/* ============================================
   Bonzah Business — Figma-matched styles
   Figma: rcLHBVkFfYRNApTB5o27Sf node 1342:62
   ============================================ */

:root {
  --color-pink: #e20082;
  --color-pink-hover: #b80067;
  --color-light-pink: #f4d8e8;
  --color-very-light-pink: #fcf5f9;
  --color-disclaimer: #780146;
  --color-text: #1f191d;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-grey: #6b6b6b;
  --font-primary: 'Raleway', system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  --max-w: 1296px;
  --section-pad-y: 60px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 110px; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text);
  background: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--color-pink); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4, p { margin: 0; }

ul { margin: 0; padding: 0; }

/* ============================================
   Header
   ============================================ */
#site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--color-white);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  transition: box-shadow 0.2s ease;
}
#site-header.scrolled { box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
#site-header .logo {
  display: flex;
  width: 100%;
  max-width: var(--max-w);
  justify-content: flex-start;
}
#site-header .logo img {
  height: 82px;
  width: auto;
  object-fit: contain;
}

/* ============================================
   Buttons (pink pill — matches Figma CTA)
   ============================================ */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-pink);
  color: var(--color-white);
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  padding: 20px 52px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.1s ease;
  white-space: nowrap;
}
.btn-primary:hover {
  background: var(--color-pink-hover);
  color: var(--color-white);
  text-decoration: none;
  transform: translateY(-1px);
}
.btn-primary:active { transform: translateY(0); }
.btn-primary:focus-visible {
  outline: 3px solid var(--color-pink-hover);
  outline-offset: 3px;
}

/* ============================================
   2. Hero
   ============================================ */
.hero {
  background: var(--color-white);
  padding: 60px 40px 80px;
}
.hero-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}
.hero-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
.hero h1 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.25;
  color: var(--color-text);
  max-width: 620px;
}
.hero-pink { color: var(--color-pink); }
.hero-visual { display: flex; justify-content: center; align-items: center; }
.hero-visual img {
  width: 100%;
  max-width: 560px;
  height: auto;
  object-fit: contain;
}

/* ============================================
   3. Trusted by
   ============================================ */
.trusted-by {
  background: var(--color-white);
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.trusted-by h2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  color: var(--color-text);
  text-align: center;
}
.partner-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  list-style: none;
  max-width: 1060px;
  padding: 0;
}
.partner-tile {
  background: var(--color-white);
  width: 196px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 36px;
  border: 1px solid #ececec;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.partner-tile img {
  max-height: 36px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.partner-tile img[alt="Advantage Rent A Car"] {
  transform: rotate(180deg) scaleX(-1);
}

/* ============================================
   Pink CTA banner (used 3x)
   ============================================ */
.cta-banner-pink {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}
.cta-pink-card {
  position: relative;
  background: var(--color-light-pink);
  border-radius: 32px;
  width: 100%;
  max-width: var(--max-w);
  min-height: 249px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-squiggle {
  position: absolute;
  top: 30px;
  left: 33px;
  right: 33px;
  width: calc(100% - 66px);
  height: auto;
  pointer-events: none;
  opacity: 0.85;
}
.cta-squiggle--alt { top: 25px; }
.cta-star {
  position: absolute;
  top: 180px;
  left: 30%;
  width: 52px;
  height: auto;
  transform: rotate(23deg);
  pointer-events: none;
}
.cta-pink-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
  padding: 32px 24px;
}
.cta-pink-content h2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  color: var(--color-text);
}

/* ============================================
   5. Why Bonzah
   ============================================ */
.why-bonzah {
  padding: 80px 20px;
  background: var(--color-very-light-pink);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.why-bonzah h2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  color: var(--color-text);
  text-align: center;
  max-width: 825px;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  max-width: var(--max-w);
}
.benefit-tile {
  background: var(--color-white);
  border-radius: 24px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.benefit-tile h3 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: var(--color-text);
  margin: 0;
}
.benefit-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.benefit-tile p {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: var(--color-black);
}

/* ============================================
   6. Pricing
   ============================================ */
