@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

:root {
  --font-sans: Poppins, ui-sans-serif, system-ui, sans-serif;
  --font-display: Poppins, ui-sans-serif, system-ui, sans-serif;
  --font-mono: "Roboto Mono", "Geist Mono", ui-monospace, monospace;
  --color-bsf-red: #991416;
  --color-ink: #151515;
  --color-muted: #626975;
  --color-line: #e6e7eb;
  --color-soft: #f7f7f8;
  --color-whatsapp: #1fae5b;
  color: #151515;
  background: #ffffff;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #ffffff;
  color: #151515;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: -56px;
  left: 16px;
  z-index: 100;
  border-radius: 8px;
  background: #151515;
  color: #ffffff;
  padding: 10px 14px;
  transition: top 160ms ease;
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #e6e7eb;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
}

.brand-mark {
  display: grid;
  width: 58px;
  height: 38px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(153, 20, 22, 0.18);
  border-radius: 8px;
  background: #ffffff;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  color: #3d434d;
  font-size: 0.92rem;
  font-weight: 600;
}

.desktop-nav a:hover {
  color: #991416;
}

.header-cta,
.mobile-menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 700;
}

.header-cta {
  background: #1fae5b;
  color: #ffffff;
  padding: 11px 16px;
}

.wa-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.mobile-menu {
  display: none;
  width: 44px;
  background: #f7f7f8;
}

.mobile-menu svg,
.btn-icon,
.icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-section {
  padding: 86px 0 58px;
}

.hero-grid {
  display: grid;
  align-items: center;
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
}

