:root {
  --ink: #160c1d;
  --plum: #21122e;
  --plum-2: #30173f;
  --coral: #ff695f;
  --coral-dark: #ed544a;
  --ivory: #fff7ea;
  --cream: #f6ecdf;
  --lilac: #ddceff;
  --mint: #baf6d6;
  --white: #fffdf9;
  --muted: #756d78;
  --line: rgba(28, 14, 35, .14);
  --radius: 28px;
  --shadow: 0 28px 80px rgba(25, 10, 32, .16);
  --font: Manrope, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
[hidden] { display: none !important; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--font); line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; padding: 10px 16px; background: var(--coral); color: var(--ink); z-index: 200; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; inset: 0 0 auto; height: 88px; z-index: 30; color: var(--white); }
.nav-shell { width: min(1240px, calc(100% - 40px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 10px; align-items: center; font-size: 1.42rem; font-weight: 850; letter-spacing: -.04em; }
.brand-mark { width: 36px; height: 36px; fill: var(--coral); overflow: visible; }
.brand-spark { fill: none; stroke: var(--plum); stroke-width: 3.5; stroke-linecap: round; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: .9rem; font-weight: 700; }
.primary-nav > a { opacity: .82; transition: opacity .2s ease; }
.primary-nav > a:hover { opacity: 1; }
.nav-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; padding: 11px; }
.nav-toggle span { display: block; height: 2px; background: currentColor; margin: 6px 0; transition: transform .25s ease; }

.button { border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 24px; font-weight: 850; letter-spacing: -.02em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 20px; font-size: .88rem; }
.button-dark { background: var(--white); color: var(--ink); }
.button-coral { background: var(--coral); color: var(--ink); box-shadow: 0 14px 35px rgba(255, 105, 95, .23); }
.button-coral:hover { background: #ff7a70; box-shadow: 0 17px 42px rgba(255, 105, 95, .31); }
.button-ivory { background: var(--ivory); color: var(--plum); }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 820; background: none; border: 0; cursor: pointer; padding: 10px 0; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }

.hero { min-height: 820px; position: relative; overflow: hidden; padding: 146px 0 74px; color: var(--white); background: var(--plum); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 13% 70%, rgba(255,105,95,.17), transparent 29%), radial-gradient(circle at 78% 18%, rgba(221,206,255,.13), transparent 30%), linear-gradient(135deg, #1b0c26, #281236 62%, #35183e); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.15'/%3E%3C/svg%3E"); }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 18px; }
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; font-size: .72rem; font-weight: 850; letter-spacing: .15em; color: rgba(255,255,255,.72); }
.eyebrow span { width: 24px; height: 2px; background: var(--coral); }
.eyebrow.coral-text { color: #a6443e; }
.eyebrow.light { color: rgba(255,255,255,.62); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin: 24px 0 25px; font-size: clamp(4.3rem, 6.2vw, 7rem); line-height: .89; letter-spacing: -.075em; font-weight: 850; }
h1 em { display: block; color: var(--coral); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.hero-lede { max-width: 590px; margin-bottom: 28px; color: rgba(255,255,255,.72); font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin: 34px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.7); font-size: .78rem; font-weight: 700; }
.hero-proof span { color: var(--mint); margin-right: 5px; }
.hero-visual { position: relative; min-width: 0; }
.image-shell { height: 620px; border-radius: 180px 24px 180px 24px; overflow: hidden; box-shadow: 0 36px 90px rgba(0,0,0,.33); border: 1px solid rgba(255,255,255,.16); }
.image-shell img { width: 100%; height: 100%; object-fit: cover; object-position: 59% center; }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; min-width: 190px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.35); border-radius: 17px; background: rgba(255,255,255,.88); color: var(--ink); box-shadow: 0 18px 50px rgba(16,4,24,.21); backdrop-filter: blur(14px); animation: float 5s ease-in-out infinite; }
.float-card small { display: block; margin-bottom: 2px; font-size: .55rem; letter-spacing: .12em; color: #7c6c7e; }
.float-card strong { display: block; font-size: .76rem; }
.float-icon, .avatar { flex: 0 0 auto; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; font-weight: 900; }
.float-icon.coral { background: var(--coral); color: var(--plum); }
.avatar { background: var(--lilac); color: var(--plum); }
.float-order { right: -22px; top: 70px; }
.float-reply { left: -35px; bottom: 90px; animation-delay: -2s; }
.float-chip { position: absolute; right: 12px; bottom: 52px; z-index: 4; padding: 9px 13px; background: rgba(28,14,37,.78); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; backdrop-filter: blur(12px); font-size: .66rem; font-weight: 780; }
.float-chip span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(186,246,214,.13); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .7; }
.hero-orb-one { width: 140px; height: 140px; background: var(--coral); right: -85px; top: 30%; }
.hero-orb-two { width: 40px; height: 40px; background: var(--lilac); left: 48%; bottom: 8%; }
@keyframes float { 50% { transform: translateY(-10px); } }