.pricing {
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.pricing-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.pricing-head h2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  color: var(--color-text);
  max-width: 897px;
}
.section-subhead {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  color: var(--color-black);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  max-width: var(--max-w);
}
.pricing-card {
  border: 3px solid var(--color-light-pink);
  border-radius: 24px;
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.pricing-card-head {
  background: var(--color-light-pink);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1.3;
}
.price {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 48px;
  color: var(--color-pink);
}
.price-period {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 24px;
  color: var(--color-black);
}
.card-title {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: var(--color-black);
}
.pricing-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card-subtitle {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: var(--color-black);
}
.pricing-card-body ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 27px;
}
.pricing-card-body li {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: var(--color-black);
  list-style: disc;
}
.disclaimer {
  font-family: var(--font-primary);
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: var(--color-disclaimer);
}

/* ============================================
   7. About
   ============================================ */
.about {
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.about-inner {
  width: 100%;
  max-width: var(--max-w);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}
.about > .trustpilot-card {
  width: 100%;
  max-width: var(--max-w);
}
.about-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  max-width: 766px;
}
.about-text h2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  color: var(--color-text);
}
.about-text p {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  color: var(--color-black);
  max-width: 626px;
}
.about-visual { display: flex; justify-content: center; }
.about-visual img {
  width: 100%;
  max-width: 428px;
  height: auto;
}

/* About page — alternating row layout */
.about-inner-reverse .about-visual { order: 0; }
.about-inner-reverse .about-text { order: 1; }

/* About page — hero lede paragraph */
.about-hero-lede {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  color: var(--color-black);
  max-width: 620px;
  margin: 0;
}
@media (max-width: 700px) {
  .about-hero-lede { font-size: 18px; }
  .about-inner-reverse .about-visual { order: 1; }
  .about-inner-reverse .about-text { order: 0; }
}

/* ============================================
   8. Trustpilot banner
   ============================================ */
.trustpilot-banner {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}
.trustpilot-card {
  background: var(--color-pink);
  border-radius: 32px;
  padding: 36px 48px;
  width: 100%;
  max-width: var(--max-w);
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}
.trustpilot-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: var(--color-white);
}
.trustpilot-eyebrow {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
}
.trustpilot-quote-text {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
}
.about-trustpilot {
  margin-top: 40px;
  padding: 28px;
  border-radius: 24px;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 20px;
}
.trustpilot-badge {
  border: 2px solid var(--color-white);
  border-radius: 16px;
  background: transparent;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  padding: 28px 32px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.trustpilot-logo {
  width: 100%;
  max-width: 260px;
  height: auto;
  filter: brightness(0) invert(1);
}
.trustpilot-stars {
  display: flex;
  gap: 6px;
  align-items: center;
}
.trustpilot-stars img {
  width: 26px;
  height: 26px;
}

/* ============================================
   9. FAQ — preserves all script.js hooks
   ============================================ */
.faq {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}
.faq .container {
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.faq h2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  color: var(--color-text);
  text-align: center;
  max-width: 825px;
}
.faq-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.faq-item {
  border-top: 3px solid var(--color-pink);
}
.faq-item:last-child { border-bottom: 3px solid var(--color-pink); }
.faq-item h3 { margin: 0; }
.faq-trigger,
.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: var(--color-black);
  text-align: left;
  cursor: pointer;
}
.faq-trigger > span:first-child { flex: 1; }
.faq-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 400;
  color: var(--color-pink);
  line-height: 1;
  transition: transform 0.2s ease;
}
.faq-trigger[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-trigger:hover { color: var(--color-pink); }
.faq-trigger:focus-visible {
  outline: 2px solid var(--color-pink);
  outline-offset: 4px;
}
.faq-panel,
.faq-answer {
  padding: 0 0 32px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-panel[hidden] { display: none; }
.faq-panel p,
.faq-answer p {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-black);
  margin: 0 0 12px;
  max-width: 1080px;
}
.faq-panel p:last-child,
.faq-answer p:last-child { margin-bottom: 0; }

/* ============================================
   12. Footer (multi-column)
   ============================================ */
footer {
  background: var(--color-white);
  border-top: 1px solid #f0f0f0;
  padding: 56px 20px 32px;
}
.footer-inner {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(0, 2fr);
  gap: 56px;
  align-items: flex-start;
}
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-logo-link { display: inline-flex; }
footer img.footer-logo {
  height: 64px;
  width: auto;
}
.footer-byline {
  font-size: 14px;
  color: var(--color-grey);
  max-width: 320px;
  margin: 0;
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.footer-col h4 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text);
  margin: 0 0 14px;
}
.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col a {
  color: var(--color-grey);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.footer-col a:hover { color: var(--color-pink); }
.copyright {
  font-size: 12px;
  color: var(--color-grey);
  margin: 0;
}

/* ============================================
   Contact form modal — preserves JS hooks
   ============================================ */
.modal[hidden] { display: none !important; }
.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  overflow-y: auto;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(31, 25, 29, 0.55);
}
.modal-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  border-radius: 24px;
  padding: 48px 32px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  background: var(--color-text);
  color: var(--color-white);
  text-align: center;
}
.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
  color: var(--color-white);
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.modal-close:hover,
.modal-close:focus {
  background: rgba(255, 255, 255, 0.12);
  outline: none;
}
body.modal-open { overflow: hidden; }

