:root {
  --ink: #081611;
  --ink-soft: #52605a;
  --paper: #f4f6f2;
  --card: #ffffff;
  --line: #dce3dc;
  --green: #16e07f;
  --green-dark: #0fb96a;
  --green-soft: #d9fae9;
  --deep: #07120f;
  --deep-card: #0e1d18;
  --shadow: 0 20px 70px rgba(3, 24, 15, 0.1);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", Arial, sans-serif; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 116px 0; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 78px; transition: .25s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(7, 18, 15, .88); backdrop-filter: blur(18px); border-color: rgba(255,255,255,.08); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 800; letter-spacing: .13em; color: #fff; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; border: 2px solid var(--green); border-radius: 9px 9px 12px 9px; transform: rotate(45deg); }
.brand-mark span { width: 9px; height: 9px; border-radius: 50%; background: var(--green); }
.desktop-nav { display: flex; gap: 32px; align-items: center; }
.desktop-nav a { color: #b7c2bd; font-size: 14px; font-weight: 600; transition: .2s; }
.desktop-nav a:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.button { appearance: none; border: 0; border-radius: 11px; padding: 12px 19px; font-weight: 700; font-size: 14px; display: inline-flex; justify-content: center; align-items: center; gap: 9px; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #04150d; box-shadow: 0 10px 30px rgba(22, 224, 127, .18); }
.button-primary:hover { background: #2aeb91; }
.button-ghost { background: transparent; color: #c2ccc8; }
.button-outline { background: transparent; border: 1px solid #bdc9c2; color: var(--ink); }
.button-outline:hover { border-color: var(--green-dark); color: #087f48; }
.button-large { padding: 16px 23px; font-size: 15px; }
.button-light { background: #fff; color: #0a3321; }
.full-width { width: 100%; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; border-radius: 10px; background: rgba(255,255,255,.08); padding: 0; }
.menu-button span { display: block; width: 18px; height: 2px; background: white; margin: 5px auto; transition: .2s; }
.mobile-nav { display: none; }

.hero { min-height: 790px; padding: 154px 0 0; position: relative; overflow: hidden; color: #fff; background: var(--deep); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(30px); pointer-events: none; }
.hero-glow-one { width: 540px; height: 540px; right: -160px; top: 60px; background: rgba(18, 233, 130, .12); }
.hero-glow-two { width: 380px; height: 380px; left: 35%; bottom: -250px; background: rgba(25, 149, 93, .13); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .93fr 1.07fr; gap: 66px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #aebdb6; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(22,224,127,.1); }
.hero h1 { font-size: clamp(48px, 5.1vw, 78px); line-height: .99; letter-spacing: -.055em; margin: 26px 0 28px; max-width: 690px; }
.hero h1 span { color: var(--green); }
.hero-lead { max-width: 590px; font-size: 18px; line-height: 1.68; color: #aab7b2; margin: 0; }
.hero-actions { display: flex; gap: 18px; align-items: center; margin-top: 38px; }
.button-play { background: transparent; color: #d8e1dd; }
.play-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--green); font-size: 10px; padding-left: 2px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; font-size: 12px; color: #91a09a; }
.hero-proof i { font-style: normal; color: var(--green); margin-right: 5px; }

.product-visual { position: relative; min-height: 505px; display: grid; place-items: center; perspective: 1200px; }
.visual-orbit { position: absolute; border: 1px solid rgba(28,229,133,.18); border-radius: 50%; transform: rotate(-15deg); }
.orbit-one { width: 570px; height: 410px; }
.orbit-two { width: 420px; height: 610px; }
.dashboard { position: relative; z-index: 3; width: 620px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: #10201a; box-shadow: 0 40px 100px rgba(0,0,0,.45); overflow: hidden; transform: rotateY(-5deg) rotateX(2deg); }
.dashboard-bar { height: 48px; display: flex; align-items: center; padding: 0 15px; border-bottom: 1px solid rgba(255,255,255,.07); gap: 12px; }
.dashboard-brand { font-size: 9px; font-weight: 800; letter-spacing: .1em; display: flex; align-items: center; gap: 6px; }
.mini-mark { width: 12px; height: 12px; border: 2px solid var(--green); border-radius: 4px; transform: rotate(45deg); }
.dashboard-status { margin-left: auto; font-size: 8px; color: #94a39d; }
.dashboard-status span { color: var(--green); }
.avatar { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #263b33; font-size: 8px; }
.dashboard-body { display: grid; grid-template-columns: 46px 1fr; }
.dashboard-side { padding: 19px 12px; border-right: 1px solid rgba(255,255,255,.06); display: flex; flex-direction: column; align-items: center; gap: 17px; }
.side-pill { width: 15px; height: 15px; border-radius: 5px; background: #263831; }
.side-pill.active { background: var(--green); }
.side-pill.bottom { margin-top: auto; }
.camera-area { padding: 18px; }
.camera-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.camera-topline strong { display: block; font-size: 12px; }
.camera-topline small { display: block; color: #74847d; font-size: 7px; margin-top: 3px; }
.live-chip { font-size: 7px; color: #65e6a8; background: rgba(22,224,127,.08); border-radius: 10px; padding: 5px 8px; }
.camera-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.camera-card { position: relative; height: 128px; border-radius: 8px; overflow: hidden; background-color: #37423e; isolation: isolate; }
.camera-card::before, .camera-card::after { content: ""; position: absolute; z-index: -1; }
.view-one::before { inset: 16px 20px 0; background: linear-gradient(90deg, #6d7770 0 22%, #a5aaa2 23% 42%, #59665e 43% 100%); clip-path: polygon(0 10%,100% 0,100% 100%,0 100%); }
.view-one::after { width: 58px; height: 90px; right: 35px; bottom: -15px; background: #202825; border-radius: 40% 40% 10% 10%; }
.view-two::before { inset: 25px -10px -10px; background: repeating-linear-gradient(90deg,#77817b 0 35px,#48534d 36px 53px); transform: skewY(-6deg); }
.view-two::after { width: 75px; height: 35px; left: 70px; bottom: 25px; background: #1e2823; box-shadow: 92px 4px 0 #27322d; }
.view-three::before { inset: 0; background: linear-gradient(145deg,#758079 0 37%,#313c37 38% 62%,#879089 63%); }
.view-three::after { width: 100px; height: 58px; left: 92px; bottom: 10px; background: #27312c; transform: perspective(80px) rotateX(18deg); }
.view-four::before { inset: 0; background: repeating-linear-gradient(90deg,#3c4741 0 20px,#717b75 21px 37px,#2d3732 38px 50px); opacity: .9; }
.view-four::after { inset: 68px 0 0; background: #1c2621; }
.view-shade { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.05), rgba(0,0,0,.55)); }
.live, .cam-name { position: absolute; z-index: 2; font-size: 6px; }
.live { top: 8px; right: 8px; background: #dd3358; border-radius: 5px; padding: 3px 5px; }
.cam-name { bottom: 8px; left: 9px; font-size: 8px; }
.scene-lines { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.18); }
.line-a { inset: 33px 10px 20px 140px; }.line-b { width: 40px; height: 20px; left: 16px; bottom: 16px; }
.line-c { inset: 25px 160px 18px 10px; }.line-d { width: 50px; height: 32px; right: 18px; bottom: 18px; }
.line-e { width: 66px; height: 20px; left: 15px; bottom: 10px; }.line-f { width: 44px; height: 35px; right: 20px; top: 15px; }
.line-g { width: 70px; height: 45px; left: 20px; top: 20px; }.line-h { width: 50px; height: 50px; right: 35px; top: 18px; }
.timeline { margin-top: 10px; padding: 10px 12px; background: #0b1713; border-radius: 8px; }
.timeline-head, .timeline-labels { display: flex; justify-content: space-between; font-size: 6px; color: #85938d; }
.timeline-head span:last-child { color: #fff; }
.timeline-track { position: relative; height: 3px; background: #30423a; border-radius: 4px; margin: 9px 0 5px; }
.timeline-fill { display: block; width: 66%; height: 100%; background: var(--green); }
.timeline-track i { position: absolute; left: 66%; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: white; border: 2px solid var(--green); transform: translate(-50%,-50%); }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 12px 15px; background: rgba(19,35,29,.94); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; box-shadow: 0 18px 50px rgba(0,0,0,.35); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 9px; }.floating-card small { color: #91a099; font-size: 7px; margin-top: 2px; }
.float-icon { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; background: rgba(22,224,127,.12); color: var(--green); font-weight: 800; }
.alert-icon { background: rgba(248,190,53,.12); color: #f8be35; }
.storage-card { left: -5px; bottom: 30px; }.alert-card { right: -5px; top: 34px; }
.trust-row { position: relative; z-index: 2; margin-top: 84px; height: 86px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); color: #63736c; }
.trust-row > span { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.trust-item { color: #829089; font-size: 13px; font-weight: 800; letter-spacing: .08em; }

.kicker { color: #0d9b59; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.section-heading h2 { font-size: clamp(38px, 4vw, 58px); line-height: 1.06; letter-spacing: -.045em; margin: 18px 0 0; }
.section-heading > p, .split-heading > p { color: var(--ink-soft); line-height: 1.75; font-size: 16px; }
.split-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.centered-heading { max-width: 680px; text-align: center; margin: 0 auto 48px; }
.centered-heading p { margin: 20px auto 0; max-width: 600px; }
.benefits { background: #f4f6f2; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.benefit-card { min-height: 400px; position: relative; overflow: hidden; background: white; border: 1px solid #e2e7e2; border-radius: var(--radius); padding: 32px; box-shadow: 0 10px 30px rgba(14,40,28,.03); }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #0f8f54; background: var(--green-soft); font-weight: 800; }
.benefit-card h3 { font-size: 22px; margin: 25px 0 12px; letter-spacing: -.025em; }
.benefit-card p { color: var(--ink-soft); line-height: 1.65; font-size: 14px; max-width: 320px; }
.secure-vault { width: 174px; height: 174px; position: absolute; right: -8px; bottom: -12px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at center,#fff 0 35%,#dff8eb 36% 48%,#f2faf6 49%); }
.vault-ring { position: absolute; inset: 18px; border: 1px dashed #70c89c; border-radius: 50%; animation: spin 18s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.vault-lock { font-size: 34px; color: #0a8e51; }.secure-vault small { position: absolute; bottom: 25px; font-size: 9px; color: #4f7562; }
.devices { position: absolute; height: 180px; left: 40px; right: 25px; bottom: -12px; }
.device { position: absolute; background: #14251e; border: 5px solid #263b32; box-shadow: 0 20px 40px rgba(10,35,23,.17); overflow: hidden; }
.device span { display: block; height: 100%; background: linear-gradient(135deg,#345047,#13251d 50%,#7a8d82); }
.desktop-device { width: 230px; height: 138px; border-radius: 8px; left: 0; top: 0; }.phone-device { width: 65px; height: 126px; border-radius: 12px; right: 15px; bottom: 0; }
.event-list { position: absolute; left: 32px; right: 32px; bottom: 28px; display: grid; gap: 9px; }
.event-list span { padding: 11px; border: 1px solid #e4eae5; border-radius: 9px; color: #53615b; font-size: 10px; background: #fbfcfb; }
.event-list i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--green); margin-right: 8px; }.event-list b { color: var(--ink); margin-right: 7px; }
.metrics { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 48px; padding-top: 34px; border-top: 1px solid #d7dfd9; }
.metrics div { padding: 0 28px; border-right: 1px solid #d7dfd9; }.metrics div:first-child { padding-left: 0; }.metrics div:last-child { border: 0; }
.metrics strong, .metrics span { display: block; }.metrics strong { font-size: 27px; letter-spacing: -.04em; }.metrics span { margin-top: 5px; color: #68756f; font-size: 11px; }

.how { background: #fff; }
.steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 22px; }
.step { position: relative; min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); }
.step-number { position: absolute; right: 26px; top: 25px; color: #cbd5cf; font-size: 13px; font-weight: 800; }
.step-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; background: #e2f9ed; color: #0e9455; font-size: 26px; }
.step h3 { font-size: 20px; margin: 30px 0 12px; }.step p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.step-arrow { color: #8ca097; font-size: 24px; }
.compatibility { margin-top: 26px; display: flex; align-items: center; justify-content: space-between; padding: 24px 28px; border-radius: 18px; color: white; background: var(--deep); }
.compatibility > div { display: grid; grid-template-columns: auto 1fr; column-gap: 15px; }
.compat-icon { grid-row: 1 / 3; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: rgba(22,224,127,.12); color: var(--green); }
.compatibility strong { font-size: 14px; }.compatibility small { color: #94a49d; font-size: 11px; margin-top: 4px; }.compatibility .button { border-color: #365046; color: white; }

.pricing { background: #edf1ed; }
.billing-toggle { width: max-content; margin: -22px auto 42px; padding: 4px; border: 1px solid #d5ddd6; background: white; border-radius: 12px; }
.billing-toggle button { border: 0; background: transparent; padding: 10px 17px; border-radius: 8px; color: #65716b; font-size: 12px; font-weight: 700; }
.billing-toggle button.active { color: white; background: var(--ink); }.billing-toggle span { color: var(--green); }
.pricing-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; align-items: stretch; }
.price-card { position: relative; padding: 30px; border: 1px solid #dce3dd; border-radius: var(--radius); background: white; display: flex; flex-direction: column; }
.price-card.popular { color: white; background: var(--deep); border-color: var(--deep); box-shadow: 0 22px 60px rgba(6,28,18,.18); transform: translateY(-10px); }
.popular-label { position: absolute; right: 24px; top: 0; padding: 7px 12px; border-radius: 0 0 8px 8px; background: var(--green); color: #06331e; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.price-top { display: flex; justify-content: space-between; align-items: center; }.plan-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: #e0f8eb; color: #108b52; }.popular .plan-icon { background: rgba(22,224,127,.12); color: var(--green); }.plan-tag { color: #859089; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.price-card h3 { font-size: 30px; margin: 23px 0 6px; letter-spacing: -.04em; }.price-card > p { margin: 0; min-height: 41px; color: #748079; font-size: 12px; }.popular > p { color: #91a099; }
.price { padding: 24px 0; margin: 20px 0 17px; border-top: 1px solid #e5e9e6; border-bottom: 1px solid #e5e9e6; }.popular .price { border-color: #24362f; }
.price strong, .price span { display: block; }.price strong { font-size: 33px; letter-spacing: -.05em; }.price span { margin-top: 3px; color: #7b8881; font-size: 10px; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 13px; flex: 1; }.price-card li { position: relative; padding-left: 22px; font-size: 12px; color: #48564f; }.popular li { color: #c2cdc8; }.price-card li::before { content: "✓"; position: absolute; left: 0; color: #0ba15a; font-weight: 800; }.popular li::before { color: var(--green); }.popular .button-outline { color: #fff; border-color: #385046; }
.calculator { margin-top: 54px; display: grid; grid-template-columns: .75fr 1.35fr .7fr; gap: 42px; align-items: center; padding: 38px; border-radius: var(--radius); background: white; border: 1px solid #dce3dd; }
.calculator-copy h3 { font-size: 25px; margin: 12px 0 8px; }.calculator-copy p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.6; }
.range-label { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #6d7973; }.range-label strong { color: var(--ink); font-size: 14px; }
input[type="range"] { appearance: none; width: 100%; height: 4px; margin: 22px 0 20px; border-radius: 4px; background: linear-gradient(90deg,var(--green-dark) 0 14.3%,#d8dfda 14.3%); outline: none; }
input[type="range"]::-webkit-slider-thumb { appearance: none; width: 20px; height: 20px; border: 4px solid white; border-radius: 50%; background: var(--green-dark); box-shadow: 0 2px 8px rgba(0,0,0,.2); }
.archive-options { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; }.archive-options button { padding: 10px 8px; border: 1px solid #dce2de; border-radius: 8px; background: #fff; color: #5d6963; font-size: 11px; font-weight: 700; }.archive-options button.active { color: #087b46; border-color: var(--green-dark); background: #edfbf4; }
.calculator-result { padding-left: 30px; border-left: 1px solid #dfe5e0; }.calculator-result > span, .calculator-result > small, .calculator-result > strong { display: block; }.calculator-result > span { font-size: 10px; color: #6e7a74; }.calculator-result > strong { font-size: 29px; letter-spacing: -.05em; margin: 5px 0 1px; }.calculator-result > small { color: #7e8a84; font-size: 9px; margin-bottom: 14px; }

.stories { background: var(--deep); color: white; overflow: hidden; }
.stories-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; align-items: center; }
.story-copy .kicker { color: var(--green); }.story-copy h2 { font-size: clamp(42px,4.4vw,62px); line-height: 1.02; letter-spacing: -.05em; margin: 18px 0 22px; }.story-copy > p { color: #9aa8a1; line-height: 1.7; }
.story-tabs { display: flex; gap: 8px; margin: 32px 0 28px; }.story-tabs button { padding: 9px 15px; border: 1px solid #30453c; border-radius: 9px; background: transparent; color: #8e9c96; font-size: 11px; font-weight: 700; }.story-tabs button.active { color: #072718; border-color: var(--green); background: var(--green); }
.story-text { padding-left: 18px; border-left: 2px solid var(--green); }.story-text strong, .story-text span { display: block; }.story-text strong { font-size: 14px; }.story-text span { margin-top: 7px; color: #94a39c; font-size: 11px; line-height: 1.6; }
.site-map-card { position: relative; border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius); background: #10201a; padding: 18px; box-shadow: 0 40px 100px rgba(0,0,0,.3); }
.map-top { display: flex; justify-content: space-between; align-items: center; padding: 0 5px 15px; font-size: 12px; font-weight: 700; }.online-badge { color: #6be4aa; font-size: 8px; }
.map-canvas { position: relative; height: 330px; border-radius: 14px; overflow: hidden; background: #162b23; background-image: linear-gradient(33deg,transparent 45%,rgba(255,255,255,.035) 46% 49%,transparent 50%), linear-gradient(-29deg,transparent 46%,rgba(255,255,255,.035) 47% 50%,transparent 51%); background-size: 95px 80px; }
.map-road { position: absolute; height: 22px; width: 130%; left: -15%; background: #233a31; border: 1px solid #2a4439; }.road-one { top: 42%; transform: rotate(19deg); }.road-two { top: 60%; transform: rotate(-29deg); }.road-three { top: 22%; transform: rotate(-5deg); }
.map-dot { position: absolute; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; border: 6px solid rgba(22,224,127,.16); border-radius: 50%; background: var(--green); color: #082618; font-size: 11px; font-weight: 800; background-clip: padding-box; }.dot-one { top: 38%; left: 22%; }.dot-two { top: 20%; right: 22%; }.dot-three { bottom: 15%; right: 37%; }
.object-list { display: grid; gap: 8px; margin-top: 12px; }.object-list span { display: flex; align-items: center; padding: 10px; border-radius: 9px; color: #a8b4ae; background: rgba(255,255,255,.025); font-size: 9px; }.object-list i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); margin-right: 8px; }.object-list b { margin-left: auto; color: #708079; font-weight: 500; }

.faq { background: #fff; }.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }.faq .section-heading p { max-width: 380px; margin: 22px 0 28px; }.faq-item { border-bottom: 1px solid #dfe5e0; }.faq-item button { width: 100%; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; border: 0; background: transparent; text-align: left; color: var(--ink); font-size: 15px; font-weight: 700; }.faq-item button i { font-style: normal; font-size: 20px; color: #15935a; }.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }.faq-answer p { min-height: 0; overflow: hidden; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }.faq-item.open .faq-answer { grid-template-rows: 1fr; }.faq-item.open .faq-answer p { padding: 0 36px 22px 0; }
.cta-section { background: var(--green); color: #062b1a; padding: 80px 0; }.cta-inner { display: grid; grid-template-columns: 1fr .72fr; gap: 100px; align-items: center; }.cta-section .kicker { color: #0b7043; }.cta-section h2 { font-size: clamp(42px,4.5vw,64px); line-height: 1.03; letter-spacing: -.05em; margin: 18px 0 0; }.cta-copy p { line-height: 1.7; margin: 0 0 24px; }.cta-copy small { display: block; margin-top: 12px; color: #176943; font-size: 10px; }

.site-footer { color: white; background: var(--deep); padding: 68px 0 24px; }.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 50px; }.footer-brand p, .footer-contact p { color: #7f8f88; font-size: 11px; line-height: 1.7; }.footer-links { display: grid; align-content: start; gap: 12px; }.footer-links strong, .footer-contact strong { font-size: 11px; margin-bottom: 5px; }.footer-links a { color: #83928b; font-size: 11px; }.footer-links a:hover { color: var(--green); }.footer-contact .button { color: white; border-color: #30483e; margin-top: 7px; }.vk-link { display: flex; width: max-content; align-items: center; gap: 8px; margin-top: 13px; color: #95a39d; font-size: 11px; font-weight: 700; }.vk-link span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; color: white; background: #2787f5; font-size: 9px; font-weight: 800; }.vk-link:hover { color: white; }.footer-bottom { display: flex; justify-content: space-between; margin-top: 56px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.07); color: #586760; font-size: 9px; }

.modal { position: fixed; z-index: 200; inset: 0; display: none; align-items: center; justify-content: center; padding: 20px; }.modal.open { display: flex; }.modal-backdrop { position: absolute; inset: 0; background: rgba(2,11,7,.78); backdrop-filter: blur(8px); }.modal-panel { position: relative; z-index: 1; width: min(500px,100%); max-height: calc(100vh - 40px); overflow: auto; padding: 38px; background: white; border-radius: 22px; box-shadow: 0 30px 100px rgba(0,0,0,.35); }.modal-close { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #edf2ee; color: #3a4b42; font-size: 22px; }.modal-panel h2 { font-size: 32px; letter-spacing: -.04em; margin: 13px 0 10px; }.modal-panel > div > p { color: var(--ink-soft); font-size: 13px; line-height: 1.65; }.modal form { display: grid; gap: 14px; margin-top: 25px; }.modal label { display: grid; gap: 7px; font-size: 11px; font-weight: 700; }.modal input[type="text"], .modal input[type="tel"], .modal input[type="number"] { width: 100%; padding: 13px 14px; border: 1px solid #d6ded8; border-radius: 10px; outline: none; }.modal input:focus { border-color: #0fac63; box-shadow: 0 0 0 3px rgba(22,224,127,.11); }.consent { grid-template-columns: auto 1fr !important; align-items: start; color: #6f7b75; font-weight: 500 !important; line-height: 1.5; }.consent input { margin-top: 3px; accent-color: var(--green-dark); }.consent a { color: #08894d; text-decoration: underline; }.form-message { min-height: 18px; color: #b13b4d; font-size: 11px; text-align: center; }.success-view { padding: 20px 0; text-align: center; }.success-mark { width: 64px; height: 64px; margin: 0 auto; display: grid; place-items: center; border-radius: 50%; color: #087e48; background: var(--green-soft); font-size: 28px; }.success-view .button { margin-top: 18px; }

.website-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }.menu-button { display: block; }.mobile-nav { position: absolute; inset: 78px 0 auto; display: grid; gap: 0; padding: 12px 20px 20px; background: rgba(7,18,15,.97); border-top: 1px solid rgba(255,255,255,.06); transform: translateY(-140%); opacity: 0; transition: .25s; }.mobile-nav.open { transform: none; opacity: 1; }.mobile-nav a { padding: 13px; color: #c7d1cc; border-bottom: 1px solid rgba(255,255,255,.05); }
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { text-align: center; }.hero-copy .eyebrow { justify-content: center; }.hero h1, .hero-lead { margin-left: auto; margin-right: auto; }.hero-actions, .hero-proof { justify-content: center; }.product-visual { width: min(720px,100%); margin: 20px auto 0; }.trust-row { margin-top: 25px; }
  .benefit-card { padding: 25px; }.pricing-grid { grid-template-columns: repeat(2,1fr); }.calculator { grid-template-columns: 1fr 1.2fr; }.calculator-result { grid-column: 1/-1; border-left: 0; border-top: 1px solid #dfe5e0; padding: 22px 0 0; display: grid; grid-template-columns: 1fr auto; align-items: center; }.calculator-result .button { grid-column: 2; grid-row: 1/4; width: auto; margin-left: 30px; }.stories-grid { gap: 50px; }.faq-grid { gap: 55px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 620px); }.section { padding: 78px 0; }.desktop-only { display: none; }.site-header { height: 68px; }.mobile-nav { top: 68px; }.brand { font-size: 17px; }.brand-mark { width: 27px; height: 27px; }.header-actions .button-primary { padding: 10px 12px; font-size: 12px; }
  .hero { padding-top: 120px; min-height: auto; }.hero h1 { font-size: 47px; }.hero-lead { font-size: 15px; }.hero-actions { flex-direction: column; align-items: stretch; }.button-play { align-self: center; }.hero-proof { gap: 10px 18px; }.product-visual { min-height: 390px; transform: scale(.83); margin: -15px 0 -35px; transform-origin: center; }.dashboard { width: 610px; }.trust-row { overflow: hidden; gap: 26px; justify-content: flex-start; white-space: nowrap; }.trust-row > span { display: none; }
  .split-heading { grid-template-columns: 1fr; gap: 10px; margin-bottom: 35px; }.section-heading h2 { font-size: 39px; }.benefit-grid, .pricing-grid { grid-template-columns: 1fr; }.benefit-card { min-height: 360px; }.metrics { grid-template-columns: 1fr 1fr; gap: 0; }.metrics div { padding: 18px 10px; border-bottom: 1px solid #d7dfd9; }.metrics div:nth-child(2) { border-right: 0; }.metrics div:nth-child(3), .metrics div:nth-child(4) { border-bottom: 0; }.metrics div:nth-child(3) { padding-left: 0; }
  .steps { grid-template-columns: 1fr; }.step-arrow { transform: rotate(90deg); text-align: center; }.compatibility { align-items: stretch; gap: 20px; flex-direction: column; }.popular { transform: none !important; }.calculator { grid-template-columns: 1fr; gap: 28px; padding: 25px; }.calculator-result { grid-column: auto; display: block; padding-top: 22px; }.calculator-result .button { width: 100%; margin: 14px 0 0; }.stories-grid, .faq-grid, .cta-inner { grid-template-columns: 1fr; gap: 50px; }.site-map-card { order: -1; }.map-canvas { height: 260px; }.faq .section-heading .button { display: none; }.cta-inner { gap: 30px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand, .footer-contact { grid-column: 1/-1; }.footer-bottom { gap: 15px; flex-direction: column; }.modal-panel { padding: 32px 22px 25px; }
}

@media (max-width: 420px) {
  .header-actions .button-primary { display: none; }.hero h1 { font-size: 41px; }.product-visual { transform: scale(.66); margin: -60px 0 -80px; }.trust-row { margin-top: 10px; }.benefit-card { min-height: 375px; }.metrics strong { font-size: 22px; }.story-tabs { flex-wrap: wrap; }
}

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