.section-label {
  margin: 0 0 14px;
  color: #991416;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.service-panel h2,
.final-cta h2 {
  margin: 0;
  color: #151515;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 700px;
  font-size: clamp(2.35rem, 4.4vw, 4.15rem);
  line-height: 1.14;
}

.hero-subtitle {
  max-width: 650px;
  margin: 22px 0 0;
  color: #3d434d;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.8;
}

.hero-support {
  margin: 12px 0 0;
  color: #626975;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 18px;
  font-size: 0.95rem;
  font-weight: 700;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-whatsapp {
  background: #1fae5b;
  color: #ffffff;
}

.btn-hero-primary {
  min-height: 58px;
  padding-inline: 26px;
  font-size: 1rem;
  box-shadow: 0 16px 34px rgba(31, 174, 91, 0.28);
}

.btn-secondary {
  border-color: #d9dbe1;
  background: #ffffff;
  color: #151515;
}

.btn-card {
  width: 100%;
  background: #151515;
  color: #ffffff;
}

.btn-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.fleet-filters span {
  border: 1px solid #e6e7eb;
  border-radius: 8px;
  background: #ffffff;
  color: #3d434d;
  padding: 8px 11px;
  font-size: 0.82rem;
  font-weight: 600;
}

.hero-trust-stats {
  display: grid;
  max-width: 680px;
  gap: 12px;
  margin-top: 26px;
  grid-template-columns: repeat(3, 1fr);
}

.hero-trust-stats div {
  border-left: 2px solid #e6e7eb;
  padding-left: 12px;
}

.hero-trust-stats strong,
.hero-trust-stats span {
  display: block;
}

.hero-trust-stats strong {
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-trust-stats span {
  margin-top: 3px;
  color: #626975;
  font-size: 0.82rem;
  line-height: 1.5;
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 390px;
  place-items: center;
  border: 1px solid #e6e7eb;
  border-radius: 8px;
  background: #f7f7f8;
  padding: 34px;
}

.ready-line {
  position: absolute;
  top: 0;
  right: 30px;
  left: 30px;
  height: 4px;
  background: #991416;
}

.hero-logo-card {
  display: grid;
  width: 100%;
  min-height: 210px;
  place-items: center;
  border: 1px solid #e6e7eb;
  border-radius: 8px;
  background: #ffffff;
  padding: 28px;
}

.hero-logo-image {
  width: min(82%, 500px);
  height: auto;
  object-fit: contain;
}

.hero-logo-caption {
  margin-top: 14px;
  color: #626975;
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-availability-card {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  border: 1px solid #e6e7eb;
  border-left: 4px solid #991416;
  border-radius: 8px;
  background: #ffffff;
  padding: 16px;
}

.hero-availability-card span {
  display: block;
  color: #991416;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-availability-card strong {
  display: block;
  margin-top: 4px;
  font-size: 0.98rem;
  font-weight: 700;
}

.hero-availability-card a {
  flex: 0 0 auto;
  color: #151515;
  font-size: 0.9rem;
  font-weight: 700;
}

.trust-strip {
  padding: 0 0 56px;
}

.trust-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item,
.benefit-card,
.fleet-card,
.step-card,
.service-panel,
.testimonial-card,
details {
  border: 1px solid #e6e7eb;
  border-radius: 8px;
  background: #ffffff;
}

.trust-item {
  display: flex;
  gap: 12px;
  padding: 18px;
}

.trust-item svg,
.benefit-card svg,
.testimonial-card svg {
  flex: 0 0 auto;
  color: #3d434d;
}

.icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: #f7f7f8;
  color: #3d434d;
}

.trust-item .icon {
  background: rgba(153, 20, 22, 0.08);
  color: #991416;
}

.trust-item h2,
.benefit-card h3,
.fleet-card h3,
.step-card h3 {
  margin: 0;
  color: #151515;
  font-size: 0.98rem;
  font-weight: 700;
}

.trust-item p,
.benefit-card p,
.step-card p,
.service-panel p,
.testimonial-card,
details p,
.section-heading p {
  color: #626975;
  line-height: 1.75;
}

.trust-item p {
  margin: 4px 0 0;
  font-size: 0.93rem;
}

.section {
  padding: 78px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-heading.split {
  display: grid;
  max-width: none;
  align-items: end;
  gap: 28px;
  grid-template-columns: 1fr 0.82fr;
}

.section-heading h2 {
  max-width: 720px;
  font-size: clamp(1.7rem, 2.65vw, 2.65rem);
  line-height: 1.18;
}

.section-heading p {
  margin: 14px 0 0;
  max-width: 720px;
  font-size: 0.98rem;
  line-height: 1.75;
}

.benefit-grid,
.fleet-grid,
.testimonial-grid {
  display: grid;
  gap: 18px;
}

.benefit-grid {
  grid-template-columns: repeat(4, 1fr);
}

.benefit-card {
  padding: 22px;
}

.benefit-card h3 {
  margin-top: 16px;
  font-size: 1.02rem;
}

.benefit-card p {
  margin-bottom: 0;
}

.fleet-section,
.testimonials-section,
.service-section {
  background: #f7f7f8;
}

.fleet-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.fleet-filters span:first-child {
  border-color: rgba(153, 20, 22, 0.18);
  background: rgba(153, 20, 22, 0.08);
  color: #991416;
}

.fleet-grid {
  grid-template-columns: repeat(3, 1fr);
}

.fleet-card {
  overflow: hidden;
}

.fleet-card.is-hidden {
  display: none;
}

.fleet-image {
  display: grid;
  min-height: 180px;
  place-items: center;
  border-bottom: 1px solid #e6e7eb;
  background: #fbfbfc;
  color: #991416;
}

.fleet-image img {
  width: min(74%, 260px);
  height: 150px;
  object-fit: contain;
  object-position: center;
}

.fleet-image span {
  justify-self: end;
  align-self: start;
  margin: 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #991416;
  padding: 6px 10px;
  font-size: 0.72rem;
  font-weight: 600;
}

.fleet-content {
  padding: 20px;
}

.fleet-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.fleet-title-row span {
  border-radius: 999px;
  background: rgba(31, 174, 91, 0.1);
  color: #168446;
  padding: 6px 9px;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
}

.fleet-specs {
  display: grid;
  gap: 10px 12px;
  margin: 18px 0;
  grid-template-columns: repeat(3, 1fr);
}

.fleet-specs dt {
  color: #7a8089;
  font-size: 0.78rem;
  font-weight: 500;
}

.fleet-specs dd {
  margin: 4px 0 0;
  color: #151515;
  font-weight: 600;
}

.fleet-reveal {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.fleet-toggle {
  min-width: 220px;
}

.steps {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, 1fr);
}

.step-card {
  padding: 22px;
}

.step-card span {
  color: #991416;
  font-size: 0.78rem;
  font-weight: 700;
}

.step-card h3 {
  margin-top: 14px;
}

.service-section .container {
  width: min(1120px, calc(100% - 32px));
}

.service-grid,
.faq-grid,
.footer-grid,
.final-cta-inner {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.service-grid {
  align-items: stretch;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.service-panel {
  display: flex;
  min-height: auto;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
  color: #151515;
}

.service-panel h2 {
  max-width: 640px;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  line-height: 1.22;
}

.requirements-panel h2 {
  max-width: 420px;
}

.area-panel p {
  max-width: 680px;
  font-size: 0.98rem;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 18px 0 24px;
}

.contact-list p {
  display: grid;
  gap: 4px;
  margin: 0;
  border-left: 2px solid #e6e7eb;
  padding-left: 14px;
}

.contact-list strong {
  color: #151515;
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-list span {
  color: #626975;
  line-height: 1.7;
}

.map-embed {
  height: 220px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #e6e7eb;
  border-radius: 8px;
  background: #f7f7f8;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 22px;
}

.area-chips span {
  border: 1px solid #e6e7eb;
  border-radius: 999px;
  background: #f7f7f8;
  color: #3d434d;
  padding: 8px 11px;
  font-size: 0.86rem;
  font-weight: 600;
}

.service-panel-featured {
  position: relative;
  overflow: hidden;
}

.service-panel-featured::before {
  position: absolute;
  top: 0;
  right: 28px;
  left: 28px;
  height: 4px;
  background: #991416;
  content: "";
}

.requirements-panel ul {
  display: grid;
  gap: 13px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.requirements-panel li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  line-height: 1.55;
}

.requirements-panel li svg {
  flex: 0 0 auto;
  margin-top: 3px;
  color: #1fae5b;
}

.note {
  margin-top: 24px;
  margin-bottom: 0;
  border-left: 3px solid #991416;
  padding-left: 12px;
}

.testimonial-grid,
.trust-metric-grid {
  grid-template-columns: repeat(3, 1fr);
}

.testimonial-card,
.trust-metric-card {
  margin: 0;
  padding: 24px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.rating {
  color: #f2a900;
  font-size: 1rem;
  letter-spacing: 2px;
}

.trust-metric-grid {
  display: grid;
  gap: 18px;
}

.trust-metric-card {
  border: 1px solid #e6e7eb;
  border-radius: 8px;
  background: #ffffff;
}

.trust-metric-card strong {
  display: block;
  color: #151515;
  font-size: 1.02rem;
  font-weight: 700;
}

.trust-metric-card p {
  margin: 10px 0 0;
  color: #626975;
  line-height: 1.75;
}

.testimonial-card blockquote {
  margin: 0;
  color: #151515;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}

.testimonial-card figcaption {
  display: grid;
  gap: 4px;
  margin-top: auto;
  border-top: 1px solid #e6e7eb;
  padding-top: 16px;
}

.testimonial-card strong {
  color: #151515;
  font-weight: 700;
}

.testimonial-card span {
  color: #7a8089;
}

.sticky-heading {
  position: sticky;
  top: 104px;
  align-self: start;
}

.faq-section .section-heading h2 {
  max-width: 560px;
  font-size: clamp(1.65rem, 2.4vw, 2.45rem);
  line-height: 1.24;
}

.faq-section .section-heading p {
  max-width: 560px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  padding: 20px;
}

summary {
  cursor: pointer;
  font-weight: 700;
}

details p {
  margin-bottom: 0;
}

.final-cta {
  padding: 78px 0;
  background: #ffffff;
}

.final-cta-inner {
  align-items: center;
  border: 1px solid #e6e7eb;
  border-top: 4px solid #991416;
  border-radius: 8px;
  background: #151515;
  color: #ffffff;
  padding: clamp(28px, 4vw, 44px);
}

.final-cta .section-label,
.final-cta p,
.final-cta h2 {
  color: #ffffff;
}

.final-cta h2 {
  max-width: 660px;
  font-size: clamp(1.9rem, 3.4vw, 3.2rem);
  line-height: 1.18;
}

.final-cta p {
  max-width: 620px;
  margin: 16px 0 0;
  font-size: 1rem;
  line-height: 1.75;
}

.site-footer {
  background: #151515;
  color: #ffffff;
  padding: 50px 0 28px;
}

.footer-grid {
  align-items: start;
}

.footer-brand {
  margin-bottom: 18px;
}

.site-footer p {
  color: #c4c8ce;
  line-height: 1.7;
}

.site-footer h2 {
  margin: 0 0 14px;
  font-size: 1rem;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #1fae5b;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(20, 20, 20, 0.22);
}

.floating-whatsapp img {
  width: 34px;
  height: 34px;
  display: block;
}

@media (max-width: 980px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .desktop-nav.is-open {
    position: absolute;
    top: 66px;
    right: 12px;
    left: 12px;
    display: grid;
    gap: 12px;
    border: 1px solid #e6e7eb;
    border-radius: 8px;
    background: #ffffff;
    padding: 16px;
    box-shadow: 0 16px 40px rgba(20, 20, 20, 0.08);
  }

  .mobile-menu {
    display: inline-flex;
    margin-left: auto;
  }

  .hero-grid,
  .section-heading.split,
  .service-grid,
  .faq-grid,
  .footer-grid,
  .final-cta-inner {
    grid-template-columns: 1fr;
  }

  .trust-grid,
  .benefit-grid,
  .fleet-grid,
  .steps,
  .testimonial-grid,
  .trust-metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sticky-heading {
    position: static;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, 1120px);
  }

  .header-inner {
    min-height: 66px;
  }

  .brand span:last-child {
    max-width: 150px;
    font-size: 0.82rem;
    line-height: 1.12;
  }

  .hero-section {
    padding: 52px 0 38px;
  }

  .hero-copy h1 {
    font-size: clamp(2.1rem, 10vw, 2.85rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-visual {
    display: none;
  }

  .trust-grid,
  .benefit-grid,
  .steps,
  .testimonial-grid,
  .trust-metric-grid,
  .hero-trust-stats {
    grid-template-columns: 1fr;
  }

  .fleet-grid {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fleet-card h3 {
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .fleet-image {
    min-height: 122px;
  }

  .fleet-image img {
    width: min(86%, 170px);
    height: 98px;
  }

  .fleet-image span {
    margin: 8px;
    padding: 4px 7px;
    font-size: 0.62rem;
  }

  .fleet-content {
    padding: 12px;
  }

  .fleet-title-row {
    gap: 8px;
  }

  .fleet-title-row span {
    display: none;
  }

  .section {
    padding: 56px 0;
  }

  .section-heading h2,
  .service-panel h2,
  .final-cta h2 {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  .fleet-specs {
    gap: 8px;
    margin: 12px 0;
    grid-template-columns: 1fr;
  }

  .fleet-specs dt {
    font-size: 0.68rem;
  }

  .fleet-specs dd {
    margin-top: 1px;
    font-size: 0.78rem;
  }

  .btn-card {
    min-height: 42px;
    padding: 10px;
    font-size: 0.8rem;
  }

  .service-panel,
  .final-cta-inner {
    padding: 24px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    display: inline-flex;
    width: 54px;
    height: 54px;
  }

  .site-footer {
    padding-bottom: 84px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
