﻿:root {
      --navy: #062e63;
      --navy-2: #0a427d;
      --green: #63b719;
      --green-2: #228044;
      --gold: #d39216;
      --ink: #122033;
      --muted: #5f6f83;
      --line: #d8e2ec;
      --soft: #f4f8fb;
      --white: #ffffff;
      --shadow: 0 20px 50px rgba(4, 28, 57, .14);
      --radius: 8px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      color: var(--ink);
      background: var(--white);
      line-height: 1.5;
    }

    img {
      display: block;
      max-width: 100%;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(255, 255, 255, .94);
      border-bottom: 1px solid rgba(216, 226, 236, .9);
      backdrop-filter: blur(12px);
    }

    .nav {
      width: min(1180px, calc(100% - 36px));
      min-height: 76px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .brand img {
      width: 178px;
      height: 52px;
      object-fit: contain;
      object-position: left center;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 22px;
      color: #24415e;
      font-size: 14px;
      font-weight: 700;
    }

    .nav-links a {
      padding: 10px 0;
      border-bottom: 2px solid transparent;
    }

    .nav-links a:hover {
      color: var(--navy);
      border-color: var(--green);
    }

    .nav-links a.active {
      color: var(--navy);
      border-color: var(--green);
    }

    .nav-action,
    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0 18px;
      border: 0;
      border-radius: var(--radius);
      background: var(--green);
      color: #071c34;
      font-weight: 800;
      cursor: pointer;
      box-shadow: 0 10px 24px rgba(99, 183, 25, .22);
    }

    .button.secondary {
      background: var(--white);
      color: var(--navy);
      border: 1px solid rgba(255, 255, 255, .72);
      box-shadow: none;
    }

    .menu-toggle {
      display: none;
      width: 44px;
      height: 44px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--white);
      color: var(--navy);
      font-size: 24px;
      line-height: 1;
      cursor: pointer;
    }

    .hero {
      min-height: calc(100vh - 76px);
      display: grid;
      align-items: center;
      position: relative;
      overflow: hidden;
      color: var(--white);
      background:
        linear-gradient(90deg, rgba(4, 26, 55, .96) 0%, rgba(4, 26, 55, .86) 46%, rgba(4, 26, 55, .48) 100%),
        url("RIDESURE%20LOGO.png") center / cover no-repeat;
    }

    .page-hero {
      padding: 88px 0 76px;
      color: var(--white);
      background:
        linear-gradient(90deg, rgba(4, 26, 55, .96), rgba(4, 26, 55, .72)),
        url("RIDESURE%20LOGO.png") center / cover no-repeat;
    }

    .page-hero h1 {
      max-width: 790px;
      margin: 0;
      font-size: clamp(40px, 5vw, 70px);
      line-height: 1;
      letter-spacing: 0;
    }

    .page-hero p {
      max-width: 680px;
      margin: 20px 0 0;
      color: rgba(255, 255, 255, .82);
      font-size: 20px;
    }

    .intro-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 26px;
      align-items: center;
    }

    .lead-panel {
      padding: 28px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--white);
      box-shadow: var(--shadow);
    }

    .lead-panel p {
      margin: 12px 0 0;
      color: var(--muted);
    }

    .trust-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      margin-top: 26px;
    }

    .trust-card {
      min-height: 190px;
      padding: 24px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--white);
      box-shadow: 0 10px 28px rgba(5, 41, 82, .06);
    }

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

    .trust-card p {
      margin: 10px 0 0;
      color: var(--muted);
    }

    .compliance-note {
      padding: 22px;
      border-left: 4px solid var(--green);
      border-radius: var(--radius);
      background: #eef7e5;
      color: #24415e;
      font-size: 14px;
      font-weight: 700;
    }

    .legal-content {
      max-width: 900px;
    }

    .legal-content h2 {
      margin-top: 34px;
      font-size: 28px;
    }

    .legal-content p,
    .legal-content li {
      color: var(--muted);
    }

    .legal-content ul {
      padding-left: 20px;
    }

    .wide-image {
      width: 100%;
      max-height: 520px;
      object-fit: cover;
      object-position: center top;
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }

    .cta-strip {
      padding: 42px;
      border-radius: var(--radius);
      color: var(--white);
      background: linear-gradient(135deg, var(--navy), var(--green-2));
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .cta-strip h2 {
      color: var(--white);
      margin: 0;
      font-size: clamp(28px, 3vw, 40px);
    }

    .cta-strip p {
      margin: 8px 0 0;
      color: rgba(255, 255, 255, .78);
      max-width: 650px;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 10px;
      background: linear-gradient(90deg, var(--green), var(--gold), var(--navy-2));
    }

    .hero-inner {
      width: min(1180px, calc(100% - 36px));
      margin: 0 auto;
      padding: 80px 0 92px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 18px;
      color: #bce486;
      font-size: 13px;
      font-weight: 900;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .eyebrow::before {
      content: "";
      width: 38px;
      height: 3px;
      background: var(--green);
      border-radius: 999px;
    }

    .hero h1 {
      max-width: 760px;
      margin: 0;
      font-size: clamp(44px, 6vw, 86px);
      line-height: .96;
      letter-spacing: 0;
    }

    .hero p {
      max-width: 630px;
      margin: 24px 0 0;
      color: rgba(255, 255, 255, .84);
      font-size: clamp(17px, 2vw, 22px);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 34px;
    }

    .hero-stats {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1px;
      width: min(860px, 100%);
      margin-top: 54px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, .18);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, .12);
    }

    .stat {
      min-height: 108px;
      padding: 20px;
      background: rgba(5, 37, 77, .64);
    }

    .stat strong {
      display: block;
      color: var(--white);
      font-size: 28px;
      line-height: 1;
    }

    .stat span {
      display: block;
      margin-top: 8px;
      color: rgba(255, 255, 255, .72);
      font-size: 13px;
      font-weight: 700;
    }

    section {
      padding: 82px 0;
    }

    .section-inner {
      width: min(1180px, calc(100% - 36px));
      margin: 0 auto;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 28px;
      margin-bottom: 34px;
    }

    .section-kicker {
      color: var(--green-2);
      font-size: 13px;
      font-weight: 900;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    h2 {
      margin: 6px 0 0;
      color: var(--navy);
      font-size: clamp(30px, 3.4vw, 48px);
      line-height: 1.08;
      letter-spacing: 0;
    }

    .section-head p {
      max-width: 440px;
      margin: 0;
      color: var(--muted);
    }

    .solutions {
      background: var(--soft);
    }

    .solution-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }

    .solution-card,
    .feature-card,
    .plan,
    .faq-item {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--white);
      box-shadow: 0 10px 28px rgba(5, 41, 82, .06);
    }

    .solution-card {
      min-height: 276px;
      padding: 24px;
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .icon {
      width: 56px;
      height: 56px;
      display: grid;
      place-items: center;
      border-radius: var(--radius);
      background: #e9f4dc;
      color: var(--navy);
    }

    .icon svg {
      width: 30px;
      height: 30px;
      stroke: currentColor;
      stroke-width: 2.2;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .solution-card:nth-child(2) .icon,
    .solution-card:nth-child(5) .icon {
      background: #fff4df;
      color: #a16000;
    }

    .solution-card h3,
    .feature-card h3,
    .plan h3,
    .contact-panel h3 {
      margin: 0;
      color: var(--navy);
      font-size: 21px;
      line-height: 1.15;
    }

    .solution-card p,
    .feature-card p {
      margin: 0;
      color: var(--muted);
    }

    .solution-card ul,
    .plan ul {
      margin: auto 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 9px;
      color: #334d68;
      font-size: 14px;
      font-weight: 700;
    }

    .solution-card li,
    .plan li {
      display: flex;
      gap: 9px;
      align-items: flex-start;
    }

    .solution-card li::before,
    .plan li::before {
      content: "";
      flex: 0 0 9px;
      width: 9px;
      height: 9px;
      margin-top: 7px;
      border-radius: 50%;
      background: var(--green);
    }

    .features {
      background: var(--white);
    }

    .feature-layout {
      display: grid;
      grid-template-columns: .95fr 1.05fr;
      gap: 34px;
      align-items: center;
    }

    .media-stack {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .media-stack img {
      width: 100%;
      height: 260px;
      object-fit: cover;
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }

    .media-stack img:first-child {
      grid-column: span 2;
      height: 320px;
      object-position: center top;
    }

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

    .feature-card {
      min-height: 170px;
      padding: 22px;
    }

    .feature-card h3 {
      margin-top: 16px;
    }

    .feature-card p {
      margin-top: 10px;
    }

    .plans {
      background:
        linear-gradient(180deg, rgba(244, 248, 251, .96), rgba(244, 248, 251, .96)),
        url("c46ed2bf-e796-435e-a967-ce7696ac2bbb.JPG") center / cover no-repeat;
    }

    .plan-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .plan {
      overflow: hidden;
    }

    .plan.featured {
      transform: translateY(-10px);
      border-color: rgba(99, 183, 25, .55);
      box-shadow: var(--shadow);
    }

    .plan-header {
      padding: 22px;
      color: var(--white);
      background: var(--navy);
    }

    .plan:nth-child(2) .plan-header {
      background: var(--green-2);
    }

    .plan:nth-child(3) .plan-header {
      background: var(--gold);
    }

    .plan-header h3 {
      color: var(--white);
      font-size: 26px;
    }

    .plan-header p {
      margin: 7px 0 0;
      color: rgba(255, 255, 255, .82);
      font-weight: 700;
    }

    .plan-body {
      padding: 24px;
    }

    .plan-metric {
      display: grid;
      gap: 12px;
      margin-bottom: 22px;
      padding-bottom: 22px;
      border-bottom: 1px solid var(--line);
    }

    .plan-metric span {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }

    .plan-metric strong {
      color: var(--navy);
      font-size: 18px;
      text-align: right;
    }

    .risk-band {
      color: var(--white);
      background: linear-gradient(135deg, var(--navy), #073c76 48%, #12613d);
    }

    .risk-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }

    .risk-card {
      min-height: 206px;
      padding: 24px;
      border: 1px solid rgba(255, 255, 255, .16);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, .08);
    }

    .risk-card .icon {
      background: rgba(255, 255, 255, .12);
      color: #c8f49b;
    }

    .risk-card h3 {
      margin: 18px 0 8px;
      color: var(--white);
      font-size: 20px;
    }

    .risk-card p {
      margin: 0;
      color: rgba(255, 255, 255, .75);
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .gallery-card {
      overflow: hidden;
      border-radius: var(--radius);
      background: var(--navy);
      box-shadow: var(--shadow);
    }

    .gallery-card img {
      width: 100%;
      height: 360px;
      object-fit: cover;
      object-position: center top;
      transition: transform .35s ease;
    }

    .gallery-card:hover img {
      transform: scale(1.035);
    }

    .gallery-caption {
      padding: 16px 18px;
      color: var(--white);
      font-weight: 800;
    }

    .faq {
      background: var(--soft);
    }

    .faq-layout {
      display: grid;
      grid-template-columns: .8fr 1.2fr;
      gap: 34px;
      align-items: start;
    }

    .faq-list {
      display: grid;
      gap: 12px;
    }

    .faq-item {
      padding: 20px;
    }

    .faq-item h3 {
      margin: 0;
      color: var(--navy);
      font-size: 18px;
    }

    .faq-item p {
      margin: 8px 0 0;
      color: var(--muted);
    }

    .contact {
      color: var(--white);
      background:
        linear-gradient(90deg, rgba(5, 32, 66, .94), rgba(5, 32, 66, .78)),
        url("86735aab-5ce9-4257-964a-b9fab808aa8c.JPG") center bottom / cover no-repeat;
    }

    .contact-layout {
      display: grid;
      grid-template-columns: .85fr 1.15fr;
      gap: 34px;
      align-items: start;
    }

    .contact h2,
    .contact h1,
    .contact .section-kicker {
      color: var(--white);
    }

    .contact h1 {
      margin: 6px 0 0;
      font-size: clamp(40px, 5vw, 64px);
      line-height: 1;
      letter-spacing: 0;
    }

    .contact p {
      color: rgba(255, 255, 255, .78);
    }

    .contact-panel {
      padding: 26px;
      border-radius: var(--radius);
      background: rgba(255, 255, 255, .96);
      color: var(--ink);
      box-shadow: var(--shadow);
    }

    .contact-methods {
      display: grid;
      gap: 12px;
      margin-top: 24px;
    }

    .contact-methods a,
    .contact-methods span {
      display: inline-flex;
      width: fit-content;
      color: var(--white);
      font-weight: 800;
      border-bottom: 1px solid rgba(255, 255, 255, .42);
    }

    .form-note {
      margin: 14px 0 0;
      color: var(--muted);
      font-size: 13px;
    }

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

    label {
      display: grid;
      gap: 7px;
      color: #294765;
      font-size: 13px;
      font-weight: 800;
    }

    input,
    select,
    textarea {
      width: 100%;
      min-height: 46px;
      border: 1px solid #cbd8e5;
      border-radius: var(--radius);
      padding: 10px 12px;
      color: var(--ink);
      background: var(--white);
    }

    textarea {
      min-height: 118px;
      resize: vertical;
    }

    .full {
      grid-column: 1 / -1;
    }

    .footer {
      padding: 34px 0;
      color: rgba(255, 255, 255, .72);
      background: #041c39;
    }

    .footer-inner {
      width: min(1180px, calc(100% - 36px));
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      font-size: 14px;
    }

    .footer-copy {
      display: grid;
      gap: 6px;
      text-align: right;
    }

    .footer-links {
      display: flex;
      justify-content: flex-end;
      gap: 14px;
      flex-wrap: wrap;
    }

    .footer-copy a,
    .footer-links a {
      color: #bce486;
      font-weight: 800;
      border-bottom: 1px solid rgba(188, 228, 134, .55);
    }

    .footer img {
      width: 150px;
      height: 42px;
      object-fit: contain;
      object-position: left center;
      filter: brightness(1.6);
    }

    .whatsapp-float {
      position: fixed;
      right: 22px;
      bottom: 22px;
      z-index: 30;
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #25d366;
      color: var(--white);
      box-shadow: 0 16px 34px rgba(5, 41, 82, .24);
      transition: transform .2s ease, box-shadow .2s ease;
    }

    .whatsapp-float svg {
      width: 34px;
      height: 34px;
      fill: currentColor;
    }

    .whatsapp-float::before {
      content: "";
      position: absolute;
      inset: -5px;
      border: 1px solid rgba(37, 211, 102, .4);
      border-radius: 50%;
    }

    .whatsapp-float:hover {
      transform: translateY(-3px);
      box-shadow: 0 20px 40px rgba(5, 41, 82, .3);
    }

    .reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity .5s ease, transform .5s ease;
    }

    .reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 980px) {
      .menu-toggle {
        display: inline-grid;
        place-items: center;
      }

      .nav-links {
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        display: none;
        padding: 18px;
        background: var(--white);
        border-bottom: 1px solid var(--line);
        box-shadow: 0 18px 28px rgba(4, 28, 57, .1);
      }

      .nav-links.is-open {
        display: grid;
        gap: 8px;
      }

      .nav-links .nav-action {
        margin-top: 8px;
      }

      .hero {
        min-height: auto;
      }

      .hero-stats,
      .solution-grid,
      .risk-grid,
      .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .section-head,
      .feature-layout,
      .faq-layout,
      .contact-layout {
        grid-template-columns: 1fr;
        display: grid;
      }

      .plan-grid,
      .gallery-grid,
      .intro-grid {
        grid-template-columns: 1fr;
      }

      .plan.featured {
        transform: none;
      }
    }

    @media (max-width: 640px) {
      .nav,
      .section-inner,
      .hero-inner,
      .footer-inner {
        width: min(100% - 28px, 1180px);
      }

      .brand img {
        width: 148px;
      }

      section {
        padding: 58px 0;
      }

      .hero-inner {
        padding: 58px 0 72px;
      }

      .hero-stats,
      .solution-grid,
      .feature-grid,
      .risk-grid,
      .trust-grid,
      .form-grid,
      .media-stack {
        grid-template-columns: 1fr;
      }

      .stat {
        min-height: 92px;
      }

      .media-stack img,
      .media-stack img:first-child {
        grid-column: auto;
        height: 250px;
      }

      .gallery-card img {
        height: 300px;
      }

      .page-hero {
        padding: 62px 0;
      }

      .cta-strip {
        padding: 28px;
        display: grid;
      }

      .footer-inner {
        align-items: flex-start;
        flex-direction: column;
      }

      .footer-copy {
        text-align: left;
      }

      .footer-links {
        justify-content: flex-start;
      }

      .whatsapp-float {
        right: 16px;
        bottom: 16px;
      }
    }
