:root {
  color-scheme: light;
  --ink: #0b211a;
  --ink-soft: #18372d;
  --muted: #586a63;
  --green: #1f7a57;
  --green-bright: #48c586;
  --forest: #103c2f;
  --lime: #d9f875;
  --mint: #dff5e9;
  --cream: #f3f0e8;
  --sand: #e9e2d5;
  --white: #fff;
  --line: rgba(11, 33, 26, 0.14);
  --shadow: 0 30px 90px rgba(11, 33, 26, 0.16);
  --font-body: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, summary { font: inherit; }
h1, h2, h3, p, dl, dd { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); font-style: normal; font-weight: 600; text-wrap: balance; }

.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; border-radius: 10px; background: var(--ink); color: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin: 0 0 18px; color: var(--green); font-size: .74rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1 { max-width: 1040px; margin: 0 auto 30px; font-size: clamp(3.8rem, 6.7vw, 6.65rem); line-height: .94; letter-spacing: -.052em; }
h2 { margin-bottom: 20px; font-size: clamp(2.55rem, 5.5vw, 5.4rem); line-height: .98; letter-spacing: -.045em; }
h3 { margin-bottom: 11px; font-size: 1.28rem; line-height: 1.2; letter-spacing: -.018em; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(11, 33, 26, .09); background: rgba(243, 240, 232, .9); backdrop-filter: blur(20px); }
.nav { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 1.24rem; font-weight: 820; letter-spacing: -.04em; }
.brand img { width: 38px; height: 38px; }
.nav-links { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav-links a, .text-link, .footer-links a { text-decoration: none; font-size: .92rem; font-weight: 650; }
.nav-links a:hover, .text-link:hover, .footer-links a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.language-switch { display: inline-flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .72); }
.language-switch a { min-width: 34px; padding: 5px 8px; border-radius: 999px; font-size: .73rem; font-weight: 820; text-align: center; text-decoration: none; }
.language-switch [aria-current="page"] { background: var(--ink); color: var(--white); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 4px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 16px; height: 2px; border-radius: 2px; background: var(--ink); }
.mobile-menu__panel { position: absolute; right: 0; top: 51px; width: min(300px, calc(100vw - 28px)); display: grid; gap: 4px; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.mobile-menu__panel > a:not(.button) { padding: 11px 10px; text-decoration: none; font-weight: 720; }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid var(--ink); border-radius: 999px; font-weight: 790; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(11, 33, 26, .15); }
.button--large { min-height: 56px; padding-inline: 27px; }
.button--primary { background: var(--ink); color: var(--white); }
.button--ghost { background: rgba(255,255,255,.48); }
.button--light { border-color: var(--white); background: var(--white); color: var(--forest); }
.button--dark-outline { border-color: rgba(255,255,255,.5); color: var(--white); }

.hero { position: relative; overflow: hidden; padding: 108px 0 76px; background: radial-gradient(circle at 82% 20%, rgba(72, 197, 134, .18), transparent 26%), var(--cream); }
.hero::before { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(11,33,26,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(11,33,26,.045) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to bottom, black, transparent 68%); content: ""; pointer-events: none; }
.hero-copy { position: relative; z-index: 1; text-align: center; }
.hero-lede { max-width: 760px; margin: 0 auto; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.32rem); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 34px 0 18px; }
.fine-print { color: var(--muted); font-size: .82rem; }

