* { margin: 0; padding: 0; box-sizing: border-box; }
    body {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
      background-color: #F8FAFC;
      background-image: radial-gradient(rgba(30, 58, 138, 0.06) 1.5px, transparent 1.5px);
      background-size: 24px 24px;
      color: #0A1128;
      line-height: 1.6;
    }
    h1, h2, h3, h4, .font-display { font-family: 'JetBrains Mono', monospace; }
    .wrap { max-width: 1280px; margin: 0 auto; padding: 0 32px; }

    /* Header Navbar */
    header.site-nav { background: #FFFFFF; border-bottom: 1px solid #E2E8F0; position: sticky; top: 0; z-index: 100; }
    .nav-inner { display: flex; align-items: center; justify-content: space-between; height: 84px; }
    .brand-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; font-family: 'JetBrains Mono', monospace; font-weight: 800; font-size: 22px; color: #0A1128; letter-spacing: 0.02em; }
    .brand-logo img { height: 34px; width: auto; display: block; border-radius: 6px; }
    .brand-logo .brand-parking { color: #F59E0B; }
    .nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
    .nav-links a { text-decoration: none; color: #334155; font-weight: 600; font-size: 15px; transition: color 0.2s; }
    .nav-links a:hover, .nav-links a.active { color: #F59E0B; }
    .nav-ctas { display: flex; align-items: center; gap: 16px; }
    .btn-pay { display: flex; align-items: center; gap: 8px; padding: 10px 20px; border: 1px solid #CBD5E1; border-radius: 10px; background: #FFF; color: #0A1128; text-decoration: none; font-weight: 600; font-size: 14px; }
    .btn-orange { background: #F59E0B; color: #0A1128; font-family: 'JetBrains Mono', monospace; font-weight: 700; padding: 12px 24px; border-radius: 10px; text-decoration: none; font-size: 15px; border: none; cursor: pointer; transition: opacity 0.2s; }

    /* Parked Driver Bar */
    .parked-driver-bar { display: flex; justify-content: flex-end; margin-top: 24px; margin-bottom: 24px; }
    .parked-driver-pill {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 22px;
      background: #FFFFFF;
      border: 1px solid #E2E8F0;
      border-radius: 100px;
      color: #0A1128;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      box-shadow: 0 2px 8px rgba(0,0,0,0.03);
      transition: border-color 0.2s, box-shadow 0.2s;
    }
    .parked-driver-pill:hover { border-color: #F59E0B; box-shadow: 0 4px 12px rgba(245,158,11,0.12); }

    /* SECTION 1: HERO (img_cc70b6f45e04.png) */
    .hero-about-sec { padding: 40px 0 80px; }
    .hero-about-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; }
    .eyebrow-badge { display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: 0.1em; color: #F59E0B; text-transform: uppercase; margin-bottom: 16px; }
    .eyebrow-hexagon { width: 14px; height: 16px; background: #F59E0B; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); display: inline-block; }
    .hero-about-title { font-size: 54px; line-height: 1.08; font-weight: 800; color: #0A1128; font-family: 'JetBrains Mono', monospace; letter-spacing: -0.025em; margin-bottom: 24px; }
    .hero-about-sub { font-size: 17px; color: #334155; line-height: 1.65; font-weight: 400; max-width: 580px; }
    .hero-img-square { width: 100%; height: 440px; object-fit: cover; border-radius: 8px; display: block; box-shadow: 0 16px 40px rgba(15,23,42,0.08); }

    /* SECTION 2: OUR STORY (img_bf3f47695047.png) */
    .story-sec-clean { padding: 60px 0 80px; border-top: 1px solid #E2E8F0; }
    .story-inner-wrap { max-width: 860px; }
    .story-title-clean { font-size: 38px; font-weight: 800; color: #0A1128; font-family: 'JetBrains Mono', monospace; margin-bottom: 24px; letter-spacing: -0.02em; }
    .story-para { font-size: 20px; color: #334155; line-height: 1.65; font-weight: 400; margin-bottom: 32px; }

    /* SECTION 3: METRICS BAR + OUR TEAM (img_d7ea5dccd419.png) */
    .metrics-bar-dark {
      background: #080E21;
      color: #FFFFFF;
      padding: 40px 0;
      margin-bottom: 80px;
    }
    .metrics-bar-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
    .metric-col-item { border-right: 1px solid rgba(255,255,255,0.1); padding-right: 16px; }
    .metric-col-item:last-child { border-right: none; }
    .metric-col-num { font-size: 42px; font-weight: 900; color: #F59E0B; font-family: 'JetBrains Mono', monospace; letter-spacing: -0.02em; margin-bottom: 4px; }
    .metric-col-lbl { font-size: 14px; color: #CBD5E1; font-weight: 500; }

    .team-sec-clean { padding-bottom: 80px; }
    .team-title-clean { font-size: 48px; font-weight: 800; color: #0A1128; font-family: 'JetBrains Mono', monospace; margin-bottom: 40px; letter-spacing: -0.025em; }
    .team-grid-3col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    @media (max-width: 768px) {
      .team-grid-3col { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 480px) {
      .team-grid-3col { grid-template-columns: 1fr; }
    }
    .team-card-box {
      background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(10, 17, 40, 0.08); box-shadow: 0 8px 32px rgba(10, 17, 40, 0.05);
      border-radius: 16px;
      padding: 32px 20px;
      text-align: center;
      box-shadow: 0 4px 16px rgba(0,0,0,0.02);
      transition: transform 0.2s, border-color 0.2s;
    }
    .team-card-box:hover { transform: translateY(-3px); border-color: #F59E0B; }
    
    .team-avatar-img {
      width: 200px;
      height: 200px;
      object-fit: cover;
      border-radius: 50%;
      border: 4px solid #F59E0B;
      margin: 0 auto 16px;
      display: block;
      box-shadow: 0 6px 20px rgba(10, 17, 40, 0.12);
    }

    .team-hex-avatar {
      width: 56px;
      height: 62px;
      background: #080E21;
      color: #F59E0B;
      font-family: 'JetBrains Mono', monospace;
      font-weight: 800;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 16px;
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    }
    .team-card-box h4 { font-size: 17px; font-weight: 800; color: #0A1128; font-family: 'JetBrains Mono', monospace; }

    /* SECTION 4: BOTTOM CTA BANNER (img_a925fe8d5da7.png) */
    .bottom-cta-banner-light {
      background: #F8FAFC;
      border-top: 1px solid #E2E8F0;
      padding: 80px 32px;
      text-align: center;
      margin-bottom: 0;
    }
    .bottom-cta-banner-light h2 { font-size: 48px; font-weight: 800; color: #0A1128; font-family: 'JetBrains Mono', monospace; margin-bottom: 16px; letter-spacing: -0.025em; }
    .bottom-cta-banner-light p { font-size: 17px; color: #475569; max-width: 600px; margin: 0 auto 36px; line-height: 1.6; }
    .bottom-cta-btns-row { display: flex; align-items: center; justify-content: center; gap: 16px; }
    .btn-orange-glow { background: #F59E0B; color: #0A1128; font-family: 'JetBrains Mono', monospace; font-weight: 800; font-size: 16px; padding: 16px 32px; border-radius: 12px; text-decoration: none; box-shadow: 0 8px 24px rgba(245,158,11,0.3); transition: opacity 0.2s; }
    .btn-white-card { background: #FFFFFF; border: 1px solid #E2E8F0; color: #0A1128; font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 15px; padding: 16px 28px; border-radius: 12px; text-decoration: none; box-shadow: 0 2px 8px rgba(0,0,0,0.02); }

    /* FOOTER */
    footer.site-footer { background: #050A18; color: #CBD5E1; padding: 80px 0 40px; font-size: 14px; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 64px; }
    .footer-brand .logo { display: flex; align-items: center; gap: 10px; font-family: 'JetBrains Mono', monospace; font-weight: 800; font-size: 20px; color: #FFFFFF; text-decoration: none; margin-bottom: 16px; }
    .footer-brand .logo img { height: 32px; width: auto; display: block; border-radius: 6px; }
    .footer-brand .logo span { color: #F59E0B; }
    .footer-brand p { font-size: 14px; color: #CBD5E1; line-height: 1.6; max-width: 320px; margin-bottom: 20px; }
    .footer-brand .contact-info { font-size: 14px; color: #CBD5E1; line-height: 1.8; }
    .footer-brand .contact-info a { color: #CBD5E1; text-decoration: none; }
    .footer-col-nav h5 { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; color: #94A3B8; text-transform: none; margin-bottom: 20px; }
    .footer-col-nav ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
    .footer-col-nav ul a { color: #CBD5E1; text-decoration: none; font-size: 14px; transition: color 0.2s; }
    .footer-col-nav ul a:hover { color: #F59E0B; }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; color: #64748B; font-size: 13px; }

/* Shared Utility Classes for Zero Inline Styles */
.mb-0 { margin-bottom: 0 !important; }
.unit-sm { font-size: 24px; font-weight: 700; }
.link-plain { color: inherit; text-decoration: none; }
.btn-mt-12 { display: inline-block; margin-top: 12px; }
.text-left { text-align: left; }
.form-feedback { display: none; margin-top: 16px; padding: 12px 16px; border-radius: 8px; font-size: 14px; font-weight: 600; }
.form-feedback.success { display: block; background-color: #d1fae5; color: #065f46; border: 1px solid #a7f3d0; }
.form-feedback.error { display: block; background-color: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }
