.bedriver-page { background: var(--surface); }

.bedriver-hero { padding: 84px 0 88px; color: var(--white); background: var(--navy-950); }
.bedriver-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: clamp(48px, 8vw, 112px); }
.bedriver-hero-copy { max-width: 700px; }
.bedriver-badge { display: inline-flex; margin: 0 0 22px; padding: 9px 12px; border: 1px solid rgba(245, 191, 47, .65); border-radius: 999px; color: var(--accent); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.bedriver-hero h1 { max-width: 16ch; margin-bottom: 26px; color: var(--white); font-size: clamp(3.1rem, 4.7vw, 5.25rem); line-height: .97; }
.bedriver-intro { max-width: 670px; margin-bottom: 33px; color: rgba(252, 253, 251, .73); font-size: clamp(1rem, 1.35vw, 1.15rem); line-height: 1.65; }
.bedriver-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.bedriver-actions .button-dark { color: var(--white); border-color: rgba(12, 30, 42, .48); background: var(--navy-900); }
.bedriver-actions .button-dark:hover { background: var(--navy-800); }
.bedriver-hero-aside { padding: 28px; border: 1px solid rgba(252, 253, 251, .2); border-radius: var(--radius); background: rgba(252, 253, 251, .07); box-shadow: inset 0 1px 0 rgba(252, 253, 251, .1); }
.bedriver-aside-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid rgba(252, 253, 251, .17); color: var(--accent); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.bedriver-aside-top span:last-child { color: rgba(252, 253, 251, .5); }
.bedriver-hero-aside h2 { max-width: 10ch; margin: 28px 0 25px; color: var(--white); font-size: clamp(2rem, 3vw, 3rem); line-height: 1; }
.bedriver-hero-aside ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.bedriver-hero-aside li { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; padding: 14px 0; border-top: 1px solid rgba(252, 253, 251, .14); }
.bedriver-hero-aside li strong { color: var(--white); font-size: 14px; }
.bedriver-hero-aside li span { color: rgba(252, 253, 251, .56); font-size: 12px; text-align: right; }
.bedriver-aside-note { margin: 23px 0 0; color: rgba(252, 253, 251, .52); font-size: 11px; line-height: 1.5; }

.bedriver-meta { display: flex; flex-wrap: wrap; gap: 10px 28px; padding-top: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }

.bedriver-section { padding: 112px 0; }
.bedriver-why { background: var(--paper); }
.bedriver-section-heading { max-width: 760px; margin-bottom: 50px; }
.narrow-heading { max-width: 590px; }
.bedriver-kicker { margin: 0 0 17px; color: var(--accent-deep); font-size: 11px; font-weight: 850; letter-spacing: .15em; line-height: 1.2; text-transform: uppercase; }
.bedriver-kicker-light { color: var(--accent); }
.bedriver-section-heading h2, .bedriver-benefits h2, .bedriver-cta h2 { max-width: 11ch; margin-bottom: 19px; color: var(--navy-950); font-size: clamp(2.7rem, 4.6vw, 5rem); line-height: .98; }
.bedriver-section-heading > p:last-child, .bedriver-benefits > .container > div > p:last-child, .bedriver-cta p:last-child { max-width: 60ch; margin-bottom: 0; color: var(--muted); font-size: 16px; }
.bedriver-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 34px; border-top: 1px solid var(--line); }
.bedriver-detail-grid article { min-height: 178px; padding: 24px 0 25px; border-bottom: 1px solid var(--line); }
.bedriver-detail-grid h3 { margin-bottom: 9px; color: var(--navy-900); font-size: 22px; line-height: 1.04; }
.bedriver-detail-grid p { max-width: 31ch; margin-bottom: 0; color: var(--muted); font-size: 14px; }

.bedriver-daily { background: var(--surface); }
.bedriver-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.bedriver-step { min-height: 240px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-soft); }
.bedriver-step:nth-child(2) { background: var(--accent); border-color: var(--accent); }
.bedriver-step:nth-child(2) p { color: rgba(12, 30, 42, .74); }
.step-number { display: block; margin-bottom: 45px; color: var(--accent-deep); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.bedriver-step:nth-child(2) .step-number { color: var(--navy-900); }
.bedriver-step h3 { max-width: 16ch; margin-bottom: 9px; color: var(--navy-900); font-size: 25px; line-height: 1.04; }
.bedriver-step p { max-width: 42ch; margin-bottom: 0; color: var(--muted); font-size: 14px; }

.bedriver-benefits { padding: 112px 0; color: var(--white); background: var(--navy-950); }
.bedriver-benefits-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(50px, 9vw, 118px); }
.bedriver-benefits h2 { color: var(--white); }
.bedriver-benefits > .container > div > p:last-child { color: rgba(252, 253, 251, .64); }
.bedriver-benefit-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 34px; margin: 0; padding: 0; list-style: none; }
.bedriver-benefit-list li { padding: 17px 0; border-top: 1px solid rgba(252, 253, 251, .19); color: rgba(252, 253, 251, .88); font-size: 15px; }

