:root {
    --navy: #2C546B;
    --navy-dark: #17384A;
    --teal: #22C3D2;
    --teal-dark: #139BA8;
    --surface: #EFF8F9;
    --page-bg: #F3FBFB;
    --ink: #1B2230;
    --muted: #5B6472;
    --paper: #FFFFFF;
    --line: #DCE7E9;
    --radius: 14px;
    --shadow: 0 22px 55px rgba(44,84,107,.13);
      }

  * { box-sizing: border-box; }

  html, body {
    margin: 0;
    padding: 0;
    background: var(--page-bg);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
  }

  a { color: inherit; }

  .svg-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .icon-svg {
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    flex-shrink: 0;
  }

  .qr-frame { display: block; text-decoration: none; }

  section, header, footer { background: var(--page-bg); }

  /* ---------- Header ---------- */
  .site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 16px 6vw;
    border-bottom: 1px solid var(--line);
    background: rgba(255,255,255,.96);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    backdrop-filter: blur(12px);
  }

  .brand {
    display: flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
  }

  .brand-logo {
    display: block;
    width: auto;
    height: 30px;
    max-width: 150px;
    flex-shrink: 0;
  }

  .product-tag {
    display: flex;
    align-items: center;
    padding-left: 12px;
    border-left: 2px solid var(--line);
    color: var(--teal-dark);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
  }

  .product-tag:hover,
  .product-tag:visited { text-decoration: none; }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }


  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-weight: 750;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    transition: transform .18s, box-shadow .18s, background .18s, border-color .18s;
  }

  .btn:hover { transform: translateY(-1px); }

  .btn-primary {
    background: var(--teal);
    color: #fff;
    box-shadow: 0 10px 22px rgba(34, 195, 210, .22);
  }

  .btn-primary:hover { background: var(--teal-dark); }

  .btn-ghost {
    background: var(--paper);
    color: var(--navy);
    border: 1px solid var(--line);
  }

  .btn-ghost:hover { border-color: var(--navy); }

  .btn-small {
    padding: 9px 15px;
    font-size: 13.5px;
  }

  /* ---------- Hero ---------- */
  .hero {
    padding: 72px 6vw 0;
    margin-top: 72px;
    background: var(--page-bg);
  }

  .hero-inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
    gap: clamp(36px, 6vw, 76px);
    align-items: center;
  }

  .hero-copy { min-width: 0; }

  .hero h1 {
    max-width: 780px;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.02;
    margin: 0 0 22px;
    color: var(--navy);
    font-weight: 800;
    letter-spacing: -0.048em;
    text-wrap: balance;
  }

  .hero h1 strong {
    color: var(--teal-dark);
    font-weight: 800;
  }

  .hero-sub strong {
    color: var(--navy);
    font-weight: 750;
  }

  .hero-sub {
    max-width: 735px;
    margin: 0 0 30px;
    color: var(--muted);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.62;
  }

  .mobile-live-cta { display: none; }

  .hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 8px;
  }

  .hero-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--muted);
    font-size: 13.5px;
    line-height: 1.4;
  }

  .hero-note .icon-svg {
    width: 14px;
    height: 14px;
    color: var(--teal);
  }

  .hero-legal-benefit {
    max-width: 760px;
    margin-top: 18px;
    padding: 15px 17px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    border: 1px solid rgba(16, 155, 167, .32);
    border-radius: 10px;
    background: rgba(16, 155, 167, .075);
  }

  .hero-legal-benefit .legal-benefit-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--paper);
    border: 1px solid var(--line);
    color: var(--teal);
    font-size: 15px;
  }

  .hero-legal-benefit strong {
    display: block;
    margin-bottom: 3px;
    color: var(--navy);
    font-size: 14px;
    line-height: 1.35;
  }

  .hero-legal-benefit .legal-benefit-copy {
    display: block;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
  }

  .hero-qr {
    width: 100%;
    max-width: 360px;
    justify-self: end;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--paper);
    box-shadow: 0 18px 46px rgba(44, 84, 107, .13);
    text-align: center;
  }

  .hero-qr .qr-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    color: var(--teal);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .hero-qr h3 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 22px;
  }

  .hero-qr p {
    margin: 0 auto 18px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
    max-width: 260px;
  }

  .qr-frame {
    width: min(220px, 100%);
    margin: 0 auto 16px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
  }

  .qr-frame svg {
    display: block;
    width: 100%;
    height: auto;
  }

  .hero-qr .qr-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--navy);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }

  .hero-qr .qr-link:hover { color: var(--teal); }

  /* contact / formsubmit inline form (used after pricing only) */
  .lead-form {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px 28px;
    max-width: 480px;
    width: 100%;
    margin: 24px auto 0;
  }

  .lead-form p {
    margin: 0 0 22px;
    font-size: 14px;
    color: var(--muted);
  }

  .lead-form-row {
    display: flex;
    gap: 10px;
  }

  .lead-form input[type="email"] {
    flex: 1;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
  }

  .lead-form button {
    padding: 12px 20px;
  }

  /* feature strip under hero (from one-pager top badges) */
  .feature-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    max-width: 1180px;
    margin: 44px auto 0;
    padding: 28px 0 34px;
    border-top: 1px solid var(--line);
  }

  .feature-strip .item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
  }

  .feature-strip .icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--surface);
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--teal);
    flex-shrink: 0;
    font-size: 14px;
  }

  .feature-strip .txt-label {
    font-size: 12.5px;
    color: var(--muted);
    line-height: 1.4;
    min-width: 0;
  }

  .feature-strip .txt-label b {
    display: block;
    color: var(--navy);
    font-size: 13.5px;
  }

  /* ---------- Generic section heading ---------- */
  .section {
    padding: 76px 6vw;
    border-top: 1px solid var(--line);
  }

  .section.alt { background: var(--paper); }

  .section h2 {
    text-align: center;
    font-size: 28px;
    color: var(--navy);
    margin: 0 0 44px;
  }

  /* ---------- Why fleets choose (6 items) ---------- */
  .cards-6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1080px;
    margin: 0 auto;
  }

  .card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px 24px;
    text-align: left;
  }

  .card .icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: var(--paper);
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: var(--teal);
    font-size: 17px;
  }

  .card h3 {
    font-size: 16.5px;
    color: var(--navy);
    margin: 0 0 8px;
  }

  .card p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.55;
    margin: 0;
  }

  .legal-feature {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 20px;
    padding: 30px;
    background: var(--navy);
    border-color: var(--navy);
  }

  .legal-feature .icon {
    width: 52px;
    height: 52px;
    margin: 0;
    color: var(--teal);
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.18);
  }

  .legal-feature .eyebrow {
    display: block;
    margin-bottom: 6px;
    color: var(--teal);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .legal-feature h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 21px;
  }

  .legal-copy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
  }

  .legal-feature .legal-copy-grid p {
    color: #D9E4E8;
  }

  .legal-feature .legal-copy-grid strong {
    color: #fff;
  }

  .legal-situations {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.18);
  }

  .legal-situations h4 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 13px;
  }

  .legal-chip-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .legal-chip-list li {
    padding: 8px 10px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 7px;
    color: #E8F0F2;
    background: rgba(255,255,255,.06);
    font-size: 12px;
    line-height: 1.35;
  }

  .legal-disclaimer {
    margin-top: 12px !important;
    color: #BFD0D6 !important;
    font-size: 11.5px !important;
  }

  /* ---------- How it works ---------- */
  .steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
  }

  .step {
    text-align: center;
  }

  .step .num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--teal);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
  }

  .step .icon-box {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: var(--surface);
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: var(--navy);
    font-size: 24px;
  }

  .step h4 {
    font-size: 16px;
    color: var(--navy);
    margin: 0 0 8px;
  }

  .step p {
    font-size: 13.5px;
    color: var(--muted);
    line-height: 1.5;
    margin: 0;
  }

  /* ---------- Ideal for ---------- */
  .ideal-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .ideal-section h2 {
    margin-bottom: 22px;
    font-size: 24px;
  }

  .ideal-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    max-width: 1080px;
    margin: 0 auto;
  }

  .ideal-item {
    text-align: center;
    padding: 6px 6px;
  }

  .ideal-item .icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--surface);
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    color: var(--navy);
    font-size: 17px;
  }

  .ideal-item span {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.3;
    display: block;
  }

  /* ---------- Pricing ---------- */
  .pricing h2 { margin-bottom: 8px; }

  .pricing p.lead {
    max-width: 720px;
    margin: 0 auto 32px;
    text-align: center;
    color: var(--muted);
    line-height: 1.55;
  }

  .price-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    max-width: 760px;
    margin: 0 auto;
  }

  .price-card {
    display: flex;
    flex-direction: column;
    min-height: 194px;
    padding: 26px;
    text-align: left;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
  }

  .price-card .plan {
    margin-bottom: 10px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 700;
  }

  .price-card .amount {
    color: var(--navy);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
  }

  .price-card .amount span {
    color: var(--muted);
    font-size: 14px;
    font-weight: 500;
  }

  .price-card .label {
    margin-top: 10px;
    color: var(--muted);
    font-size: 13.5px;
    line-height: 1.5;
  }

  .pricing-link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: auto;
    padding-top: 18px;
    color: var(--navy);
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
  }

  .pricing-link:hover { color: var(--teal); }

  .pricing-notes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 20px;
    max-width: 760px;
    margin: 20px auto 0;
  }

  .pricing-note {
    margin: 0;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--muted);
    background: var(--paper);
    font-size: 13px;
    line-height: 1.45;
  }

  .pricing-note strong { color: var(--navy); }
  .pricing-note a { color: var(--navy); font-weight: 700; }
  .pricing-note a:hover { color: var(--teal); }
