@font-face {
  font-family: "Onsite Standard";
  src: url("../fonts/OnsiteStandard-Light.woff")
    format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onsite Standard";
  src: url("../fonts/OnsiteStandard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onsite Standard";
  src: url("../fonts/OnsiteStandard-Medium.woff")
    format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.drive-page {
  --drive-road-black: #00120e;
  --drive-mellow-white: #fdfff3;
  --drive-green: #89ff80;
  --drive-green-dark: #406935;
  --drive-green-deep: #172b12;
  --drive-blue: #a1cdf6;
  --drive-forest: #44554d;
  --drive-border: #d7dbc3;
  --drive-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(112, 119, 75, 0.12);

  background: var(--drive-mellow-white);
  color: var(--drive-road-black);
  font-family: "Onsite Standard", "Manrope", Arial, sans-serif;
  overflow-x: hidden;
}

.drive-page * {
  box-sizing: border-box;
}

.drive-page a {
  color: inherit;
  text-decoration: none;
}

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

.drive-container {
  width: min(100%, 1344px);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.drive-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--drive-road-black);
  color: var(--drive-mellow-white);
}

.drive-nav__inner {
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: 15px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.drive-nav__brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.drive-nav__desktop {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.drive-nav__link {
  display: flex;
  align-items: center;
  padding: 10px 12px 10px 10px;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.drive-nav__link:hover {
  color: var(--drive-green);
}

.drive-nav__cta {
  margin-left: 8px;
  border-radius: 8px;
  background: var(--drive-green);
  color: var(--drive-road-black);
  padding: 13px 15px 12px;
  font-size: 15px;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.drive-nav__cta:hover {
  background: #5bff4d;
}

.drive-nav__menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--drive-mellow-white);
  padding: 8px;
}

.drive-nav__mobile {
  display: none;
}

.drive-nav__mobile[hidden] {
  display: none;
}

.drive-hero {
  color: #30482d;
  background-color: var(--drive-mellow-white);
  background-image:
    linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 50%),
    url("../images/drive/bg-hero.webp");
  background-position: top center, center top;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 106%;
}

.drive-hero__content {
  padding-top: 75px;
  padding-bottom: 140px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}
/* Left column — text, now left-aligned (was centered single column). */
.drive-hero__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.drive-hero__text .drive-meta {
  justify-content: flex-start;
}
.drive-hero__headline {
  margin: 0 0 26px;
  font-weight: 700;
  font-size: clamp(22px, 1.9vw, 32px);
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: inherit;
}
.drive-hero__presented-by {
  margin: 0 0 12px;
  font-size: 16px;
}
.drive-hero__presenter {
  display: inline-flex;
  margin-bottom: 28px;
}
.drive-hero__presenter .drive-sponsor-logo {
  height: 34px;
  width: auto;
}
/* Right column — native autoplay promo video (16:9, rounded card). */
.drive-hero__media {
  width: 100%;
}
.drive-hero__video {
  display: block;
  width: 100%;
  aspect-ratio: 1280 / 714;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: var(--drive-shadow);
  background: #0b1f17;
}
@media (max-width: 900px) {
  .drive-hero__content {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 100px;
  }
}

.drive-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.25;
}

.drive-meta__divider {
  width: 2px;
  height: 22px;
  background: #668a61;
}

.drive-hero__logo {
  width: min(100%, 520px);
  margin-bottom: 24px;
  aspect-ratio: 6 / 1;
  object-fit: contain;
  object-position: left center;
}

.drive-hero__sponsored-by {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.65;
}

.drive-sponsor-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 25px 60px;
  margin-bottom: 32px;
}

/* Sponsor logo strip just below the hero (full overview lives lower). */
.drive-sponsor-strip {
  background: var(--drive-mellow-white);
  padding: 36px 0 44px;
}
.drive-sponsor-strip__label {
  margin: 0 0 22px;
  text-align: center;
  font-size: 16px;
}
.drive-sponsor-strip__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 26px 56px;
}
.drive-sponsor-strip__row .drive-sponsor-logo {
  height: 30px;
  width: auto;
}
@media (max-width: 767px) {
  .drive-sponsor-strip__row { gap: 22px 36px; }
  .drive-sponsor-strip__row .drive-sponsor-logo { height: 24px; }
}

