:root {
  --teal-950: #063f42;
  --teal-900: #005d5c;
  --teal-800: #006d6b;
  --teal-700: #148783;
  --teal-200: #c9e8e5;
  --teal-100: #e8f4f3;
  --coral: #ff6658;
  --coral-dark: #e94f43;
  --ink: #132a35;
  --muted: #596c73;
  --line: #dbe6e4;
  --soft: #f4f8f7;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(14, 56, 58, .11);
  --shadow-soft: 0 8px 24px rgba(14, 56, 58, .08);
  --radius: 16px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 14px; top: -60px; z-index: 1000; background: var(--white); padding: 12px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 14px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(219,230,228,.85); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--teal-900); flex-shrink: 0; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 27px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 5px; text-transform: uppercase; letter-spacing: .19em; font-size: 9px; font-weight: 800; color: var(--coral); }
.primary-nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 30px); }
.primary-nav a { text-decoration: none; font-size: 14px; font-weight: 700; }
.primary-nav > a:not(.button) { position: relative; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--coral); transition: width .2s ease; }
.primary-nav > a:not(.button):hover::after { width: 100%; }
.nav-toggle { display: none; width: 44px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); align-items: center; justify-content: center; gap: 4px; flex-direction: column; }
.nav-toggle span:not(.sr-only) { width: 19px; height: 2px; background: var(--ink); border-radius: 2px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 22px; border-radius: 9px; text-decoration: none; font-weight: 800; border: 1px solid transparent; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-coral { color: var(--white); background: var(--coral); box-shadow: 0 9px 22px rgba(255,102,88,.26); }
.button-coral:hover { background: var(--coral-dark); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.62); background: rgba(255,255,255,.05); }
.button-outline-light:hover { background: rgba(255,255,255,.12); }
.button-outline { color: var(--teal-800); border-color: var(--teal-700); background: var(--white); }
.button-outline:hover { background: var(--teal-100); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 13px; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.hero { position: relative; overflow: hidden; min-height: 620px; background: linear-gradient(135deg, var(--teal-900), #007b77 70%, #0c8580); color: var(--white); }
.hero-pattern { position: absolute; inset: 0; opacity: .15; background-image: radial-gradient(circle at 15% 25%, rgba(255,255,255,.28) 0 2px, transparent 3px), radial-gradient(circle at 85% 15%, rgba(255,255,255,.2) 0 2px, transparent 3px); background-size: 44px 44px, 68px 68px; mask-image: linear-gradient(to right, #000, transparent 42%, #000); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; background: rgba(255,255,255,.06); right: -160px; top: -170px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; min-height: 620px; align-items: center; gap: 32px; padding-block: 65px 34px; }
.hero-copy { padding-block: 15px; }
.eyebrow { margin: 0 0 9px; text-transform: uppercase; letter-spacing: .17em; font-size: 12px; font-weight: 900; color: var(--coral); }
.eyebrow-light { color: #bcece8; }
.hero h1 { max-width: 660px; margin: 0; font-size: clamp(46px, 5.1vw, 74px); line-height: .98; letter-spacing: -.045em; }
.hero h1 span { color: #bcece8; }
.hero-lead { max-width: 670px; margin: 25px 0 0; font-size: clamp(17px, 1.8vw, 21px); color: rgba(255,255,255,.88); }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.2); }
.hero-trust > div { display: flex; gap: 11px; align-items: flex-start; }
.hero-trust p { margin: 0; line-height: 1.2; }
.hero-trust strong { display: block; font-size: 12px; }
.hero-trust small { display: block; margin-top: 5px; color: rgba(255,255,255,.7); font-size: 10px; }
.trust-icon { width: 27px; height: 27px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: grid; place-items: center; font-weight: 900; font-size: 12px; flex: 0 0 auto; }
.hero-art { align-self: end; position: relative; min-height: 515px; display: flex; align-items: end; justify-content: center; }
.hero-art img { width: min(100%, 610px); filter: drop-shadow(0 28px 28px rgba(0,32,34,.22)); }
.photo-note { position: absolute; right: 18px; bottom: 12px; max-width: 205px; padding: 9px 12px; border-radius: 8px; background: rgba(4,42,44,.76); border: 1px solid rgba(255,255,255,.23); color: rgba(255,255,255,.83); font-size: 10px; backdrop-filter: blur(10px); }

.benefit-strip { background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 8px 25px rgba(14,56,58,.05); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.benefit-grid article { display: flex; align-items: center; gap: 16px; min-height: 115px; padding: 24px 38px; border-right: 1px solid var(--line); }
.benefit-grid article:last-child { border-right: 0; }
.benefit-grid h2 { margin: 0; font-size: 16px; }
.benefit-grid p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.round-icon { width: 48px; height: 48px; border-radius: 50%; background: var(--teal-100); color: var(--teal-800); display: grid; place-items: center; font-weight: 900; font-size: 20px; flex: 0 0 auto; }

.section { padding: 92px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: linear-gradient(135deg, var(--teal-950), var(--teal-900)); color: var(--white); }
.section-heading { max-width: 720px; margin: 0 auto 42px; text-align: center; }
.section-heading.compact { margin-bottom: 32px; }
.section-heading h2 { margin: 0; font-size: clamp(33px, 4vw, 50px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading p:not(.eyebrow) { margin: 15px auto 0; max-width: 650px; color: var(--muted); font-size: 17px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 245px; padding: 28px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-soft); overflow: hidden; }
.service-card::after { content: ""; position: absolute; width: 90px; height: 90px; border-radius: 50%; right: -42px; bottom: -42px; background: var(--teal-100); }
.service-icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--teal-100); color: var(--teal-800); font-weight: 900; font-size: 22px; }
.service-card h3 { margin: 22px 0 10px; font-size: 18px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }

.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; min-height: 500px; padding: 34px 30px 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow-soft); }
.plan-card.featured { border: 2px solid var(--coral); transform: translateY(-12px); box-shadow: 0 22px 50px rgba(255,102,88,.15); }
.popular { position: absolute; left: -2px; right: -2px; top: -2px; min-height: 34px; display: grid; place-items: center; border-radius: 16px 16px 0 0; background: var(--coral); color: var(--white); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 900; }
.featured .plan-kicker { margin-top: 26px; }
.plan-kicker { margin: 0 0 8px; color: var(--teal-700); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 900; }
.plan-card h3 { margin: 0; font-size: 27px; }
.plan-price { margin: 22px 0; color: var(--teal-800); }
.plan-price span { display: block; font-size: 40px; line-height: 1; font-weight: 900; letter-spacing: -.04em; }
.plan-price small { display: block; margin-top: 6px; color: var(--muted); font-size: 13px; }
.plan-card ul { margin: 0 0 28px; padding: 0; list-style: none; display: grid; gap: 13px; }
.plan-card li { position: relative; padding-left: 26px; color: var(--muted); font-size: 14px; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; background: var(--teal-100); color: var(--teal-800); font-size: 11px; font-weight: 900; }
.plan-card .button { margin-top: auto; }
.fine-print { margin: 24px auto 0; max-width: 820px; text-align: center; color: var(--muted); font-size: 12px; }

.pricing-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.pricing-grid article { min-height: 190px; padding: 24px 18px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); box-shadow: var(--shadow-soft); }
.pricing-grid h3 { margin: 0; font-size: 16px; }
.pricing-grid p { min-height: 64px; margin: 10px 0 18px; color: var(--muted); font-size: 12px; }
.pricing-grid strong { color: var(--teal-800); font-size: 14px; }
.pricing-note { max-width: 850px; margin: 28px auto 0; padding: 17px 22px; border-radius: 10px; background: var(--teal-100); color: var(--teal-950); font-size: 13px; text-align: center; }

.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.provider-visual { position: relative; }
.provider-visual::before { content: ""; position: absolute; inset: 12% -6% -5% 8%; border-radius: 32px; background: linear-gradient(135deg, rgba(188,236,232,.18), rgba(255,255,255,.04)); border: 1px solid rgba(255,255,255,.12); transform: rotate(-4deg); }
.provider-visual img { position: relative; width: 100%; max-width: 460px; margin-inline: auto; border-radius: 28px; filter: drop-shadow(0 22px 36px rgba(0,0,0,.2)); }
.about-copy h2 { margin: 0 0 24px; font-size: clamp(36px, 4.2vw, 55px); line-height: 1.04; letter-spacing: -.04em; }
.about-copy > p:not(.eyebrow) { color: rgba(255,255,255,.8); font-size: 16px; }
.credential-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 30px; }
.credential-grid > div { display: flex; gap: 12px; align-items: center; padding: 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(255,255,255,.06); }
.credential-grid span { width: 38px; height: 38px; flex: 0 0 auto; border-radius: 10px; display: grid; place-items: center; background: rgba(188,236,232,.15); color: #bcece8; font-weight: 900; font-size: 12px; }
.credential-grid p { margin: 0; line-height: 1.2; }
.credential-grid strong { display: block; font-size: 13px; }
.credential-grid small { display: block; margin-top: 4px; color: rgba(255,255,255,.62); font-size: 10px; }

.how-section { padding-top: 82px; padding-bottom: 58px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.steps article { position: relative; text-align: center; padding: 0 20px; }
.steps article:not(:last-child)::after { content: ""; position: absolute; top: 25px; left: 68%; width: 64%; border-top: 2px dotted var(--teal-200); }
.steps span { position: relative; z-index: 2; width: 52px; height: 52px; margin: 0 auto 18px; border-radius: 50%; display: grid; place-items: center; background: var(--teal-800); color: var(--white); font-weight: 900; box-shadow: 0 0 0 8px var(--teal-100); }
.steps h3 { margin: 0; font-size: 16px; }
.steps p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }

.cta-section { padding-top: 20px; padding-bottom: 70px; }
.cta-banner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding: 28px 34px; border-radius: 18px; color: var(--white); background: linear-gradient(100deg, var(--teal-900), var(--teal-700)); box-shadow: var(--shadow); }
.cta-icon { width: 66px; height: 66px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.24); font-size: 26px; font-weight: 900; }
.cta-banner h2 { margin: 0; font-size: 27px; }
.cta-banner p { margin: 4px 0 0; color: rgba(255,255,255,.72); }

