.fleet-partner { --fp-paper: #fff; --fp-soft: #f6f2fa; --fp-ink: #24152f; --fp-muted: #665c70; --fp-line: #e5dceb; color: var(--fp-ink); background: var(--fp-paper); }
.fleet-partner section { padding: 88px 0; scroll-margin-top: 100px; }
.fleet-partner h2 { font-size: clamp(2rem, 3.4vw, 2.9rem); line-height: 1.15; margin-bottom: 24px; color: var(--fp-ink); }
.fleet-partner h3 { font-size: 1.35rem; color: var(--fp-ink); }
.fleet-partner p { line-height: 1.8; }
.fleet-partner .fp-eyebrow { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 20px; }
.fp-section-intro { max-width: 690px; margin-bottom: 36px; }
.fp-text-link { display: inline-block; color: var(--primary); font-weight: 700; text-underline-offset: 5px; }
.fp-text-link:hover { text-decoration: underline; }
.fleet-partner a:focus-visible, .fleet-partner button:focus-visible { outline: 3px solid #00babd; outline-offset: 5px; }
/* Introduction: a deep purple canvas with a dedicated vehicle panel. */
.fleet-partner .fp-hero { padding-top: 138px; background: radial-gradient(ellipse at 90% 10%, #71359a 0, transparent 55%), #29133e; color: #eee5f6; }
.fp-breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; font-size: .85rem; margin-bottom: 48px; }
.fp-breadcrumb a { color: #eee5f6; }
.fleet-partner .fp-hero h1 { color: #fff; font-size: clamp(2.6rem, 4.5vw, 4.5rem); line-height: 1.08; letter-spacing: -.035em; margin-bottom: 28px; }
.fp-hero h1 span { color: #ffc600; }
.fp-lead { max-width: 630px; font-size: 1.12rem; }
.fp-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin: 30px 0; }
.fp-hero .fp-text-link { color: #fff; }
.fp-tags { display: flex; flex-wrap: wrap; padding: 0; list-style: none; gap: 8px; margin: 0; }
.fp-tags li { border: 1px solid #ffffff40; border-radius: 30px; padding: 6px 14px; font-size: .82rem; }
.fp-hero-visual { padding: 24px; border: 1px solid #ffffff30; background: #ffffff0c; border-radius: 32px; transform: rotate(2deg); }
.fp-hero-visual img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; border-radius: 20px; }
.fp-hero-note { display: flex; align-items: center; gap: 16px; padding: 20px; background: #fff; border-radius: 18px; color: #29133e; transform: rotate(-2deg); }
.fp-hero-note i { font-size: 1.7rem; color: #652886; }
.fp-hero-note strong, .fp-hero-note span { display: block; }
.fp-hero-note span { font-size: .85rem; margin-top: 4px; }
/* Role: editorial split layout and numbered responsibilities. */
.fp-role-row { display: flex; gap: 24px; padding: 0 0 24px; margin-bottom: 24px; border-bottom: 1px solid var(--fp-line); }
.fp-role-row > span { color: var(--primary); font: 600 1.8rem Jost, sans-serif; }
.fp-role-row p { margin-bottom: 0; color: var(--fp-muted); }
.fp-responsibility { border-left: 4px solid #ffc600; background: var(--fp-soft); border-radius: 0 16px 16px 0; padding: 24px; margin-top: 40px; display: flex; align-items: flex-start; gap: 16px; }
.fp-responsibility i { margin-top: 6px; color: var(--primary); }
.fp-responsibility p { margin: 0; }
/* Benefits: a soft backdrop with individually framed cards. */
.fp-benefits { background: var(--fp-soft); }
.fp-benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-bottom: 28px; }
.fp-benefit-card { background: var(--fp-paper); border: 1px solid var(--fp-line); border-radius: 22px; padding: 30px; }
.fp-benefit-card > i { display: grid; place-items: center; width: 48px; height: 48px; background: var(--fp-soft); border-radius: 14px; color: var(--primary); font-size: 1.25rem; margin-bottom: 24px; }
.fp-benefit-card p { color: var(--fp-muted); margin-bottom: 0; }
/* Cooperation models: three comparable columns, highlighted rental option. */
.fp-model-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.fp-model-card { display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--fp-line); border-radius: 6px 6px 24px 24px; border-top: 4px solid #c1a7d0; }
.fp-model-featured { background: var(--fp-soft); border-top-color: #652886; }
.fp-model-label { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--fp-muted); margin-bottom: 24px; }
.fp-model-card ul { padding-left: 20px; margin: 8px 0 28px; }
.fp-model-card li { padding-bottom: 12px; }
.fp-model-card .fp-text-link { margin-top: auto; }
.fp-model-note { margin: 28px 0 0; color: var(--fp-muted); font-size: .95rem; }
/* Onboarding: a contrasting, numbered timeline. */
.fp-process { background: #21132e; color: #e0d6e9; }
.fleet-partner .fp-process h2, .fleet-partner .fp-process h3 { color: #fff; }
.fp-process .fp-eyebrow { color: #ffc600; }
.fp-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; list-style: none; padding: 0; margin: 44px 0 24px; counter-reset: step; }
.fp-steps li { counter-increment: step; border-top: 1px solid #ffffff40; padding-top: 24px; }
.fp-steps li::before { content: '0' counter(step); display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: #21132e; background: #ffc600; font-weight: 700; margin-bottom: 24px; }
.fp-steps p { font-size: .95rem; }
.fp-process-note { border-top: 1px solid #ffffff25; padding-top: 24px; margin: 0; font-size: .88rem; }
/* FAQ: the existing Bootstrap accordion pattern, styled only on this page. */
.fp-faq { background: var(--fp-soft); }
.fp-faq .accordion { max-width: 920px; margin: auto; }
.fp-faq .fp-section-intro { text-align: center; margin: 0 auto 40px; }
.fp-faq .accordion-card { background: var(--fp-paper); border: 1px solid var(--fp-line); border-radius: 16px; margin-bottom: 12px; overflow: hidden; }
.fp-faq .accordion-header { margin: 0; }
.fp-faq .accordion-button { color: var(--fp-ink); background: var(--fp-paper); padding: 24px; font-size: 1.08rem; line-height: 1.5; gap: 12px; box-shadow: none; }
.fp-faq .accordion-button:not(.collapsed) { color: var(--primary); }
.fp-faq-number { color: var(--primary); font-weight: 700; }
.fp-faq .accordion-body { padding: 0 28px 26px; color: var(--fp-muted); }
/* Contact: a yellow closing banner with a single clear action. */
.fleet-partner .fp-contact { background: #ffc600; color: #24152f; padding: 64px 0; }
.fleet-partner .fp-contact h2 { color: #24152f; }
.fp-contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.fp-contact-inner > div { max-width: 690px; }
.fp-contact p:last-child { margin-bottom: 0; }
.fp-contact .btn { flex-shrink: 0; }
body.dark-mode .fleet-partner { --fp-paper: #160d20; --fp-soft: #21152d; --fp-ink: #f0e8f7; --fp-muted: #c4b6ce; --fp-line: #3d2d4a; }
@media (max-width: 991.98px) {
  .fleet-partner section { padding: 60px 0; }
  .fleet-partner .fp-hero { padding-top: 45px; }
  .fp-hero-visual { max-width: 540px; margin: auto; transform: none; }
  .fp-benefit-grid, .fp-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fp-model-grid { grid-template-columns: 1fr; }
  .fp-contact-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 575.98px) {
  .fleet-partner .container { padding-left: 24px; padding-right: 24px; }
  .fp-benefit-grid, .fp-steps { grid-template-columns: 1fr; }
  .fp-breadcrumb { margin-bottom: 32px; }
  .fp-benefit-card, .fp-model-card { padding: 24px; }
  .fp-hero-visual { padding: 12px; }
  .fp-hero-note { padding: 16px; }
  .fp-faq .accordion-button { padding: 20px 16px; font-size: 1rem; }
  .fp-faq .accordion-body { padding: 0 20px 22px; }
}