.proof-bar { background: var(--coral); color: var(--ink); }
.proof-grid { min-height: 126px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.proof-grid div { display: flex; justify-content: center; flex-direction: column; padding: 22px 28px; border-right: 1px solid rgba(31,15,38,.18); }
.proof-grid div:first-child { border-left: 1px solid rgba(31,15,38,.18); }
.proof-grid strong { display: block; font-size: 1.02rem; letter-spacing: -.035em; }
.proof-grid span { max-width: 205px; margin-top: 5px; font-size: .72rem; line-height: 1.45; opacity: .68; }

.section { padding: 120px 0; }
.section-heading { margin-bottom: 55px; }
.section-heading.centered { max-width: 790px; margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .workflow-copy h2, .pricing-copy h2, .faq-heading h2 { margin: 18px 0; font-size: clamp(2.6rem, 4.5vw, 4.6rem); line-height: 1.01; letter-spacing: -.065em; }
.section-heading p, .workflow-copy > p, .pricing-copy > p, .faq-heading > p { color: var(--muted); font-size: 1rem; line-height: 1.72; }
.intro-section { background: var(--white); }
.bento-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.feature-card { min-height: 320px; position: relative; overflow: hidden; padding: 34px; border-radius: var(--radius); }
.feature-card h3 { margin: 35px 0 14px; font-size: 2rem; line-height: 1.05; letter-spacing: -.055em; }
.feature-card p { max-width: 450px; color: rgba(22,12,29,.68); line-height: 1.65; }
.feature-card.aubergine { grid-row: span 2; min-height: 658px; display: flex; flex-direction: column; justify-content: space-between; background: var(--plum); color: var(--white); }
.feature-card.aubergine p { color: rgba(255,255,255,.66); }
.feature-card.ivory { background: var(--cream); }
.feature-card.coral-card { background: var(--coral); }
.feature-card.mint-card { background: var(--mint); }
.card-number { font-size: .66rem; font-weight: 850; letter-spacing: .16em; opacity: .48; }
.feature-icon { position: absolute; right: 26px; top: 26px; display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 50%; font-size: 1.35rem; }
.mini-chat { align-self: flex-end; width: min(430px, 94%); margin-top: 40px; padding: 18px; border: 1px solid rgba(255,255,255,.17); border-radius: 24px; background: rgba(255,255,255,.08); transform: rotate(-2deg); box-shadow: 0 26px 60px rgba(0,0,0,.2); }
.chat-top { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.chat-top strong, .chat-top small { display: block; }
.chat-top strong { font-size: .8rem; }
.chat-top small { font-size: .62rem; color: rgba(255,255,255,.5); }
.chat-top i { width: 7px; height: 7px; margin-left: auto; border-radius: 50%; background: var(--mint); }
.bubble { max-width: 85%; margin: 9px 0; padding: 11px 14px; border-radius: 15px; font-size: .74rem; line-height: 1.45; }
.bubble.customer { margin-left: auto; border-bottom-right-radius: 4px; background: var(--coral); color: var(--ink); }
.bubble.assistant { border-bottom-left-radius: 4px; background: var(--white); color: var(--ink); }
.typing { display: flex; gap: 3px; width: max-content; padding: 8px 11px; border-radius: 12px; background: rgba(255,255,255,.12); }
.typing span { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.7); }
.intent-meter { height: 8px; margin-top: 40px; overflow: hidden; border-radius: 99px; background: rgba(30,16,37,.11); }
.intent-meter span { display: block; width: var(--score); height: 100%; border-radius: inherit; background: var(--coral); }
.meter-label { display: flex; justify-content: space-between; margin-top: 10px; color: var(--muted); }
.meter-label b { color: var(--ink); }
.handoff-row { display: flex; align-items: center; gap: 12px; margin-top: 34px; padding: 13px; border-radius: 16px; background: rgba(255,255,255,.48); font-size: .72rem; }
.handoff-row > span { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; background: var(--plum); color: var(--white); font-weight: 800; }
.handoff-row .human-avatar { background: var(--ivory); color: var(--ink); }
.handoff-row i { font-style: normal; opacity: .5; }
.handoff-row strong { margin-left: auto; }
.sparkline { width: 100%; margin-top: 24px; overflow: visible; }
.grid-line { stroke: rgba(25,10,32,.11); stroke-width: 1; }
.area { fill: rgba(33,18,46,.09); }
.line { fill: none; stroke: var(--plum); stroke-width: 4; stroke-linecap: round; }

.workflow-section { background: var(--plum); color: var(--white); }
.split-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.split-heading p { color: rgba(255,255,255,.58); }
.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.17); }
.step { min-height: 340px; padding: 28px 24px 10px; border-right: 1px solid rgba(255,255,255,.17); }
.step:first-child { border-left: 1px solid rgba(255,255,255,.17); }
.step > span { font-size: .66rem; letter-spacing: .14em; color: rgba(255,255,255,.35); }
.step-icon { display: grid; place-items: center; width: 64px; height: 64px; margin: 55px 0 36px; border-radius: 22px; background: var(--coral); color: var(--plum); font-size: 1.7rem; transform: rotate(-6deg); }
.step:nth-child(2) .step-icon { background: var(--lilac); transform: rotate(5deg); }
.step:nth-child(3) .step-icon { background: var(--mint); }
.step:nth-child(4) .step-icon { background: var(--ivory); transform: rotate(6deg); }
.step h3 { margin-bottom: 12px; font-size: 1.28rem; letter-spacing: -.035em; }
.step p { color: rgba(255,255,255,.52); font-size: .85rem; line-height: 1.65; }

