:root {
  --ink: #07111d;
  --ink-2: #0b1727;
  --panel: #102238;
  --panel-2: #142b45;
  --paper: #f5f2e9;
  --paper-2: #ebe7dc;
  --white: #f7fbff;
  --text: #dce8f2;
  --muted: #9fb1c3;
  --paper-text: #13202b;
  --paper-muted: #596874;
  --teal: #20c7ae;
  --teal-bright: #68edd5;
  --gold: #f4aa31;
  --coral: #ff6b5c;
  --blue: #57b7ff;
  --purple: #9c7cff;
  --border: rgba(218, 235, 247, 0.14);
  --shadow: 0 30px 80px rgba(1, 9, 18, 0.32);
  --display: "Playfair Display", Georgia, serif;
  --body: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--text); background: var(--ink); font-family: var(--body); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: 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; left: 20px; top: -100px; z-index: 1000; padding: 12px 18px; border-radius: 10px; color: var(--ink); background: var(--teal-bright); font-weight: 800; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.07); background: rgba(7,17,29,.78); backdrop-filter: blur(18px); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(140deg, var(--teal) 0%, #388fea 56%, var(--gold) 110%); color: #fff; font-family: var(--body); font-weight: 800; box-shadow: 0 10px 28px rgba(32,199,174,.24); }
.brand-name { color: var(--white); font-family: var(--display); font-size: 1.42rem; font-weight: 800; letter-spacing: -.02em; }
.brand-name span { color: var(--teal-bright); }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: .86rem; font-weight: 700; color: #c0cedb; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 11px 0; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; border-radius: 2px; background: var(--teal); transition: right .22s ease; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 0 19px; border-radius: 999px; color: var(--ink); background: var(--teal-bright); box-shadow: 0 10px 24px rgba(32,199,174,.16); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--border); border-radius: 12px; color: var(--white); background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; overflow: hidden; padding: 150px 0 48px; background: linear-gradient(180deg, #07111d 0%, #091726 70%, #0d1b2b 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 620px; height: 620px; top: -220px; right: -120px; background: radial-gradient(circle, rgba(32,199,174,.2), rgba(32,199,174,0) 68%); }
.hero-orb-two { width: 520px; height: 520px; bottom: -260px; left: -170px; background: radial-gradient(circle, rgba(244,170,49,.14), rgba(244,170,49,0) 68%); }
.hero-grid { position: relative; z-index: 2; min-height: 650px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); align-items: center; gap: 58px; }
.hero-copy { padding-bottom: 34px; }
.eyebrow, .kicker { margin: 0 0 18px; color: var(--teal-bright); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 2px; border-radius: 4px; background: var(--teal); }
.hero h1 { max-width: 690px; margin: 0 0 26px; color: var(--white); font-family: var(--display); font-size: clamp(3.3rem, 6vw, 5.25rem); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { color: transparent; font-style: normal; background: linear-gradient(120deg, var(--teal-bright), var(--blue) 52%, var(--gold)); -webkit-background-clip: text; background-clip: text; }
.hero-lead { max-width: 650px; margin: 0 0 32px; color: #b8c8d6; font-size: clamp(1rem, 1.6vw, 1.18rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.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-size: .91rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: linear-gradient(120deg, var(--teal-bright), var(--teal)); box-shadow: 0 13px 32px rgba(32,199,174,.24); }
.button-primary:hover { box-shadow: 0 16px 38px rgba(32,199,174,.34); }
.button-secondary { border-color: rgba(255,255,255,.22); color: var(--white); background: rgba(255,255,255,.035); }
.button-secondary:hover { border-color: var(--teal); background: rgba(32,199,174,.08); }
.hero-promises { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 24px 0 0; padding: 0; list-style: none; color: #9eb0c0; font-size: .77rem; font-weight: 600; }
.hero-promises span { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 5px; border-radius: 50%; color: var(--ink); background: var(--teal); font-size: .65rem; }

.product-stage { position: relative; min-height: 530px; perspective: 1200px; }
.stage-glow { position: absolute; width: 90%; height: 80%; top: 8%; left: 7%; border-radius: 50%; background: radial-gradient(circle, rgba(65,148,235,.2), rgba(32,199,174,.09) 38%, transparent 70%); filter: blur(24px); }
.browser-frame { overflow: hidden; margin: 0; border: 1px solid rgba(214,237,251,.2); border-radius: 18px; background: #edf2ec; box-shadow: var(--shadow); }
.browser-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.browser-bar { min-height: 38px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 0 13px; border-bottom: 1px solid rgba(0,0,0,.09); color: #354657; background: #f6f7f8; font-size: .64rem; font-weight: 700; }
.browser-dots { display: flex; gap: 5px; }
.browser-dots i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #ff766d; }
.browser-dots i:nth-child(2) { background: #ffc85c; }
.browser-dots i:nth-child(3) { background: #55ce78; }
.demo-label { padding: 3px 8px; border-radius: 999px; color: #087969; background: #d9f5ef; }
.frame-main { position: absolute; width: 96%; height: 420px; top: 34px; right: 0; transform: rotateY(-4deg) rotateX(1deg); }
.frame-float { position: absolute; z-index: 4; width: 45%; height: 210px; left: -12px; bottom: 0; border-color: rgba(244,170,49,.38); transform: rotateY(5deg) rotateZ(-1deg); }
.browser-bar.compact { min-height: 30px; grid-template-columns: 1fr auto; }
.signal { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(32,199,174,.15); }
.automation-chip { position: absolute; z-index: 5; min-width: 166px; display: grid; grid-template-columns: auto 1fr; column-gap: 9px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; color: var(--white); background: rgba(10,26,43,.92); box-shadow: 0 18px 40px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.automation-chip .chip-icon { grid-row: 1 / span 2; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; color: var(--ink); background: var(--teal); font-size: .58rem; font-weight: 800; }
.automation-chip b { font-size: .67rem; }
.automation-chip small { color: #8da4b6; font-size: .57rem; }
.chip-one { right: -8px; top: 1px; }
.chip-two { right: -20px; bottom: 24px; }
.chip-two .chip-icon { background: var(--gold); }
.proof-strip { position: relative; z-index: 3; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px 28px; padding: 25px 28px; border-top: 1px solid rgba(255,255,255,.08); color: #a9bac8; font-size: .78rem; }
.proof-intro { color: #6f8597; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.proof-strip a { min-height: 44px; display: inline-flex; align-items: center; color: var(--white); font-weight: 700; }
.proof-strip a:hover { color: var(--teal-bright); }

.section { padding: 112px 0; }
.section-paper { color: var(--paper-text); background: var(--paper); }
.section-dark { position: relative; color: var(--text); background: #081522; }
.section-heading { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section-heading .kicker { color: #138b79; }
.section-heading h2 { margin: 0 0 20px; color: var(--paper-text); font-family: var(--display); font-size: clamp(2.35rem, 4.5vw, 4rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p:last-child { margin: 0; color: var(--paper-muted); font-size: 1rem; line-height: 1.8; }
.section-heading.light h2 { color: var(--white); }
.section-heading.light > p:last-child { color: var(--muted); }
.section-heading.light .kicker { color: var(--teal-bright); }

.outcome-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.outcome-card { position: relative; overflow: hidden; min-height: 330px; padding: 34px; border: 1px solid rgba(11,23,39,.1); border-radius: 24px; background: rgba(255,255,255,.68); box-shadow: 0 15px 40px rgba(18,30,43,.06); }
.outcome-card::after { content: ""; position: absolute; width: 210px; height: 210px; right: -85px; bottom: -110px; border-radius: 50%; opacity: .13; background: currentColor; }
.outcome-card .icon-box { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 32px; border-radius: 14px; color: currentColor; background: rgba(255,255,255,.8); box-shadow: 0 10px 24px rgba(0,0,0,.06); }
.icon-box svg, .industry-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.outcome-card .card-number { position: absolute; top: 34px; right: 34px; margin: 0; color: #81909a; font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.outcome-card h3 { margin: 0 0 10px; color: var(--paper-text); font-family: var(--display); font-size: 1.7rem; letter-spacing: -.025em; }
.outcome-card > p:not(.card-number) { max-width: 520px; margin: 0 0 20px; color: var(--paper-muted); font-size: .91rem; }
.outcome-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.outcome-card li { padding: 6px 10px; border-radius: 999px; color: #31404b; background: rgba(12,25,38,.055); font-size: .69rem; font-weight: 700; }
.outcome-teal { color: #0e9d87; background: linear-gradient(145deg, #fff, #e3f7f1); }
.outcome-gold { color: #c78010; background: linear-gradient(145deg, #fff, #fff2d6); }
.outcome-coral { color: #dc5043; background: linear-gradient(145deg, #fff, #ffe6df); }
.outcome-blue { color: #2c86cf; background: linear-gradient(145deg, #fff, #e3f0fb); }

.demo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.demo-card { overflow: hidden; border: 1px solid var(--border); border-radius: 24px; background: #0d2033; transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.demo-card:hover { transform: translateY(-5px); border-color: rgba(32,199,174,.55); box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.demo-image { aspect-ratio: 16 / 9; overflow: hidden; background: #dfe7eb; }
.demo-image img { width: 100%; height: 100%; object-fit: cover; object-position: top left; transition: transform .45s ease; }
.demo-card:hover .demo-image img { transform: scale(1.025); }
.demo-copy { padding: 26px 27px 30px; }
.demo-copy > span { display: inline-flex; margin-bottom: 12px; padding: 5px 9px; border-radius: 999px; color: var(--teal-bright); background: rgba(32,199,174,.1); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.demo-copy h3 { margin: 0 0 7px; color: var(--white); font-family: var(--display); font-size: 1.55rem; }
.demo-copy p { min-height: 48px; margin: 0 0 18px; color: var(--muted); font-size: .82rem; }
.demo-copy b { color: #d8e7f2; font-size: .75rem; }

.industries-section { background-image: radial-gradient(circle at 0 0, rgba(32,199,174,.1), transparent 30%), radial-gradient(circle at 100% 60%, rgba(244,170,49,.11), transparent 31%); }
.industry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.industry-card { min-height: 150px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; padding: 25px; border: 1px solid rgba(16,31,43,.09); border-radius: 20px; color: var(--paper-text); background: rgba(255,255,255,.66); box-shadow: 0 14px 36px rgba(12,27,40,.055); transition: transform .22s ease, box-shadow .22s ease; }
.industry-card:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(12,27,40,.1); }
.industry-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; color: #087e6d; background: #d9f3eb; }
.industry-card b { display: block; margin-bottom: 6px; font-family: var(--display); font-size: 1.1rem; }
.industry-card small { display: block; color: var(--paper-muted); font-size: .7rem; line-height: 1.5; }
.industry-card > i { color: #65737d; font-style: normal; }
.industry-retail .industry-icon { color: #a96a0b; background: #fff0c9; }
.industry-property .industry-icon { color: #356fa0; background: #deedf9; }
.industry-health .industry-icon { color: #c04e43; background: #ffe3dd; }
.industry-service .industry-icon { color: #7054c7; background: #eae4ff; }
.industry-hospitality .industry-icon { color: #1c7a8d; background: #d9f2f4; }
.center-action { margin-top: 34px; text-align: center; }
.text-link { min-height: 48px; display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid #9a7b44; color: #493917; font-size: .86rem; font-weight: 800; }

.how-section { position: relative; overflow: hidden; background: linear-gradient(130deg, #0d1c2e, #07131f 64%); }
.how-section::before { content: ""; position: absolute; width: 600px; height: 600px; left: -250px; bottom: -380px; border-radius: 50%; background: radial-gradient(circle, rgba(244,170,49,.12), transparent 65%); }
.how-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.how-grid .section-heading { margin: 0; text-align: left; }
.how-grid .section-heading .button { margin-top: 28px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--border); }
.steps li:first-child { border-top: 1px solid var(--border); }
.steps li > span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(32,199,174,.35); border-radius: 50%; color: var(--teal-bright); font-size: .68rem; font-weight: 800; }
.steps h3 { margin: 0 0 7px; color: var(--white); font-family: var(--display); font-size: 1.35rem; }
.steps p { margin: 0; color: var(--muted); font-size: .86rem; }

.offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.offer-card { min-height: 300px; display: flex; flex-direction: column; padding: 31px; border: 1px solid rgba(14,31,44,.11); border-radius: 22px; background: rgba(255,255,255,.65); }
.offer-card.featured { color: var(--text); border-color: #154d51; background: linear-gradient(145deg, #102f37, #0b1d2c); box-shadow: 0 22px 50px rgba(8,31,38,.17); transform: translateY(-10px); }
.offer-card > span { align-self: flex-start; padding: 5px 9px; border-radius: 999px; color: #187f70; background: #ddf2ec; font-size: .6rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.offer-card.featured > span { color: var(--teal-bright); background: rgba(32,199,174,.12); }
.offer-card h3 { margin: 27px 0 13px; color: var(--paper-text); font-family: var(--display); font-size: 1.6rem; }
.offer-card.featured h3 { color: var(--white); }
.offer-card p { margin: 0 0 30px; color: var(--paper-muted); font-size: .85rem; }
.offer-card.featured p { color: var(--muted); }
.offer-card a { margin-top: auto; color: #126f63; font-size: .78rem; font-weight: 800; }
.offer-card.featured a { color: var(--teal-bright); }

.faq-section { background: #0a1827; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-grid .section-heading { margin: 0; text-align: left; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; color: var(--white); font-family: var(--display); font-size: 1.07rem; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--teal-bright); font-family: var(--body); font-size: 1.25rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 45px 25px 0; color: var(--muted); font-size: .84rem; }

.final-cta { position: relative; overflow: hidden; padding: 115px 0; color: var(--text); text-align: center; background: #07121e; }
.final-cta::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 58px 58px; }
.final-orb { position: absolute; width: 700px; height: 500px; left: 50%; top: 50%; transform: translate(-50%,-50%); background: radial-gradient(circle, rgba(32,199,174,.17), rgba(87,183,255,.07) 42%, transparent 70%); }
.final-inner { position: relative; max-width: 850px; }
.final-inner .kicker { color: var(--teal-bright); }
.final-inner h2 { margin: 0 auto 20px; color: var(--white); font-family: var(--display); font-size: clamp(2.5rem, 5vw, 4.35rem); line-height: 1.06; letter-spacing: -.045em; }
.final-inner > p:not(.kicker) { max-width: 650px; margin: 0 auto 30px; color: var(--muted); }
.final-inner .hero-actions { justify-content: center; }

.site-footer { padding: 70px 0 24px; border-top: 1px solid var(--border); background: #050d16; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.footer-brand p { max-width: 340px; margin: 20px 0 0; color: #8093a4; font-size: .78rem; }
.footer-grid h2 { margin: 6px 0 17px; color: #73899b; font-family: var(--body); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { min-height: 38px; display: block; color: #b4c3d0; font-size: .76rem; }
.footer-grid > div:not(.footer-brand) a:hover { color: var(--teal-bright); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 55px; padding-top: 22px; border-top: 1px solid var(--border); color: #6f8496; font-size: .68rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { min-height: 44px; display: inline-flex; align-items: center; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.js .reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  .main-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr; gap: 12px; }
  .hero-copy { max-width: 760px; }
  .product-stage { width: min(780px, 96%); min-height: 580px; margin: 0 auto; }
  .industry-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .how-grid, .faq-grid { gap: 55px; }
}

@media (max-width: 880px) {
  .site-header { background: rgba(7,17,29,.94); }
  .nav-shell { min-height: 72px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 10px); display: none; padding: 16px; border: 1px solid var(--border); border-radius: 18px; background: #0c1b2b; box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .main-nav a { min-height: 46px; display: flex; align-items: center; padding: 0 12px !important; }
  .nav-cta { justify-content: center; }
  .hero { padding-top: 125px; }
  .outcome-grid, .demo-grid { grid-template-columns: 1fr; }
  .how-grid, .faq-grid { grid-template-columns: 1fr; }
  .how-grid .section-heading, .faq-grid .section-heading { text-align: center; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card.featured { transform: none; }
  .footer-grid { grid-template-columns: 1.6fr repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: 2 / 3; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 30px, 1180px); }
  .section { padding: 82px 0; }
  .hero-grid { min-height: auto; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-promises { display: grid; gap: 10px; }
  .product-stage { min-height: 380px; width: 100%; margin-top: 22px; }
  .frame-main { width: 100%; height: 300px; top: 18px; transform: none; }
  .frame-float { width: 49%; height: 135px; left: -3px; bottom: 5px; }
  .automation-chip { min-width: 138px; padding: 8px 10px; }
  .chip-one { right: -2px; top: 0; }
  .chip-two { right: -2px; bottom: 7px; }
  .automation-chip b { font-size: .58rem; }
  .automation-chip small { font-size: .5rem; }
  .proof-strip { justify-content: flex-start; gap: 4px 18px; padding-inline: 0; }
  .proof-intro { width: 100%; }
  .outcome-card { min-height: auto; padding: 27px; }
  .outcome-card .card-number { top: 27px; right: 27px; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-card { min-height: 122px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: center; }
}

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