/**
 * Strona główna — style z layoutu Aura Build
 *
 * @package Bonito_Cars
 */

body.bonito-theme {
  background: #f2f2ee;
  color: #475569;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0;
}

body.bonito-front-page {
  padding-bottom: 0;
}

body.bonito-front-page ::selection {
  background: #aeea2e;
  color: black;
}

/* ===== SECTION TITLES (h2) — unified base ===== */
h2,
.bonito-type-section-title {
  margin: 0;
  font-weight: var(--bc-title-weight);
  letter-spacing: var(--bc-title-tracking);
  color: var(--bc-title-color);
}

/* ===== CARD TITLES (h3) — unified base ===== */
h3,
h3.bonito-type-card-title,
h3.bonito-location-city,
h3.bonito-wybierz-model-card-title {
  font-size: var(--bc-card-title-size);
  font-weight: var(--bc-card-title-weight);
  letter-spacing: var(--bc-card-title-tracking);
}

/* ===== SECTION KICKERS — unified base ===== */
.bonito-section-kicker {
  font-size: var(--bc-kicker-size);
  font-weight: var(--bc-kicker-weight);
  color: var(--bc-kicker-color);
  letter-spacing: var(--bc-kicker-tracking);
  text-transform: var(--bc-kicker-transform);
  margin: 0 0 0.5rem 0;
}

/* ===== TYPOGRAPHY UTILITIES (design tokens — use on all templates) ===== */
.bonito-type-section-title {
  margin: 0;
  font-size: var(--bc-title-size-mobile);
  font-weight: var(--bc-title-weight);
  letter-spacing: var(--bc-title-tracking);
  color: var(--bc-title-color);
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .bonito-type-section-title {
    font-size: var(--bc-title-size-desktop);
  }
}

.bonito-type-subsection-title {
  margin: 0;
  font-size: var(--bc-subsection-title-size-mobile);
  font-weight: var(--bc-title-weight);
  letter-spacing: var(--bc-title-tracking);
  color: var(--bc-title-color);
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .bonito-type-subsection-title {
    font-size: var(--bc-subsection-title-size-desktop);
  }
}

.bonito-type-card-title {
  margin: 0;
  font-size: var(--bc-card-title-size);
  font-weight: var(--bc-card-title-weight);
  letter-spacing: var(--bc-card-title-tracking);
  color: var(--bc-title-color);
  line-height: 1.2em;
}

.bonito-type-card-title-sm {
  margin: 0;
  font-size: var(--bc-card-title-size-sm);
  font-weight: var(--bc-card-title-weight);
  letter-spacing: var(--bc-card-title-tracking);
  color: var(--bc-title-color);
  line-height: 1.2em;
}

.bonito-type-subtitle {
  margin: 0;
  font-size: var(--bc-subtitle-size);
  font-weight: var(--bc-subtitle-weight);
  color: var(--bc-subtitle-color);
  line-height: var(--bc-body-line-height);
}
@media (max-width: 767px) {
  .bonito-type-subtitle {
    font-size: var(--bc-subtitle-size-mobile);
  }
}

.bonito-type-body {
  margin: 0;
  font-size: var(--bc-body-size);
  line-height: var(--bc-body-line-height);
  color: var(--bc-body-color);
}

.bonito-type-body-lg {
  margin: 0;
  font-size: var(--bc-body-size-lg);
  line-height: var(--bc-body-line-height);
  color: var(--bc-body-color);
}

.bonito-type-body-xl {
  margin: 0;
  font-size: var(--bc-body-size-xl);
  line-height: var(--bc-body-line-height);
  color: var(--bc-body-color);
}

.bonito-type-intro {
  margin: 0;
  font-size: var(--bc-body-size-lg);
  font-weight: var(--bc-subtitle-weight);
  color: var(--bc-subtitle-color);
  line-height: 1.6;
}

.bonito-type-supporting {
  margin: 0;
  font-size: var(--bc-body-size-lg);
  color: var(--bc-slate-600);
  line-height: 1.6;
}

.bonito-type-step-index {
  font-size: var(--bc-step-index-size);
  font-weight: var(--bc-card-title-weight);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--bc-title-color);
  user-select: none;
}

.bonito-type-caption {
  margin: 0;
  font-size: 0.875rem;
  line-height: var(--bc-body-line-height);
}

/* Mobile — padding i wielkości fontów */
@media (max-width: 767px) {
  #main-content {
    padding-top: 4px;
  }

  .bonito-header-bar {
    border-radius: 24px !important;
  }

  #main-content .bonito-hero-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bonito-partners-inner,
  .bonito-features-inner,
  .bonito-fleet-inner,
  .bonito-reviews-inner,
  .bonito-locations-inner {
    padding-left: 0;
    padding-right: 0;
  }

  /* CTA Lead — padding i tytuł na mobile (strona główna, Grafik, Wynajem) */
  #main-content .bonito-cta-lead .bonito-cta-lead-inner,
  #main-content .bonito-cta-grafik .bonito-cta-lead-inner,
  #main-content .bonito-cta-wynajem .bonito-cta-lead-inner,
  #main-content .bonito-cta-wlasne .bonito-cta-lead-inner {
    padding: 40px;
  }

  .bonito-cta-lead h2,
  .bonito-cta-grafik h2,
  .bonito-cta-wynajem h2,
  .bonito-cta-wlasne h2 {
    font-size: 48px !important;
  }

  .bonito-features-card {
    padding: 24px !important;
  }

  h1,
  #main-content .bonito-hero-title {
    font-size: 40px;
  }

  h2,
  #main-content .bonito-features-header .bonito-type-section-title,
  #main-content .bonito-fleet-header .bonito-type-section-title,
  #main-content .bonito-reviews-header .bonito-type-section-title,
  #main-content .bonito-locations .bonito-type-section-title {
    font-size: 32px;
  }

  /* List w hero subtitle */
  .bonito-hero-wrapper .bonito-hero-subtitle ul {
    padding-left: 20px;
    font-size: 16px;
  }

  /* Wszystkie subtitle'y — font 16px */
  .bonito-hero-subtitle,
  .bonito-features .bonito-features-header .bonito-type-subtitle,
  .bonito-fleet-header .bonito-type-subtitle,
  .bonito-reviews-header .bonito-type-subtitle,
  .bonito-locations .bonito-type-subtitle {
    font-size: 16px;
  }

  #main-content .bonito-partners {
    padding-top: 24px;
  }

  #main-content .bonito-features {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  #main-content .bonito-fleet {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  #main-content .bonito-locations {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

/* Tytuły — line-height 1.2em */
h1, h2, h3,
.bonito-hero-title,
.bonito-type-card-title,
.bonito-fleet-header .bonito-type-section-title,
.bonito-reviews-header .bonito-type-section-title,
.bonito-locations .bonito-type-section-title,
.bonito-features-header .bonito-type-section-title {
  line-height: 1.2em;
}

/* Paragrafy — line-height 1.4em */
p,
.bonito-hero-subtitle,
.bonito-type-subtitle,
.bonito-type-body,
.bonito-type-body-lg,
.bonito-type-body-xl,
.bonito-features-card-text,
.bonito-fleet-header .bonito-type-subtitle,
.bonito-review-text,
.bonito-locations .bonito-type-subtitle,
.bonito-location-address,
.bonito-location-card-address,
.bonito-footer-newsletter p {
  line-height: 1.4em;
}

/* Main content */
#main-content {
  padding-top: 16px;
}