.contact-section h2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 32px;
  color: var(--color-white);
}
.contact-section form {
  max-width: 480px;
  margin: 0 auto;
  text-align: left;
}
.contact-section label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: var(--color-light-pink);
  margin: 18px 0 6px;
}
.contact-section input,
.contact-section textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid #555;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--color-white);
  font-family: var(--font-primary);
  font-size: 16px;
  transition: border-color 0.2s ease;
}
.contact-section input::placeholder,
.contact-section textarea::placeholder { color: #aaa; }
.contact-section input:focus,
.contact-section textarea:focus {
  outline: none;
  border-color: var(--color-pink);
}
.contact-section textarea { resize: vertical; min-height: 120px; }
.contact-section button[type="submit"] {
  width: 100%;
  margin-top: 24px;
  background: var(--color-pink);
  color: var(--color-white);
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 18px;
  padding: 16px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.contact-section button[type="submit"]:hover { background: var(--color-pink-hover); }
#form-success {
  color: var(--color-light-pink);
  font-weight: 600;
  font-size: 18px;
  margin-top: 24px;
}
#form-error {
  color: #ffb3b3;
  font-weight: 600;
  font-size: 16px;
  margin-top: 16px;
}


/* ============================================
   10. Lead form (dark on-page section) — unused, retained no-op
   ============================================ */
.lead-form-section {
  background: var(--color-text);
  color: var(--color-white);
  padding: 80px 32px;
}
.lead-form-inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.lead-form-section h2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.15;
  margin: 0 0 12px;
  color: var(--color-white);
}
.lead-form-section .lead-form-sub {
  font-size: 18px;
  opacity: 0.85;
  margin: 0 0 40px;
}
.lead-form-section form { text-align: left; }
.lead-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.lead-form-section label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.85);
  margin-bottom: 20px;
}
.lead-form-section input,
.lead-form-section textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 10px;
  padding: 14px 16px;
  font: 400 16px/1.4 var(--font-primary);
  color: var(--color-white);
}
.lead-form-section input::placeholder,
.lead-form-section textarea::placeholder { color: rgba(255,255,255,0.45); }
.lead-form-section input:focus,
.lead-form-section textarea:focus {
  outline: none;
  border-color: var(--color-pink);
  background: rgba(255,255,255,0.1);
}
.lead-form-section textarea { resize: vertical; min-height: 140px; }
.lead-form-section button[type="submit"] {
  display: block;
  margin: 12px auto 0;
  min-width: 220px;
}

@media (max-width: 700px) {
  .lead-form-section { padding: 56px 20px; }
  .lead-form-section h2 { font-size: 28px; }
  .lead-form-row { grid-template-columns: 1fr; gap: 0; margin-bottom: 0; }
}

/* ============================================
   Responsive — Tablet (≤860px)
   ============================================ */
