:root {
  --blue-950: #041533;
  --blue-900: #07245a;
  --blue-800: #06398d;
  --blue-700: #0753c7;
  --blue-600: #0969e8;
  --blue-500: #1681ff;
  --blue-100: #dbeeff;
  --blue-50: #f2f8ff;
  --ink: #071a36;
  --muted: #60718b;
  --line: #dfe9f5;
  --white: #fff;
  --shadow: 0 24px 70px rgba(5, 47, 112, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
svg { fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; overflow: hidden; pointer-events: none; }
.no-js .reveal { opacity: 1; transform: none; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body, button, a { font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { max-width: 100%; display: block; }
p { margin: 0; }
h1, h2, h3 { margin: 0; letter-spacing: -.035em; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -60px; background: #fff; color: var(--blue-800); padding: 12px 16px; border-radius: 10px; z-index: 1000; box-shadow: var(--shadow); font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 78px; transition: .3s ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { height: 70px; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border-color: rgba(205,221,240,.8); box-shadow: 0 8px 30px rgba(2,33,83,.07); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; width: 178px; position: relative; z-index: 2; }
.brand img, .footer-brand img { width: 100%; height: auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 29px; font-size: 14px; font-weight: 700; color: #2d4567; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 12px 0; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; border-radius: 2px; background: var(--blue-600); transition: .25s; }
.main-nav > a:not(.nav-cta):hover { color: var(--blue-700); }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 12px 17px; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--blue-700), var(--blue-500)); box-shadow: 0 9px 24px rgba(6, 93, 215, .22); transition: .25s; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 13px 30px rgba(6, 93, 215, .3); }
.menu-toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 12px; cursor: pointer; }

.hero { min-height: 900px; padding: 158px 0 0; overflow: hidden; position: relative; background: radial-gradient(circle at 13% 34%, rgba(95,179,255,.16), transparent 30%), linear-gradient(180deg,#fafdff 0%,#f4f9ff 74%,#fff 100%); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(18,95,180,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(18,95,180,.05) 1px, transparent 1px); background-size: 62px 62px; -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 84%); mask-image: linear-gradient(to bottom, #000 0%, transparent 84%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.orb-one { width: 500px; height: 500px; right: -270px; top: 120px; background: radial-gradient(circle, rgba(21,127,255,.19), rgba(21,127,255,0) 70%); animation: orbFloat 8s ease-in-out infinite; }
.orb-two { width: 300px; height: 300px; left: -180px; bottom: 40px; background: radial-gradient(circle, rgba(0,194,255,.15), rgba(0,194,255,0) 70%); animation: orbFloat 10s ease-in-out infinite reverse; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .89fr 1.11fr; gap: 74px; align-items: center; }
.hero-copy { padding-bottom: 28px; }
.eyebrow, .section-kicker { color: var(--blue-700); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid rgba(8,97,212,.16); border-radius: 999px; background: rgba(255,255,255,.75); box-shadow: 0 5px 20px rgba(23,87,170,.07); }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c977; box-shadow: 0 0 0 rgba(34,201,119,.4); animation: pulse 2s infinite; }
.hero h1 { max-width: 620px; margin-top: 21px; font-size: clamp(43px, 4.45vw, 68px); line-height: 1.04; font-weight: 800; color: var(--blue-950); }
.hero h1 span, .section-heading h2 span, .section-copy h2 span { color: var(--blue-600); }
.hero-lead { max-width: 590px; margin-top: 22px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 21px; border-radius: 13px; font-size: 14px; font-weight: 800; transition: .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue-800), var(--blue-500)); box-shadow: 0 14px 28px rgba(4,89,210,.24); }
.button-primary:hover { box-shadow: 0 19px 35px rgba(4,89,210,.32); }
.button-ghost { color: var(--blue-800); background: rgba(255,255,255,.72); border: 1px solid #d4e4f6; }
.button-ghost:hover { background: #fff; border-color: #b7d2ef; }
.hero-proof { display: flex; align-items: center; gap: 13px; margin-top: 31px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 30px; height: 30px; margin-left: -7px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg,#1694ff,#073f9c); border: 2px solid #fff; font-size: 10px; font-weight: 800; }
.avatar-stack span:first-child { margin: 0; }
.hero-proof strong, .hero-proof small { display: block; }
.hero-proof strong { font-size: 12px; }
.hero-proof small { margin-top: 3px; color: #7687a0; font-size: 10px; }

.hero-visual { position: relative; perspective: 1200px; }
.dashboard-shell { border: 1px solid rgba(175,204,236,.8); border-radius: 21px; background: rgba(255,255,255,.8); box-shadow: 0 35px 80px rgba(7,54,120,.18), 0 0 0 8px rgba(255,255,255,.33); overflow: hidden; transform: rotateY(-3deg) rotateX(1deg); animation: dashboardFloat 6s ease-in-out infinite; backdrop-filter: blur(10px); }
.dash-top { height: 43px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e2ebf5; background: rgba(247,251,255,.9); color: #7b8da6; font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: #d9e3ed; }
.window-dots i:first-child { background: #ff7890; }
.window-dots i:nth-child(2) { background: #ffc45d; }
.window-dots i:nth-child(3) { background: #46d68e; }
.live-chip { display: flex; align-items: center; gap: 5px; color: #16a665; background: #e8fff3; border-radius: 999px; padding: 4px 8px; letter-spacing: .08em; }
.live-chip i { width: 5px; height: 5px; background: #20c778; border-radius: 50%; }
.dash-body { height: 410px; display: grid; grid-template-columns: 52px 1fr; }
.dash-side { display: flex; flex-direction: column; align-items: center; gap: 17px; padding-top: 13px; border-right: 1px solid #e2ebf5; background: #f9fbfe; }
.side-logo { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: var(--blue-700); font-size: 10px; font-weight: 900; }
.dash-side i { width: 17px; height: 17px; border: 4px solid #d7e3f0; border-radius: 5px; }
.dash-side i.active { border-color: #72b2ff; background: #e5f2ff; }
.dash-content { padding: 23px 23px 20px; background: linear-gradient(145deg,#fff,#f8fbff); }
.dash-heading { display: flex; align-items: center; justify-content: space-between; }
.dash-heading small, .dash-heading strong { display: block; }
.dash-heading small { color: #8c9bb1; font-size: 7px; letter-spacing: .14em; }
.dash-heading strong { margin-top: 4px; color: #122a4b; font-size: 18px; }
.dash-heading > span { color: #8292a7; font-size: 8px; padding: 6px 9px; border: 1px solid #e0e9f3; border-radius: 7px; background: #fff; }
.stat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 17px; }
.stat-card { min-width: 0; padding: 14px; border: 1px solid #e5ecf4; border-radius: 12px; background: #fff; box-shadow: 0 7px 20px rgba(18,57,108,.05); }
.stat-card span, .stat-card strong, .stat-card em { display: block; }
.stat-card span { color: #7e8da2; font-size: 8px; }
.stat-card strong { margin-top: 7px; font-size: 18px; color: #102a50; }
.stat-card em { margin-top: 6px; color: #25ad70; font-size: 7px; font-style: normal; font-weight: 800; }
.stat-card.blue { background: linear-gradient(135deg,#0753bd,#1185ff); border-color: transparent; }
.stat-card.blue span, .stat-card.blue strong { color: #fff; }
.stat-card.blue em { color: #b9f5d7; }
.dash-lower { display: grid; grid-template-columns: 1.3fr .9fr; gap: 10px; margin-top: 11px; }
.chart-card, .activity-card { padding: 14px; border: 1px solid #e5ecf4; border-radius: 12px; background: #fff; }
.card-label { display: flex; justify-content: space-between; align-items: center; }
.card-label strong { color: #233b5c; font-size: 9px; }
.card-label span { color: #8495aa; font-size: 7px; }
.card-label > i { width: 5px; height: 5px; border-radius: 50%; background: #27ce80; }
.bar-chart { height: 115px; display: flex; align-items: flex-end; gap: 7px; padding-top: 15px; border-bottom: 1px solid #e7eef6; background-image: linear-gradient(#eef3f8 1px, transparent 1px); background-size: 100% 33%; }
.bar-chart i { flex: 1; max-width: 14px; border-radius: 4px 4px 0 0; background: linear-gradient(#1887ff,#0750bb); opacity: .88; animation: bars 2.3s ease-in-out infinite alternate; transform-origin: bottom; }
.bar-chart i:nth-child(even) { animation-delay: -.8s; opacity: .6; }
.chart-days { display: flex; justify-content: space-between; color: #a0adbe; font-size: 6px; padding-top: 7px; }
.activity-row { display: flex; align-items: center; gap: 8px; margin-top: 17px; }
.activity-icon { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; color: #1476de; background: #eaf5ff; }
.ai-1 { color: #7d55d9; background: #f0ebff; }
.ai-2 { color: #18a66b; background: #e8fff4; }
.activity-row span, .activity-row small { display: block; }
.activity-row span { color: #344b68; font-size: 7px; font-weight: 800; }
.activity-row small { margin-top: 3px; color: #9ba9ba; font-size: 6px; font-weight: 400; }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 11px 13px; border: 1px solid rgba(188,211,236,.85); border-radius: 13px; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); box-shadow: 0 16px 38px rgba(8,55,116,.15); animation: floatCard 5s ease-in-out infinite; }
.float-card b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: linear-gradient(135deg,#0b62d3,#1898ff); }
.float-card span strong, .float-card span small { display: block; white-space: nowrap; }
.float-card span strong { color: #153256; font-size: 9px; }
.float-card span small { margin-top: 3px; color: #8a9caf; font-size: 7px; }
.float-card > i { width: 7px; height: 7px; margin-left: 4px; border-radius: 50%; background: #27cf7e; box-shadow: 0 0 0 4px #e2faef; }
.float-chat { left: -30px; bottom: -22px; }
.float-secure { right: -23px; top: 78px; animation-delay: -2.5s; }
.float-secure b { color: #20a46d; background: #e9fff4; }
.trust-bar { position: relative; z-index: 2; min-height: 99px; margin-top: 96px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #e4edf7; }
.trust-bar > span { color: #8292a9; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.trust-bar > div { display: flex; gap: 32px; }
.trust-bar b { display: flex; align-items: center; gap: 6px; color: #526782; font-size: 11px; }
.trust-bar b svg { color: #1cb775; }

.section { padding: 112px 0; }
.section-heading { max-width: 720px; }
.section-heading.center { margin: 0 auto; text-align: center; }
.section-heading h2, .section-copy h2 { margin-top: 14px; color: var(--blue-950); font-size: clamp(35px,4vw,53px); line-height: 1.12; font-weight: 800; }
.section-heading p, .section-copy > p { margin-top: 18px; color: var(--muted); line-height: 1.75; font-size: 15px; }
.section-heading.center p { max-width: 630px; margin-left: auto; margin-right: auto; }
.intro-section { background: #fff; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.mini-benefits { display: grid; gap: 13px; }
.mini-benefits article { display: grid; grid-template-columns: 60px 1fr; gap: 18px; align-items: center; padding: 20px 22px; border: 1px solid var(--line); border-radius: 16px; transition: .25s; }
.mini-benefits article:hover { border-color: #aed3fc; transform: translateX(5px); box-shadow: 0 15px 35px rgba(5,60,132,.08); }
.mini-benefits article > b { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 15px; color: var(--blue-700); background: var(--blue-50); font-size: 13px; }
.mini-benefits strong { font-size: 17px; }
.mini-benefits p { margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.features-section { background: linear-gradient(180deg,#f7fbff,#eff7ff); border-top: 1px solid #e7f0fa; border-bottom: 1px solid #e1edf8; }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 53px; }
.feature-card { position: relative; min-height: 278px; display: flex; flex-direction: column; padding: 25px 23px; border: 1px solid #dbe8f5; border-radius: 19px; background: rgba(255,255,255,.86); transition: .3s ease; overflow: hidden; }
.feature-card::after { content: ""; position: absolute; width: 110px; height: 110px; right: -75px; bottom: -75px; border-radius: 50%; background: rgba(10,112,231,.05); transition: .35s; }
.feature-card:hover { transform: translateY(-7px); border-color: #a8cdf5; box-shadow: 0 22px 48px rgba(6,67,145,.1); }
.feature-card:hover::after { width: 180px; height: 180px; right: -90px; bottom: -90px; }
.feature-card.featured { background: linear-gradient(145deg,#fff,#f3f9ff); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--blue-700); background: var(--blue-50); box-shadow: inset 0 0 0 1px #dbeeff; }
.feature-tag { position: absolute; right: 18px; top: 18px; padding: 6px 8px; border-radius: 999px; color: var(--blue-700); background: #edf7ff; font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.feature-card h3 { margin-top: 20px; font-size: 17px; }
.feature-card p { margin-top: 10px; color: var(--muted); font-size: 12.5px; line-height: 1.65; }
.feature-card a { position: relative; z-index: 2; display: flex; align-items: center; gap: 7px; width: max-content; margin-top: auto; padding-top: 18px; color: var(--blue-700); font-size: 11px; font-weight: 800; }
.feature-card a svg { transition: .2s; }
.feature-card a:hover svg { transform: translateX(4px); }

.system-section { position: relative; overflow: hidden; background: radial-gradient(circle at 20% 50%,#0d4a9b 0,transparent 35%), linear-gradient(135deg,#03152f,#062859); }
.system-section::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.09) 1px, transparent 1px); background-size: 48px 48px; -webkit-mask-image: radial-gradient(circle at 50%,#000,transparent 75%); mask-image: radial-gradient(circle at 50%,#000,transparent 75%); }
.system-layout { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 95px; }
.system-panel { position: relative; height: 470px; }
.system-rings i { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(89,175,255,.24); border-radius: 50%; transform: translate(-50%,-50%); }
.system-rings i:first-child { width: 220px; height: 220px; }
.system-rings i:nth-child(2) { width: 350px; height: 350px; border-style: dashed; animation: ringSpin 35s linear infinite; }
.system-rings i:nth-child(3) { width: 465px; height: 465px; opacity: .5; }
.core { position: absolute; left: 50%; top: 50%; z-index: 2; width: 148px; height: 148px; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(108,188,255,.48); border-radius: 50%; background: radial-gradient(circle at 40% 30%,#147ee9,#052d69 72%); box-shadow: 0 0 70px rgba(0,135,255,.35), inset 0 0 30px rgba(255,255,255,.1); }
.core::after { content: ""; position: absolute; inset: -11px; border: 1px solid rgba(63,164,255,.25); border-radius: 50%; animation: pulseRing 2.5s infinite; }
.core img { width: 74px; filter: brightness(0) invert(1); }
.core span { margin-top: 12px; color: #b9dcff; text-align: center; font-size: 7px; line-height: 1.5; letter-spacing: .16em; font-weight: 800; }
.orbit-item { position: absolute; display: flex; align-items: center; gap: 8px; padding: 11px 13px; border: 1px solid rgba(104,181,255,.25); border-radius: 11px; color: #aeddff; background: rgba(4,35,77,.82); box-shadow: 0 12px 28px rgba(0,0,0,.18); backdrop-filter: blur(10px); font-size: 10px; font-weight: 700; animation: floatCard 5s ease-in-out infinite; }
.orbit-item svg { color: #4fb0ff; }
.oi-1 { top: 16%; left: 3%; }
.oi-2 { top: 9%; right: 3%; animation-delay: -1s; }
.oi-3 { bottom: 12%; left: 5%; animation-delay: -2s; }
.oi-4 { bottom: 17%; right: -1%; animation-delay: -3s; }
.section-copy.light .section-kicker { color: #56b4ff; }
.section-copy.light h2 { color: #fff; }
.section-copy.light h2 span { color: #55b5ff; }
.section-copy.light > p { color: #a7bad2; }
.check-list { display: grid; gap: 15px; padding: 0; margin: 28px 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 28px 1fr; align-items: start; color: #b9c8db; font-size: 12.5px; line-height: 1.55; }
.check-list li > svg { padding: 4px; width: 21px; height: 21px; border-radius: 50%; color: #53c5ff; background: rgba(34,151,246,.15); }
.check-list strong { color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-700); font-size: 13px; font-weight: 800; }
.section-copy.light .text-link { color: #5dc0ff; }
.text-link svg { transition: .2s; }
.text-link:hover svg { transform: translateX(5px); }

.process-section { background: #fff; }
.process-section .section-heading { max-width: 770px; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 61px; }
.process-card { position: relative; padding-right: 29px; }
.process-card:not(:last-child)::after { content: ""; position: absolute; left: 67px; right: 14px; top: 25px; border-top: 1px dashed #b9d4ef; }
.process-card > b { position: absolute; right: 23px; top: 57px; color: #eaf2fa; font-size: 51px; font-weight: 900; }
.process-dot { position: relative; z-index: 2; width: 51px; height: 51px; display: grid; place-items: center; border: 1px solid #bedbf7; border-radius: 15px; color: var(--blue-700); background: #f5faff; box-shadow: 0 0 0 7px #fff; }
.process-card h3 { position: relative; margin-top: 29px; font-size: 18px; }
.process-card p { position: relative; margin-top: 9px; color: var(--muted); font-size: 12.5px; line-height: 1.65; }

.bonus-section { padding-top: 38px; }
.bonus-wrap { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; align-items: center; padding: 58px 64px; overflow: hidden; border-radius: 27px; background: radial-gradient(circle at 90% 0,rgba(57,174,255,.4),transparent 30%), linear-gradient(135deg,#06489e,#0778e7); box-shadow: 0 28px 65px rgba(4,76,169,.22); }
.bonus-wrap::after { content: ""; position: absolute; width: 260px; height: 260px; right: -130px; bottom: -130px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.035),0 0 0 100px rgba(255,255,255,.02); }
.bonus-copy { position: relative; z-index: 2; }
.bonus-badge { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #d8efff; background: rgba(255,255,255,.09); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.bonus-copy h2 { margin-top: 17px; color: #fff; font-size: clamp(34px,4vw,51px); line-height: 1.08; }
.bonus-copy h2 span { color: #a9ddff; }
.bonus-copy p { margin-top: 15px; color: #d1e6fa; font-size: 13px; line-height: 1.65; }
.button-white { margin-top: 24px; color: var(--blue-800); background: #fff; box-shadow: 0 13px 28px rgba(2,39,93,.19); }
.bonus-cards { position: relative; z-index: 2; display: grid; gap: 12px; }
.bonus-cards article { display: grid; grid-template-columns: 64px 1fr; gap: 17px; align-items: center; padding: 15px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(255,255,255,.12); backdrop-filter: blur(9px); transition: .25s; }
.bonus-cards article:hover { transform: translateX(-6px); background: rgba(255,255,255,.18); }
.bonus-number { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 14px; color: #0c65c7; background: #fff; font-size: 25px; font-weight: 900; }
.bonus-cards strong, .bonus-cards small { display: block; }
.bonus-cards strong { color: #fff; font-size: 15px; }
.bonus-cards small { margin-top: 5px; color: #cfe6fb; font-size: 10px; }

.demo-section { background: linear-gradient(180deg,#fff,#f6faff); }
.demo-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.demo-note { display: flex; align-items: flex-start; gap: 10px; margin-top: 24px; padding: 13px 15px; border: 1px solid #dce9f7; border-radius: 12px; color: #59708f; background: #f7fbff; font-size: 11px; line-height: 1.55; }
.demo-note svg { flex: 0 0 auto; color: var(--blue-600); }
.demo-card { overflow: hidden; border: 1px solid #d6e5f4; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.demo-card-head { padding: 15px 20px; display: flex; justify-content: space-between; border-bottom: 1px solid #e5eef7; background: #f9fcff; }
.demo-card-head > div { display: flex; align-items: center; gap: 8px; color: var(--blue-700); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.demo-card-head small { color: #8496ad; font-size: 9px; }
.login-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 19px 19px 8px; }
.login-buttons > a { min-width: 0; display: flex; align-items: center; justify-content: space-between; padding: 15px; border: 1px solid #dae7f5; border-radius: 14px; background: #fbfdff; transition: .25s; }
.login-buttons > a:hover { border-color: #9dc8f4; transform: translateY(-3px); box-shadow: 0 12px 25px rgba(8,73,153,.09); }
.login-buttons > a > span { display: flex; align-items: center; min-width: 0; gap: 10px; }
.login-buttons b { flex: 0 0 auto; width: 37px; height: 37px; display: grid; place-items: center; border-radius: 10px; color: var(--blue-700); background: var(--blue-50); }
.login-buttons em strong, .login-buttons em small { display: block; font-style: normal; }
.login-buttons em strong { font-size: 11px; }
.login-buttons em small { margin-top: 4px; color: #8999ac; font-size: 8px; }
.login-buttons > a > svg { flex: 0 0 auto; color: #8ca1b8; }
.credentials { margin: 10px 19px 19px; padding: 6px 14px; border: 1px dashed #c9dced; border-radius: 13px; background: #f7fbff; }
.credential-row { min-height: 48px; display: grid; grid-template-columns: 74px 1fr auto; gap: 12px; align-items: center; }
.credential-row + .credential-row { border-top: 1px solid #e0eaf4; }
.credential-row > span { color: #74869d; font-size: 10px; }
.credential-row code { color: #173c68; font-size: 12px; font-weight: 800; }
.copy-button { display: flex; align-items: center; gap: 5px; padding: 7px 8px; border: 0; border-radius: 8px; color: var(--blue-700); background: #e9f4ff; font-size: 9px; font-weight: 800; cursor: pointer; }
.copy-button.is-copied { color: #087b4d; background: #e5faef; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.faq-layout .text-link { margin-top: 25px; }
.faq-list details { border-bottom: 1px solid #dce7f2; }
.faq-list details:first-child { border-top: 1px solid #dce7f2; }
.faq-list summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { flex: 0 0 auto; width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid #cfe0f1; border-radius: 50%; color: var(--blue-700); font-size: 17px; font-style: normal; font-weight: 400; transition: .25s; }
.faq-list details[open] summary { color: var(--blue-700); }
.faq-list details[open] summary i { color: #fff; background: var(--blue-700); border-color: var(--blue-700); transform: rotate(45deg); }
.faq-list details p { max-width: 90%; padding: 0 0 21px; color: var(--muted); font-size: 12.5px; line-height: 1.7; }

.cta-section { padding: 10px 0 90px; }
.cta-inner { position: relative; min-height: 245px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 52px 58px; overflow: hidden; border-radius: 25px; background: linear-gradient(135deg,#041d43,#073d81); box-shadow: 0 27px 58px rgba(3,33,75,.2); }
.cta-grid { position: absolute; inset: 0; opacity: .23; 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: 38px 38px; -webkit-mask-image: linear-gradient(90deg,transparent,#000); mask-image: linear-gradient(90deg,transparent,#000); }
.cta-inner > div:not(.cta-grid), .cta-inner > a { position: relative; z-index: 2; }
.cta-inner span { color: #53b6ff; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.cta-inner h2 { margin-top: 12px; color: #fff; font-size: clamp(32px,4vw,47px); }
.cta-inner h2 em { color: #67c2ff; font-style: normal; }
.cta-inner p { margin-top: 12px; color: #aec3da; font-size: 13px; }
.cta-inner .button-white { margin: 0; white-space: nowrap; }

.site-footer { padding: 70px 0 24px; color: #b9c8da; background: #020d20; }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(3,1fr); gap: 60px; }
.footer-brand img { width: 165px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 320px; margin-top: 17px; color: #8fa2ba; font-size: 12px; line-height: 1.7; }
.footer-brand > a { display: inline-flex; align-items: center; gap: 8px; margin-top: 19px; color: #55bdff; font-size: 12px; font-weight: 800; }
.footer-grid h3 { margin: 2px 0 20px; color: #fff; font-size: 12px; letter-spacing: .03em; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) span { display: block; margin-top: 13px; color: #8498b0; font-size: 11px; }
.footer-grid > div:not(.footer-brand) a:hover { color: #5bbdff; }
.footer-bottom { margin-top: 55px; padding-top: 21px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #14243c; color: #61738a; font-size: 9px; line-height: 1.5; }
.footer-bottom p:last-child { text-align: right; }
.wa-float { position: fixed; right: 24px; bottom: 24px; z-index: 80; display: flex; align-items: center; gap: 9px; color: #fff; filter: drop-shadow(0 12px 20px rgba(8,55,41,.25)); }
.wa-float > span { padding: 10px 13px; border-radius: 10px; background: #142f52; font-size: 10px; font-weight: 800; opacity: 0; transform: translateX(8px); transition: .25s; }
.wa-float:hover > span { opacity: 1; transform: none; }
.wa-float > b { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: #20c775; box-shadow: 0 0 0 6px rgba(32,199,117,.13); }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.feature-card:nth-child(2), .process-card:nth-child(2) { transition-delay: .08s; }
.feature-card:nth-child(3), .process-card:nth-child(3) { transition-delay: .16s; }
.feature-card:nth-child(4), .process-card:nth-child(4) { transition-delay: .24s; }
.feature-card:nth-child(6) { transition-delay: .08s; }
.feature-card:nth-child(7) { transition-delay: .16s; }
.feature-card:nth-child(8) { transition-delay: .24s; }

@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(34,201,119,.5); } 70% { box-shadow: 0 0 0 7px rgba(34,201,119,0); } 100% { box-shadow: 0 0 0 0 rgba(34,201,119,0); } }
@keyframes orbFloat { 50% { transform: translate3d(0,25px,0) scale(1.07); } }
@keyframes dashboardFloat { 50% { transform: rotateY(-1deg) rotateX(0) translateY(-8px); } }
@keyframes floatCard { 50% { transform: translateY(-8px); } }
@keyframes bars { 50% { transform: scaleY(.75); } }
@keyframes ringSpin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes pulseRing { 60% { inset: -24px; opacity: 0; } 100% { opacity: 0; } }

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }
  .hero-layout { gap: 40px; grid-template-columns: .92fr 1.08fr; }
  .hero h1 { font-size: 51px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .feature-card { min-height: 245px; }
  .system-layout { gap: 50px; }
  .footer-grid { gap: 35px; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 32px, 700px); }
  .site-header { height: 68px; }
  .site-header.is-scrolled { height: 64px; }
  .brand { width: 150px; }
  .menu-toggle { display: inline-flex; position: relative; z-index: 2; }
  .main-nav { position: absolute; left: 16px; right: 16px; top: 75px; padding: 18px; display: grid; gap: 4px; border: 1px solid #d8e6f4; border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: 0 24px 50px rgba(4,43,95,.16); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: .25s; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav > a:not(.nav-cta) { padding: 12px 8px; border-bottom: 1px solid #edf2f7; }
  .nav-cta { justify-content: center; margin-top: 8px; }
  .hero { padding-top: 118px; }
  .hero-layout { grid-template-columns: 1fr; gap: 72px; }
  .hero-copy { max-width: 680px; text-align: center; margin: 0 auto; }
  .hero h1 { max-width: 680px; font-size: clamp(42px,8vw,63px); }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .eyebrow { margin: 0 auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { max-width: 630px; margin: 0 auto; }
  .trust-bar { margin-top: 90px; padding: 28px 0; display: grid; justify-content: center; gap: 20px; text-align: center; }
  .trust-bar > div { flex-wrap: wrap; justify-content: center; }
  .section { padding: 88px 0; }
  .intro-grid, .system-layout, .demo-layout, .faq-layout { grid-template-columns: 1fr; gap: 55px; }
  .mini-benefits { max-width: 680px; }
  .system-panel { order: 2; max-width: 570px; width: 100%; margin: 0 auto; }
  .process-grid { grid-template-columns: repeat(2,1fr); gap: 45px 20px; }
  .process-card:nth-child(2)::after { display: none; }
  .bonus-wrap { grid-template-columns: 1fr; padding: 50px; }
  .bonus-cards { grid-template-columns: repeat(3,1fr); }
  .bonus-cards article { grid-template-columns: 1fr; align-items: start; }
  .login-buttons { grid-template-columns: 1fr 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 600px) {
  .container { width: calc(100% - 28px); }
  .hero { min-height: auto; padding-top: 105px; }
  .hero h1 { font-size: 39px; line-height: 1.07; }
  .hero-lead { font-size: 14px; line-height: 1.7; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-proof { text-align: left; }
  .dashboard-shell { transform: none; animation: dashboardFloatMobile 6s ease-in-out infinite; }
  .dash-body { height: 310px; grid-template-columns: 38px 1fr; }
  .dash-side { gap: 13px; }
  .side-logo { width: 22px; height: 22px; }
  .dash-side i { width: 13px; height: 13px; border-width: 3px; }
  .dash-content { padding: 15px 12px; }
  .dash-heading strong { font-size: 13px; }
  .stat-grid { gap: 6px; margin-top: 12px; }
  .stat-card { padding: 9px 7px; }
  .stat-card span { font-size: 6px; white-space: nowrap; }
  .stat-card strong { font-size: 12px; }
  .dash-lower { grid-template-columns: 1.45fr .8fr; gap: 6px; }
  .chart-card, .activity-card { padding: 9px; }
  .bar-chart { height: 82px; gap: 4px; }
  .activity-row { gap: 5px; margin-top: 10px; }
  .activity-icon { width: 19px; height: 19px; }
  .activity-row span { font-size: 5.6px; }
  .activity-row small { font-size: 4.5px; }
  .float-card { padding: 8px; }
  .float-card b { width: 28px; height: 28px; }
  .float-chat { left: -4px; bottom: -35px; }
  .float-secure { right: -3px; top: 51px; }
  .trust-bar { margin-top: 75px; }
  .trust-bar > div { gap: 15px; }
  .trust-bar b { font-size: 9px; }
  .section { padding: 72px 0; }
  .section-heading h2, .section-copy h2 { font-size: 34px; }
  .section-heading p, .section-copy > p { font-size: 13.5px; }
  .intro-grid { gap: 37px; }
  .mini-benefits article { grid-template-columns: 47px 1fr; padding: 16px; }
  .mini-benefits article > b { width: 47px; height: 47px; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 35px; }
  .feature-card { min-height: 235px; }
  .system-layout { gap: 35px; }
  .system-panel { height: 350px; transform: scale(.82); margin: -25px auto; }
  .system-rings i:nth-child(3) { width: 400px; height: 400px; }
  .oi-1 { left: -5%; }
  .oi-2 { right: -5%; }
  .oi-3 { left: -5%; }
  .oi-4 { right: -7%; }
  .process-grid { grid-template-columns: 1fr; gap: 36px; }
  .process-card { padding-left: 70px; padding-right: 0; min-height: 70px; }
  .process-card:not(:last-child)::after { left: 25px; right: auto; top: 60px; bottom: -28px; height: auto; border-top: 0; border-left: 1px dashed #b9d4ef; }
  .process-card:nth-child(2)::after { display: block; }
  .process-dot { position: absolute; left: 0; top: 0; }
  .process-card > b { right: 5px; top: 0; font-size: 44px; }
  .process-card h3 { margin-top: 0; padding-top: 4px; }
  .bonus-section { padding-top: 15px; }
  .bonus-wrap { gap: 38px; padding: 35px 24px; border-radius: 22px; }
  .bonus-cards { grid-template-columns: 1fr; }
  .bonus-cards article { grid-template-columns: 58px 1fr; }
  .bonus-number { width: 51px; height: 51px; }
  .login-buttons { grid-template-columns: 1fr; }
  .credential-row { grid-template-columns: 64px 1fr auto; gap: 7px; }
  .cta-section { padding: 0 0 68px; }
  .cta-inner { min-height: 320px; display: grid; padding: 35px 24px; text-align: center; }
  .cta-inner .button-white { width: 100%; }
  .site-footer { padding-top: 55px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-grid > div:last-child { display: block; }
  .footer-bottom { display: grid; }
  .footer-bottom p:last-child { text-align: left; }
  .wa-float { right: 17px; bottom: 17px; }
  .wa-float > span { display: none; }
  .wa-float > b { width: 48px; height: 48px; }
}

@keyframes dashboardFloatMobile { 50% { transform: translateY(-7px); } }

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