/* ===== DESIGN TOKENS ===== */
:root,
.bonito-page {
  /* Colors */
  --bc-bg: #f2f2ee;
  --bc-slate-900: #0f172a;
  --bc-slate-800: #1e293b;
  --bc-slate-700: #334155;
  --bc-slate-600: #475569;
  --bc-slate-500: #64748b;
  --bc-slate-400: #94a3b8;
  --bc-slate-300: #cbd5e1;
  --bc-slate-200: #e2e8f0;
  --bc-slate-100: #f1f5f9;
  --bc-slate-50: #f8fafc;
  --bc-lime: #aeea2e;
  --bc-lime-hover: #bef264;
  --bc-white: #ffffff;
  --bc-black: #0f1115;
  --bc-indigo: #4338ca;
  --bc-indigo-light: #e0e7ff;

  /* Typography — section titles */
  --bc-title-size-mobile: 1.875rem;
  --bc-title-size-desktop: 3rem;
  --bc-title-weight: 500;
  --bc-title-tracking: -0.025em;
  --bc-title-color: var(--bc-slate-900);

  /* Typography — card titles (h3) */
  --bc-card-title-size: 32px;
  --bc-card-title-weight: 500;
  --bc-card-title-tracking: -0.025em;

  /* Typography — kickers */
  --bc-kicker-size: 12px;
  --bc-kicker-weight: 500;
  --bc-kicker-color: #64748b;
  --bc-kicker-tracking: 2px;
  --bc-kicker-transform: uppercase;

  /* Typography — subtitles */
  --bc-subtitle-size: 1.25rem;
  --bc-subtitle-size-mobile: 1rem;
  --bc-subtitle-weight: 300;
  --bc-subtitle-color: var(--bc-slate-500);

  /* Typography — body/description text (base 16px: 15 / 18 / 20px) */
  --bc-body-size: 0.9375rem;
  --bc-body-size-lg: 1.125rem;
  --bc-body-size-xl: 1.25rem;
  --bc-body-color: var(--bc-slate-600);
  --bc-body-line-height: 1.5;

  /* Spacing — sections */
  --bc-section-py: 5rem;
  --bc-section-px: 1.5rem;
  --bc-section-gap: 0;

  /* Spacing — between title and content */
  --bc-title-mb: 1.5rem;
  --bc-subtitle-mt: 0.75rem;

  /* Buttons — shared */
  --bc-btn-radius: 9999px;
  --bc-btn-font-size: 1rem;
  --bc-btn-font-weight: var(--bc-title-weight);
  --bc-btn-py: 1rem;
  --bc-btn-px: 2rem;

  /* Buttons — small variant */
  --bc-btn-sm-font-size: 0.875rem;
  --bc-btn-sm-py: 0.5rem;
  --bc-btn-sm-px: 1rem;

  /* Buttons — primary */
  --bc-btn-primary-bg: var(--bc-lime);
  --bc-btn-primary-color: var(--bc-slate-900);
  --bc-btn-primary-shadow: 0 10px 15px -3px rgba(174,234,46,0.2);
  --bc-btn-primary-hover-bg: var(--bc-lime-hover);
  --bc-btn-primary-hover-shadow: 0 14px 20px -4px rgba(174,234,46,0.3);

  /* Buttons — outline */
  --bc-btn-outline-bg: var(--bc-white);
  --bc-btn-outline-color: var(--bc-slate-900);
  --bc-btn-outline-border: 1px solid var(--bc-slate-200);
  --bc-btn-outline-shadow: 0 1px 2px rgba(0,0,0,0.05);
  --bc-btn-outline-hover-bg: var(--bc-slate-50);
  --bc-btn-outline-hover-border-color: var(--bc-slate-300);

  /* Cards */
  --bc-card-radius: 1.5rem;
  --bc-card-radius-lg: 2.5rem;
  --bc-card-padding: 2rem;
  --bc-card-shadow: 0 4px 6px -1px rgba(0,0,0,0.05), 0 10px 15px -3px rgba(0,0,0,0.05);
  --bc-card-shadow-hover: 0 10px 25px -5px rgba(0,0,0,0.1);

  /* Section inner max-width */
  --bc-inner-max-width: 80rem;

  /* Typography — compact headings */
  --bc-card-title-size-sm: 1.125rem;
  --bc-subsection-title-size-mobile: 1.5rem;
  --bc-subsection-title-size-desktop: 2rem;
  --bc-step-index-size: 2.25rem;
}

/* Hero wrapper */
.bonito-hero-wrapper {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.5rem 1.5rem;
}

.bonito-hero-wrapper h1 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.bonito-hero-sticky-wrap {
  height: 400vh;
  position: relative;
}

.bonito-hero-sticky-wrap .bonito-hero-wrapper {
  position: sticky;
  top: 0;
  min-height: 100vh;
}

.bonito-hero-sticky-wrap .bonito-scroll-car {
  min-height: 100vh;
}

.bonito-hero-sticky-wrap .bonito-scroll-car-inner {
  min-height: 100vh;
}

/* Tymczasowo ukryta animacja auta na stronie głównej — skracamy wrapper, żeby nie było pustego scrollu */
.bonito-front-page .bonito-scroll-car {
  display: none;
}
.bonito-front-page .bonito-hero-sticky-wrap {
  height: 100vh;
}

@media (max-width: 767px) {
  .bonito-hero-wrapper {
    padding-bottom: 0.75rem;
  }
}

.bonito-hero-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--bc-slate-900);
  border-radius: 2rem;
  overflow: hidden;
  min-height: 85vh;
}

@media (min-width: 768px) {
  .bonito-hero-inner { border-radius: 3.5rem; }
}

/* Header — globalny, nad całą stroną */
body.bonito-theme {
  position: relative;
}

.bonito-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1rem;
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.bonito-header.bonito-header--hidden {
  transform: translateY(-100%);
}

.bonito-header-constraint {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.5rem;
}

@media (min-width: 640px) {
  .bonito-header-constraint { padding: 0 1rem; }
}

@media (min-width: 1024px) {
  .bonito-header-constraint { padding: 0 1.5rem; }
}

/* Padding pod header na podstronach (nie front) */
body.bonito-theme:not(.bonito-front-page) main {
  padding-top: 6rem;
}

@media (min-width: 768px) {
  .bonito-header { padding: 1.5rem; }
}

@media (min-width: 1024px) {
  .bonito-header { padding: 2rem; }
}

.bonito-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  background: rgba(15,23,42,0.4);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 9999px;
  backdrop-filter: blur(24px);
  transition: border-radius 0.3s ease;
}

@media (max-width: 1023px) {
  .bonito-header--open .bonito-header-bar {
    border-radius: 24px 24px 0 0 !important;
  }

  .bonito-header--open .bonito-header-constraint .bonito-header-bar {
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
}

.bonito-logo {
  display: flex;
  align-items: baseline;
  gap: 2px;
  color: white;
  text-decoration: none;
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .bonito-logo { margin-left: 1.5rem; }
}

.bonito-logo__bold {
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 2px solid white;
  line-height: 1;
  padding-bottom: 2px;
}

.bonito-logo__light {
  font-size: 1.25rem;
  font-weight: 300;
}

.bonito-logo__img {
  height: 2rem;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .bonito-logo__bold,
  .bonito-logo__light { font-size: 0.75rem; }
  .bonito-logo__img { height: 1.2rem; }
}

@media (min-width: 768px) {
  .bonito-logo__bold,
  .bonito-logo__light { font-size: 1.5rem; }
  .bonito-logo__img { height: 2.25rem; }
}

#bonito-nav.bonito-nav,
.bonito-nav {
  display: none;
  align-items: center;
  gap: 2rem;
  padding: 0.5rem 2rem;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 9999px;
}

@media (min-width: 1024px) {
  #bonito-nav.bonito-nav,
  .bonito-nav { display: flex; }

  .bonito-nav a,
  .bonito-nav .bonito-nav-list a,
  .bonito-nav .nav-menu a {
    font-size: 16px;
    font-weight: 500;
  }
}

/* Mobile nav — sztywna wysokość header-bar, overflow hidden odsłania/zasłania linki */
@media (max-width: 1023px) {
  .bonito-header-bar {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    align-content: start;
    align-items: start;
    height: 64px;
    overflow: hidden;
    transition: height 0.35s ease;
  }

  .bonito-header--open .bonito-header-bar {
    height: 430px;
  }

  .bonito-header-bar > .bonito-logo {
    grid-column: 1;
    grid-row: 1;
    margin-top: 14px;
  }
  .bonito-header-bar > .bonito-header-actions { grid-column: 2; grid-row: 1; }
  .bonito-header-bar > .bonito-nav,
  #bonito-nav.bonito-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    order: unset;
    flex-basis: unset;
    min-height: 0;
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
    padding: 0 1.5rem;
    margin: 0 -0.5rem;
    margin-top: 128px;
    border: none;
    border-top: none;
    border-radius: 0 0 24px 24px;
    background-color: transparent;
  }

  .bonito-header--open .bonito-nav {
    padding: 1rem 1.5rem 1.5rem;
    margin: 128px -0.5rem -0.5rem;
  }

  .bonito-nav .bonito-nav-list,
  .bonito-nav .nav-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .bonito-nav .bonito-nav-list li,
  .bonito-nav .nav-menu li {
    display: block;
    width: 100%;
  }

  .bonito-nav-list li a,
  .bonito-nav .bonito-nav-list li a,
  .bonito-nav .nav-menu li a {
    display: block;
    padding: 0;
    font-size: 20px;
    font-weight: var(--bc-title-weight);
    color: white !important;
    text-decoration: none !important;
    border: none;
    text-align: left;
  }

  .bonito-nav li:last-child a {
    border-bottom: none;
  }
}

@media (min-width: 1280px) {
  .bonito-nav { gap: 2.5rem; }
}