@media (max-width: 860px) {
  .hero { padding: 60px 32px 80px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .hero-text { align-items: center; text-align: center; }
  .hero h1 { font-size: 40px; }

  .benefits-grid { grid-template-columns: repeat(2, 1fr); }

  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-text { align-items: center; text-align: center; max-width: none; }
  .about-text p { max-width: 700px; }

  .trustpilot-card { grid-template-columns: 1fr; }
  .trustpilot-quote-text { font-size: 36px; }

  .cta-pink-content h2 { font-size: 36px; }
}

/* ============================================
   Responsive — Mobile (≤700px)
   ============================================ */
@media (max-width: 700px) {
  :root { --section-pad-y: 48px; }
  #site-header { height: 80px; padding: 0 20px; }
  #site-header .logo img { height: 56px; }

  .hero { padding: 40px 20px 60px; }
  .hero h1 { font-size: 32px; }
  .btn-primary { font-size: 20px; padding: 16px 36px; }

  .trusted-by { padding: 40px 16px; gap: 28px; }
  .trusted-by h2 { font-size: 32px; }
  .partner-grid { gap: 16px; }
  .partner-tile { width: 140px; height: 48px; }

  .cta-banner-pink { padding: 40px 16px; }
  .cta-pink-card { border-radius: 24px; min-height: 200px; }
  .cta-pink-content { padding: 32px 20px; gap: 24px; }
  .cta-pink-content h2 { font-size: 26px; }
  .cta-squiggle, .cta-star { display: none; }

  .why-bonzah { padding: 40px 16px; gap: 28px; }
  .why-bonzah h2 { font-size: 28px; }
  .benefits-grid { grid-template-columns: 1fr; }

  .pricing { padding: 40px 16px; gap: 28px; }
  .pricing-head h2 { font-size: 28px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price { font-size: 36px; }
  .price-period { font-size: 20px; }
  .card-title { font-size: 20px; }
  .card-subtitle { font-size: 18px; }

  .about { padding: 40px 16px; }
  .about-text h2 { font-size: 28px; }
  .about-text p { font-size: 18px; }

  .trustpilot-banner { padding: 40px 16px; }
  .trustpilot-card { padding: 28px 24px; border-radius: 24px; }
  .trustpilot-eyebrow { font-size: 18px; }
  .trustpilot-quote-text { font-size: 24px; }
  .trustpilot-badge { min-height: 180px; padding: 24px 16px; }

  .faq { padding: 40px 16px; }
  .faq h2 { font-size: 28px; }
  .faq-trigger, .faq-question { font-size: 18px; padding: 24px 0; gap: 16px; }
  .faq-icon { width: 32px; height: 32px; font-size: 28px; }
  .faq-panel, .faq-answer { padding-bottom: 24px; }
  .faq-panel p, .faq-answer p { font-size: 16px; }

  footer { padding: 32px 20px; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; gap: 28px; }
  .footer-brand { align-items: flex-start; text-align: left; }
  .footer-byline { max-width: none; }
  .footer-cols { grid-template-columns: 1fr; gap: 24px; }
  .footer-col ul { align-items: center; }
  footer img.footer-logo { height: 56px; }
}

/* ============================================
   Cookie Consent Banner
   ============================================ */
.cookie-consent {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  background: var(--color-white);
  color: var(--color-text);
  border: 1px solid var(--color-light-pink);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  font-family: var(--font-primary);
  animation: cookie-consent-in 0.3s ease-out both;
}
.cookie-consent[hidden] { display: none; }

@keyframes cookie-consent-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.cookie-consent-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 20px 24px;
}

.cookie-consent-default {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.cookie-consent-customize {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cookie-consent-customize[hidden],
.cookie-consent-default[hidden] { display: none; }

.cookie-consent-text { flex: 1 1 360px; min-width: 0; }
.cookie-consent-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--color-text);
}
.cookie-consent-text p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  color: var(--color-text);
}
.cookie-consent-text a {
  color: var(--color-pink);
  text-decoration: underline;
}