/* ---------- Final CTA ---------- */
  .final-cta {
    background: var(--navy);
    color: #fff;
    padding: 66px 6vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }

  .final-cta h2 {
    max-width: 760px;
    font-size: clamp(30px, 3.6vw, 44px);
    letter-spacing: -.03em;
    margin: 0;
    color: #fff;
  }

  .final-cta p {
    max-width: 680px;
    color: #C9D6DC;
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
  }

  .final-cta .lead-form {
    margin: 0;
    text-align: left;
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.2);
  }

  .final-cta .lead-form p { color: #C9D6DC; }

  .final-cta .btn-ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,0.35);
  }

  .final-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .final-cta-actions .btn {
    width: auto;
    white-space: nowrap;
  }

  /* ---------- Footer ---------- */
  footer {
    padding: 44px 6vw 28px;
    border-top: 1px solid var(--line);
    font-size: 13.5px;
    color: var(--muted);
    background: var(--paper);
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1.6fr .8fr .8fr;
    gap: 36px;
    max-width: 1180px;
    margin: 0 auto 32px;
  }

  .footer-grid h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--navy);
    margin: 0 0 12px;
  }

  .footer-grid a {
    display: block;
    color: var(--muted);
    text-decoration: none;
    margin-bottom: 8px;
  }

  .footer-grid a:hover { color: var(--navy); }

  .footer-bottom {
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
  }