.bonito-nav .bonito-nav-list,
.bonito-nav .nav-menu {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 1280px) {
  .bonito-nav .bonito-nav-list,
  .bonito-nav .nav-menu { gap: 2.5rem; }
}

.bonito-nav a {
  font-size: 20px;
  font-weight: var(--bc-title-weight);
  color: white;
  text-decoration: none !important;
}

.bonito-nav a:hover,
.bonito-nav .bonito-nav-list a:hover,
.bonito-nav .nav-menu a:hover {
  color: #aeea2e !important;
  text-decoration: none !important;
}

/* Header na stronie głównej — granatowy, biały tekst na ciemnym hero */
body.bonito-front-page .bonito-header-bar {
  background: rgba(15,23,42,0.5);
  border-color: rgba(255,255,255,0.1);
}

body.bonito-front-page .bonito-logo,
body.bonito-front-page .bonito-logo__bold,
body.bonito-front-page .bonito-logo__light {
  color: white;
}

body.bonito-front-page .bonito-logo__img {
  filter: brightness(0) invert(1);
}

body.bonito-front-page .bonito-logo__bold {
  border-bottom-color: white;
}

body.bonito-front-page .bonito-nav a {
  color: white;
}

body.bonito-front-page .bonito-nav a:hover,
body.bonito-front-page .bonito-nav .bonito-nav-list a:hover,
body.bonito-front-page .bonito-nav .nav-menu a:hover {
  color: #aeea2e !important;
  text-decoration: none !important;
}

body.bonito-front-page button.bonito-btn-nav-header--toggle {
  color: white;
  background: transparent;
}

body.bonito-front-page button.bonito-btn-nav-header--toggle:hover {
  background: transparent;
}

/* Portal na front page — ignoruj biały kolor headera */
body.bonito-front-page .bonito-header-actions a.bonito-btn-nav-header {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
}
body.bonito-front-page .bonito-header-actions a.bonito-btn-nav-header:hover {
  background: #bef264 !important;
  color: #0f172a !important;
}

.bonito-header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Header — portal (lime pill) */
.bonito-header-actions a.bonito-btn-nav-header,
a.bonito-btn-nav-header {
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: var(--bc-title-weight);
  color: #0f172a !important;
  background: #aeea2e !important;
  border-radius: 9999px;
  text-decoration: none !important;
  border: none !important;
  -webkit-text-fill-color: #0f172a !important;
}

.bonito-header-actions a.bonito-btn-nav-header:hover,
.bonito-header-actions a.bonito-btn-nav-header:focus,
.bonito-header-actions a.bonito-btn-nav-header:active,
a.bonito-btn-nav-header:hover,
a.bonito-btn-nav-header:focus,
a.bonito-btn-nav-header:active {
  color: #0f172a !important;
  background: #bef264 !important;
  text-decoration: none !important;
  -webkit-text-fill-color: #0f172a !important;
}

.bonito-btn-nav-header svg {
  fill: #0f172a;
  stroke: #0f172a;
  color: #0f172a;
}

@media (min-width: 640px) {
  .bonito-header-actions a.bonito-btn-nav-header,
  a.bonito-btn-nav-header { display: inline-flex; }
}

/* Header — mobile menu toggle */
button.bonito-btn-nav-header--toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem 0.75rem 0.75rem;
  color: white;
  background: transparent;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  position: relative;
}

button.bonito-btn-nav-header--toggle:hover {
  background: transparent;
}

/* Burger — dwie linie krzyżujące się w X */
.bonito-btn-menu-lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 11px;
  transition: transform 0.2s ease;
}

.bonito-btn-menu-line {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transform-origin: center;
  transition: transform 0.3s ease;
}

.bonito-btn-menu-line--top {
  transform: translateY(0) rotate(0);
}

.bonito-btn-menu-line--bottom {
  transform: translateY(0) rotate(0);
}

.bonito-header--open .bonito-btn-menu-line--top {
  transform: translateY(4.5px) rotate(45deg);
}

.bonito-header--open .bonito-btn-menu-line--bottom {
  transform: translateY(-4.5px) rotate(-45deg);
}

@media (min-width: 1024px) {
  button.bonito-btn-nav-header--toggle { display: none; }
}

/* Hero — zdjęcie i overlay bezpośrednio w .bonito-hero-inner */
.bonito-hero-bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.5;
}

.bonito-hero-gradient-1 {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top right, #0f172a 29%, rgb(255 255 255 / 0%) 60%);
}

/* Hero content */
.bonito-hero-content {
  position: absolute;
  inset: 0;
  z-index: 10;
  padding: 24px;
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}

@media (max-width: 767px) {
  .bonito-hero-content {
    padding-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .bonito-hero-content {
    padding: 12rem 3rem 5rem;
    padding-left: 96px;
    justify-content: center;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .bonito-hero-content {
    padding: 14rem 3rem 5rem;
    padding-left: 96px;
  }
}

.bonito-hero-content-inner {
  max-width: none;
  width: 100%;
  height: 100%;
}

.bonito-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  border-radius: 9999px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 10px;
  font-weight: var(--bc-title-weight);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bonito-hero-title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.025em;
  margin-bottom: 2rem;
  color: white;
}

.bonito-hero-title__line1,
.bonito-hero-title__gradient {
  display: block;
}

.bonito-hero-title__gradient {
  background: linear-gradient(to right, var(--bc-lime), white);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.bonito-hero-title--block .bonito-hero-title__gradient {
  display: block;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .bonito-hero-title { font-size: 4.5rem; }
}

@media (min-width: 1024px) {
  .bonito-hero-title { font-size: 5rem; }
}

.bonito-hero-subtitle {
  font-size: 1.125rem;
  font-weight: 300;
  color: rgba(226,232,240,0.95);
  margin-bottom: 3rem;
  max-width: 42rem;
}

@media (min-width: 768px) {
  .bonito-hero-subtitle { font-size: 1.25rem; }
}

.bonito-hero-buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: 0;
  align-items: stretch;
  width: 100%;
}

.bonito-hero-buttons-row {
  display: flex;
  flex-direction: column;
  vertical-align: top;
  gap: 1.5rem;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .bonito-hero-buttons-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
}
.bonito-hero-apps {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .bonito-hero-apps {
    margin-right: 2rem;
  }
}
.bonito-hero-app {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.bonito-hero-app img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  opacity: 0.9;
}
.bonito-hero-app--bliq .bonito-hero-app-label {
  font-size: 0.875rem;
  font-weight: var(--bc-title-weight);
  color: white;
  letter-spacing: 0.02em;
}
.bonito-hero-buttons .bonito-btn-cta,
.bonito-hero-buttons .bonito-btn-ghost,
.bonito-hero-buttons .bonito-btn-hero-text {
  width: 100%;
  justify-content: center;
}

@media (min-width: 768px) {
  .bonito-hero-buttons {
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 5rem;
    width: auto;
  }

  .bonito-hero-buttons .bonito-btn-cta,
  .bonito-hero-buttons .bonito-btn-ghost,
  .bonito-hero-buttons .bonito-btn-hero-text {
    width: auto;
  }
}

/* Site button kinds: .bonito-btn-cta | .bonito-btn-ghost | .bonito-btn-card | .bonito-btn-nav-header | .bonito-btn-nav-footer
   CTAs / ghost / card actions: text first, then bonito_icon('arrow-right') only; radius --bc-btn-radius (full pill). */

.bonito-btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: var(--bc-btn-py) var(--bc-btn-px);
  font-size: var(--bc-btn-font-size);
  font-weight: var(--bc-btn-font-weight);
  color: var(--bc-btn-primary-color);
  background: var(--bc-btn-primary-bg);
  border: none;
  border-radius: var(--bc-btn-radius);
  text-decoration: none !important;
  box-shadow: var(--bc-btn-primary-shadow);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.bonito-btn-cta:hover {
  background: var(--bc-btn-primary-hover-bg);
  transform: translateY(-2px);
  box-shadow: var(--bc-btn-primary-hover-shadow);
}
.bonito-btn-cta:active {
  transform: translateY(0);
}

/* Size variants */
.bonito-btn-sm {
  padding: var(--bc-btn-sm-py) var(--bc-btn-sm-px);
  font-size: var(--bc-btn-sm-font-size);
}

/* Transparent / glass — dark sections (CTA strip, hero); light surfaces use scoped rules below */
.bonito-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: var(--bc-btn-py) var(--bc-btn-px);
  font-size: var(--bc-btn-font-size);
  font-weight: var(--bc-btn-font-weight);
  color: white;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--bc-btn-radius);
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.bonito-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}
.bonito-hero .bonito-btn-ghost {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
}
.bonito-hero .bonito-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
}

