:root {
  --ink: #14213d;
  --muted: #5f6878;
  --orange: #ff6b35;
  --orange-dark: #b33c12;
  --orange-hover: #932f0f;
  --focus: #0067d8;
  --orange-soft: #fff0e9;
  --cream: #fff8f2;
  --paper: #ffffff;
  --green: #168f63;
  --green-soft: #ddf5e9;
  --blue-soft: #e8efff;
  --line: #e8e2dc;
  --shadow: 0 28px 80px rgba(20, 33, 61, 0.12);
  --radius: 24px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: var(--ink); color: white; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.button:focus-visible, .menu-button:focus-visible, summary:focus-visible { box-shadow: 0 0 0 3px white, 0 0 0 6px var(--focus); }

.announcement { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 8px 20px; background: var(--ink); color: white; text-align: center; font-size: 0.82rem; font-weight: 650; letter-spacing: 0.015em; }
.announcement__dot { width: 7px; height: 7px; border-radius: 50%; background: #5de1a8; box-shadow: 0 0 0 5px rgba(93,225,168,.12); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,248,242,.9); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: box-shadow .2s ease, border-color .2s ease; }
.site-header.is-scrolled { border-color: rgba(20,33,61,.08); box-shadow: 0 8px 28px rgba(20,33,61,.06); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 184px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .92rem; font-weight: 650; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .2s ease; }
.site-nav > a:not(.button):hover::after { right: 0; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: var(--paper); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-button span:not(.sr-only) { width: 20px; height: 2px; background: var(--ink); border-radius: 2px; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; line-height: 1; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding: 0 19px; font-size: .88rem; }
.button--primary { color: white; background: var(--orange-dark); box-shadow: 0 10px 28px rgba(255,107,53,.25); }
.button--primary:hover { background: var(--orange-hover); box-shadow: 0 14px 34px rgba(255,107,53,.3); }
.button--dark { color: white; background: var(--ink); }
.button--text { min-height: auto; padding: 12px 4px; border-radius: 0; }
.button--outline { border-color: #cfd4dc; background: white; }
.button--white { color: var(--ink); background: white; }

.hero { position: relative; overflow: hidden; padding: 82px 0 96px; background: var(--cream); }
.hero::before { content: ""; position: absolute; width: 640px; height: 640px; top: -310px; right: -210px; border-radius: 50%; background: #ffe2d5; }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; bottom: -260px; left: -190px; border-radius: 50%; background: var(--green-soft); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 78px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--orange-dark); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 25px; height: 2px; background: currentColor; }
.eyebrow--light { color: #ffb89d; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 6.2vw, 5.5rem); line-height: .98; letter-spacing: -.062em; }
h1 em, h2 em { color: var(--orange-dark); font-style: normal; }
.hero__lead { max-width: 610px; margin-bottom: 30px; color: var(--muted); font-size: 1.16rem; line-height: 1.75; }
.hero__actions { display: flex; align-items: center; gap: 22px; margin-bottom: 32px; }
.hero__checks { display: flex; flex-wrap: wrap; gap: 12px 22px; padding: 0; margin: 0; list-style: none; color: #3f4958; font-size: .88rem; font-weight: 650; }
.hero__checks li::before { content: "✓"; display: inline-grid; width: 19px; height: 19px; margin-right: 7px; place-items: center; border-radius: 50%; color: var(--green); background: var(--green-soft); font-size: .7rem; }
.hero__visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.phone { position: relative; z-index: 2; width: min(100%, 390px); overflow: hidden; border: 8px solid var(--ink); border-radius: 36px; background: #f2f5f1; box-shadow: var(--shadow); transform: rotate(1.4deg); }
.phone::before { content: ""; position: absolute; z-index: 3; top: 8px; left: 50%; width: 72px; height: 17px; border-radius: 0 0 13px 13px; background: var(--ink); transform: translateX(-50%); }
.phone__top { display: flex; align-items: center; gap: 11px; padding: 31px 18px 14px; color: white; background: #17473b; }
.phone__top .avatar { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--orange); font-weight: 850; }
.phone__top strong, .phone__top span { display: block; }
.phone__top strong { font-size: .9rem; }
.phone__top span { color: rgba(255,255,255,.7); font-size: .68rem; }
.phone__top .online { margin-left: auto; color: #9be7c4; }
.phone__body { min-height: 468px; padding: 16px 14px 22px; background-color: #e9efe9; background-image: radial-gradient(rgba(23,71,59,.06) 1px, transparent 1px); background-size: 17px 17px; }
.day-label { width: max-content; margin: 0 auto 12px; padding: 3px 10px; border-radius: 99px; background: rgba(255,255,255,.8); color: #718078; font-size: .63rem; font-weight: 700; }
.bubble { width: 86%; margin-bottom: 10px; padding: 10px 12px; border-radius: 12px; background: white; box-shadow: 0 2px 4px rgba(20,33,61,.07); font-size: .73rem; line-height: 1.45; }
.bubble--user { margin-left: auto; border-top-right-radius: 3px; background: #d9fdd3; }
.bubble--brand { border-top-left-radius: 3px; }
.bubble--short { width: max-content; }
.preview-card { width: 86%; margin-bottom: 10px; padding: 12px; border: 1px solid #dce2dc; border-radius: 12px; background: white; box-shadow: 0 4px 14px rgba(20,33,61,.08); }
.preview-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; color: #68726c; font-size: .58rem; font-weight: 750; text-transform: uppercase; }
.preview-card .status { padding: 3px 6px; border-radius: 6px; color: #9b451f; background: var(--orange-soft); }
.preview-card > strong, .preview-card > span { display: block; }
.preview-card > strong { font-size: .82rem; }
.preview-card > span { color: #6c756f; font-size: .65rem; }
.preview-card > div:last-child { display: flex; justify-content: space-between; margin-top: 10px; padding-top: 8px; border-top: 1px solid #edf0ed; font-size: .67rem; }
.preview-card b { color: var(--orange-dark); }
.publish-status { display: flex; align-items: center; gap: 9px; width: 86%; padding: 10px 12px; border-radius: 12px; background: #17473b; color: white; font-size: .67rem; }
.publish-status__icon { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: #54c692; }
.publish-status strong, .publish-status span { display: block; }
.publish-status div > span { color: #acd8c7; font-size: .58rem; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(20,33,61,.08); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 14px 34px rgba(20,33,61,.13); }
.floating-card > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: var(--orange-soft); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .76rem; }
.floating-card small { color: var(--muted); font-size: .63rem; }
.floating-card--one { top: 57px; left: -9px; animation: float 4s ease-in-out infinite; }
.floating-card--two { right: -17px; bottom: 59px; animation: float 4.6s .8s ease-in-out infinite; }
@keyframes float { 50% { transform: translateY(-9px); } }

.audience-strip { border-top: 1px solid #eee6df; border-bottom: 1px solid #eee6df; background: white; }
.audience-strip__inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; }
.audience-strip__inner > span { color: #828995; font-size: .77rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.audience-strip__inner > div { display: flex; align-items: center; gap: 28px; }
.audience-strip b { font-size: 1.02rem; }
.audience-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }

.section { padding: 112px 0; }
.section-heading { max-width: 690px; margin-bottom: 52px; }
.section-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 100px; }
.section-heading h2 { margin-bottom: 22px; font-size: clamp(2.4rem, 4.3vw, 4rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p:last-child, .section-heading--split > p { color: var(--muted); font-size: 1.04rem; line-height: 1.8; }
.problem { background: white; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem-card { position: relative; min-height: 300px; padding: 34px 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.problem-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(20,33,61,.08); }
.problem-card__number { position: absolute; right: 24px; top: 20px; color: #e5e8ec; font-size: 3.2rem; font-weight: 850; line-height: 1; }
.icon-box { display: grid; width: 52px; height: 52px; margin-bottom: 58px; place-items: center; border-radius: 15px; color: var(--orange-dark); background: var(--orange-soft); font-size: 1.4rem; }
.problem-card:nth-child(2) .icon-box { color: var(--green); background: var(--green-soft); }
.problem-card:nth-child(3) .icon-box { color: #476bd1; background: var(--blue-soft); }
.problem-card h3 { margin-bottom: 10px; font-size: 1.3rem; }
.problem-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }

.value { background: var(--cream); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 34px; }
.value-card { position: relative; min-height: 255px; padding: 34px 30px; overflow: hidden; border: 1px solid rgba(20,33,61,.09); border-radius: var(--radius); background: white; }
.value-card__number { display: inline-grid; width: 36px; height: 36px; margin-bottom: 46px; place-items: center; border-radius: 50%; color: var(--orange-dark); background: var(--orange-soft); font-size: .72rem; font-weight: 850; }
.value-card:nth-child(2) .value-card__number { color: #3055bd; background: var(--blue-soft); }
.value-card:nth-child(3) .value-card__number { color: var(--green); background: var(--green-soft); }
.value-card h3 { max-width: 260px; margin-bottom: 12px; font-size: 1.3rem; }
.value-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.comparison { overflow-x: auto; border: 1px solid rgba(20,33,61,.1); border-radius: 24px; background: white; box-shadow: 0 18px 45px rgba(20,33,61,.05); }
.comparison__row { display: grid; min-width: 800px; grid-template-columns: 1.15fr 1fr 1fr 1.08fr; }
.comparison__row + .comparison__row { border-top: 1px solid var(--line); }
.comparison__row > * { padding: 20px 22px; }
.comparison__row strong { font-size: .84rem; }
.comparison__row span { border-left: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.comparison__head { background: #f7f7f5; }
.comparison__head > * { color: var(--ink); font-size: .72rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.comparison__pronto { color: var(--ink) !important; background: #fff4ee; font-weight: 750; }

.workflow { background: #f7f7f5; }
.steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 22px; }
.step { position: relative; padding: 26px; border-radius: var(--radius); background: white; box-shadow: 0 14px 38px rgba(20,33,61,.05); }
.step__badge { position: absolute; top: 18px; right: 18px; display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: white; background: var(--ink); font-size: .78rem; font-weight: 800; }
.step__art { height: 150px; margin-bottom: 24px; display: grid; place-items: center; border-radius: 17px; background: var(--cream); }
.step__art--message { position: relative; padding: 26px; }
.mini-bubble { padding: 13px 16px; border-radius: 15px 15px 4px 15px; background: #d9fdd3; box-shadow: 0 4px 10px rgba(20,33,61,.08); font-size: .72rem; }
.mini-send { position: absolute; right: 26px; bottom: 25px; color: var(--green); }
.step__art--review { display: flex; flex-direction: column; align-items: stretch; gap: 8px; padding: 30px; }
.step__art--review span { height: 7px; border-radius: 9px; background: #d9dde5; }
.step__art--review span:nth-child(2) { width: 78%; }
.step__art--review span:nth-child(3) { width: 58%; }
.step__art--review b { width: max-content; margin-top: 8px; padding: 6px 10px; border-radius: 7px; color: #a1421e; background: var(--orange-soft); font-size: .64rem; }
.step__art--live { display: flex; flex-direction: column; }
.step__art--live i { display: grid; width: 42px; height: 42px; margin-bottom: 8px; place-items: center; border-radius: 50%; color: white; background: var(--green); font-style: normal; }
.step__art--live b { font-size: .9rem; }
.step__art--live small { color: var(--muted); }
.step h3 { margin-bottom: 8px; font-size: 1.25rem; }
.step p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.step-arrow { color: #bdc3cc; font-size: 1.8rem; }

.industries { background: var(--cream); }
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.industry-card { padding: 32px; border: 1px solid rgba(20,33,61,.08); border-radius: 28px; background: white; }
.industry-card__top { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; }
.industry-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; font-size: 1.4rem; }
.industry-card--restaurant .industry-icon { color: #a6441f; background: var(--orange-soft); }
.industry-card--retail .industry-icon { color: #3055bd; background: var(--blue-soft); }
.industry-card--church .industry-icon { color: #147650; background: var(--green-soft); }
.industry-label { font-size: .76rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.industry-card h3 { min-height: 83px; margin-bottom: 24px; font-size: 1.35rem; line-height: 1.42; }
.industry-card ul { display: grid; gap: 9px; padding: 0 0 26px; margin: 0 0 24px; border-bottom: 1px solid var(--line); list-style: none; color: var(--muted); font-size: .9rem; }
.industry-card li::before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 800; }
.industry-card__example { margin: 0; color: #4f5968; font-family: Georgia, serif; font-size: .9rem; font-style: italic; }

.control { overflow: hidden; color: white; background: var(--ink); }
.control__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.control__copy h2 { margin-bottom: 22px; font-size: clamp(2.6rem, 4.6vw, 4.2rem); line-height: 1.06; letter-spacing: -.05em; }
.control__copy > p { color: #b9c2d1; }
.control-list { margin-top: 38px; }
.control-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.12); }
.control-list > div > span { color: #ff9a75; font-size: .7rem; font-weight: 800; }
.control-list p { margin: 0; color: #aeb8c7; font-size: .9rem; }
.control-list strong { display: block; margin-bottom: 3px; color: white; font-size: 1rem; }
.control__panel { position: relative; }
.control__panel::before { content: ""; position: absolute; width: 420px; height: 420px; top: -60px; right: -110px; border-radius: 50%; background: rgba(255,107,53,.15); filter: blur(2px); }
.audit-window { position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: white; color: var(--ink); box-shadow: 0 32px 80px rgba(0,0,0,.3); }
.audit-window__bar { display: flex; align-items: center; gap: 6px; padding: 15px 20px; background: #f5f6f8; border-bottom: 1px solid #e8eaef; }
.audit-window__bar span { width: 8px; height: 8px; border-radius: 50%; background: #d6dae0; }
.audit-window__bar span:first-child { background: #ff8062; }
.audit-window__bar span:nth-child(2) { background: #ffc557; }
.audit-window__bar span:nth-child(3) { background: #5bd09c; }
.audit-window__bar b { margin-left: auto; margin-right: auto; font-size: .72rem; }
.audit-row { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 13px; padding: 23px 25px; }
.audit-row strong, .audit-row span { display: block; }
.audit-row strong { font-size: .88rem; }
.audit-row span, .audit-row time { color: #818896; font-size: .7rem; }
.audit-icon { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 12px; font-style: normal; }
.audit-icon--orange { color: #b7431d; background: var(--orange-soft); }
.audit-icon--green { color: var(--green); background: var(--green-soft); }
.audit-icon--blue { color: #365ec7; background: var(--blue-soft); }
.audit-line { height: 19px; width: 2px; margin: -10px 0 -10px 43px; background: #e2e5ea; }
.audit-summary { display: flex; align-items: center; justify-content: space-between; padding: 18px 25px; background: #f7f8fa; border-top: 1px solid #e8eaef; font-size: .75rem; }
.audit-summary b { color: var(--green); }
.control-seal { position: absolute; z-index: 2; right: -27px; bottom: -26px; display: flex; align-items: center; gap: 10px; padding: 13px 18px; border-radius: 14px; color: var(--ink); background: var(--green-soft); box-shadow: 0 18px 40px rgba(0,0,0,.22); font-size: .76rem; font-weight: 750; }
.control-seal span { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; color: white; background: var(--green); }

.included { background: white; }
.included__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.included-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.included-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; }
.included-list > div > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: var(--green); background: var(--green-soft); font-size: .7rem; font-weight: 850; }
.included-list p { margin: 0; color: var(--muted); font-size: .84rem; }
.included-list strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: .94rem; }

.pricing { background: #f7f7f5; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 20px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 34px 30px 28px; border: 1px solid #dde0e5; border-radius: 26px; background: white; }
.price-card--featured { border: 2px solid var(--orange); box-shadow: 0 22px 52px rgba(255,107,53,.14); transform: translateY(-10px); }
.popular { position: absolute; top: -15px; left: 50%; padding: 7px 15px; border-radius: 99px; color: white; background: var(--orange-dark); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
.price-card__name { margin-bottom: 12px; font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.price { margin-bottom: 12px; font-size: 3.6rem; font-weight: 850; letter-spacing: -.06em; line-height: 1; }
.price sup { top: -.9em; margin-right: 2px; font-size: 1.2rem; }
.price small { margin-left: 5px; color: var(--muted); font-size: .78rem; font-weight: 600; letter-spacing: 0; }
.price-card__fit { min-height: 68px; margin-bottom: 22px; color: var(--muted); font-size: .9rem; }
.price-card ul { display: grid; flex: 1; gap: 11px; padding: 22px 0; margin: 0 0 24px; border-top: 1px solid var(--line); list-style: none; font-size: .88rem; }
.price-card li::before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 850; }
.setup { margin-top: 12px; color: #7c8490; text-align: center; }
.annual-price { min-height: 21px; margin: -4px 0 16px; color: var(--green); font-size: .78rem; font-weight: 750; }
.addons { margin-top: 44px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 18px 45px rgba(20,33,61,.06); }
.addons__heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.addons__heading .eyebrow { margin: 0; }
.addons__heading h3 { max-width: 560px; font-size: clamp(1.35rem, 2.2vw, 2rem); letter-spacing: -.035em; text-align: right; }
.addon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.addon-grid article { display: flex; min-height: 132px; flex-direction: column; padding: 18px; border-radius: 15px; background: #f7f7f5; }
.addon-grid strong { color: var(--muted); font-size: .77rem; }
.addon-grid b { margin: 8px 0 4px; color: var(--ink); font-size: 1.45rem; }
.addon-grid b small { font-size: .7rem; }
.addon-grid span { margin-top: auto; color: #737c89; font-size: .72rem; line-height: 1.4; }
.addons__promise { margin: 20px 0 0; color: var(--muted); font-size: .82rem; text-align: center; }
.addons__promise strong { color: var(--ink); }

.pricing-note { max-width: 760px; margin: 35px auto 0; color: #7c8490; text-align: center; font-size: .78rem; }

.pilot { padding-top: 90px; padding-bottom: 90px; background: white; }
.pilot__box { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; padding: 58px; border-radius: 30px; color: white; background: var(--orange-dark); box-shadow: 0 24px 60px rgba(255,107,53,.22); }
.pilot__box h2 { margin-bottom: 18px; font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1.08; letter-spacing: -.045em; }
.pilot__box > div > p:last-child { margin: 0; color: white; }
.pilot__aside { padding: 28px; border-radius: 20px; background: rgba(128,38,8,.22); }
.pilot__aside strong, .pilot__aside > span { display: block; }
.pilot__aside > span { margin: 3px 0 13px; font-size: 1.9rem; font-weight: 850; }
.pilot__aside p { color: white; font-size: .85rem; }
.pilot__aside .button { width: 100%; margin-top: 8px; font-size: .8rem; }

.faq { background: var(--cream); }
.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.accordion details { border-top: 1px solid #dcd6d0; }
.accordion details:last-child { border-bottom: 1px solid #dcd6d0; }
.accordion summary { position: relative; padding: 23px 42px 23px 0; cursor: pointer; list-style: none; font-weight: 750; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 6px; top: 50%; color: var(--orange); font-size: 1.5rem; font-weight: 400; transform: translateY(-50%); }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { padding: 0 40px 23px 0; margin: 0; color: var(--muted); font-size: .93rem; }

.footer { padding: 58px 0 24px; background: white; }
.footer__top { display: flex; justify-content: space-between; padding-bottom: 42px; }
.footer__top img { width: 180px; margin-bottom: 15px; }
.footer__top p { max-width: 340px; margin: 0; color: var(--muted); font-size: .85rem; }
.footer__links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 38px; font-size: .85rem; font-weight: 700; }
.footer__bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); color: #858c97; font-size: .72rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal--delay { transition-delay: .1s; }
.reveal--delay-2 { transition-delay: .2s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .hero__grid { gap: 36px; }
  .hero__visual { min-height: 520px; }
  .section-heading--split, .control__grid, .included__grid, .faq__grid { gap: 55px; }
  .industry-card { padding: 26px; }
  .industry-card h3 { min-height: 108px; }
}

@media (max-width: 820px) {
  .menu-button { display: flex; }
  .site-nav { position: fixed; inset: 116px 20px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 15px 12px; }
  .site-nav .button { margin-top: 8px; }
  .hero { padding-top: 58px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { text-align: center; }
  .hero__copy .eyebrow, .hero__actions, .hero__checks { justify-content: center; }
  .hero__lead { margin-right: auto; margin-left: auto; }
  .hero__visual { width: min(100%, 560px); margin: 0 auto; }
  .section-heading--split, .control__grid, .included__grid, .faq__grid { grid-template-columns: 1fr; }
  .section-heading--split { gap: 14px; }
  .problem-grid, .value-grid, .industry-grid, .pricing-grid { grid-template-columns: 1fr; }
  .addon-grid { grid-template-columns: repeat(2, 1fr); }
  .problem-card { min-height: 250px; }
  .icon-box { margin-bottom: 35px; }
  .steps { grid-template-columns: 1fr; }
  .step-arrow { transform: rotate(90deg); text-align: center; }
  .industry-card h3 { min-height: auto; }
  .control__panel { width: min(100% - 20px, 570px); margin: 0 auto; }
  .price-card--featured { transform: none; }
  .pilot__box { grid-template-columns: 1fr; padding: 42px; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .announcement { min-height: 46px; font-size: .72rem; }
  .nav-wrap { height: 70px; }
  .site-nav { inset: 123px 14px auto; }
  .brand img { width: 166px; }
  .hero { padding: 48px 0 68px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.1rem); }
  .hero__lead { font-size: 1rem; }
  .hero__actions { flex-direction: column; gap: 10px; }
  .hero__actions .button { width: 100%; }
  .hero__checks { display: grid; justify-content: start; width: max-content; margin: 0 auto; text-align: left; }
  .hero__visual { min-height: 500px; }
  .phone { width: 330px; border-width: 6px; }
  .phone__body { min-height: 422px; }
  .floating-card--one { left: -4px; top: 48px; }
  .floating-card--two { right: -3px; bottom: 35px; }
  .audience-strip__inner { flex-direction: column; gap: 12px; padding: 20px 0; }
  .audience-strip__inner > div { gap: 13px; }
  .audience-strip b { font-size: .86rem; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: 2.45rem; }
  .included-list, .addon-grid { grid-template-columns: 1fr; }
  .addons { padding: 24px 18px; }
  .addons__heading { display: block; }
  .addons__heading h3 { margin-top: 10px; text-align: left; }
  .control-seal { right: -8px; }
  .audit-row { padding: 20px 17px; }
  .pilot { padding: 60px 0; }
  .pilot__box { padding: 30px 24px; border-radius: 24px; }
  .footer__top, .footer__bottom { flex-direction: column; gap: 28px; }
  .footer__links { margin-top: 8px; }
}

@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; }
}