.drive-sponsor-logo {
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

/* Recolor sponsor logos to uniform black: the hero "Sponsored by:" strip
   and the main Sponsors-section cards. The hero "Presented by: Vector"
   logo is intentionally left untouched. */
.drive-sponsor-strip__row .drive-sponsor-logo,
.drive-sponsor-card__image {
  filter: brightness(0);
}

.drive-sponsor-logo--vector {
  width: 140px;
  height: 30px;
  margin-bottom: 7px;
  opacity: 0.8;
}

.drive-sponsor-logo--customer {
  width: 175px;
  height: 30px;
}

.drive-sponsor-logo--webflow {
  width: 140px;
  height: 40px;
  margin-bottom: 0;
  opacity: 0.8;
}

.drive-primary-button,
.drive-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.drive-primary-button {
  background: var(--drive-green-dark);
  color: var(--drive-mellow-white);
  padding: 18px 30px;
  box-shadow: 0 10px 24px rgba(64, 105, 53, 0.2);
}

.drive-primary-button:hover,
.drive-secondary-button:hover {
  transform: translateY(-1px);
}

.drive-primary-button--hero {
  min-width: 240px;
}

.drive-page .drive-primary-button {
  color: var(--drive-mellow-white);
}

.drive-page .drive-secondary-button {
  color: var(--drive-green-dark);
}

.drive-primary-button--block {
  width: 100%;
}

.drive-secondary-button {
  background: #fff;
  color: var(--drive-green-dark);
  padding: 16px 24px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.drive-intro {
  background: var(--drive-mellow-white);
}

.drive-intro__inner {
  padding-top: 125px;
  padding-bottom: 75px;
}

.drive-section-headline {
  margin: 0 auto;
  text-wrap: balance;
}

.drive-section-headline--intro {
  max-width: 980px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.375;
  text-align: center;
}

.drive-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 56px;
}

.drive-gallery__item {
  overflow: hidden;
  border-radius: 14px;
}

.drive-gallery__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

/* Agenda ------------------------------------------------------ */
.drive-agenda {
  background: var(--drive-mellow-white);
  padding-top: 50px;
  padding-bottom: 0; /* last band's color flows to the section edge (Webflow) */
}

/* Full-bleed day bands — each agenda day spans the full viewport width
   (colored bg + tree ridge edge-to-edge), matching Webflow's .v2-section
   .mountain-N. No grid/gap/cards: bands butt together so the ridges read
   as continuous receding mountains. Content is re-constrained by the
   nested .drive-container inside each band. */
.drive-agenda__days {
  display: block;
  max-width: none;
  margin: 0;
}

.drive-agenda__day {
  padding: 0 0 56px; /* bottom spacing for content; ridge top set below */
  border-radius: 0;
  box-shadow: none;
  background: none;
}

/* Tree-ridge day backgrounds — ported from the Webflow source
   (.mountain-1..4). Each day deepens in color down the page with a
   repeating tree/mountain silhouette ridge across the top, creating a
   layered-distance effect. Colors + ridge images match exitfive.com/drive.
   Top padding clears the ridge so the date sits below the trees. */
.drive-agenda__day--mountain-1,
.drive-agenda__day--mountain-2,
.drive-agenda__day--mountain-3,
.drive-agenda__day--mountain-4 {
  --ridge-h: 125px;
  background-repeat: repeat-x, no-repeat;
  background-position: 50% 0, 0 0;
  background-size: auto var(--ridge-h), 100% 100%;
  padding-top: 150px;
}

/* Each day band is a ridge strip (the lighter color of the band ABOVE it)
   over a solid content fill (the darker drivegreen-N color), so the
   schedule never sits on white — matching Webflow's two-section
   .mountain-N + .drivegreen-N stack. The ridge PNG's trees are the
   content color; the gradient paints the lighter strip behind them and
   the solid fill below, with the hard stop at --ridge-h. */
.drive-agenda__day--mountain-1 {
  color: var(--drive-road-black, #04130d);
  background-color: #96af87;
  background-image: url("../images/drive/mountain-1.png"),
    linear-gradient(#fdfff3 var(--ridge-h), #96af87 var(--ridge-h));
}

.drive-agenda__day--mountain-2 {
  color: #fdfff3;
  background-color: #709965;
  background-image: url("../images/drive/mountain-2.png"),
    linear-gradient(#96af87 var(--ridge-h), #709965 var(--ridge-h));
}

.drive-agenda__day--mountain-3 {
  color: #fdfff3;
  background-color: #44554d;
  background-image: url("../images/drive/mountain-3.png"),
    linear-gradient(#709965 var(--ridge-h), #44554d var(--ridge-h));
}

.drive-agenda__day--mountain-4 {
  color: #fdfff3;
  background-color: #26382f;
  background-image: url("../images/drive/mountain-4.png"),
    linear-gradient(#44554d var(--ridge-h), #26382f var(--ridge-h));
}

/* The three darker content bands need light secondary text + dividers so
   the period labels, times, and row rules stay legible. */
.drive-agenda__day--mountain-2 .drive-agenda__period,
.drive-agenda__day--mountain-3 .drive-agenda__period,
.drive-agenda__day--mountain-4 .drive-agenda__period {
  color: rgba(253, 255, 243, 0.72);
}

.drive-agenda__day--mountain-2 .drive-agenda__time,
.drive-agenda__day--mountain-3 .drive-agenda__time,
.drive-agenda__day--mountain-4 .drive-agenda__time {
  color: rgba(253, 255, 243, 0.82);
}

.drive-agenda__day--mountain-2 .drive-agenda__item,
.drive-agenda__day--mountain-3 .drive-agenda__item,
.drive-agenda__day--mountain-4 .drive-agenda__item {
  border-top-color: rgba(253, 255, 243, 0.18);
}

/* Smaller ridge on narrow screens — --ridge-h drives both the ridge image
   height and the gradient strip so they stay in sync. */
@media (max-width: 767px) {
  .drive-agenda__day--mountain-1,
  .drive-agenda__day--mountain-2,
  .drive-agenda__day--mountain-3,
  .drive-agenda__day--mountain-4 {
    --ridge-h: 62.5px;
    padding-top: 90px;
  }
}

.drive-agenda__date {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
}

/* Keynote rows: speaker name on its own line with the talk title italic
   underneath. */
.drive-agenda__speaker {
  display: block;
  font-weight: 600;
}
.drive-agenda__talk {
  display: block;
  font-style: italic;
}

.drive-agenda__group {
  margin-top: 24px;
}

.drive-agenda__period {
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--drive-green-dark);
}

.drive-agenda__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.drive-agenda__item {
  display: flex;
  gap: 24px;
  padding: 14px 0;
  border-top: 1px solid var(--drive-border);
  font-size: 16px;
  line-height: 1.5;
}

.drive-agenda__time {
  flex-shrink: 0;
  width: 116px;
  font-weight: 500;
  color: var(--drive-green-dark);
}

/* Agenda rows are uniform weight (matching Webflow); keynote titles are
   not specially bolded. */

@media (max-width: 767px) {
  .drive-agenda {
    padding-top: 30px;
  }

  .drive-agenda__day {
    padding: 22px;
  }

  .drive-agenda__date {
    font-size: 23px;
  }

  .drive-agenda__item {
    flex-direction: column;
    gap: 2px;
  }

  .drive-agenda__time {
    width: auto;
  }
}

.drive-pricing {
  background: var(--drive-mellow-white);
  padding-top: 88px; /* cream breathing room between the dark agenda band and the title */
  padding-bottom: 125px;
}

.drive-section-header {
  text-align: center;
  margin-bottom: 48px;
}

.drive-highlight-title {
  display: inline-block;
  margin: 0;
  background: var(--drive-green-dark);
  color: #fff;
  padding: 8px 16px;
  font-size: clamp(2.2rem, 4.8vw, 3.375rem);
  font-weight: 500;
  line-height: 1.2;
}

.drive-highlight-title--light {
  background: #fff;
  color: var(--drive-green-dark);
}

.drive-section-subtitle {
  max-width: 720px;
  margin: 16px auto 0;
  font-size: 2rem;
  line-height: 1.3;
}

.drive-section-subtitle--light {
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

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

.drive-ticket-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  color: var(--drive-green-deep);
  font-size: 16px;
  line-height: 1.75;
  box-shadow: var(--drive-shadow);
  transition: transform 0.2s ease;
}

.drive-ticket-card:hover,
.drive-testimonial-card:hover,
.drive-sponsor-card:hover {
  transform: translateY(-2px);
}

.drive-ticket-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 8px;
}

.drive-ticket-card__title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.drive-ticket-card__description {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.65;
}

.drive-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.drive-checklist__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
}

.drive-checklist__icon {
  flex-shrink: 0;
  margin-top: 4px;
  color: var(--drive-green-dark);
}

.drive-ticket-card__pricing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px 5px;
  width: 100%;
  padding: 24px 20px;
  border-radius: 10px;
  background: #ecffe2;
}

.drive-ticket-card__price-group {
  min-width: 0;
}

/* A lone price tier spans the full pricing card so the urgency label
   (e.g. "Less than 25 tickets left!") fits on one line. Reverts to the
   two-column layout automatically if a second price group is added. */
.drive-ticket-card__price-group:only-of-type {
  grid-column: 1 / -1;
}

.drive-ticket-card__price-label {
  margin-bottom: 0.25em;
  font-size: 16px;
  line-height: 1.2;
}

.drive-ticket-card__price-old {
  margin-bottom: 0.75em;
  color: rgba(64, 105, 53, 0.75);
  font-size: 16px;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.drive-ticket-card__price-current {
  color: var(--drive-green-deep);
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
}

.drive-ticket-card__pricing .drive-primary-button {
  grid-column: 1 / -1;
}

/* "Convince Your Boss" guide CTA — sits under the ticket grid. */
.drive-convince {
  margin-top: 48px;
  text-align: center;
}
.drive-convince__lead {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.drive-convince__sub {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.5;
}

.drive-lodging {
  padding-top: 125px;
  padding-bottom: 75px;
  color: #fff;
  background-color: var(--drive-forest);
  background-image:
    linear-gradient(rgba(68, 85, 77, 0.2), rgba(68, 85, 77, 0.2)),
    url("../images/drive/bg-forest.webp");
  background-position: top left, center top;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.drive-section-header--light {
  margin-bottom: 56px;
}

.drive-section-header--light .drive-secondary-button {
  margin-top: 24px;
}

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

.drive-hotel-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  color: var(--drive-road-black);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.14);
}

.drive-hotel-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.drive-hotel-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px 22px 24px;
}

.drive-hotel-card__title {
  margin-bottom: 6px;
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  line-height: 1.25;
  text-transform: uppercase;
}

.drive-hotel-card__meta {
  margin-bottom: 14px;
  color: rgba(0, 18, 14, 0.68);
  font-size: 15px;
}

.drive-hotel-card__desc {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.6;
}

.drive-hotel-card__prices {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 6px;
}

.drive-hotel-card__prices li {
  font-size: 15px;
  line-height: 1.5;
  color: var(--drive-green-deep);
}

.drive-hotel-card__body .drive-primary-button {
  margin-top: auto;
}

.drive-lodging-note--light {
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}

.drive-testimonials {
  background: var(--drive-mellow-white);
  padding-top: 125px;
  padding-bottom: 125px;
}

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

.drive-testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  min-height: 100%;
  padding: 36px 30px;
  border-radius: 10px;
  background: #fff;
  color: #1a3c11;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07), 0 0 0 1px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.drive-testimonial-card:hover {
  box-shadow: 0 0 0 2px var(--drive-green-dark);
}

.drive-testimonial-card__quote {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  text-wrap: balance;
}

.drive-testimonial-card__person {
  display: flex;
  align-items: center;
  gap: 16px;
}

.drive-testimonial-card__avatar {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  object-fit: cover;
}

.drive-testimonial-card__name {
  font-size: 18px;
  font-weight: 500;
}

.drive-testimonial-card__role {
  margin-top: 2px;
  color: rgba(26, 60, 17, 0.72);
  font-size: 15px;
  line-height: 1.35;
}

.drive-apply {
  padding-top: 125px;
  padding-bottom: 125px;
  background: #c5daba;
}

.drive-apply__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: start;
}

