@font-face {
  font-family: "Alexandria";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/alexandria-400.ttf") format("truetype");
}

@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/cairo-700.ttf") format("truetype");
}

@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/cairo-900.ttf") format("truetype");
}

@font-face {
  font-family: "Alexandria";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/alexandria-700.ttf") format("truetype");
}

:root {
  --maidly-primary: #155e63;
  --maidly-primary-dark: #0f474b;
  --maidly-accent: #d79a63;
  --maidly-ink: #17272a;
  --maidly-muted: #607276;
  --maidly-surface: #fff;
  --maidly-soft: #f4f8f7;
  --maidly-border: #dce7e5;
  --maidly-radius: 18px;
  --maidly-shadow: 0 14px 38px rgba(17, 62, 65, 0.12);
  --maidly-font: "Alexandria", Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body { color: var(--maidly-ink); font-family: var(--maidly-font); }
:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--maidly-accent) 72%, white);
  outline-offset: 3px;
}

.maidly-card,
.maidly-faq__item,
.maidly-highlights__item {
  background: var(--maidly-surface);
  border: 1px solid var(--maidly-border);
  border-radius: var(--maidly-radius);
  box-shadow: var(--maidly-shadow);
}

.maidly-gallery-card img { transition: transform 220ms ease; }
.maidly-gallery-card:hover img { transform: scale(1.025); }