.bedriver-feedback { background: var(--paper); }
.feedback-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: clamp(50px, 9vw, 120px); }
.bedriver-quote { margin: 0; padding: clamp(25px, 4vw, 44px); border: 1px solid var(--accent); border-radius: var(--radius); background: var(--accent); }
.bedriver-quote blockquote { margin: 0 0 34px; color: var(--navy-950); font-size: clamp(1.4rem, 2.1vw, 2.1rem); font-weight: 680; letter-spacing: -.04em; line-height: 1.25; }
.bedriver-quote figcaption { display: grid; gap: 3px; color: var(--navy-950); font-size: 13px; }
.bedriver-quote figcaption strong { font-weight: 850; }
.bedriver-quote figcaption span { color: rgba(12, 30, 42, .7); }
.quote-note { margin: 25px 0 0; padding-top: 15px; border-top: 1px solid rgba(12, 30, 42, .25); color: rgba(12, 30, 42, .65); font-size: 11px; }

.bedriver-transparency { background: var(--surface-soft); }
.transparency-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: 70px; }
.transparency-grid h2 { max-width: 10ch; margin-bottom: 0; color: var(--navy-950); font-size: clamp(2.5rem, 4vw, 4.5rem); line-height: .99; }
.transparency-grid > p { max-width: 53ch; margin-bottom: 0; color: var(--muted); font-size: 18px; line-height: 1.55; }

.bedriver-audience { background: var(--paper); }
.audience-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: clamp(50px, 9vw, 120px); }
.audience-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 34px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.audience-list li { min-height: 90px; padding: 17px 0; border-bottom: 1px solid var(--line); color: var(--navy-900); font-size: 15px; font-weight: 700; }

.bedriver-cta { padding: 82px 0; background: var(--accent); }
.cta-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.bedriver-cta .bedriver-kicker { color: var(--navy-900); }
.bedriver-cta h2 { margin-bottom: 15px; color: var(--navy-950); }
.bedriver-cta p:last-child { color: rgba(12, 30, 42, .74); }
.bedriver-cta .button-dark { color: var(--white); background: var(--navy-900); }
.bedriver-cta .button-dark:hover { background: var(--navy-800); }

.bedriver-faq { background: var(--surface); }
.faq-bedriver-grid { display: grid; grid-template-columns: .74fr 1.26fr; align-items: start; gap: clamp(50px, 9vw, 120px); }
.bedriver-faq-list { border-top: 1px solid var(--line); }
.bedriver-faq-list details { border-bottom: 1px solid var(--line); }
.bedriver-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 22px 0; color: var(--navy-900); cursor: pointer; font-size: 16px; font-weight: 780; letter-spacing: -.03em; list-style: none; }
.bedriver-faq-list summary::-webkit-details-marker { display: none; }
.bedriver-faq-list summary span { color: var(--accent-deep); font-size: 23px; font-weight: 500; transition: transform .3s ease; }
.bedriver-faq-list details[open] summary span { transform: rotate(45deg); }
.bedriver-faq-list details p { max-width: 65ch; margin: -4px 50px 21px 0; color: var(--muted); font-size: 14px; }

.bedriver-footer .footer-top > p { max-width: 28ch; }

@media (prefers-color-scheme: dark) {
  .bedriver-why, .bedriver-feedback, .bedriver-audience { background: var(--paper); }
  .bedriver-section-heading h2, .bedriver-detail-grid h3, .bedriver-step h3, .transparency-grid h2, .audience-list li { color: var(--white); }
  .bedriver-step { background: var(--paper); }
  .bedriver-hero-aside { background: rgba(252, 253, 251, .06); }
}

@media (prefers-reduced-motion: reduce) {
  .bedriver-faq-list summary span { transition: none; }
}

@media (max-width: 980px) {
  .bedriver-hero-grid, .bedriver-benefits-grid, .feedback-grid, .transparency-grid, .audience-grid, .faq-bedriver-grid { gap: 48px; }
  .bedriver-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-grid { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 760px) {
  .bedriver-hero { padding: 58px 0 64px; }
  .bedriver-hero-grid, .bedriver-benefits-grid, .feedback-grid, .transparency-grid, .audience-grid, .faq-bedriver-grid { grid-template-columns: 1fr; gap: 38px; }
  .bedriver-hero h1 { max-width: 13ch; font-size: clamp(3rem, 13vw, 4.5rem); }
  .bedriver-hero-aside { padding: 22px; }
  .bedriver-section, .bedriver-benefits { padding: 84px 0; }
  .bedriver-section-heading h2, .bedriver-benefits h2, .bedriver-cta h2 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .bedriver-detail-grid, .bedriver-steps { grid-template-columns: 1fr; }
  .bedriver-step { min-height: auto; }
  .bedriver-benefit-list, .audience-list { grid-template-columns: 1fr; }
  .bedriver-quote blockquote { font-size: 1.45rem; }
  .bedriver-actions { align-items: stretch; flex-direction: column; }
  .bedriver-actions .button { width: 100%; }
  .bedriver-meta { gap: 8px; }
}