.drive-apply__copy {
  color: var(--drive-road-black);
}

.drive-apply__title {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3.4vw, 2.75rem);
  font-weight: 500;
  line-height: 1.2;
}

.drive-apply__meta {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.6;
}

.drive-apply__meta strong {
  display: block;
  margin-top: 4px;
}

.drive-apply__note {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.45;
}

.drive-apply__note--small {
  max-width: 520px;
  font-size: 16px;
}

.drive-form-card {
  padding: 28px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 18, 14, 0.12);
}

/* Zuddl registration widget container — reserve height so the blue
   section doesn't collapse before flow.js renders the widget. */
.drive-zuddl {
  min-height: 520px;
}

.drive-zuddl > div {
  width: 100%;
}

.drive-form-card__heading {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}

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

.drive-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

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

.drive-field span {
  font-size: 14px;
  font-weight: 500;
}

.drive-field input {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(0, 18, 14, 0.14);
  border-radius: 12px;
  background: #fff;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 16px;
  color: var(--drive-road-black);
}

.drive-field input:focus {
  outline: 2px solid rgba(64, 105, 53, 0.28);
  outline-offset: 1px;
}

.drive-form-card__helper,
.drive-form-card__legal {
  margin: 16px 0 0;
  color: rgba(0, 18, 14, 0.68);
  font-size: 14px;
  line-height: 1.5;
}