.journey-wrap { position: relative; z-index: 1; margin-top: 78px; }
.journey-glow { position: absolute; inset: -60px 14% 0; border-radius: 50%; background: radial-gradient(circle, rgba(72,197,134,.28), rgba(72,197,134,0) 68%); filter: blur(18px); }
.journey-canvas { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; min-height: 390px; margin: 0; padding: 32px; border: 1px solid rgba(255,255,255,.13); border-radius: 36px; background: var(--ink); color: var(--white); box-shadow: var(--shadow); list-style: none; }
.journey-canvas::before { position: absolute; z-index: 0; top: 56%; right: 9%; left: 9%; height: 2px; background: linear-gradient(90deg, var(--green-bright), var(--lime)); content: ""; opacity: .65; }
.journey-stage { position: relative; z-index: 1; display: flex; min-width: 0; flex-direction: column; }
.stage-kicker { min-height: 30px; color: #a9c1b8; font-size: .69rem; font-weight: 760; letter-spacing: .06em; text-transform: uppercase; }
.phone-card, .request-panel, .reply-panel, .booking-card { height: 246px; padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: #f9faf9; color: var(--ink); box-shadow: 0 18px 45px rgba(0,0,0,.18); }
.phone-card { border-radius: 29px; background: #e8eee9; }
.phone-top { display: flex; align-items: center; gap: 9px; padding-bottom: 14px; border-bottom: 1px solid rgba(11,33,26,.1); }
.phone-top > span:last-child { margin-left: auto; color: var(--muted); }
.avatar { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--white); font-weight: 820; }
.phone-top strong, .phone-top small { display: block; line-height: 1.2; }
.phone-top strong { font-size: .8rem; }.phone-top small { color: var(--green); font-size: .58rem; }
.chat-bubble { margin-top: 26px; padding: 13px; border-radius: 3px 15px 15px; background: var(--white); font-size: .75rem; line-height: 1.42; }
.message-time { display: block; margin: 6px 4px 0; color: var(--muted); font-size: .55rem; }
.request-head { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: .65rem; font-weight: 760; text-transform: uppercase; }
.request-head em { padding: 4px 7px; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: .54rem; font-style: normal; }
.request-panel h3 { margin: 28px 0 22px; font-size: 1.15rem; }
.request-panel dl { margin-bottom: 0; }
.request-panel dl div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; padding: 7px 0; border-top: 1px solid rgba(11,33,26,.09); font-size: .67rem; }
.request-panel dt { color: var(--muted); }.request-panel dd { font-weight: 730; }
.reply-panel { background: linear-gradient(145deg, #e8f9ef, #cbf0dc); }
.reply-panel > span { font-size: .67rem; font-weight: 800; }
.reply-panel p { margin: 29px 0 22px; padding: 13px; border-radius: 14px 14px 4px 14px; background: var(--white); font-size: .74rem; line-height: 1.42; }
.reply-panel div { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.reply-panel i { padding: 8px; border: 1px solid rgba(11,33,26,.13); border-radius: 10px; background: rgba(255,255,255,.66); font-size: .67rem; font-style: normal; font-weight: 800; text-align: center; }
.booking-card { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--lime); }
.booking-card .check { width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 23px; border-radius: 50%; background: var(--ink); color: var(--white); font-weight: 900; }
.booking-card small { font-size: .62rem; font-weight: 800; text-transform: uppercase; }.booking-card strong { margin-top: 5px; font-size: 1rem; }.booking-card b { margin: 1px 0 13px; font-size: 1.5rem; letter-spacing: -.04em; }.booking-card > span:last-child { font-size: .66rem; }
.stage-label { display: flex; align-items: center; gap: 9px; margin-top: auto; padding-top: 24px; font-size: .78rem; }
.stage-label b { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--lime); font-size: .58rem; }
.journey-stage { animation: rise-in 700ms both; }.journey-stage:nth-child(2) { animation-delay: 100ms; }.journey-stage:nth-child(3) { animation-delay: 200ms; }.journey-stage:nth-child(4) { animation-delay: 300ms; }
@keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

.signal-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.signal-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.signal-grid p { margin: 0; padding: 30px 34px; color: var(--muted); font-size: .9rem; }
.signal-grid p + p { border-left: 1px solid var(--line); }.signal-grid span { display: block; margin-bottom: 16px; color: var(--green); font-size: .7rem; font-weight: 850; }.signal-grid strong { display: block; color: var(--ink); font-size: 1.04rem; }

.section { padding: 132px 0; }
.problem-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 84px; align-items: start; }
.problem-copy { position: sticky; top: 120px; }
.before-after { display: grid; gap: 18px; }
.chaos-card, .clarity-card { min-height: 390px; padding: 32px; border-radius: 28px; }
.chaos-card { position: relative; overflow: hidden; background: var(--sand); }
.chaos-card > span, .clarity-card > span { font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.chaos-notes { position: relative; min-height: 240px; margin-top: 24px; }
.chaos-notes i { position: absolute; display: inline-block; padding: 12px 15px; border: 1px solid rgba(11,33,26,.11); border-radius: 8px; background: #fffefa; box-shadow: 0 10px 24px rgba(11,33,26,.08); color: #5d574c; font-family: Georgia, serif; font-style: italic; }
.chaos-notes i:nth-child(1) { top: 20px; left: 5%; transform: rotate(-4deg); }.chaos-notes i:nth-child(2) { top: 4px; right: 13%; transform: rotate(5deg); }.chaos-notes i:nth-child(3) { top: 105px; left: 28%; transform: rotate(2deg); }.chaos-notes i:nth-child(4) { right: 4%; bottom: 26px; transform: rotate(-5deg); }.chaos-notes i:nth-child(5) { bottom: 4px; left: 3%; transform: rotate(7deg); }
.chaos-card p, .clarity-card p { max-width: 430px; margin-bottom: 0; color: var(--muted); }
.clarity-card { background: var(--forest); color: var(--white); }
.clarity-card > span { color: #a9c1b8; }
.clarity-row { display: grid; grid-template-columns: 70px 1fr auto; gap: 10px; align-items: center; margin-top: 13px; padding: 17px; border-radius: 14px; background: rgba(255,255,255,.1); }
.clarity-row:first-of-type { margin-top: 30px; }.clarity-row b { color: var(--lime); font-size: .66rem; text-transform: uppercase; }.clarity-row strong { font-size: .82rem; }.clarity-row small { color: #bbcec7; font-size: .65rem; }.clarity-card p { margin-top: 29px; color: #c8d8d2; }

.how-section { background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; margin-bottom: 72px; }
.section-heading p:last-child { max-width: 500px; margin-bottom: 4px; color: var(--muted); font-size: 1.08rem; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.step { position: relative; min-height: 330px; padding: 25px; border: 1px solid var(--line); border-radius: 24px; background: var(--cream); }
.step > span { color: var(--green); font-size: .68rem; font-weight: 900; }
.step-icon { width: 56px; height: 56px; display: grid; place-items: center; margin: 40px 0 60px; border-radius: 17px; background: var(--ink); color: var(--lime); font-size: 1.45rem; }
.step p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }

.feature-section { background: var(--ink); color: var(--white); }
.feature-section .eyebrow { color: var(--green-bright); }.section-heading--light p:last-child { color: #b9cdc5; }
.bento-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.bento-card { position: relative; overflow: hidden; min-height: 530px; padding: 32px; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: var(--ink-soft); }
.bento-card--wide { grid-column: 1 / -1; min-height: 500px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 42px; }
.feature-copy { position: relative; z-index: 2; }.feature-number { display: inline-block; margin-bottom: 58px; color: var(--green-bright); font-size: .68rem; font-weight: 850; }.feature-copy h3 { font-size: clamp(1.55rem, 3vw, 2.7rem); }.feature-copy p { max-width: 480px; color: #b9cdc5; }
.inbox-preview { align-self: end; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 350px; border-radius: 22px 22px 0 0; background: #f6f8f7; color: var(--ink); box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.inbox-list { padding: 18px 11px; border-right: 1px solid #dce5e1; }.inbox-list span { display: block; padding: 14px 13px; border-radius: 11px; }.inbox-list span.selected { background: var(--mint); }.inbox-list b, .inbox-list small { display: block; }.inbox-list b { font-size: .74rem; }.inbox-list small { color: var(--muted); font-size: .59rem; }
.mini-thread { display: flex; flex-direction: column; justify-content: center; padding: 25px; }.mini-thread > span { color: var(--muted); font-size: .58rem; text-align: center; }.mini-thread p { margin: 28px 0 8px; padding: 13px; border-radius: 14px 14px 4px 14px; background: #ccefdc; font-size: .72rem; }.mini-thread i { color: var(--green); font-size: .58rem; font-style: normal; }
.route-map { position: absolute; right: 26px; bottom: 0; left: 26px; height: 280px; border-radius: 22px 22px 0 0; background: linear-gradient(145deg,#e9f2ed,#c3dbd0); }.route-map::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(16,60,47,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(16,60,47,.08) 1px,transparent 1px); background-size: 34px 34px; content:""; }.route-map svg { position: absolute; inset: 20px; width: calc(100% - 40px); height: calc(100% - 40px); overflow: visible; }.route-map path { fill: none; stroke: var(--green); stroke-dasharray: 7 8; stroke-linecap: round; stroke-width: 4; }.route-map circle { fill: var(--ink); stroke: var(--white); stroke-width: 6; }.route-label { position: absolute; padding: 5px 8px; border-radius: 999px; background: var(--white); color: var(--ink); font-size: .57rem; font-weight: 850; }.route-label--a { bottom: 29px; left: 6%; }.route-label--b { bottom: 93px; left: 45%; }.route-label--c { top: 60px; right: 2%; }
.template-stack { position: absolute; right: 24px; bottom: 34px; left: 24px; min-height: 205px; }.template-stack span { position: absolute; right: 4%; left: 4%; display: grid; grid-template-columns: 42px 1fr; gap: 5px 12px; align-items: center; padding: 18px; border-radius: 16px; background: var(--white); color: var(--ink); box-shadow: 0 15px 38px rgba(0,0,0,.18); }.template-stack span:first-child { bottom: 76px; z-index: 2; transform: rotate(-2deg); }.template-stack span:last-child { bottom: 6px; transform: rotate(3deg); opacity: .86; }.template-stack i { grid-row: 1 / 3; display:grid; place-items:center; width: 40px; height: 40px; border-radius: 12px; background: var(--mint); color: var(--green); font-size: .69rem; font-style: normal; font-weight: 900; }.template-stack b { font-size: .76rem; }.template-stack small { color: var(--muted); font-size: .6rem; }
.metric-preview { position: absolute; right: 25px; bottom: 25px; left: 25px; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; min-height: 230px; padding: 20px; border-radius: 20px; background: var(--white); color: var(--ink); }.metric-preview > div:not(.metric-line) { padding: 13px; border: 1px solid var(--line); border-radius: 13px; }.metric-preview strong, .metric-preview span { display:block; }.metric-preview strong { font-size: 1.8rem; letter-spacing: -.06em; }.metric-preview span { color: var(--muted); font-size: .6rem; }.metric-line { grid-column: 1/-1; display: flex; align-items: end; gap: 9px; min-height: 105px; padding: 10px 8px 0; border-bottom: 1px solid var(--line); }.metric-line i { width: 100%; height: var(--h); border-radius: 6px 6px 0 0; background: linear-gradient(var(--green-bright),var(--green)); }

.uses-section { background: var(--lime); }
.uses { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }.uses-intro { position: sticky; top: 120px; }.uses-intro p:last-child { max-width: 460px; color: #405149; }
.use-list { border-top: 1px solid rgba(11,33,26,.3); }.use-list article { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 34px 4px; border-bottom: 1px solid rgba(11,33,26,.3); }.use-list article > span { color: var(--green); font-size: .7rem; font-weight: 900; }.use-list h3 { font-size: 1.55rem; }.use-list p { margin: 0; color: #405149; }

.start-section { background: var(--white); }.start-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding: 74px; border-radius: 36px; background: var(--forest); color: var(--white); }.start-panel h2 { font-size: clamp(2.8rem,5vw,5rem); }.start-panel > div > p:not(.eyebrow) { max-width: 510px; color: #c4d5cf; }.start-panel .button { margin-top: 22px; }.start-panel ol { margin: 0; padding: 0; list-style: none; }.start-panel li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.18); }.start-panel li:first-child { border-top: 1px solid rgba(255,255,255,.18); }.start-panel li > span { width: 34px; height: 34px; display:grid; place-items:center; border-radius:50%; background: var(--lime); color: var(--ink); font-size:.72rem; font-weight:900; }.start-panel strong { font-size: 1.02rem; }.start-panel li p { margin: 4px 0 0; color: #b9cdc5; font-size:.84rem; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { position: relative; padding: 26px 54px 26px 0; cursor: pointer; list-style: none; font-size: 1.12rem; font-weight: 780; }.faq-list summary::-webkit-details-marker { display:none; }.faq-list summary::after { position:absolute; right:8px; top:24px; width:30px; height:30px; display:grid; place-items:center; border:1px solid var(--line); border-radius:50%; content:"+"; }.faq-list details[open] summary::after { content:"−"; }.faq-list details p { max-width: 720px; margin: 0 0 26px; color: var(--muted); }

.final-cta { padding-top: 30px; }.final-cta__inner { position:relative; overflow:hidden; padding: 105px 60px; border-radius: 38px; background: var(--green); color: var(--white); text-align:center; }.final-cta h2 { position:relative; z-index:1; max-width:900px; margin:0 auto 34px; }.final-cta .eyebrow { position:relative; z-index:1; color: var(--lime); }.final-cta__inner > div { position:relative; z-index:1; display:flex; flex-wrap:wrap; justify-content:center; gap:12px; }.orb { position:absolute; border-radius:50%; background:rgba(217,248,117,.18); }.orb--one { width:420px; height:420px; top:-250px; left:-120px; }.orb--two { width:320px; height:320px; right:-100px; bottom:-180px; }

.site-footer { padding: 70px 0 28px; }.footer-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:50px; padding-bottom:48px; }.footer-grid .brand { margin-bottom:16px; }.footer-grid p { max-width:470px; color:var(--muted); }.footer-links { display:grid; grid-template-columns:repeat(2,1fr); gap:12px 28px; align-content:start; }.footer-bottom { display:flex; justify-content:space-between; gap:20px; padding-top:22px; border-top:1px solid var(--line); color:var(--muted); font-size:.8rem; }

a:focus-visible, summary:focus-visible { outline: 3px solid #e19d34; outline-offset: 4px; }

@media (max-width: 1080px) {
  .nav-links { display:none; }.mobile-menu { display:block; }.nav-login { display:none; }
  .journey-canvas { grid-template-columns:repeat(2,1fr); }.journey-canvas::before { display:none; }.journey-stage { min-height:360px; }
  .problem-grid, .section-heading, .uses, .faq-grid { grid-template-columns:1fr; gap:45px; }.problem-copy, .uses-intro { position:static; }
  .steps { grid-template-columns:repeat(2,1fr); }.bento-card--wide { grid-template-columns:1fr; }.feature-copy p { max-width:680px; }.inbox-preview { min-height:300px; }
  .start-panel { gap:50px; padding:58px 46px; }
}

@media (max-width: 720px) {
  .shell { width:min(100% - 28px,1240px); }.site-header { position:sticky; }.nav { min-height:68px; gap:10px; }.brand { font-size:1.05rem; }.brand img { width:32px; height:32px; }.nav-actions { margin-left:auto; gap:8px; }.nav-cta { display:none; }.language-switch a { min-width:30px; padding-inline:6px; }
  .button { min-height:45px; padding-inline:17px; font-size:.88rem; }.button--large { min-height:52px; padding-inline:20px; }
  .hero { padding:70px 0 46px; } h1 { max-width:620px; font-size:clamp(2.85rem,12.4vw,4.2rem); line-height:.96; }.hero-lede { font-size:1.03rem; }.hero-actions { display:grid; }.hero-actions .button { width:100%; }.fine-print { padding-inline:8px; }
  .journey-wrap { margin-top:52px; }.journey-canvas { grid-template-columns:1fr; gap:24px; padding:18px; border-radius:25px; }.journey-stage { min-height:0; }.phone-card,.request-panel,.reply-panel,.booking-card { height:auto; min-height:235px; }.stage-label { padding-top:15px; }
  .signal-grid { grid-template-columns:1fr; }.signal-grid p { padding:23px 8px; }.signal-grid p + p { border-top:1px solid var(--line); border-left:0; }
  .section { padding:88px 0; } h2 { font-size:clamp(2.5rem,12vw,3.7rem); }.problem-grid { gap:30px; }.chaos-card,.clarity-card { min-height:360px; padding:23px; }.chaos-notes i { font-size:.8rem; }.clarity-row { grid-template-columns:60px 1fr; }.clarity-row small { grid-column:2; }
  .section-heading { margin-bottom:42px; }.steps { grid-template-columns:1fr; }.step { min-height:auto; }.step-icon { margin:32px 0; }
  .bento-grid { grid-template-columns:1fr; }.bento-card,.bento-card--wide { grid-column:auto; display:block; min-height:520px; padding:23px; }.bento-card--wide { min-height:670px; }.feature-number { margin-bottom:34px; }.inbox-preview { position:absolute; right:17px; bottom:0; left:17px; grid-template-columns:1fr; min-height:360px; }.inbox-list span:not(.selected) { display:none; }.inbox-list { border-right:0; border-bottom:1px solid #dce5e1; }.mini-thread { padding:20px; }.route-map { right:17px;left:17px; }.template-stack,.metric-preview { right:17px;left:17px; }
  .use-list article { grid-template-columns:42px 1fr; gap:10px; padding-block:28px; }.use-list h3 { font-size:1.25rem; }
  .start-panel { grid-template-columns:1fr; gap:42px; padding:40px 23px; border-radius:26px; }.start-panel h2 { font-size:2.8rem; }.start-panel .button { width:100%; }
  .faq-grid { gap:30px; }.faq-list summary { font-size:1rem; }
  .final-cta__inner { padding:75px 22px; border-radius:28px; }.final-cta__inner > div { display:grid; }.final-cta__inner .button { width:100%; }
  .footer-grid { grid-template-columns:1fr; }.footer-links { grid-template-columns:1fr 1fr; }.footer-bottom { flex-direction:column; }
}

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