.image-feature-section { background: var(--cream); }
.image-feature-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 74px; align-items: center; }
.workflow-image { position: relative; min-width: 0; }
.workflow-image picture { display: block; overflow: hidden; border-radius: 34px 130px 34px 34px; box-shadow: var(--shadow); }
.workflow-image img { width: 100%; min-height: 620px; object-fit: cover; object-position: 45% center; }
.image-caption { position: absolute; left: 24px; bottom: 24px; padding: 11px 16px; border-radius: 999px; color: var(--white); background: rgba(25,10,32,.77); backdrop-filter: blur(12px); font-size: .72rem; font-weight: 780; }
.image-caption span { color: var(--mint); margin-right: 8px; }
.capability-list { margin-top: 38px; }
.capability-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 22px 0; border-top: 1px solid var(--line); }
.capability-list > div:last-child { border-bottom: 1px solid var(--line); }
.capability-list span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--coral); font-size: .65rem; font-weight: 850; }
.capability-list p { margin: 0; color: var(--muted); font-size: .85rem; }
.capability-list strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: .96rem; }

.use-cases-section { background: var(--white); }
.industry-tabs { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 24px; }
.industry-tab { border: 1px solid var(--line); border-radius: 999px; background: transparent; padding: 11px 18px; color: var(--muted); cursor: pointer; font-weight: 750; }
.industry-tab.active { background: var(--plum); color: var(--white); border-color: var(--plum); }
.industry-panel { display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: center; min-height: 330px; padding: 50px; border-radius: 34px; background: var(--lilac); transition: background .25s ease; }
.industry-panel h3 { max-width: 650px; margin: 12px 0 16px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.04; letter-spacing: -.06em; }
.industry-panel > div > p { max-width: 560px; color: rgba(22,12,29,.67); }
.industry-kicker { font-size: .68rem; font-weight: 850; letter-spacing: .14em; }
.industry-example { padding: 28px; border-radius: 22px; background: rgba(255,255,255,.58); }
.industry-example small { font-weight: 850; letter-spacing: .13em; opacity: .55; }
.industry-example > p { margin: 18px 0 25px; font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.25; }
.industry-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.industry-tags span { padding: 7px 10px; border-radius: 999px; background: var(--white); font-size: .65rem; font-weight: 750; }