.bonito-features-cta .bonito-btn-ghost {
  color: var(--bc-btn-outline-color);
  background: var(--bc-btn-outline-bg);
  border: var(--bc-btn-outline-border);
  border-radius: var(--bc-btn-radius);
  box-shadow: var(--bc-btn-outline-shadow);
  font-weight: var(--bc-btn-font-weight);
}
.bonito-features-cta .bonito-btn-ghost:hover {
  background: var(--bc-btn-outline-hover-bg);
  border-color: var(--bc-btn-outline-hover-border-color);
  color: var(--bc-btn-outline-color);
  transform: translateY(-1px);
}

.bonito-btn-hero-text {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 500;
  color: white;
  background: none;
  border: none;
  border-radius: 0;
  text-decoration: none !important;
}

.bonito-btn-hero-text:hover {
  text-decoration: underline !important;
  color: white;
  background: none;
}

/* Scroll Car — sekcja pod hero (animacja przy scrollu) */
.bonito-scroll-car {
  min-height: 200vh;
  overflow: hidden;
  position: relative;
}

.bonito-scroll-car-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  min-height: 200vh;
}

.bonito-scroll-car-inner--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: auto;
  margin: 0;
  padding: 0 1.5rem;
}

.bonito-scroll-car-inner--fixed .bonito-scroll-car-track {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.bonito-scroll-car-track {
  position: relative;
  width: 100%;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
}

.bonito-scroll-car-vehicle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 800px;
  max-width: 90vw;
  height: 400px;
  pointer-events: none;
  will-change: transform;
}

.bonito-scroll-car-body {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom left;
}

.bonito-scroll-car-wheel {
  position: absolute;
  bottom: 0;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
}

.bonito-scroll-car-wheel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bonito-scroll-car-wheel--front {
  left: calc(71% + 25px);
  top: calc(38% + 27px);
}

.bonito-scroll-car-wheel--rear {
  left: calc(15% - 24px);
  top: calc(38% + 27px);
}

/* Wybierz model współpracy — karty 1040px, sticky stack */
.bonito-wybierz-model {
  padding: var(--bc-section-py) 0;
}
.bonito-wybierz-model-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.bonito-wybierz-model-inner > .bonito-type-section-title {
  text-align: center;
  margin: 0 0 3rem;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.bonito-wybierz-model-stack {
  position: relative;
}
.bonito-wybierz-model-card {
  position: sticky;
  top: var(--wybierz-sticky-top, 200px);
  z-index: var(--wybierz-z, 1);
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 2rem;
  background: white;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05), 0 10px 15px -3px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}
.bonito-wybierz-model-card:hover {
  transform: translateY(-4px);
}
.bonito-wybierz-model-card:last-child {
  margin-bottom: 0;
}
.bonito-wybierz-model-card-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
@media (max-width: 767px) {
  .bonito-wybierz-model-card-inner {
    grid-template-columns: 1fr;
  }
  .bonito-wybierz-model-card-media { order: 1; min-height: 200px; aspect-ratio: 16/10; }
  .bonito-wybierz-model-card-content {
    order: 2;
    padding: 1.5rem;
  }
}
.bonito-wybierz-model-card-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/10;
  align-self: start;
  flex-shrink: 0;
}
.bonito-wybierz-model-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  border: 4px solid #ffffff;
}
.bonito-wybierz-model-card-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
}
.bonito-wybierz-model-card-content {
  padding: 64px 64px 32px 64px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.bonito-wybierz-model-card .bonito-type-card-title {
  margin: 0;
}
.bonito-wybierz-model-card-desc {
  margin: 0;
}
.bonito-wybierz-model-card-detail {
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.bonito-wybierz-model-card-detail ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  color: var(--bc-slate-700);
}
.bonito-wybierz-model-card-detail li { margin: 0.25rem 0; }

/* Small neutral pill in cards (locations, compact plan links); same full-round radius as CTA */
.bonito-btn-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  align-self: flex-start;
  padding: 0.625rem 1rem;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: var(--bc-title-weight);
  line-height: 1.25;
  color: var(--bc-slate-900);
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: var(--bc-btn-radius);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: none;
}

.bonito-wybierz-model-card-content .bonito-btn-cta {
  margin-top: 1rem;
}

.bonito-btn-card:hover {
  background: #e2e8f0;
  border-color: #cbd5e1;
}

.bonito-btn-card:focus-visible {
  outline: 2px solid var(--bc-slate-400);
  outline-offset: 2px;
}

.bonito-btn-card svg {
  display: block;
  flex-shrink: 0;
  color: currentColor;
}

.bonito-btn-card-label {
  white-space: nowrap;
}
.bonito-wybierz-model-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 4rem 0 0;
  padding-top: 2rem;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.bonito-wybierz-model-contact-msg {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  color: var(--bc-slate-900);
  letter-spacing: -0.025em;
  line-height: 1.2em;
}
.bonito-wybierz-model-contact-link {
  margin-top: 1.5rem;
}

.bonito-contact-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.bonito-contact-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.68);
}
.bonito-contact-popup-dialog {
  position: relative;
  max-width: 760px;
  margin: 4vh auto;
  background: #fff;
  border-radius: 2.5rem;
  padding: 2rem;
  width: min(92vw, 760px);
  max-height: 92vh;
  overflow-y: auto;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.08);
  border: 1px solid #f1f5f9;
}
@media (min-width: 768px) {
  .bonito-contact-popup-dialog {
    padding: 3rem;
  }
}
.bonito-contact-popup-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 0;
  background: #f1f5f9;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.bonito-contact-popup-title {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--bc-slate-900);
}
.bonito-popup-open {
  overflow: hidden;
}
.bonito-contact-popup .bonito-kontakt-form-fields {
  margin: 0;
}
.bonito-contact-popup .bonito-kontakt-fields-row {
  margin: 0;
}

/* Jak zacząć w 3 krokach */
.bonito-how-to-start {
  padding: var(--bc-section-py) 0;
  background: #fff;
}
.bonito-how-to-start-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.bonito-how-to-start-inner > .bonito-type-section-title {
  text-align: center;
  margin: 0 0 2.5rem;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
/* Mobile: pionowa linia czasu */
.bonito-how-to-start-timeline {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding-left: 2rem;
}
.bonito-how-to-start-timeline::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e2e8f0;
  border-radius: 1px;
}
/* Animated timeline fill overlay */
.bonito-how-to-start-timeline::after {
  content: '';
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--bc-lime);
  border-radius: 1px;
  transform-origin: top;
  animation: bc-timeline-fill 6s ease-in-out infinite;
}
@keyframes bc-timeline-fill {
  0%, 5% { transform: scaleY(0); }
  30%, 35% { transform: scaleY(0.33); }
  60%, 65% { transform: scaleY(0.66); }
  85%, 100% { transform: scaleY(1); }
}
.bonito-how-to-start-item {
  position: relative;
  padding-bottom: 2.5rem;
}
.bonito-how-to-start-item:last-child {
  padding-bottom: 0;
}
.bonito-how-to-start-dot {
  position: absolute;
  left: 12px;
  top: 0.5rem;
  width: 24px;
  height: 24px;
  transform: translateX(-50%);
  background: #cbd5e1;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #cbd5e1;
  transition: background 0.5s, box-shadow 0.5s;
  z-index: 2;
}
/* Sequential dot animation */
.bonito-how-to-start-item:nth-child(1) .bonito-how-to-start-dot {
  animation: bc-dot-activate 6s ease-in-out infinite;
}
.bonito-how-to-start-item:nth-child(2) .bonito-how-to-start-dot {
  animation: bc-dot-activate 6s ease-in-out 2s infinite;
}
.bonito-how-to-start-item:nth-child(3) .bonito-how-to-start-dot {
  animation: bc-dot-activate 6s ease-in-out 4s infinite;
}
@keyframes bc-dot-activate {
  0%, 5% { background: var(--bc-lime); box-shadow: 0 0 0 2px var(--bc-lime); }
  90%, 100% { background: var(--bc-lime); box-shadow: 0 0 0 2px var(--bc-lime); }
}
.bonito-how-to-start-content {
  padding-left: 2rem;
}
.bonito-how-to-start-num {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  color: var(--bc-lime);
  margin-bottom: 0.25rem;
}
.bonito-how-to-start-content .bonito-type-card-title {
  margin: 0 0 0.5rem;
}
.bonito-how-to-start-content .bonito-type-body {
  color: var(--bc-slate-600);
  margin: 0;
}
/* CTA button under how-to-start */
.bonito-how-to-start-cta {
  text-align: center;
  margin-top: 3rem;
}