.drive-form-card__legal {
  margin-top: 18px;
  font-size: 12px;
}

.drive-form-card .drive-primary-button {
  margin-top: 18px;
}

.drive-sponsors {
  background: var(--drive-mellow-white);
  padding-top: 125px;
  padding-bottom: 125px;
}

.drive-sponsor-tier {
  margin-top: 40px;
}

.drive-sponsor-tier:first-of-type {
  margin-top: 0;
}

.drive-sponsor-tier__label {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: var(--drive-green-dark);
}

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

.drive-sponsor-card--presenting {
  max-width: 620px;
  margin-inline: auto;
}

.drive-sponsor-card--presenting .drive-sponsor-card__image {
  height: 44px;
}

.drive-sponsor-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
  min-height: 100%;
  padding: 35px 30px 30px;
  border-radius: 10px;
  background: #fff;
  color: var(--drive-road-black);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.drive-sponsor-card__image {
  height: 34px;
  width: auto;
  object-fit: contain;
}

.drive-sponsor-card__description {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.drive-sponsor-callout {
  margin-top: 32px;
  padding: 28px 30px;
  border-radius: 10px;
  background: #c5daba;
  text-align: center;
}

.drive-sponsor-callout strong {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}

.drive-sponsor-callout p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.drive-sponsor-callout a,
.drive-faq__help a {
  color: var(--drive-green-dark);
}

.drive-faq {
  background: var(--drive-mellow-white);
  padding-bottom: 125px;
}

.drive-faq__inner {
  max-width: 960px;
}

.drive-faq__help {
  margin: 18px auto 0;
  max-width: 700px;
  font-size: 18px;
  line-height: 1.5;
}

.drive-faq__list {
  margin-top: 48px;
}

.drive-faq__item {
  border-top: 1px solid var(--drive-border);
}

.drive-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 0;
  background: transparent;
  padding: 20px 0;
  text-align: left;
  font-family: inherit;
  font-size: 22px;
  font-weight: 500;
  color: var(--drive-road-black);
}

