/* Release A visual layer for the three approved SEO landing pages. */

.lp-scope {
  --ra-navy: #071b2e;
  --ra-mint: #45e0b7;
  --ra-soft: #eaf6fb;
  --ra-ink: #17354f;
  --ra-section-y: 80px;
  --ra-copy-width: 66ch;
  background: radial-gradient(circle at 88% 4%, rgba(59, 179, 224, .14), transparent 30rem), var(--ra-navy);
}

.lp-scope .btn,
.lp-scope a.btn {
  min-height: 50px;
  padding: 14px 24px;
  gap: 10px;
  line-height: 1.2;
}
.lp-scope .btn::after,
.lp-scope a.btn::after { content: none !important; }

.lp-scope > .lp-release-hero {
  width: 100%;
  max-width: none;
  min-height: 690px;
  margin: 0;
  padding: clamp(64px, 7vw, 104px) max(24px, calc((100vw - 1280px) / 2));
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  column-gap: clamp(44px, 6vw, 86px);
  border: 0;
  background: linear-gradient(105deg, rgba(7, 27, 46, .98), rgba(18, 58, 95, .86));
}

.lp-release-hero > :not(.lp-release-hero-visual) { grid-column: 1; }
.lp-release-hero > * { min-width: 0; }
.lp-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  color: var(--ra-mint);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.lp-kicker::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.lp-release-hero h1 {
  max-width: 650px;
  margin: 16px 0 24px;
  color: #fff;
  font-size: clamp(42px, 4.6vw, 70px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.035em;
}
.lp-release-hero > p {
  max-width: 650px;
  margin: 0 0 15px;
  color: rgba(255,255,255,.72);
  font-size: 17px;
  line-height: 1.65;
}
.lp-release-hero > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}
.lp-release-hero > ul li {
  position: relative;
  padding: 12px 12px 12px 38px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.86);
  font-size: 14px;
  font-weight: 650;
}
.lp-release-hero > ul li::before {
  content: "✓";
  position: absolute;
  left: 13px;
  color: var(--ra-mint);
  font-weight: 900;
}
.lp-release-hero > p > a[rel="nofollow"] { color: #0b2c45 !important; }

.lp-release-hero-visual {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 8;
  width: 100%;
  height: clamp(480px, 47vw, 610px);
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 32px 80px rgba(0,0,0,.36);
}
.lp-release-hero-visual .rc-hero-media,
.lp-release-hero-visual .rc-hero-media picture,
.lp-release-hero-visual .rc-hero-media img {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
}
.lp-release-hero-visual .rc-hero-media img { object-fit: cover; }
.lp-release-price-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: grid;
  gap: 2px;
  min-width: 205px;
  padding: 15px 18px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 14px;
  background: rgba(7,27,46,.88);
  box-shadow: 0 16px 34px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
}
.lp-release-price-badge strong { color: var(--ra-mint); font-size: 19px; }
.lp-release-price-badge span { color: rgba(255,255,255,.72); font-size: 13px; }

.lp-scope > .lp-booking {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 48px max(24px, calc((100vw - 1280px) / 2));
}
.lp-booking > .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
.lp-booking .hero-search-box {
  width: min(100%, 800px);
  margin: 0 auto;
}