/* Desktop: pozioma linia czasu */
@media (min-width: 768px) {
  .bonito-how-to-start-timeline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
    max-width: 100%;
    padding-left: 0;
    padding-top: 2rem;
  }
  .bonito-how-to-start-timeline::before {
    left: 10%;
    right: 10%;
    top: 2rem;
    bottom: auto;
    width: auto;
    height: 2px;
  }
  .bonito-how-to-start-timeline::after {
    left: 10%;
    right: 10%;
    top: 2rem;
    bottom: auto;
    width: auto;
    height: 2px;
    transform-origin: left;
    animation-name: bc-timeline-fill-h;
  }
  .bonito-how-to-start-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .bonito-how-to-start-dot {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    flex-shrink: 0;
    margin-bottom: 1.25rem;
    z-index: 2;
  }
  .bonito-how-to-start-content {
    padding-left: 0;
  }
  .bonito-how-to-start-num {
    font-size: 96px;
    margin-bottom: 0.35rem;
  }
}

@keyframes bc-timeline-fill-h {
  0%, 5% { transform: scaleX(0); }
  30%, 35% { transform: scaleX(0.33); }
  60%, 65% { transform: scaleX(0.66); }
  85%, 100% { transform: scaleX(1); }
}

/* Accordion — wierny wygląd FAQ ze strony głównej (wszystkie podstrony) */
.bonito-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

details.bonito-accordion-item {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

details.bonito-accordion-item[open] {
  border-color: rgba(174, 234, 46, 0.3);
  box-shadow: 0 0 0 1px rgba(174, 234, 46, 0.15);
}

.bonito-accordion-summary {
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-family: inherit;
  font-weight: var(--bc-title-weight);
  color: var(--bc-slate-900);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  user-select: none;
}

.bonito-accordion-summary::-webkit-details-marker {
  display: none;
}

/* Nadpisanie UA (summary często „bold” / ~600) — jak reszta tytułów w motywie (500) */
.bonito-accordion-question {
  flex: 1;
  text-align: left;
  line-height: 1.45;
  font-family: inherit;
  font-size: inherit;
  font-weight: var(--bc-title-weight);
}

/* Ikona jak na home: sama strzałka, obrót — bez kółka tła */
.bonito-accordion-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

details.bonito-accordion-item[open] .bonito-accordion-icon {
  transform: rotate(180deg);
}

.bonito-accordion-answer {
  padding: 0 1.25rem 1rem;
  font-size: var(--bc-body-size);
  font-family: inherit;
  font-weight: 400;
  color: var(--bc-body-color);
  line-height: var(--bc-body-line-height);
  overflow: hidden;
}

.bonito-accordion-answer p,
.bonito-accordion-answer li {
  font-weight: 400;
}

.bonito-accordion-answer strong,
.bonito-accordion-answer b {
  font-weight: var(--bc-title-weight);
}

/* FAQ (strona główna) — tylko layout sekcji */
.bonito-faq-front.bonito-faq {
  padding: var(--bc-section-py) 0;
}
.bonito-faq-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.bonito-faq-inner > .bonito-type-section-title {
  text-align: center;
  margin: 0 0 2rem;
}
.bonito-faq-more {
  text-align: center;
  margin: 2.5rem 0 0;
}
.bonito-faq-more .bonito-btn-cta {
  display: inline-flex;
}

/* FAQ — pełna strona (/faq) */
.bonito-faq-page {
  padding: var(--bc-section-py) 0;
}
.bonito-faq-page-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.bonito-faq-page-header {
  text-align: center;
  margin-bottom: 3rem;
}
.bonito-faq-page-title {
  margin: 0.5rem 0 0;
}
.bonito-faq-page-intro {
  margin: 1rem auto 0;
  max-width: 640px;
}
.bonito-faq-page-block {
  margin-bottom: 2.75rem;
}
.bonito-faq-page-block:last-child {
  margin-bottom: 0;
}
.bonito-faq-page-category-title {
  font-size: 1.25rem;
  font-weight: var(--bc-title-weight);
  color: var(--bc-slate-900);
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.bonito-faq-page-empty {
  text-align: center;
  color: var(--bc-slate-500);
  margin: 2rem 0;
}

/* BonitoCars w liczbach (kafle) */
.bonito-stats {
  padding: var(--bc-section-py) 0;
  background: var(--bc-slate-50);
}
.bonito-stats-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}
.bonito-stats .bonito-section-kicker {
  margin-bottom: 0.5rem;
}
.bonito-stats-inner > .bonito-type-section-title {
  margin: 0 auto 64px;
  max-width: 900px;
}
.bonito-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 64px;
}
.bonito-stats-card {
  background: #fff;
  border-radius: 24px;
  padding: 2rem;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.bonito-stats-card-value {
  font-size: 2.5rem;
  font-weight: var(--bc-title-weight);
  color: var(--bc-slate-900);
  line-height: 1.1;
}
.bonito-stats-card-label {
  font-size: 0.9375rem;
  color: var(--bc-slate-600);
  margin-top: 0.25rem;
}
.bonito-stats-inner > .bonito-type-card-title {
  margin: 0 0 1rem;
}
.bonito-stats-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.5rem;
  font-size: 0.9375rem;
  color: var(--bc-slate-700);
}
.bonito-stats-bullets li { margin: 0; }

/* Flota — karty 3 samochodów (strona główna) */
.bonito-fleet-cars {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .bonito-fleet-cars { grid-template-columns: repeat(3, 1fr); }
}
.bonito-fleet-car-card {
  background: #fff;
  border-radius: 24px;
  padding: 1.5rem;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.bonito-fleet-car-name {
  font-size: 1.25rem;
  font-weight: var(--bc-title-weight);
  color: var(--bc-slate-900);
  margin: 0 0 0.5rem;
}
.bonito-fleet-car-desc {
  font-size: 0.9375rem;
  color: var(--bc-slate-600);
  margin: 0 0 0.75rem;
  line-height: 1.5;
}
.bonito-fleet-car-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  color: var(--bc-slate-700);
}
.bonito-fleet-car-bullets li { margin: 0.25rem 0; }
.bonito-fleet-footer {
  font-size: 0.9375rem;
  color: var(--bc-slate-600);
  margin: 0 auto 2rem;
  line-height: 1.5;
  max-width: 720px;
  text-align: center;
}

/* Features — rozwijana lista (strona główna) */
.bonito-features-card-expand {
  margin-top: 0.75rem;
  border-top: 1px solid rgba(0,0,0,0.06);
  padding-top: 0.75rem;
}
.bonito-features-card-expand-summary {
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: var(--bc-title-weight);
  color: var(--bc-slate-700);
  list-style: none;
}
.bonito-features-card-expand-summary::-webkit-details-marker { display: none; }
.bonito-features-card-expand-list {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  color: var(--bc-slate-600);
}
.bonito-features-card-expand-list li { margin: 0.25rem 0; }

/* Partners */
.bonito-partners {
  padding: 4rem 0;
}

.bonito-partners-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.bonito-partners .bonito-section-kicker {
  margin-bottom: 3rem;
}

.bonito-partners-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .bonito-partners-logos { gap: 6rem; }
}

.bonito-partner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bonito-partner-logo {
  height: 2.5rem;
  width: auto;
  max-width: 8rem;
  object-fit: contain;
  display: block;
}

/* Oferta */
.bonito-oferta {
  padding: 4rem 1rem 0;
}

.bonito-oferta-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  cursor: grab;
}

.bonito-oferta-row {
  position: relative;
  transition: transform 0.3s;
}

 .bonito-oferta-full-wrapper {
  max-width: 1600px;
  margin: 3rem auto 0;
  padding: 0;
}

.bonito-oferta-row--split .bonito-oferta-row-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

#oferta .bonito-oferta-row--image-left .bonito-oferta-row-inner,
#oferta .bonito-oferta-row--image-right .bonito-oferta-row-inner {
  background-color: #ffffff;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border: 1px solid rgba(148,163,184,0.18);
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  overflow: hidden;
}

#oferta .bonito-oferta-row-inner {
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

@media (max-width: 767px) {
  .bonito-oferta-row--split .bonito-oferta-row-inner {
    grid-template-columns: 1fr;
  }
}

.bonito-oferta-media {
  width: 100%;
  padding: 4px;
  border-radius: 2.25rem;
  background: #ffffff;
}

.bonito-oferta-media-ratio {
  position: relative;
  width: 100%;
  padding-top: 66.6667%;
  border-radius: 28px;
  overflow: hidden;
}

.bonito-oferta-media-ratio img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bonito-oferta-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#oferta .bonito-oferta-content {
  max-width: 600px;
}

.bonito-oferta-row--image-right .bonito-oferta-content {
  padding-left: 40px;
}

.bonito-oferta-content .bonito-btn-cta {
  width: auto;
  align-self: flex-start;
}

