:root {
  --ink: #12343a;
  --ink-soft: #547078;
  --deep: #082f36;
  --teal: #0f8079;
  --teal-light: #d9f1ed;
  --blue: #316e8e;
  --sand: #f5eee3;
  --paper: #fbfcfa;
  --white: #fff;
  --line: #dce7e4;
  --shadow: 0 24px 70px rgba(15, 58, 63, .1);
  --radius: 24px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { display: block; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: -60px; left: 16px; padding: 10px 16px; background: var(--deep); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--deep); color: rgba(255,255,255,.72); font-size: 12px; }
.topbar__inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 7px; background: #69d3a7; border-radius: 50%; box-shadow: 0 0 0 4px rgba(105,211,167,.12); }

.header { position: sticky; z-index: 50; top: 0; background: rgba(251,252,250,.88); border-bottom: 1px solid transparent; backdrop-filter: blur(15px); transition: .25s ease; }
.header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(23,54,60,.05); }
.header__inner { height: 76px; display: flex; align-items: center; gap: 35px; }
.brand { display: inline-flex; align-items: center; gap: 10px; margin-right: auto; }
.brand__mark { display: grid; width: 42px; height: 42px; color: var(--teal); background: var(--teal-light); place-items: center; border-radius: 13px; }
.brand__mark svg { width: 29px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; }
.brand strong, .brand small { display: block; }
.brand strong { font: 800 20px/1 "Manrope", sans-serif; letter-spacing: -.7px; }
.brand small { margin-top: 4px; color: var(--ink-soft); font-size: 9px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
.nav { display: flex; gap: 27px; color: #395960; font-size: 13px; font-weight: 600; }
.nav a { transition: color .2s; }
.nav a:hover { color: var(--teal); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; background: transparent; border: 1px solid var(--line); border-radius: 12px; }
.menu-button span { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--ink); transition: .2s; }

.button { display: inline-flex; min-height: 51px; padding: 0 24px; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 14px; font-size: 13px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding: 0 18px; border-radius: 11px; font-size: 12px; }
.button--outline { color: var(--teal); border: 1px solid #a8cec8; }
.button--primary { color: #fff; background: var(--teal); box-shadow: 0 12px 25px rgba(15,128,121,.24); }
.button--primary:hover { background: #0a6d68; }
.button--dark { color: #fff; background: var(--deep); }
.button--light { color: var(--deep); background: #fff; box-shadow: 0 15px 30px rgba(0,0,0,.12); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--teal); font-size: 13px; font-weight: 700; }
.play-icon { display: grid; width: 32px; height: 32px; color: var(--teal); background: #fff; border: 1px solid var(--line); border-radius: 50%; place-items: center; font-size: 8px; }

.hero { position: relative; min-height: 650px; padding: 74px 0 90px; overflow: hidden; background: linear-gradient(120deg, #f9fbf8 0%, #f5f8f3 60%, #eef6f3 100%); }
.hero::before { position: absolute; width: 500px; height: 500px; top: -290px; left: 36%; border: 1px solid #dbece8; border-radius: 50%; box-shadow: 0 0 0 80px rgba(219,236,232,.2), 0 0 0 160px rgba(219,236,232,.12); content: ""; }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow::before { width: 25px; height: 1px; background: currentColor; content: ""; }
.hero h1 { max-width: 610px; margin: 20px 0 22px; color: var(--deep); font: 800 clamp(42px, 5vw, 66px)/1.08 "Manrope", sans-serif; letter-spacing: -3.5px; }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero__lead { max-width: 555px; margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.hero__actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.hero__trust { display: flex; align-items: center; gap: 14px; margin-top: 42px; }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; width: 35px; height: 35px; margin-left: -8px; color: #fff; background: #789da0; border: 3px solid var(--paper); border-radius: 50%; place-items: center; font-size: 8px; font-weight: 700; }
.avatar-stack span:first-child { margin-left: 0; background: #477c80; }.avatar-stack span:nth-child(2) { background: #b78468; }.avatar-stack span:nth-child(3) { background: #596e8c; }.avatar-stack span:last-child { color: var(--teal); background: var(--teal-light); }
.hero__trust p, .hero__trust strong, .hero__trust small { display: block; margin: 0; }
.hero__trust strong { font-size: 12px; }.hero__trust small { margin-top: 4px; color: var(--ink-soft); font-size: 10px; }
.hero__visual { position: relative; }
.hero-card { position: relative; z-index: 2; max-width: 450px; margin: auto; padding: 17px; background: rgba(255,255,255,.84); border: 1px solid rgba(255,255,255,.9); border-radius: 30px; box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero-card__header { display: flex; padding: 4px 3px 14px; align-items: center; gap: 10px; }
.doctor-avatar { display: grid; width: 36px; height: 36px; color: #fff; background: var(--teal); border-radius: 11px; place-items: center; font-size: 10px; font-weight: 800; }
.hero-card__header div { flex: 1; }.hero-card__header small, .hero-card__header strong { display: block; }.hero-card__header small { color: var(--ink-soft); font-size: 8px; }.hero-card__header strong { margin-top: 3px; font-size: 11px; }
.online-badge { display: inline-flex; padding: 5px 8px; color: #408268; background: #e6f5ec; align-items: center; gap: 5px; border-radius: 20px; font-size: 8px; font-weight: 700; }.online-badge i { width: 5px; height: 5px; background: #54b58a; border-radius: 50%; }
.consultation-art { position: relative; display: grid; height: 350px; overflow: hidden; background: radial-gradient(circle at 50% 45%, #e2f2ef 0 25%, #d7ebe7 26% 50%, #cbe3df 51% 100%); border-radius: 21px; place-items: center; }
.art-circle { position: relative; z-index: 2; display: grid; width: 170px; height: 170px; color: var(--teal); background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 15px 40px rgba(20,88,83,.12); place-items: center; }
.art-circle svg { width: 115px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 4; }
.art-orbit { position: absolute; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; }.art-orbit--one { width: 280px; height: 280px; }.art-orbit--two { width: 380px; height: 380px; }
.art-pill { position: absolute; z-index: 3; padding: 7px 11px; color: #416d6d; background: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.9); border-radius: 20px; font-size: 8px; font-weight: 700; }.art-pill--top { top: 55px; right: 25px; }.art-pill--bottom { bottom: 52px; left: 25px; }
.hero-card__footer { display: flex; padding: 15px 4px 2px; align-items: center; }.hero-card__footer div { flex: 1; }.hero-card__footer span, .hero-card__footer strong { display: block; }.hero-card__footer span { color: var(--ink-soft); font-size: 8px; }.hero-card__footer strong { margin-top: 3px; font-size: 11px; }.hero-card__footer a { display: grid; width: 35px; height: 35px; color: #fff; background: var(--teal); border-radius: 50%; place-items: center; }
.floating-note { position: absolute; z-index: 4; display: flex; padding: 10px 12px; background: rgba(255,255,255,.93); border: 1px solid #fff; border-radius: 13px; box-shadow: 0 14px 30px rgba(28,74,76,.12); align-items: center; gap: 9px; }.floating-note > span { display: grid; width: 27px; height: 27px; color: #fff; background: var(--teal); border-radius: 8px; place-items: center; font-size: 10px; }.floating-note strong, .floating-note small { display: block; }.floating-note strong { font-size: 9px; }.floating-note small { margin-top: 2px; color: var(--ink-soft); font-size: 7px; }.floating-note--one { top: 80px; left: -38px; }.floating-note--two { right: -18px; bottom: 70px; }

.assurance { position: relative; z-index: 4; background: #fff; border-block: 1px solid var(--line); }
.assurance__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.assurance__grid > div { display: flex; min-height: 95px; padding: 20px; align-items: center; gap: 12px; border-right: 1px solid var(--line); }.assurance__grid > div:last-child { border: 0; }
.mini-icon { display: grid; width: 33px; height: 33px; color: var(--teal); background: var(--teal-light); border-radius: 10px; place-items: center; }
.assurance p, .assurance strong, .assurance small { display: block; margin: 0; }.assurance strong { font-size: 11px; }.assurance small { margin-top: 4px; color: var(--ink-soft); font-size: 9px; }

.section { padding: 105px 0; }
.section-heading { display: flex; margin-bottom: 42px; align-items: end; justify-content: space-between; gap: 35px; }
.section-heading h2, .security h2, .faq h2, .cta-card h2 { margin: 13px 0 0; color: var(--deep); font: 800 clamp(30px,4vw,44px)/1.15 "Manrope", sans-serif; letter-spacing: -2px; }
.section-heading > p { max-width: 440px; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.section-heading--center { display: block; max-width: 650px; margin-inline: auto; text-align: center; }.section-heading--center .eyebrow { justify-content: center; }.section-heading--center p { margin: 13px auto 0; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); gap: 24px; }
.product-card { position: relative; padding: 30px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 50px rgba(30,71,72,.06); transition: transform .25s, box-shadow .25s; }.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card::after { position: absolute; width: 170px; height: 170px; top: -100px; right: -70px; background: var(--teal-light); border-radius: 50%; opacity: .55; content: ""; }
.product-card--blue::after { background: #dceaf2; }
.product-card--consult::after { background: #e6f5ec; }
.product-card--benefits::after { background: #edf8ef; }
.product-card__top { position: relative; z-index: 2; display: flex; margin-bottom: 27px; align-items: start; justify-content: space-between; }
.product-icon { display: grid; width: 58px; height: 58px; color: var(--teal); background: var(--teal-light); border-radius: 17px; place-items: center; }.product-icon svg { width: 31px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; }.product-card--blue .product-icon { color: var(--blue); background: #e5f0f5; }.product-card--consult .product-icon { color: #2c7a5e; background: #e6f5ec; }.product-card--benefits .product-icon { color: #2d6a4f; background: #edf8ef; }
.product-tag { padding: 6px 9px; color: var(--teal); background: #edf8f5; border-radius: 20px; font-size: 8px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }
.product-card__label { color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.product-card h3 { margin: 9px 0 12px; font: 800 25px/1.2 "Manrope", sans-serif; letter-spacing: -1px; }
.product-card > p { min-height: 46px; margin: 0 0 21px; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }
.product-card ul { display: grid; margin: 0; padding: 20px 0; gap: 11px; border-block: 1px solid var(--line); list-style: none; }.product-card li { color: #46646a; font-size: 10px; }.product-card li::before { margin-right: 8px; color: var(--teal); content: "✓"; font-weight: 800; }
.product-card__footer { display: flex; padding-top: 23px; align-items: center; gap: 15px; justify-content: space-between; }.product-card__footer small, .product-card__footer strong { display: block; }.product-card__footer small { color: var(--ink-soft); font-size: 8px; }.product-card__footer strong { margin-top: 4px; font: 800 18px "Manrope", sans-serif; }
.product-card__footer .button { min-height: 45px; padding: 0 17px; font-size: 10px; }
.medical-notice { display: flex; max-width: 850px; margin: 27px auto 0; padding: 13px 18px; color: #557075; background: #f3f8f6; border: 1px solid var(--line); border-radius: 13px; gap: 11px; font-size: 9px; line-height: 1.6; }.medical-notice span { display: grid; width: 21px; height: 21px; flex: 0 0 auto; color: var(--teal); border: 1px solid #abd0ca; border-radius: 50%; place-items: center; font-weight: 800; }.medical-notice p { margin: 2px 0 0; }

.process { background: #f0f6f3; }
.steps { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }.steps::before { position: absolute; top: 43px; right: 10%; left: 10%; border-top: 1px dashed #b5d1cb; content: ""; }
.step { position: relative; z-index: 2; padding: 28px 23px; background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.9); border-radius: 20px; text-align: center; }.step__number { position: absolute; top: 10px; right: 13px; color: #aac0bc; font: 700 9px "Manrope",sans-serif; }.step__icon { display: grid; width: 55px; height: 55px; margin: 0 auto 17px; color: var(--teal); background: var(--teal-light); border: 5px solid #f4faf8; border-radius: 50%; place-items: center; font-size: 17px; }.step h3 { margin: 0 0 8px; font: 800 14px "Manrope", sans-serif; }.step p { margin: 0; color: var(--ink-soft); font-size: 10px; line-height: 1.6; }

.security { background: #fff; }
.security__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.security__visual { position: relative; display: grid; min-height: 400px; background: radial-gradient(circle, #e1f0ec 0 32%, transparent 33%); place-items: center; }
.security-shield { position: relative; display: grid; width: 145px; height: 165px; color: #fff; background: linear-gradient(150deg, #159088, #086a68); border-radius: 70px 70px 55px 55px; box-shadow: 0 25px 45px rgba(15,128,121,.22); place-items: center; clip-path: polygon(50% 0, 95% 18%, 88% 70%, 50% 100%, 12% 70%, 5% 18%); }.security-shield > span { font-size: 42px; font-weight: 700; }.shield-ring { position: absolute; width: 330px; height: 330px; border: 1px dashed #b6d9d2; border-radius: 50%; }
.security-chip { position: absolute; padding: 9px 13px; color: var(--teal); background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 10px 25px rgba(20,75,76,.1); font-size: 9px; font-weight: 700; }.security-chip--one { top: 55px; right: 40px; }.security-chip--two { bottom: 65px; right: 20px; }.security-chip--three { bottom: 100px; left: 10px; }
.security__copy > p { margin: 18px 0 27px; color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
.feature-list { display: grid; gap: 14px; }.feature-list > div { display: flex; padding: 12px; background: #f7faf8; border: 1px solid #edf3f1; border-radius: 13px; gap: 11px; }.feature-list > div > span { display: grid; width: 27px; height: 27px; flex: 0 0 auto; color: #fff; background: var(--teal); border-radius: 8px; place-items: center; font-size: 10px; }.feature-list p, .feature-list strong, .feature-list small { display: block; margin: 0; }.feature-list strong { font-size: 10px; }.feature-list small { margin-top: 3px; color: var(--ink-soft); font-size: 9px; }

.faq { background: var(--sand); }
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq__intro p { max-width: 390px; margin: 17px 0 24px; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }
.accordion { display: grid; gap: 10px; }
.accordion details { padding: 0 18px; background: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.95); border-radius: 14px; }
.accordion summary { display: flex; min-height: 58px; align-items: center; justify-content: space-between; cursor: pointer; font-size: 11px; font-weight: 700; list-style: none; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary span { color: var(--teal); font-size: 18px; font-weight: 400; transition: transform .2s; }.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -4px 0 17px; padding-right: 40px; color: var(--ink-soft); font-size: 10px; line-height: 1.7; }.accordion code { color: var(--teal); background: #edf5f3; }

.cta-section { padding: 0 0 85px; background: var(--sand); }
.cta-card { display: flex; min-height: 210px; padding: 45px 60px; color: #fff; background: linear-gradient(125deg, #083c43, #0b6564); border-radius: 25px; box-shadow: 0 25px 60px rgba(8,60,67,.22); align-items: center; justify-content: space-between; gap: 30px; }
.eyebrow--light { color: #82d5c8; }.cta-card h2 { max-width: 600px; color: #fff; }.cta-card p { margin: 12px 0 0; color: rgba(255,255,255,.64); font-size: 11px; }
.footer { padding: 55px 0 20px; color: rgba(255,255,255,.63); background: #062d34; }
.footer__grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 45px; }.brand--footer { color: #fff; }.brand--footer .brand__mark { color: #b5e1da; background: rgba(255,255,255,.1); }.brand--footer small { color: rgba(255,255,255,.5); }.footer__grid > div { display: flex; flex-direction: column; gap: 10px; }.footer__grid strong { color: #fff; font-size: 10px; }.footer__grid p, .footer__grid a { margin: 0; font-size: 9px; line-height: 1.7; }.footer__grid a:hover { color: #fff; }.footer__grid > div:first-child p { max-width: 230px; margin-top: 5px; }
.footer__bottom { display: flex; margin-top: 40px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.08); justify-content: space-between; font-size: 8px; }
.floating-help { position: fixed; z-index: 20; right: 22px; bottom: 22px; display: grid; width: 43px; height: 43px; color: #fff; background: var(--teal); border: 4px solid rgba(255,255,255,.8); border-radius: 50%; box-shadow: 0 10px 25px rgba(0,70,68,.25); place-items: center; font-weight: 800; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .header__cta { display: none; }.menu-button { display: block; }.nav { position: absolute; top: 76px; right: 20px; left: 20px; display: none; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow); flex-direction: column; gap: 18px; }.nav.open { display: flex; }
  .hero { padding-top: 55px; }.hero__grid, .security__grid, .faq__grid { grid-template-columns: 1fr; }.hero__grid { gap: 60px; }.hero__copy { text-align: center; }.hero__lead, .hero h1 { margin-inline: auto; }.hero__actions, .hero__trust { justify-content: center; }.hero-card { max-width: 500px; }.floating-note--one { left: 0; }.floating-note--two { right: 0; }
  .assurance__grid { grid-template-columns: repeat(2,1fr); }.assurance__grid > div:nth-child(2) { border-right: 0; }.assurance__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-grid, .steps { grid-template-columns: repeat(2,1fr); }.steps::before { display: none; }
  .security__grid, .faq__grid { gap: 45px; }.security__visual { order: 2; }.faq__intro { text-align: center; }.faq__intro p { margin-inline: auto; }
  .footer__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }.topbar__right { display: none; }.topbar__inner { justify-content: center; }.header__inner { height: 68px; }.nav { top: 68px; }
  .hero { min-height: auto; padding: 45px 0 65px; }.hero h1 { font-size: 39px; letter-spacing: -2.4px; }.hero__lead { font-size: 14px; }.hero__actions { flex-direction: column; }.hero__trust { margin-top: 30px; }
  .consultation-art { height: 280px; }.floating-note { display: none; }
  .assurance__grid, .product-grid, .steps { grid-template-columns: 1fr; }.assurance__grid > div { min-height: 75px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 75px 0; }.section-heading { display: block; }.section-heading > p { margin-top: 14px; }.section-heading h2, .security h2, .faq h2, .cta-card h2 { font-size: 31px; letter-spacing: -1.5px; }
  .product-card { padding: 23px; }.product-card__footer { align-items: stretch; flex-direction: column; }.product-card__footer .button { width: 100%; }.product-card > p { min-height: 0; }
  .security__visual { min-height: 340px; }.shield-ring { width: 280px; height: 280px; }.security-chip--one { right: 0; }.security-chip--two { right: 0; }.security-chip--three { left: 0; }
  .cta-card { padding: 35px 27px; align-items: flex-start; flex-direction: column; }.cta-card .button { width: 100%; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }.footer__grid > div:first-child, .footer__grid > div:last-child { grid-column: 1/-1; }.footer__bottom { align-items: start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }.reveal { opacity: 1; transform: none; }
}
