/* Force uppercase on all header elements */
    h1,
    h2,
    h3,
    .tag,
    .btn,
    .section-label {
      text-transform: uppercase !important;
    }
    h1,
    h2,
    h3,
    .section-label,
    .tag {
      letter-spacing: -0.04em;
      font-weight: 200;
    }
    .btn {
      font-weight: 800 !important;
      letter-spacing: -0.02em;
    }

    /* Carbon fiber */
    .carbon {
      background-color: #0e1014;
      background-image:
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255,255,255,0.018) 2px, rgba(255,255,255,0.018) 4px),
        repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(255,255,255,0.018) 2px, rgba(255,255,255,0.018) 4px),
        repeating-linear-gradient(0deg, rgba(255,255,255,0.012) 0px, rgba(255,255,255,0.012) 1px, transparent 1px, transparent 8px),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.012) 0px, rgba(255,255,255,0.012) 1px, transparent 1px, transparent 8px);
      background-size: 8px 8px, 8px 8px, 8px 8px, 8px 8px;
    }

    /* Noise overlay */
    body::before {
      content: '';
      position: fixed;
      inset: 0;
      background-image: url("");
      pointer-events: none;
      z-index: 9999;
      opacity: 0.4;
    }

    
    

    
    .teal { color: var(--teal); }

    .tag {
      display: inline-block;
      font-family: var(--font-head);
      font-style: italic;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--teal);
      background: var(--teal-glow);
      border: 1px solid rgba(0,154,218,0.2);
      padding: 5px 14px;
      border-radius: 2px;
      margin-bottom: 18px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: var(--font-head);
      font-style: italic;
      font-weight: 800;
      font-size: 15px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 14px 32px;
      border-radius: 3px;
      cursor: pointer;
      transition: all 0.2s;
      border: none;
    }
    .btn-primary {
      background: var(--teal);
      color: var(--black);
    }
    .btn-primary:hover {
      background: #00b4ff;
      transform: translateY(-2px);
      box-shadow: 0 8px 32px rgba(0,154,218,0.22);
    }
    .btn-outline {
      background: transparent;
      color: var(--white);
      border: 1.5px solid rgba(255,255,255,0.35);
    }
    .btn-outline:hover {
      border-color: var(--teal);
      color: var(--teal);
      transform: translateY(-2px);
    }    /* ─── HERO ─── */
    .hero {
      position: relative;
      min-height: 80vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 160px 24px 80px;
      overflow: hidden;
    }
    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.6) 50%, var(--black) 100%),
        url('/assets/images/hero-fleet.jpg') center/cover no-repeat;
      z-index: 0;
    }
    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
    }
    .hero h1 {
      font-family: var(--font-head);
      font-style: italic;
      font-weight: 200;
      font-size: clamp(48px, 8vw, 88px);
      line-height: 0.95;
      margin-bottom: 16px;
    }
    .hero-sub {
      font-family: var(--font-body);
      font-size: 18px;
      color: var(--offwhite);
      margin-bottom: 8px;
      letter-spacing: 0.02em;
    }
    .hero-powered {
      font-family: var(--font-body);
      font-size: 13px;
      color: var(--teal);
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 32px;
      opacity: 0.85;
    }

    /* ─── PAY HERO SECTION ─── */
    .pay-hero {
      padding: 64px 24px;
      text-align: center;
      border-bottom: 1px solid var(--border);
    }
    .pay-hero .section-label {
      font-family: var(--font-head);
      font-style: italic;
      font-size: 12px;
      letter-spacing: 0.2em;
      color: var(--teal);
      margin-bottom: 16px;
    }
    .pay-number {
      font-family: var(--font-head);
      font-style: italic;
      font-weight: 200;
      font-size: clamp(64px, 12vw, 130px);
      line-height: 1;
      color: var(--white);
      letter-spacing: -0.03em;
    }
    .pay-number .currency {
      color: var(--teal);
      font-size: 0.5em;
      vertical-align: top;
      line-height: 1.4;
    }
    .pay-number .plus {
      color: var(--teal);
      font-size: 0.5em;
      vertical-align: top;
      line-height: 1.4;
    }
    .pay-subtitle {
      font-family: var(--font-head);
      font-style: italic;
      font-weight: 200;
      font-size: 18px;
      color: var(--offwhite);
      letter-spacing: 0.05em;
      margin-top: 12px;
    }
    .pay-fine {
      font-size: 14px;
      color: var(--offwhite);
      opacity: 0.6;
      margin-top: 16px;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.5;
    }

    /* ─── WEEKLY STRIP ─── */
    .weekly-strip {
      background: var(--teal);
      color: var(--black);
      padding: 20px 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 40px;
      flex-wrap: wrap;
    }
    .weekly-label {
      font-family: var(--font-head);
      font-style: italic;
      font-weight: 200;
      font-size: 14px;
      letter-spacing: 0.1em;
    }
    .weekly-value {
      font-family: var(--font-head);
      font-style: italic;
      font-weight: 800;
      font-size: 36px;
      letter-spacing: -0.02em;
    }

    /* ─── PAY DETAILS STRIP ─── */
    .pay-details {
      padding: 48px 24px;
      border-bottom: 1px solid var(--border);
    }
    .pay-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 32px;
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
    }
    .pay-item-icon {
      font-family: var(--font-head);
      font-style: italic;
      font-size: 20px;
      color: var(--teal);
      margin-bottom: 10px;
    }
    .pay-item h3 {
      font-family: var(--font-head);
      font-style: italic;
      font-weight: 200;
      font-size: 18px;
      color: var(--teal);
      margin-bottom: 8px;
    }
    .pay-item p {
      font-size: 14px;
      color: var(--offwhite);
      line-height: 1.5;
    }

    /* ─── WHAT WE COVER SECTION ─── */
    .we-cover {
      padding: 80px 24px;
    }
    .we-cover .section-head {
      text-align: center;
      margin-bottom: 48px;
    }
    .we-cover .section-head .tag { margin-bottom: 14px; }
    .we-cover .section-head h2 {
      font-family: var(--font-head);
      font-style: italic;
      font-weight: 200;
      font-size: clamp(32px, 5vw, 48px);
      margin-bottom: 12px;
    }
    .we-cover .section-head p {
      font-size: 16px;
      color: var(--offwhite);
      max-width: 600px;
      margin: 0 auto;
      line-height: 1.6;
    }
    .cover-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
      max-width: 960px;
      margin: 0 auto;
    }
    .cover-card {
      background: var(--steel);
      border: 1px solid var(--border);
      border-left: 3px solid var(--teal);
      padding: 24px 28px;
      border-radius: 4px;
      transition: transform 0.2s, border-color 0.2s;
    }
    .cover-card:hover {
      transform: translateY(-2px);
      border-left-color: #00b4ff;
    }
    .cover-card.featured {
      border-left-color: var(--teal);
      background: linear-gradient(135deg, var(--steel) 0%, rgba(0,154,218,0.06) 100%);
    }
    .cover-card .card-icon {
      font-size: 22px;
      margin-bottom: 8px;
    }
    .cover-card h3 {
      font-family: var(--font-head);
      font-style: italic;
      font-weight: 200;
      font-size: 16px;
      color: var(--white);
      margin-bottom: 8px;
      letter-spacing: 0.02em;
    }
    .cover-card p {
      font-size: 14px;
      color: var(--offwhite);
      line-height: 1.5;
    }
    .cover-card p strong {
      color: var(--white);
      font-weight: 600;
    }

    /* ─── QUICK PAY CALLOUT ─── */
    .quickpay {
      padding: 28px 24px;
      text-align: center;
      background: var(--steel-mid);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }
    .quickpay-label {
      font-family: var(--font-head);
      font-style: italic;
      font-size: 11px;
      letter-spacing: 0.15em;
      color: var(--offwhite);
      opacity: 0.7;
      margin-bottom: 6px;
    }
    .quickpay-text {
      font-family: var(--font-head);
      font-style: italic;
      font-weight: 200;
      font-size: 22px;
      color: var(--white);
    }
    .quickpay-text .accent { color: var(--teal); }

    /* ─── THE PITCH SECTION ─── */
    .pitch {
      padding: 80px 24px;
    }
    .pitch-card {
      max-width: 800px;
      margin: 0 auto;
      background: var(--steel);
      border: 1px solid var(--border);
      border-left: 4px solid var(--teal);
      padding: 40px 44px;
      border-radius: 4px;
      position: relative;
    }
    .pitch-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 1px;
      background: linear-gradient(90deg, var(--teal), transparent);
    }
    .pitch-eyebrow {
      font-family: var(--font-head);
      font-style: italic;
      font-size: 11px;
      letter-spacing: 0.15em;
      color: var(--teal);
      text-transform: uppercase;
      margin-bottom: 12px;
    }
    .pitch-card h2 {
      font-family: var(--font-head);
      font-style: italic;
      font-weight: 200;
      font-size: clamp(24px, 4vw, 32px);
      margin-bottom: 16px;
      line-height: 1.1;
    }
    .pitch-card p {
      font-size: 15px;
      color: var(--offwhite);
      line-height: 1.7;
    }
    .pitch-card p strong {
      color: var(--white);
      font-weight: 600;
    }

    /* ─── REQUIREMENTS ─── */
    .requirements {
      padding: 64px 24px;
      border-top: 1px solid var(--border);
    }
    .requirements .section-head {
      text-align: center;
      margin-bottom: 40px;
    }
    .requirements .section-head h2 {
      font-family: var(--font-head);
      font-style: italic;
      font-weight: 200;
      font-size: clamp(28px, 4vw, 40px);
    }
    .req-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px 40px;
      max-width: 700px;
      margin: 0 auto;
    }
    .req-item {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 15px;
      color: var(--offwhite);
      padding: 8px 0;
    }
    .req-bullet {
      width: 6px;
      height: 6px;
      background: var(--teal);
      border-radius: 50%;
      flex-shrink: 0;
    }

    /* ─── CTA SECTION ─── */
    .cta-section {
      padding: 80px 24px;
      text-align: center;
      border-top: 1px solid var(--border);
      position: relative;
    }
    .cta-section::before {
      content: '';
      position: absolute;
      top: 0; left: 50%; transform: translateX(-50%);
      width: 200px; height: 1px;
      background: var(--teal);
    }
    .cta-eyebrow {
      font-family: var(--font-head);
      font-style: italic;
      font-size: 12px;
      letter-spacing: 0.2em;
      color: var(--teal);
      text-transform: uppercase;
      margin-bottom: 12px;
    }
    .cta-section h2 {
      font-family: var(--font-head);
      font-style: italic;
      font-weight: 200;
      font-size: clamp(36px, 6vw, 56px);
      margin-bottom: 40px;
    }
    .contact-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      max-width: 700px;
      margin: 0 auto 40px;
    }
    .contact-item {
      text-align: center;
    }
    .contact-label {
      font-family: var(--font-head);
      font-style: italic;
      font-size: 11px;
      letter-spacing: 0.15em;
      color: var(--teal);
      text-transform: uppercase;
      margin-bottom: 8px;
    }
    .contact-value {
      font-family: var(--font-body);
      font-size: 16px;
      font-weight: 500;
      color: var(--white);
    }

    /* ─── FOOTER ─── */
    footer {
      padding: 32px 24px;
      text-align: center;
      border-top: 1px solid var(--border);
    }
    .footer-brand {
      font-family: var(--font-head);
      font-style: italic;
      font-weight: 200;
      font-size: 14px;
      color: var(--offwhite);
      margin-bottom: 12px;
      letter-spacing: 0.02em;
    }
    .footer-brand .teal { color: var(--teal); }
    .footer-disclaimer {
      font-size: 12px;
      color: var(--offwhite);
      opacity: 0.5;
      max-width: 700px;
      margin: 0 auto;
      line-height: 1.6;
    }
    .footer-back {
      margin-top: 20px;
    }
    .footer-back a:hover { opacity: 0.7; }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 768px) {
      .cover-grid { grid-template-columns: 1fr; }
      .pay-grid { grid-template-columns: 1fr; gap: 24px; }
      .req-grid { grid-template-columns: 1fr; }
      .contact-grid { grid-template-columns: 1fr; gap: 16px; }
      .weekly-strip { flex-direction: column; gap: 8px; text-align: center; }
      .pitch-card { padding: 28px 24px; }
    }
