:root {
  --ink: #0a1322;
  --ink-2: #101d30;
  --surface: #13243a;
  --surface-2: #192d45;
  --line: rgba(207, 224, 239, .14);
  --text: #f4f7fb;
  --muted: #a5b5c8;
  --blue: #36a8ff;
  --blue-2: #2272d7;
  --lime: #baff4d;
  --orange: #ffb763;
  --radius: 24px;
  --shell: min(1180px, calc(100% - 48px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; scroll-snap-type: y proximity; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: "Avenir Next", "PingFang SC", "Microsoft YaHei", sans-serif; line-height: 1.5; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: -3; background: radial-gradient(ellipse at 83% 2%, rgba(56, 148, 255, .16), transparent 34%), radial-gradient(ellipse at 5% 43%, rgba(186, 255, 77, .07), transparent 27%), var(--ink); }
.page-noise { position: fixed; inset: 0; z-index: -1; opacity: .025; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }
a { color: inherit; }
.section-shell { width: var(--shell); margin: 0 auto; }
.hero, .section-block, .coverage-section, .product-section, .workflow-section, .showcase-section, .contact-section { scroll-snap-align: start; scroll-snap-stop: normal; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; width: var(--shell); height: 76px; margin: 0 auto; background: rgba(10, 19, 34, .76); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: border-color .3s ease; }
.site-header.scrolled { border-color: var(--line); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 18px; font-weight: 700; letter-spacing: .04em; }
.brand img { width: 34px; height: 34px; border-radius: 11px; object-fit: cover; }
.brand strong { color: var(--blue); font-weight: 800; }
.main-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; margin-right: 34px; }
.main-nav a { color: var(--muted); font-size: 14px; text-decoration: none; transition: color .2s ease; }
.main-nav a:hover { color: var(--text); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border: 1px solid rgba(186, 255, 77, .45); border-radius: 12px; color: var(--lime); background: transparent; font: inherit; font-size: 13px; font-weight: 700; text-decoration: none; cursor: pointer; }
.nav-cta span { font-size: 16px; }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 10px; color: var(--text); background: transparent; font-size: 20px; }
.hero { display: grid; grid-template-columns: .92fr 1.08fr; gap: 58px; align-items: center; min-height: 710px; padding: 96px 0 90px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.eyebrow i { display: inline-block; width: 21px; height: 2px; background: var(--lime); }
.hero h1, .section-heading h2, .workflow-copy h2, .contact-inner h2 { max-width: 630px; margin: 0; font-size: clamp(42px, 5.5vw, 74px); line-height: 1.08; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 510px; margin: 26px 0 30px; color: var(--muted); font-size: 17px; line-height: 1.85; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 13px; font: inherit; font-size: 14px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .55; transform: none; }
.button-primary { color: #10200b; background: var(--lime); box-shadow: 0 12px 32px rgba(186, 255, 77, .16); }
.button-ghost { border-color: var(--line); color: var(--text); background: rgba(255, 255, 255, .04); }
.button-ghost:hover { border-color: rgba(186, 255, 77, .45); background: rgba(186, 255, 77, .08); }
.hero-proof { display: flex; gap: 30px; margin-top: 54px; }
.hero-proof div { display: flex; flex-direction: column; gap: 3px; padding-left: 14px; border-left: 1px solid var(--line); }
.hero-proof strong { font-size: 18px; letter-spacing: .02em; }
.hero-proof span { color: var(--muted); font-size: 11px; }
.hero-stage { position: relative; min-height: 492px; }
.stage-glow { position: absolute; inset: 12% 8% 7%; background: radial-gradient(circle, rgba(55, 169, 255, .3), transparent 66%); filter: blur(28px); }
.stage-window { position: absolute; inset: 5% 0 8% 8%; overflow: hidden; border: 1px solid rgba(208, 225, 239, .23); border-radius: 18px; background: #eef4fa; box-shadow: 0 36px 80px rgba(0, 0, 0, .4), 0 0 0 7px rgba(255, 255, 255, .03); transform: perspective(1300px) rotateY(-7deg) rotateX(2deg); }
.window-bar { display: flex; align-items: center; gap: 7px; height: 34px; padding: 0 14px; color: #708196; background: #dbe6f0; font-size: 9px; }
.window-dot { width: 8px; height: 8px; border-radius: 50%; }
.window-dot.red { background: #ff6a6a; }.window-dot.amber { background: #ffcc54; }.window-dot.green { background: #69d18b; }
.window-address { margin-left: 9px; color: #7d8fa3; }
.stage-content { display: grid; grid-template-columns: 104px 1fr; height: calc(100% - 34px); color: #173052; }
.stage-sidebar { padding: 21px 12px; background: #12233a; color: #dbeaf7; }
.stage-logo { font-size: 13px; font-weight: 800; }.stage-logo b { color: var(--blue); }
.stage-side-label { display: block; margin: 28px 0 13px; color: #8297ae; font-size: 8px; }
.stage-side-active, .stage-side-item { display: flex; justify-content: space-between; gap: 4px; padding: 8px 5px; border-radius: 6px; color: #9fb2c7; font-size: 8px; }.stage-side-active { color: #10200b; background: var(--lime); font-weight: 700; }.stage-side-active i { width: 4px; height: 4px; margin-top: 4px; border-radius: 50%; background: #10200b; }.stage-side-active b, .stage-side-item b { font-size: 7px; opacity: .65; }
.stage-main { padding: 22px 22px 16px; background: #f3f7fb; }
.stage-heading { display: flex; align-items: start; justify-content: space-between; gap: 8px; }.stage-heading span { display: block; color: #6d8297; font-size: 9px; }.stage-heading strong { display: block; margin-top: 4px; font-size: 16px; letter-spacing: -.03em; }.ready-pill { padding: 5px 8px; border-radius: 30px; color: #297d46 !important; background: #d9f5dd; font-size: 8px !important; white-space: nowrap; }.ready-pill i { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: #3cbd64; }
.stage-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 22px; }.stage-metrics div { padding: 12px 10px; border: 1px solid #e3ebf4; border-radius: 8px; background: #fff; }.stage-metrics span, .stage-metrics small { display: block; color: #7c91a5; font-size: 8px; }.stage-metrics strong { display: block; margin: 5px 0 2px; font-size: 20px; letter-spacing: -.05em; }.stage-metrics small { color: #4f9b62; }
.stage-chart { margin-top: 14px; padding: 14px 13px 10px; border: 1px solid #e3ebf4; border-radius: 8px; background: #fff; }.chart-title { display: flex; justify-content: space-between; color: #415770; font-size: 9px; }.chart-title small { color: #9aacbd; }.chart-bars { display: flex; align-items: end; gap: 10px; height: 92px; padding-top: 15px; }.chart-bars i { display: block; flex: 1; border-radius: 5px 5px 2px 2px; background: #9dd8f8; }.chart-bars i:nth-child(1) { height: 45%; }.chart-bars i:nth-child(2) { height: 67%; }.chart-bars i:nth-child(3) { height: 53%; }.chart-bars i:nth-child(4) { height: 78%; }.chart-bars i:nth-child(5) { height: 62%; }.chart-bars i:nth-child(6) { height: 91%; }.chart-bars i:nth-child(7) { height: 84%; }.chart-bars i:nth-child(8) { height: 97%; }.chart-bars i.highlight { background: var(--blue); }
.stage-foot { display: flex; justify-content: space-between; gap: 8px; margin-top: 17px; color: #758a9f; font-size: 8px; }.status-dot { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; }.status-dot.blue { background: var(--blue); }.status-dot.lime { background: #65c976; }.status-dot.orange { background: var(--orange); }
.float-card { position: absolute; z-index: 2; display: flex; gap: 10px; align-items: center; padding: 13px 15px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 13px; color: var(--text); background: rgba(20, 40, 62, .8); box-shadow: 0 16px 30px rgba(0, 0, 0, .25); backdrop-filter: blur(12px); }.float-card span { color: #a9bbcd; font-size: 9px; }.float-card strong { display: block; color: var(--lime); font-size: 24px; line-height: 1; }.float-card small, .float-card i { display: block; color: #a9bbcd; font-size: 9px; font-style: normal; }.float-top { top: 1%; right: -3%; display: block; }.float-top strong { margin: 5px 0; }.float-bottom { bottom: 0; left: -3%; }.float-icon { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: #11250b !important; background: var(--lime); font-size: 15px !important; font-weight: 800; }
.signal-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .025); }.signal-inner { display: flex; align-items: center; gap: 17px; min-height: 65px; color: var(--muted); font-size: 12px; }.signal-inner strong { color: var(--text); font-size: 13px; }.signal-inner b { color: var(--blue); }.signal-inner small { margin-left: auto; color: #758ba2; }.signal-line { width: 56px; height: 1px; background: var(--line); }
.section-block, .product-section, .workflow-section, .showcase-section { padding-top: 136px; }.section-heading { margin-bottom: 47px; }.section-heading h2, .workflow-copy h2, .contact-inner h2 { font-size: clamp(34px, 4.2vw, 56px); }.section-heading > p:last-child, .workflow-copy > p:not(.eyebrow), .contact-inner > div:first-child > p:last-child { max-width: 530px; margin: 20px 0 0; color: var(--muted); font-size: 15px; }.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.capability-card { position: relative; min-height: 300px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(35, 66, 96, .62), rgba(17, 35, 55, .48)); transition: transform .25s ease, border-color .25s ease; }.capability-card:hover { transform: translateY(-6px); border-color: rgba(54, 168, 255, .48); }.card-number { color: #6e87a0; font-size: 11px; letter-spacing: .16em; }.card-icon { display: grid; place-items: center; width: 43px; height: 43px; margin: 42px 0 20px; border-radius: 13px; color: var(--ink); background: var(--lime); font-size: 23px; font-weight: 700; }.icon-guard { color: #fff; background: var(--blue); }.icon-result { color: var(--ink); background: var(--orange); }.capability-card h3 { margin: 0; font-size: 22px; letter-spacing: -.03em; }.capability-card p { min-height: 60px; margin: 10px 0 20px; color: var(--muted); font-size: 13px; line-height: 1.7; }.capability-card a, .text-link { color: var(--lime); font-size: 13px; font-weight: 700; text-decoration: none; }.capability-card a span, .text-link span { margin-left: 5px; font-size: 16px; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }.product-card { min-height: 465px; overflow: hidden; padding: 28px 28px 0; border: 1px solid var(--line); border-radius: var(--radius); }.product-card-dark { background: linear-gradient(135deg, #162a42, #0e1d31); }.product-card-blue { background: linear-gradient(135deg, #0c4e8a, #0b284c); }.product-card-head { display: flex; justify-content: space-between; gap: 20px; }.product-kicker { color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .16em; }.product-card h3 { margin: 8px 0 0; font-size: 28px; letter-spacing: -.04em; }.product-card > p { max-width: 440px; margin: 15px 0 17px; color: var(--muted); font-size: 13px; line-height: 1.7; }.product-arrow { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid var(--line); border-radius: 50%; color: var(--lime); font-size: 17px; }.product-tags { display: flex; flex-wrap: wrap; gap: 7px; }.product-tags span { padding: 5px 9px; border: 1px solid var(--line); border-radius: 20px; color: #c3d4e7; font-size: 10px; }.product-image { margin: 28px -28px 0; padding: 15px 15px 0; background: rgba(0, 0, 0, .18); }.product-image img { display: block; width: 100%; height: 198px; object-fit: cover; object-position: top; border-radius: 11px 11px 0 0; box-shadow: 0 -5px 26px rgba(0, 0, 0, .25); }
.coverage-section { padding-top: 124px; }.coverage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.coverage-card { display: grid; grid-template-columns: 42px 1fr; gap: 17px; min-height: 214px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(31, 58, 83, .52), rgba(15, 31, 49, .7)); }.coverage-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #10200b; background: var(--lime); font-size: 11px; font-weight: 850; }.coverage-icon.icon-blue { color: #fff; background: var(--blue); }.coverage-icon.icon-orange { background: var(--orange); }.coverage-card h3 { margin: 0; font-size: 19px; letter-spacing: -.03em; }.coverage-card p { margin: 9px 0 15px; color: var(--muted); font-size: 12px; line-height: 1.75; }.coverage-tags { display: flex; flex-wrap: wrap; gap: 6px; }.coverage-tags span { padding: 4px 8px; border: 1px solid var(--line); border-radius: 20px; color: #b7cbe0; font-size: 10px; }
.workflow-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }.workflow-copy { position: sticky; top: 120px; }.workflow-copy .eyebrow { margin-bottom: 22px; }.workflow-copy .text-link { display: inline-block; margin-top: 29px; }.workflow-list { border-top: 1px solid var(--line); }.workflow-item { display: grid; grid-template-columns: 47px 1fr auto; gap: 20px; align-items: center; min-height: 123px; border-bottom: 1px solid var(--line); }.workflow-index { align-self: start; padding-top: 26px; color: var(--blue); font-size: 12px; font-weight: 800; }.workflow-item h3 { margin: 0 0 5px; font-size: 19px; }.workflow-item p { max-width: 490px; margin: 0; color: var(--muted); font-size: 12px; }.workflow-mark { padding: 6px 10px; border-radius: 20px; color: #a9bfd4; background: rgba(255, 255, 255, .06); font-size: 10px; }
.showcase-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 38px; }.showcase-tabs { display: flex; gap: 6px; padding: 5px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .04); }.showcase-tab { padding: 9px 13px; border: 0; border-radius: 9px; color: var(--muted); background: transparent; font: inherit; font-size: 12px; cursor: pointer; }.showcase-tab.active { color: var(--ink); background: var(--lime); font-weight: 800; }.showcase-panel { display: grid; grid-template-columns: .65fr 1.35fr; gap: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #101f32; }.showcase-copy { display: flex; flex-direction: column; justify-content: center; padding: 45px; }.showcase-index { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .16em; }.showcase-copy h3 { margin: 20px 0 10px; font-size: 29px; letter-spacing: -.04em; }.showcase-copy p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }.showcase-note { display: flex; align-items: start; gap: 9px; margin-top: 32px; color: #c6d5e3; font-size: 11px; line-height: 1.6; }.showcase-note i { flex: 0 0 auto; width: 7px; height: 7px; margin-top: 5px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(186, 255, 77, .12); }.showcase-screen { position: relative; min-height: 386px; padding: 20px; background: #dbe7f1; }.screen-bar { display: flex; align-items: center; gap: 8px; height: 26px; color: #536b82; font-size: 10px; }.screen-bar small { color: #8da0b3; }.screen-bar i { margin-left: auto; color: #92a7bc; font-size: 8px; font-style: normal; letter-spacing: 3px; }.showcase-screen img { display: block; width: 100%; height: 325px; object-fit: cover; object-position: top; border-radius: 7px; box-shadow: 0 11px 35px rgba(16, 36, 56, .23); }
.contact-section { margin-top: 140px; padding: 91px 0; border-top: 1px solid var(--line); background: radial-gradient(circle at 80% 52%, rgba(42, 127, 215, .28), transparent 31%), linear-gradient(115deg, #101f32, #0a1728); }.contact-inner { display: flex; justify-content: space-between; align-items: end; gap: 50px; }.contact-inner h2 { color: #fff; }.contact-actions { max-width: 280px; }.contact-actions small { width: 100%; margin-top: 5px; color: #8298ad; font-size: 11px; }.site-footer { border-top: 1px solid var(--line); background: #08111d; }.footer-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; color: #73869a; font-size: 11px; }.footer-brand { color: var(--text); font-size: 13px; }.footer-brand img { width: 23px; height: 23px; border-radius: 7px; }
.toast { position: fixed; z-index: 20; right: 22px; bottom: 22px; padding: 11px 15px; border: 1px solid rgba(186, 255, 77, .35); border-radius: 12px; color: var(--lime); background: #162a42; box-shadow: 0 15px 30px rgba(0, 0, 0, .2); font-size: 12px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: .25s ease; }.toast.show { opacity: 1; transform: translateY(0); }
.demo-modal { width: min(680px, calc(100% - 32px)); max-height: min(760px, calc(100vh - 32px)); padding: 0; border: 1px solid rgba(148, 187, 222, .25); border-radius: 24px; color: var(--text); background: #102239; box-shadow: 0 28px 90px rgba(0, 0, 0, .55); }
.demo-modal::backdrop { background: rgba(4, 10, 19, .78); backdrop-filter: blur(6px); }
.demo-form { position: relative; padding: 36px; }
.modal-close { position: absolute; top: 17px; right: 20px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: rgba(255, 255, 255, .04); font-size: 22px; line-height: 1; cursor: pointer; }
.demo-form h2 { margin: 0; font-size: clamp(30px, 5vw, 42px); letter-spacing: -.05em; }
.demo-intro { margin: 11px 0 25px; color: var(--muted); font-size: 13px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.form-grid label { display: grid; gap: 7px; color: #c7d6e5; font-size: 12px; font-weight: 650; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 11px 12px; border: 1px solid rgba(201, 222, 240, .18); border-radius: 10px; outline: none; color: var(--text); background: rgba(255, 255, 255, .06); font: inherit; font-size: 13px; transition: border-color .2s ease, background .2s ease; }
.form-grid select { appearance: auto; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #758ba1; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: rgba(186, 255, 77, .65); background: rgba(255, 255, 255, .1); }
.form-grid textarea { resize: vertical; min-height: 84px; }
.form-wide { grid-column: 1 / -1; }
.form-consent { display: flex; align-items: center; gap: 8px; margin: 18px 0; color: #91a7bc; font-size: 11px; }
.form-consent input { accent-color: var(--lime); }
.form-submit { width: 100%; }
.demo-result { margin-top: 20px; padding: 17px; border: 1px solid rgba(186, 255, 77, .28); border-radius: 14px; background: rgba(186, 255, 77, .07); }
.demo-result strong { color: var(--lime); font-size: 15px; }
.demo-result p { margin: 7px 0 13px; color: #c3d2e0; font-size: 12px; line-height: 1.7; }
.demo-result-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.demo-result-actions .button { min-height: 40px; padding: 0 14px; font-size: 12px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .11s; }.reveal-delay-2 { transition-delay: .2s; }.reveal-delay-3 { transition-delay: .28s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; scroll-snap-type: none; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 940px) { .hero { grid-template-columns: 1fr; padding-top: 65px; }.hero-stage { min-height: 440px; margin-top: 15px; }.stage-window { left: 3%; }.main-nav { gap: 18px; margin-right: 15px; }.coverage-grid { grid-template-columns: 1fr; }.coverage-card { min-height: 160px; }.workflow-section { grid-template-columns: 1fr; gap: 45px; }.workflow-copy { position: static; }.showcase-panel { grid-template-columns: 1fr; }.showcase-copy { padding: 35px; }.showcase-screen { min-height: 320px; }.showcase-screen img { height: 260px; } }
@media (max-width: 680px) { :root { --shell: min(100% - 32px, 560px); }.site-header { height: 65px; }.main-nav, .nav-cta { display: none; }.menu-toggle { display: block; }.site-header.menu-open { border-color: var(--line); }.site-header.menu-open .main-nav { position: absolute; top: 65px; right: 0; left: 0; display: grid; gap: 0; margin: 0; padding: 8px 16px 16px; border-bottom: 1px solid var(--line); background: rgba(10, 19, 34, .98); }.site-header.menu-open .main-nav a { padding: 12px 0; }.hero { min-height: 0; padding: 67px 0 64px; }.hero h1 { font-size: 47px; }.hero-lead { font-size: 15px; }.hero-proof { gap: 14px; margin-top: 39px; }.hero-proof span { font-size: 9px; }.hero-stage { min-height: 330px; }.stage-window { inset: 5% -4% 7% 0; transform: none; }.stage-main { padding: 14px; }.stage-content { grid-template-columns: 73px 1fr; }.stage-sidebar { padding: 15px 8px; }.stage-side-label { margin-top: 18px; }.stage-side-item, .stage-side-active { font-size: 7px; }.stage-metrics strong { font-size: 14px; }.stage-metrics { gap: 4px; }.chart-bars { gap: 5px; height: 65px; }.stage-foot { display: none; }.float-top { right: -5%; }.float-bottom { left: -5%; }.signal-inner { flex-wrap: wrap; gap: 9px; padding: 15px 0; }.signal-line, .signal-inner small { display: none; }.section-block, .product-section, .workflow-section, .showcase-section, .coverage-section { padding-top: 88px; }.section-heading { margin-bottom: 30px; }.capability-grid, .product-grid { grid-template-columns: 1fr; }.capability-card { min-height: 260px; }.coverage-card { min-height: 190px; padding: 21px; }.product-card { min-height: 430px; }.product-card h3 { font-size: 24px; }.showcase-heading { display: block; }.showcase-tabs { margin-top: 25px; overflow-x: auto; }.showcase-tab { white-space: nowrap; }.showcase-copy { padding: 28px; }.showcase-screen { min-height: 230px; padding: 11px; }.showcase-screen img { height: 190px; }.contact-section { margin-top: 88px; padding: 68px 0; }.contact-inner { display: block; }.contact-actions { margin-top: 31px; }.footer-inner { flex-wrap: wrap; gap: 8px; padding: 20px 0; }.footer-inner > span:last-child { width: 100%; }.copy-entry { display: none; }.demo-form { padding: 28px 21px 22px; }.form-grid { grid-template-columns: 1fr; gap: 12px; }.form-wide { grid-column: auto; }.demo-modal { border-radius: 18px; }.form-consent { align-items: start; }.form-consent input { margin-top: 2px; } }