@media (max-width: 1100px) {
    .feature-strip { grid-template-columns: repeat(3, 1fr); }
    .legal-chip-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
  }

  @media (max-width: 900px) {
    .price-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .setup-options { grid-template-columns: 1fr; }
    .hero-inner { grid-template-columns: 1fr; }
    .hero-qr { justify-self: start; max-width: 380px; }
    .cards-6, .steps { grid-template-columns: repeat(2, 1fr); }
    .ideal-grid { grid-template-columns: repeat(3, 1fr); }
    .feature-strip { grid-template-columns: repeat(2, 1fr); }
  }

  @media (max-width: 600px) {
    .hero {
      margin-top: 0;
      padding-top: 116px;
    }
    .hero h1 {
      font-size: 39px;
      line-height: 1.02;
    }
    .hero-sub {
      font-size: 17px;
      line-height: 1.62;
    }
    .hero-note {
      margin-top: 14px;
      font-size: 12.5px;
    }
    .hero-legal-benefit {
      margin-top: 15px;
      padding: 13px 14px;
      grid-template-columns: 30px minmax(0, 1fr);
      gap: 10px;
    }
    .hero-legal-benefit .legal-benefit-icon {
      width: 30px;
      height: 30px;
      font-size: 13px;
    }
    .hero-legal-benefit strong {
      font-size: 13px;
    }
    .hero-legal-benefit .legal-benefit-copy {
      font-size: 12px;
    }
    .hero-qr { display: none; }
    .mobile-live-cta { display: inline-flex; align-items: center; gap: 8px; }
    .feature-strip {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px 10px;
      margin-top: 32px;
      padding-top: 22px;
      padding-bottom: 26px;
    }
    .feature-strip .item { align-items: center; gap: 8px; }
    /* Mobile order: left column €99, No subscriptions, 33 languages;
       right column Prepaid/PAYG, Free onboarding, Integrated legal claims. */
    .feature-strip .item:nth-child(1) { grid-column: 1; grid-row: 1; }
    .feature-strip .item:nth-child(2) { grid-column: 1; grid-row: 2; }
    .feature-strip .item:nth-child(3) { grid-column: 1; grid-row: 3; }
    .feature-strip .item:nth-child(5) { grid-column: 2; grid-row: 1; }
    .feature-strip .item:nth-child(4) { grid-column: 2; grid-row: 2; }
    .feature-strip .item:nth-child(6) { grid-column: 2; grid-row: 3; }
    .feature-strip .icon { width: 30px; height: 30px; font-size: 12px; }
    .feature-strip .txt-label { font-size: 11.5px; line-height: 1.3; }
    .feature-strip .txt-label b { font-size: 13px; }
    .cards-6, .steps, .price-cards, .footer-grid, .trust-grid, .pricing-notes {
      grid-template-columns: 1fr;
    }
    .legal-feature {
      grid-template-columns: 1fr;
      gap: 14px;
      padding: 24px 20px;
    }
    .legal-feature .icon { width: 46px; height: 46px; }
    .legal-copy-grid, .legal-chip-list { grid-template-columns: 1fr; }
    .price-card, .setup-card { padding: 22px; }
    .setup-list { grid-template-columns: 1fr; gap: 8px; }
    .ideal-section { padding: 28px 20px; }
    .ideal-section h2 { margin-bottom: 18px; font-size: 22px; }
    .ideal-grid { grid-template-columns: repeat(2, 1fr); gap: 10px 12px; }
    .ideal-item { padding: 4px; }
    .ideal-item .icon-circle { width: 40px; height: 40px; margin-bottom: 7px; font-size: 15px; }
    .site-header { gap: 12px; padding: 13px 17px; }
    .brand-logo { height: 25px; max-width: 126px; }
    .product-tag { padding-left: 9px; font-size: 10.5px; }
    .final-cta-actions { gap: 8px; }
    .final-cta-actions .btn { padding-left: 18px; padding-right: 18px; }
    .section { padding: 54px 20px; }
    .lead-form-row { flex-direction: column; }
    .compare-table thead { display: none; }
    .compare-table, .compare-table tbody, .compare-table tr, .compare-table td { display: block; width: 100%; }
    .compare-table tr { border-top: 1px solid var(--line); }
    .compare-table tr:first-child { border-top: 0; }
    .compare-table tbody td { border-top: 0; padding: 12px 18px; }
    .compare-table tbody td:first-child { padding-bottom: 6px; font-size: 13px; }
    .compare-table tbody td:last-child { padding-top: 8px; }
  }
  /* ---------- Traditional vs Reclamo table ---------- */
  .compare-table {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
  }

  .compare-table thead th {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 22px;
    background: var(--surface);
    color: var(--navy);
  }

  .compare-table thead th:first-child {
    color: var(--muted);
    background: var(--paper);
  }

  .compare-table tbody td {
    padding: 13px 22px;
    font-size: 14.5px;
    border-top: 1px solid var(--line);
  }

  .compare-table tbody td:first-child {
    color: var(--muted);
  }

  .compare-table tbody td:last-child {
    color: var(--navy);
    font-weight: 600;
    background: var(--surface);
  }

  .compare-table tbody td:last-child .icon-svg {
    color: var(--teal);
    margin-right: 8px;
  }

