@font-face {
  font-family: 'Formula 1';
  src: url('../fonts/Formula1-Regular_web_0.ttf') format('truetype');
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
}

@font-face {
  font-family: 'Formula 1';
  src: url('../fonts/Formula1-Bold_web_0.ttf') format('truetype');
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

@font-face {
  font-family: 'Formula 1 Wide';
  src: url('../fonts/Formula1-Wide_web_0.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #091512;
  --paper: #f5f7f2;
  --paper-2: #ebefe7;
  --surface: #ffffff;
  --surface-dark: #0c1c18;
  --muted: #52615c;
  --muted-light: #aebbb6;
  --line: #d9e0da;
  --line-dark: rgba(255, 255, 255, .14);
  --lime: #c7f36b;
  --lime-dark: #9bc73d;
  --mint: #66d7b5;
  --blue: #83bff7;
  --orange: #f4a66f;
  --purple: #aaa0ee;
  --max: 1240px;
  --shadow: 0 24px 70px rgba(9, 21, 18, .1);
  --radius: 22px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Formula 1', 'Segoe UI', Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; inset: 0; z-index: -2; pointer-events: none; opacity: .28; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid #35735f; outline-offset: 4px; }
[hidden] { display: none !important; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--lime); color: var(--ink); font-weight: 800; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 870px; }
.section { padding: 112px 0; }
.section-dark { position: relative; overflow: hidden; background: var(--surface-dark); color: #f4fbf7; }
.section-dark::after { content: ''; position: absolute; width: 600px; height: 600px; border-radius: 50%; right: -280px; bottom: -360px; background: radial-gradient(circle, rgba(199, 243, 107, .14), transparent 68%); pointer-events: none; }
.section-soft { background: var(--paper-2); border-block: 1px solid var(--line); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #356856; font: 400 12px/1 'Formula 1 Wide', 'Formula 1', sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.section-dark .eyebrow { color: var(--lime); }
.eyebrow::before { content: ''; width: 22px; height: 2px; background: currentColor; }
h1, h2, h3 { margin: 0; font-family: 'Formula 1', 'Segoe UI', Arial, sans-serif; font-weight: 700; line-height: 1.08; letter-spacing: -.04em; }
h1 { max-width: 850px; font-size: clamp(42px, 6.1vw, 82px); }
h2 { max-width: 800px; font-size: clamp(34px, 4.4vw, 58px); }
h3 { font-size: 21px; }
p { margin: 0; }
.section-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .65fr); align-items: end; gap: 56px; margin-bottom: 58px; }
.section-intro p { color: var(--muted); font-size: 18px; }
.section-dark .section-intro p { color: var(--muted-light); }
.lead { max-width: 710px; color: var(--muted); font-size: clamp(18px, 2vw, 21px); }
.kicker { color: var(--lime-dark); font-weight: 700; }

.site-nav { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(9, 21, 18, .08); background: rgba(245, 247, 242, .88); backdrop-filter: blur(16px); }
.nav-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; font: 400 17px/1 'Formula 1 Wide', 'Formula 1', sans-serif; letter-spacing: -.02em; }
.brand-mark { position: relative; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; background: var(--ink); color: var(--lime); font-size: 17px; overflow: hidden; }
.brand-mark::after { content: ''; position: absolute; width: 18px; height: 18px; right: -7px; top: -7px; border: 5px solid var(--lime); border-radius: 50%; }
.nav-menu { display: flex; align-items: center; gap: 28px; color: #31433d; font-size: 14px; font-weight: 700; }
.nav-menu a { padding: 8px 0; }
.nav-menu a:not(.btn):hover { color: #0e7252; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; background: transparent; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 21px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.nav-menu .btn { padding: 12px 21px; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--ink); color: #fff; box-shadow: 0 9px 24px rgba(9, 21, 18, .16); }
.btn-primary:hover { background: #16372e; box-shadow: 0 13px 28px rgba(9, 21, 18, .2); }
.btn-lime { background: var(--lime); color: var(--ink); }
.btn-lime:hover { background: #d6ff7c; }
.btn-outline { border-color: #aab7b0; background: transparent; }
.btn-outline:hover { border-color: var(--ink); background: rgba(255, 255, 255, .5); }
.section-dark .btn-outline { color: #fff; border-color: rgba(255, 255, 255, .32); }
.section-dark .btn-outline:hover { background: rgba(255, 255, 255, .08); border-color: #fff; }
.btn[disabled] { opacity: .6; pointer-events: none; }
.text-link { display: inline-flex; align-items: center; gap: 7px; padding: 0; color: #185b47; border: 0; background: none; font-weight: 800; cursor: pointer; }
.text-link:hover { color: #0a2f24; }

.hero { position: relative; min-height: 770px; overflow: hidden; padding: 92px 0 64px; }
.hero::before { content: ''; position: absolute; inset: 0 0 auto; height: 570px; z-index: -1; background: radial-gradient(circle at 80% 20%, rgba(102, 215, 181, .26), transparent 32%), radial-gradient(circle at 15% 10%, rgba(199, 243, 107, .18), transparent 26%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .75fr); gap: 58px; align-items: center; }
.hero-copy .eyebrow { margin-bottom: 25px; }
.hero-copy h1 span { color: #34725c; }
.hero-copy .lead { margin: 29px 0 31px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 13px 24px; margin-top: 34px; color: #4b5d56; font-size: 13px; font-weight: 700; }
.trust-line span { display: inline-flex; align-items: center; gap: 8px; }
.trust-line span::before { content: '✓'; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: #dff1ba; color: #315522; font-size: 11px; }
.system-visual { position: relative; min-height: 530px; padding: 30px; border: 1px solid rgba(9, 21, 18, .12); border-radius: 32px; background: #10231e; color: #fff; box-shadow: 0 40px 90px rgba(15, 48, 38, .2); transform: rotate(1deg); }
.system-visual::before { content: ''; position: absolute; inset: 9px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 25px; pointer-events: none; }
.visual-bar { position: relative; display: flex; align-items: center; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid var(--line-dark); }
.visual-dots { display: flex; gap: 6px; }
.visual-dots i { width: 7px; height: 7px; border-radius: 50%; background: #536660; }
.visual-dots i:first-child { background: var(--lime); }
.visual-state { color: #9fb3ac; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.visual-title { margin: 28px 0 6px; color: #a9bbb5; font-size: 12px; }
.visual-value { font: 700 30px/1 'Formula 1', sans-serif; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 26px 0; }
.metric { padding: 16px 13px; border: 1px solid var(--line-dark); border-radius: 14px; background: rgba(255, 255, 255, .035); }
.metric small { display: block; margin-bottom: 9px; color: #98aaa4; font-size: 10px; }
.metric strong { font-size: 17px; }
.metric em { display: block; width: 55%; height: 4px; margin-top: 12px; border-radius: 4px; background: var(--mint); opacity: .7; }
.module-flow { position: relative; display: grid; grid-template-columns: 1fr 44px 1fr; align-items: center; gap: 8px; margin-top: 24px; }
.module { padding: 16px; border: 1px solid var(--line-dark); border-radius: 15px; background: #172e27; }
.module b { display: block; margin-bottom: 3px; font-size: 13px; }
.module small { color: #96aaa3; font-size: 10px; }
.flow-arrow { position: relative; height: 1px; background: linear-gradient(90deg, rgba(199,243,107,.18), var(--lime), rgba(199,243,107,.18)); background-size: 200% 100%; animation: flowPulse 3.2s linear infinite; }
.flow-arrow::after { content: ''; position: absolute; right: 0; top: -3px; border: 4px solid transparent; border-left-color: var(--lime); }
.automation-note { position: absolute; right: -26px; bottom: 62px; width: 190px; padding: 16px; border-radius: 15px; background: var(--lime); color: var(--ink); box-shadow: 0 18px 38px rgba(0, 0, 0, .2); transform: rotate(-3deg); }
.automation-note small { display: block; font-weight: 700; opacity: .66; }
.automation-note b { display: block; margin-top: 3px; font-size: 13px; }

.signal-strip { padding: 24px 0; border-block: 1px solid var(--line); background: rgba(255, 255, 255, .5); }
.signal-list { display: grid; grid-template-columns: repeat(5, 1fr); }
.signal-list span { min-height: 50px; display: flex; align-items: center; padding: 0 22px; border-left: 1px solid var(--line); color: #43564f; font-size: 13px; font-weight: 700; }
.signal-list span:first-child { padding-left: 0; border-left: 0; }

.problem-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.problem-sticky { align-self: start; position: sticky; top: 118px; }
.problem-sticky h2 { margin-bottom: 25px; }
.problem-sticky p { color: var(--muted); font-size: 18px; }
.problem-list { border-top: 1px solid #c8d1ca; }
.problem-item { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid #c8d1ca; }
.problem-item span { color: #52645d; font: 700 13px/1.4 'Formula 1', 'Segoe UI', Arial, sans-serif; }
.problem-item h3 { margin-bottom: 8px; }
.problem-item p { color: var(--muted); }
.problem-answer { margin-top: 28px; padding: 25px 28px; border-left: 4px solid var(--lime-dark); background: var(--surface); box-shadow: 0 10px 35px rgba(9, 21, 18, .06); font-size: 18px; font-weight: 600; }

.services-layout { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.service-card { min-height: 250px; grid-column: span 4; display: flex; flex-direction: column; padding: 27px; border-top: 1px solid var(--line-dark); background: rgba(255, 255, 255, .035); transition: background .2s ease, transform .2s ease; }
.service-card:nth-child(1), .service-card:nth-child(6), .service-card:nth-child(9) { grid-column: span 6; }
.service-card:hover { transform: translateY(-4px); background: rgba(255, 255, 255, .07); }
.service-number { color: var(--lime); font: 700 12px/1 'Formula 1', sans-serif; }
.service-card h3 { margin: 38px 0 10px; color: #fff; }
.service-card p { color: #acbbb6; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: auto 0 0; padding: 22px 0 0; list-style: none; }
.service-card li { padding: 5px 9px; border: 1px solid var(--line-dark); border-radius: 99px; color: #bdcac6; font-size: 11px; }
.service-card a { margin-top: 21px; color: var(--lime); font-weight: 700; font-size: 13px; }

.portfolio-notice { display: flex; gap: 14px; align-items: flex-start; max-width: 790px; margin: -24px 0 34px; padding: 16px 18px; border: 1px solid #ccd7cf; background: rgba(255, 255, 255, .55); color: #475a52; font-size: 14px; }
.portfolio-notice b { color: var(--ink); }
.portfolio-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.filter-btn { padding: 9px 14px; border: 1px solid #bdc9c1; border-radius: 99px; background: transparent; color: #42554e; font-size: 13px; font-weight: 700; cursor: pointer; }
.filter-btn.active, .filter-btn:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.case-card { display: grid; grid-template-columns: .72fr 1fr; min-height: 330px; overflow: hidden; border: 1px solid var(--line); background: var(--surface); box-shadow: 0 8px 30px rgba(9, 21, 18, .045); }
.case-visual { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; overflow: hidden; color: var(--ink); }
.case-visual::before, .case-visual::after { content: ''; position: absolute; border: 1px solid rgba(9, 21, 18, .16); border-radius: 50%; }
.case-visual::before { width: 220px; height: 220px; right: -105px; top: -50px; }
.case-visual::after { width: 130px; height: 130px; left: -70px; bottom: -45px; }
.tone-1 { background: #c8ef9d; }.tone-2 { background: #a7d9ee; }.tone-3 { background: #ecc6a5; }.tone-4 { background: #c8c3f1; }.tone-5 { background: #9ce0cd; }
.case-icon { position: relative; z-index: 1; width: 55px; height: 55px; display: grid; place-items: center; border: 1px solid rgba(9, 21, 18, .22); border-radius: 16px; background: rgba(255, 255, 255, .46); }
.case-icon svg { width: 29px; height: 29px; }
.case-category { position: relative; z-index: 1; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.case-lines { position: absolute; inset: auto 25px 72px; display: grid; gap: 8px; }
.case-lines i { display: block; width: 100%; height: 4px; background: rgba(9, 21, 18, .13); border-radius: 5px; }.case-lines i:nth-child(2){width:72%}.case-lines i:nth-child(3){width:46%}
.case-content { display: flex; flex-direction: column; padding: 29px; }
.case-topline { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin-bottom: 30px; color: #617169; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.review-pill { padding: 4px 7px; border: 1px solid #d6b977; border-radius: 99px; color: #695321; }
.case-content h3 { margin-bottom: 13px; font-size: 25px; }
.case-content p { margin-bottom: 22px; color: var(--muted); font-size: 14px; }
.case-content .text-link { margin-top: auto; font-size: 13px; }
.portfolio-empty { grid-column: 1/-1; padding: 45px; border: 1px solid var(--line); text-align: center; }

dialog { width: min(820px, calc(100% - 32px)); max-height: min(820px, calc(100vh - 32px)); padding: 0; border: 0; border-radius: 22px; color: var(--ink); background: var(--surface); box-shadow: 0 40px 100px rgba(0, 0, 0, .35); }
dialog::backdrop { background: rgba(3, 12, 9, .78); backdrop-filter: blur(5px); }
.dialog-inner { position: relative; padding: clamp(30px, 6vw, 62px); }
.dialog-close { position: absolute; right: 20px; top: 20px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; font-size: 23px; }
.dialog-lead { margin: 18px 0 32px; color: var(--muted); font-size: 18px; }
.case-study-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.case-study-grid > div { padding: 24px 24px 24px 0; border-bottom: 1px solid var(--line); }
.case-study-grid > div:nth-child(odd) { border-right: 1px solid var(--line); }
.case-study-grid > div:nth-child(even) { padding-left: 24px; }
.case-study-grid small { color: #376452; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.case-study-grid p, .case-study-grid ul { margin: 9px 0 0; padding-left: 18px; color: var(--muted); }

.price-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 78px; align-items: start; }
.price-copy { position: sticky; top: 118px; }
.price-copy h2 { margin-bottom: 25px; }
.price-copy p { color: var(--muted-light); }
.price-list { border-top: 1px solid var(--line-dark); }
.price-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 27px 0; border-bottom: 1px solid var(--line-dark); }
.price-row span { display: block; margin-bottom: 6px; color: #83958f; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.price-row h3 { font-size: 19px; }
.price-row strong { color: var(--lime); text-align: right; font: 700 18px/1.3 'Formula 1', sans-serif; }
.price-row.featured { margin-inline: -20px; padding-inline: 20px; background: rgba(199, 243, 107, .07); }
.price-factors { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 34px; }
.price-factors span { padding: 10px 12px; border: 1px solid var(--line-dark); color: #aebdb8; font-size: 12px; }
.commercial-models { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin-top: 55px; background: var(--line-dark); border: 1px solid var(--line-dark); }
.commercial-model { min-height: 205px; padding: 22px; background: #10241e; }
.commercial-model h3 { margin-bottom: 12px; font-size: 16px; }
.commercial-model p { color: #aebdb8; font-size: 13px; }

.estimator-shell { display: grid; grid-template-columns: .42fr .58fr; min-height: 620px; overflow: hidden; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow); }
.estimator-aside { position: relative; padding: 48px; overflow: hidden; background: #d9f3b2; }
.estimator-aside::after { content: ''; position: absolute; width: 310px; height: 310px; left: -135px; bottom: -140px; border: 1px solid rgba(9, 21, 18, .2); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255, 255, 255, .1), 0 0 0 110px rgba(255, 255, 255, .08); }
.estimator-aside h2 { margin: 15px 0 22px; font-size: clamp(32px, 4vw, 48px); }
.estimator-aside p { max-width: 390px; color: #385046; }
.estimate-progress-wrap { margin-top: 42px; }
.estimate-progress-meta { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 12px; font-weight: 800; }
.estimate-track { height: 7px; overflow: hidden; border-radius: 7px; background: rgba(9, 21, 18, .13); }
.estimate-progress { height: 100%; width: 10%; border-radius: inherit; background: var(--ink); transition: width .25s ease; }
.estimator-form { display: flex; flex-direction: column; padding: clamp(34px, 5vw, 58px); }
.estimate-step { flex: 1; }
.estimate-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.estimate-step legend { padding: 0; }
.step-index { color: #486c5e; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.estimate-step h3 { margin: 10px 0 8px; font-size: clamp(26px, 3.2vw, 38px); }
.estimate-step > p { margin-bottom: 28px; color: var(--muted); }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice { position: relative; cursor: pointer; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { min-height: 74px; display: flex; align-items: center; padding: 16px 18px; border: 1px solid var(--line); border-radius: 12px; background: #fbfcfa; color: #34463f; font-weight: 700; line-height: 1.35; transition: border .15s, background .15s, transform .15s; }
.choice span::before { content: ''; flex: none; width: 17px; height: 17px; margin-right: 11px; border: 1px solid #93a49c; border-radius: 50%; box-shadow: inset 0 0 0 4px #fbfcfa; }
.choice input[type=checkbox] + span::before { border-radius: 4px; }
.choice input:checked + span { border-color: #34725c; background: #eef8e1; color: var(--ink); }
.choice input:checked + span::before { background: #34725c; border-color: #34725c; }
.choice input:focus-visible + span { outline: 3px solid #35735f; outline-offset: 2px; }
.step-error { margin-top: 15px; color: #a42626; font-weight: 700; }
.estimator-actions { display: flex; justify-content: space-between; gap: 12px; padding-top: 28px; }
.estimator-actions .push { margin-left: auto; }
.estimate-result { margin-top: 32px; padding: 27px; border: 1px solid #b6ca9a; background: #f2fae6; }
.result-kicker { color: #516849; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.result-price { margin: 8px 0 2px; font: 700 clamp(27px, 4vw, 42px)/1.15 'Formula 1', sans-serif; letter-spacing: -.04em; }
.result-time { margin-bottom: 12px; color: #315c4b; font-weight: 800; }
.estimate-result > p { color: var(--muted); font-size: 13px; }
.result-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0; }
.result-tags span { padding: 5px 8px; border: 1px solid #c5d9a8; border-radius: 99px; color: #445a3d; font-size: 10px; font-weight: 700; }

.included-layout { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.included-block { padding: 36px; border: 1px solid var(--line); background: rgba(255, 255, 255, .64); }
.included-block.optional { background: transparent; }
.included-block h3 { margin-bottom: 9px; font-size: 26px; }
.included-block > p { margin-bottom: 23px; color: var(--muted); }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 20px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 21px; color: #40524b; font-size: 14px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: #34725c; font-weight: 800; }

.timeline { counter-reset: phase; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.timeline-item { counter-increment: phase; min-height: 215px; padding: 24px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.timeline-item::before { content: counter(phase, decimal-leading-zero); display: block; margin-bottom: 39px; color: var(--lime); font: 700 12px/1 'Formula 1', sans-serif; }
.timeline-item h3 { margin-bottom: 9px; font-size: 16px; }
.timeline-item p { color: #aab9b4; font-size: 12px; }
.process-promise { display: flex; flex-wrap: wrap; gap: 12px 30px; margin-top: 34px; color: #c6d2ce; font-size: 14px; font-weight: 700; }
.process-promise span::before { content: '— '; color: var(--lime); }

.tech-layout { display: grid; grid-template-columns: .6fr 1.4fr; gap: 90px; align-items: start; }
.tech-layout h2 { margin-bottom: 22px; }
.tech-layout > div:first-child p { color: var(--muted); }
.tech-groups { border-top: 1px solid #cbd4cd; }
.tech-group { display: grid; grid-template-columns: 170px 1fr; gap: 26px; padding: 24px 0; border-bottom: 1px solid #cbd4cd; }
.tech-group h3 { color: #2f5e4c; font-size: 14px; }
.tech-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tech-tags span { padding: 6px 10px; border: 1px solid #c5d0c8; border-radius: 7px; background: rgba(255, 255, 255, .4); color: #34463f; font-size: 13px; font-weight: 700; }

.security-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line-dark); background: var(--line-dark); }
.security-item { min-height: 210px; padding: 27px; background: #0f211c; }
.security-item span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 35px; border: 1px solid rgba(199, 243, 107, .45); border-radius: 50%; color: var(--lime); }
.security-item h3 { margin-bottom: 10px; font-size: 17px; }
.security-item p { color: #aab9b4; font-size: 13px; }
.security-note { max-width: 830px; margin-top: 28px; color: #aab9b4; font-size: 14px; }

.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); background: var(--surface); }
.comparison { width: 100%; min-width: 780px; border-collapse: collapse; }
.comparison th, .comparison td { padding: 18px 22px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison thead th { background: #132820; color: #fff; font-size: 14px; }
.comparison thead th:first-child { color: var(--lime); }
.comparison tbody th { width: 25%; font-size: 13px; }
.comparison td { color: var(--muted); font-size: 14px; }
.comparison tr:last-child th, .comparison tr:last-child td { border-bottom: 0; }
.comparison-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 24px; }
.comparison-summary div { padding: 24px; border-left: 3px solid #6ba88f; background: rgba(255, 255, 255, .55); }
.comparison-summary div:last-child { border-left-color: var(--lime-dark); }
.comparison-summary h3 { margin-bottom: 9px; font-size: 18px; }
.comparison-summary p { color: var(--muted); font-size: 14px; }

.support-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.support-card { padding: 27px; border: 1px solid var(--line); background: rgba(255, 255, 255, .5); }
.support-card h3 { margin-bottom: 12px; font-size: 17px; }
.support-card p { color: var(--muted); font-size: 14px; }
.support-disclaimer { margin-top: 28px; padding: 20px 23px; border: 1px solid #b9c8bf; color: #3f524b; font-size: 14px; }

.faq-list { margin-top: 48px; border-top: 1px solid #c4cec6; }
.faq-item { border-bottom: 1px solid #c4cec6; }
.faq-question { width: 100%; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; padding: 23px 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-number { color: #53645d; font: 700 11px/1 'Formula 1', 'Segoe UI', Arial, sans-serif; }
.faq-question strong { font: 700 18px/1.35 'Formula 1', sans-serif; }
.faq-toggle { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #aebdb5; border-radius: 50%; transition: transform .2s ease; }
.faq-question[aria-expanded=true] .faq-toggle { transform: rotate(45deg); background: var(--ink); color: #fff; }
.faq-answer { padding: 0 60px 24px 47px; color: var(--muted); }

.contact-section { background: #bde685; }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.contact-copy { position: sticky; top: 118px; }
.contact-copy h2 { margin-bottom: 24px; }
.contact-copy > p { color: #3d554b; font-size: 18px; }
.contact-details { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(9, 21, 18, .22); }
.contact-details a { display: block; margin-bottom: 6px; font-weight: 800; }
.quick-choices { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 27px; }
.quick-choices button { padding: 7px 10px; border: 1px solid rgba(9, 21, 18, .25); border-radius: 99px; background: rgba(255, 255, 255, .23); color: #2c453b; font-size: 11px; font-weight: 700; cursor: pointer; }
.contact-form { padding: clamp(27px, 5vw, 50px); background: #fff; box-shadow: 0 30px 70px rgba(42, 77, 53, .16); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 16px; }
.field { display: grid; gap: 7px; color: #34473f; font-size: 13px; font-weight: 800; }
.field.full { grid-column: 1 / -1; }
.field small { color: #596861; font-weight: 500; }

.portfolio-more { margin-top: 16px; }
.faq-intro-lead { margin-top: 20px; }
.portfolio-hero-lead { margin-top: 28px; color: var(--muted-light); }
.flush-intro { margin-bottom: 0; }
.cta-copy { margin-bottom: 20px; }
.field input, .field select, .field textarea { width: 100%; min-height: 49px; padding: 12px 13px; border: 1px solid #c4cfc7; border-radius: 8px; background: #fbfcfa; color: var(--ink); }
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #34725c; outline: 3px solid rgba(52, 114, 92, .15); }
.consent { grid-column: 1/-1; display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; color: #485a53; font-size: 12px; font-weight: 500; }
.consent input { margin-top: 4px; accent-color: #34725c; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 24px; }
.form-note { color: #687970; font-size: 11px; }
.form-message { margin-top: 18px; padding: 14px 16px; border: 1px solid; font-size: 14px; }
.form-message.success { border-color: #619555; background: #f1f9e9; color: #254b1e; }
.form-message.error { border-color: #bc6464; background: #fff0f0; color: #7b2222; }

.site-footer { padding: 55px 0 95px; background: var(--surface-dark); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: end; }
.footer-brand p { max-width: 500px; margin-top: 14px; color: #9caea8; font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; color: #bac7c3; font-size: 13px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line-dark); color: #768b84; font-size: 11px; }
.mobile-cta { display: none; }

.reveal { opacity: 1; transform: none; }
.case-card { animation: cardArrive .45s ease both; animation-delay: var(--delay, 0ms); }
@keyframes flowPulse { to { background-position: -200% 0; } }
@keyframes cardArrive { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr .8fr; gap: 30px; }
  .system-visual { min-height: 500px; padding: 23px; }
  .automation-note { right: -8px; }
  .service-card { grid-column: span 6 !important; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .case-card { grid-template-columns: 280px 1fr; }
  .commercial-models { grid-template-columns: repeat(3, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .security-grid, .support-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 840px) {
  .container { width: min(100% - 32px, var(--max)); }
  .section { padding: 82px 0; }
  .nav-toggle { display: block; margin-left: auto; }
  .nav-menu { position: absolute; left: 16px; right: 16px; top: 70px; display: none; align-items: stretch; flex-direction: column; gap: 4px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow); }
  .nav-menu.open { display: flex; }
  .nav-menu a:not(.btn) { padding: 10px; }
  .nav-inner > .btn { display: none; }
  .hero { min-height: auto; padding-top: 65px; }
  .hero-grid, .problem-layout, .price-layout, .tech-layout, .contact-layout, .estimator-shell { grid-template-columns: 1fr; }
  .hero-grid { gap: 52px; }
  .system-visual { width: min(600px, 100%); min-height: 470px; margin-inline: auto; transform: none; }
  .section-intro { grid-template-columns: 1fr; gap: 20px; }
  .signal-list { grid-template-columns: repeat(2, 1fr); }
  .signal-list span { border-bottom: 1px solid var(--line); }
  .problem-sticky, .price-copy, .contact-copy { position: static; }
  .price-layout, .tech-layout, .contact-layout { gap: 48px; }
  .estimator-aside { min-height: 330px; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  body { font-size: 15px; padding-bottom: 69px; }
  .container { width: min(100% - 26px, var(--max)); }
  .section { padding: 68px 0; }
  .nav-inner { min-height: 66px; }
  .brand { font-size: 17px; }
  .hero { padding: 48px 0 44px; }
  h1 { font-size: clamp(39px, 12.2vw, 56px); }
  h2 { font-size: clamp(31px, 10vw, 43px); }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .trust-line { display: grid; }
  .system-visual { min-height: 430px; padding: 20px; border-radius: 22px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }.metric:last-child { display: none; }
  .automation-note { right: 8px; bottom: 35px; }
  .signal-list { grid-template-columns: 1fr; }
  .signal-list span { padding: 11px 0; border-left: 0; }
  .service-card, .service-card:nth-child(n) { grid-column: 1/-1 !important; min-height: 225px; }
  .services-layout { gap: 10px; }
  .case-card { grid-template-columns: 1fr; }
  .case-visual { min-height: 190px; }
  .case-content { min-height: 270px; }
  .case-study-grid, .comparison-summary, .included-layout { grid-template-columns: 1fr; }
  .case-study-grid > div { border-right: 0 !important; padding: 20px 0 !important; }
  .price-row { grid-template-columns: 1fr; gap: 10px; }
  .price-row strong { text-align: left; }
  .price-factors, .commercial-models { grid-template-columns: 1fr 1fr; }
  .commercial-model { min-height: 180px; }
  .estimator-aside, .estimator-form { padding: 28px 22px; }
  .choice-grid, .check-list, .form-grid { grid-template-columns: 1fr; }
  .timeline, .security-grid, .support-cards { grid-template-columns: 1fr; }
  .timeline-item { min-height: 175px; }
  .tech-group { grid-template-columns: 1fr; gap: 12px; }
  .faq-question { gap: 12px; }.faq-question strong{font-size:16px}.faq-answer{padding-left:0;padding-right:20px}
  .footer-grid, .footer-bottom { grid-template-columns: 1fr; display: grid; }
  .footer-links { justify-content: flex-start; }
  .mobile-cta { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(9,21,18,.12); background: rgba(245,247,242,.94); backdrop-filter: blur(14px); }
  .mobile-cta .btn { min-height: 46px; padding: 10px; font-size: 12px; }
}

@media (max-width: 380px) {
  .price-factors, .commercial-models { grid-template-columns: 1fr; }
  .module-flow { grid-template-columns: 1fr; }.flow-arrow{height:24px;width:1px;margin:auto}.flow-arrow::after{right:-3px;top:auto;bottom:0;border-left-color:transparent;border-top-color:var(--lime)}
}

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

@media print {
  .site-nav, .mobile-cta, .hero-actions, .portfolio-filters, .estimator-shell, .contact-form { display: none !important; }
  body { background: #fff; color: #000; }
  .section, .hero { padding: 35px 0; }
  .section-dark { background: #fff; color: #000; }
}
