:root {
  --cod5-blue: #183677;
  --cod5-blue-dark: #07162f;
  --cod5-blue-soft: #eef3ff;
  --cod5-gold: #eba015;
  --cod5-gold-soft: #fff3cf;
  --cod5-accent: #cc3366;
  --cod5-accent-dark: #84194a;
  --cod5-whatsapp: #25d366;
  --cod5-whatsapp-dark: #0b7f54;
  --cod5-ink: #151922;
  --cod5-text: #3f4652;
  --cod5-soft: #6d7582;
  --cod5-paper: #f5f7fb;
  --cod5-white: #ffffff;
  --cod5-line: #dce2ec;
  --cod5-shadow: 0 18px 45px rgb(7 22 47 / 14%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--cod5-text);
  background: var(--cod5-white);
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body.is-lightbox-open {
  overflow: hidden;
}

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

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

:focus-visible {
  outline: 3px solid var(--cod5-gold);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 200;
  padding: 12px 16px;
  color: var(--cod5-white);
  background: var(--cod5-blue);
  border-radius: 6px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 86px;
  padding: 12px clamp(18px, 5vw, 74px);
  background: rgb(255 255 255 / 94%);
  border-bottom: 1px solid rgb(220 226 236 / 86%);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 188px;
}

.site-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 2vw, 24px);
  color: var(--cod5-blue);
  font-size: 15px;
  font-weight: 800;
}

.site-menu a {
  padding: 8px 0;
  border-bottom: 3px solid transparent;
}

.site-menu a:hover,
.site-menu a[aria-current="page"] {
  color: var(--cod5-accent);
  border-bottom-color: var(--cod5-gold);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 2px solid var(--cod5-gold);
  border-radius: 8px;
  color: var(--cod5-blue-dark);
  background: var(--cod5-gold);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.12;
  box-shadow: 0 14px 28px rgb(235 160 21 / 20%);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button.secondary {
  color: var(--cod5-white);
  background: rgb(255 255 255 / 10%);
  border-color: rgb(255 255 255 / 56%);
  box-shadow: none;
}

.button.light {
  color: var(--cod5-blue-dark);
  background: var(--cod5-white);
  border-color: var(--cod5-white);
  box-shadow: 0 14px 28px rgb(0 0 0 / 14%);
}

.button.light-outline {
  color: var(--cod5-white);
  background: transparent;
  border-color: rgb(255 255 255 / 72%);
  box-shadow: none;
}

.cod5-icon {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
}

.whatsapp-cta {
  gap: 8px;
  color: var(--cod5-white) !important;
  background: linear-gradient(135deg, var(--cod5-whatsapp), var(--cod5-whatsapp-dark)) !important;
  border-color: rgb(255 255 255 / 12%) !important;
  box-shadow: 0 16px 32px rgb(37 211 102 / 28%);
}

.whatsapp-cta:hover {
  box-shadow: 0 18px 38px rgb(37 211 102 / 34%);
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--cod5-shadow);
}

.button.whatsapp-cta:hover,
.header-cta.whatsapp-cta:hover,
.footer-whatsapp.whatsapp-cta:hover {
  box-shadow: 0 18px 38px rgb(37 211 102 / 34%);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  background: var(--cod5-white);
  border: 1px solid var(--cod5-line);
  border-radius: 8px;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--cod5-blue);
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 86px));
  overflow: hidden;
  display: grid;
  align-items: end;
  color: var(--cod5-white);
  background: var(--cod5-blue-dark);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(7 22 47 / 92%) 0%, rgb(24 54 119 / 68%) 42%, rgb(204 51 102 / 24%) 100%),
    linear-gradient(0deg, rgb(7 22 47 / 88%) 0%, rgb(7 22 47 / 18%) 56%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 76px);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 9px 13px;
  color: var(--cod5-blue-dark);
  background: var(--cod5-gold);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cod5-gold);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--cod5-blue);
  font-family: Montserrat, Poppins, sans-serif;
}

.hero h1,
.hero h2,
.hero h3 {
  color: var(--cod5-white);
}

h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(42px, 5.4vw, 74px);
  font-weight: 900;
  line-height: 1.02;
}

h2 {
  max-width: 940px;
  margin-bottom: 16px;
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.12;
}