.drive-faq__chevron {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.drive-faq__chevron.is-open {
  transform: rotate(180deg);
}

.drive-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s ease;
}

.drive-faq__answer > p {
  overflow: hidden;
  margin: 0;
  padding-right: 56px;
  color: rgba(0, 18, 14, 0.76);
  font-size: 18px;
  line-height: 1.6;
}

.drive-faq__answer.is-open {
  grid-template-rows: 1fr;
}

.drive-faq__answer.is-open > p {
  padding-bottom: 24px;
}

.drive-prefooter {
  min-height: 420px;
  background-color: var(--drive-mellow-white);
  background-image: url("../images/drive/bg-footer.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.drive-footer {
  background: var(--drive-road-black);
  color: var(--drive-mellow-white);
}

.drive-footer__inner {
  padding-top: 64px;
  padding-bottom: 32px;
}

.drive-footer__brand {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.drive-footer__social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.drive-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(253, 255, 243, 0.14);
  border-radius: 999px;
  transition:
    border-color 0.2s ease,
    color 0.2s ease;
}

.drive-footer__social-link:hover {
  color: var(--drive-green);
  border-color: rgba(137, 255, 128, 0.5);
}

.drive-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(253, 255, 243, 0.12);
}

.drive-footer__links a {
  font-size: 16px;
  color: rgba(253, 255, 243, 0.86);
}