/* ---------- Trust & compliance ---------- */
  .trust-section {
    background: var(--navy);
    border-top: none;
  }

  .trust-heading {
    max-width: 720px;
    margin: 0 auto 38px;
    text-align: center;
  }

  .trust-section h2 {
    margin-bottom: 12px;
    color: #fff;
  }

  .trust-heading > p {
    margin: 0;
    color: #D5E1E5;
    line-height: 1.6;
  }

  .trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 1080px;
    margin: 0 auto;
  }

  .trust-item {
    padding: 24px 22px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: var(--radius);
    background: rgba(255,255,255,.07);
  }

  .trust-item .icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 10px;
    background: rgba(255,255,255,.1);
    color: var(--teal);
  }

  .trust-item h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 16px;
  }

  .trust-item p {
    margin: 0;
    color: #D5E1E5;
    font-size: 13.5px;
    line-height: 1.55;
  }

  /* Trust section responsive layout — kept after the base rules so it wins */
  @media (max-width: 1100px) {
    .trust-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 600px) {
    .trust-section {
      padding: 46px 20px;
    }

    .trust-heading {
      margin-bottom: 24px;
      text-align: left;
    }

    .trust-section h2 {
      margin-bottom: 10px;
      font-size: 27px;
      line-height: 1.15;
    }

    .trust-heading > p {
      font-size: 15px;
      line-height: 1.45;
    }

    .trust-grid {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .trust-item {
      display: grid;
      grid-template-columns: 44px minmax(0, 1fr);
      column-gap: 14px;
      padding: 17px;
      align-items: start;
    }

    .trust-item .icon {
      grid-row: 1 / span 2;
      width: 44px;
      height: 44px;
      margin: 0;
    }

    .trust-item h3 {
      margin: 1px 0 4px;
      font-size: 16px;
      line-height: 1.25;
    }

    .trust-item p {
      font-size: 13px;
      line-height: 1.4;
    }
  }

    /* Deployment polish */
  .hero-ctas .btn-ghost{background:var(--paper)}
  .final-cta .btn-ghost{min-width:220px}
  .btn:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid rgba(16,155,167,.35);outline-offset:3px}
  @media(max-width:600px){
    .header-actions{gap:8px}
    .header-actions .btn-small{padding:8px 12px}
  }

  /* ---------- Shared DAR/Fleet section rhythm ---------- */
  .section {
    background: var(--page-bg);
  }

  .section.alt {
    background: var(--paper);
  }

  .trust-section,
  .final-cta {
    background: var(--navy);
  }

  footer {
    background: var(--paper);
  }

  /* Exact DAR hero + subhero color alignment */
  .hero .feature-strip .icon {
    color: var(--teal);
  }

  .hero .feature-strip .txt-label b {
    color: var(--navy);
  }