.pricing-section { position: relative; overflow: hidden; background: var(--plum); color: var(--white); }
.pricing-section::before { content: ""; position: absolute; width: 420px; height: 420px; right: -200px; bottom: -190px; border-radius: 50%; border: 65px solid rgba(255,105,95,.16); }
.pricing-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.pricing-copy > p { color: rgba(255,255,255,.62); margin-bottom: 30px; }
.wallet-card { position: relative; padding: 34px; border: 1px solid rgba(255,255,255,.19); border-radius: 34px; background: linear-gradient(140deg, rgba(255,255,255,.12), rgba(255,255,255,.035)); box-shadow: 0 38px 90px rgba(0,0,0,.25); backdrop-filter: blur(15px); }
.wallet-top { display: flex; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.13); font-size: .76rem; font-weight: 780; }
.secure-dot { color: var(--mint); font-size: .65rem; }
.wallet-balance { padding: 36px 0; }
.wallet-balance small { display: block; margin-bottom: 8px; letter-spacing: .14em; color: rgba(255,255,255,.42); font-size: .62rem; font-weight: 850; }
.wallet-balance strong { display: block; font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.07em; }
.wallet-balance p { margin: 10px 0 0; color: rgba(255,255,255,.48); }
.wallet-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 10px; align-items: center; padding: 20px; border-radius: 22px; background: rgba(0,0,0,.14); }
.wallet-flow > div { display: flex; align-items: center; gap: 9px; }
.wallet-flow span { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 auto; border-radius: 50%; background: var(--coral); color: var(--plum); font-size: .66rem; font-weight: 850; }
.wallet-flow p { margin: 0; color: rgba(255,255,255,.42); font-size: .62rem; }
.wallet-flow strong { display: block; color: var(--white); font-size: .72rem; }
.wallet-flow i { color: rgba(255,255,255,.25); font-style: normal; }
.wallet-note { margin-top: 19px; color: rgba(255,255,255,.54); font-size: .72rem; }
.wallet-note span { color: var(--mint); margin-right: 7px; }

.faq-section { background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 95px; align-items: start; }
.dark-link { color: var(--ink); }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 26px 0; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; font-weight: 800; }
.faq-item button i { position: relative; width: 22px; height: 22px; flex: 0 0 auto; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 3px; top: 10px; width: 16px; height: 2px; background: var(--ink); transition: transform .25s ease; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item.open button i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); line-height: 1.7; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 45px 26px 0; }

