@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&display=swap');

:root {
  --navy: #0b1f33;
  --navy-2: #0f2b45;
  --steel: #3b82f6;
  --off: #f7f9fc;
  --white: #ffffff;
  --graphite: #161a1d;
  --muted: #637083;
  --line: #dbe2ea;
  --dark-line: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 70px rgba(2, 17, 31, 0.18);
  --font: 'Manrope', Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--off);
  color: var(--graphite);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.compact-section { padding: 88px 0; }
.section-dark { background: var(--navy); color: var(--white); }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 14px; background: var(--white); color: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, color .3s ease, box-shadow .3s ease;
}
.site-header.scrolled { background: rgba(247, 249, 252, .96); color: var(--navy); border-color: var(--line); box-shadow: 0 12px 35px rgba(11, 31, 51, .07); }
.nav-shell { width: min(1240px, calc(100% - 48px)); height: 84px; margin: auto; display: flex; align-items: center; gap: 44px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { position: relative; width: 50px; height: 43px; overflow: hidden; display: block; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.34); border-radius: 11px; background: var(--white); box-shadow: 0 9px 26px rgba(0,12,26,.2); }
.brand-mark img { position: absolute; top: 5px; left: -11px; width: 72px; height: auto; max-width: none; }
.brand-wordmark { font-size: 1.22rem; font-weight: 600; line-height: 1; letter-spacing: .18em; }
.site-header.scrolled .brand-mark { border-color: var(--line); box-shadow: 0 7px 22px rgba(11,31,51,.1); }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 32px; margin-left: auto; }
.desktop-nav a { font-size: .875rem; font-weight: 500; opacity: .78; position: relative; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--steel); transition: right .25s ease; }
.desktop-nav a:hover { opacity: 1; }
.desktop-nav a:hover::after { right: 0; }
.desktop-cta { margin-left: 20px; }
.menu-toggle, .mobile-menu { display: none; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 10px; font-size: .9rem; font-weight: 600; letter-spacing: -.01em; cursor: pointer; transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--steel); color: var(--white); box-shadow: 0 12px 30px rgba(59, 130, 246, .24); }
.button-primary:hover { background: #2e72de; box-shadow: 0 16px 34px rgba(59, 130, 246, .34); }
.button-ghost { background: transparent; border-color: rgba(255, 255, 255, .28); color: var(--white); }
.button-ghost:hover { background: rgba(255, 255, 255, .08); border-color: rgba(255,255,255,.48); }
.button-small { min-height: 42px; padding-inline: 17px; }

.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.7); font-size: .72rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; background: var(--steel); }
.eyebrow.dark { color: #607085; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; }
h1 { margin-bottom: 24px; font-size: clamp(3.05rem, 5.35vw, 5.2rem); line-height: .98; font-weight: 500; }
h1 em { display: block; margin-top: 10px; color: #91b9ff; font-style: normal; }
h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 3.8vw, 3.8rem); line-height: 1.07; font-weight: 500; }
h3 { font-weight: 550; }