.bonito-oferta-title {
  font-size: 1.875rem;
  font-weight: 500;
  color: var(--bc-slate-900);
  letter-spacing: -0.025em;
  margin: 0;
}

@media (min-width: 768px) {
  .bonito-oferta-title {
    font-size: 3rem;
  }
}

.bonito-oferta-text {
  font-size: 1.125rem;
  color: var(--bc-slate-600);
}

.bonito-oferta-row--full {
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
  min-height: 320px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  border: 1px solid rgba(15,23,42,0.22);
}

.bonito-oferta-full-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.bonito-oferta-full-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(15,23,42,0.9), rgba(15,23,42,0.3));
}

.bonito-oferta-full-content {
  position: relative;
  z-index: 1;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  align-items: flex-start;
  max-width: 42rem;
  color: white;
}

@media (min-width: 768px) {
  .bonito-oferta-full-content {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.bonito-oferta-row--full .bonito-oferta-title {
  color: white;
}

.bonito-oferta-row--full .bonito-oferta-text {
  color: rgba(226,232,240,0.95);
}

.bonito-oferta-row:hover {
  transform: translateY(-4px);
}

@media (max-width: 767px) {
  .bonito-oferta-inner {
    flex-direction: row;
    align-items: stretch;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    margin: 0 -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bonito-oferta-inner::-webkit-scrollbar {
    display: none;
  }

  .bonito-oferta-row {
    flex: 0 0 85vw;
    scroll-snap-align: center;
    display: flex;
  }

  .bonito-oferta-row--split .bonito-oferta-row-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .bonito-oferta-row--full {
    flex: 0 0 100vw;
  }

  #oferta .bonito-oferta-row--split .bonito-oferta-content {
    padding: 24px 20px 24px;
  }
}

@media (max-width: 767px) {
  #main-content .bonito-cta-lead .bonito-cta-lead-inner {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .bonito-cta-lead h2 {
    font-size: 40px !important;
  }

  #main-content .bonito-locations .bonito-locations-inner {
    padding-left: 0;
    padding-right: 0;
  }

  #main-content .bonito-fleet .bonito-fleet-inner {
    padding-left: 0;
    padding-right: 0;
  }

  #main-content .bonito-features .bonito-features-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Features */
.bonito-features {
  padding: var(--bc-section-py) 1rem;
  overflow: hidden;
}

.bonito-features-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Kicker — base styles in unified rule at top of file */

.bonito-features-header {
  margin-bottom: 4rem;
  max-width: 48rem;
}

.bonito-features-header .bonito-type-section-title {
  margin-bottom: 1.5rem;
}

.bonito-features .bonito-features-header .bonito-type-section-title {
  margin-bottom: 0;
}

.bonito-features .bonito-features-header .bonito-type-subtitle {
  margin-top: 12px;
}

.bonito-features-grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding-bottom: 3rem;
  margin: 0 -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: grab;
  scrollbar-gutter: stable;
}

.bonito-features-card {
  scroll-snap-align: center;
  flex: 0 0 calc((100vw - 3rem - 16px * 3) / 3.5);
  min-width: 280px;
  min-height: 420px;
  padding: 2.5rem;
  border-radius: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s;
}

.bonito-features-card:hover {
  transform: translateY(-4px);
}

.bonito-features-card--lime { background: var(--bc-lime); }
.bonito-features-card--dark { background: var(--bc-black); }
.bonito-features-card--indigo { background: var(--bc-indigo-light); }
.bonito-features-card--white {
  background: var(--bc-white);
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.15);
}

.bonito-features-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.bonito-features-card-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bonito-features-card--lime .bonito-features-card-icon {
  background: rgba(0,0,0,0.1);
  color: var(--bc-slate-900);
}

.bonito-features-card--dark .bonito-features-card-icon {
  background: rgba(255,255,255,0.1);
  color: white;
}

.bonito-features-card--indigo .bonito-features-card-icon {
  background: white;
  color: var(--bc-indigo);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.bonito-features-card--white .bonito-features-card-icon {
  background: #f1f5f9;
  color: var(--bc-slate-900);
}

.bonito-features-card-label {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.bonito-features-card--lime .bonito-features-card-label { color: rgba(15,23,42,0.7); }
.bonito-features-card--dark .bonito-features-card-label { color: rgba(255,255,255,0.6); }
.bonito-features-card--indigo .bonito-features-card-label { color: rgba(67,56,202,0.7); }
.bonito-features-card--white .bonito-features-card-label { color: var(--bc-slate-500); }

.bonito-features-card .bonito-type-card-title {
  margin-bottom: 1rem;
}

.bonito-features-card--lime .bonito-type-card-title,
.bonito-features-card--white .bonito-type-card-title { color: var(--bc-slate-900); }
.bonito-features-card--dark .bonito-type-card-title { color: white; }
.bonito-features-card--indigo .bonito-type-card-title { color: #1e1b4b; }

.bonito-features-card--lime .bonito-features-card-text { color: rgba(30,41,59,0.8); font-weight: 500; }
.bonito-features-card--dark .bonito-features-card-text { color: var(--bc-slate-400); }
.bonito-features-card--indigo .bonito-features-card-text { color: rgba(67,56,202,0.8); font-weight: 500; }
.bonito-features-card--white .bonito-features-card-text { color: var(--bc-slate-500); }

.bonito-features-cta {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

/* Fleet section */
.bonito-fleet {
  padding: var(--bc-section-py) 1rem;
}

.bonito-fleet-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.bonito-fleet-header .bonito-type-section-title {
  margin-bottom: 1.5rem;
}

.bonito-fleet-header .bonito-type-subtitle {
  margin-top: 12px;
  margin-bottom: 3rem;
}

.bonito-fleet-header {
  text-align: center;
}

.bonito-fleet-header .bonito-section-kicker {
  justify-content: center;
}

.bonito-fleet-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  border-top: 1px solid rgba(148,163,184,0.25);
  padding-top: 2.5rem;
  margin-bottom: 3rem;
}

.bonito-fleet-stat-value {
  font-size: 2.25rem;
  font-weight: var(--bc-title-weight);
  letter-spacing: -0.025em;
  margin-bottom: 0.5rem;
  color: var(--bc-lime);
}

.bonito-fleet-stat-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--bc-slate-500);
}

.bonito-fleet-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
}

.bonito-fleet-actions .bonito-btn-cta {
  padding: 0.875rem 1.5rem;
  font-size: 0.875rem;
}

.bonito-fleet-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--bc-slate-700);
  text-decoration: none;
}

.bonito-fleet-link:hover { color: var(--bc-lime); }

.bonito-fleet-gallery {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding-bottom: 3rem;
  margin: 0 -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: grab;
}

.bonito-fleet-gallery::-webkit-scrollbar {
  display: none;
}

.bonito-fleet-gallery-item {
  flex: 0 0 85vw;
  max-width: 85vw;
  scroll-snap-align: center;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.bonito-fleet-gallery-ratio {
  position: relative;
  width: 100%;
  padding-top: 150%;
  border-radius: 1.75rem;
  overflow: hidden;
  box-shadow: 0 20px 40px -20px rgba(15,23,42,0.35);
}

.bonito-fleet-gallery-ratio img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Gradient + tekst na zdjęciach (strona główna) */
.bonito-fleet-gallery-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  min-height: 200px;
  background: linear-gradient(to top, rgba(15,23,42,0.92) 0%, rgba(15,23,42,0.6) 40%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.bonito-fleet-gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.5rem 1.25rem 1.25rem;
  color: #fff;
  text-align: left;
}
.bonito-fleet-gallery-caption .bonito-type-card-title-sm {
  color: #fff;
  margin: 0 0 16px;
}
.bonito-fleet-gallery-caption-desc {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.9);
  margin: 0 0 0.5rem;
  line-height: 1.45;
}
.bonito-fleet-gallery-caption-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.85);
  text-align: left;
}
.bonito-fleet-gallery-caption-bullets li { margin: 0.15rem 0; }

