:root {
  --ink: #11182f;
  --ink-soft: #303954;
  --muted: #68718a;
  --paper: #f7f9fd;
  --white: #ffffff;
  --line: #dfe4ee;
  --primary: #6658e8;
  --primary-dark: #5243d3;
  --cyan: #48d5d0;
  --lime: #c7f36b;
  --shadow: 0 30px 80px rgba(20, 28, 62, 0.16);
  --radius-lg: 28px;
  --radius-md: 18px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.tooth-icon, .outcome-icon svg, .offer-label svg, .service-icon svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.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; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; padding: 24px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Manrope", sans-serif; font-size: 1.15rem; font-weight: 800; letter-spacing: -0.035em; }
.brand > span:last-child > span { color: var(--primary); }
.brand-mark { position: relative; display: inline-flex; width: 32px; height: 32px; align-items: center; justify-content: center; border-radius: 10px; background: var(--ink); overflow: hidden; }
.brand-mark i { position: absolute; width: 14px; height: 19px; border: 3px solid white; border-left: 0; border-radius: 0 12px 12px 0; }
.brand-mark i:first-child { transform: translateX(-5px); }
.brand-mark i:last-child { border-color: var(--cyan); transform: translateX(4px) scale(.75); }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .94rem; font-weight: 600; }
.site-nav > a:not(.button) { color: #4b536d; }
.site-nav > a:not(.button):hover { color: var(--primary); }
.menu-toggle { display: none; border: 0; background: transparent; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 56px; padding: 0 24px; border-radius: 12px; color: white; background: var(--primary); font-weight: 700; box-shadow: 0 10px 25px rgba(102, 88, 232, .22); transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--primary-dark); transform: translateY(-2px); }
.button:focus-visible, .site-nav a:focus-visible, .text-link:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.button-small { min-height: 44px; padding-inline: 18px; border-radius: 10px; }