h3 {
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.hero-copy > p:not(.eyebrow):not(.hero-badge),
.section-heading p,
.about-copy p,
.contact-section p,
.fleet-section .section-heading p,
.fleet-feature p,
.gallery-section .section-heading p {
  max-width: 780px;
  font-size: 18px;
  font-weight: 500;
}

.hero-copy > p:not(.eyebrow):not(.hero-badge) {
  color: rgb(255 255 255 / 90%);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.hero-fast {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.hero-fast span {
  padding: 7px 11px;
  color: rgb(255 255 255 / 88%);
  background: rgb(255 255 255 / 12%);
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 24px clamp(18px, 5vw, 76px);
  gap: 14px;
  background: var(--cod5-blue-dark);
}

.proof-strip div {
  min-height: 116px;
  padding: 22px;
  color: var(--cod5-white);
  background: linear-gradient(135deg, rgb(255 255 255 / 12%), rgb(255 255 255 / 4%));
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 8px;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  color: var(--cod5-white);
  font-size: 18px;
  font-weight: 900;
}

.proof-strip span {
  margin-top: 5px;
  color: rgb(255 255 255 / 74%);
  font-size: 15px;
}

.section,
.fleet-section,
.gallery-section,
.about-section,
.faq-section,
.contact-section,
.cta-band {
  padding: clamp(58px, 8vw, 100px) clamp(18px, 5vw, 76px);
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading.compact {
  max-width: 820px;
  margin-bottom: 26px;
}

.video-section {
  padding: clamp(58px, 8vw, 100px) clamp(18px, 5vw, 76px);
  background: linear-gradient(180deg, #ffffff 0%, var(--cod5-paper) 100%);
}

.motion-video-shell {
  width: min(848px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background: var(--cod5-blue-dark);
  border: 1px solid var(--cod5-line);
  border-radius: 8px;
  box-shadow: var(--cod5-shadow);
}

.motion-video-shell video {
  display: block;
  width: 100%;
  max-width: 848px;
  height: auto;
  aspect-ratio: 848 / 480;
  margin: 0 auto;
  object-fit: contain;
  background: var(--cod5-blue-dark);
}

.service-grid,
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card,
.benefit-grid article {
  position: relative;
  overflow: hidden;
  min-height: 376px;
  background: var(--cod5-white);
  border: 1px solid var(--cod5-line);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgb(7 22 47 / 11%);
}

.service-card img,
.benefit-grid article img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--cod5-blue);
}

.service-card > div,
.benefit-grid article > div {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 22px;
}

.card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  color: var(--cod5-blue-dark);
  background: var(--cod5-gold);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 900;
}

.service-card small {
  color: var(--cod5-accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card p,
.benefit-grid p,
.faq-list p,
.about-panel li {
  color: var(--cod5-soft);
  font-size: 15px;
}

.service-card a,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin-top: 6px;
  color: var(--cod5-blue);
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgb(235 160 21 / 70%);
  text-underline-offset: 4px;
}

.service-whatsapp-link {
  gap: 6px;
  padding: 8px 11px;
  color: var(--cod5-white) !important;
  background: var(--cod5-whatsapp-dark);
  border-radius: 8px;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgb(37 211 102 / 16%);
}

.service-whatsapp-link span {
  display: inline;
  width: auto;
  height: auto;
  color: inherit;
  background: transparent;
  border-radius: 0;
  font-size: inherit;
  font-weight: inherit;
}

.fleet-section {
  background: linear-gradient(180deg, var(--cod5-paper), #ffffff);
}

.fleet-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(320px, 0.76fr);
  align-items: stretch;
  margin-bottom: 18px;
  overflow: hidden;
  background: var(--cod5-white);
  border: 1px solid var(--cod5-line);
  border-radius: 8px;
  box-shadow: var(--cod5-shadow);
}

.fleet-feature img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: contain;
  background: var(--cod5-blue-dark);
}

.fleet-feature div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 58px);
}

.fleet-type-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0;
}

.fleet-type-grid article {
  min-height: 148px;
  padding: 24px;
  background: var(--cod5-white);
  border: 1px solid var(--cod5-line);
  border-left: 6px solid var(--cod5-accent);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgb(7 22 47 / 7%);
}

.fleet-type-grid p {
  margin-bottom: 0;
  color: var(--cod5-soft);
  font-size: 15px;
}

.gallery-section {
  background: var(--cod5-blue-dark);
}

.gallery-section h2,
.gallery-section .section-heading p {
  color: var(--cod5-white);
}

.fleet-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
  gap: 12px;
}

.gallery-item {
  display: block;
  width: 100%;
  cursor: zoom-in;
}

.gallery-item.is-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgb(255 255 255 / 18%);
  background: var(--cod5-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.gallery-item.is-featured img {
  aspect-ratio: 4 / 3;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 18px 34px rgb(0 0 0 / 24%);
}

.benefits {
  background: var(--cod5-white);
}

.benefit-grid article {
  min-height: 342px;
}

.benefit-grid .card-index {
  margin-bottom: 4px;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  color: var(--cod5-white);
  background: linear-gradient(135deg, var(--cod5-blue), var(--cod5-accent-dark));
}

.cta-band h2 {
  max-width: 900px;
  margin-bottom: 0;
  color: var(--cod5-white);
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 900;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.68fr);
  gap: clamp(26px, 6vw, 80px);
  background: var(--cod5-white);
}

.about-copy h2 {
  color: var(--cod5-accent);
  font-size: 31px;
}

.about-copy h3 {
  max-width: 760px;
  color: var(--cod5-blue);
}

.about-panel {
  align-self: start;
  padding: 30px;
  background: var(--cod5-blue-soft);
  border: 1px solid var(--cod5-line);
  border-top: 8px solid var(--cod5-gold);
  border-radius: 8px;
}

.about-panel ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.faq-section {
  background: var(--cod5-paper);
}

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

details {
  background: var(--cod5-white);
  border: 1px solid var(--cod5-line);
  border-radius: 8px;
}

