:root {
  --bg: #090d14;
  --bg-2: #111825;
  --bg-3: #171f31;
  --card: #ffffff;
  --text: #141821;
  --muted: #6f7785;
  --yellow: #f7c313;
  --yellow-2: #ffd74a;
  --blue: #24338b;
  --green: #25d366;
  --white: #ffffff;
  --line: rgba(255,255,255,.12);
  --line-dark: #ebedf2;
  --shadow: 0 20px 55px rgba(12, 17, 27, .10);
  --shadow-hero: 0 30px 80px rgba(0, 0, 0, .40);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #ffffff;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 11, 17, .92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: flex;
  flex-direction: column;
  line-height: .76;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -.6px;
}
.brand-main { color: #fff; font-size: 28px; }
.brand-accent {
  color: var(--yellow);
  font-size: 16px;
  letter-spacing: 2px;
  margin-left: 30px;
  margin-top: 8px;
}
.nav {
  margin-left: auto;
  display: flex;
  gap: 24px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
}
.nav a { position: relative; }
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--yellow);
  transition: .2s ease;
}
.nav a:hover { color: #fff; }
.nav a:hover::after { width: 100%; }
.nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform .2s ease, filter .2s ease, background .2s ease;
}
.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}
.btn-small { min-height: 42px; padding: 0 16px; font-size: 14px; }
.btn-yellow { background: var(--yellow); color: #111; }
.btn-whatsapp { background: var(--green); color: #fff; box-shadow: 0 12px 28px rgba(37, 211, 102, .24); }
.btn-outline { background: rgba(255,255,255,.03); border-color: rgba(255,255,255,.22); color: #fff; }
.btn-outline-light { border-color: rgba(255,255,255,.30); color: #fff; background: rgba(255,255,255,.03); }
.btn-dark { background: #121823; color: #fff; }

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(36, 51, 139, .42), transparent 30%),
    radial-gradient(circle at 10% 80%, rgba(247, 195, 19, .08), transparent 24%),
    linear-gradient(135deg, #06090d 0%, #101724 55%, #090d14 100%);
  padding: 74px 0 88px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--yellow), var(--blue), var(--yellow));
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 800;
}
.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 6px rgba(247, 195, 19, .12);
}
.hero h1 {
  font-size: clamp(40px, 5.8vw, 70px);
  line-height: .98;
  letter-spacing: -2.3px;
  margin: 20px 0 18px;
}
.hero h1 span { color: var(--yellow); }
.hero-copy > p {
  margin: 0;
  max-width: 640px;
  color: #cdd3dc;
  font-size: 18px;
  line-height: 1.68;
}
.hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-meta {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 640px;
}
.meta-card {
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
}
.meta-card strong {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}
.meta-card span {
  display: block;
  color: #aeb6c2;
  font-size: 14px;
}

.hero-visual { position: relative; }
.truck-stage {
  position: relative;
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
  padding: 28px 24px 98px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 78% 18%, rgba(36, 51, 139, .56), transparent 25%),
    linear-gradient(180deg, rgba(15,20,30,.98) 0%, rgba(8,12,18,.98) 100%);
  box-shadow: var(--shadow-hero);
}
.stage-tag {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .7px;
  font-weight: 900;
  background: rgba(36, 51, 139, .88);
  color: #fff;
  border: 1px solid rgba(255,255,255,.10);
}
.truck-stage img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: 420px;
  margin-top: 48px;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 20px 28px rgba(0,0,0,.34));
}
.stage-card {
  position: absolute;
  z-index: 3;
  padding: 16px 18px;
  min-width: 190px;
  border-radius: 18px;
  background: rgba(6,10,16,.80);
  border: 1px solid rgba(247, 195, 19, .28);
  backdrop-filter: blur(14px);
  box-shadow: 0 15px 30px rgba(0,0,0,.18);
}
.stage-card small {
  display: block;
  color: #b8c1cf;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 7px;
}
.stage-card strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
}
.card-left { left: 18px; bottom: 98px; }
.card-right { right: 22px; top: 22px; max-width: 260px; }
.card-right strong { font-size: 19px; }
.stage-footer {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.stage-footer span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
}

