@font-face { font-family:Cairo; src:url('assets/fonts/cairo-regular.woff') format('woff'); font-weight:400; font-display:swap; }
@font-face { font-family:Cairo; src:url('assets/fonts/cairo-semibold.woff') format('woff'); font-weight:600; font-display:swap; }
@font-face { font-family:Cairo; src:url('assets/fonts/cairo-bold.woff') format('woff'); font-weight:700; font-display:swap; }
@font-face { font-family:Cairo; src:url('assets/fonts/cairo-extrabold.woff') format('woff'); font-weight:800; font-display:swap; }
:root { color-scheme:light; --brand:#007773; --ink:#153c38; --muted:#526d67; --bg:#f8faf8; --surface:#fff; --soft:#edf5f1; --mint:#e0f0e9; --line:#d8e5df; --header:76px; }
:root[data-theme=dark] { color-scheme:dark; --brand:#7adcca; --ink:#ecf5ef; --muted:#b2c8bf; --bg:#10241f; --surface:#18312a; --soft:#142c25; --mint:#24463b; --line:#345347; }
* { box-sizing:border-box; }
html { scroll-padding-top:calc(var(--header) + 24px); -webkit-text-size-adjust:100%; }
body { margin:0; padding-top:var(--header); background:var(--bg); color:var(--ink); font:400 16px/1.85 Cairo,Arial,sans-serif; }
button,a { -webkit-tap-highlight-color:transparent; touch-action:manipulation; }
a { color:inherit; text-decoration:none; }
button { font:inherit; color:inherit; cursor:pointer; }
img { max-width:100%; object-fit:contain; vertical-align:middle; }
h1,h2,h3,p { margin:0; }
h1,h2,h3 { line-height:1.5; }
:focus-visible { outline:3px solid var(--brand); outline-offset:4px; }
.container { width:min(1160px,calc(100% - 40px)); margin-inline:auto; }
.section { padding-block:64px; }
.skip-link { position:fixed; top:8px; right:8px; z-index:100; padding:10px 18px; background:var(--surface); transform:translateY(-160%); }
.skip-link:focus { transform:none; }
/* Opaque fixed chrome: no backdrop sampling, scroll listener or height changes. */
.site-header { position:fixed; inset:0 0 auto; height:var(--header); z-index:40; background:var(--bg); border-bottom:1px solid var(--line); }
.header-inner { height:100%; display:flex; align-items:center; justify-content:space-between; gap:16px; }
.brand { flex-shrink:0; display:block; }
.brand img { width:110px; height:50px; }
.logo-dark { display:none; }
[data-theme=dark] .logo-light { display:none; }
[data-theme=dark] .logo-dark { display:block; }
.header-actions { display:flex; align-items:center; gap:8px; }
.icon-button { width:44px; height:44px; display:grid; place-items:center; background:var(--surface); border:1px solid var(--line); border-radius:14px; font-size:23px; line-height:1; flex-shrink:0; }
.menu-toggle { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:5px; }
.menu-toggle span { width:18px; height:2px; background:var(--ink); }
.menu-toggle[aria-expanded=true] span:first-child { transform:translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded=true] span:last-child { transform:translateY(-3.5px) rotate(-45deg); }
.header-cta { display:none !important; }
.main-nav { display:none; position:absolute; top:calc(100% + 8px); inset-inline:20px; padding:12px; background:var(--surface); border:1px solid var(--line); border-radius:18px; box-shadow:0 12px 24px #00000012; max-height:calc(100svh - 100px); overflow-y:auto; }
.main-nav.is-open { display:grid; }
.main-nav a { padding:12px 16px; font-size:15px; font-weight:600; border-radius:10px; }
.button { min-height:52px; display:inline-flex; justify-content:center; align-items:center; gap:16px; padding:13px 22px; border:1px solid transparent; border-radius:14px; background:#007773; color:#fff; font-size:14px; font-weight:700; text-align:center; }
.button span { font-size:21px; }
.text-link { display:inline-flex; align-items:center; gap:10px; min-height:48px; color:var(--brand); font-size:14px; font-weight:700; }
.play-symbol { font-size:20px; }
.hero { display:grid; grid-template-columns:minmax(0,1fr); gap:36px; padding-block:40px 48px; }
.hero > *, .steps-layout > *, .benefit-grid > *, .faq-section > * { min-width:0; }
.hero-copy { text-align:center; }
.eyebrow,.mini-label { display:inline-flex; align-items:center; gap:8px; padding:6px 12px; border:1px solid var(--line); border-radius:100px; background:var(--mint); color:var(--brand); font-size:12px; font-weight:600; }
.status-dot { width:6px; height:6px; border-radius:50%; background:var(--brand); flex-shrink:0; }
.hero h1 { font-size:clamp(36px,9vw,58px); font-weight:800; letter-spacing:-1.3px; margin-block:20px; }
.hero h1 > span { color:var(--brand); }
.hero-description { max-width:480px; margin-inline:auto; color:var(--muted); font-size:15px; line-height:2; }
.hero-description b { color:var(--ink); }
.hero-actions { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:14px 24px; margin-top:24px; }
.hero-notes { display:flex; flex-wrap:wrap; justify-content:center; gap:12px 20px; margin-top:22px; }
.hero-notes > span { display:flex; align-items:center; gap:6px; color:var(--muted); font-size:12px; }
.hero-visual { display:grid; justify-items:center; gap:16px; padding:24px 16px; background:var(--mint); border:1px solid var(--line); border-radius:28px; }
.float-card { display:flex; align-items:center; gap:10px; padding:10px 14px; background:var(--surface); border:1px solid var(--line); border-radius:14px; max-width:100%; }
.float-card strong { display:block; font-size:13px; }
.float-card div > span { display:block; font-size:11px; color:var(--muted); }
.small-icon { flex-shrink:0; }
.note-check { color:var(--brand); }
.visual-caption { font-size:11px; color:var(--muted); text-align:center; }
/* The preview stays in normal flow, without rotated layers or floating cards. */
.phone-shell { width:min(264px,100%); padding:6px; background:#213e35; border:1px solid #607d73; border-radius:34px; position:relative; }
.phone-camera { position:absolute; top:5px; left:50%; width:64px; height:14px; background:#213e35; border-radius:0 0 10px 10px; transform:translateX(-50%); }
.phone-screen { padding:15px 12px 8px; border-radius:27px; background:#f3f8f5; color:#173b38; overflow:hidden; }
.phone-status { display:flex; justify-content:space-between; direction:ltr; font:700 10px Arial,sans-serif; margin-bottom:20px; }
.phone-heading,.phone-search,.phone-section-title,.phone-team,.phone-banner { display:flex; justify-content:space-between; align-items:center; gap:8px; }
.phone-heading strong { display:block; font-size:14px; }
.phone-heading > div > span { font-size:9px; color:#526d67; }
.bell-shape { font-size:24px; }
.phone-search { font-size:9px; padding:9px; background:#e5eeea; border-radius:10px; margin-block:12px; }
.phone-banner { background:#007773; color:white; border-radius:15px; padding:14px 10px; }
.phone-banner small { font-size:9px; }
.phone-banner strong { display:block; font-size:20px; }
.phone-banner div > span { display:inline-block; padding:3px 7px; background:#fff; color:#006966; border-radius:5px; font-size:8px; margin-top:6px; }
.phone-banner > img { width:85px; height:100px; }
.phone-section-title { margin-block:12px 8px; font-size:11px; }
.phone-section-title > span { font-size:8px; }
.phone-services { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:6px; }
.phone-services > div { display:grid; justify-items:center; padding:8px 2px; background:white; border:1px solid #dce8e1; border-radius:10px; }
.phone-services img { width:34px; height:34px; }
.phone-services span { font-size:8px; }
.phone-team { padding:9px; background:white; border:1px solid #dce8e1; border-radius:12px; }
.phone-team img { width:32px; height:36px; }
.phone-team strong,.phone-team span { display:block; font-size:9px; }
.phone-team span { font-size:7px; }
.phone-nav { display:flex; justify-content:space-between; margin-top:12px; padding:8px 2px; background:white; border-radius:16px; }
.phone-nav > span { display:grid; justify-items:center; gap:3px; font-size:7px; }
.phone-nav .selected { color:#007773; }
.phone-home-indicator { width:70px; height:3px; background:#213e35; border-radius:3px; margin:12px auto 0; }
.promise-strip { border-block:1px solid var(--line); background:var(--surface); }
.promise-inner { display:grid; gap:14px; padding-block:24px; }
.promise-inner > span { display:none; }
.promise-inner p { display:flex; align-items:center; gap:12px; font-size:14px; font-weight:600; }
.promise-inner img { flex-shrink:0; }
.section-heading { display:grid; gap:16px; margin-bottom:28px; }
.kicker { display:block; color:var(--brand); font-size:13px; font-weight:700; margin-bottom:12px; }
h2 { font-size:clamp(28px,6vw,42px); font-weight:800; letter-spacing:-.6px; }
.section-heading p,.steps-copy > p,.faq-heading > p { color:var(--muted); font-size:15px; line-height:2; }
.service-grid,.benefit-grid { display:grid; grid-template-columns:minmax(0,1fr); gap:14px; }
.service-card { display:flex; flex-direction:column; position:relative; text-align:start; padding:24px; border:1px solid var(--line); border-radius:22px; background:var(--surface); }
.service-card > img { width:60px; height:60px; margin-bottom:16px; }
.service-number { position:absolute; top:24px; left:24px; font-size:12px; color:var(--muted); }
.service-card h3,.benefit-card h3 { font-size:19px; margin-bottom:8px; }
.service-card p,.benefit-card p,.family-card p { color:var(--muted); font-size:14px; }
.card-link { display:flex; justify-content:space-between; gap:12px; padding-top:20px; margin-top:auto; color:var(--brand); font-size:13px; font-weight:700; }
.service-more { background:var(--mint); }
.section-footnote { margin-top:22px; font-size:12px; color:var(--muted); }
.steps-section { background:var(--soft); border-block:1px solid var(--line); padding-block:56px; }
.steps-layout { display:grid; gap:28px; }
.steps-copy > p { margin-top:16px; }
.step-tabs { display:grid; gap:10px; margin-top:24px; }
.step-tabs button { display:flex; align-items:center; gap:12px; width:100%; padding:16px 12px; background:transparent; border:1px solid var(--line); border-radius:14px; text-align:start; }
.step-tabs button[aria-selected=true] { background:var(--surface); border-color:var(--brand); }
.step-tabs button > span { display:grid; place-items:center; width:36px; height:36px; border-radius:50%; background:var(--mint); color:var(--brand); font-size:12px; font-weight:700; flex-shrink:0; }
.step-tabs strong,.step-tabs small { display:block; }
.step-tabs strong { font-size:15px; }
.step-tabs small { font-size:12px; color:var(--muted); }
.step-tabs b { margin-inline-start:auto; color:var(--brand); font-size:20px; }
.step-stage { padding:28px 22px; border:1px solid var(--line); background:var(--surface); border-radius:24px; text-align:center; }
.step-stage > img { width:140px; height:140px; margin-bottom:16px; }
.stage-eyebrow { display:block; font-size:12px; font-weight:700; color:var(--brand); margin-bottom:10px; }
.step-stage h3 { font-size:22px; margin-bottom:12px; }
.step-stage p { color:var(--muted); font-size:14px; }
.stage-progress { display:flex; justify-content:center; gap:6px; margin-top:20px; }
.stage-progress i { width:7px; height:7px; border-radius:6px; background:var(--line); }
.stage-progress .active { width:22px; background:var(--brand); }
.family-card,.benefit-card { padding:24px; border:1px solid var(--line); border-radius:22px; background:var(--surface); }
.family-card { background:var(--mint); display:flex; flex-direction:column; }
.family-card h3 { font-size:28px; margin-block:18px 12px; }
.family-card > img { width:200px; height:200px; align-self:center; margin-top:16px; }
.benefit-card > img { margin-bottom:18px; }
.faq-section { display:grid; gap:28px; padding-top:0; }
.faq-heading > p { margin-top:16px; }
.faq-heading > img { width:80px; height:80px; margin-top:20px; }
details { border-bottom:1px solid var(--line); }
details:first-child { border-top:1px solid var(--line); }
summary { display:flex; justify-content:space-between; align-items:center; gap:16px; list-style:none; padding-block:20px; font-size:15px; font-weight:600; cursor:pointer; }
summary::-webkit-details-marker { display:none; }
summary span { color:var(--brand); flex-shrink:0; }
details[open] summary span { transform:rotate(45deg); }
details > p { padding-bottom:20px; color:var(--muted); font-size:14px; }
.contact-panel { background:#006d66; color:white; padding:32px 24px; border-radius:26px; }
.contact-panel .mini-label { background:#ffffff12; color:white; border-color:#ffffff40; }
.contact-panel h2 { margin-top:16px; }
.contact-panel p { margin-top:16px; color:#e0efea; font-size:14px; }
.contact-actions { display:flex; flex-direction:column; gap:16px; margin-top:24px; }
.button-white { color:#006d66; background:#fff; }
.contact-email { align-self:center; font-size:14px; min-height:44px; display:flex; align-items:center; gap:12px; }
.contact-art { display:none; }
.footer { padding-block:36px 24px; }
.footer-main,.footer-bottom { display:flex; flex-wrap:wrap; align-items:center; gap:16px 24px; }
.footer-main p { color:var(--muted); font-size:14px; }
.footer-main > a:last-child { color:var(--brand); font-size:14px; }
.footer-bottom { border-top:1px solid var(--line); margin-top:24px; padding-top:20px; font-size:12px; color:var(--muted); }
.footer-bottom > span:nth-child(2) { display:none; }
.footer-bottom > a { min-height:44px; display:flex; align-items:center; }
dialog { width:min(490px,calc(100% - 32px)); max-height:calc(100svh - 32px); padding:0; border:1px solid var(--line); border-radius:24px; background:var(--surface); color:var(--ink); overscroll-behavior:contain; }
dialog::backdrop { background:#092a24b3; }
.dialog-inner { position:relative; padding:32px 24px; }
.dialog-close { position:absolute; top:12px; left:12px; }
.dialog-inner > img { display:block; margin-bottom:24px; }
.dialog-inner h2 { font-size:26px; margin-bottom:16px; }
.dialog-inner > p { font-size:14px; color:var(--muted); }
.dialog-note { padding:16px; background:var(--soft); border-radius:12px; margin-top:20px; }
.dialog-inner > .button { width:100%; margin-top:24px; }
@media(min-width:540px) {
  .service-grid,.benefit-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .family-card { grid-column:span 2; }
  .hero-visual { max-width:480px; width:100%; margin-inline:auto; }
  .promise-inner { grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
  .promise-inner p { flex-direction:column; text-align:center; }
}
@media(min-width:900px) {
  :root { --header:88px; }
  .container { width:min(1160px,calc(100% - 64px)); }
  .section { padding-block:88px; }
  .menu-toggle { display:none; }
  .main-nav,.main-nav.is-open { display:flex; position:static; padding:0; border:0; border-radius:0; box-shadow:none; background:transparent; overflow:visible; gap:12px; }
  .main-nav a { padding:10px 4px; font-size:13px; }
  .header-cta { display:inline-flex !important; padding:10px 16px; min-height:44px; font-size:12px; }
  .hero { grid-template-columns:1.05fr 1fr; gap:56px; align-items:center; padding-block:64px; }
  .hero-copy { text-align:start; }
  .hero h1 { font-size:clamp(48px,5vw,66px); }
  .hero-description { margin-inline:0; font-size:16px; }
  .hero-actions,.hero-notes { justify-content:flex-start; }
  .hero-visual { padding:28px; }
  .promise-inner p { flex-direction:row; text-align:start; justify-content:center; }
  .section-heading { grid-template-columns:1fr 1fr; align-items:end; gap:48px; margin-bottom:36px; }
  .service-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .steps-layout { grid-template-columns:1fr 1fr; align-items:center; gap:64px; }
  .steps-section { padding-block:72px; }
  .step-stage { padding:40px; }
  .step-stage > img { width:180px; height:180px; }
  .benefit-grid { grid-template-columns:1.2fr 1fr 1fr; }
  .family-card { grid-column:auto; grid-row:span 2; }
  .faq-section { grid-template-columns:1fr 1.5fr; gap:72px; padding-top:0; }
  .contact-panel { display:flex; align-items:center; justify-content:space-between; gap:32px; padding:48px; }
  .contact-art { display:block; flex:0 0 240px; }
  .contact-art > img { width:240px; height:240px; }
  .contact-art > span { display:none; }
  .contact-actions { flex-direction:row; align-items:center; gap:24px; }
  .footer-main > a:last-child { margin-inline-start:auto; }
  .footer-bottom { justify-content:space-between; }
  .footer-bottom > span:nth-child(2) { display:inline; }
}
@media(hover:hover) and (pointer:fine) {
  .service-card:hover { border-color:var(--brand); }
  .main-nav a:hover,.icon-button:hover { background:var(--mint); }
  .text-link:hover,.contact-email:hover { text-decoration:underline; text-underline-offset:5px; }
}
@media print {
  body { padding:0; }
  .site-header,.hero-visual,dialog,.skip-link { display:none; }
  .section { padding-block:24px; }
}
@media (prefers-reduced-motion:no-preference) {
  .hero-visual.is-floating .care-note { animation:care-float 5s ease-in-out infinite; }
  .hero-visual.is-floating .visit-note { animation:visit-float 6s ease-in-out infinite; }
  .hero-visual.is-floating .phone-shell { animation:phone-float 7s ease-in-out infinite; }
  .hero-visual.motion-paused .care-note,
  .hero-visual.motion-paused .visit-note,
  .hero-visual.motion-paused .phone-shell { animation-play-state:paused; }
  .button { transition:transform 150ms ease-out; }
  .button:active { transform:scale(.98); }
  .service-card > img { transition:transform 180ms ease-out; }
}
/* Reserve the entire illustration area; only transforms move inside it. */
.hero-visual.is-floating {
  position:relative;
  padding:62px 16px 92px;
  gap:0;
  isolation:isolate;
}
.hero-visual.is-floating .float-card {
  position:absolute;
  z-index:2;
  max-width:calc(100% - 24px);
  box-shadow:0 6px 16px #092a2410;
}
.hero-visual.is-floating .care-note { top:18px; right:12px; }
.hero-visual.is-floating .visit-note { bottom:48px; left:12px; }
.hero-visual.is-floating .visual-caption { position:absolute; bottom:16px; inset-inline:12px; }
@keyframes care-float {
  0%,100% { transform:translate3d(0,0,0) rotate(1deg); }
  50% { transform:translate3d(-4px,7px,0) rotate(-1deg); }
}
@keyframes visit-float {
  0%,100% { transform:translate3d(0,0,0) rotate(-1deg); }
  50% { transform:translate3d(4px,-7px,0) rotate(1deg); }
}
@keyframes phone-float {
  0%,100% { transform:translate3d(0,0,0); }
  50% { transform:translate3d(0,-4px,0); }
}
@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference) {
  .service-card:hover > img { transform:translateY(-3px); }
}