/* Flota ze zdjęciami + opisami: desktop = hover/focus; wąski ekran / touch = aktywny slajd (JS) */
.bonito-fleet-gallery--overlay .bonito-fleet-gallery-gradient {
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.bonito-fleet-gallery--overlay .bonito-fleet-gallery-caption {
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {
  .bonito-fleet-gallery--overlay .bonito-fleet-gallery-gradient,
  .bonito-fleet-gallery--overlay .bonito-fleet-gallery-caption {
    transition-duration: 0.01ms;
  }
}

@media (max-width: 1023px), ((hover: none) and (min-width: 1024px)) {
  .bonito-fleet-gallery--overlay .bonito-fleet-gallery-gradient {
    opacity: 0;
  }
  .bonito-fleet-gallery--overlay .bonito-fleet-gallery-caption {
    opacity: 0;
    transform: translateY(100%);
  }
  .bonito-fleet-gallery--overlay .bonito-fleet-gallery-item.is-fleet-slide-active .bonito-fleet-gallery-gradient {
    opacity: 1;
  }
  .bonito-fleet-gallery--overlay .bonito-fleet-gallery-item.is-fleet-slide-active .bonito-fleet-gallery-caption {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (hover: hover) and (min-width: 1024px) {
  .bonito-fleet-gallery--overlay .bonito-fleet-gallery-gradient {
    opacity: 0;
  }
  .bonito-fleet-gallery--overlay .bonito-fleet-gallery-caption {
    opacity: 0;
    transform: translateY(100%);
  }
  .bonito-fleet-gallery--overlay .bonito-fleet-gallery-item:hover .bonito-fleet-gallery-gradient,
  .bonito-fleet-gallery--overlay .bonito-fleet-gallery-item:focus-within .bonito-fleet-gallery-gradient {
    opacity: 1;
  }
  .bonito-fleet-gallery--overlay .bonito-fleet-gallery-item:hover .bonito-fleet-gallery-caption,
  .bonito-fleet-gallery--overlay .bonito-fleet-gallery-item:focus-within .bonito-fleet-gallery-caption {
    opacity: 1;
    transform: translateY(0);
  }
}

.bonito-fleet-gallery--overlay .bonito-fleet-gallery-item:focus {
  outline: none;
}
.bonito-fleet-gallery--overlay .bonito-fleet-gallery-item:focus-visible {
  outline: 2px solid var(--bc-lime);
  outline-offset: 4px;
  border-radius: 1.75rem;
}

.bonito-fleet-gallery-item:hover {
  transform: translateY(-4px);
}

.bonito-dragging {
  cursor: grabbing !important;
}

@media (min-width: 1024px) {
  .bonito-fleet-gallery {
    justify-content: center;
  }

  .bonito-fleet-gallery-item {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .bonito-fleet-gallery-item {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (max-width: 767px) {
  .bonito-fleet-gallery-item {
    flex: 0 0 85vw;
    max-width: 85vw;
  }
}

/* TrustIndex widget — ukryj tekst filtra w stopce karty (klasy wtyczki) */
.ti-review-text-mode-readmore .ti-footer-filter-text {
  display: none;
}

/* Reviews */
.bonito-reviews {
  padding: var(--bc-section-py) 1rem;
  background: white;
  border-radius: 3rem;
  margin: 0 1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.bonito-reviews-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.bonito-reviews-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 4rem;
  gap: 0.5rem;
}

.bonito-reviews-header .bonito-section-kicker {
  margin-bottom: 0.5rem;
}

.bonito-reviews-header .bonito-type-section-title {
  margin-bottom: 0;
}

.bonito-reviews-header .bonito-type-subtitle {
  margin-top: 12px;
  max-width: 42rem;
}

.bonito-reviews-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: var(--bc-title-weight);
  color: var(--bc-slate-900);
  background: #f8fafc;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
}

.bonito-reviews-badge span {
  color: var(--bc-slate-400);
  font-weight: 400;
  margin-left: 0.25rem;
}

.bonito-reviews-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .bonito-reviews-grid { grid-template-columns: repeat(3, 1fr); }
}

.bonito-review-card {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 2rem;
}

.bonito-review-stars {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}

.bonito-review-stars .bonito-star-filled { color: #fbbf24; }
.bonito-review-stars .bonito-star-empty { color: #e2e8f0; opacity: 0.5; }

.bonito-review-text {
  font-size: 1.125rem;
  color: var(--bc-slate-700);
  margin-bottom: 2rem;
}

.bonito-review-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.bonito-review-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  object-fit: cover;
  background: #cbd5e1;
}

.bonito-review-name { font-weight: 500; color: var(--bc-slate-900); }
.bonito-review-role { font-size: 0.875rem; color: var(--bc-slate-500); }

/* Locations — karty z biurami */
.bonito-locations {
  padding: var(--bc-section-py) 1rem;
  background: #f8fafc;
}

#main-content .bonito-locations {
  background-color: transparent;
  display: flex;
  justify-content: center;
}

.bonito-locations-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

#main-content .bonito-locations .bonito-locations-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  width: 1280px;
}

.bonito-locations .bonito-section-kicker {
  margin-bottom: 0.5rem;
}

.bonito-locations .bonito-type-section-title {
  text-align: center;
  margin-bottom: 0;
}

.bonito-locations .bonito-type-subtitle {
  margin-top: 12px;
  margin-bottom: 4rem;
  max-width: 768px;
  text-align: center;
}

#main-content .bonito-locations .bonito-locations-inner .bonito-locations-cards {
  width: 100% !important;
}

.bonito-locations-cards .bonito-location-card a {
  border: none;
  background-color: #f1f5f9;
}

.bonito-locations-cards {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding-bottom: 3rem;
  margin: 0 -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.bonito-locations-cards::-webkit-scrollbar {
  display: none;
}

.bonito-location-card {
  flex: 0 0 85vw;
  max-width: 85vw;
  scroll-snap-align: center;
  flex-shrink: 0;
  background: white;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05), 0 10px 15px -3px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .bonito-location-card {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (max-width: 767px) {
  .bonito-location-card {
    flex: 0 0 85vw;
    max-width: 85vw;
  }
}

@media (min-width: 1024px) {
  .bonito-locations-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    overflow-x: visible;
    scroll-snap-type: none;
    padding-bottom: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    cursor: default;
    -ms-overflow-style: auto;
    scrollbar-width: auto;
  }

  .bonito-location-card {
    flex: none;
    max-width: none;
    scroll-snap-align: none;
  }
}

.bonito-location-card:hover {
  transform: translateY(-4px);
}

.bonito-location-card-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.bonito-location-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  border: 4px solid #ffffff;
}

.bonito-location-card-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
}

.bonito-location-card-city {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.375rem 1rem;
  background: var(--bc-slate-900);
  color: white;
  font-size: 0.875rem;
  font-weight: var(--bc-title-weight);
  border-radius: 9999px;
  border: 1px solid rgba(255,255,255,0.2);
}

.bonito-location-card-body {
  padding: 1.5rem;
}

.bonito-location-card-office {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: var(--bc-title-weight);
  color: var(--bc-slate-900);
  margin-bottom: 0.5rem;
}

.bonito-location-card-office svg {
  flex-shrink: 0;
  color: var(--bc-slate-500);
}

.bonito-location-card-address {
  font-size: 1rem;
  color: var(--bc-slate-500);
  margin-bottom: 1.25rem;
}

.bonito-location-card-actions {
  display: flex;
  gap: 0.75rem;
}

.bonito-location-card-actions .bonito-btn-card {
  margin-top: 0;
}

/* CTA Lead — ciemna sekcja z przyciskami */
.bonito-cta-lead {
  padding: var(--bc-section-py) 1rem;
  background: var(--bc-slate-900);
  border-radius: 3rem 3rem 0 0;
  margin-top: 3rem;
  margin-bottom: 48px;
}

#main-content .bonito-cta-lead {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
}

.bonito-cta-lead-inner {
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}

#main-content .bonito-cta-lead .bonito-cta-lead-inner {
  width: 1280px !important;
  max-width: 1280px;
  background-color: #0f172a;
  padding: 96px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bonito-cta-lead .bonito-cta-lead-text {
  max-width: 768px;
}

.bonito-cta-lead .bonito-type-section-title {
  color: white;
  margin-bottom: 0;
}

.bonito-cta-lead .bonito-type-subtitle {
  color: rgba(255,255,255,0.9);
  margin-top: 12px;
  margin-bottom: 2.5rem;
}

/* Maksymalna szerokość tytułów + podtytułów sekcji */
.bonito-features-header .bonito-type-section-title,
.bonito-features-header .bonito-type-subtitle,
.bonito-fleet-header .bonito-type-section-title,
.bonito-fleet-header .bonito-type-subtitle,
.bonito-reviews-header .bonito-type-section-title,
.bonito-reviews-header .bonito-type-subtitle,
.bonito-locations .bonito-type-section-title,
.bonito-locations .bonito-type-subtitle,
.bonito-cta-lead .bonito-type-section-title,
.bonito-cta-lead .bonito-type-subtitle {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.bonito-cta-lead-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.bonito-cta-lead-buttons .bonito-btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.bonito-cta-lead-buttons .bonito-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.bonito-cta-lead-disclaimer {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.5);
  margin: 0;
}

/* Footer */
footer,
.bonito-footer {
  background-color: #0f1115;
  color: var(--bc-slate-400);
  border-radius: 3rem 3rem 0 0;
  margin: 2rem 1rem 0;
  padding: 6rem 2rem 3rem;
}

.bonito-footer-inner {
  max-width: 80rem;
  margin: 0 auto;
}

.bonito-footer-grid {
  display: grid;
  gap: 4rem;
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .bonito-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .bonito-footer-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

.bonito-footer-brand {
  display: flex;
  align-items: baseline;
  gap: 2px;
  color: white;
}

.bonito-footer-brand__bold {
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 2px solid white;
  line-height: 1;
  padding-bottom: 2px;
}

.bonito-footer-brand__light { font-size: 1.5rem; font-weight: 300; }

.bonito-footer-brand__img {
  height: 2rem;
  width: auto;
  display: block;
}

.bonito-footer-newsletter p {
  font-size: 0.875rem;
  max-width: 20rem;
  margin: 2rem 0;
}

.bonito-footer-newsletter-form {
  display: flex;
  gap: 0.5rem;
}

.bonito-footer-newsletter-form input {
  flex: 1;
  padding: 0.75rem 1rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 0.75rem;
  font-size: 0.875rem;
  color: white;
}

.bonito-footer-newsletter-form input::placeholder { color: var(--bc-slate-500); }
.bonito-footer-newsletter-form input:focus { outline: none; border-color: rgba(255,255,255,0.3); }

.bonito-btn-nav-footer {
  padding: 0.75rem 1rem;
  background: white;
  color: black;
  border: none;
  border-radius: var(--bc-btn-radius);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.bonito-btn-nav-footer:hover {
  background: var(--bc-lime);
}

.bonito-footer-col h4 {
  color: white;
  font-weight: var(--bc-title-weight);
  margin-bottom: 2rem;
}

.bonito-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bonito-footer-col li { margin-bottom: 1rem; }

.bonito-footer-col a {
  font-size: 0.875rem;
  color: var(--bc-slate-400);
  text-decoration: none;
}

.bonito-footer-col a:hover { color: var(--bc-lime); }

.bonito-footer-socials {
  display: flex;
  gap: 0.75rem;
}

.bonito-footer-socials a {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  color: var(--bc-slate-400);
}

.bonito-footer-socials a:hover {
  background: rgba(255,255,255,0.1);
  color: white;
}

.bonito-footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  font-size: 0.75rem;
  color: var(--bc-slate-500);
}

@media (min-width: 768px) {
  .bonito-footer-bottom { flex-direction: row; justify-content: space-between; }
}

.bonito-footer-bottom a {
  color: var(--bc-slate-500);
  text-decoration: none;
}

.bonito-footer-bottom a:hover { color: white; }

.bonito-footer-bottom-links { display: flex; gap: 2rem; }

/* 767px and smaller screen sizes */
@media (max-width:767px){

  footer{
    padding-top:32px !important;
  }

  .bonito-footer .bonito-footer-grid{
    row-gap:0;
    margin-bottom:40px;
  }

  .bonito-footer .bonito-footer-grid .bonito-footer-newsletter{
    margin-bottom:40px;
  }

}

/* 438px and smaller screen sizes */
@media (max-width:438px){

  #main-content .bonito-cta-lead .bonito-cta-lead-inner{
    padding-left:24px;
    padding-right:24px;
    padding-top:40px;
    padding-bottom:40px;
  }

}

/* Bonito oferta full wrapper */
#oferta .bonito-oferta-full-wrapper{
  padding-left:0;
}