/* Fleet-only landing components */
.header-actions .lang-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 34px;
  padding: 0 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: .03em;
}
.header-actions .lang-link:hover { border-color: var(--navy); }

.section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}
.section-head .section-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.section-head h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.14;
  letter-spacing: -.025em;
}
.section-head p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
}
.benefit-card {
  min-height: 190px;
  padding: 24px 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
}
.benefit-card .icon {
  width: 42px;
  height: 42px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom: 16px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--surface);
  color: var(--teal);
  font-size: 17px;
}
.benefit-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 16px;
}
.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.workflow-overview {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: var(--paper);
}
.workflow-node {
  position: relative;
  padding: 24px 18px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.workflow-node:last-child { border-right: 0; }
.workflow-node .icon {
  width: 44px;
  height: 44px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin: 0 auto 13px;
  border-radius: 12px;
  background: var(--surface);
  color: var(--teal);
}
.workflow-node strong {
  display:block;
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 13.5px;
}
.workflow-node span {
  display:block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.card,
.price-card,
.setup-card {
  border-radius: 14px;
}
.card,
.price-card {
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.card:hover,
.price-card:hover {
  border-color: rgba(16,155,167,.34);
  box-shadow: 0 10px 28px rgba(46,84,107,.07);
}

.ideal-section {
  padding-top: 54px;
  padding-bottom: 54px;
}
.ideal-section .section-head { margin-bottom: 26px; }
.ideal-item .icon-circle { color: var(--teal); }

.compare-table {
  box-shadow: 0 8px 24px rgba(46,84,107,.05);
}

.footer-brand {
  max-width: 360px;
}
.footer-logo-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}
.footer-logo-line img {
  width: auto;
  height: 24px;
  max-width: 120px;
}
.footer-logo-line .fleet-tag {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding-left: 10px;
  border-left: 1px solid var(--line);
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.footer-brand p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.footer-legal-button {
  display:block;
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  cursor: pointer;
  text-align: left;
}
.footer-legal-button:hover { color: var(--navy); }

.form-privacy-note {
  margin: 10px 0 0 !important;
  color: #c9d6dc !important;
  font-size: 11.5px !important;
  line-height: 1.45 !important;
}
.form-privacy-note a { color: #fff; }

@media (max-width: 900px) {
  .benefit-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .workflow-overview { grid-template-columns: 1fr 1fr; }
  .workflow-node { border-bottom: 1px solid var(--line); }
  .workflow-node:nth-child(2n) { border-right: 0; }
  .workflow-node:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }
}
@media (max-width: 600px) {
  .header-actions .lang-link {
    min-width: 32px;
    height: 31px;
    padding: 0 7px;
    font-size: 11px;
  }
  .section-head {
    margin-bottom: 30px;
    text-align: left;
  }
  .section-head h2 { font-size: 28px; }
  .section-head p { margin: 0; font-size: 17px; }
  .benefit-grid { grid-template-columns: 1fr; gap: 12px; }
  .benefit-card { min-height: 0; padding: 18px; }
  .workflow-overview { grid-template-columns: 1fr; }
  .workflow-node,
  .workflow-node:nth-child(2n),
  .workflow-node:last-child {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .workflow-node:last-child { border-bottom: 0; }
}

.trust-section .section-head .section-eyebrow { color: var(--teal); }
.trust-section .section-head h2 { color: #fff; }
.trust-section .section-head p { color: #d5e1e5; }
