/* Noble & Lee — quiet confidence, forest tones, warm typography. */
:root {
  color-scheme: dark;
  --bg: #0b1713;
  --surface: #11221b;
  --surface-raised: #182d23;
  --text: #f4f3e9;
  --muted: #aebeb2;
  --lime: #b4e889;
  --green: #80d859;
  --line: #ffffff16;
  --font: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; background: var(--bg); color: var(--text); font: 16px/1.65 var(--font); -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 5px; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--lime); outline-offset: 5px; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
[hidden] { display: none !important; }
::selection { color: var(--bg); background: var(--lime); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 500; letter-spacing: -.055em; line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(3.7rem, 6.6vw, 6.1rem); }
h2 { font-size: clamp(2.4rem, 4vw, 3.6rem); }
h3 { font-size: 1.45rem; letter-spacing: -.035em; }
em { font-family: var(--serif); font-weight: 400; color: var(--lime); }
p { color: var(--muted); }
.container { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.eyebrow { color: var(--lime); font-size: .71rem; font-weight: 600; text-transform: uppercase; letter-spacing: .15em; margin-bottom: 20px; }
.little-dot { width: 6px; height: 6px; display: inline-block; background: var(--lime); border-radius: 50%; box-shadow: 0 0 12px #b4e88950; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 48px; padding: 13px 23px; border: 1px solid transparent; border-radius: 100px; font-size: .875rem; font-weight: 600; line-height: 1.4; transition: background .2s, box-shadow .2s, transform .2s; }
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-gold { background: var(--lime); color: #102018; box-shadow: inset 0 1px #ffffff60, 0 4px 18px #0002; }
.btn-gold:hover { background: #c6f2a4; box-shadow: 0 6px 30px #b4e88925; }
.btn-gold span { font-size: 1.25rem; line-height: 1; transition: transform .2s; }
.btn-gold:hover span { transform: translate(2px, -2px); }
.btn-lg { padding: 18px 27px; font-size: .95rem; }
.btn-outline { background: transparent; color: var(--lime); border-color: #b4e88966; }
.btn-outline:hover { background: #b4e8890c; }
.skip-link { position: fixed; left: 20px; top: -100px; padding: 12px; background: var(--lime); color: var(--bg); z-index: 100; }
.skip-link:focus { top: 10px; }
.site-header { position: sticky; top: 16px; z-index: 30; width: min(1292px, calc(100% - 40px)); margin: 20px auto 0; border: 1px solid #a7c4ab25; background: #11201aed; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-radius: 16px; box-shadow: 0 8px 25px #0002; }
.header-inner { width: calc(100% - 36px); min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex-shrink: 0; font-size: 1.22rem; letter-spacing: -.04em; font-weight: 600; line-height: 1.1; }
.brand:hover { text-decoration: none; }
.brand-logo { display: block; width: 54px; height: 54px; border-radius: 10px; object-fit: contain; }
.amp-text { color: var(--lime); font-family: var(--serif); font-style: italic; font-size: 1.18em; }
.brand-caption { display: block; margin-top: 6px; color: var(--muted); font-size: .62rem; letter-spacing: .025em; font-weight: 400; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .81rem; }
.main-nav>a:not(.btn) { color: #c6d0c6; transition: color .2s; }
.main-nav>a:hover { color: var(--lime); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.nav-toggle span { height: 1px; display: block; background: var(--text); margin: 5px 0; }
.hero { position: relative; isolation: isolate; padding: 76px 0 86px; background: radial-gradient(ellipse at 78% 42%, #35624424, transparent 49%); overflow: clip; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: radial-gradient(#adc1aa28 .65px, transparent .65px); background-size: 28px 28px; mask-image: linear-gradient(90deg, transparent 45%, #000 100%); }
.hero-inner { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 40px; }
.hero-copy { padding-block: 30px; }
.hero .eyebrow { display: flex; gap: 10px; align-items: center; }
.hero h1 { max-width: 710px; }
.hero h1 em { font-size: 1.13em; letter-spacing: -.045em; }
.hero .lede { max-width: 485px; font-size: 1.04rem; line-height: 1.8; margin: 27px 0 30px; }
.service-labels { list-style: none; display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 30px 0 0; }
.service-labels li { padding: 5px 0; color: #b8c7bc; font-size: .72rem; display: inline-flex; gap: 9px; align-items: center; }
.service-labels li:not(:last-child)::after { content: "/"; color: #56745f; }
.hero-signoff { font-size: .72rem; margin-top: 24px; color: #819d8b; max-width: 330px; }
.phone-stage { position: relative; display: grid; justify-items: center; padding: 36px 0 26px; }
.orbit { position: absolute; width: 510px; height: 510px; border: 1px solid #b4e8890c; border-radius: 50%; top: 55px; z-index: -1; }
.orbit-two { width: 630px; height: 630px; top: -5px; border-style: dashed; border-color: #b4e8890c; }
.orbit-one::after { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--lime); top: 90px; left: 47px; box-shadow: 0 0 24px #b4e88988; }
.stage-note { position: absolute; top: 2px; right: 3px; display: flex; align-items: center; gap: 9px; font-size: .72rem; color: #b6c6b8; transform: rotate(4deg); }
.phone-demo { position: relative; width: min(364px, 100%); background: linear-gradient(160deg, #223b2d 0%, #12241b 38%, #122219 100%); border: 1px solid #61876660; border-radius: 38px; padding: 21px 23px 16px; box-shadow: inset 0 0 0 5px #08150f, inset 0 0 0 6px #91aa8620, 0 40px 70px #0005, 0 0 75px #8dc47a0c; transform: rotate(3deg); transition: transform .45s; }
.phone-stage:hover .phone-demo { transform: rotate(0); }
.phone-speaker { background: #050d09; border: 1px solid #526d4320; width: 74px; height: 6px; margin: 15px auto 20px; border-radius: 10px; }
.phone-cap { display: flex; align-items: center; justify-content: space-between; min-height: 25px; gap: 8px; font-size: .58rem; letter-spacing: .1em; color: #a8baa9; padding: 0 2px; }
.demo-controls { display: inline-flex; gap: 7px; letter-spacing: 0; }
.demo-controls button { border: none; background: none; color: #c3d2bd; font-size: .65rem; min-height: 32px; padding: 6px 3px; text-decoration: underline; text-underline-offset: 3px; }
.call-avatar { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 12px; border: 1px solid #9fce8060; background: #b4e8890a; border-radius: 50%; box-shadow: 0 0 0 7px #b4e88904; color: var(--lime); }
.call-avatar svg { width: 24px; height: 24px; }
.call-heading { text-align: center; }
.call-heading strong { display: block; font-size: .94rem; font-weight: 500; letter-spacing: -.02em; }
.call-heading>span { display: block; margin-top: 5px; font-size: .65rem; color: #9bb09e; }
.waveform { height: 37px; display: flex; justify-content: center; align-items: center; gap: 4px; margin: 12px 0 15px; }
.waveform i { display: block; width: 3px; height: 12px; min-height: 8px; border-radius: 6px; background: #b4e889; opacity: .65; transform: scaleY(.65); }
.waveform i:nth-child(3n) { height: 25px; }
.waveform i:nth-child(4n) { height: 17px; }
.waveform i:nth-child(5n) { height: 30px; }
.demo-playing .waveform i { animation: voice-wave 1s ease-in-out infinite alternate; animation-delay: calc(var(--i) * -95ms); }
.call-transcript { display: flex; flex-direction: column; gap: 10px; min-height: 249px; }
.bubble { border: 1px solid #b4e88916; background: #ffffff06; font-size: .77rem; line-height: 1.55; border-radius: 13px 13px 13px 3px; padding: 12px 14px; color: #d7e2d4; max-width: 92%; transition: opacity .55s, transform .55s; }
.bubble span { display: block; color: #8aa584; font-size: .53rem; font-weight: 600; letter-spacing: .09em; margin-bottom: 4px; }
.bubble.caller { align-self: flex-end; background: #b4e88912; border-color: #b4e88926; border-radius: 13px 13px 3px 13px; color: #dcf0cf; }
.bubble.caller span { color: #b1c59e; }
.call-outcome { display: flex; align-items: center; gap: 10px; padding: 13px 9px 4px; margin-top: 10px; transition: opacity .5s, transform .5s; }
.outcome-check { display: grid; place-items: center; width: 28px; height: 28px; background: var(--lime); border-radius: 50%; color: #15311c; }
.call-outcome strong { display: block; font-size: .76rem; font-weight: 500; color: var(--lime); }
.call-outcome small { display: block; font-size: .62rem; color: #92aa94; }
.phone-bottom-line { width: 85px; height: 3px; margin: 20px auto 0; background: #a4b6a443; border-radius: 8px; }
.demo-ready .bubble:not(.is-visible), .demo-ready .call-outcome:not(.is-visible) { opacity: 0; transform: translateY(7px); }
.stage-foot { margin-top: 26px; font-family: var(--serif); font-style: italic; color: #b5c4ae; font-size: 1.2rem; transform: rotate(-3deg); }
.stage-foot span { color: var(--lime); display: inline-block; margin-right: 7px; font-size: 1.5rem; vertical-align: middle; }
.section { padding: 84px 0; }
.services-section { border-top: 1px solid var(--line); background: linear-gradient(#15271c40, transparent); }
.section-head { max-width: 680px; margin-bottom: 38px; }
.section-head>p:last-child:not(.eyebrow) { margin-top: 20px; max-width: 530px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { position: relative; padding: 28px; border: 1px solid #a8c4a525; border-radius: 20px; background: linear-gradient(140deg, #1c3226, #11221b 85%); transition: transform .25s, border-color .25s, box-shadow .25s; overflow: hidden; }
.card::after { content: ""; position: absolute; width: 140px; height: 140px; right: -70px; bottom: -70px; border-radius: 50%; border: 1px solid #b4e88918; box-shadow: 0 0 0 25px #b4e88903, 0 0 0 50px #b4e88902; pointer-events: none; transition: transform .4s; }
.card:hover { transform: translateY(-6px); border-color: #b4e88960; box-shadow: 0 15px 25px #0002; }
.card:hover::after { transform: scale(1.3); }
.card.featured { background: linear-gradient(140deg, #294331, #162a1e); border-color: #b4e88940; }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 25px; margin-bottom: 22px; }
.card-number { font-size: .62rem; letter-spacing: .1em; color: #9bbf92; }
.card-badge { background: #b4e88914; border: 1px solid #b4e88920; color: var(--lime); border-radius: 20px; font-size: .62rem; padding: 3px 9px; }
.service-icon { color: var(--lime); margin-bottom: 22px; }
.service-icon svg { width: 28px; height: 28px; }
.card p { font-size: .92rem; line-height: 1.8; margin-top: 17px; }
.website-note { margin-top: 24px; padding: 20px 24px; border: 1px solid var(--line); border-radius: 12px; background: #ffffff02; font-size: .85rem; color: #a6b7a8; }
.website-note strong { font-weight: 500; color: #dfead6; }
.website-note>span { display: inline-block; color: var(--lime); margin-right: 10px; }
.spotlight { padding-top: 26px; padding-bottom: 26px; }
.feature-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; padding: 64px; border: 1px solid #b4e88925; border-radius: 28px; background: radial-gradient(ellipse at 90% 0%, #395a3438, transparent 70%), #12241c; }
.feature-copy>p:not(.eyebrow) { margin-top: 20px; font-size: .94rem; }
.feature-copy h2 em { font-size: 1.1em; }
.demo-phone { display: inline-flex; align-items: center; gap: 13px; margin-top: 28px; font-size: 1.35rem; letter-spacing: -.02em; }
.demo-phone small { display: block; font-size: .72rem; color: #b1c4aa; letter-spacing: 0; margin-bottom: 3px; }
.phone-icon { width: 49px; height: 49px; border-radius: 50%; border: 1px solid #b4e88940; display: grid; place-items: center; color: var(--lime); transition: background .2s; }
.demo-phone:hover .phone-icon { background: #b4e88914; }
.small-note { font-size: .7rem !important; color: #91a88f; line-height: 1.6; }
.small-note a { text-decoration: underline; }
.call-summary { border: 1px solid #77926945; border-radius: 16px; background: #0e1c15; box-shadow: 0 22px 45px #0002; transform: rotate(-2deg); position: relative; }
.call-summary::before { content: ""; position: absolute; width: 68px; height: 18px; background: #b3cd9e22; border: 1px solid #b4e88912; top: -10px; left: calc(50% - 34px); transform: rotate(3deg); }
.call-summary figcaption { display: flex; align-items: center; gap: 9px; padding: 18px 22px; border-bottom: 1px solid var(--line); font-size: .7rem; color: #a0b29a; }
.call-summary figcaption>span:last-child { margin-left: auto; }
.summary-body { padding: 27px; }
.summary-label { color: #96b58d; font-size: .61rem; letter-spacing: .13em; }
.summary-body h3 { font-size: 1.6rem; margin-top: 13px; }
.summary-body dl { margin: 24px 0; }
.summary-body dl>div { display: grid; grid-template-columns: 86px 1fr; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .8rem; }
.summary-body dt { color: #8ba184; }
.summary-body dd { margin: 0; color: #d0dfc7; }
.request-status { display: flex; gap: 8px; align-items: center; padding: 10px 12px; border-radius: 6px; color: var(--lime); background: #b4e8890a; border: 1px solid #b4e88912; font-size: .68rem; }
.summary-body .small-note { margin-top: 12px; font-size: .65rem !important; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; list-style: none; margin: 0; padding: 0; }
.steps li { position: relative; border-top: 1px solid #789f674a; padding-top: 25px; }
.steps li::before { content: ""; position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #b4e889; left: 0; top: -3px; }
.step-num { color: var(--lime); font: italic 1.6rem var(--serif); }
.steps h3 { margin: 19px 0 14px; font-size: 1.3rem; }
.steps p { font-size: .91rem; }
.founder-strip { margin-top: 48px; padding: 25px 0 0; border-top: 1px solid var(--line); display: flex; gap: 28px; justify-content: space-between; align-items: center; scroll-margin-top: 130px; }
.founder-strip .eyebrow { color: #9ab992; font-size: .64rem; }
.founder-strip p { margin-top: 7px; font-size: .85rem; }
.founder-initials { display: flex; flex-shrink: 0; }
.founder-initials span { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 50%; background: #253e2c; border: 3px solid var(--bg); color: #d5e4cb; font-size: .72rem; margin-left: -6px; }
.founder-initials span:last-child { background: #466043; }
.cta-section { padding-top: 20px; }
.cta-inner { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 64px; padding: 65px; border: 1px solid #b4e88930; border-radius: 28px; background: radial-gradient(ellipse at 0% 100%, #3c5c3440, transparent 65%), #1a3022; }
.cta-copy h2 { font-size: clamp(2.5rem, 3.8vw, 3.4rem); }
.cta-copy>p:not(.eyebrow) { margin-top: 22px; max-width: 400px; font-size: .93rem; }
.cta-copy .btn { margin-top: 29px; }
.cta-copy .small-note { margin-top: 14px !important; }
.contact-details { border-top: 1px solid #b4e88940; border-bottom: 1px solid #b4e88940; padding: 22px 0; }
.contact-details summary { cursor: pointer; color: #dbe9d2; font-size: .88rem; min-height: 28px; }
.contact-form { display: grid; gap: 16px; margin-top: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form label { display: grid; gap: 6px; color: #b8ccaf; font-size: .875rem; }
.contact-form input, .contact-form textarea { min-width: 0; width: 100%; font-size: 1rem; border-radius: 6px; padding: 11px; color: #f1f5e9; border: 1px solid #b4e88930; background: #0b1b12; }
.contact-form textarea { resize: vertical; }
.contact-form textarea::placeholder { color: #82937c; }
.form-note { font-size: .72rem; color: #93ad8c; }
.site-footer { padding: 0 0 30px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 25px; border-top: 1px solid var(--line); }
.footer-top p { font-family: var(--serif); font-style: italic; font-size: 1.2rem; color: #bec9b4; }
.footer-top>a:last-child { font-size: .85rem; }
.footer-contact { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: .7rem; color: #8aa18a; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 28px; font-size: .8rem; color: #becfba; }
.footer-nav>a:last-child { margin-left: auto; color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); color: #8da088; font-size: .7rem; }
.footer-bottom nav { display: flex; gap: 22px; }
.legal-main { padding: 75px 0 90px; }
.narrow { max-width: 780px; }
.legal-main h1 { font-size: 3.3rem; }
.legal-main h2 { font-size: 1.5rem; margin: 35px 0 14px; letter-spacing: -.025em; }
.legal-main p, .legal-main ul { margin: 18px 0; color: var(--muted); }
.legal-main li { margin: 12px 0; }
.legal-main a { color: var(--lime); text-decoration: underline; }
.legal-updated { font-size: .8rem; }
.error-main { min-height: 70vh; padding: 90px 0; display: grid; place-items: center; text-align: center; background: radial-gradient(ellipse at center, #3e66361a, transparent 70%); }
.error-main h1 { font-size: clamp(3rem, 6vw, 5rem); }
.error-main p { max-width: 440px; margin: 23px auto; }
.error-main .btn { margin-top: 15px; }
@keyframes voice-wave { from { transform: scaleY(.35); opacity: .4; } to { transform: scaleY(1); opacity: 1; } }
@media (min-width: 1450px) { .hero { padding-top: 95px; padding-bottom: 110px; } }
@media (max-width: 1050px) {
  .container { width: calc(100% - 52px); }
  .header-inner { width: calc(100% - 32px); }
  .main-nav { gap: 20px; }
  .brand-caption { display: none; }
  .hero-inner { gap: 30px; grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 4.7rem; }
  .feature-inner, .cta-inner { padding: 40px; gap: 36px; }
  .phone-demo { width: min(340px, 100%); }
  .card { padding: 24px; }
  .footer-top { flex-wrap: wrap; }
}
@media (max-width: 820px) {
  .main-nav { gap: 15px; font-size: .75rem; }
  .site-header .brand-text { display: none; }
  .hero { padding-top: 50px; }
  .hero h1 { font-size: 3.8rem; }
  .hero .lede { font-size: .95rem; }
  .hero-inner { gap: 24px; }
  .phone-demo { padding-inline: 19px; }
  .stage-note { font-size: .64rem; right: -3px; }
  .cards { gap: 12px; }
  .card { padding: 22px; }
  .card-top { flex-wrap: wrap; min-height: 42px; }
  .card h3 { font-size: 1.25rem; }
  .card p { font-size: .85rem; }
  .feature-inner { gap: 28px; padding: 36px; }
  .summary-body { padding: 20px; }
  .summary-body dl>div { grid-template-columns: 70px 1fr; font-size: .74rem; }
  .steps { gap: 25px; }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 105px; }
  .container { width: calc(100% - 40px); }
  .site-header { top: 10px; margin-top: 12px; width: calc(100% - 24px); border-radius: 14px; }
  .header-inner { width: calc(100% - 24px); min-height: 74px; gap: 12px; flex-wrap: wrap; padding: 10px 0; }
  .site-header .brand-text { display: block; }
  .brand { gap: 11px; font-size: 1.15rem; }
  .brand-logo { width: 48px; height: 48px; }
  .brand-caption { display: block; font-size: .58rem; }
  .nav-toggle:not([hidden]) { display: block; }
  .main-nav { width: 100%; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding-top: 7px; font-size: .875rem; }
  .main-nav>a { padding: 13px; }
  .main-nav .btn { margin: 7px 0 3px; }
  .nav-ready .main-nav { display: none; }
  .nav-ready .main-nav.open { display: flex; }
  .hero { padding: 45px 0 52px; }
  .hero-inner { grid-template-columns: 1fr; gap: 20px; }
  .hero-copy { padding: 8px 0 12px; text-align: center; }
  .hero .eyebrow { justify-content: center; font-size: .64rem; }
  .hero h1 { font-size: clamp(3.5rem, 13.4vw, 5.3rem); }
  .hero .lede { max-width: 450px; margin: 24px auto 26px; font-size: 1rem; }
  .service-labels { justify-content: center; margin-top: 24px; }
  .hero-signoff { margin: 19px auto 0; font-size: .7rem; }
  .phone-stage { padding-top: 37px; padding-bottom: 4px; }
  .stage-note { top: 3px; right: 4%; }
  .phone-demo { width: min(344px, calc(100% - 14px)); transform: rotate(2deg); padding-inline: 23px; }
  .stage-foot { margin-top: 25px; font-size: 1.1rem; }
  .section { padding: 60px 0; }
  h2 { font-size: 2.65rem; }
  .section-head { margin-bottom: 28px; }
  .eyebrow { font-size: .65rem; margin-bottom: 16px; }
  .cards { grid-template-columns: 1fr; gap: 14px; }
  .card { padding: 25px; }
  .card-top { min-height: 25px; margin-bottom: 20px; }
  .service-icon { position: absolute; top: 71px; right: 27px; opacity: .8; }
  .card h3 { padding-right: 40px; font-size: 1.4rem; }
  .card p { font-size: .94rem; margin-top: 14px; }
  .website-note { padding: 19px 20px; margin-top: 17px; }
  .spotlight { padding: 0; }
  .feature-inner { grid-template-columns: 1fr; padding: 32px 25px; gap: 40px; border-radius: 20px; }
  .feature-copy h2 { font-size: 2.5rem; }
  .call-summary { transform: rotate(-1deg); }
  .summary-body { padding: 24px; }
  .summary-body dl>div { font-size: .8rem; grid-template-columns: 82px 1fr; }
  .steps { grid-template-columns: 1fr; gap: 27px; }
  .steps li { padding-top: 20px; }
  .steps h3 { margin: 12px 0; }
  .founder-strip { margin-top: 30px; gap: 18px; align-items: flex-start; }
  .founder-initials span { width: 38px; height: 38px; font-size: .62rem; }
  .cta-section { padding-top: 0; padding-bottom: 48px; }
  .cta-inner { grid-template-columns: 1fr; padding: 33px 25px; gap: 30px; border-radius: 20px; }
  .cta-copy h2 { font-size: 2.5rem; }
  .contact-details { padding: 20px 0; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 20px; }
  .footer-top p { font-size: 1.15rem; }
  .footer-contact { flex-direction: column; gap: 8px; }
  .footer-nav { gap: 15px 24px; }
  .footer-nav>a:last-child { margin-left: 0; }
  .footer-bottom { gap: 18px; }
  .footer-bottom nav { gap: 18px; }
  .legal-main { padding-top: 45px; }
  .legal-main h1 { font-size: 2.7rem; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .brand-caption { display: none; }
  .hero h1 { font-size: 3.45rem; }
  .phone-demo { padding-inline: 19px; width: calc(100% - 8px); }
  .phone-cap { font-size: .51rem; }
  .call-transcript { min-height: 265px; }
  .bubble { font-size: .73rem; }
  .feature-inner, .cta-inner { padding-inline: 21px; }
  .summary-body { padding: 18px; }
  .summary-body dl>div { grid-template-columns: 66px 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .phone-demo, .call-summary { transform: none; }
  .demo-ready .bubble, .demo-ready .call-outcome { opacity: 1; transform: none; }
}