.cookie-consent-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.btn-consent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  padding: 12px 28px;
  border-radius: 100px;
  border: 2px solid var(--color-pink);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
  white-space: nowrap;
}
.btn-consent:focus-visible {
  outline: 3px solid var(--color-pink-hover);
  outline-offset: 3px;
}
.btn-consent-primary {
  background: var(--color-pink);
  color: var(--color-white);
}
.btn-consent-primary:hover {
  background: var(--color-pink-hover);
  border-color: var(--color-pink-hover);
}
.btn-consent-secondary {
  background: var(--color-white);
  color: var(--color-pink);
}
.btn-consent-secondary:hover {
  background: var(--color-very-light-pink);
}
.btn-consent:active { transform: translateY(1px); }
.btn-consent-current {
  box-shadow: 0 0 0 3px var(--color-very-light-pink);
}
.btn-consent-current::before {
  content: "✓ ";
  font-weight: 700;
}

/* Customize panel: preference list */
.cookie-pref-list {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 40vh;
  overflow-y: auto;
}
.cookie-pref-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid var(--color-light-pink);
  border-radius: 12px;
  background: var(--color-white);
}
.cookie-pref-info {
  flex: 1 1 auto;
  min-width: 0;
}
.cookie-pref-name {
  margin: 0 0 2px;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-text);
}
.cookie-pref-name label { cursor: pointer; }
.cookie-pref-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--color-text);
  opacity: 0.78;
}
.cookie-pref-locked {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-pink);
  background: var(--color-very-light-pink);
  padding: 6px 12px;
  border-radius: 100px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Toggle switch */
.cookie-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}
.cookie-toggle input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.cookie-toggle-track {
  position: relative;
  width: 44px;
  height: 24px;
  background: #d4d4d8;
  border-radius: 100px;
  transition: background-color 0.2s ease;
  display: inline-block;
}
.cookie-toggle-thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: var(--color-white);
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}
.cookie-toggle input:checked + .cookie-toggle-track {
  background: var(--color-pink);
}
.cookie-toggle input:checked + .cookie-toggle-track .cookie-toggle-thumb {
  transform: translateX(20px);
}
.cookie-toggle input:focus-visible + .cookie-toggle-track {
  outline: 3px solid var(--color-pink-hover);
  outline-offset: 3px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cookie-consent-actions-customize {
  justify-content: flex-end;
}

@media (max-width: 720px) {
  .cookie-consent {
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 14px;
  }
  .cookie-consent-inner {
    padding: 18px 20px;
  }
  .cookie-consent-default { gap: 16px; }
  .cookie-consent-title { font-size: 17px; }
  .cookie-consent-text p { font-size: 14px; }
  .cookie-consent-actions {
    width: 100%;
    justify-content: stretch;
  }
  .btn-consent {
    flex: 1 1 0;
    padding: 12px 18px;
    font-size: 15px;
  }
  .cookie-pref-item {
    padding: 12px 14px;
    gap: 12px;
  }
  .cookie-pref-name { font-size: 14px; }
  .cookie-pref-desc { font-size: 12.5px; }
}

/* ---------- Site map page ---------- */
.sitemap-inner {
  display: block;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
}
.sitemap-text h2 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  color: #1f191d;
}
.sitemap-text h2:first-of-type {
  margin-top: 0;
}
.sitemap-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
.sitemap-list > li {
  padding: 14px 0;
  border-bottom: 1px solid #f1e3ec;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
}
.sitemap-list > li:last-child {
  border-bottom: none;
}
.sitemap-list a {
  color: #e20082;
  text-decoration: none;
  font-weight: 600;
}
.sitemap-list a:hover,
.sitemap-list a:focus {
  text-decoration: underline;
}
.sitemap-note {
  color: #6b6471;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 639px) {
  .sitemap-text h2 { font-size: 24px; }
  .sitemap-list > li { font-size: 16px; }
  .sitemap-note { font-size: 14px; display: block; width: 100%; }
}
  .sitemap-note { font-size: 14px; display: block; width: 100%; }
}

/* ============================================
   /preview — Alternative (preview) homepage sections
   Brand lock: only #E20082, #F6ECF2, neutrals.
   All selectors prefixed `.v2-` (kept as-is from the
   original /v2 build to avoid regression) to avoid
   affecting the existing homepage / about / sitemap pages.
   ============================================ */
