:root {
  color-scheme: dark;
  --bg: #080b12;
  --bg-deep: #05070c;
  --surface-a: #0d1320;
  --surface-b: #11192a;
  --card: #131c2c;
  --card-strong: #172238;
  --text: #f7f8fc;
  --muted: #98a6bc;
  --line: #26334a;
  --line-soft: #1b2639;
  --brand: #8b5cf6;
  --brand-strong: #7146ed;
  --electric: #4dc4ff;
  --mint: #65e7bd;
  --orange: #ff9d4d;
  --danger: #ff6f7d;
  --max: 1280px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--text); font-size: 16px; line-height: 1.55; }
body::before { content: ""; position: fixed; z-index: -2; inset: 0; background: radial-gradient(circle at 72% 10%, #301b654f 0, transparent 30rem), radial-gradient(circle at 8% 42%, #073b5a45 0, transparent 28rem), var(--bg); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; padding: .8rem 1rem; border-radius: .8rem; background: #fff; color: #05070c; font-weight: 800; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--electric); outline-offset: 4px; }

.site-header { position: sticky; z-index: 100; top: 12px; width: min(calc(100% - 32px), var(--max)); min-height: 64px; margin: 12px auto 0; padding: 10px 12px 10px 20px; display: flex; align-items: center; gap: 42px; border: 1px solid #30405caa; border-radius: 20px; background: #0a0f18df; box-shadow: 0 18px 52px #0006; backdrop-filter: blur(18px); }
.brand { font-size: 1.36rem; font-weight: 900; letter-spacing: -.05em; white-space: nowrap; }
.brand span { color: var(--brand); }
.site-header nav { display: flex; gap: 28px; margin-right: auto; color: var(--muted); font-size: .92rem; font-weight: 650; }
.site-header nav a, .login-link { transition: color .2s ease; }
.site-header nav a:hover, .login-link:hover { color: var(--text); }
.header-actions, .hero-actions, .cookie-actions { display: flex; align-items: center; gap: 12px; }
.login-link { color: var(--muted); font-weight: 700; }

.button { position: relative; display: inline-flex; min-height: 48px; padding: 11px 20px; align-items: center; justify-content: center; border: 1px solid #9d7cff; border-radius: 14px; overflow: hidden; background: var(--brand-strong); color: #fff; box-shadow: 0 13px 32px #7046ed42; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 0, #ffffff40, transparent 48%); pointer-events: none; }
.button:hover { transform: translateY(-2px); background: var(--brand); }
.button-compact { min-height: 42px; padding: 9px 16px; border-radius: 12px; font-size: .88rem; }
.button-large { min-height: 56px; padding: 15px 25px; border-radius: 16px; }
.button-ghost { border-color: var(--line); background: transparent; box-shadow: none; color: var(--text); }
.button-ghost:hover { border-color: var(--brand); background: #8b5cf618; }
.text-link { color: #d8e4f5; font-weight: 800; }
.text-link span { color: var(--electric); }

.surface-a, .surface-b { border: 1px solid var(--line); border-radius: 32px; }
.surface-a { background: var(--surface-a); }
.surface-b { background: var(--surface-b); }
.section { position: relative; width: min(calc(100% - 32px), var(--max)); margin: 0 auto 112px; padding: 68px; }
.section-anchor { position: absolute; top: -90px; }
.eyebrow { margin: 0 0 16px; color: var(--electric); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 11ch; margin: 0; font-size: clamp(3rem, 6.2vw, 6.4rem); line-height: .93; letter-spacing: -.07em; }
h2 { max-width: 16ch; margin: 0 0 20px; font-size: clamp(2.2rem, 4.4vw, 4.45rem); line-height: .98; letter-spacing: -.055em; }
h3 { margin: 10px 0; font-size: clamp(1.2rem, 2vw, 1.6rem); line-height: 1.15; letter-spacing: -.025em; }
.managed-copy > :first-child { margin-top: 0; }
.managed-copy > :last-child { margin-bottom: 0; }
.managed-copy p, .section-intro > p:last-child, .business-copy > p:last-child, .offline-copy > p { max-width: 62ch; color: var(--muted); }
.section-intro { max-width: 760px; }
.section-intro-wide h2 { max-width: 20ch; }

.hero { position: relative; min-height: 850px; padding: 106px max(24px, calc((100vw - var(--max)) / 2)); overflow: hidden; border-bottom: 1px solid var(--line-soft); }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .25; background-image: linear-gradient(#28344b 1px, transparent 1px), linear-gradient(90deg, #28344b 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr); gap: 72px; align-items: center; }
.hero-copy { position: relative; z-index: 3; }
.lead { max-width: 56ch; margin: 28px 0 0; color: var(--muted); font-size: 1.08rem; }
.hero-verbs { margin: 24px 0 32px; color: #d6dfed; font-size: clamp(1rem, 1.5vw, 1.24rem); font-weight: 650; }
.trial-note { display: flex; gap: 28px; margin: 22px 0 0; color: var(--muted); font-size: .82rem; }
.trial-note span::before { content: "✓"; margin-right: 7px; color: var(--mint); }
.hero-product { position: relative; min-width: 0; padding: 30px 0 46px; perspective: 1200px; }
.dashboard-frame { position: relative; overflow: hidden; border: 1px solid #42526f; border-radius: 24px; background: #e7e5ed; box-shadow: 0 48px 100px #000a, 0 0 85px #7650f02e; transform: rotateY(-6deg) rotateX(2deg); transform-origin: center; }
.window-bar { display: flex; height: 38px; padding: 0 14px; align-items: center; gap: 7px; background: #121827; }
.window-bar span { width: 8px; height: 8px; border-radius: 50%; background: #516078; }
.window-bar span:first-child { background: var(--danger); }
.window-bar span:nth-child(2) { background: var(--orange); }
.window-bar span:nth-child(3) { background: var(--mint); }
.window-bar small { margin: 0 auto; color: #91a0b5; font-size: .65rem; }
.dashboard-frame img { width: 100%; aspect-ratio: 1.44; object-fit: cover; object-position: top; }
.demo-label { display: inline-flex; margin: 0; padding: 6px 10px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: #0c121ecf; font-size: .66rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.dashboard-frame .demo-label { position: absolute; right: 14px; bottom: 14px; }
.event-card { position: absolute; z-index: 4; display: grid; min-width: 180px; padding: 14px 16px; border: 1px solid #43506a; border-radius: 16px; background: #101725e8; box-shadow: 0 22px 44px #0007; backdrop-filter: blur(14px); }
.event-card small { color: var(--electric); }
.event-card strong { margin: 3px 0; font-size: .86rem; }
.event-card span { color: var(--muted); font-size: .8rem; }
.event-card-order { left: -36px; top: 2px; }
.event-card-estimate { right: -22px; bottom: 4px; }
.event-card-done { right: -28px; top: 45%; min-width: 150px; }
.event-card-done span { position: absolute; top: 15px; right: 15px; display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: #65e7bd1f; color: var(--mint); }
.hero-pipeline { position: relative; display: grid; grid-template-columns: repeat(7, 1fr); width: min(100%, var(--max)); margin: 96px auto 0; padding: 0; list-style: none; counter-reset: pipeline; }
.hero-pipeline::before { content: ""; position: absolute; top: 9px; right: 5%; left: 5%; height: 1px; background: #44516a; }
.hero-pipeline li { position: relative; padding-top: 28px; color: var(--muted); font-size: .74rem; font-weight: 700; text-align: center; }
.hero-pipeline li::before { content: ""; position: absolute; z-index: 1; top: 4px; left: calc(50% - 5px); width: 10px; height: 10px; border: 2px solid var(--brand); border-radius: 50%; background: var(--bg); box-shadow: 0 0 20px #8b5cf6; }

.problem-section { padding-top: 122px; text-align: center; }
.problem-section h2 { max-width: 21ch; margin-right: auto; margin-left: auto; }
.chaos-grid { display: flex; max-width: 950px; margin: 42px auto 32px; flex-wrap: wrap; justify-content: center; gap: 10px; }
.chaos-grid span { padding: 11px 15px; border: 1px solid #374158; border-radius: 99px; color: #aab5c7; background: #0f151f; }
.chaos-grid span:nth-child(3n + 1) { transform: rotate(-1.5deg); }
.chaos-grid span:nth-child(3n) { transform: rotate(1.2deg); }
.problem-answer { max-width: 700px; margin: 0 auto; color: var(--muted); font-size: 1.08rem; }

.flow-section { overflow: hidden; }
.flow-layout { display: grid; grid-template-columns: 1fr .78fr; gap: 64px; margin-top: 48px; align-items: start; }
.flow-list { margin: 0; padding: 0; list-style: none; }
.flow-list li:not(:last-child) { border-bottom: 1px solid var(--line-soft); }
.flow-step { position: relative; display: grid; width: 100%; padding: 20px 20px 20px 58px; border: 0; color: var(--muted); background: transparent; text-align: left; cursor: pointer; transition: background .2s ease, color .2s ease; }
.flow-step > span { position: absolute; top: 22px; left: 13px; color: #66758d; font-size: .74rem; font-weight: 900; letter-spacing: .08em; }
.flow-step strong { color: var(--text); font-size: 1.05rem; }
.flow-step small { margin-top: 4px; font-size: .88rem; }
.flow-step:hover, .flow-step.is-active { border-radius: 14px; background: #8b5cf614; color: #c9d3e2; }
.flow-step.is-active > span { color: var(--electric); }
.phone-stage { display: grid; justify-items: center; }
.phone-stage > p { max-width: 32ch; margin: 17px 0 0; color: var(--muted); font-size: .82rem; text-align: center; }
.phone-stage-flow { position: sticky; top: 104px; }
.phone-frame { position: relative; width: min(100%, 300px); aspect-ratio: 9 / 19.8; padding: 12px 8px 9px; overflow: hidden; border: 2px solid #50617e; border-radius: 42px; background: #05080d; box-shadow: 0 36px 78px #000a, 0 0 65px #4dc4ff17; }
.phone-frame img { width: 100%; height: 100%; border-radius: 32px; object-fit: cover; object-position: top; background: #f5f2fa; transition: opacity .16s ease, transform .26s ease; }
.phone-speaker { position: absolute; z-index: 2; top: 18px; left: calc(50% - 34px); width: 68px; height: 18px; border-radius: 20px; background: #06080d; }
.phone-frame.is-wide-screen { width: min(100%, 620px); aspect-ratio: 1.44; padding: 9px; border-radius: 28px; }
.phone-frame.is-wide-screen img { border-radius: 19px; object-fit: contain; }
.phone-frame.is-wide-screen .phone-speaker { display: none; }

.inline-cta { width: min(calc(100% - 32px), var(--max)); margin: -58px auto 112px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid #364761; border-radius: 22px; background: #0d1726; }
.inline-cta p { display: grid; margin: 0; }
.inline-cta p span { color: var(--muted); font-size: .9rem; }

.screens-section { padding-right: 0; padding-left: 0; }
.screens-section > .section-intro { padding: 0 68px; }
.screen-selector { display: flex; margin: 36px 0 44px; padding: 0 68px 12px; gap: 10px; overflow-x: auto; scrollbar-width: thin; }
.screen-chip { flex: 0 0 auto; padding: 10px 15px; border: 1px solid var(--line); border-radius: 99px; background: #0f1622; color: var(--muted); cursor: pointer; }
.screen-chip:hover, .screen-chip.is-active { border-color: var(--brand); background: #8b5cf61c; color: var(--text); }
.screen-showcase { display: grid; grid-template-columns: 1fr .85fr; min-height: 720px; gap: 50px; align-items: center; padding: 40px 68px; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: radial-gradient(circle at 28% 50%, #43288448, transparent 25rem); }
.phone-frame-large { width: min(100%, 340px); transform: rotate(-3deg); }
.catalog-callout { max-width: 480px; padding: 36px; border: 1px solid var(--line); border-radius: 26px; background: #101725db; }
.catalog-callout h3 { font-size: clamp(1.7rem, 3vw, 2.7rem); }
.catalog-callout p, .catalog-callout li { color: var(--muted); }
.catalog-callout ul { margin: 25px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; list-style: none; }
.catalog-callout li { padding: 8px 11px; border-radius: 99px; background: #ffffff0a; }
.demo-timeline { display: grid; grid-template-columns: .6fr 1.4fr; gap: 38px; padding: 56px 68px 0; }
.demo-timeline h3 { font-size: 2rem; }
.demo-timeline ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; gap: 10px; list-style: none; }
.demo-timeline li { padding: 13px; border-left: 2px solid var(--line); color: #cbd5e4; font-size: .86rem; }
.demo-timeline time { display: block; margin-bottom: 4px; color: var(--electric); font-size: .72rem; font-weight: 850; }

.offline-section { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; overflow: hidden; background: radial-gradient(circle at 86% 24%, #15446262, transparent 24rem), var(--surface-b); }
.offline-copy h2 span { color: var(--electric); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; margin: 28px 0 0; padding: 0; gap: 11px; list-style: none; }
.check-list li { padding: 10px 0; color: #d7dfeb; }
.check-list li::before { content: "✓"; margin-right: 9px; color: var(--mint); }
.sync-visual { display: grid; padding: 30px; gap: 12px; border: 1px solid #35435c; border-radius: 26px; background: #090e17c9; box-shadow: 0 30px 60px #0006; }
.signal-state, .sync-state { position: relative; display: grid; padding: 18px 18px 18px 56px; border: 1px solid var(--line); border-radius: 18px; background: #111a29; }
.signal-state strong { color: var(--orange); letter-spacing: .11em; }
.signal-state small, .sync-state small { color: var(--muted); }
.signal-dot, .sync-state > span { position: absolute; top: 22px; left: 19px; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: #ff9d4d24; color: var(--orange); }
.signal-dot::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 14px var(--orange); }
.sync-state > span { background: #65e7bd20; color: var(--mint); }
.sync-line { display: flex; height: 40px; align-items: center; justify-content: center; gap: 9px; }
.sync-line i { width: 28px; height: 2px; background: #4dc4ff70; animation: sync-pulse 1.8s ease-in-out infinite; }
.sync-line i:nth-child(2) { animation-delay: .2s; }
.sync-line i:nth-child(3) { animation-delay: .4s; }

.role-grid, .audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 42px; gap: 14px; }
.role-grid article, .audience-grid article { min-height: 245px; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: var(--card); }
.role-grid article > span, .audience-grid article > span { color: var(--electric); font-size: .72rem; font-weight: 900; }
.role-grid p, .audience-grid p { color: var(--muted); line-height: 1.9; }
.role-grid article:nth-child(4) { border-color: #825ce2; background: #8b5cf612; }
.business-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 56px; align-items: center; }
.kpi-board { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 38px; gap: 10px; }
.kpi-board > .demo-label { position: absolute; top: 0; right: 0; }
.kpi-board article { display: grid; min-height: 130px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--card); }
.kpi-board small, .kpi-board span { color: var(--muted); }
.kpi-board strong { font-size: clamp(1.25rem, 2vw, 1.8rem); }
.kpi-board .kpi-featured { border-color: var(--brand); background: #8b5cf618; }
.kpi-board .trend-up { color: var(--mint); }
.kpi-board .trend-alert { color: var(--orange); }

.comparison-grid { display: grid; grid-template-columns: 1fr 54px 1fr; margin-top: 42px; align-items: stretch; }
.comparison-grid article { padding: 36px; border: 1px solid var(--line); border-radius: 24px; }
.comparison-label { color: var(--muted); font-size: .78rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.comparison-grid h3 { font-size: 2rem; }
.comparison-grid ul { margin: 25px 0 0; padding: 0; display: grid; gap: 9px; list-style: none; color: var(--muted); }
.before-card { background: #15161c; }
.before-card li::before { content: "×"; margin-right: 9px; color: var(--danger); }
.after-card { border-color: #5d48a9 !important; background: #8b5cf612; }
.after-card li::before { content: "✓"; margin-right: 9px; color: var(--mint); }
.comparison-arrow { display: grid; place-items: center; color: var(--electric); font-size: 1.8rem; }
.audience-grid { grid-template-columns: repeat(3, 1fr); }
.audience-grid article { min-height: 210px; }

.pricing { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 40px; gap: 16px; align-items: stretch; }
.pricing article { position: relative; display: flex; min-height: 520px; padding: 28px; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: var(--card); }
.pricing .featured { border-color: var(--brand); background: radial-gradient(circle at 100% 0, #8b5cf638, transparent 17rem), var(--card-strong); box-shadow: 0 28px 70px #40277b33; }
.plan { color: var(--electric); font-weight: 900; letter-spacing: .08em; }
.plan span { display: block; margin-top: 3px; color: var(--muted); font-size: .72rem; letter-spacing: .02em; text-transform: none; }
.pricing h3 { margin: 18px 0 0; font-size: 2.5rem; }
.pricing h3 small { color: var(--muted); font-size: .82rem; font-weight: 500; }
.pricing article > p { color: var(--muted); }
.pricing ul { margin: 20px 0 28px; padding: 0; flex: 1; list-style: none; }
.pricing li { margin: 11px 0; color: #cbd5e4; }
.pricing li::before { content: "✓"; margin-right: 8px; color: var(--mint); }
.badge { position: absolute; top: 18px; right: 18px; margin: 0 !important; color: var(--mint) !important; font-size: .66rem; font-weight: 900; text-transform: uppercase; }
.addons { margin: 25px 0 0; color: var(--muted); text-align: center; }

.security-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: center; }
.security-points { margin: 0; padding: 0; list-style: none; }
.security-points li { position: relative; display: grid; padding: 16px 16px 16px 60px; border-bottom: 1px solid var(--line); }
.security-points li > span { position: absolute; top: 18px; left: 15px; color: var(--electric); font-size: .72rem; font-weight: 900; }
.security-points small { color: var(--muted); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 36px; gap: 12px; }
.faq-grid details { padding: 21px; border: 1px solid var(--line); border-radius: 18px; background: var(--card); }
.faq-grid summary { cursor: pointer; font-weight: 800; }
.faq-grid p { color: var(--muted); }
.final-cta { width: min(calc(100% - 32px), var(--max)); margin: 0 auto 112px; padding: 64px; display: flex; align-items: center; justify-content: space-between; gap: 40px; overflow: hidden; border: 1px solid #6d51cc; border-radius: 32px; background: radial-gradient(circle at 88% 30%, #5140b985, transparent 22rem), #11172a; }
.final-cta h2 { margin-bottom: 10px; }
.final-cta p { color: #bfc9da; }
.final-cta .button { flex: 0 0 auto; }

footer { width: min(calc(100% - 32px), var(--max)); margin: auto; padding: 54px 0 120px; display: grid; grid-template-columns: 1.1fr .7fr 1fr 1.25fr; gap: 42px; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
footer div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
footer strong { margin-bottom: 6px; color: var(--text); }
footer a:hover { color: var(--text); }

.cookie-consent { position: fixed; z-index: 150; right: 24px; bottom: 24px; left: 24px; width: min(calc(100% - 48px), 930px); margin-left: auto; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid #52617c; border-radius: 20px; background: #0d1420f2; box-shadow: 0 24px 72px #000c; backdrop-filter: blur(18px); }
.cookie-consent p { max-width: 62ch; margin: 5px 0; color: var(--muted); font-size: .83rem; }
.cookie-consent a { color: var(--electric); font-size: .78rem; font-weight: 750; }
.cookie-actions .button { min-height: 43px; white-space: nowrap; }

[data-reveal].reveal-pending { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-revealed { opacity: 1; transform: none; }
@keyframes sync-pulse { 0%, 100% { opacity: .3; } 50% { opacity: 1; box-shadow: 0 0 12px var(--electric); } }

@media (max-width: 1050px) {
  .site-header { gap: 22px; }
  .site-header nav { gap: 16px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .hero-product { width: min(88%, 760px); margin: auto; }
  .flow-layout, .offline-section, .business-section, .security-section { gap: 38px; }
  .role-grid { grid-template-columns: 1fr 1fr; }
  .demo-timeline { grid-template-columns: 1fr; }
}

@media (max-width: 850px) {
  .site-header nav { display: none; }
  .header-actions { margin-left: auto; }
  .section { margin-bottom: 80px; padding: 44px 32px; }
  .hero { padding-top: 80px; }
  .hero-pipeline { margin-top: 64px; overflow-x: auto; }
  .hero-pipeline li { min-width: 120px; }
  .flow-layout, .offline-section, .business-section, .security-section, .screen-showcase { grid-template-columns: 1fr; }
  .phone-stage-flow { position: static; }
  .screens-section > .section-intro { padding: 0 32px; }
  .screen-selector { padding-right: 32px; padding-left: 32px; }
  .screen-showcase { padding: 38px 32px; }
  .demo-timeline { padding: 44px 32px 0; }
  .demo-timeline ol { grid-template-columns: 1fr 1fr; }
  .pricing { display: flex; padding-bottom: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .pricing article { min-width: min(82vw, 360px); scroll-snap-align: center; }
  .comparison-grid { grid-template-columns: 1fr; gap: 12px; }
  .comparison-arrow { transform: rotate(90deg); }
  .audience-grid { grid-template-columns: 1fr; }
  .final-cta { margin-bottom: 80px; padding: 44px 32px; align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr 1fr; }
  .cookie-consent { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .site-header { top: 8px; width: calc(100% - 16px); margin-top: 8px; padding-left: 14px; border-radius: 16px; }
  .brand { font-size: 1.14rem; }
  .login-link { display: none; }
  .button-compact { min-height: 40px; padding: 8px 11px; font-size: .75rem; }
  .hero { min-height: auto; padding: 68px 16px 78px; }
  .hero-grid { gap: 46px; }
  h1 { font-size: clamp(2.75rem, 14.5vw, 4.6rem); }
  h2 { font-size: clamp(2.05rem, 11vw, 3.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trial-note { gap: 8px; flex-direction: column; }
  .hero-product { width: 100%; padding-bottom: 80px; }
  .dashboard-frame { border-radius: 16px; transform: rotateY(-2deg); }
  .event-card { min-width: 150px; padding: 10px 12px; }
  .event-card-order { left: -3px; top: -18px; }
  .event-card-estimate { right: -4px; bottom: 18px; }
  .event-card-done { right: 4px; top: auto; bottom: -44px; }
  .hero-pipeline { display: flex; margin-top: 78px; overflow-x: auto; }
  .section { width: calc(100% - 24px); margin-bottom: 68px; padding: 34px 20px; border-radius: 24px; }
  .problem-section { padding-top: 72px; }
  .chaos-grid { justify-content: flex-start; }
  .flow-step { padding-right: 8px; }
  .inline-cta { width: calc(100% - 24px); margin: -36px auto 68px; padding: 20px; align-items: flex-start; flex-direction: column; }
  .screens-section { padding-right: 0; padding-left: 0; }
  .screens-section > .section-intro { padding: 0 20px; }
  .screen-selector { padding-right: 20px; padding-left: 20px; }
  .screen-showcase { min-height: auto; padding: 34px 20px; }
  .catalog-callout { padding: 24px; }
  .demo-timeline { padding: 38px 20px 0; }
  .demo-timeline ol { grid-template-columns: 1fr; }
  .check-list, .role-grid, .kpi-board, .faq-grid { grid-template-columns: 1fr; }
  .role-grid article { min-height: 190px; }
  .kpi-board > .demo-label { position: static; grid-column: 1; }
  .pricing article { min-width: min(88vw, 330px); }
  .final-cta { width: calc(100% - 24px); padding: 34px 22px; border-radius: 24px; }
  footer { width: calc(100% - 32px); padding-bottom: 190px; grid-template-columns: 1fr; }
  .cookie-consent { right: 12px; bottom: 12px; left: 12px; width: calc(100% - 24px); max-height: calc(100vh - 24px); padding: 17px; gap: 16px; overflow-y: auto; }
  .cookie-actions { width: 100%; align-items: stretch; flex-direction: column-reverse; }
  .cookie-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal].reveal-pending { opacity: 1; transform: none; }
  .dashboard-frame, .phone-frame-large, .chaos-grid span { transform: none; }
}