.hero { position: relative; min-height: 760px; padding: 160px 0 100px; overflow: hidden; background: radial-gradient(circle at 80% 8%, rgba(102,88,232,.15), transparent 33%), linear-gradient(180deg, #fff 0%, #f7f9fd 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(87,99,139,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(87,99,139,.08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--primary); font-size: .8rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero h1 { max-width: 660px; margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(3rem, 5.3vw, 5rem); line-height: 1.02; letter-spacing: -.065em; }
.hero h1 em { position: relative; color: var(--primary); font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; left: 1%; right: 0; bottom: -7px; height: 8px; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8c91-5 215-7 396-2' fill='none' stroke='%2348d5d0' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.hero-lede { max-width: 585px; margin: 30px 0 0; color: var(--ink-soft); font-size: 1.2rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 36px; }
.text-link { font-weight: 700; }
.text-link span { color: var(--primary); margin-left: 6px; }

.hero-visual { position: relative; min-height: 535px; display: grid; place-items: center; }
.ambient { position: absolute; border-radius: 50%; filter: blur(2px); }
.ambient-one { width: 410px; height: 410px; background: rgba(102,88,232,.12); }
.ambient-two { top: 6%; right: 0; width: 180px; height: 180px; background: rgba(72,213,208,.2); }
.browser-card { position: relative; z-index: 1; width: min(620px, 100%); overflow: hidden; border: 1px solid rgba(197,204,221,.9); border-radius: 20px; background: white; box-shadow: var(--shadow); transform: rotate(1.3deg); }
.browser-bar { min-height: 50px; display: grid; grid-template-columns: 1fr 2.5fr 1fr; align-items: center; padding: 0 16px; border-bottom: 1px solid #e8ebf1; background: #f8f9fc; color: #8a91a4; font-size: .7rem; }
.browser-dots { display: flex; gap: 5px; }
.browser-dots span { width: 7px; height: 7px; border-radius: 50%; background: #d4d8e2; }
.browser-address { padding: 5px 10px; border-radius: 6px; background: white; text-align: center; }
.secure-mark { text-align: right; font-size: 1rem; }
.booking-page { padding: 28px 36px 35px; }
.clinic-heading { display: flex; align-items: center; gap: 11px; padding-bottom: 22px; border-bottom: 1px solid #eceff4; }
.clinic-logo { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: white; background: #173753; font-size: .75rem; font-weight: 800; }
.clinic-heading div:last-child { display: flex; flex-direction: column; line-height: 1.25; }
.clinic-heading strong { font-family: "Manrope"; font-size: .85rem; }
.clinic-heading span { color: #8790a3; font-size: .65rem; }
.booking-intro { margin-top: 26px; }
.mock-label { margin: 0 0 2px; color: var(--primary); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.booking-intro h2 { margin: 0; font-family: "Manrope"; font-size: 1.55rem; letter-spacing: -.035em; }
.booking-intro > p:last-child { margin: 4px 0 0; color: #7b8498; font-size: .77rem; }
.service-list { display: grid; gap: 10px; margin-top: 22px; }
.service-row { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; padding: 13px 14px; border: 1px solid #e2e6ee; border-radius: 12px; }
.service-row.is-featured { border-color: rgba(102,88,232,.45); background: #f7f5ff; box-shadow: 0 8px 20px rgba(102,88,232,.08); }
.service-icon { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 9px; color: var(--primary); background: #ece9ff; }
.service-icon svg { width: 20px; height: 20px; }
.service-row > span:nth-child(2) { display: flex; flex-direction: column; line-height: 1.25; }
.service-row strong { font-size: .77rem; }
.service-row small { margin-top: 3px; color: #8a92a4; font-size: .66rem; }
.service-row b { color: var(--primary); font-size: .85rem; }
.booking-toast { position: absolute; z-index: 2; right: -15px; bottom: 20px; display: flex; align-items: center; gap: 11px; padding: 14px 18px; border: 1px solid rgba(218,225,237,.9); border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: 0 18px 45px rgba(23,35,71,.15); }
.toast-icon { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: #156b62; background: #dff8f5; font-weight: 800; }
.booking-toast > span:last-child { display: flex; flex-direction: column; line-height: 1.35; }
.booking-toast strong { font-size: .78rem; }
.booking-toast small { color: #858da0; font-size: .65rem; }

.offer-section { position: relative; z-index: 4; padding: 30px 0; color: white; background: var(--ink); }
.offer-grid { display: grid; grid-template-columns: .8fr 1.15fr 1.15fr auto; gap: 30px; align-items: center; }
.offer-label { display: flex; align-items: center; gap: 12px; color: #aeb7cc; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.offer-label svg { width: 42px; height: 42px; padding: 9px; border-radius: 12px; color: var(--cyan); background: rgba(72,213,208,.1); }
.offer-plan { display: flex; flex-direction: column; min-width: 0; padding-left: 30px; border-left: 1px solid rgba(255,255,255,.14); }
.offer-plan > span { color: #aeb7cc; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.offer-plan strong { margin-top: 2px; font-family: "Manrope"; font-size: 2rem; line-height: 1.1; letter-spacing: -.04em; white-space: nowrap; }
.offer-plan strong small { color: #aeb7cc; font-family: "DM Sans"; font-size: .78rem; font-weight: 500; letter-spacing: 0; }
.offer-plan b { margin-top: 5px; color: var(--cyan); font-size: .98rem; font-weight: 800; line-height: 1.25; }
.button-cyan { color: var(--ink); background: var(--cyan); box-shadow: none; }
.button-cyan:hover { color: white; background: var(--primary); }

.section-kicker { margin: 0 0 14px; color: var(--primary); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-heading h2, .section-intro h2, .results-copy h2, .managed-copy h2, .included-heading h2, .faq-heading h2, .closing-card h2 { margin: 0; font-family: "Manrope"; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.08; letter-spacing: -.055em; }
.section-intro { margin-bottom: 52px; }
.section-intro > p:last-child { max-width: 640px; margin: 20px auto 0; color: var(--muted); font-size: 1.08rem; }
.centered { text-align: center; }

.friction-section { padding: 135px 0 120px; background: var(--paper); }
.friction-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.friction-copy { padding-top: 13px; columns: 2; column-gap: 42px; }
.friction-copy p { break-inside: avoid; margin: 0; color: var(--ink-soft); }
.intent-path { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 18px; margin-top: 75px; }
.intent-path > i { align-self: center; color: #abb2c2; font-size: 1.4rem; font-style: normal; }
.path-step { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.path-step > span { display: block; margin-bottom: 32px; color: var(--primary); font-family: "Manrope"; font-size: .72rem; font-weight: 800; }
.path-step strong, .path-step small { display: block; }
.path-step strong { font-family: "Manrope"; font-size: 1.18rem; }
.path-step small { margin-top: 7px; color: var(--muted); font-size: .9rem; line-height: 1.45; }
.path-result { border-color: var(--ink); color: white; background: var(--ink); box-shadow: 0 16px 40px rgba(17,24,47,.18); }
.path-result > span { color: var(--cyan); }
.path-result small { color: #aeb7ce; }

.experience-section { padding: 120px 0; overflow: hidden; background: white; }
.patient-showcase { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: stretch; }
.patient-panel { min-height: 645px; border-radius: var(--radius-lg); overflow: hidden; }
.patient-confirmation { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; padding: 50px 55px; background: #eef0ff; }
.panel-caption { align-self: start; display: flex; flex-direction: column; }
.panel-caption span { color: var(--primary); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.panel-caption strong { max-width: 180px; margin-top: 9px; font-family: "Manrope"; font-size: 1.2rem; line-height: 1.3; }
.mobile-frame { align-self: center; width: 255px; padding: 13px 17px 22px; border: 7px solid #171d31; border-radius: 35px; background: white; box-shadow: 0 28px 65px rgba(42,43,103,.24); transform: rotate(2.5deg); }
.mobile-status { display: flex; justify-content: space-between; color: #777f92; font-size: .55rem; }
.mobile-brand { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 15px; font-family: "Manrope"; font-size: .68rem; }
.mobile-brand span { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; color: white; background: #173753; font-size: .48rem; }
.confirmation-check { display: grid; width: 58px; height: 58px; margin: 31px auto 15px; place-items: center; border-radius: 50%; color: #176c64; background: #dff8f5; font-size: 1.5rem; font-weight: 700; }
.mobile-frame > .mock-label, .mobile-frame > h3, .mobile-frame > .mobile-muted { text-align: center; }
.mobile-frame h3 { margin: 2px 0 5px; font-family: "Manrope"; font-size: 1.12rem; letter-spacing: -.035em; }
.mobile-muted { margin: 0 auto; color: #858da0; font-size: .68rem; }
.appointment-summary { margin: 22px 0 17px; padding: 4px 14px; border: 1px solid #e6e9ef; border-radius: 11px; }
.appointment-summary div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; font-size: .61rem; }
.appointment-summary div + div { border-top: 1px solid #eceef3; }
.appointment-summary dt { color: #8991a3; }
.appointment-summary dd { margin: 0; font-weight: 700; text-align: right; }
.mock-button { padding: 10px; border-radius: 8px; color: white; background: var(--primary); font-size: .65rem; font-weight: 700; text-align: center; }
.mock-footnote { display: block; margin-top: 10px; color: #949bac; font-size: .52rem; text-align: center; }
.patient-benefits { display: flex; flex-direction: column; justify-content: space-between; padding: 55px; color: white; background: var(--ink); }
.benefit-quote { position: relative; max-width: 430px; }
.quote-mark { position: absolute; top: -36px; left: -8px; color: var(--cyan); font-family: Georgia, serif; font-size: 5rem; opacity: .8; }
.benefit-quote p { position: relative; margin: 45px 0 0; font-family: "Manrope"; font-size: clamp(1.8rem, 3.2vw, 3rem); font-weight: 700; line-height: 1.17; letter-spacing: -.05em; }
.benefit-list { display: grid; gap: 0; }
.benefit-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 17px; align-items: start; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); }
.benefit-list > div > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; color: var(--cyan); background: rgba(72,213,208,.1); font-size: .67rem; font-weight: 800; }
.benefit-list p { margin: 0; }
.benefit-list strong, .benefit-list small { display: block; }
.benefit-list strong { font-size: .9rem; }
.benefit-list small { margin-top: 3px; color: #aeb7cb; font-size: .75rem; }

.results-section { padding: 125px 0; color: white; background: var(--primary); }
.results-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: center; }
.section-kicker-light { color: var(--cyan); }
.results-copy > p:nth-of-type(2) { max-width: 530px; margin: 25px 0 35px; color: #dddafd; font-size: 1.08rem; }
.button-light { color: var(--ink); background: white; box-shadow: none; }
.button-light:hover { color: white; background: var(--ink); }
.results-list article { display: grid; grid-template-columns: 48px 1fr; gap: 25px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.2); }
.results-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.results-list article > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--cyan); }
.result-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.results-list h3 { margin: 0; font-family: "Manrope"; font-size: 1.12rem; }
.results-list p { margin: 7px 0 0; color: #dedbff; font-size: .9rem; }

.clinic-section { padding: 130px 0; overflow: hidden; background: #f4f6fa; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.split-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 1.05rem; }
.dashboard-stage { position: relative; min-height: 680px; margin-top: 55px; }
.dashboard { overflow: hidden; border: 1px solid #dce1eb; border-radius: 20px; background: white; box-shadow: var(--shadow); }
.dashboard-main { position: absolute; left: 0; top: 0; width: 84%; display: grid; grid-template-columns: 150px 1fr; min-height: 565px; transform: rotate(-.65deg); }
.dash-sidebar { display: flex; flex-direction: column; padding: 26px 18px 22px; color: white; background: var(--ink); }
.dash-logo { display: flex; align-items: center; gap: 10px; font-family: "Manrope"; font-size: .7rem; line-height: 1.2; }
.dash-logo > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; color: var(--ink); background: var(--cyan); font-size: .6rem; }
.dash-sidebar nav { display: grid; gap: 9px; margin-top: 55px; }
.dash-sidebar nav span, .dash-settings { display: flex; align-items: center; gap: 10px; padding: 9px 11px; border-radius: 8px; color: #949eb5; font-size: .72rem; }
.dash-sidebar nav span.active { color: white; background: rgba(255,255,255,.1); }
.dash-sidebar i { font-style: normal; }
.dash-settings { margin-top: auto; }
.dash-content { padding: 35px 37px; background: #f9fafc; }
.dash-top { display: flex; justify-content: space-between; align-items: center; }
.dash-top small { color: #8b93a6; font-size: .67rem; }
.dash-top h3 { margin: 1px 0 0; font-family: "Manrope"; font-size: 1.25rem; letter-spacing: -.03em; }
.dash-avatar { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: var(--primary); background: #eae7ff; font-size: .63rem; font-weight: 800; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin: 28px 0 18px; }
.metric-row > div { display: flex; flex-direction: column; padding: 16px 18px; border: 1px solid #e4e8ef; border-radius: 12px; background: white; }
.metric-row span { color: #7c8599; font-size: .64rem; }
.metric-row strong { margin-top: 8px; font-family: "Manrope"; font-size: 1.45rem; line-height: 1; }
.metric-row small { margin-top: 9px; color: #8b93a5; font-size: .58rem; }
.metric-row small b { color: #16776d; }
.schedule-card { border: 1px solid #e4e8ef; border-radius: 13px; background: white; }
.schedule-head { display: flex; justify-content: space-between; align-items: center; padding: 17px 19px; border-bottom: 1px solid #edf0f4; }
.schedule-head h4 { margin: 0; font-family: "Manrope"; font-size: .77rem; }
.schedule-head span { color: var(--primary); font-size: .6rem; font-weight: 700; }
.schedule-row { display: grid; grid-template-columns: 50px 4px 1.4fr .75fr .55fr; gap: 12px; align-items: center; padding: 14px 19px; font-size: .61rem; }
.schedule-row + .schedule-row { border-top: 1px solid #edf0f4; }
.schedule-row > i { width: 3px; height: 29px; border-radius: 4px; }
.accent-purple { background: var(--primary); }.accent-cyan { background: var(--cyan); }.accent-lime { background: #91c83e; }
.schedule-row p { margin: 0; line-height: 1.3; }
.schedule-row p strong, .schedule-row p small { display: block; }
.schedule-row p small, .schedule-row > span { color: #8a92a3; }
.schedule-row > b { padding: 4px 7px; border-radius: 10px; color: #16766d; background: #e1f7f4; font-size: .5rem; text-align: center; }
.dashboard-side { position: absolute; z-index: 3; right: -1%; bottom: 0; width: 46%; min-height: 400px; padding: 27px; transform: rotate(1.3deg); }
.mini-dash-head { display: flex; justify-content: space-between; align-items: center; }
.mini-dash-head small { color: #8991a3; font-size: .61rem; }
.mini-dash-head h3 { margin: 2px 0 0; font-family: "Manrope"; font-size: .95rem; }
.mini-dash-head > span { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 8px; color: white; background: var(--primary); }
.week-grid { display: grid; grid-template-columns: 28px repeat(5, 1fr); gap: 6px; margin-top: 26px; }
.week-grid b { color: #858da0; font-size: .52rem; font-weight: 600; text-align: center; }
.week-grid b small { display: block; color: var(--ink); font-size: .7rem; }
.week-grid time { align-self: center; color: #9aa1b0; font-size: .5rem; }
.week-grid > i { display: grid; height: 47px; place-items: center; border-radius: 6px; background: #f0f2f6; color: white; font-size: .43rem; font-style: normal; }
.week-grid > i.busy { background: #8175ec; }.week-grid > i.muted-busy { color: #647086; background: #dfe3eb; }
.availability-key { display: flex; justify-content: center; gap: 18px; margin-top: 20px; color: #858da0; font-size: .52rem; }
.availability-key span { display: flex; align-items: center; gap: 5px; }
.availability-key i { width: 7px; height: 7px; border-radius: 2px; background: #f0f2f6; }
.availability-key span:nth-child(2) i { background: #8175ec; }.availability-key span:nth-child(3) i { background: #dfe3eb; }
.mockup-disclaimer { width: var(--shell); margin: 20px auto 0; color: #8991a1; font-size: .76rem; text-align: center; }

.managed-section { padding: 130px 0; background: white; }
.managed-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; }
.managed-copy > p:nth-of-type(2) { margin: 25px 0 0; color: var(--muted); font-size: 1.05rem; }
.managed-steps { margin: 0; padding: 0; list-style: none; }
.managed-steps li { display: grid; grid-template-columns: 45px 1fr; gap: 25px; padding: 0 0 28px; }
.managed-steps li + li { padding-top: 28px; border-top: 1px solid var(--line); }
.managed-steps li > span { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 12px; color: var(--primary); background: #eeebff; font-family: "Manrope"; font-size: .66rem; font-weight: 800; }
.managed-steps h3 { margin: 0; font-family: "Manrope"; font-size: 1.07rem; }
.managed-steps p { margin: 7px 0 0; color: var(--muted); font-size: .9rem; }

.included-section { padding: 0 0 125px; background: white; }
.included-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; padding: 60px; border-radius: 28px; background: #f2f4f9; }
.included-heading h2 { font-size: clamp(2rem, 3.2vw, 3rem); }
.included-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 30px; align-content: center; }
.included-list span { display: flex; gap: 10px; color: #465068; font-size: 1rem; line-height: 1.5; }
.included-list i { display: grid; flex: 0 0 22px; height: 22px; place-items: center; border-radius: 50%; color: #176f67; background: #daf5f1; font-size: .68rem; font-style: normal; font-weight: 800; }

.faq-section { padding: 125px 0; background: white; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-heading h2 { font-size: clamp(2.2rem, 3.5vw, 3.2rem); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 25px; padding: 23px 0; font-family: "Manrope"; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--primary); font-size: 1.2rem; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -6px 45px 24px 0; color: var(--muted); font-size: 1rem; line-height: 1.6; }

.closing-section { padding: 0 0 50px; background: white; }
.closing-card { position: relative; overflow: hidden; padding: 85px max(35px, 8vw); border-radius: 30px; color: white; background: var(--ink); text-align: center; }
.closing-card h2 { max-width: 850px; margin-inline: auto; }
.closing-card > p:nth-of-type(2) { max-width: 650px; margin: 22px auto 32px; color: #b9c2d6; }
.closing-mark { position: absolute; inset: 0; pointer-events: none; }
.closing-mark span { position: absolute; border: 1px solid rgba(72,213,208,.17); border-radius: 50%; }
.closing-mark span:nth-child(1) { width: 350px; height: 350px; left: -170px; top: -120px; }
.closing-mark span:nth-child(2) { width: 260px; height: 260px; right: -90px; bottom: -125px; }
.closing-mark span:nth-child(3) { width: 170px; height: 170px; right: -45px; bottom: -80px; }

.site-footer { padding: 65px 0 30px; color: #c3c9d7; background: #0c1122; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .6fr 1fr; gap: 70px; }
.brand-footer { color: white; }
.footer-grid > div:first-child > p { max-width: 300px; color: #8f98ae; font-size: .85rem; }
.footer-links, .footer-details { display: flex; flex-direction: column; gap: 7px; font-size: .82rem; }
.footer-links strong, .footer-details strong { margin-bottom: 7px; color: white; font-family: "Manrope"; font-size: .78rem; }
.footer-links a, .footer-details span { color: #969fb3; }
.footer-links a:hover { color: var(--cyan); }
.privacy-notice { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-top: 50px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); color: #747e94; font-size: .7rem; }
.privacy-notice details { max-width: 650px; }
.privacy-notice summary { color: #aeb6c7; cursor: pointer; }
.privacy-notice p { margin: 12px 0 0; }

@media (max-width: 960px) {
  .hero { padding-top: 140px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions { justify-content: center; }
  .hero-lede { margin-inline: auto; }
  .hero-visual { width: min(680px, 100%); margin-inline: auto; }
  .site-nav { display: none; position: absolute; top: 70px; left: 20px; right: 20px; flex-direction: column; align-items: stretch; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .menu-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 6px; }
  .menu-toggle > span:not(.sr-only) { width: 23px; height: 2px; background: var(--ink); }
  .offer-grid { grid-template-columns: auto 1fr 1fr; }
  .offer-label { grid-row: span 2; }
  .offer-grid .button { grid-column: 2 / -1; }
  .friction-grid, .results-grid, .managed-grid { grid-template-columns: 1fr; gap: 45px; }
  .friction-copy { columns: 1; }
  .friction-copy p + p { margin-top: 18px; }
  .intent-path { grid-template-columns: 1fr; }
  .intent-path > i { justify-self: center; transform: rotate(90deg); }
  .patient-showcase { grid-template-columns: 1fr; }
  .patient-confirmation { grid-template-columns: 1fr 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .dashboard-stage { min-height: 805px; }
  .dashboard-main { width: 100%; }
  .dashboard-side { right: 3%; width: 63%; }
  .included-card, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-grid { grid-template-columns: 1.3fr .7fr 1fr; gap: 35px; }
}

@media (max-width: 600px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .site-header { padding-top: 18px; }
  .hero { min-height: auto; padding: 125px 0 88px; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-lede { font-size: 1.08rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 470px; }
  .browser-card { transform: rotate(.5deg); }
  .browser-bar { grid-template-columns: .7fr 2.3fr .4fr; padding-inline: 10px; }
  .booking-page { padding: 22px 17px 26px; }
  .booking-toast { right: -4px; bottom: 0; }
  .offer-section { padding: 34px 0; }
  .offer-grid { grid-template-columns: 1fr 1fr; gap: 22px 16px; }
  .offer-label { grid-row: auto; grid-column: 1 / -1; }
  .offer-plan { padding-left: 0; border-left: 0; }
  .offer-plan strong { font-size: 1.65rem; }
  .offer-annual { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.14); }
  .offer-grid .button { grid-column: 1 / -1; grid-row: auto; width: 100%; }
  .friction-section, .experience-section, .results-section, .clinic-section, .managed-section, .faq-section { padding: 90px 0; }
  .friction-grid { gap: 25px; }
  .intent-path { margin-top: 45px; }
  .patient-confirmation { display: flex; min-height: 710px; flex-direction: column; align-items: center; padding: 34px 20px; }
  .panel-caption { align-self: flex-start; margin-bottom: 28px; }
  .mobile-frame { width: min(255px, 100%); transform: none; }
  .patient-benefits { min-height: 610px; padding: 38px 28px; }
  .results-grid { gap: 55px; }
  .results-copy { text-align: center; }
  .results-copy > p:nth-of-type(2) { margin-inline: auto; }
  .results-copy .button { width: 100%; }
  .split-heading { text-align: center; }
  .dashboard-stage { min-height: 780px; margin-top: 35px; }
  .dashboard-main { grid-template-columns: 56px 1fr; min-height: 500px; }
  .dash-sidebar { padding: 18px 9px; }
  .dash-logo strong, .dash-sidebar i { display: none; }
  .dash-logo > span { width: 34px; }
  .dash-sidebar nav span, .dash-settings { justify-content: center; padding: 9px 0; }
  .dash-content { padding: 24px 14px; overflow: hidden; }
  .metric-row { grid-template-columns: 1fr 1fr; }
  .metric-row > div:last-child { display: none; }
  .schedule-row { grid-template-columns: 40px 4px 1fr; }
  .schedule-row > span, .schedule-row > b { display: none; }
  .dashboard-side { right: -4%; width: 88%; padding: 20px 16px; }
  .managed-grid { gap: 55px; }
  .included-section { padding-bottom: 90px; }
  .included-card { padding: 37px 24px; }
  .included-list { grid-template-columns: 1fr; }
  .faq-grid { gap: 35px; }
  .closing-section { padding: 0 14px 30px; }
  .closing-card { width: 100%; padding: 65px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .privacy-notice { align-items: flex-start; flex-direction: column; gap: 20px; }
}

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