:root {
  --ink: #10251f;
  --ink-soft: #4e625b;
  --paper: #f6f8f5;
  --surface: #ffffff;
  --line: #dfe7e2;
  --navy: #0b1c2d;
  --green: #1d6a55;
  --green-bright: #54d2a1;
  --green-pale: #dff6ec;
  --warm: #f2ebdc;
  --shadow: 0 24px 70px rgba(17, 43, 34, 0.12);
  --radius: 28px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); }
body, button, input, select, textarea { font: inherit; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #77dcb6; outline-offset: 3px; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(16, 37, 31, .08); background: rgba(246, 248, 245, .88); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 850; letter-spacing: -.04em; text-decoration: none; white-space: nowrap; }
.brand-mark { width: 31px; height: 31px; padding: 6px; display: flex; align-items: flex-end; gap: 3px; border-radius: 10px; color: white; background: var(--ink); transform: rotate(-2deg); }
.brand-mark span { width: 4px; border-radius: 5px; background: var(--green-bright); }
.brand-mark span:nth-child(1) { height: 8px; opacity: .65; }
.brand-mark span:nth-child(2) { height: 13px; opacity: .82; }
.brand-mark span:nth-child(3) { height: 18px; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.main-nav a, .text-link { color: #445b53; font-size: 14px; font-weight: 650; text-decoration: none; }
.main-nav a:hover, .text-link:hover { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; border-radius: 9px; background: var(--ink); }

.button { min-height: 50px; padding: 0 24px; border: 1px solid var(--green); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: white; background: var(--green); font-weight: 760; text-decoration: none; cursor: pointer; box-shadow: 0 10px 30px rgba(29, 106, 85, .19); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: #155a47; transform: translateY(-2px); box-shadow: 0 15px 34px rgba(29, 106, 85, .24); }
.button-small { min-height: 42px; padding-inline: 19px; font-size: 14px; }
.button-light { color: var(--navy); border-color: white; background: white; }
.button-light:hover { color: var(--navy); background: #effff9; }
.button-ghost { color: var(--ink); border-color: var(--line); background: white; box-shadow: none; }
.button-ghost:hover { color: var(--ink); background: #eef4f0; }

.hero { padding-block: clamp(64px, 8vw, 116px) 72px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(46px, 7vw, 96px); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; border-radius: 9px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-block: 22px 24px; font-size: clamp(44px, 5.4vw, 75px); line-height: .99; letter-spacing: -.063em; }
.hero-copy > p { max-width: 650px; margin-bottom: 30px; color: var(--ink-soft); font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.text-cta { color: var(--ink); font-size: 15px; font-weight: 760; text-decoration: none; }
.text-cta span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.text-cta:hover span { transform: translateX(4px); }
.hero-highlights { margin: 42px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 20px; list-style: none; }
.hero-highlights li { display: flex; gap: 10px; align-items: baseline; color: #4d625b; font-size: 13px; font-weight: 650; line-height: 1.4; }
.hero-highlights li span { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .08em; }

.product-visual { position: relative; min-height: 520px; padding: 25px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 34px; color: white; background: linear-gradient(145deg, #0a1b2c 0%, #102c35 55%, #183d37 100%); box-shadow: 0 40px 100px rgba(3, 20, 18, .22); isolation: isolate; }
.product-visual::before { content: ""; position: absolute; width: 360px; height: 360px; right: -130px; top: -90px; border-radius: 50%; background: rgba(83, 211, 161, .17); filter: blur(2px); }
.product-visual::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.visual-top { height: 34px; display: flex; gap: 7px; align-items: center; }
.visual-top span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.28); }
.visual-top span:first-child { background: var(--green-bright); }
.pipeline { position: relative; z-index: 1; margin: 26px 0 20px; display: flex; align-items: center; gap: 12px; }
.pipeline b { padding: 10px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #d8e5e0; background: rgba(255,255,255,.08); font-size: 11px; letter-spacing: .02em; white-space: nowrap; }
.pipeline b:last-child { color: #0d3629; border-color: var(--green-bright); background: var(--green-bright); }
.pipeline i { flex: 1; height: 1px; background: rgba(255,255,255,.19); }
.visual-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 15px; }
.mini-card { min-height: 142px; padding: 22px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255,255,255,.14); border-radius: 21px; background: rgba(255,255,255,.08); backdrop-filter: blur(16px); }
.mini-card:first-child { grid-row: span 2; min-height: 299px; color: var(--ink); background: #f7fbf8; }
.mini-card small { margin-bottom: 8px; color: #81968e; font-weight: 700; }
.mini-card strong { font-size: 20px; letter-spacing: -.025em; }
.mini-card:first-child::before { content: ""; height: 118px; margin-bottom: auto; border-radius: 15px; background: linear-gradient(135deg, #dff6ec, #c8ede0); box-shadow: inset 0 0 0 1px rgba(29,106,85,.08); }
.tag { align-self: flex-start; margin-top: 18px; padding: 7px 11px; border-radius: 999px; color: #175e4b; background: #dff6ec; font-size: 11px; font-weight: 800; }
.avatars { display: flex; margin-top: 18px; }
.avatars i { width: 31px; height: 31px; margin-right: -7px; border: 3px solid #17353a; border-radius: 50%; background: #74d8b2; }
.avatars i:nth-child(2) { background: #9fb8dc; }
.avatars i:nth-child(3) { background: #e6c68c; }
.chart { min-height: 142px; }
.chart svg { margin-top: 13px; color: var(--green-bright); }

.workflow-band { color: white; background: var(--navy); }
.workflow-band .shell { min-height: 128px; display: flex; align-items: center; gap: clamp(28px, 6vw, 78px); }
.band-label { color: #91aaa2; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.workflow-band ol { flex: 1; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.workflow-band li { padding: 18px 30px; display: flex; align-items: center; gap: 14px; border-left: 1px solid rgba(255,255,255,.12); }
.workflow-band li span { width: 30px; height: 30px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--green-bright); background: rgba(83,211,161,.11); font-size: 12px; }
.workflow-band li strong { font-size: 14px; }

.section { padding-block: clamp(88px, 10vw, 136px); }
.section-heading { max-width: 730px; margin-bottom: 50px; }
.section-heading h2, .form-copy h2, .final-cta h2, .legal-hero h1 { margin-block: 20px 18px; font-size: clamp(36px, 4.2vw, 58px); line-height: 1.07; letter-spacing: -.052em; }
.section-heading p, .form-copy > p { color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 315px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 16px 48px rgba(22, 52, 43, .05); }
.feature-icon { width: 52px; height: 52px; margin-bottom: 58px; border-radius: 17px; background: var(--green-pale); position: relative; }
.feature-icon::before, .feature-icon::after { content: ""; position: absolute; border-radius: 99px; background: var(--green); }
.feature-icon::before { width: 23px; height: 4px; left: 14px; top: 16px; }
.feature-icon::after { width: 15px; height: 4px; left: 14px; top: 27px; opacity: .5; }
.feature-card h2 { margin-bottom: 14px; font-size: 23px; line-height: 1.2; letter-spacing: -.035em; }
.feature-card p { margin: 0; color: var(--ink-soft); line-height: 1.68; }

.form-section { padding-block: clamp(80px, 10vw, 130px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 7vw, 90px); align-items: start; }
.privacy-note { margin-top: 34px; padding: 18px; display: flex; flex-direction: column; gap: 5px; border: 1px solid #cfe2da; border-radius: 18px; background: #edf7f3; }
.privacy-note strong { color: var(--green); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.privacy-note span { color: #4d625b; font-size: 14px; }
.demo-form { padding: clamp(24px, 4vw, 42px); display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: var(--shadow); }
.demo-form label { display: flex; flex-direction: column; gap: 9px; color: #263e36; font-size: 13px; font-weight: 760; }
.demo-form label > span { color: #72867f; font-weight: 500; }
.demo-form input:not([type="checkbox"]), .demo-form select, .demo-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #cedbd5; border-radius: 13px; color: var(--ink); background: #fbfcfb; outline: none; }
.demo-form textarea { resize: vertical; }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(29, 106, 85, .11); }
.demo-form .full { grid-column: 1 / -1; }
.checkbox { flex-direction: row !important; align-items: flex-start; line-height: 1.5; }
.checkbox input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--green); flex: none; }
.checkbox a { color: var(--green); }
.form-footer { display: flex; align-items: center; gap: 18px; }
.form-status { margin: 0; color: #4b6259; font-size: 13px; line-height: 1.45; }
.form-status.is-error { color: #a13737; }
.form-status.is-success { color: var(--green); }
.honeypot { position: fixed !important; left: -10000px !important; opacity: 0 !important; }

.faq { display: grid; gap: 12px; }
.faq details { padding: 22px 24px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.faq summary { cursor: pointer; font-weight: 760; }
.faq p { margin: 16px 0 0; color: var(--ink-soft); line-height: 1.65; }
.final-cta { padding-block: 82px; color: white; background: linear-gradient(135deg, #102d29, #0c1f2e); }
.final-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta .eyebrow { color: var(--green-bright); }
.final-cta h2 { max-width: 760px; }
.final-cta p { max-width: 690px; margin: 0; color: #b5c9c2; font-size: 17px; line-height: 1.6; }
.final-cta .button { flex: none; }

.site-footer { padding-top: 72px; color: #dce8e3; background: #07161f; }
.footer-grid { padding-bottom: 60px; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.site-footer .brand { color: white; }
.footer-brand p { max-width: 280px; margin: 22px 0 0; color: #91a7a0; line-height: 1.6; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid strong { margin-bottom: 8px; color: white; font-size: 13px; }
.footer-grid a { color: #91a7a0; font-size: 13px; text-decoration: none; }
.footer-grid a:hover { color: var(--green-bright); }
.footer-bottom { min-height: 72px; display: flex; align-items: center; gap: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #79918a; font-size: 12px; }
.footer-bottom a { margin-left: auto; color: inherit; }
.cookie-settings { padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; text-decoration: underline; }

.consent { position: fixed; z-index: 50; left: 24px; right: 24px; bottom: 24px; max-width: 1060px; margin-inline: auto; padding: 22px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; color: white; background: #0b1f29; box-shadow: 0 28px 90px rgba(0,0,0,.26); }
.consent[hidden] { display: none; }
.consent p { max-width: 690px; margin: 5px 0 3px; color: #b8c8c3; font-size: 13px; line-height: 1.5; }
.consent a { color: var(--green-bright); font-size: 12px; }
.consent-actions { display: flex; gap: 10px; flex: none; }
.consent .button { min-height: 44px; padding-inline: 16px; font-size: 12px; }

.legal-main { min-height: 65vh; }
.legal-hero { padding-block: 96px 55px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 850px; }
.legal-hero > p { max-width: 800px; margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.legal-content { max-width: 820px; padding-block: 65px 110px; }
.legal-content section { padding-block: 26px; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 12px; font-size: 24px; letter-spacing: -.03em; }
.legal-content p { margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.legal-contact { margin-top: 34px !important; }
.legal-contact a { color: var(--green); }
.not-found { min-height: 67vh; padding-block: 100px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.error-code { color: var(--green); font-size: 14px; font-weight: 850; letter-spacing: .15em; }
.not-found h1 { margin-bottom: 18px; }
.not-found p { margin-bottom: 30px; color: var(--ink-soft); font-size: 18px; }

@media (max-width: 980px) {
  .header-inner { min-height: 68px; }
  .nav-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 76px; padding: 22px; display: none; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .header-actions .text-link { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .product-visual { min-height: 480px; }
  .workflow-band .shell { padding-block: 30px; flex-direction: column; align-items: flex-start; }
  .workflow-band ol { width: 100%; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-icon { margin-bottom: 34px; }
  .form-section { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-actions .button { display: none; }
  h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero { padding-block: 52px 46px; }
  .hero-highlights { grid-template-columns: 1fr; }
  .product-visual { min-height: 430px; padding: 18px; border-radius: 25px; }
  .pipeline { gap: 6px; }
  .pipeline b { padding-inline: 9px; font-size: 9px; }
  .visual-grid { grid-template-columns: 1fr; }
  .mini-card:first-child { min-height: 190px; grid-row: auto; }
  .mini-card:first-child::before { height: 60px; }
  .chart { display: none; }
  .workflow-band ol { grid-template-columns: 1fr; }
  .workflow-band li { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); padding-inline: 0; }
  .section { padding-block: 78px; }
  .feature-card { padding: 25px; }
  .demo-form { grid-template-columns: 1fr; }
  .demo-form label, .demo-form .full { grid-column: 1; }
  .form-footer, .final-cta .shell, .consent { flex-direction: column; align-items: stretch; }
  .final-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { padding-block: 18px; min-height: 0; flex-wrap: wrap; }
  .footer-bottom a { width: 100%; margin-left: 0; }
  .consent { left: 10px; right: 10px; bottom: 10px; }
  .consent-actions { display: grid; }
}

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