:root {
  --black: #000;
  --white: #fff;
  --soft: #f4f4f2;
  --soft-2: #f8f8f7;
  --line: rgba(0,0,0,.14);
  --muted: rgba(0,0,0,.68);
  --muted-light: rgba(255,255,255,.72);
  --max: 1180px;
  --serif: "MBCorpoATitle", "MBCorpoSTitle", Georgia, "Times New Roman", serif;
  --sans: "MBCorpoSText", "MBCorpoAScreen1Cond", Arial, Helvetica, sans-serif;
  --cond: "MBCorpoSTextCond", "MBCorpoAScreen1Cond", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: var(--sans);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.container {
  width: min(var(--max), calc(100% - 88px));
  margin-inline: auto;
}
.container.narrow { --max: 1040px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 92px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(0,0,0,.08);
  backdrop-filter: blur(10px);
}
.header-inner {
  height: 100%;
  width: min(1180px, calc(100% - 88px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  align-items: center;
}
.ta-logo img {
  width: 168px;
  height: auto;
  object-fit: contain;
}
.top-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 68px;
  font-family: var(--cond);
  letter-spacing: .28em;
  text-transform: uppercase;
  font-size: 15px;
}
.top-nav a { text-decoration: none; }
.mb-star { display: flex; justify-content: flex-end; }
.mb-star img { width: 50px; height: 50px; }

/* HERO: darker/more premium interpretation of the approved hood-badge image */
.hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  isolation: isolate;
  background: #222;
}
.hero-bg,
.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-bg {
  background-image: url('/images/campaigns/gle-sport/hero-hood-badge-2.jpeg');
  background-size: cover;
  background-position: center;
  filter: brightness(.78) contrast(1.08) saturate(.88);
  transform: scale(1.02);
}
.hero-scrim {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.58) 28%, rgba(0,0,0,.15) 56%, rgba(0,0,0,.02) 100%),
    linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.08) 70%, rgba(255,255,255,.92) 100%);
}
.hero-content {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 62px 0 74px;
  color: var(--white);
}
.eyebrow {
  margin: 0 0 18px;
  font-family: var(--cond);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 500;
}
.eyebrow.dark { color: rgba(0,0,0,.55); }
.hero h1,
.section-head h2,
.models h2,
.sport-package h2,
.lead-form h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.025em;
}
.hero h1 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(38px, 4.2vw, 60px);
  line-height: .98;
}
.hero-lead {
  margin: 24px 0 0;
  font-size: 18px;
  max-width: 420px;
}
.hero-price {
  margin-top: 34px;
  padding-left: 22px;
  border-left: 1px solid rgba(255,255,255,.66);
  display: grid;
  gap: 0;
}
.hero-price span { font-size: 13px; color: rgba(255,255,255,.86); }
.hero-price strong {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(32px, 3.2vw, 42px);
  line-height: 1.05;
}
.hero-price small { font-size: 13px; color: rgba(255,255,255,.86); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 54px;
  padding: 0 30px;
  margin-top: 32px;
  font-family: var(--cond);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  border: 1px solid var(--black);
  cursor: pointer;
}
.btn-dark { background: var(--black); color: var(--white); }
.hero .btn-dark { border-color: rgba(255,255,255,.78); }

section { position: relative; }
.section-soft { background: var(--soft); }
.section-white { background: var(--white); }
.section-head {
  max-width: 560px;
  margin-bottom: 52px;
}
.section-head h2,
.models h2,
.sport-package h2,
.lead-form h2 {
  margin: 0;
  font-size: clamp(34px, 4.1vw, 56px);
  line-height: 1.05;
}
.section-head p,
.section-copy,
.lead-form p {
  color: var(--muted);
  font-size: 18px;
  margin: 18px 0 0;
  max-width: 680px;
}

.benefits {
  padding: 72px 0 74px;
  margin-top: -1px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.benefit-card {
  min-height: 255px;
  padding: 38px 56px 16px 0;
}
.benefit-card + .benefit-card { border-left: 1px solid var(--line); padding-left: 56px; }
.line-icon svg {
  width: 34px;
  height: 34px;
  stroke: #555;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.benefit-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.03;
  margin: 28px 0 8px;
}
.card-kicker {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 24px;
}
.benefit-card p:not(.card-kicker) { margin: 0; color: var(--muted); max-width: 275px; }

.models { padding: 76px 0 78px; }
.models h2 { max-width: 780px; font-size: clamp(34px, 3.8vw, 52px); }
.model-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  margin-top: 54px;
}
.model-card {
  background: var(--white);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 8px 24px rgba(0,0,0,.045);
}
.model-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center 56%;
}
.model-body { padding: 30px 34px 36px; }
.model-body h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 18px;
}
.model-body p { margin: 0 0 20px; color: var(--muted); }
ul { margin: 0; padding-left: 0; list-style: none; }
.model-body li,
.package-grid li { position: relative; padding-left: 20px; margin: 8px 0; color: var(--muted); }
.model-body li::before { content: "✓"; position: absolute; left: 0; color: var(--black); }
.package-grid li::before { content: "•"; position: absolute; left: 0; color: var(--black); }

