:root {
  --bg: #f4f9ff;
  --panel: #ffffff;
  --ink: #122b46;
  --muted: #63798f;
  --line: #d8e8f7;
  --brand: #1976d2;
  --brand-dark: #0b4f93;
  --sky: #e8f5ff;
  --green: #12805c;
  --shadow: 0 12px 34px rgba(25, 118, 210, .08);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fff 0%, var(--bg) 42%, #edf7ff 100%);
}
a { color: inherit; text-decoration: none; }

header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.nav {
  max-width: 1160px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  min-width: max-content;
}

.mark {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #1976d2, #29b6f6);
  box-shadow: 0 8px 18px rgba(25, 118, 210, .22);
  position: relative;
  font-size: 13px;
}

.mark::after {
  content: "";
  width: 18px;
  height: 10px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-35deg);
  position: absolute;
  bottom: 9px;
  right: 8px;
  border-radius: 0 0 0 6px;
}

.brand-main { display: block; font-size: 20px; line-height: 1.05; }
.brand-sub {
  display: block;
  color: var(--brand);
  font-size: 12px;
  letter-spacing: 1.8px;
  line-height: 1.05;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #35536d;
  font-size: 14px;
  font-weight: 700;
}

.mobile-links {
  display: none;
}

.language {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f7fbff;
}

.language a {
  min-width: 34px;
  text-align: center;
  border-radius: 999px;
  padding: 7px 8px;
  color: #49657d;
  font-size: 12px;
  font-weight: 900;
}

.language a.active {
  background: var(--brand);
  color: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0;
  border-radius: 7px;
  padding: 11px 15px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.btn:hover { background: var(--brand-dark); }
.btn.secondary { background: #e8f2fc; color: var(--brand-dark); }
.btn.secondary:hover { background: #d9ebfc; }

.hero {
  max-width: 1160px;
  margin: 0 auto;
  padding: 66px 20px 50px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 42px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--brand-dark);
  background: #e7f3ff;
  border: 1px solid #cfe6fb;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 800;
  font-size: 13px;
}

h1 {
  margin: 0;
  font-size: 54px;
  line-height: 1.02;
  letter-spacing: 0;
  max-width: 680px;
}

.lead {
  margin: 20px 0 0;
  max-width: 640px;
  color: #4f687f;
  font-size: 19px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
  max-width: 720px;
}

.point {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .78);
  border-radius: var(--radius);
  padding: 13px;
  color: #36536c;
  font-size: 14px;
  line-height: 1.35;
}
.point strong { display: block; color: var(--ink); margin-bottom: 4px; }

.product-shot {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(25, 118, 210, .16);
  overflow: hidden;
}

.shot-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  background: #f8fcff;
}
.shot-title { font-weight: 900; }
.pill {
  display: inline-flex;
  border-radius: 999px;
  background: #e8f6ef;
  color: var(--green);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
}

.stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
}
.stat {
  background: #f6fbff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
}
.stat-label { color: var(--muted); font-size: 12px; margin-bottom: 6px; }
.stat-value { font-size: 22px; font-weight: 900; }

.route-list { padding: 0 16px 16px; display: grid; gap: 10px; }
.stop {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.num {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  background: #e7f3ff;
  color: var(--brand-dark);
  font-weight: 900;
}
.stop-name { font-weight: 900; margin-bottom: 3px; }
.stop-meta { color: var(--muted); font-size: 13px; }

section {
  max-width: 1160px;
  margin: 0 auto;
  padding: 54px 20px;
}
.section-head { max-width: 760px; margin-bottom: 28px; }
h2 { margin: 0; font-size: 34px; line-height: 1.1; letter-spacing: 0; }
.section-copy {
  margin-top: 12px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.cards, .pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.card, .price-card, .step, .faq-item, .form-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
}
.card h3 { margin: 0 0 9px; font-size: 19px; }
.card p, .price-card p { margin: 0; color: var(--muted); line-height: 1.5; }

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.step-number {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-weight: 900;
  margin-bottom: 14px;
}
.step h3, .faq-item h3 { margin: 0 0 8px; font-size: 18px; }
.step p, .faq-item p { margin: 0; color: var(--muted); line-height: 1.5; }

.outcome-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: start;
}
.outcome-list {
  display: grid;
  gap: 10px;
}
.outcome-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  color: #35536d;
  font-weight: 800;
}
.outcome-item::before {
  content: "✓";
  color: var(--green);
  margin-right: 10px;
  font-weight: 900;
}

.mini-cta {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: var(--shadow);
  margin-top: 22px;
}
.mini-cta strong {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}
.mini-cta span { color: var(--muted); line-height: 1.45; }

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.feature {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
}
.icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #e7f3ff;
  color: var(--brand-dark);
  font-weight: 900;
}
.feature strong { display: block; margin-bottom: 5px; }
.feature span { color: var(--muted); line-height: 1.45; }