.trust-strip {
  background: #fff;
  border-bottom: 1px solid #edf0f5;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 22px 0;
}
.trust-item {
  padding: 18px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #eceff4;
  box-shadow: 0 10px 24px rgba(10, 15, 22, .04);
}
.trust-item strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}
.trust-item span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.quick-contact {
  background: linear-gradient(90deg, var(--yellow) 0%, #ffd84e 100%);
}
.quick-grid {
  min-height: 134px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.quick-contact small {
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
  color: #5f4800;
}
.quick-contact h2 {
  margin: 8px 0 4px;
  font-size: clamp(30px, 4.2vw, 44px);
  line-height: 1;
  letter-spacing: -1.4px;
  color: #101216;
}
.quick-contact p {
  margin: 0;
  color: rgba(16,18,22,.74);
}
.quick-actions {
  display: flex;
  gap: 10px;
}

.section { padding: 92px 0; }
.section-head {
  max-width: 760px;
  margin-bottom: 42px;
}
.section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-kicker {
  color: #9a7900;
  font-size: 13px;
  letter-spacing: 1.4px;
  font-weight: 900;
}
.section-head h2 {
  margin: 12px 0 14px;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.04;
  letter-spacing: -1.6px;
}
.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.card {
  padding: 30px 26px;
  border-radius: var(--radius);
  border: 1px solid var(--line-dark);
  background: var(--card);
  box-shadow: var(--shadow);
}
.service-card {
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--yellow), var(--blue));
}
.card-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff6ce;
  font-size: 28px;
  margin-bottom: 20px;
}
.card h3 {
  margin: 0 0 10px;
  font-size: 21px;
}
.card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}
.services-grid {
  align-items: stretch;
}
.service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.service-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}
.service-list li {
  position: relative;
  padding-left: 18px;
  color: #404958;
  font-size: 14px;
  line-height: 1.5;
}
.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(247, 195, 19, .16);
}
.service-bullets {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.service-bullets span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff8d9;
  border: 1px solid #f5e3a0;
  color: #5d4a00;
  font-size: 14px;
  font-weight: 700;
}

.section-dark {
  background: linear-gradient(135deg, #0a0d13 0%, #141d2c 100%);
  color: #fff;
}
.section-head.light .section-kicker { color: var(--yellow); }
.section-head.light h2 { color: #fff; }
.section-head.light p { color: #b7c0ce; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.step {
  padding: 28px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.step > span {
  color: var(--yellow);
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 13px;
}
.step h3 {
  font-size: 22px;
  margin: 18px 0 10px;
}
.step p {
  margin: 0;
  color: #bcc5d1;
  line-height: 1.6;
}

.cta-section { background: #f5f7fb; }
.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 48px;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(120deg, #233089 0%, #141a29 74%);
  box-shadow: 0 24px 60px rgba(15, 22, 36, .16);
}
.cta-box .section-kicker { color: var(--yellow); }
.cta-box h2 {
  margin: 10px 0 12px;
  font-size: clamp(32px, 5vw, 50px);
  line-height: 1.05;
  max-width: 730px;
}
.cta-box p {
  margin: 0;
  color: #d4dae4;
  max-width: 720px;
  line-height: 1.65;
}
.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 280px;
}

.footer {
  background: #080b10;
  color: #fff;
  padding: 34px 0;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.footer strong {
  display: block;
  font-size: 20px;
}
.footer strong span { color: var(--yellow); }
.footer small {
  display: block;
  color: #99a3b2;
  margin-top: 6px;
}
.footer p {
  margin: 0;
  color: #8d97a5;
  font-size: 13px;
}
.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 120;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--green);
  color: #fff;
  font-size: 27px;
  box-shadow: 0 14px 35px rgba(0,0,0,.26);
}

@media (max-width: 1040px) {
  .hero-grid,
  .cards,
  .trust-grid,
  .steps { grid-template-columns: repeat(2, 1fr); }
  .cta-box { flex-direction: column; align-items: flex-start; }
  .cta-buttons { width: 100%; flex-direction: row; min-width: 0; }
  .cta-buttons .btn { flex: 1; }
}

@media (max-width: 920px) {
  .nav { display: none; }
  .nav-wrap { gap: 14px; }
  .nav-cta { margin-left: auto; }
  .hero { padding-top: 50px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .truck-stage { min-height: 460px; }
  .truck-stage img { max-height: 340px; }
  .hero-meta { grid-template-columns: repeat(3, 1fr); }
  .quick-grid { flex-direction: column; align-items: flex-start; padding: 24px 0; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand-main { font-size: 24px; }
  .brand-accent { font-size: 14px; margin-left: 19px; }
  .hide-mobile { display: none; }
  .nav-wrap { min-height: 72px; }
  .btn-small { min-height: 38px; font-size: 12px; padding: 0 12px; }

  .hero { padding: 34px 0 58px; }
  .hero h1 { letter-spacing: -1.6px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-meta { grid-template-columns: 1fr; }

  .truck-stage {
    min-height: 385px;
    padding: 18px 14px 92px;
  }
  .stage-tag {
    top: 14px;
    left: 14px;
    right: 14px;
    text-align: center;
    font-size: 11px;
  }
  .truck-stage img {
    margin-top: 52px;
    min-height: 190px;
    max-height: 220px;
  }
  .stage-card {
    min-width: 0;
    padding: 12px 14px;
  }
  .stage-card strong { font-size: 17px; }
  .card-left {
    left: 14px;
    bottom: 104px;
  }
  .card-right {
    top: auto;
    right: 14px;
    bottom: 104px;
    max-width: 170px;
  }
  .stage-footer {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }
  .stage-footer span {
    min-height: 34px;
    font-size: 12px;
  }

  .trust-grid,
  .cards,
  .steps { grid-template-columns: 1fr; }

  .quick-actions {
    width: 100%;
  }
  .quick-actions .btn { flex: 1; }

  .section { padding: 68px 0; }
  .section-head h2 { letter-spacing: -1.2px; }

  .cta-box { padding: 30px 22px; }
  .cta-buttons { flex-direction: column; }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