/* Article w ofercie full */
#oferta .bonito-oferta-full-wrapper article{
  padding-left:96px;
  padding-right:96px;
  padding-top:96px;
  padding-bottom:96px;
}

/* 767px and smaller screen sizes – oferta full */
@media (max-width:767px){

  .bonito-oferta-full-wrapper .bonito-oferta-title{
    font-size:40px;
  }

  #oferta .bonito-oferta-full-wrapper .bonito-oferta-row--full{
    padding-left:0;
    padding-right:0;
    padding-top:24px;
    padding-bottom:24px;
    min-height:60px;
    height:700px;
  }

}

/* ==========================================================================
   SCROLL REVEAL ANIMATIONS
   ========================================================================== */

/* Domyślny stan elementów z reveal — niewidoczne, przesunięte */
.bc-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

/* Stan widoczny po wejściu do viewport */
.bc-reveal.bc-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Karty features — slide od lewej */
.bonito-features-card.bc-reveal {
  transform: translateY(40px) scale(0.97);
}
.bonito-features-card.bc-reveal.bc-visible {
  transform: translateY(0) scale(1);
}

/* Stats karty — scale-up */
.bonito-stats-card.bc-reveal {
  transform: translateY(24px) scale(0.92);
}
.bonito-stats-card.bc-reveal.bc-visible {
  transform: translateY(0) scale(1);
}

/* Accordion — reveal przy scrollu */
.bonito-accordion-item.bc-reveal {
  transform: translateY(16px);
}
.bonito-accordion-item.bc-reveal.bc-visible {
  transform: translateY(0);
}

/* Hero elements — fade z góry */
.bonito-hero-kicker.bc-reveal,
.bonito-hero-title.bc-reveal,
.bonito-hero-subtitle.bc-reveal,
.bonito-hero-buttons-row.bc-reveal,
.bonito-hero-buttons.bc-reveal {
  transform: translateY(24px);
  transition-duration: 0.9s;
}

/* Location cards — slide up z obrotem */
.bonito-location-card.bc-reveal {
  transform: translateY(32px) scale(0.96);
}
.bonito-location-card.bc-reveal.bc-visible {
  transform: translateY(0) scale(1);
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  .bc-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ==========================================================================
   VISUAL ENHANCEMENTS — non-generic layout
   ========================================================================== */

/* Decorative gradient blob behind features section */
.bonito-features {
  position: relative;
}
.bonito-features::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -15%;
  width: 50%;
  height: 60%;
  background: radial-gradient(ellipse at center, rgba(174,234,46,0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.bonito-features-inner {
  position: relative;
  z-index: 1;
}

/* Stats section — lime accent border on cards */
.bonito-stats-card {
  position: relative;
  overflow: hidden;
}
.bonito-stats-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--bc-lime);
  border-radius: 3px 3px 0 0;
}

/* CTA section — subtle shimmer on button */
@keyframes bc-shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}
.bonito-cta-lead-inner .bonito-btn-cta {
  background-image: linear-gradient(
    110deg,
    var(--bc-lime) 0%,
    var(--bc-lime) 40%,
    rgba(255,255,255,0.3) 50%,
    var(--bc-lime) 60%,
    var(--bc-lime) 100%
  );
  background-size: 200% 100%;
  animation: bc-shimmer 3s ease-in-out infinite;
}

/* Fleet gallery — subtle glow on hover */
.bonito-fleet-gallery-item:hover .bonito-fleet-gallery-ratio {
  box-shadow: 0 24px 48px -16px rgba(174,234,46,0.2), 0 20px 40px -20px rgba(15,23,42,0.35);
}

/* Locations section — gradient overlay on placeholder */
.bonito-location-card-placeholder {
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 50%, #e2e8f0 100%);
  background-size: 200% 200%;
  animation: bc-gradient-shift 4s ease infinite;
}
@keyframes bc-gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Wybierz model — alternating card image position (desktop only) */
@media (min-width: 768px) {
  .bonito-wybierz-model-card:nth-child(even) .bonito-wybierz-model-card-inner {
    direction: rtl;
  }
  .bonito-wybierz-model-card:nth-child(even) .bonito-wybierz-model-card-inner > * {
    direction: ltr;
  }
}

/* Stats section — varied bg */
.bonito-stats {
  background: linear-gradient(180deg, #f8fafc 0%, var(--bc-bg) 100%);
}

/* How-to-start section — diagonal bg accent */
.bonito-how-to-start {
  background: linear-gradient(165deg, #ffffff 60%, #f8faf0 100%);
}

/* Hero checkmarks list styling */
.bonito-hero-subtitle .bonito-hero-checks {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.bonito-hero-subtitle .bonito-hero-checks li {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--bc-lime);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.bonito-hero-subtitle .bonito-hero-checks li::before {
  content: '✔';
  font-size: 0.75rem;
}

/* Hover micro-interactions — lime CTA handled in base .bonito-btn-cta */

/* outline/hero hover handled in base definitions above */

/* Contact popup — entrance animation */
.bonito-contact-popup-dialog {
  animation: bc-popup-in 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes bc-popup-in {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.bonito-contact-popup-backdrop {
  animation: bc-fade-in 0.25s ease;
}
@keyframes bc-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