.price-card.featured {
  border-color: #8fc8f8;
  box-shadow: 0 18px 54px rgba(25, 118, 210, .15);
}
.price-name { font-size: 20px; font-weight: 900; margin-bottom: 8px; }
.price { font-size: 32px; font-weight: 900; margin: 14px 0 4px; }
.price small { color: var(--muted); font-size: 14px; font-weight: 700; }
ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: #35536d;
}
li::before { content: "✓"; color: var(--green); font-weight: 900; margin-right: 8px; }

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 20px;
  align-items: start;
}
.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}
.contact-list div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  color: #35536d;
  line-height: 1.45;
}
.form-panel form {
  display: grid;
  gap: 12px;
}
.field {
  display: grid;
  gap: 6px;
  color: #35536d;
  font-weight: 800;
  font-size: 14px;
}
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px;
  font: inherit;
  color: var(--ink);
  background: #f8fcff;
}
.field textarea {
  min-height: 110px;
  resize: vertical;
}
.form-note {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.form-status.success {
  color: var(--green);
  font-weight: 800;
}
.form-status.error {
  color: #b42318;
  font-weight: 800;
}
button:disabled {
  opacity: .72;
  cursor: progress;
}

.cta { max-width: 1160px; margin: 38px auto 0; padding: 36px 20px 72px; }
.cta-box {
  background: linear-gradient(135deg, #0b4f93, #1976d2);
  color: #fff;
  border-radius: 8px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  box-shadow: 0 22px 60px rgba(25, 118, 210, .25);
}
.cta h2 { color: #fff; }
.cta p {
  color: #d9ecff;
  margin: 10px 0 0;
  font-size: 17px;
  line-height: 1.5;
  max-width: 720px;
}
.cta .btn { background: #fff; color: var(--brand-dark); }

footer { border-top: 1px solid var(--line); background: #fff; }
.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 22px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 14px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--brand-dark);
  font-weight: 800;
}

.legal-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 56px 20px 72px;
}

.legal-page h1 {
  font-size: 42px;
  margin-bottom: 16px;
}

.legal-page h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 22px;
}

.legal-page p,
.legal-page li {
  color: #4f687f;
  line-height: 1.65;
  font-size: 16px;
}

.legal-page ul {
  padding-left: 22px;
}

@media (max-width: 980px) {
  .nav {
    flex-wrap: wrap;
  }
  .nav-right {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .language {
    justify-self: end;
  }
  .nav-links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding-top: 10px;
    border-top: 1px solid var(--line);
  }
  .nav-right > .btn {
    display: none;
  }
  header:has(.mobile-links) .nav-links {
    display: none;
  }
  .mobile-links {
    max-width: 1160px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 0 20px 12px;
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, .94);
  }
  .mobile-links a {
    min-height: 38px;
    display: grid;
    place-items: center;
    border: 2px solid #c7e2fa;
    border-radius: 7px;
    background: #eef7ff;
    color: var(--brand-dark);
    text-align: center;
    padding: 8px 6px;
    font-weight: 900;
    box-shadow: 0 6px 18px rgba(25, 118, 210, .08);
  }
  .nav-links a {
    min-height: 38px;
    display: grid;
    place-items: center;
    border: 2px solid #c7e2fa;
    border-radius: 7px;
    background: #eef7ff;
    color: var(--brand-dark);
    text-align: center;
    padding: 8px 6px;
    font-weight: 900;
    box-shadow: 0 6px 18px rgba(25, 118, 210, .08);
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 42px;
  }
  h1 { font-size: 42px; }
  .lead { font-size: 18px; }
  .hero-points, .cards, .pricing, .feature-list, .steps, .faq-grid, .outcome-grid, .contact-grid { grid-template-columns: 1fr; }
  .product-shot { max-width: 620px; }
  .cta-box { grid-template-columns: 1fr; }
  .mini-cta { align-items: stretch; flex-direction: column; }
}

@media (max-width: 560px) {
  .nav {
    padding: 10px 12px;
    gap: 10px;
  }
  .mark { width: 38px; height: 38px; }
  .brand-main { font-size: 17px; }
  .brand-sub { font-size: 11px; }
  .language a { min-width: 30px; padding: 6px 7px; }
  .nav .btn {
    min-height: 34px;
    padding: 8px 10px;
    font-size: 13px;
  }
  .mobile-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 12px;
    padding-right: 12px;
  }
  .nav-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero, section, .cta {
    padding-left: 14px;
    padding-right: 14px;
  }
  .hero { padding-top: 30px; padding-bottom: 32px; }
  .eyebrow { border-radius: 8px; line-height: 1.35; }
  h1 { font-size: 34px; }
  h2 { font-size: 27px; }
  .lead, .section-copy { font-size: 16px; }
  .hero-actions { display: grid; }
  .stats { grid-template-columns: 1fr; }
  .stop { grid-template-columns: 34px 1fr; }
  .stop .pill { grid-column: 1 / -1; width: max-content; }
  .product-shot { margin: 0 -2px; }
  .card, .price-card, .feature, .step, .faq-item, .form-panel { padding: 16px; }
  .cta-box { padding: 24px 18px; }
  .footer-inner { flex-direction: column; }
}
