:root {
  color-scheme: dark;
  --page: #10171d;
  --surface: #17221f;
  --surface-2: #1d2a2a;
  --line: #344542;
  --text: #f5f7f7;
  --muted: #b8c8c4;
  --green: #28c78e;
  --green-hover: #63e2b1;
  --cyan: #58bde1;
  --amber: #f4ab62;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--page); color: var(--text); line-height: 1.55; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
[hidden] { display: none !important; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.wrap { width: min(100% - 48px, 1200px); margin-inline: auto; }
.skip-link { position: absolute; top: -80px; left: 16px; z-index: 100; padding: 10px 16px; background: var(--text); color: var(--page); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; height: 72px; border-bottom: 1px solid #ffffff1c; background: #10171def; backdrop-filter: blur(12px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.brand img { width: 36px; height: 36px; object-fit: contain; }
.brand .brand-go { color: var(--amber); }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.desktop-nav a, .language-links a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 600; }
.desktop-nav a:hover, .language-links a:hover, .footer-links a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.language-links { display: flex; gap: 8px; align-items: center; }
.language-links a[aria-current="page"] { color: var(--text); }
.language-links span { color: #66827b; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; color: var(--text); border-radius: 6px; align-items: center; justify-content: center; }
.menu-toggle svg { width: 22px; height: 22px; }
.mobile-nav { display: none; }

.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 11px 21px; border-radius: 6px; border: 1px solid transparent; text-decoration: none; font-size: 14px; font-weight: 750; text-align: center; transition: background .18s, border-color .18s, color .18s; }
.btn-primary { background: var(--green); color: #09251a; }
.btn-primary:hover { background: var(--green-hover); }
.btn-secondary { border-color: #a2bbb3; color: var(--text); background: #0a121480; }
.btn-secondary:hover { border-color: var(--text); background: #ffffff12; }
.btn:disabled { opacity: .6; cursor: progress; }
.header-cta { min-height: 38px; padding: 7px 15px; }

.hero { position: relative; min-height: clamp(430px, 70svh, 670px); overflow: hidden; display: flex; align-items: center; background: #10171d; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center 32%; opacity: .82; }
.hero-shade { background: linear-gradient(90deg, #10171d 0%, #10171df5 28%, #10171dbb 58%, #10171d58 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 100px; background: linear-gradient(transparent, var(--page)); pointer-events: none; }
.hero-content { position: relative; z-index: 1; padding-block: 70px 78px; }
.eyebrow { display: block; margin-bottom: 18px; color: var(--cyan); font-size: 13px; font-weight: 700; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 750px; margin-bottom: 16px; font-size: clamp(3rem, 6vw, 5.25rem); line-height: 1.04; font-weight: 800; letter-spacing: 0; }
.hero-copy { max-width: 600px; margin-bottom: 29px; color: #e5efec; font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin: 22px 0 0; color: #b8c8c4; font-size: 12px; }

.section { padding-block: 92px; }
.section-rule { border-top: 1px solid var(--line); }
.section-head { max-width: 760px; margin-bottom: 36px; }
.section-kicker { display: block; margin-bottom: 10px; color: var(--cyan); font-size: 12px; font-weight: 700; text-transform: uppercase; }
h2 { margin-bottom: 14px; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.16; font-weight: 750; }
.section-head p { max-width: 640px; margin-bottom: 0; color: var(--muted); font-size: 16px; }
.product-preview { width: 100%; height: auto; max-height: 660px; object-fit: cover; object-position: top; border: 1px solid var(--line); border-radius: 6px; }
figcaption { margin-top: 10px; color: var(--muted); font-size: 12px; }
.capabilities { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin-top: 50px; }
.capability { border-top: 1px solid var(--line); padding-top: 17px; }
.capability strong { display: block; margin-bottom: 8px; font-size: 16px; }
.capability p { margin: 0; color: var(--muted); font-size: 14px; }

.pricing { background: var(--surface); }
.pricing-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: clamp(42px, 8vw, 130px); border-block: 1px solid var(--line); padding-block: 35px; }
.pricing-controls label, .field label { display: block; margin-bottom: 10px; color: var(--text); font-size: 14px; font-weight: 650; }
.van-controls { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.stepper { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.stepper button { width: 42px; height: 42px; border: 0; background: #263532; color: var(--text); font-size: 24px; }
.stepper button:hover { background: #345047; }
.stepper output { min-width: 46px; text-align: center; font-weight: 700; }
.pricing input[type="range"] { display: block; width: 100%; max-width: 450px; accent-color: var(--green); margin: 4px 0 30px; }
.billing { display: inline-flex; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 6px; }
.billing button { border: 0; border-radius: 4px; padding: 9px 16px; color: var(--muted); background: none; font-size: 13px; font-weight: 650; }
.billing button[aria-pressed="true"] { background: #344741; color: var(--text); }
.billing button:disabled { opacity: .45; cursor: not-allowed; }
.pricing-result { border-left: 1px solid var(--line); padding-left: clamp(32px, 5vw, 80px); }
.price-label { margin: 0 0 9px; color: var(--muted); font-size: 13px; }
.price-value { display: flex; align-items: baseline; gap: 3px; min-height: 84px; font-size: clamp(2.8rem, 5vw, 4.3rem); font-weight: 800; line-height: 1.15; }
.price-value small { font-size: 16px; font-weight: 550; color: var(--muted); }
.price-value.is-quote { font-size: 2.5rem; }
.price-value.is-quote .currency { display: none; }
.price-break, .price-renewal { margin-bottom: 9px; color: var(--muted); font-size: 14px; }
.price-renewal { margin-bottom: 23px; }
.price-note { margin: 16px 0 0; color: var(--muted); font-size: 12px; }
.pricing-terms { margin-top: 20px; color: var(--muted); font-size: 13px; }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 2px; border: 0; color: var(--text); background: transparent; text-align: left; font-weight: 650; }
.faq-question svg { width: 18px; height: 18px; flex: none; transition: transform .2s; }
.faq-question[aria-expanded="true"] svg { transform: rotate(180deg); }
.faq-answer { padding: 0 30px 20px 2px; color: var(--muted); font-size: 14px; }
.faq-answer[hidden] { display: none; }
.faq-answer p { margin-bottom: 0; max-width: 770px; }

.contact { background: #15211e; }
.contact-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 8vw, 110px); }
.contact-copy p { color: var(--muted); max-width: 470px; }
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { min-width: 0; }
.field.full, .form-actions { grid-column: 1 / -1; }
.field label { margin-bottom: 6px; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid #698078; border-radius: 5px; background: #101b19; color: var(--text); outline: none; }
.field textarea { min-height: 95px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 2px #58bde13c; }
.field input::placeholder, .field textarea::placeholder { color: #8fa39d; }
.field .optional { color: var(--muted); font-weight: 400; }
.form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.form-actions p { margin: 0; color: var(--muted); font-size: 12px; }
.form-message { grid-column: 1 / -1; min-height: 20px; margin: 0; font-size: 13px; }
.form-message.error { color: #ffaaa2; }
.form-success { grid-column: 1 / -1; padding: 22px 0; border-top: 1px solid var(--line); }
.form-success h3 { margin-bottom: 6px; font-size: 20px; }
.form-success p { margin: 0; color: var(--muted); }

.site-footer { padding: 36px 0 44px; border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 22px; }
.footer-brand { display: flex; flex-direction: column; gap: 10px; }
.footer-brand small { color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: 13px; }

@media (max-width: 840px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .mobile-nav { position: absolute; left: 0; right: 0; top: 72px; display: flex; flex-direction: column; gap: 0; padding: 10px 24px 20px; border-bottom: 1px solid var(--line); background: var(--page); box-shadow: 0 18px 25px #0005; }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--text); text-decoration: none; font-weight: 650; }
  .mobile-nav a:last-child { border: none; }
  .capabilities { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-layout, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .pricing-result { border-left: none; border-top: 1px solid var(--line); padding: 28px 0 0; }
}

@media (max-width: 580px) {
  .wrap { width: min(100% - 36px, 1200px); }
  .site-header { height: 64px; }
  .mobile-nav { top: 64px; }
  .brand { font-size: 17px; }
  .brand img { width: 32px; height: 32px; }
  .header-actions { gap: 12px; }
  .hero { min-height: clamp(430px, 71svh, 560px); }
  .hero-image { object-position: 62% top; opacity: .7; }
  .hero-shade { background: #10171dc9; }
  .hero-content { padding-block: 62px 58px; }
  h1 { font-size: clamp(2.7rem, 11vw, 3.5rem); }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-note { margin-top: 14px; }
  .section { padding-block: 64px; }
  .capabilities { grid-template-columns: 1fr; gap: 20px; margin-top: 36px; }
  .product-preview { max-height: none; }
  .contact-form { grid-template-columns: 1fr; }
  .field.full, .form-actions, .form-message, .form-success { grid-column: 1; }
  .footer-inner { flex-direction: column; }
  .footer-links { gap: 14px 18px; }
}

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