.sport-package {
  display: grid;
  grid-template-columns: minmax(300px, 43%) 1fr;
  background: var(--soft-2);
  border-top: 1px solid rgba(0,0,0,.06);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.package-image {
  min-height: 520px;
  background-image: linear-gradient(90deg, rgba(0,0,0,.15), rgba(0,0,0,0)), url('/images/campaigns/gle-sport/detail-wheel.jpeg');
  background-size: cover;
  background-position: 48% 52%;
}
.package-content {
  max-width: 780px;
  padding: 72px 74px 62px;
}
.sport-package h2 { font-size: clamp(34px, 3.4vw, 48px); }
.package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 28px 34px;
  margin-top: 42px;
}
.package-grid article {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.small-icon { color: #555; font-size: 24px; line-height: 1; margin-bottom: 12px; }
.package-grid h3 { margin: 0 0 10px; font-size: 15px; }
.package-grid ul { font-size: 14px; }
.package-note { margin: 36px 0 0; color: var(--muted); font-size: 14px; border-top: 1px solid var(--line); padding-top: 20px; }

.lead-form { padding: 76px 0 78px; }
.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 86px;
  align-items: start;
}
.lead-form h2 { font-size: clamp(32px, 3vw, 46px); max-width: 650px; }
form { margin-top: 32px; }
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
}
.form-grid label span { position: absolute; left: -9999px; }
.form-grid input,
.form-grid select {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0,0,0,.22);
  background: var(--white);
  padding: 0 12px;
  font-family: var(--sans);
  font-size: 14px;
}
.form-grid .full { grid-column: 1 / 2; }
.checks {
  margin-top: 24px;
  display: grid;
  gap: 10px;
  font-size: 14px;
}
.checks label { display: flex; align-items: flex-start; gap: 10px; }
.checks input { margin-top: 3px; }
.checks a { text-decoration: underline; }
.lead-form .btn { margin-top: 28px; }
.summary-card {
  border: 1px solid rgba(0,0,0,.28);
  padding: 42px 42px 38px;
  background: rgba(255,255,255,.35);
}
.summary-card p { margin: 18px 0 0; color: var(--muted); }
.summary-card strong {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 40px;
  line-height: 1.05;
  margin-top: 4px;
}
.summary-card span { color: var(--muted); }
.summary-card hr { border: 0; border-top: 1px solid var(--line); margin: 32px 0; }
.summary-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.12;
  margin: 0;
}

.site-footer {
  background: var(--black);
  color: var(--white);
  padding: 44px 0 24px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 110px;
  gap: 40px;
  align-items: start;
}
.footer-brand img { width: 146px; opacity: .95; }
.footer-brand p { margin: 18px 0 0; color: var(--muted-light); }
.footer-contact p { margin: 0 0 6px; color: var(--muted-light); }
.footer-contact strong { display: block; font-size: 22px; font-weight: 400; letter-spacing: .02em; }
.footer-contact a { display: inline-block; margin-top: 8px; color: var(--white); text-decoration: none; }
.footer-star { display: flex; justify-content: flex-end; }
.footer-star img { width: 60px; height: 60px; }
.footer-bottom {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.18);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255,255,255,.66);
  font-size: 13px;
}
.footer-bottom nav { display: flex; gap: 34px; }
.footer-bottom a { text-decoration: none; }
.footer-bottom p { margin: 0; }

@media (max-width: 980px) {
  .container, .header-inner { width: min(100% - 44px, var(--max)); }
  .header-inner { grid-template-columns: 180px 1fr 80px; }
  .top-nav { gap: 34px; font-size: 13px; letter-spacing: .22em; }
  .ta-logo img { width: 145px; }
  .hero, .hero-content { min-height: 520px; }
  .hero-bg { background-position: 68% center; }
  .hero-scrim { background: linear-gradient(90deg, rgba(0,0,0,.80), rgba(0,0,0,.42) 55%, rgba(0,0,0,.08)); }
  .benefit-grid, .model-grid, .form-layout { grid-template-columns: 1fr; }
  .benefit-card + .benefit-card { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .benefit-card { min-height: 0; padding: 30px 0; }
  .sport-package { grid-template-columns: 1fr; }
  .package-image { min-height: 420px; }
  .package-content { padding: 54px 42px; max-width: none; }
  .summary-card { max-width: 360px; }
}

@media (max-width: 640px) {
  .site-header { height: 76px; }
  .container, .header-inner { width: calc(100% - 28px); }
  .header-inner { grid-template-columns: 1fr auto 44px; }
  .ta-logo img { width: 120px; }
  .mb-star img { width: 40px; height: 40px; }
  .top-nav { gap: 18px; font-size: 11px; letter-spacing: .18em; }
  .hero, .hero-content { min-height: 560px; }
  .hero-bg { background-position: 60% center; }
  .hero-scrim { background: linear-gradient(180deg, rgba(0,0,0,.82), rgba(0,0,0,.64) 45%, rgba(0,0,0,.22)); }
  .hero-content { padding: 56px 0; }
  .hero h1 { font-size: 38px; }
  .hero-lead { font-size: 16px; }
  .section-head h2, .models h2, .sport-package h2, .lead-form h2 { font-size: 34px; }
  .benefits, .models, .lead-form { padding: 56px 0; }
  .model-body { padding: 26px 24px 30px; }
  .model-body h3 { font-size: 31px; }
  .package-content { padding: 48px 24px; }
  .package-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .footer-inner, .footer-bottom { grid-template-columns: 1fr; display: grid; }
  .footer-star { justify-content: flex-start; }
  .footer-bottom { gap: 18px; }
  .footer-bottom nav { flex-direction: column; gap: 12px; }
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 4px;
}

.error {
    border: 1px solid red !important;
}