.v2-section {
  padding: 80px 20px;
  background: var(--color-white);
}
#renters-coverage.v2-section { padding-top: 20px; padding-bottom: 20px; }
#fleet-coverage.v2-section { padding-top: 20px; padding-bottom: 20px; }
#turo-to-private.v2-section { padding-top: 20px; padding-bottom: 20px; }
#platforms.v2-section { padding-top: 20px; padding-bottom: 20px; }
#embedded-insurance.v2-section { padding-top: 20px; }
.v2-section--soft { background: #f6ecf2; }
.v2-container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
}
.v2-section-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin: 0 auto 48px;
  max-width: 900px;
}
.v2-eyebrow {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-pink);
  margin: 0;
}
@media (max-width: 639px) {
  .v2-eyebrow { font-size: 18px; letter-spacing: 0.08em; }
}
.v2-section-head h2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 44px;
  line-height: 1.2;
  color: var(--color-text);
  margin: 0;
}
.v2-subhead {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.45;
  color: var(--color-text);
  max-width: 760px;
  margin: 0;
}
.v2-section-note {
  margin: 24px 0 0;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 16px;
  color: var(--color-grey);
}
.v2-section-cta {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

/* v2 button — pink pill, slightly tighter than the home hero CTA */
.v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  padding: 16px 36px;
  border-radius: 100px;
  border: 2px solid var(--color-pink);
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
  white-space: nowrap;
  align-self: flex-start;
}
.v2-btn-primary {
  background: var(--color-pink);
  color: var(--color-white);
}
.v2-btn-primary:hover {
  background: var(--color-pink-hover);
  border-color: var(--color-pink-hover);
  color: var(--color-white);
  text-decoration: none;
  transform: translateY(-1px);
}
.v2-btn-primary:active { transform: translateY(0); }
.v2-btn:focus-visible {
  outline: 3px solid var(--color-pink-hover);
  outline-offset: 3px;
}

/* Two-column split (renters, platforms) */
.v2-split-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.v2-split-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
/* Single-line headings in 3-up cards: vertically center heading next to icon */
.v2-split-grid--three .v2-coverage-card-head { align-items: center; }
@media (max-width: 1024px) {
  .v2-split-grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.v2-split-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.v2-split-grid--four .v2-coverage-card-head { align-items: center; }

/* Coverage card */
.v2-coverage-card {
  background: var(--color-white);
  border: 1.5px solid #f6ecf2;
  border-radius: 24px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 1px 0 rgba(226, 0, 130, 0.04);
}
.v2-section--soft .v2-coverage-card {
  border-color: #ecd9e3;
}
.v2-coverage-card-head {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.v2-coverage-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #f6ecf2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v2-coverage-icon img {
  max-width: 38px;
  max-height: 38px;
  width: auto;
  height: auto;
}
.v2-coverage-kicker {
  margin: 0 0 4px;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-pink);
}
.v2-coverage-card-head h3 {
  margin: 0;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  color: var(--color-text);
}
.v2-coverage-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.v2-coverage-list > li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: baseline;
}
.v2-coverage-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-pink);
  color: var(--color-white);
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 6px 0;
  border-radius: 100px;
  text-align: center;
}
.v2-coverage-list p {
  margin: 0;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text);
}
.v2-coverage-body {
  margin: 0;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  color: var(--color-text);
}

/* Fleet pills */
.v2-pill-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.v2-pill {
  background: var(--color-white);
  border: 2px solid var(--color-pink);
  border-radius: 22px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  font-family: var(--font-primary);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.v2-pill:hover {
  background: #fff5fa;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(226, 0, 130, 0.12);
}
.v2-pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fdeaf3;
  color: var(--color-pink);
}
.v2-pill-icon svg {
  width: 32px;
  height: 32px;
  display: block;
}
.v2-pill-label {
  font-weight: 700;
  font-size: 22px;
  color: var(--color-text);
  line-height: 1.2;
}
/* Backward-compat (rule kept in case .v2-pill-num is referenced elsewhere) */
.v2-pill-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-pink);
  color: var(--color-white);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
}