.final-cta { position: relative; overflow: hidden; padding: 110px 0; background: var(--coral); text-align: center; }
.final-cta-inner { position: relative; z-index: 2; }
.cta-label { display: inline-block; margin-bottom: 20px; font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.final-cta h2 { max-width: 830px; margin: 0 auto 18px; font-size: clamp(3.2rem, 7vw, 6.6rem); line-height: .92; letter-spacing: -.08em; }
.final-cta p { max-width: 620px; margin: 0 auto 30px; color: rgba(22,12,29,.67); }
.cta-orb { position: absolute; width: 470px; height: 470px; top: -300px; left: calc(50% - 235px); border: 70px solid rgba(255,247,234,.16); border-radius: 50%; }

.site-footer { padding: 80px 0 24px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .65fr 1fr; gap: 55px; }
.footer-brand { margin-bottom: 17px; }
.footer-grid > div > p, .footer-note p { color: rgba(255,255,255,.45); font-size: .78rem; }
.footer-links { display: flex; flex-direction: column; gap: 12px; font-size: .78rem; }
.footer-links strong { margin-bottom: 6px; color: rgba(255,255,255,.42); font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a, .footer-links button { padding: 0; border: 0; background: none; color: var(--white); text-align: left; cursor: pointer; }
.footer-note { padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; }
.footer-note span { color: var(--mint); font-size: .72rem; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 66px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.34); font-size: .65rem; }

.demo-dialog { width: min(760px, calc(100% - 28px)); max-height: calc(100vh - 30px); overflow-y: auto; padding: 38px; border: 0; border-radius: 30px; color: var(--ink); background: var(--ivory); box-shadow: 0 40px 120px rgba(10,3,15,.42); }
.demo-dialog::backdrop { background: rgba(15,6,21,.72); backdrop-filter: blur(6px); }
.dialog-close { position: absolute; right: 22px; top: 18px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(31,15,38,.07); cursor: pointer; font-size: 1.5rem; }
.dialog-copy { padding-right: 42px; }
.dialog-copy h2 { margin: 15px 0 10px; font-size: 2.8rem; line-height: .98; letter-spacing: -.06em; }
.dialog-copy > p { color: var(--muted); }
.demo-form { display: grid; gap: 16px; margin-top: 25px; }
.honey-field { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.demo-form label { display: grid; gap: 7px; font-size: .72rem; font-weight: 800; }
.demo-form input, .demo-form textarea, .demo-form select { width: 100%; border: 1px solid var(--line); border-radius: 12px; outline: 0; padding: 13px 14px; color: var(--ink); background: var(--white); font: inherit; font-size: .85rem; transition: border .2s ease, box-shadow .2s ease; }
.demo-form input:focus, .demo-form textarea:focus, .demo-form select:focus { border-color: var(--coral); box-shadow: 0 0 0 4px rgba(255,105,95,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.demo-form small { color: var(--muted); font-size: .62rem; }
.form-progress { display: grid; grid-template-columns: 30px 1fr 30px 1fr 30px 1fr 30px; align-items: center; width: min(390px, 100%); margin: 4px 0 9px; }
.form-progress span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: var(--cream); font-size: .65rem; font-weight: 900; transition: .2s ease; }
.form-progress span.active { border-color: var(--coral); color: var(--ink); background: var(--coral); }
.form-progress i { height: 1px; background: var(--line); }
.form-step { display: grid; gap: 17px; }
.form-step[hidden] { display: none; }
.form-step-heading { margin-bottom: 2px; }
.form-step-heading small { font-weight: 900; letter-spacing: .14em; color: #a6443e; }
.form-step-heading h3 { margin: 5px 0 4px; font-size: 1.55rem; letter-spacing: -.045em; }
.form-step-heading p { margin: 0; color: var(--muted); font-size: .78rem; }
.form-next { justify-self: end; margin-top: 4px; }
.choice-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.choice-fieldset legend { width: 100%; margin-bottom: 9px; color: var(--ink); font-size: .76rem; font-weight: 820; }
.choice-group { display: grid; gap: 8px; }
.choice-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.choice-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.choice { position: relative; display: block !important; cursor: pointer; }
.choice input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.choice span { display: flex; align-items: center; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: var(--white); font-size: .72rem; font-weight: 760; transition: border .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.choice input:checked + span { border-color: var(--coral); color: var(--ink); background: rgba(255,105,95,.12); box-shadow: inset 0 0 0 1px var(--coral); }
.choice input:focus-visible + span { outline: 3px solid rgba(255,105,95,.25); outline-offset: 2px; }
.form-step-actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 3px; }
.form-back { padding: 10px 0; border: 0; color: var(--muted); background: none; cursor: pointer; font-weight: 800; }
.optional-note span { color: var(--muted); font-weight: 500; }
.booking-note { display: grid; gap: 4px; padding: 14px 16px; border: 1px solid rgba(31,15,38,.1); border-radius: 14px; background: var(--cream); font-size: .75rem; }
.booking-note span { color: var(--muted); }
.booking-fields { align-items: end; }
.consent-note { display: block; margin-top: -6px; }
.form-error { padding: 11px 13px; border: 1px solid rgba(190,54,44,.25); border-radius: 12px; color: #8e2d27; background: rgba(255,105,95,.1); font-size: .72rem; font-weight: 750; }
.demo-form button[disabled] { cursor: wait; opacity: .68; transform: none; }
.form-success { padding: 45px 0 15px; text-align: center; }
.success-icon { display: grid; place-items: center; width: 74px; height: 74px; margin: auto; border-radius: 50%; background: var(--mint); font-size: 2rem; font-weight: 900; }
.form-success h3 { margin: 20px 0 10px; font-size: 2.2rem; }
.form-success p { max-width: 430px; margin: 0 auto 25px; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal-late { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .primary-nav { gap: 20px; }
  .hero { min-height: 760px; }
  .hero-grid { gap: 28px; }
  .image-shell { height: 540px; }
  .float-order { right: -5px; }
  .float-reply { left: -8px; }
  .proof-grid div { padding-inline: 18px; }
  .image-feature-grid, .pricing-grid { gap: 48px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(3) { border-left: 1px solid rgba(255,255,255,.17); border-top: 1px solid rgba(255,255,255,.17); }
  .step:nth-child(4) { border-top: 1px solid rgba(255,255,255,.17); }
  .faq-grid { gap: 55px; }
}

@media (max-width: 820px) {
  .site-header { height: 74px; }
  .nav-toggle { display: block; color: var(--white); cursor: pointer; z-index: 2; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .primary-nav { position: absolute; inset: 0 0 auto; display: grid; align-content: center; gap: 23px; min-height: 100vh; padding: 105px 32px 42px; background: var(--plum); transform: translateY(-110%); transition: transform .35s ease; font-size: 1.5rem; }
  .primary-nav.open { transform: translateY(0); }
  .primary-nav .button { justify-self: start; margin-top: 10px; }
  .hero { padding-top: 122px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .hero-visual { margin-top: 20px; }
  .image-shell { height: 540px; border-radius: 110px 24px 110px 24px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid div:nth-child(3) { border-left: 1px solid rgba(31,15,38,.18); border-top: 1px solid rgba(31,15,38,.18); }
  .proof-grid div:nth-child(4) { border-top: 1px solid rgba(31,15,38,.18); }
  .bento-grid { grid-template-columns: 1fr; }
  .feature-card.aubergine { grid-row: auto; min-height: 620px; }
  .split-heading, .image-feature-grid, .pricing-grid, .faq-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 18px; }
  .workflow-copy { max-width: 650px; }
  .industry-panel { grid-template-columns: 1fr; gap: 28px; }
  .faq-heading { max-width: 620px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .container, .nav-shell { width: min(100% - 28px, 1180px); }
  .section { padding: 84px 0; }
  .hero { min-height: auto; padding: 110px 0 62px; }
  h1 { font-size: clamp(3.55rem, 17vw, 5.1rem); }
  .hero-lede { font-size: .98rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; gap: 9px; }
  .image-shell { height: 445px; border-radius: 75px 18px 75px 18px; }
  .image-shell img { object-position: 63% center; }
  .float-card { min-width: 164px; padding: 9px 11px; }
  .float-order { top: 32px; right: -6px; }
  .float-reply { bottom: 52px; left: -5px; }
  .float-chip { display: none; }
  .proof-grid { width: 100%; }
  .proof-grid div { min-height: 112px; padding: 16px 14px; }
  .proof-grid strong { font-size: .9rem; }
  .section-heading h2, .workflow-copy h2, .pricing-copy h2, .faq-heading h2 { font-size: 2.55rem; }
  .section-heading { margin-bottom: 38px; }
  .feature-card { min-height: 300px; padding: 26px; border-radius: 22px; }
  .feature-card.aubergine { min-height: 565px; }
  .feature-card h3 { font-size: 1.75rem; }
  .mini-chat { width: 100%; }
  .steps { grid-template-columns: 1fr; }
  .step, .step:first-child, .step:nth-child(3) { min-height: 280px; border-left: 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.17); }
  .step-icon { margin: 40px 0 28px; }
  .image-feature-grid { gap: 44px; }
  .workflow-image picture { border-radius: 24px 80px 24px 24px; }
  .workflow-image img { min-height: 490px; object-position: 39% center; }
  .industry-tabs { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; margin-right: -14px; padding: 0 14px 8px 0; scrollbar-width: none; }
  .industry-tab { flex: 0 0 auto; }
  .industry-panel { min-height: 430px; padding: 28px; border-radius: 24px; }
  .wallet-card { padding: 24px; border-radius: 25px; }
  .wallet-flow { padding: 15px; gap: 5px; }
  .wallet-flow > div { display: block; text-align: center; }
  .wallet-flow span { margin: 0 auto 7px; }
  .wallet-flow p { font-size: .56rem; }
  .final-cta { padding: 88px 0; }
  .final-cta h2 { font-size: 3.6rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-note { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .demo-dialog { padding: 30px 22px; border-radius: 22px; }
  .dialog-copy h2 { font-size: 2.35rem; }
  .form-row { grid-template-columns: 1fr; }
  .choice-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .choice span { min-height: 47px; }
}

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