.drive-footer__links a:hover,
.drive-footer__bottom a:hover {
  color: var(--drive-green);
}

.drive-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(253, 255, 243, 0.12);
  color: rgba(253, 255, 243, 0.72);
  font-size: 14px;
}

@media (max-width: 1100px) {
  .drive-nav__desktop {
    display: none;
  }

  .drive-nav__menu-button {
    display: inline-flex;
  }

  .drive-nav__mobile {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 24px 20px;
  }

  .drive-nav__cta--mobile {
    margin-left: 0;
    margin-top: 8px;
    width: fit-content;
  }

  .drive-gallery,
  .drive-pricing-grid,
  .drive-hotel-grid,
  .drive-testimonial-grid,
  .drive-sponsor-grid,
  .drive-apply__grid {
    grid-template-columns: 1fr;
  }

  .drive-gallery__image {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 767px) {
  .drive-container,
  .drive-nav__inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .drive-hero__content,
  .drive-intro__inner,
  .drive-lodging,
  .drive-testimonials,
  .drive-apply,
  .drive-sponsors,
  .drive-faq {
    padding-top: 80px;
  }

  .drive-hero__content {
    padding-bottom: 150px;
  }

  .drive-meta {
    font-size: 15px;
  }

  .drive-meta__divider {
    display: none;
  }

  .drive-hero__logo {
    width: min(100%, 640px);
  }

  .drive-section-headline--intro {
    font-size: 28px;
  }

  .drive-section-subtitle {
    font-size: 1.5rem;
  }

  .drive-ticket-card__pricing,
  .drive-form-card__grid {
    grid-template-columns: 1fr;
  }

  .drive-footer__brand,
  .drive-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .drive-faq__question {
    font-size: 18px;
  }

  .drive-faq__answer > p {
    padding-right: 0;
    font-size: 16px;
  }
}

/* ============================================================
   Sub-nav strip + Drive sub-pages (lodging, speakers)
   ============================================================ */
html { scroll-behavior: smooth; }
.drive-page section[id] { scroll-margin-top: 130px; }

.drive-subnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 16px;
  padding: 12px 24px;
  background: var(--drive-green-deep);
  border-top: 1px solid rgba(253, 255, 243, 0.08);
}
.drive-subnav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--drive-mellow-white);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.drive-subnav a:hover { color: var(--drive-green); }
.drive-subnav__dot { color: rgba(253, 255, 243, 0.35); font-size: 11px; }