summary {
  cursor: pointer;
  padding: 20px;
  color: var(--cod5-blue);
  font-weight: 900;
}

details p {
  padding: 0 20px 20px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  color: var(--cod5-white);
  background: var(--cod5-accent);
}

.contact-section h2,
.contact-section .eyebrow {
  color: var(--cod5-white);
}

.contact-section p {
  color: rgb(255 255 255 / 86%);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(4, minmax(160px, 1fr));
  gap: 24px;
  padding: 38px clamp(18px, 5vw, 76px);
  background: var(--cod5-white);
  border-top: 1px solid var(--cod5-line);
}

.footer-brand img {
  width: 168px;
  margin-bottom: 12px;
}

.site-footer p,
.site-footer a {
  display: block;
  margin-bottom: 0;
  color: var(--cod5-soft);
  font-size: 14px;
}

.footer-block {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-block h3 {
  margin: 0;
  color: var(--cod5-blue);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-block a {
  color: var(--cod5-blue);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgb(24 54 119 / 24%);
  text-underline-offset: 4px;
}

.footer-line {
  display: inline-flex !important;
  align-items: flex-start;
  gap: 8px;
}

.footer-line .cod5-icon {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: var(--cod5-accent);
}

.footer-social-link {
  color: var(--cod5-blue-dark) !important;
  font-weight: 900 !important;
}

.footer-social-link .cod5-icon {
  color: var(--cod5-whatsapp-dark);
}

.instagram-link .cod5-icon {
  color: #cc3366;
}

.footer-whatsapp {
  display: inline-flex !important;
  align-items: center;
  width: fit-content;
  padding: 10px 13px;
  border-radius: 8px;
  text-decoration: none !important;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px 72px;
  background: rgb(3 10 24 / 94%);
}

.gallery-lightbox.is-open {
  display: flex;
}

.gallery-lightbox figure {
  display: grid;
  gap: 12px;
  width: min(1180px, 100%);
  margin: 0;
}

.gallery-lightbox img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #050816;
  border-radius: 8px;
}

.gallery-lightbox figcaption {
  color: var(--cod5-white);
  font-size: 15px;
  text-align: center;
}

.lightbox-control {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--cod5-white);
  background: rgb(255 255 255 / 14%);
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 50%;
  cursor: pointer;
  font-size: 26px;
  font-weight: 900;
}

.lightbox-close {
  top: 18px;
  right: 18px;
}

.lightbox-prev {
  left: 18px;
}

.lightbox-next {
  right: 18px;
}

.cod5-credit {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 10px;
  color: rgb(255 255 255 / 78%);
  background: #000000;
  border-top: 1px solid #151515;
  font-size: 12px;
  line-height: 1.25;
}

.cod5-credit > span {
  color: rgb(255 255 255 / 70%);
}

.cod5-credit a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cod5-white);
}

.cod5-credit img {
  width: auto;
  height: 22px;
}

.cod5-credit-url {
  text-decoration: underline;
  text-decoration-color: rgb(255 255 255 / 40%);
  text-underline-offset: 3px;
}

@media (max-width: 1240px) {
  .site-header {
    gap: 16px;
  }

  .site-menu {
    gap: 14px;
    font-size: 14px;
  }

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

@media (max-width: 1100px) {
  .service-grid,
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .fleet-feature {
    grid-template-columns: 1fr;
  }

  .fleet-feature img {
    min-height: 360px;
  }
}

@media (max-width: 920px) {
  html {
    scroll-padding-top: 76px;
  }

  .site-header {
    grid-template-columns: auto auto;
    min-height: 76px;
  }

  .brand img {
    width: 154px;
  }

  .menu-button {
    display: block;
    justify-self: end;
  }

  .site-menu,
  .header-cta {
    display: none;
  }

  .site-menu.is-open {
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
    gap: 0;
    padding-top: 12px;
    border-top: 1px solid var(--cod5-line);
  }

  .site-menu.is-open a {
    padding: 13px 0;
    border-bottom: 1px solid var(--cod5-line);
  }

  .hero {
    min-height: 680px;
  }

  .proof-strip,
  .about-section,
  .contact-section,
  .cta-band {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 680px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 31px;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    position: relative;
    min-height: 300px;
  }

  .hero-media::after {
    background: linear-gradient(0deg, rgb(7 22 47 / 86%), rgb(7 22 47 / 18%));
  }

  .hero-copy {
    padding: 34px 20px 44px;
    background: var(--cod5-blue-dark);
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .service-grid,
  .benefit-grid,
  .fleet-type-grid,
  .fleet-gallery,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .gallery-item.is-featured {
    grid-column: auto;
    grid-row: auto;
  }

  .service-card,
  .benefit-grid article {
    min-height: auto;
  }

  .fleet-feature img {
    min-height: 260px;
  }

  .button,
  .header-cta {
    width: 100%;
  }

  .gallery-lightbox {
    padding: 62px 14px 82px;
  }

  .lightbox-prev,
  .lightbox-next {
    top: auto;
    bottom: 18px;
  }

  .cod5-credit {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px 10px;
    padding: 5px 8px;
    text-align: center;
  }
}