.faq-shell { max-width: 1000px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
details { border: 1px solid var(--line); border-radius: 11px; background: var(--white); overflow: clip; }
summary { position: relative; padding: 18px 48px 18px 19px; font-weight: 800; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 19px; top: 50%; transform: translateY(-50%); color: var(--teal-800); font-size: 22px; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 19px 18px; color: var(--muted); font-size: 14px; }

.contact-section { background: var(--teal-800); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.contact-grid article { display: flex; gap: 14px; align-items: center; min-height: 130px; padding: 26px 24px; border-right: 1px solid rgba(255,255,255,.18); }
.contact-grid article:last-child { border-right: 0; }
.contact-grid article > span { font-size: 28px; color: #bcece8; }
.contact-grid h2 { margin: 0; font-size: 14px; }
.contact-grid p { margin: 5px 0 0; color: rgba(255,255,255,.75); font-size: 12px; }
.contact-grid a { color: inherit; }

.site-footer { background: var(--teal-950); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr 1fr; gap: 48px; padding-block: 58px; }
.brand-light { color: var(--white); }
.footer-brand > p { color: rgba(255,255,255,.62); font-size: 13px; }
.footer-grid h2 { margin: 0 0 13px; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; color: #bcece8; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid a:not(.button), .footer-grid p { color: rgba(255,255,255,.67); text-decoration: none; font-size: 13px; margin: 0; }
.footer-grid a:not(.button):hover { color: var(--white); }
.emergency-bar { border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: #102c35; }
.emergency-bar .shell { display: flex; gap: 18px; align-items: center; padding-block: 18px; }
.emergency-bar strong { font-size: 13px; white-space: nowrap; }
.emergency-bar span { color: rgba(255,255,255,.58); font-size: 11px; }
.copyright { color: rgba(255,255,255,.45); font-size: 11px; }
.copyright .shell { padding-block: 19px; text-align: center; }

@media (max-width: 1050px) {
  .primary-nav { gap: 15px; }
  .hero-grid { grid-template-columns: 1fr .85fr; }
  .hero-trust { grid-template-columns: 1fr; gap: 10px; }
  .hero-trust small { display: inline; margin-left: 4px; }
  .hero-art { min-height: 440px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(3, 1fr); }
  .about-grid { gap: 42px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 28px, 720px); }
  .nav-toggle { display: flex; }
  .primary-nav { position: fixed; left: 14px; right: 14px; top: 84px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 12px; }
  .primary-nav .button { margin-top: 8px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 62px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .button-row { justify-content: center; }
  .hero-trust { grid-template-columns: repeat(3, 1fr); text-align: left; }
  .hero-trust small { display: block; margin-left: 0; }
  .hero-art { min-height: 430px; }
  .photo-note { right: 0; }
  .benefit-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .benefit-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); padding: 20px 12px; }
  .benefit-grid article:last-child { border-bottom: 0; }
  .plan-grid { grid-template-columns: 1fr; max-width: 590px; margin-inline: auto; }
  .plan-card.featured { transform: none; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; text-align: center; }
  .provider-visual img { max-width: 380px; }
  .credential-grid { text-align: left; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 42px 20px; }
  .steps article::after { display: none; }
  .cta-banner { grid-template-columns: auto 1fr; }
  .cta-banner .button { grid-column: 1 / -1; }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid article:nth-child(2) { border-right: 0; }
  .contact-grid article { border-bottom: 1px solid rgba(255,255,255,.18); }
  .contact-grid article:nth-child(3), .contact-grid article:nth-child(4) { border-bottom: 0; }
}

@media (max-width: 560px) {
  .brand-copy strong { font-size: 22px; }
  .brand-copy small { font-size: 7px; }
  .hero-grid { padding-top: 46px; }
  .hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .hero-trust { grid-template-columns: 1fr; max-width: 330px; margin-inline: auto; }
  .hero-art { min-height: 340px; }
  .photo-note { display: none; }
  .section { padding: 72px 0; }
  .service-grid, .pricing-grid, .faq-grid, .credential-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .pricing-grid article { min-height: auto; }
  .pricing-grid p { min-height: auto; }
  .steps { grid-template-columns: 1fr; }
  .cta-banner { grid-template-columns: 1fr; text-align: center; }
  .cta-icon { margin-inline: auto; }
  .contact-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18) !important; }
  .contact-grid article:last-child { border-bottom: 0 !important; }
  .footer-grid { gap: 34px; }
  .emergency-bar .shell { flex-direction: column; align-items: flex-start; }
  .button-row .button { width: 100%; }
}

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

/* Final practice assets and content refinements */
.brand-mark { width: 36px; height: 52px; object-fit: contain; }
.footer-logo-tile { width: 44px; height: 54px; display: grid; place-items: center; border-radius: 10px; background: var(--white); overflow: hidden; }
.footer-logo-tile img { width: 30px; height: 44px; object-fit: contain; }

.hero-art { min-height: 520px; align-self: center; align-items: center; padding: 18px 10px 0; }
.hero-photo-frame { position: relative; width: min(100%, 515px); aspect-ratio: 1 / 1.05; display: flex; align-items: flex-end; justify-content: center; }
.hero-photo-accent { position: absolute; inset: 10% 5% 0 12%; border-radius: 42% 42% 24% 24%; background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(188,236,232,.08)); border: 1px solid rgba(255,255,255,.2); transform: rotate(3deg); box-shadow: 0 35px 70px rgba(0,30,32,.24); }
.hero-photo-frame::before { content: ""; position: absolute; width: 78%; aspect-ratio: 1; right: -3%; top: 4%; border-radius: 50%; background: rgba(255,255,255,.08); }
.hero-photo-frame::after { content: "+"; position: absolute; right: 1%; top: 9%; width: 78px; height: 78px; display: grid; place-items: center; border-radius: 22px; background: var(--coral); color: var(--white); font-size: 47px; font-weight: 300; box-shadow: 0 18px 35px rgba(0,40,42,.23); }
.hero-art .hero-photo-frame > img { position: relative; z-index: 2; width: 88%; height: 88%; object-fit: cover; object-position: center 23%; border-radius: 44% 44% 22% 22%; border: 6px solid rgba(255,255,255,.92); filter: drop-shadow(0 30px 30px rgba(0,32,34,.25)); }
.hero-badge { position: absolute; z-index: 4; display: grid; grid-template-columns: auto 1fr; column-gap: 9px; align-items: center; min-width: 190px; padding: 12px 14px; border-radius: 13px; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.8); box-shadow: 0 14px 34px rgba(4,44,46,.2); backdrop-filter: blur(10px); }
.hero-badge span { grid-row: 1 / 3; width: 39px; height: 39px; display: grid; place-items: center; border-radius: 10px; background: var(--teal-100); color: var(--teal-800); font-size: 11px; font-weight: 900; }
.hero-badge strong { font-size: 12px; line-height: 1.1; }
.hero-badge small { color: var(--muted); font-size: 9px; line-height: 1.2; }
.hero-badge-top { left: 0; top: 19%; }
.hero-badge-bottom { right: -2%; bottom: 8%; }