/* Sub-page shell ---------------------------------------------- */
.drive-subpage {
  background: var(--drive-mellow-white);
  padding-top: 40px;
  padding-bottom: 125px;
}
.drive-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 32px;
  font-size: 15px;
  font-weight: 500;
  color: var(--drive-green-dark);
}
.drive-back:hover { text-decoration: underline; text-underline-offset: 3px; }

/* Speakers ---------------------------------------------------- */
.drive-speaker-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.drive-speaker {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--drive-shadow);
}
.drive-speaker__photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
  border-radius: 10px;
  margin-bottom: 16px;
}
/* Italic talk title under the speaker's role. */
.drive-speaker__talk {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--drive-green-deep);
}
.drive-speaker__name {
  margin: 0 0 4px;
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  line-height: 1.15;
  text-transform: uppercase;
}
.drive-speaker__role {
  margin: 0 0 12px;
  font-size: 14px;
  color: rgba(0, 18, 14, 0.7);
}
.drive-speaker__linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-top: auto;
  border-radius: 8px;
  background: #ecffe2;
  color: var(--drive-green-dark);
  transition: background-color 0.2s ease;
}
.drive-speaker__linkedin:hover { background: var(--drive-green); }
.drive-speaker__toggle {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--drive-green-dark);
  border-radius: 8px;
  background: transparent;
  color: var(--drive-green-dark);
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.drive-speaker__toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.drive-speaker__toggle[aria-expanded="true"] {
  background: var(--drive-green-dark);
  color: var(--drive-mellow-white);
}
.drive-speaker__toggle[aria-expanded="true"]::after {
  margin-top: 3px;
  transform: rotate(-135deg);
}
.drive-speaker__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}
.drive-speaker__panel.is-open { grid-template-rows: 1fr; }
.drive-speaker__panel-inner { overflow: hidden; }
.drive-speaker__label {
  margin-top: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--drive-green-dark);
}
.drive-speaker__text {
  margin: 6px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--drive-green-deep);
}

/* Speakers section on the main /drive page (data-driven CPT) -- */
.drive-speakers {
  padding: clamp(48px, 8vw, 96px) 0;
  background: var(--drive-mellow-white);
}
.drive-speakers .drive-section-header {
  margin-bottom: 40px;
}
/* Keynote badge — small pill above the name. */
.drive-speaker__badge {
  align-self: flex-start;
  margin-bottom: 8px;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--drive-green-dark);
  color: var(--drive-mellow-white);
  font-family: "Rajdhani", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
/* Row holding 1–2 LinkedIn icons (duo speakers). */
.drive-speaker__links {
  display: flex;
  gap: 8px;
  margin-top: auto;
}
.drive-speaker__links .drive-speaker__linkedin {
  margin-top: 0;
}

/* Lodging page ------------------------------------------------ */
.drive-hotel-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.drive-hotel {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--drive-shadow);
}
.drive-hotel__gallery {
  display: flex;
  gap: 6px;
  aspect-ratio: 3 / 2;
  background: #1a2417;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.drive-hotel__gallery::-webkit-scrollbar { display: none; }
.drive-hotel__photo {
  flex: 0 0 90%;
  height: 100%;
  object-fit: cover;
  scroll-snap-align: start;
}
.drive-hotel__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
}
.drive-hotel__name {
  margin: 0 0 10px;
  font-family: "Rajdhani", sans-serif;
  font-size: 26px;
  line-height: 1.15;
  text-transform: uppercase;
}
.drive-hotel__desc {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(0, 18, 14, 0.75);
}
.drive-hotel__prices {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 6px;
}
.drive-hotel__prices li {
  font-size: 15px;
  font-weight: 500;
  color: var(--drive-green-deep);
}
.drive-hotel__body .drive-primary-button { margin-top: auto; }
.drive-lodging-note {
  max-width: 760px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 18, 14, 0.7);
}

@media (max-width: 1100px) {
  .drive-speaker-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .drive-hotel-page-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .drive-speaker-grid { grid-template-columns: 1fr; }
}