.lp-scope > .lp-split-section {
  width: min(1280px, calc(100vw - 48px));
  margin: 0 auto;
  padding: var(--ra-section-y) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr);
  align-items: center;
  gap: clamp(48px, 5.5vw, 72px);
}
.lp-split-section > .lp-split-copy { grid-column: 1; }
.lp-split-section > .lp-section-photo { grid-column: 2; grid-row: 1; }
.lp-split-section--reverse { grid-template-columns: minmax(360px, .85fr) minmax(0, 1fr) !important; }
.lp-split-section--reverse > .lp-split-copy { grid-column: 2; }
.lp-split-section--reverse > .lp-section-photo { grid-column: 1; }
.lp-section-photo {
  height: clamp(380px, 40vw, 500px);
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 26px 65px rgba(0,0,0,.3);
}
.lp-section-photo picture,
.lp-section-photo img { display: block; width: 100%; height: 100%; }
.lp-section-photo img { object-fit: cover; }
.lp-split-copy h2 {
  max-width: 18ch !important;
  margin: 0 0 18px !important;
}
.lp-split-copy h3 {
  max-width: 26ch;
  margin: 30px 0 12px !important;
}
.lp-split-copy > p {
  max-width: var(--ra-copy-width) !important;
  margin: 0 0 18px;
  color: var(--flex-muted);
  line-height: 1.65;
}
.lp-split-copy > ul,
.lp-split-copy > ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}
.lp-split-copy > ul > li,
.lp-split-copy > ol > li {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
}
.lp-split-copy > .lp-benefit-list,
.lp-split-copy > .lp-mini-steps,
.lp-split-copy > .lp-duration-options {
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 24px 0 28px;
}
.lp-split-copy > .lp-benefit-list > li,
.lp-split-copy > .lp-mini-steps > li,
.lp-split-copy > .lp-duration-options > li,
.lp-split-copy > .lp-context-points > li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 0;
  padding: 15px 17px;
}
.lp-list-icon,
.lp-step-number {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(69, 224, 183, .28);
  border-radius: 12px;
  background: rgba(69, 224, 183, .1);
  color: var(--ra-mint);
  font-size: 16px;
  font-weight: 900;
}
.lp-benefit-list strong,
.lp-mini-steps strong,
.lp-duration-options strong,
.lp-context-points strong {
  display: block;
  margin: 0 0 3px;
  color: #fff;
  line-height: 1.3;
}
.lp-benefit-list small,
.lp-mini-steps small,
.lp-duration-options small,
.lp-context-points small {
  display: block;
  color: rgba(255, 255, 255, .64);
  font-size: 14px;
  line-height: 1.45;
}
.lp-info-callout {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  max-width: var(--ra-copy-width);
  margin: 24px 0 26px;
  padding: 17px;
  border: 1px solid rgba(69, 224, 183, .2);
  border-radius: 14px;
  background: rgba(69, 224, 183, .065);
}
.lp-info-callout p { margin: 0 !important; }
.lp-info-callout strong { display: block; margin-bottom: 3px; color: #fff; }
.lp-info-callout p > span { display: block; color: rgba(255, 255, 255, .66); font-size: 14px; line-height: 1.5; }
.lp-split-copy > .lp-split-note {
  margin: -4px 0 24px;
  padding-left: 15px;
  border-left: 2px solid rgba(69, 224, 183, .65);
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
}
.lp-section-cta { max-width: none !important; margin: 24px 0 0 !important; }

.lp-scope > .lp-showcase-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: var(--ra-section-y) max(24px, calc((100vw - 1280px) / 2));
  color: var(--ra-ink);
  background: var(--ra-soft);
}
.lp-showcase-section h2,
.lp-showcase-section h3,
.lp-showcase-section p { color: var(--ra-ink) !important; }
.lp-showcase-section h2::before { display: none !important; }
.lp-section-heading { max-width: 850px; margin-bottom: 32px; }
.lp-section-heading h2 {
  max-width: 850px;
  margin: 12px 0 20px;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: -.025em;
}
.lp-section-heading > p { max-width: 760px; color: #60788c !important; font-size: 18px; }
.lp-showcase-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.lp-showcase-card {
  overflow: hidden;
  border: 1px solid rgba(15,40,64,.09) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 20px 50px rgba(15,40,64,.12) !important;
}
.lp-showcase-card::before { content: none !important; display: none !important; background: none !important; }
.lp-showcase-media { height: 250px; margin: 0; overflow: hidden; }
.lp-showcase-media picture,
.lp-showcase-media img { display: block; width: 100%; height: 100%; }
.lp-showcase-media img { object-fit: cover; }
.lp-showcase-card-body { padding: 25px; }
.lp-showcase-card h3 { margin: 0 0 10px !important; font-size: 24px !important; }
.lp-showcase-card p {
  display: block !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #60788c !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.lp-showcase-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #147c6c !important;
  text-decoration: none !important;
}
.lp-centered-cta { max-width: none !important; margin-top: 34px; text-align: center; }

/* Live fleet cards: real vehicles from the Flex24 database. */
.lp-scope > .lp-live-fleet-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: var(--ra-section-y) max(24px, calc((100vw - 1280px) / 2));
  color: var(--ra-ink);
  background: linear-gradient(180deg, #f4fbfd 0%, #eaf6fb 100%);
}
.lp-live-fleet-section h2,
.lp-live-fleet-section h3,
.lp-live-fleet-section p { color: var(--ra-ink) !important; }
.lp-live-fleet-section h2::before { display: none !important; }
.lp-live-fleet-section .lp-section-heading { margin-bottom: 32px; }
.lp-live-fleet-section .lp-section-heading > p { color: #60788c !important; }
.lp-vehicles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.lp-vehicle-card {
  position: relative;
  display: flex !important;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(15, 40, 64, .1) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 20px 50px rgba(15, 40, 64, .11) !important;
  color: var(--ra-ink) !important;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease !important;
}
.lp-vehicle-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 64px rgba(15, 40, 64, .17) !important;
}
.lp-vehicle-card .vcard-image {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #dcebf2;
}
.lp-vehicle-card .vcard-gallery,
.lp-vehicle-card .vcard-gallery img {
  width: 100%;
  height: 100%;
}
.lp-vehicle-card .vcard-gallery img { object-fit: cover; }
.lp-vehicle-card .vcard-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #7d95a6;
  font-size: 42px;
}
.lp-vehicle-card .vcard-category-badge {
  position: absolute;
  z-index: 2;
  top: auto !important;
  right: auto !important;
  bottom: 14px;
  left: 14px;
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(7, 27, 46, .88);
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
  transform: none !important;
  backdrop-filter: blur(8px);
}
.lp-vehicle-status {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(7, 27, 46, .15);
}
.lp-vehicle-status.is-available { background: var(--ra-mint); color: #0b2c45; }
.lp-vehicle-status.is-rented { background: rgba(7, 27, 46, .86); color: #fff; }
.lp-vehicle-card .vcard-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}
.lp-vehicle-card .vcard-header h3 {
  margin: 0 0 16px !important;
  color: var(--ra-ink) !important;
  font-size: 23px !important;
}
.lp-vehicle-card .vcard-variant { color: #60788c; font-weight: 500; }
.lp-vehicle-card .vcard-specs {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 22px;
}
.lp-vehicle-card .vcard-specs .vcard-spec {
  display: flex !important;
  min-width: 0;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #eef8f7;
  color: #38566d !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}
.lp-vehicle-card .vcard-specs .vcard-spec > span {
  min-width: 0;
  overflow: hidden;
  color: #38566d !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lp-vehicle-card .vcard-specs i { flex: 0 0 auto; margin: 0; color: #168773; }
.lp-vehicle-card .vcard-footer {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 13px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 40, 64, .09);
}
.lp-vehicle-card .vcard-price { display: grid; gap: 3px; color: var(--ra-ink); }
.lp-vehicle-card .price-primary {
  color: var(--ra-ink) !important;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.2;
  white-space: nowrap;
}
.lp-vehicle-card .price-secondary {
  color: #60788c !important;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
  white-space: nowrap;
}
.lp-vehicle-card .vcard-cta {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border-radius: 10px;
  background: rgba(69, 224, 183, .15);
  color: #116e60 !important;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
.lp-fleet-cta { max-width: none !important; margin: 30px 0 0; text-align: center; }
.lp-fleet-cta .btn { color: #0b2c45 !important; }

/* Explicit value cards replace generic list styling from lp.css. */
.lp-scope > .lp-feature-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: var(--ra-section-y) max(24px, calc((100vw - 1280px) / 2));
  background: linear-gradient(135deg, rgba(15, 50, 79, .98), rgba(7, 27, 46, .98));
}
.lp-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.lp-feature-section .lp-section-heading > p { color: rgba(255, 255, 255, .7) !important; }
.lp-feature-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  min-height: 210px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .055) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05) !important;
}
.lp-feature-card::before { content: none !important; display: none !important; background: none !important; }
.lp-feature-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(69, 224, 183, .3);
  border-radius: 16px;
  background: rgba(69, 224, 183, .11);
  color: var(--ra-mint);
}
.lp-feature-icon svg { width: 28px; height: 28px; }
.lp-feature-icon i { font-size: 25px; }
.lp-feature-card h3 { margin: 3px 0 10px !important; font-size: 22px !important; }
.lp-feature-card p {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, .67) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}
.lp-feature-note {
  max-width: none !important;
  margin: 24px 0 0;
  padding: 16px 18px;
  border-left: 3px solid var(--ra-mint);
  background: rgba(255, 255, 255, .04);
  color: rgba(255, 255, 255, .72) !important;
}
.lp-feature-cta { max-width: none !important; margin: 28px 0 0; }
.lp-feature-cta .btn { color: #0b2c45 !important; }

/* Compact assurance callout. */
.lp-scope > .lp-assurance-section {
  width: min(1280px, calc(100vw - 48px));
  margin: 74px auto;
  padding: clamp(28px, 4vw, 46px);
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 22px;
  background: linear-gradient(115deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035));
}
.lp-assurance-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 20px;
  background: rgba(69, 224, 183, .12);
  color: var(--ra-mint);
}
.lp-assurance-icon svg { width: 34px; height: 34px; }
.lp-assurance-section h2 { margin: 9px 0 8px !important; font-size: clamp(28px, 3vw, 40px) !important; }
.lp-assurance-section h2::before { display: none !important; }
.lp-assurance-section p { max-width: 760px !important; margin: 0; }
.lp-assurance-section > .btn { color: #0b2c45 !important; white-space: nowrap; }

/* Light three-step section with a single conversion action. */
.lp-scope > .lp-steps-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: var(--ra-section-y) max(24px, calc((100vw - 1280px) / 2));
  color: var(--ra-ink);
  background: var(--ra-soft);
}
.lp-steps-section h2,
.lp-steps-section p { color: var(--ra-ink) !important; }
.lp-steps-section h2::before { display: none !important; }
.lp-steps-section .lp-section-heading > p { color: #60788c !important; }
.lp-scope > .lp-steps-section > .lp-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}
.lp-scope > .lp-steps-section > .lp-steps-grid > li {
  position: relative;
  min-height: 230px;
  padding: 28px;
  border: 1px solid rgba(15, 40, 64, .09);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 40, 64, .09);
  color: var(--ra-ink);
}
.lp-scope > .lp-steps-section > .lp-steps-grid > li::before { display: none; }
.lp-steps-grid span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 25px;
  border-radius: 14px;
  background: rgba(69, 224, 183, .15);
  color: #14806d;
  font-size: 17px;
  font-weight: 900;
}
.lp-steps-grid strong { display: block; margin-bottom: 9px; color: var(--ra-ink); font-size: 21px; }
.lp-steps-grid small { display: block; color: #60788c; font-size: 15px; line-height: 1.6; }
.lp-steps-cta { max-width: none !important; margin: 30px 0 0 !important; text-align: center; }
.lp-steps-cta .btn { color: #0b2c45 !important; }

/* Related pages are purposeful cards, not repeated fleet pills. */
.lp-scope > .lp-related-section {
  width: min(1280px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 86px 0;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 56px;
  align-items: end;
}
.lp-related-heading h2 { margin: 12px 0 16px !important; font-size: clamp(30px, 3.3vw, 46px) !important; }
.lp-related-heading h2::before { display: none !important; }
.lp-related-heading p { margin: 0; }
.lp-related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.lp-related-card {
  position: relative;
  display: grid;
  min-height: 205px;
  align-content: start;
  padding: 24px 58px 24px 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055);
  text-decoration: none !important;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.lp-related-card:hover { transform: translateY(-4px); border-color: rgba(69, 224, 183, .45); background: rgba(255, 255, 255, .085); }
.lp-related-card > span { margin-bottom: 12px; color: var(--ra-mint); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.lp-related-card strong { margin-bottom: 8px; color: #fff; font-size: 21px; line-height: 1.25; }
.lp-related-card small { color: rgba(255, 255, 255, .6); font-size: 14px; line-height: 1.55; }
.lp-related-card svg { position: absolute; top: 25px; right: 22px; width: 23px; color: var(--ra-mint); }
.lp-related-card > i { position: absolute; top: 27px; right: 23px; color: var(--ra-mint); }
.lp-related-cta { grid-column: 2; max-width: none !important; margin: 20px 0 0; }
.lp-related-cta .btn { color: #0b2c45 !important; }

.lp-split-copy > .lp-context-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}
.lp-split-copy > .lp-context-points > li {
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 13px;
  background: rgba(255, 255, 255, .045);
}

/* Purpose-built final CTA replaces the broad legacy last-section selector. */
.lp-scope > .lp-final-cta {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 76px max(24px, calc((100vw - 1280px) / 2));
  border: 0;
  background:
    linear-gradient(90deg, rgba(7, 27, 46, .97), rgba(18, 58, 95, .78)),
    url("../images/release-a/flex24-3371-1024.webp") center 45% / cover no-repeat;
}
.lp-final-cta-inner { max-width: 780px; }
.lp-final-cta h2 {
  max-width: 18ch !important;
  margin: 12px 0 16px !important;
  color: #fff !important;
  font-size: clamp(34px, 4vw, 52px) !important;
  line-height: 1.08 !important;
}
.lp-final-cta h2::before { display: none !important; }
.lp-final-cta-copy {
  max-width: 62ch !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, .75) !important;
  font-size: 17px;
  line-height: 1.65;
}
.lp-final-cta-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 26px;
}
.lp-final-cta .btn { color: #0b2c45 !important; }
.lp-final-cta-phone {
  display: grid;
  gap: 1px;
  margin: 0 !important;
  font-size: 13px;
  line-height: 1.35;
}
.lp-final-cta-phone span { color: rgba(255, 255, 255, .58); }
.lp-final-cta-phone a { color: var(--ra-mint) !important; font-size: 16px; font-weight: 850; white-space: nowrap; }

/* Ensure every mint CTA keeps readable dark text. */
.lp-scope a.btn.btn-primary { color: #0b2c45 !important; }

.lp-scope > section:last-of-type { border-bottom: 0; }

@media (max-width: 980px) {
  .lp-scope { --ra-section-y: 60px; }
  .lp-scope > .lp-release-hero,
  .lp-scope > .lp-split-section,
  .lp-scope > .lp-split-section--reverse { grid-template-columns: minmax(0, 1fr) !important; }
  .lp-release-hero > :not(.lp-release-hero-visual),
  .lp-split-section > .lp-split-copy,
  .lp-split-section--reverse > .lp-split-copy { grid-column: 1; }
  .lp-release-hero-visual,
  .lp-split-section > .lp-section-photo,
  .lp-split-section--reverse > .lp-section-photo { grid-column: 1; grid-row: auto; }
  .lp-release-hero-visual { order: -1; height: min(580px, 72vw); }
  .lp-scope > .lp-split-section,
  .lp-scope > .lp-split-section--reverse { gap: 34px; }
  .lp-split-section > .lp-section-photo,
  .lp-split-section--reverse > .lp-section-photo {
    order: -1;
    height: clamp(340px, 62vw, 500px);
  }
  .lp-split-copy { max-width: 760px; }
  .lp-showcase-grid { grid-template-columns: 1fr 1fr; }
  .lp-vehicles-grid,
  .lp-feature-grid { grid-template-columns: 1fr 1fr; }
  .lp-feature-card:last-child { grid-column: 1 / -1; }
  .lp-scope > .lp-related-section { grid-template-columns: 1fr; gap: 32px; }
  .lp-related-cta { grid-column: 1; }
  .lp-scope > .lp-assurance-section { grid-template-columns: 72px 1fr; }
  .lp-assurance-section > .btn { grid-column: 2; width: fit-content; }
}

@media (max-width: 680px) {
  .lp-scope { --ra-section-y: 50px; }
  .lp-scope > .lp-release-hero { padding: 52px 16px 62px; }
  .lp-scope > .lp-booking { padding: 36px 16px 40px; }
  .lp-release-hero h1 { font-size: clamp(38px, 12vw, 52px); }
  .lp-release-hero > ul { grid-template-columns: 1fr; }
  .lp-release-hero-visual { height: 68vw; min-height: 300px; border-radius: 17px; }
  .lp-scope > .lp-split-section { width: calc(100vw - 32px); padding: var(--ra-section-y) 0; gap: 28px; }
  .lp-showcase-section { padding: var(--ra-section-y) 16px !important; }
  .lp-showcase-grid { grid-template-columns: 1fr; }
  .lp-live-fleet-section,
  .lp-feature-section,
  .lp-steps-section { padding: var(--ra-section-y) 16px !important; }
  .lp-vehicles-grid,
  .lp-feature-grid,
  .lp-scope > .lp-steps-section > .lp-steps-grid,
  .lp-related-grid { grid-template-columns: 1fr; }
  .lp-feature-card:last-child { grid-column: auto; }
  .lp-feature-card { min-height: 0; padding: 22px; grid-template-columns: 50px 1fr; }
  .lp-feature-icon { width: 50px; height: 50px; border-radius: 14px; }
  .lp-scope > .lp-assurance-section {
    width: calc(100vw - 32px);
    margin: 56px auto;
    grid-template-columns: 1fr;
    text-align: left;
  }
  .lp-assurance-section > .btn { grid-column: 1; width: 100%; }
  .lp-scope > .lp-related-section { width: calc(100vw - 32px); padding: 66px 0; }
  .lp-related-card { min-height: 185px; }
  .lp-vehicle-card .vcard-image { height: 220px; }
  .lp-vehicle-card .vcard-footer { align-items: start; flex-direction: column; }
  .lp-showcase-media { height: 220px; }
  .lp-section-photo { height: clamp(270px, 72vw, 380px) !important; min-height: 0; border-radius: 17px; }
  .lp-split-copy > ul,
  .lp-split-copy > ol { grid-template-columns: 1fr; }
  .lp-split-copy h2 { font-size: clamp(30px, 9vw, 40px) !important; }
  .lp-split-copy h3 { margin-top: 26px !important; }
  .lp-split-copy > p { font-size: 16px; line-height: 1.62; }
  .lp-split-copy > .lp-benefit-list > li,
  .lp-split-copy > .lp-mini-steps > li,
  .lp-split-copy > .lp-duration-options > li,
  .lp-split-copy > .lp-context-points > li { padding: 14px; }
  .lp-section-heading { margin-bottom: 26px; }
  .lp-section-heading h2 { margin-bottom: 14px; }
  .lp-fleet-cta { margin-top: 26px; }
  .lp-scope > .lp-final-cta { padding: 50px 16px; }
  .lp-final-cta h2 { font-size: clamp(32px, 9vw, 42px) !important; }
  .lp-final-cta-actions { align-items: flex-start; flex-direction: column; gap: 17px; margin-top: 24px; }
}

@media (max-width: 520px) {
  .lp-section-cta .btn,
  .lp-fleet-cta .btn,
  .lp-final-cta .btn { width: 100%; }
  .lp-vehicle-card .vcard-content { padding: 20px; }
  .lp-vehicle-card .vcard-specs .vcard-spec { padding: 8px; }
}