[data-qa="site-header"] {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-inline: calc(50% - 50vw) !important;
  min-height: 84px;
  padding: 0 24px !important;
  border-bottom: 1px solid rgba(11, 79, 92, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

[data-qa="site-header"] > .e-con-inner {
  display: flex;
  flex-flow: row nowrap !important;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, 1240px);
  min-height: 82px;
  padding: 0 !important;
  margin: 0 auto;
}

[data-qa="header-brand"] {
  display: flex;
  --width: 205px;
  flex: 0 0 205px !important;
  flex-flow: row nowrap !important;
  align-items: center;
  gap: 10px;
  width: 205px !important;
  padding: 0 !important;
}
[data-qa="header-brand"] > .e-con-inner {
  display: flex;
  flex-flow: row nowrap !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 10px;
  width: 205px !important;
  padding: 0 !important;
}
[data-qa="header-logo"] { flex: 0 0 58px; width: 58px; }
[data-qa="header-logo"] img { width: 58px; height: 58px; object-fit: contain; }
[data-qa="header-brand-copy"] { --width: 137px; flex: 0 0 137px !important; width: 137px !important; gap: 0; padding: 0 !important; }
[data-qa="header-brand-title"] .elementor-heading-title { margin: 0; color: #155e63; font-size: 20px; line-height: 1.3; }
[data-qa="header-brand-tagline"] p { margin: -3px 0 0; color: #607276; font-size: 9px; line-height: 1.3; }
[data-qa="primary-navigation"] { flex: 0 0 620px; }
[data-qa="primary-navigation"] .elementor-nav-menu--main .elementor-nav-menu { justify-content: center; }
[data-qa="primary-navigation"] .elementor-nav-menu--main .elementor-item { padding: 13px 12px; font-size: 14px; font-weight: 600; }
[data-qa="header-call"] { flex: 0 0 auto; }
[data-qa="header-call"] .elementor-button { min-height: 44px; padding: 10px 18px; border-radius: 18px; background: #f4c247; color: #0b4f5c; font-family: "Cairo", sans-serif; font-weight: 800; }

[data-qa="hero"] {
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 761px;
  margin-inline: calc(50% - 50vw) !important;
  padding: 62px 24px 96px !important;
  overflow: hidden;
  background: linear-gradient(160deg, #f7faf9 0 62%, #edf7f5 62%);
}
[data-qa="hero"] > .e-con-inner {
  display: flex;
  flex-flow: row nowrap !important;
  align-items: center;
  gap: 60px;
  width: min(100%, 1240px);
  min-height: 590px;
  padding: 0 !important;
}
[data-qa="home-hero-copy"] { --width: 530px; flex: 0 0 530px !important; width: 530px !important; padding: 0 !important; }
[data-qa="home-hero-eyebrow"] .elementor-heading-title { color: #0b4f5c; font-size: 14px; font-weight: 800; }
[data-qa="home-title"] { margin-bottom: 24px; }
[data-qa="home-title"] .elementor-heading-title { color: #073a44; font-family: "Cairo", sans-serif; font-size: clamp(40px, 5.5vw, 86.4px); font-weight: 900; line-height: 1.25; letter-spacing: -0.045em; }
[data-qa="home-title"] .elementor-heading-title span { color: #2f878b; text-decoration: underline 9px rgba(244, 194, 71, 0.7); text-underline-offset: 7px; }
[data-qa="home-intro"] { color: #65777c; font-size: 18px; line-height: 1.8; }
[data-qa="home-intro"] p { margin: 0; }
[data-qa="home-hero-actions"] { --width: auto; width: auto !important; margin: 30px 0; padding: 0 !important; }
[data-qa="home-hero-actions"] > .e-con-inner { display: flex; flex-flow: row nowrap !important; gap: 12px; padding: 0 !important; }
[data-qa="home-call"] .elementor-button,
[data-qa="home-services-link"] .elementor-button { min-height: 52px; padding: 12px 24px; font-family: "Cairo", sans-serif; line-height: 1; }
[data-qa="home-call"] .elementor-button { border-radius: 18px; background: #f4c247; color: #052f37; font-weight: 800; }
[data-qa="home-services-link"] .elementor-button { border: 1px solid #0b4f5c; border-radius: 18px; background: transparent; color: #0b4f5c; font-weight: 800; }
[data-qa="home-trust-points"] .elementor-icon-list-items { display: flex; gap: 28px; }
[data-qa="home-trust-points"] .elementor-icon-list-icon { color: #65b8b4; }
[data-qa="home-hero-media"] { --width: 650px; position: relative; flex: 0 0 650px !important; width: 650px !important; min-height: 590px; padding: 0 !important; }
[data-qa="home-hero-media"] > .e-con-inner { position: relative; width: 650px; min-height: 590px; padding: 0 !important; }
[data-qa="home-hero-image"] img { width: 650px; height: 570px; object-fit: cover; border-radius: 50px 14px 50px 50px; box-shadow: 0 28px 70px rgba(6, 58, 68, 0.16); }
[data-qa="home-hero-stamp"] { position: absolute; top: 22px; right: -22px; width: 112px !important; min-height: 112px; display: grid; place-items: center; padding: 14px !important; border: 7px solid rgba(255,255,255,.65); border-radius: 50%; background: #f4c247; transform: rotate(7deg); }
[data-qa="home-hero-stamp"] p { margin: 0; color: #073a44; font-size: 13px; font-weight: 900; line-height: 1.3; text-align: center; }
[data-qa="home-hero-review"] { position: absolute; left: -36px; bottom: 31px; width: 230px !important; min-height: 122px; height: 122px; gap: 2px; padding: 18px 22px !important; border-radius: 22px; background: #fff; box-shadow: 0 25px 70px rgba(8, 61, 71, 0.18); text-align: center; }
[data-qa="home-hero-review-stars"] .elementor-heading-title { color: #e7a919 !important; font-size: 14px; }
[data-qa="home-hero-review-title"] .elementor-heading-title { color: #073a44 !important; font-size: 15px; font-weight: 900; }
[data-qa="home-hero-review-copy"] p { margin: 0; color: #607276; font-size: 12px; }
[data-qa="home-hero-stat"] { position: absolute; right: -30px; bottom: -24px; width: 256px !important; min-height: 112px; height: 112px; gap: 2px; padding: 18px 24px !important; border-radius: 22px; background: #0b4f5c; text-align: center; }
[data-qa="home-hero-stat-title"] .elementor-heading-title { color: #f4c247 !important; font-family: "Cairo", sans-serif; font-size: 27px; font-weight: 900; }
[data-qa="home-hero-stat-copy"] p { margin: 0; color: #fff !important; font-size: 15px; font-weight: 700; }

.maidly-floating-actions,
[data-qa="floating-contact-controls"] {
  position: fixed;
  left: 24px;
  right: auto;
  bottom: 24px;
  z-index: 1000;
  display: block;
  width: 60px !important;
  min-width: 60px !important;
  height: 136px;
  min-height: 136px;
  padding: 0 !important;
}

[data-qa="floating-contact-controls"] > .e-con-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 60px;
  height: 136px;
  padding: 0;
}

.maidly-floating-action,
[data-qa="floating-call"],
[data-qa="whatsapp-action"] { width: 60px; height: 60px; }

.maidly-floating-action .elementor-button,
[data-qa="floating-call"] .elementor-button,
[data-qa="whatsapp-action"] .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  padding: 0;
  border: 7px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background: #f4c247;
  color: #0b4f5c;
  box-shadow: var(--maidly-shadow);
}

[data-qa="floating-call"] .elementor-button-icon svg,
[data-qa="whatsapp-action"] .elementor-button-icon svg { width: 27px; height: 27px; }

.maidly-floating-action--whatsapp .elementor-button,
[data-qa="whatsapp-action"] .elementor-button { background: #25d366; color: #fff; }

.maidly-ripple-action[data-qa="whatsapp-action"] {
  position: relative;
  isolation: isolate;
}

.maidly-ripple-action[data-qa="whatsapp-action"]::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid currentColor;
  border-radius: inherit;
  opacity: 0;
  animation: maidly-ripple 2.4s ease-out infinite;
}

@keyframes maidly-ripple {
  0% { opacity: 0.4; transform: scale(0.9); }
  75%, 100% { opacity: 0; transform: scale(1.45); }
}

@media (max-width: 1050px) {
  [data-qa="primary-navigation"] { flex: 0 0 48px; width: 48px !important; }
  [data-qa="hero"] { padding-top: 44px !important; }
  [data-qa="hero"] > .e-con-inner { flex-direction: column !important; }
  [data-qa="home-hero-copy"],
  [data-qa="home-hero-media"] { --width: 100%; flex-basis: auto !important; width: 100% !important; }
  [data-qa="home-hero-media"] > .e-con-inner { width: 100%; }
  [data-qa="home-hero-image"] img { width: 100%; height: 480px; }
  [data-qa="home-hero-stamp"] { right: -8px; }
  [data-qa="home-hero-stat"] { right: 10px; }
}

@media (max-width: 767px) {
  [data-qa="site-header"] { padding: 0 16px !important; }
  [data-qa="site-header"] > .e-con-inner { min-height: 72px; }
  [data-qa="header-brand"] { flex-basis: 150px; }
  [data-qa="header-brand-title"] .elementor-heading-title { font-size: 16px; }
  [data-qa="header-call"] { display: none; }
  .maidly-floating-actions,
  [data-qa="floating-contact-controls"] { left: 16px; bottom: 16px; }
  [data-qa="hero"] { min-height: auto; padding: 40px 16px 74px !important; }
  [data-qa="home-title"] .elementor-heading-title { font-size: 42px; }
  [data-qa="home-hero-actions"] { width: 100% !important; }
  [data-qa="home-hero-actions"] > .e-con-inner { flex-direction: column !important; }
  [data-qa="home-hero-actions"] .elementor-button { width: 100%; }
  [data-qa="home-trust-points"] .elementor-icon-list-items { flex-direction: column; gap: 8px; }
  [data-qa="home-hero-media"], [data-qa="home-hero-media"] > .e-con-inner { min-height: 410px; }
  [data-qa="home-hero-image"] img { height: 390px; border-radius: 34px 12px 34px 34px; }
  [data-qa="home-hero-stamp"] { width: 88px !important; min-height: 88px; border-width: 5px; }
  [data-qa="home-hero-stamp"] p { font-size: 10px; }
  [data-qa="home-hero-review"] { left: 8px; bottom: -18px; width: 190px !important; }
  [data-qa="home-hero-stat"] { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .maidly-ripple-action[data-qa="whatsapp-action"]::before { animation: none !important; }
}
