:root {
  --navy: #0c2858;
  --blue: #2467e6;
  --blue-dark: #164cb8;
  --sky: #eaf3ff;
  --ice: #f5f9ff;
  --line: #dbe7f8;
  --copy: #4b5d79;
  --muted: #72829a;
  --white: #ffffff;
  --shadow: 0 28px 65px rgba(22, 56, 111, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--navy); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.58; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(1180px, calc(100% - 56px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(218, 229, 246, .78); background: rgba(255, 255, 255, .88); backdrop-filter: blur(18px); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 80px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: 1.15rem; font-weight: 800; letter-spacing: -.045em; text-decoration: none; white-space: nowrap; }
.brand-mark { width: 36px; height: 36px; overflow: visible; }
.brand-mark path { fill: none; stroke: #4d88f0; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3.2; }
.brand-mark path + path { stroke: #2467e6; stroke-width: 2.7; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2vw, 30px); margin-left: auto; }
.nav-links a { color: #40516d; font-size: .76rem; font-weight: 750; letter-spacing: -.018em; text-decoration: none; transition: color .2s ease; }
.nav-links a:hover { color: var(--blue); }

.button, .text-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 13px 20px; border-radius: 13px; font-size: .9rem; font-weight: 800; letter-spacing: -.025em; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button { border: 1px solid var(--blue); background: var(--blue); color: #fff; box-shadow: 0 10px 19px rgba(36, 103, 230, .17); }
.button:hover { background: var(--blue-dark); border-color: var(--blue-dark); box-shadow: 0 14px 23px rgba(36, 103, 230, .22); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 9px 16px; border-radius: 10px; font-size: .76rem; }
.text-button { color: var(--blue); border: 1px solid transparent; }
.text-button:hover { color: var(--blue-dark); transform: translateX(2px); }
.text-button-border { border-color: #b9cff8; background: #fff; color: var(--blue); }
.text-button-border:hover { background: #f8fbff; transform: translateY(-2px); }
.apple-icon { position: relative; width: 15px; height: 15px; color: transparent; }
.apple-icon::before { position: absolute; inset: 2px 2px 0; border-radius: 45% 45% 50% 50%; background: currentColor; content: ""; color: #fff; }
.apple-icon::after { position: absolute; top: 0; right: 1px; width: 6px; height: 6px; border-radius: 5px 0 5px 0; background: #fff; content: ""; transform: rotate(-25deg); }

.section { position: relative; padding: 132px 0; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .69rem; font-weight: 850; letter-spacing: .085em; line-height: 1.1; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
.mobile-break { display: none; }
h1, h2, h3 { color: var(--navy); }
h1 { margin-bottom: 0; font-size: clamp(3rem, 5.2vw, 5.3rem); font-weight: 780; letter-spacing: -.075em; line-height: .98; }
h1 span { color: var(--blue); }
h2 { margin-bottom: 0; font-size: clamp(2.25rem, 3.6vw, 3.9rem); font-weight: 770; letter-spacing: -.066em; line-height: 1.04; }
h3 { margin-bottom: 0; font-size: 1rem; font-weight: 780; letter-spacing: -.033em; line-height: 1.2; }

.hero { position: relative; min-height: 730px; overflow: hidden; padding: 98px 0 49px; background: linear-gradient(125deg, #fff 0%, #fff 51%, #f5f9ff 100%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(370px, .88fr); align-items: center; gap: 65px; }
.hero-copy { max-width: 555px; padding-top: 12px; }
.lede { max-width: 490px; margin: 30px 0 35px; color: var(--copy); font-size: 1rem; line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-glow-one { top: 7%; right: -11%; width: 730px; height: 730px; background: radial-gradient(circle at 45% 45%, rgba(210, 229, 255, .84), rgba(238, 246, 255, .24) 49%, transparent 70%); }
.hero-glow-two { bottom: -210px; right: 10%; width: 470px; height: 470px; border: 1px solid rgba(201, 221, 249, .55); }
.hero-phone-wrap { position: relative; display: grid; min-height: 560px; place-items: center; }
.hero-orbit { position: absolute; width: 485px; height: 485px; border-radius: 50%; background: linear-gradient(135deg, #dfeeff, #eef5ff); box-shadow: inset -9px -10px 40px rgba(255,255,255,.9); }
.hero-orbit::after { position: absolute; right: 14%; bottom: 5%; width: 90px; height: 90px; border-radius: 50%; background: rgba(255,255,255,.56); box-shadow: 0 13px 38px rgba(48, 91, 160, .09); content: ""; }
.phone { position: relative; z-index: 2; overflow: hidden; border: 8px solid #111318; background: #111318; box-shadow: 15px 23px 24px rgba(18, 40, 76, .25), 3px 3px 0 #747980, -1px 0 0 #8b9098; }
.phone::before { position: absolute; top: 6px; right: -10px; width: 3px; height: 64px; border-radius: 2px; background: #737880; content: ""; }
.phone::after { position: absolute; top: 89px; left: -10px; width: 3px; height: 39px; border-radius: 2px; background: #737880; box-shadow: 0 50px 0 #737880; content: ""; }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; }
.phone-hero { width: 290px; height: 520px; border-radius: 42px; transform: rotate(5.5deg); }
.phone-speaker { position: absolute; z-index: 3; top: 10px; left: 50%; width: 92px; height: 22px; border-radius: 20px; background: #090b0e; transform: translateX(-50%); }
.floating-heart { position: absolute; z-index: 3; right: max(1%, calc(50% - 280px)); bottom: 67px; display: grid; width: 74px; height: 74px; place-items: center; border: 1px solid rgba(205, 222, 250, .8); border-radius: 50%; background: rgba(255,255,255,.85); box-shadow: 0 18px 36px rgba(30, 70, 134, .16); }
.floating-heart svg { width: 40px; height: 40px; }
.floating-heart path { fill: none; stroke: #4d88f0; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; }
.floating-heart path + path { stroke: #2467e6; stroke-width: 2.4; }
.feature-rail { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 42px; }
.feature-item { display: flex; align-items: center; justify-content: center; gap: 10px; color: #263c63; font-size: .76rem; font-weight: 750; letter-spacing: -.025em; line-height: 1.42; text-align: left; }
.feature-icon { display: grid; width: 45px; height: 45px; flex: 0 0 45px; place-items: center; border: 1px solid #e2eafb; border-radius: 14px; background: rgba(255,255,255,.9); color: var(--blue); font-size: 1.24rem; font-weight: 800; box-shadow: 0 8px 19px rgba(25, 63, 133, .045); }

.appointment { overflow: hidden; background: linear-gradient(116deg, #fffdfa 0%, #fff 53%, #f5f9ff 100%); }
.appointment::before { position: absolute; top: -100px; left: -180px; width: 470px; height: 470px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 232, 214, .22), rgba(255, 249, 245, 0) 67%); content: ""; }
.appointment-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(52px, 8vw, 122px); }
.appointment-copy { max-width: 490px; }
.appointment-copy > p:not(.eyebrow):not(.small-note) { max-width: 430px; margin: 27px 0 30px; color: var(--copy); font-size: 1rem; }
.small-note { margin: 16px 0 0; color: var(--muted); font-size: .7rem; }
.professional-visual { position: relative; min-height: 495px; }
.professional-visual > img { position: absolute; right: 0; bottom: 0; width: min(100%, 480px); height: 470px; border-radius: 28px; object-fit: cover; object-position: center 15%; box-shadow: var(--shadow); }
.image-wash { position: absolute; top: 22px; right: 35px; width: min(90%, 440px); height: 420px; border-radius: 32px; background: #eaf3ff; transform: rotate(-5deg); }
.appointment-card { position: absolute; z-index: 2; bottom: 27px; left: 0; display: flex; align-items: center; gap: 12px; padding: 15px 17px; border: 1px solid #e2ebfb; border-radius: 15px; background: rgba(255,255,255,.94); box-shadow: 0 17px 37px rgba(27, 59, 107, .16); }
.appointment-card-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; background: #e9f2ff; color: var(--blue); font-size: 1.2rem; font-weight: 800; }
.appointment-card strong, .appointment-card small { display: block; }
.appointment-card strong { color: var(--navy); font-size: .78rem; }
.appointment-card small { margin-top: 1px; color: var(--muted); font-size: .66rem; }

.section-tint { overflow: hidden; background: #f8fbff; }
.program-bubble { position: absolute; top: -290px; right: -195px; width: 640px; height: 640px; border-radius: 50%; background: radial-gradient(circle at 45% 53%, rgba(216, 239, 235, .65), rgba(231, 246, 244, .25) 48%, rgba(248, 251, 255, 0) 70%); }
.programs-grid { position: relative; display: grid; grid-template-columns: .77fr 1.23fr; gap: clamp(64px, 9vw, 145px); align-items: start; }
.program-intro { max-width: 475px; }
.program-intro > p:last-child { margin: 27px 0 0; color: var(--copy); }
.program-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 40px; row-gap: 35px; padding-top: 50px; }
.program-item { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 15px; }
.line-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 13px; background: #eef5ff; color: var(--blue); font-size: 1.15rem; font-weight: 750; }
.program-item p { margin: 8px 0 0; color: var(--copy); font-size: .78rem; line-height: 1.55; }

.professionals { overflow: hidden; padding-bottom: 55px; background: #fff; }
.professionals-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, .9fr); gap: clamp(60px, 8vw, 125px); align-items: center; }
.professional-copy { max-width: 550px; }
.professional-copy > p:not(.eyebrow) { max-width: 505px; margin: 28px 0 34px; color: var(--copy); }
.solution-board { position: relative; overflow: hidden; min-height: 370px; padding: 22px; border: 1px solid #dce8fa; border-radius: 24px; background: linear-gradient(145deg, #f8fbff, #eaf3ff); box-shadow: 0 27px 54px rgba(18, 55, 111, .1); }
.solution-board::after { position: absolute; right: -87px; bottom: -126px; width: 315px; height: 315px; border-radius: 50%; border: 41px solid rgba(255,255,255,.37); content: ""; }
.board-top { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--navy); font-size: .71rem; font-weight: 800; }
.board-brand { display: inline-flex; align-items: center; gap: 7px; }
.board-brand i { width: 15px; height: 15px; border-radius: 5px; background: linear-gradient(140deg, #5e9aff, #1e5fdd); }
.board-status { padding: 5px 8px; border-radius: 99px; background: #e1f5ec; color: #168a65; font-size: .62rem; }
.board-body { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 17px; align-items: end; margin-top: 28px; padding: 28px 23px 19px; border: 1px solid rgba(215, 229, 249, .9); border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: 0 15px 32px rgba(38, 76, 137, .08); }
.board-metric small, .board-metric span { display: block; color: var(--muted); font-size: .63rem; }
.board-metric strong { display: block; margin: 5px 0 2px; color: var(--navy); font-size: 2.3rem; letter-spacing: -.06em; line-height: 1; }
.board-metric span { color: #169a71; font-weight: 700; }
.board-bars { display: flex; height: 100px; align-items: end; justify-content: space-between; gap: 8px; padding: 0 4px 2px; border-bottom: 1px solid #dce8f8; }
.board-bars i { width: 12%; border-radius: 7px 7px 2px 2px; background: linear-gradient(180deg, #78a8ff, #2368e5); }
.board-row { grid-column: span 2; display: grid; grid-template-columns: 18px 1fr auto; gap: 8px; align-items: center; padding-top: 10px; color: #49617f; font-size: .69rem; }
.board-row b { color: var(--navy); }
.board-avatar { width: 16px; height: 16px; border-radius: 50%; background: #a0c0ff; }
.board-avatar.teal { background: #5cc5bd; }
.solution-strip { display: flex; justify-content: space-between; gap: 18px; margin-top: 66px; padding: 18px 0; border-top: 1px solid #e3ebf6; color: #526681; font-size: .67rem; font-weight: 740; letter-spacing: -.02em; }
.solution-strip span { display: inline-flex; align-items: center; gap: 7px; }
.solution-strip span::before { width: 6px; height: 6px; border-radius: 50%; background: #77a9ff; content: ""; }

.download { padding-top: 83px; padding-bottom: 78px; background: #fff; }
.download-panel { position: relative; display: grid; min-height: 315px; grid-template-columns: .48fr 1.1fr .42fr; gap: 34px; align-items: center; overflow: hidden; padding: 0 72px 0 70px; border: 1px solid #dce8fb; border-radius: 30px; background: linear-gradient(120deg, #f5f9ff 0%, #eaf3ff 49%, #f4f8ff 100%); }
.download-panel::before { position: absolute; top: -157px; left: -109px; width: 480px; height: 480px; border: 1px solid rgba(147, 186, 241, .25); border-radius: 50%; content: ""; }
.download-phone { position: relative; z-index: 2; align-self: end; height: 315px; overflow: hidden; }
.phone-small { width: 168px; height: 302px; margin: 48px auto 0; border-width: 5px; border-radius: 26px; transform: rotate(-4deg); box-shadow: 8px 16px 22px rgba(18, 40, 76, .22); }
.phone-small .phone-speaker { top: 6px; width: 52px; height: 13px; }
.download-copy { position: relative; z-index: 2; max-width: 460px; padding: 36px 0; }
.download-copy h2 { font-size: clamp(2rem, 3vw, 3.2rem); }
.download-copy p:not(.eyebrow) { margin: 17px 0 21px; color: var(--copy); }
.store-badge { display: inline-flex; align-items: center; gap: 9px; min-width: 144px; padding: 8px 13px 8px 11px; border-radius: 8px; background: #07090c; color: #fff; font-family: Arial, sans-serif; line-height: 1; }
.store-badge small, .store-badge strong { display: block; }
.store-badge small { margin-bottom: 2px; font-size: .53rem; font-weight: 500; }
.store-badge strong { font-size: 1.05rem; font-weight: 500; letter-spacing: -.025em; }
.apple-logo { width: 19px; height: 20px; color: transparent; position: relative; }
.apple-logo::before { position: absolute; bottom: 1px; left: 1px; width: 17px; height: 16px; border-radius: 46% 46% 53% 53%; background: #fff; content: ""; }
.apple-logo::after { position: absolute; top: 0; right: 0; width: 7px; height: 7px; border-radius: 7px 0 7px 0; background: #fff; content: ""; transform: rotate(-30deg); }
.download-mark { position: relative; z-index: 1; width: 104px; height: 104px; justify-self: end; opacity: .15; }
.download-mark path { fill: none; stroke: #3174e7; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3.2; }
.download-mark path + path { stroke-width: 2.7; }

.faq { padding-top: 65px; border-top: 1px solid #eef3fb; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(65px, 11vw, 190px); align-items: start; }
.faq-intro { max-width: 410px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 1px; color: var(--navy); cursor: pointer; font-size: .94rem; font-weight: 780; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 1.3rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 690px; margin: 0; padding: 0 30px 20px 1px; color: var(--copy); font-size: .85rem; }

.site-footer { padding: 60px 0 26px; background: #f7faff; color: #536681; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 48px; align-items: start; padding-bottom: 49px; }
.brand-footer { font-size: 1.1rem; }
.footer-brand > p { margin: 12px 0 0; font-size: .77rem; }
.footer-brand .footer-disclaimer { max-width: 265px; color: #7b8aa0; font-size: .67rem; line-height: 1.55; }
.footer-links { display: flex; flex-wrap: wrap; align-content: start; gap: 13px 25px; max-width: 310px; padding-top: 12px; }
.footer-links a, .footer-contact a { color: #50627e; font-size: .73rem; font-weight: 680; text-decoration: none; }
.footer-links a:hover, .footer-contact a:hover { color: var(--blue); }
.footer-contact { display: grid; gap: 9px; padding-top: 12px; text-align: right; }
.footer-contact span { color: #7d8da4; font-size: .72rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid #dfE9F7; color: #8997aa; font-size: .65rem; }

/* Existing legal and support pages remain readable while the public homepage evolves. */
.public-page, .legal-page { background: #f8fbff; }
.public-main, .legal-main { max-width: 880px; min-height: 68vh; padding: 105px 0; }
.public-main h1, .legal-main h1 { font-size: clamp(2.6rem, 4.5vw, 4.7rem); }
.public-lead, .legal-meta { max-width: 720px; margin: 22px 0 46px; color: var(--copy); }
.public-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.public-card, .public-note { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.public-card h2, .public-note h2, .legal-section h2 { font-size: 1.35rem; }
.public-card p, .public-note p, .legal-section p, .legal-section li { color: var(--copy); }
.public-card a, .public-note a, .text-link, .back-link { color: var(--blue); font-weight: 750; text-decoration: none; }
.public-note { margin-top: 24px; }
.legal-section { margin: 34px 0; }
.legal-section ul { padding-left: 20px; }
.back-link { display: inline-flex; margin-bottom: 30px; }
.disclaimer { padding: 16px 19px; border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; background: #edf5ff; color: var(--copy); }

/* Scroll reveals are progressive enhancement, not required for content access. */
.scroll-reveal-ready .reveal { opacity: 0; transform: translate3d(0, 18px, 0); transition: opacity .56s ease-out var(--reveal-delay, 0ms), transform .56s cubic-bezier(.2,.75,.25,1) var(--reveal-delay, 0ms); will-change: opacity, transform; }
.scroll-reveal-ready .reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .scroll-reveal-ready .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 980px) {
  .nav-links { gap: 14px; }
  .nav-links a { font-size: .7rem; }
  .hero { min-height: auto; padding-top: 80px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(310px, .75fr); gap: 35px; }
  .hero-phone-wrap { min-height: 495px; }
  .hero-orbit { width: 408px; height: 408px; }
  .phone-hero { width: 250px; height: 454px; }
  .feature-rail { gap: 9px; }
  .feature-item { gap: 7px; font-size: .67rem; }
  .feature-icon { width: 39px; height: 39px; flex-basis: 39px; }
  .appointment-grid, .programs-grid, .professionals-grid, .faq-grid { gap: 55px; }
  .download-panel { padding-right: 43px; padding-left: 43px; }
  .solution-strip { flex-wrap: wrap; justify-content: flex-start; }
}

@media (max-width: 760px) {
  .wrap { width: min(calc(100% - 36px), 1180px); }
  html, body { max-width: 100%; overflow-x: hidden; }
  .site-header { width: 100vw; max-width: 100vw; overflow: hidden; }
  .nav.wrap { width: 100vw; max-width: 100vw; min-height: 69px; margin: 0; padding: 0 18px; gap: 12px; }
  .nav-links { display: none; }
  .brand { min-width: 0; font-size: 1.03rem; }
  .brand-mark { width: 32px; height: 32px; }
  .nav-download { min-height: 39px; margin-left: auto; padding: 8px 11px; font-size: .68rem; white-space: nowrap; }
  .section { padding: 88px 0; }
  .hero { padding: 68px 0 35px; }
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero-copy { padding-top: 0; }
  h1 { font-size: clamp(2.8rem, 12vw, 3.75rem); }
  h2 { font-size: clamp(2.05rem, 8.9vw, 2.65rem); }
  h1, h2, .lede { max-width: calc(100vw - 36px); }
  .mobile-break { display: inline; }
  .lede { margin: 24px 0 28px; font-size: .94rem; line-height: 1.68; }
  .hero-phone-wrap { min-height: 463px; }
  .hero-orbit { width: 378px; height: 378px; }
  .phone-hero { width: 229px; height: 414px; transform: rotate(4.5deg); }
  .floating-heart { right: 8%; bottom: 40px; width: 59px; height: 59px; }
  .feature-rail { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 5px; margin-top: 19px; }
  .feature-item { min-width: 0; flex-direction: column; gap: 6px; font-size: .58rem; line-height: 1.25; text-align: center; }
  .feature-icon { width: 38px; height: 38px; flex-basis: 38px; border-radius: 12px; font-size: 1rem; }
  .appointment-grid, .programs-grid, .professionals-grid, .faq-grid { grid-template-columns: 1fr; gap: 44px; }
  .appointment-copy > p:not(.eyebrow):not(.small-note), .professional-copy > p:not(.eyebrow) { margin: 22px 0 27px; }
  .professional-visual { min-height: 420px; }
  .professional-visual > img { height: 390px; width: min(100%, 390px); }
  .image-wash { top: 16px; width: 88%; height: 345px; }
  .appointment-card { bottom: 15px; left: 0; }
  .program-list { grid-template-columns: 1fr; gap: 24px; padding-top: 0; }
  .solution-board { min-height: 330px; }
  .solution-strip { gap: 12px 17px; margin-top: 42px; }
  .solution-strip span { font-size: .62rem; }
  .download { padding: 54px 0; }
  .download-panel { grid-template-columns: 110px minmax(0,1fr); gap: 19px; min-height: 265px; padding: 0 23px; border-radius: 24px; }
  .download-phone { height: 265px; }
  .phone-small { width: 132px; height: 239px; margin: 38px -6px 0; }
  .download-mark { display: none; }
  .download-copy { padding: 28px 0; }
  .download-copy .eyebrow { margin-bottom: 13px; }
  .download-copy h2 { font-size: clamp(1.75rem, 7vw, 2.4rem); }
  .download-copy p:not(.eyebrow) { margin: 13px 0 18px; font-size: .83rem; line-height: 1.5; }
  .faq { padding-top: 68px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 33px; }
  .footer-links { padding-top: 0; }
  .footer-contact { padding-top: 0; text-align: left; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .public-grid { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .wrap { width: min(calc(100% - 28px), 1180px); }
  .button, .text-button { min-height: 47px; padding: 11px 15px; font-size: .8rem; }
  h1 { font-size: clamp(2.7rem, 12vw, 3.25rem); }
  h2 { font-size: clamp(2rem, 8.6vw, 2.35rem); }
  .hero-actions { gap: 8px; }
  .text-button { padding-left: 8px; padding-right: 8px; }
  .hero-phone-wrap { min-height: 426px; }
  .hero-orbit { width: 338px; height: 338px; }
  .phone-hero { width: 205px; height: 374px; }
  .professional-visual { min-height: 360px; }
  .professional-visual > img { height: 335px; }
  .image-wash { height: 302px; }
  .appointment-card { padding: 11px 12px; }
  .appointment-card small { max-width: 160px; }
  .download-panel { grid-template-columns: 92px minmax(0,1fr); padding: 0 17px; }
  .phone-small { width: 116px; height: 211px; margin-top: 55px; }
}
