:root {
  --ink: #123238;
  --muted: #587075;
  --teal: #075f66;
  --teal-dark: #064b51;
  --aqua: #35bec3;
  --mint: #e8f7f5;
  --cloud: #f5f9f8;
  --white: #fff;
  --line: #d8e7e5;
  --navy: #0c2c34;
  --shadow: 0 24px 70px rgba(7, 69, 75, .13);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: var(--navy); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(216,231,229,.8); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 1.25rem; font-weight: 780; letter-spacing: -.035em; color: var(--navy); }
.brand > span:last-child > span { color: var(--teal); }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: white; background: var(--teal); font-size: 1.45rem; font-weight: 500; }
.primary-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.primary-nav a { text-decoration: none; color: #38565b; font-size: .94rem; font-weight: 620; }
.primary-nav a:hover, .primary-nav a:focus { color: var(--teal); }
.menu-button { display: none; margin-left: auto; border: 1px solid var(--line); background: white; border-radius: 10px; padding: 9px 13px; color: var(--ink); font: inherit; font-weight: 650; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 24px; border: 2px solid var(--teal); border-radius: 12px; background: var(--teal); color: white; font-weight: 720; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover, .button:focus { transform: translateY(-2px); background: var(--teal-dark); border-color: var(--teal-dark); }
.button-small { min-height: 42px; padding-inline: 18px; }
.hero { overflow: hidden; padding: 76px 0 88px; background: radial-gradient(circle at 86% 20%, rgba(53,190,195,.16), transparent 26%), linear-gradient(145deg, #f4fbfa 0%, #fff 58%); }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 74px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--teal); text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 24px; color: var(--navy); font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1.01; letter-spacing: -.057em; }
h2 { margin-bottom: 18px; color: var(--navy); font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.08; letter-spacing: -.045em; }
h3 { color: var(--navy); line-height: 1.25; }
.hero-lead { max-width: 670px; margin-bottom: 30px; color: var(--muted); font-size: 1.18rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.text-link { color: var(--teal); font-weight: 740; text-decoration: none; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 34px 0 0; padding: 0; list-style: none; color: #456166; font-size: .91rem; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: var(--teal); font-weight: 900; }
.hero-panel { position: relative; padding: 26px; border: 1px solid rgba(216,231,229,.9); border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.hero-panel::before { content: ""; position: absolute; z-index: -1; inset: -22px 30px 22px -25px; border-radius: 30px; background: var(--mint); transform: rotate(-3deg); }
.panel-top { display: flex; align-items: center; gap: 9px; padding-bottom: 20px; color: #385a5e; font-size: .88rem; font-weight: 700; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #28a773; box-shadow: 0 0 0 5px rgba(40,167,115,.12); }
.consult-card { display: flex; gap: 16px; padding: 22px; border-radius: 17px; background: var(--cloud); }
.consult-card p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; }
.doctor-avatar { flex: 0 0 auto; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; color: white; background: var(--teal); font-size: .84rem; font-weight: 800; }
.mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
.mini-grid div { min-height: 115px; padding: 16px 12px; border: 1px solid var(--line); border-radius: 14px; }
.mini-grid span { display: grid; place-items: center; width: 27px; height: 27px; margin-bottom: 14px; border-radius: 8px; background: var(--mint); color: var(--teal); font-size: .78rem; font-weight: 800; }
.mini-grid strong { font-size: .82rem; line-height: 1.35; display: block; }
.panel-note { margin: 18px 2px 0; color: #6a7d81; font-size: .78rem; }
.section { padding: 94px 0; }
.section-tint { background: var(--cloud); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; margin-bottom: 42px; }
.section-heading h2 { max-width: 720px; margin-bottom: 0; }
.section-heading > p { margin-bottom: 7px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .2s, box-shadow .2s, border-color .2s; }
.service-card:hover { transform: translateY(-4px); border-color: #b9dad6; box-shadow: 0 18px 40px rgba(12,44,52,.08); }
.service-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 22px; border-radius: 14px; background: var(--mint); color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .02em; }
.service-card h3 { margin-bottom: 10px; font-size: 1.16rem; }
.service-card p { color: var(--muted); }
.service-card a { color: var(--teal); font-size: .9rem; font-weight: 760; text-decoration: none; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.steps article { padding: 30px; border-radius: var(--radius); background: white; }
.steps span { display: block; margin-bottom: 30px; color: var(--aqua); font-size: 2.3rem; line-height: 1; font-weight: 800; letter-spacing: -.05em; }
.steps p { margin-bottom: 0; color: var(--muted); }
.pricing-grid, .safety-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 72px; align-items: center; }
.section-intro { max-width: 700px; color: var(--muted); font-size: 1.05rem; }
.fine-print { color: #718387; font-size: .85rem; }
.price-card { padding: 36px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, #fff, var(--cloud)); box-shadow: 0 18px 50px rgba(12,44,52,.07); }
.price-card > span { display: inline-block; margin-bottom: 22px; padding: 6px 11px; border-radius: 99px; background: var(--mint); color: var(--teal); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.price-card p { color: var(--muted); }
.button-outline { margin-top: 8px; color: var(--teal); background: transparent; }
.safety-section { color: white; background: var(--navy); }
.safety-section .eyebrow { color: #6ee0db; }
.safety-section h2 { color: white; }
.safety-section p { color: #c7dcde; }
.emergency-card { padding: 32px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.07); }
.emergency-card strong { display: block; margin-bottom: 10px; color: white; font-size: 1.25rem; }
.emergency-card p:last-child { margin-bottom: 0; }
.emergency-card a { color: #7ce4df; font-weight: 750; }
.faq-wrap { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 22px 38px 22px 0; cursor: pointer; color: var(--navy); font-weight: 730; }
details p { padding-right: 30px; color: var(--muted); }
.consult-cta { padding: 74px 0; color: white; background: var(--teal); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.consult-cta .eyebrow { color: #9df0eb; }
.consult-cta h2 { max-width: 700px; margin-bottom: 12px; color: white; }
.consult-cta p:last-child { margin-bottom: 0; color: #d5eeee; }
.button-light { flex: 0 0 auto; color: var(--teal); background: white; border-color: white; }
.button-light:hover, .button-light:focus { color: white; background: var(--navy); border-color: var(--navy); }
.site-footer { padding: 66px 0 24px; color: #c6d6d8; background: #081f25; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 42px; }
.brand-footer { margin-bottom: 16px; color: white; }
.brand-footer > span:last-child > span { color: #6ee0db; }
.brand-footer .brand-mark { background: #11828a; }
.footer-grid h2 { margin-bottom: 14px; color: white; font-size: .9rem; letter-spacing: .04em; }
.footer-grid a { display: block; width: fit-content; margin-bottom: 8px; color: #c6d6d8; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-grid p { max-width: 330px; font-size: .9rem; }
.legal-row { display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #89a4a8; font-size: .78rem; }
.legal-row p { margin-bottom: 0; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .desktop-cta { display: none; }
  .primary-nav { position: absolute; top: 70px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 12px; }
  .hero-grid, .section-heading, .pricing-grid, .safety-grid, .faq-wrap { grid-template-columns: 1fr; gap: 42px; }
  .hero { padding-top: 56px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 68px; }
  .hero { padding: 45px 0 64px; }
  h1 { font-size: clamp(2.55rem, 14vw, 3.8rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { padding: 6px 2px; }
  .hero-panel { padding: 18px; }
  .hero-panel::before { inset: -12px 18px 16px -10px; }
  .mini-grid { grid-template-columns: 1fr; }
  .mini-grid div { min-height: 0; }
  .section { padding: 68px 0; }
  .service-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .steps { gap: 12px; }
  .cta-inner, .legal-row { align-items: stretch; flex-direction: column; }
  .button-light { width: 100%; }
  .legal-row { gap: 10px; }
}

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