/* Body paragraph (Turo, Embedded) */
.v2-body-paragraph {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 19px;
  line-height: 1.55;
  color: var(--color-text);
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

/* Stepper (Moving from Turo) */
.v2-stepper {
  list-style: none;
  margin: 48px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  counter-reset: v2step;
  position: relative;
}
.v2-step {
  background: var(--color-white);
  border: 1.5px solid #ecd9e3;
  border-radius: 24px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}
.v2-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-pink);
  color: var(--color-white);
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
.v2-step h3 {
  margin: 0;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  color: var(--color-text);
}
.v2-step p {
  margin: 0;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  color: var(--color-text);
}

/* Embedded Insurance — text + diagram */
.v2-embedded-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}
.v2-embedded-text {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
}
.v2-embedded-text .v2-body-paragraph {
  text-align: left;
  margin: 0;
}
.v2-embedded-diagram {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}
.v2-diagram-node {
  background: var(--color-white);
  border: 1.5px solid #ecd9e3;
  border-radius: 18px;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}
.v2-diagram-node--accent {
  background: var(--color-white);
  border-color: var(--color-pink);
  border-width: 2.5px;
  box-shadow: 0 6px 20px -8px rgba(233, 30, 140, 0.35);
}
.v2-diagram-node-label {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 17px;
  color: var(--color-text);
}
.v2-diagram-node-sub {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14px;
  color: var(--color-grey);
}
.v2-diagram-logo {
  height: 36px;
  width: auto;
}
.v2-diagram-line {
  display: block;
  width: 2px;
  height: 28px;
  background: var(--color-pink);
  margin: 0 auto;
  border-radius: 100px;
}

/* Tablet */
@media (max-width: 980px) {
  .v2-pill-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v2-stepper { grid-template-columns: 1fr; }
  .v2-embedded-grid { grid-template-columns: 1fr; gap: 36px; }
  .v2-embedded-text { align-items: center; text-align: center; }
  .v2-embedded-text .v2-body-paragraph { text-align: center; }
}
@media (max-width: 860px) {
  .v2-split-grid { grid-template-columns: 1fr; }
  .v2-section-head h2 { font-size: 36px; }
}

/* Mobile */
@media (max-width: 700px) {
  .v2-section { padding: 56px 16px; }
  .v2-section-head { margin-bottom: 32px; gap: 12px; }
  .v2-section-head h2 { font-size: 28px; }
  .v2-subhead { font-size: 17px; }
  .v2-coverage-card { padding: 28px 22px; gap: 20px; }
  .v2-coverage-card-head { gap: 14px; }
  .v2-coverage-icon { width: 52px; height: 52px; border-radius: 14px; }
  .v2-coverage-icon img { max-width: 30px; max-height: 30px; }
  .v2-coverage-card-head h3 { font-size: 19px; }
  .v2-coverage-list > li { grid-template-columns: 56px 1fr; gap: 12px; }
  .v2-coverage-list p { font-size: 15px; }
  .v2-coverage-body { font-size: 16px; }
  .v2-pill-grid { grid-template-columns: 1fr; gap: 14px; }
  .v2-pill { padding: 18px 22px; }
  .v2-body-paragraph { font-size: 17px; }
  .v2-stepper { margin-top: 32px; gap: 16px; }
  .v2-step { padding: 26px 22px; }
  .v2-btn { font-size: 16px; padding: 14px 28px; }
}


/* ---------- /preview hero overrides (scoped to .v2-hero, preview.html only) ---------- */
.v2-hero .hero-inner { align-items: start; }
.v2-hero .hero-text { gap: 24px; }
.v2-hero .hero-visual { align-self: start; }
.v2-hero-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .v2-hero-cta-row { margin-top: 24px; }
}

/* Centered CTA wrapper used below v2 section grids */
.v2-section-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .v2-section-cta { margin-top: 28px; }
}

.v2-hero-tagline {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--color-text);
  max-width: 38ch;
}
.v2-hero-tagline strong {
  color: var(--color-pink);
  font-weight: 700;
}
@media (max-width: 767px) {
  .v2-hero-tagline { font-size: 19px; }
}
