: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(480px, 69svh, 650px); 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 52%; opacity: 1; }
.hero-shade { background: linear-gradient(90deg, #10171df4 0%, #10171dda 31%, #10171d73 55%, #10171d18 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 56px; background: linear-gradient(transparent, var(--page)); pointer-events: none; }
.hero-content { position: relative; z-index: 1; padding-block: 62px 72px; }
.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: 5rem; line-height: 1.04; font-weight: 800; letter-spacing: 0; }
.hero-copy { max-width: 580px; margin-bottom: 29px; color: #e5efec; font-size: 1.25rem; 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: 78px; }
.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: 2.6rem; line-height: 1.16; font-weight: 750; }
.section-head p { max-width: 640px; margin-bottom: 0; color: var(--muted); font-size: 16px; }
.product-figure { margin-bottom: 38px; }
.product-preview { width: 100%; height: auto; border: 1px solid var(--line); border-radius: 4px; }
figcaption { margin-top: 10px; color: var(--muted); font-size: 12px; }
figcaption a { margin-left: 6px; color: var(--cyan); font-weight: 650; text-underline-offset: 3px; }
.feature-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; }
.feature-column { border-top: 2px solid var(--line); padding-top: 16px; }
.feature-number { display: block; margin-bottom: 28px; color: var(--cyan); font-size: 12px; font-weight: 750; }
.feature-column h3, .app-view h3, .operations-list h3 { margin-bottom: 8px; font-size: 19px; font-weight: 750; line-height: 1.3; }
.feature-column p, .operations-list p { max-width: 365px; margin: 0; color: var(--muted); font-size: 15px; }

.apps-section { background: #e8eee9; color: #142221; }
.apps-section .section-kicker { color: #176a64; }
.apps-section .section-head p { color: #475b58; }
.app-views { border-top: 1px solid #b9cbc4; }
.app-view { display: grid; grid-template-columns: 90px minmax(0, 1fr) 125px; align-items: start; gap: 28px; padding: 25px 0; border-bottom: 1px solid #b9cbc4; }
.app-index { font-size: 31px; line-height: 1; font-weight: 750; color: #177b82; }
.app-view h3 { font-size: 21px; }
.app-view p { max-width: 670px; margin: 0; color: #475b58; font-size: 15px; }
.app-detail { padding-top: 4px; color: #35615b; font-size: 13px; font-weight: 700; text-align: right; }
.trip-sequence { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin-top: 36px; padding-top: 18px; border-top: 3px solid #267c71; color: #31514b; }
.trip-sequence span { position: relative; padding-right: 12px; font-size: 13px; font-weight: 650; }
.trip-sequence span::before { content: ""; position: absolute; top: -25px; left: 0; width: 11px; height: 11px; border: 3px solid #267c71; border-radius: 50%; background: #e8eee9; }

.operations-section { background: #19252b; }
.operations-layout { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(40px, 8vw, 120px); }
.operations-lead p { max-width: 400px; margin: 0; color: var(--muted); }
.operations-list { border-top: 1px solid #50605f; }
.operations-list > div { padding: 19px 0; border-bottom: 1px solid #50605f; }
.operations-list h3 { font-size: 17px; }
.operations-list p { max-width: 590px; }

.connection-section { padding-block: 55px; background: #244a42; }
.connection-layout { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 28px; align-items: start; }
.connection-mark { font-size: 66px; line-height: 1; color: #f5b779; font-weight: 400; }
.connection-section .section-kicker { color: #a5e5da; }
.connection-section h2 { max-width: 780px; }
.connection-section p { max-width: 870px; margin: 0; color: #e2eee9; font-size: 15px; }

.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: 4rem; 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; }
  h1 { font-size: 4rem; }
  .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; }
  .feature-columns { gap: 20px; }
  .pricing-layout, .contact-grid, .operations-layout { 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(510px, 76svh, 600px); align-items: flex-start; }
  .hero-image { inset: 0; height: 100%; object-position: 66% center; }
  .hero-shade { background: linear-gradient(180deg, #10171df2 0%, #10171dc4 59%, #10171d38 100%); }
  .hero-content { padding-block: 39px 52px; }
  h1 { font-size: 2.7rem; }
  h2 { font-size: 1.9rem; }
  .hero-copy { font-size: 1.08rem; }
  .price-value { font-size: 2.8rem; }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-note { margin-top: 14px; }
  .section { padding-block: 48px; }
  .feature-columns { grid-template-columns: 1fr; gap: 26px; }
  .feature-number { margin-bottom: 12px; }
  .app-view { grid-template-columns: 48px minmax(0, 1fr); gap: 12px; }
  .app-index { font-size: 24px; }
  .app-detail { grid-column: 2; padding: 0; text-align: left; }
  .trip-sequence { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 10px; }
  .trip-sequence span::before { display: none; }
  .connection-section { padding-block: 48px; }
  .connection-layout { grid-template-columns: 1fr; gap: 0; }
  .connection-mark { font-size: 42px; }
  .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 (max-width: 360px) {
  .site-header .brand span { display: none; }
  h1 { font-size: 2.25rem; }
  h2 { font-size: 1.75rem; }
}

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