.hero { min-height: 760px; padding: 132px 0 28px; position: relative; isolation: isolate; overflow: hidden; }
.hero::before { content: ''; position: absolute; z-index: -1; width: 700px; height: 700px; top: -340px; left: 25%; background: radial-gradient(circle, rgba(59,130,246,.18), transparent 67%); pointer-events: none; }
.hero-grid { min-height: 570px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 44px; }
.hero-copy { position: relative; z-index: 5; }
.hero-lead { max-width: 610px; margin-bottom: 30px; color: rgba(255,255,255,.72); font-size: 1.08rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 20px; color: rgba(255,255,255,.62); font-size: .8rem; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--steel); }
.hero-visual { height: 555px; position: relative; }
.hero-photo { position: absolute; inset: 18px -110px 18px 42px; overflow: hidden; border-radius: 14px; box-shadow: var(--shadow); will-change: transform; }
.hero-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,31,51,.42), transparent 52%), linear-gradient(0deg, rgba(11,31,51,.26), transparent 45%); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.parallax-layer { transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.ui-card { position: absolute; z-index: 3; background: rgba(255,255,255,.96); color: var(--navy); border: 1px solid rgba(255,255,255,.55); border-radius: 12px; box-shadow: 0 22px 50px rgba(0,12,26,.26); backdrop-filter: blur(10px); }
.ui-card small { display: block; color: #708094; font-size: .68rem; }
.ui-card strong { display: block; margin-top: 2px; font-size: .82rem; }
.incoming { width: 245px; top: 72px; left: 2px; display: flex; align-items: center; gap: 11px; padding: 13px; }
.ui-icon { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: #e8f1ff; }
.ui-icon svg { width: 17px; fill: var(--steel); }
.live-dot { width: 8px; height: 8px; margin-left: auto; border-radius: 50%; background: #2fc37d; box-shadow: 0 0 0 5px rgba(47,195,125,.12); }
.conversation { width: 286px; right: -30px; bottom: 138px; padding: 16px; }
.card-top { display: flex; justify-content: space-between; color: #8490a0; }
.conversation p { margin: 13px 0 10px; font-size: .83rem; line-height: 1.5; }
.reply { display: flex; gap: 4px; align-items: center; width: fit-content; padding: 9px 12px; background: #edf3fb; border-radius: 9px; }
.reply span { width: 5px; height: 5px; border-radius: 50%; background: #708094; animation: typing 1.4s infinite; }
.reply span:nth-child(2) { animation-delay: .14s; }.reply span:nth-child(3) { animation-delay: .28s; }
@keyframes typing { 0%,60%,100%{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)} }
.appointment { width: 250px; left: 25px; bottom: 40px; display: flex; align-items: center; gap: 12px; padding: 13px; }
.date-chip { width: 39px; height: 43px; flex: 0 0 auto; display: grid; place-content: center; text-align: center; border-radius: 8px; background: var(--navy); color: var(--white); line-height: 1; }
.date-chip b { font-size: .92rem; }.date-chip span { margin-top: 4px; font-size: .52rem; letter-spacing: .12em; }
.check { width: 24px; height: 24px; margin-left: auto; display: grid; place-items: center; border-radius: 50%; background: #e6f8ef; color: #158958; font-size: .76rem; font-weight: 700; }
.hero-foot { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--dark-line); display: flex; gap: 18px; align-items: center; color: rgba(255,255,255,.58); font-size: .78rem; }
.hero-foot span { color: var(--steel); }.hero-foot p { margin: 0; }
.hero-foot-link { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.4); font-size: .75rem; letter-spacing: .02em; transition: color .22s ease; }
.hero-foot-link span { transition: transform .22s ease; }
.hero-foot-link:hover { color: rgba(255,255,255,.78); }
.hero-foot-link:hover span { transform: translateY(2px); }

.editorial-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 100px; align-items: start; }
.section-heading p:last-child, .services-intro > p:last-child, .feature-copy > p, .faq-intro > p:last-child { color: var(--muted); }
.problem-list > p { margin: 4px 0 30px; color: var(--muted); font-size: 1.04rem; }
.problem-list ul, .check-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.problem-list li { display: grid; grid-template-columns: 42px 1fr; padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 500; }
.problem-list li span { color: var(--steel); font-size: .7rem; letter-spacing: .1em; }

.services { background: var(--white); }
.services-intro { max-width: 760px; margin-bottom: 42px; }
.services-intro > p:last-child { max-width: 660px; }
.service-ledger { border-top: 1px solid #bfc9d5; }
.service-row { min-height: 116px; display: grid; grid-template-columns: 70px 1fr 145px; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.service-row:hover { padding-inline: 14px; background: #f8fbff; }
.service-number { color: var(--steel); font-size: .74rem; letter-spacing: .12em; }
.service-row h3 { margin: 0 0 7px; font-size: 1.25rem; }
.service-row p { max-width: 690px; margin: 0; color: var(--muted); font-size: .9rem; }
.service-tag { justify-self: end; padding: 6px 9px; border: 1px solid var(--line); border-radius: 6px; color: #64738a; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }

.demo-grid { display: grid; grid-template-columns: .87fr 1.13fr; gap: 84px; align-items: center; }
.demo-copy > p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.67); }
.flow-line { margin-top: 34px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.78); font-size: .74rem; }
.flow-line i { width: 42px; height: 1px; background: linear-gradient(90deg, var(--steel), rgba(255,255,255,.2)); }
.chat-demo { overflow: hidden; border: 1px solid var(--dark-line); border-radius: 14px; background: #f7f9fc; color: var(--navy); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.chat-head { min-height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 13px 18px; border-bottom: 1px solid var(--line); background: var(--white); }
.chat-head > div { display: flex; align-items: center; gap: 10px; }
.chat-head strong, .chat-head small { display: block; }.chat-head strong { font-size: .8rem; }.chat-head small { color: #718095; font-size: .62rem; }
.avatar-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 9px; background: var(--navy); color: var(--white); font-weight: 600; }
.status-pill { padding: 6px 9px; border-radius: 7px; background: #eaf8f1; color: #168457; font-size: .66rem; }
.status-pill i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: currentColor; }
.chat-body { min-height: 455px; padding: 22px; display: flex; flex-direction: column; gap: 12px; background-image: linear-gradient(rgba(11,31,51,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(11,31,51,.025) 1px, transparent 1px); background-size: 28px 28px; }
.message { max-width: 76%; padding: 11px 13px; border-radius: 10px; font-size: .78rem; line-height: 1.5; box-shadow: 0 5px 15px rgba(11,31,51,.05); }
.message.patient { align-self: flex-end; background: var(--navy); color: var(--white); border-bottom-right-radius: 3px; }
.message.altyren { background: var(--white); border: 1px solid var(--line); border-bottom-left-radius: 3px; }
.availability { width: min(310px, 86%); padding: 13px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; }
.availability small, .availability strong { display: block; }.availability small { color: #728096; font-size: .65rem; }.availability strong { margin: 4px 0 11px; font-size: .85rem; }
.availability button { width: 100%; padding: 9px; border: 0; border-radius: 7px; background: var(--steel); color: var(--white); font-size: .72rem; font-weight: 600; cursor: pointer; }
.confirmation { display: none; align-items: center; gap: 10px; padding: 11px; border: 1px solid #bcebd3; border-radius: 10px; background: #ecfaf3; }
.confirmation.visible { display: flex; animation: rise .35s ease both; }
.confirmation > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #22a96b; color: white; }
.confirmation small, .confirmation strong { display: block; }.confirmation small { color: #4d8268; font-size: .61rem; }.confirmation strong { font-size: .78rem; }

.split-feature { display: grid; grid-template-columns: 1.12fr .88fr; gap: 80px; align-items: center; }
.photo-panel { min-height: 510px; position: relative; border-radius: 14px; overflow: hidden; background: #dbe2ea; box-shadow: var(--shadow); }
.photo-panel > img { width: 100%; height: 510px; object-fit: cover; }
.photo-panel::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,24,39,.62), transparent 52%); pointer-events: none; }
.call-route { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; padding: 15px; border-radius: 10px; background: rgba(255,255,255,.95); color: var(--navy); box-shadow: 0 16px 40px rgba(0,0,0,.18); }
.call-route small, .call-route strong { display: block; }.call-route small { color: #6b798b; font-size: .65rem; }.call-route strong { margin: 4px 0 11px; font-size: .88rem; }
.call-route > div { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: center; padding-top: 10px; border-top: 1px solid var(--line); font-size: .69rem; }
.call-route > div span:nth-child(2) { color: var(--steel); }.call-route b { color: var(--steel); font-weight: 600; }
.feature-copy h2 { max-width: 520px; }
.feature-copy > p { max-width: 520px; }
.check-list { margin-top: 26px; }
.check-list li { padding: 12px 0 12px 28px; position: relative; border-bottom: 1px solid var(--line); font-size: .88rem; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--steel); font-weight: 700; }

.schedule { background: var(--white); }
.schedule-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 82px; align-items: center; }
.schedule-points { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.schedule-points span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 7px; color: #5f6e83; font-size: .7rem; }
.calendar-ui { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--off); box-shadow: 0 24px 70px rgba(11,31,51,.1); }
.calendar-top { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.calendar-top small, .calendar-top strong { display: block; }.calendar-top small { color: #748196; font-size: .67rem; }.calendar-top strong { margin-top: 2px; font-size: .9rem; }
.calendar-top button { width: 30px; height: 30px; margin-left: 4px; border: 1px solid var(--line); border-radius: 7px; background: white; cursor: pointer; }
.calendar-days { margin: 18px 0; display: grid; grid-template-columns: repeat(5,1fr); gap: 7px; }
.calendar-days div { min-height: 58px; display: grid; place-content: center; text-align: center; border-radius: 8px; background: white; border: 1px solid #e5eaf0; }
.calendar-days small { color: #7c8999; font-size: .57rem; }.calendar-days b { font-size: .82rem; }
.calendar-days .active { background: var(--navy); border-color: var(--navy); color: white; }.calendar-days .active small { color: #a8c7f9; }
.calendar-slots { display: grid; grid-template-columns: 48px 1fr; gap: 8px 12px; align-items: stretch; }
.calendar-slots > span { align-self: center; color: #8390a1; font-size: .65rem; }
.slot { min-height: 45px; display: flex; flex-direction: column; justify-content: center; padding: 8px 11px; border-radius: 7px; font-size: .72rem; }
.slot.neutral { border: 1px solid var(--line); background: white; }
.slot.recovered { border: 1px solid #a8c7f9; background: #eaf2ff; color: var(--navy); }
.slot.recovered small { color: #2e72de; font-size: .53rem; font-weight: 600; letter-spacing: .08em; }

.process-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.process-head > p { color: rgba(255,255,255,.64); }
.process-list { margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--dark-line); }
.process-list li { display: grid; grid-template-columns: 70px 1fr 1.25fr; gap: 30px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--dark-line); }
.process-list li > span { color: var(--steel); font-size: .73rem; }.process-list h3 { margin: 0; font-size: 1.14rem; }.process-list p { margin: 0; color: rgba(255,255,255,.62); font-size: .86rem; }

.outcomes-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: start; }
.section-heading > p:last-child { max-width: 520px; }
.outcome-list { border-top: 1px solid #bac5d1; }
.outcome-list > div { min-height: 65px; display: grid; grid-template-columns: 56px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.outcome-list span { color: var(--steel); font-size: .7rem; }.outcome-list strong { font-size: .95rem; font-weight: 500; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.accordion { border-top: 1px solid #bbc6d2; }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; font-weight: 550; }
summary::-webkit-details-marker { display: none; }
summary span { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; color: var(--steel); transition: transform .25s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 680px; padding: 0 42px 20px 0; color: var(--muted); font-size: .88rem; }

.final-cta { padding: 82px 0; position: relative; overflow: hidden; }
.final-cta::after { content: ''; position: absolute; width: 620px; height: 620px; right: -280px; bottom: -400px; border: 1px solid rgba(59,130,246,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(59,130,246,.025), 0 0 0 140px rgba(59,130,246,.02); }
.cta-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 86px; align-items: start; position: relative; z-index: 2; }
.cta-copy > p:last-child { max-width: 520px; color: rgba(255,255,255,.66); }
.demo-form { padding: 25px; border: 1px solid var(--dark-line); border-radius: 13px; background: rgba(255,255,255,.055); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.demo-form label { display: block; margin-bottom: 12px; color: rgba(255,255,255,.72); font-size: .68rem; }
.demo-form input, .demo-form select { width: 100%; height: 44px; margin-top: 6px; padding: 0 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; outline: none; background: rgba(255,255,255,.075); color: white; transition: border-color .2s, background .2s; }
.demo-form select option { color: var(--navy); }
.demo-form input:focus, .demo-form select:focus { border-color: var(--steel); background: rgba(255,255,255,.1); }
.demo-form .invalid { border-color: #ff8e8e; }
.form-submit { width: 100%; margin-top: 3px; }
.form-note { margin: 10px 0 0; text-align: center; color: rgba(255,255,255,.45); font-size: .63rem; }
.form-status { min-height: 18px; margin: 8px 0 0; color: #9adbbd; text-align: center; font-size: .72rem; }

.site-footer { padding: 46px 0 20px; background: #071522; color: white; }
.footer-main { display: flex; justify-content: space-between; gap: 40px; align-items: flex-start; }
.footer-lockup { display: inline-flex; align-items: center; gap: 11px; }
.footer-lockup .brand-wordmark { font-size: 1.18rem; }
.footer-brand p { color: rgba(255,255,255,.46); font-size: .76rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; }
.footer-links a, .footer-links button { padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.62); font-size: .75rem; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: white; }
.footer-bottom { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: rgba(255,255,255,.35); font-size: .64rem; }

.legal-dialog { width: min(560px, calc(100% - 32px)); padding: 30px; border: 0; border-radius: 14px; color: var(--navy); box-shadow: 0 30px 100px rgba(0,0,0,.25); }
.legal-dialog::backdrop { background: rgba(5,16,27,.68); backdrop-filter: blur(4px); }
.legal-dialog h2 { font-size: 1.8rem; }.legal-dialog > p:last-child { color: var(--muted); }
.dialog-close { position: absolute; top: 12px; right: 14px; width: 34px; height: 34px; border: 0; background: transparent; font-size: 1.6rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes rise { from{opacity:0;transform:translateY(8px)} to{opacity:1;transform:translateY(0)} }

@media (max-width: 1020px) {
  .desktop-nav { gap: 18px; }.desktop-cta { margin-left: 0; }
  .hero-grid { grid-template-columns: 1fr; }.hero { padding-top: 120px; }.hero-visual { height: 510px; }.hero-photo { inset: 20px 0 20px 80px; }
  .editorial-grid, .demo-grid, .split-feature, .schedule-grid, .outcomes-grid, .faq-grid, .cta-grid { grid-template-columns: 1fr; gap: 48px; }
  .section-heading, .services-intro, .demo-copy, .feature-copy, .faq-intro, .cta-copy { max-width: 760px; }
  .faq-intro { position: static; }
  .process-head { grid-template-columns: 1fr; gap: 10px; }
  .photo-panel, .photo-panel > img { min-height: 480px; height: 480px; }
}

@media (max-width: 760px) {
  .container, .nav-shell { width: min(100% - 32px, 1180px); }
  .compact-section { padding: 62px 0; }
  .nav-shell { height: 72px; }.brand { gap: 8px; }.brand-mark { width: 42px; height: 36px; border-radius: 9px; }.brand-mark img { width: 61px; left: -9px; top: 4px; }.brand-wordmark { font-size: 1.02rem; letter-spacing: .14em; }
  .desktop-nav, .desktop-cta { display: none; }
  .menu-toggle { width: 42px; height: 42px; margin-left: auto; display: grid; place-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.25); border-radius: 9px; background: transparent; cursor: pointer; }
  .site-header.scrolled .menu-toggle { border-color: var(--line); }
  .menu-toggle span { width: 18px; height: 1px; background: currentColor; transition: transform .25s ease; }
  .site-header.menu-active .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }.site-header.menu-active .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { display: flex; flex-direction: column; gap: 0; padding: 8px 16px 18px; background: var(--off); color: var(--navy); border-top: 1px solid var(--line); transform: translateY(-130%); opacity: 0; pointer-events: none; position: absolute; left: 0; right: 0; transition: transform .3s ease, opacity .3s ease; }
  .site-header.menu-active .mobile-menu { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-menu > a:not(.button) { padding: 13px 2px; border-bottom: 1px solid var(--line); font-size: .9rem; }.mobile-menu .button { margin-top: 14px; }
  .hero { min-height: auto; padding: 108px 0 24px; }
  .hero-grid { min-height: auto; gap: 26px; }
  h1 { font-size: clamp(2.65rem, 12vw, 4rem); }.hero-lead { font-size: .98rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }.hero-actions .button { width: 100%; }
  .hero-proof { margin-top: 24px; gap: 10px 16px; }
  .hero-visual { height: 420px; }.hero-photo { inset: 0; border-radius: 12px; }.hero-photo::after { background: linear-gradient(0deg, rgba(11,31,51,.42), transparent 56%); }
  .incoming { top: 18px; left: 10px; width: 215px; }.conversation { right: 8px; bottom: 90px; width: 244px; }.appointment { left: 10px; bottom: 18px; width: 224px; }
  .hero-foot { margin-top: 20px; align-items: flex-start; flex-wrap: wrap; }.hero-foot-link { width: 100%; margin: 2px 0 0 36px; }
  h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .editorial-grid { gap: 32px; }
  .service-row { grid-template-columns: 44px 1fr; gap: 12px; padding: 20px 0; }.service-tag { display: none; }.service-row p { font-size: .84rem; }
  .demo-grid { gap: 34px; }.flow-line { flex-wrap: wrap; }.flow-line i { width: 24px; }.chat-body { min-height: 430px; padding: 15px; }.message { max-width: 88%; }
  .photo-panel, .photo-panel > img { min-height: 390px; height: 390px; }.call-route { left: 12px; right: 12px; bottom: 12px; }
  .calendar-ui { padding: 14px; }.calendar-days { gap: 4px; }.calendar-slots { grid-template-columns: 40px 1fr; }
  .process-list li { grid-template-columns: 40px 1fr; gap: 12px; }.process-list li p { grid-column: 2; }.process-head { gap: 0; }
  .faq-grid { gap: 28px; }.accordion summary { min-height: 68px; font-size: .9rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }.demo-form { padding: 18px; }
  .footer-main, .footer-bottom { flex-direction: column; }.footer-links { justify-content: flex-start; gap: 14px 20px; }.footer-bottom { gap: 6px; }
}

@media (max-width: 430px) {
  .hero-visual { height: 390px; }.conversation { bottom: 82px; width: 222px; }.incoming { width: 198px; }.appointment { width: 212px; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; }
  .calendar-top { align-items: flex-start; }.calendar-days div { min-height: 52px; }.slot { font-size: .65rem; }
}

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