.membership-intro { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 980px; margin: 0 auto 40px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow-soft); overflow: hidden; }
.membership-intro > div { display: flex; align-items: center; gap: 15px; min-height: 105px; padding: 22px 25px; border-right: 1px solid var(--line); }
.membership-intro > div:last-child { border-right: 0; }
.membership-intro span { flex: 0 0 auto; min-width: 62px; color: var(--teal-800); font-size: 29px; line-height: 1; font-weight: 900; letter-spacing: -.04em; }
.membership-intro p { margin: 0; line-height: 1.25; }
.membership-intro strong { display: block; font-size: 13px; }
.membership-intro small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; }
.plan-card { min-height: 525px; }
.plan-card.featured { order: 0; }
.house-call-note { max-width: 980px; margin: 34px auto 0; display: flex; align-items: center; gap: 18px; padding: 21px 24px; border: 1px solid #f2b7b0; border-radius: 14px; background: #fff5f3; color: var(--ink); }
.house-call-note > span { width: 54px; height: 54px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: var(--white); font-size: 14px; line-height: 1; font-weight: 800; letter-spacing: -.03em; white-space: nowrap; }
.house-call-note strong { display: block; font-size: 16px; }
.house-call-note p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.pricing-highlight { border-color: #f1aaa2 !important; background: #fff9f8 !important; }
.pricing-highlight strong { color: var(--coral-dark); }

.provider-visual img { aspect-ratio: 1 / 1.08; object-fit: cover; object-position: center 22%; border: 6px solid rgba(255,255,255,.88); }

.scheduler-section { padding-top: 32px; background: var(--white); }
.scheduler-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 38px; align-items: stretch; padding: 42px; border-radius: 22px; background: linear-gradient(135deg, var(--teal-950), var(--teal-800)); color: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.scheduler-copy { align-self: center; }
.scheduler-copy h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.04; letter-spacing: -.04em; }
.scheduler-copy > p:not(.eyebrow):not(.scheduler-fallback) { color: rgba(255,255,255,.78); font-size: 16px; }
.scheduler-copy ul { margin: 24px 0 28px; padding: 0; display: grid; gap: 11px; list-style: none; }
.scheduler-copy li { position: relative; padding-left: 27px; color: rgba(255,255,255,.82); font-size: 14px; }
.scheduler-copy li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #bcece8; font-weight: 900; }
.scheduler-fallback { margin: 16px 0 0; color: rgba(255,255,255,.58); font-size: 11px; }
.scheduler-fallback a { color: #d5f4f1; }
.scheduler-preview { align-self: center; border-radius: 18px; background: var(--white); color: var(--ink); overflow: hidden; box-shadow: 0 25px 55px rgba(0,26,28,.28); transform: rotate(1deg); }
.scheduler-preview-head { min-height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 18px; border-bottom: 1px solid var(--line); background: #f8fbfa; }
.scheduler-preview-head > span { width: 10px; height: 10px; border-radius: 50%; background: var(--line); }
.scheduler-preview-head > span:first-child { background: var(--coral); }
.scheduler-preview-head > span:nth-child(2) { background: #f4c75c; }
.scheduler-preview-head > span:nth-child(3) { background: #5bbf91; }
.scheduler-preview-head strong { margin-left: auto; color: var(--teal-800); font-size: 11px; }
.scheduler-preview-body { padding: 36px; text-align: center; }
.calendar-icon { width: 66px; height: 66px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 17px; background: var(--teal-100); color: var(--teal-800); font-size: 22px; font-weight: 900; }
.scheduler-preview-body h3 { margin: 0; font-size: 24px; }
.scheduler-preview-body > p { max-width: 440px; margin: 10px auto 23px; color: var(--muted); font-size: 13px; }
.preview-fields { display: grid; gap: 10px; text-align: left; }
.preview-fields span { display: block; padding: 13px 15px; border: 1px solid var(--line); border-radius: 9px; color: #8a999d; font-size: 12px; }
.preview-button { margin-top: 14px; padding: 14px; border-radius: 9px; background: var(--teal-800); color: var(--white); font-size: 13px; font-weight: 800; }

.contact-grid-three { grid-template-columns: repeat(3, 1fr); }
.contact-grid-three article:nth-child(3) { border-right: 0; }

@media (max-width: 1050px) {
  .hero-badge-top { left: -3%; }
  .hero-badge-bottom { right: -5%; }
  .membership-intro { grid-template-columns: 1fr; max-width: 590px; }
  .membership-intro > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .membership-intro > div:last-child { border-bottom: 0; }
  .scheduler-card { grid-template-columns: 1fr; }
  .scheduler-copy { text-align: center; }
  .scheduler-copy ul { max-width: 450px; margin-inline: auto; text-align: left; }
}

@media (max-width: 820px) {
  .hero-art { min-height: 500px; }
  .hero-photo-frame { width: min(90vw, 500px); }
  .hero-badge-top { left: 2%; }
  .hero-badge-bottom { right: 0; }
  .contact-grid-three { grid-template-columns: 1fr; }
  .contact-grid-three article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .contact-grid-three article:last-child { border-bottom: 0; }
}

@media (max-width: 560px) {
  .brand-mark { width: 31px; height: 45px; }
  .hero-art { min-height: 390px; padding-inline: 0; }
  .hero-photo-frame { width: 100%; }
  .hero-photo-frame::after { width: 58px; height: 58px; font-size: 36px; border-radius: 16px; }
  .hero-badge { min-width: 155px; padding: 9px 10px; }
  .hero-badge span { width: 32px; height: 32px; }
  .hero-badge-top { top: 15%; left: -2%; }
  .hero-badge-bottom { right: -2%; bottom: 3%; }
  .membership-intro > div { padding: 18px; }
  .house-call-note { align-items: flex-start; padding: 18px; }
  .scheduler-card { padding: 28px 20px; }
  .scheduler-preview-body { padding: 28px 18px; }
}

/* Final visit pricing and live Tebra scheduler */
.pricing-grid-seven { grid-template-columns: repeat(4, 1fr); }
.pricing-grid-seven article { display: flex; flex-direction: column; }
.pricing-grid-seven article strong { margin-top: auto; font-size: 25px; letter-spacing: -.03em; }
.pricing-grid-seven article small.price-alert { display: block; margin-top: 9px; color: var(--coral-dark); font-size: 10px; line-height: 1.35; font-weight: 750; }
.pricing-note strong { color: var(--ink); }
.scheduler-card-live { grid-template-columns: .78fr 1.22fr; align-items: center; }
.scheduler-embed { align-self: stretch; min-height: 760px; border-radius: 18px; background: var(--white); overflow: hidden; box-shadow: 0 25px 55px rgba(0,26,28,.28); }
.scheduler-embed iframe { display: block; width: 100%; height: 712px; border: 0; background: var(--white); }

@media (max-width: 1050px) {
  .pricing-grid-seven { grid-template-columns: repeat(2, 1fr); }
  .scheduler-card-live { grid-template-columns: 1fr; }
  .scheduler-embed { min-height: 780px; }
  .scheduler-embed iframe { height: 732px; }
}

@media (max-width: 560px) {
  .pricing-grid-seven { grid-template-columns: 1fr; }
  .scheduler-embed { min-height: 740px; border-radius: 12px; }
  .scheduler-embed iframe { height: 692px; }
}

/* v6 exact hero correction: use approved hero section reference exactly as requested */
.hero-composite {
  min-height: 690px;
  background-color: var(--teal-950);
  background-image: url("assets/hero-section-exact.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.hero-composite::before { display: none; }
.hero-composite .hero-grid-composite { grid-template-columns: 1fr; min-height: 690px; }
.hero-composite .hero-copy { position: relative; z-index: 2; max-width: 650px; }
.hero-composite .hero-copy .eyebrow,
.hero-composite .hero-copy h1,
.hero-composite .hero-copy .hero-lead,
.hero-composite .hero-copy .hero-trust {
  opacity: 0;
  pointer-events: none;
  user-select: none;
}
.hero-composite .hero-copy .button-row .button {
  opacity: 0;
  pointer-events: auto;
}
.hero-mobile-art { display: none; }
.brand-mark { object-fit: contain; }
.round-icon, .service-icon, .contact-grid article > span { font-family: Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: -.03em; }
.round-icon { font-size: 12px; }
.service-icon { font-size: 13px; }
.contact-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-size: 11px; font-weight: 900; }

@media (max-width: 820px) {
  .hero-composite { min-height: auto; background-image: linear-gradient(135deg, var(--teal-900), #007b77 70%, #0c8580); }
  .hero-composite .hero-grid-composite { min-height: auto; padding-bottom: 34px; }
  .hero-composite .hero-copy .eyebrow,
  .hero-composite .hero-copy h1,
  .hero-composite .hero-copy .hero-lead,
  .hero-composite .hero-copy .hero-trust,
  .hero-composite .hero-copy .button-row .button { opacity: 1; pointer-events: auto; }
  .hero-mobile-art { display: block; width: 100%; background: var(--teal-950); }
  .hero-mobile-art img { width: 100%; }
}
