:root {
  --demo-bar-offset: 44px;
  --header-offset: 82px;
  --navy-950: #00152d;
  --navy-900: #001a38;
  --navy-850: #062246;
  --navy-800: #082b54;
  --green: #2bd63d;
  --green-dark: #13ad35;
  --green-soft: #eaffed;
  --ink: #081a39;
  --muted: #647088;
  --line: #e6edf5;
  --white: #ffffff;
  --shadow: 0 11px 30px rgba(0, 27, 60, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--demo-bar-offset) + var(--header-offset) + 12px); }
body {
  margin: 0;
  padding-top: var(--demo-bar-offset);
  color: var(--ink);
  background: #fff;
  font-family: "Poppins", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.desktop-only { display: flex; }
.mobile-actions, .mobile-menu, .mobile-hero-visual, .mobile-services { display: none; }


/* Demo bar KodePHP — tinggi dibaca otomatis oleh JavaScript agar tidak menimpa header. */
.demo-bar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10000;
  width: 100%;
  min-height: 44px;
  padding-top: env(safe-area-inset-top);
  color: #fff;
  background: #0b1220;
  border-bottom: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 8px 22px rgba(0,0,0,.16);
}
.demo-bar-inner {
  width: min(1160px, calc(100% - 32px));
  min-height: 44px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 5px 0;
}
.demo-bar-copy {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .2px;
  white-space: nowrap;
}
.demo-bar-copy strong { color: #4ade80; font-size: 12px; }
.demo-message { color: #e5e7eb; font-weight: 500; }
.demo-divider { color: #64748b; }
.demo-status-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 4px rgba(74,222,128,.14);
}
.demo-wa-button {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 0 0 auto;
  padding: 6px 13px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(180deg, #31d158, #16a943);
  box-shadow: inset 0 1px rgba(255,255,255,.3), 0 5px 14px rgba(22,169,67,.24);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  transition: transform .2s ease, filter .2s ease;
}
.demo-wa-button:hover { transform: translateY(-1px); filter: brightness(1.05); }
.demo-wa-button:active { transform: translateY(0); }
.demo-wa-button svg { width: 16px; height: 16px; flex: 0 0 16px; fill: currentColor; }
.watermark {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  max-width: 150vw;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  transform: translate(-50%,-50%) rotate(-25deg);
  color: rgba(0,0,0,.045);
  font-size: clamp(44px, 7vw, 80px);
  font-weight: 900;
  font-style: italic;
}
section[id], header[id], .hero-benefits[id] {
  scroll-margin-top: calc(var(--demo-bar-offset) + var(--header-offset) + 12px);
}

.site-header {
  position: sticky;
  top: var(--demo-bar-offset);
  z-index: 5000;
  height: var(--header-offset);
  color: #fff;
  background: linear-gradient(90deg, #00142c 0%, #001b3d 64%, #00172f 100%);
  box-shadow: 0 1px rgba(255,255,255,.04);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 36px; }
.brand { width: 170px; min-width: 170px; }
.brand img { width: 156px; height: auto; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 36px; flex: 1; height: 100%; }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 600; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -15px; height: 2px; background: var(--green); transform: scaleX(0); transition: .25s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--green); }
.desktop-nav a.active::after { transform: scaleX(1); }
.header-wa { align-items: center; justify-content: center; gap: 10px; min-width: 154px; height: 46px; padding: 0 22px; border-radius: 15px; background: linear-gradient(180deg, #37db49, #16b938); font-size: 14px; font-weight: 700; box-shadow: inset 0 1px rgba(255,255,255,.35), 0 8px 24px rgba(24,205,59,.2); }
.icon-circle { width: 24px; height: 24px; border: 2px solid #fff; border-radius: 50%; display: inline-grid; place-items: center; font-size: 12px; transform: rotate(-15deg); }

.hero { position: relative; color: #fff; background: radial-gradient(circle at 56% 0%, #15375e 0, #001a38 42%, #00142c 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,19,42,.18), rgba(0,19,42,0)); pointer-events: none; }
.hero-grid { min-height: 478px; display: grid; grid-template-columns: 53% 47%; align-items: stretch; position: relative; z-index: 1; }
.hero-copy { padding: 46px 8px 40px 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.service-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; margin-bottom: 18px; border: 1px solid rgba(43,214,61,.65); color: var(--green); border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .4px; }
.service-badge span { font-size: 16px; }
.hero h1 { margin: 0; font-size: clamp(47px, 4.2vw, 64px); line-height: 1.04; letter-spacing: -2.2px; font-weight: 800; }
.hero h1 span { color: var(--green); }
.truck-mark { color: var(--green); font-size: .54em; letter-spacing: -4px; vertical-align: .1em; }
.hero-subtitle { margin: 22px 0 20px; font-size: 18px; line-height: 1.45; font-weight: 500; }
.hero-subtitle i { margin: 0 5px; color: var(--green); font-style: normal; }
.hero-benefits { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0 0 24px; }
.benefit-item { display: flex; align-items: center; gap: 10px; min-width: 0; }
.benefit-icon { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(180deg, #39dc4d, #16b938); font-weight: 800; box-shadow: 0 0 0 3px rgba(43,214,61,.08); }
.benefit-item div { min-width: 0; }
.benefit-item strong, .benefit-item small { display: block; }
.benefit-item strong { font-size: 12px; white-space: nowrap; }
.benefit-item small { font-size: 10px; color: #cbd6e4; white-space: nowrap; margin-top: 2px; }
.hero-actions { display: flex; align-items: center; gap: 16px; }
.btn { min-height: 64px; border-radius: 12px; padding: 10px 22px; display: inline-flex; align-items: center; gap: 12px; }
.btn-icon { width: 32px; height: 32px; border: 2px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-size: 15px; transform: rotate(-10deg); }
.btn span:last-child { display: flex; flex-direction: column; }
.btn b { font-size: 15px; line-height: 1.25; }
.btn small { font-size: 10px; opacity: .85; margin-top: 2px; }
.btn-primary { min-width: 291px; color: #fff; background: linear-gradient(180deg, #35dc4a, #0fb43b); box-shadow: inset 0 1px rgba(255,255,255,.35), 0 11px 25px rgba(22,185,56,.23); }
.btn-phone { min-width: 222px; color: #fff; background: #0b2d57; border: 1px solid #23507d; }
.btn-phone .btn-icon { color: #6bdca0; border-color: transparent; background: rgba(33,83,126,.65); }
.hero-visual { position: relative; min-height: 478px; background-image: linear-gradient(90deg, #001a38 0, rgba(0,26,56,.38) 14%, rgba(0,26,56,0) 34%), url("assets/hero-desktop.jpg"); background-size: cover; background-position: center right; }
.hero-visual::after { content: ""; position: absolute; inset: auto 0 0 0; height: 25%; background: linear-gradient(0deg, rgba(0,18,40,.32), transparent); }

.section-white { background: #fff; }
.section-heading { text-align: center; margin-bottom: 22px; }
.section-heading h2 { margin: 0; font-size: 28px; line-height: 1.2; font-weight: 800; letter-spacing: -.7px; }
.section-heading p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.section-heading.compact { margin-bottom: 24px; }
.heading-line { display: block; width: 36px; height: 2px; margin: 10px auto 0; border-radius: 2px; background: var(--green); }
.problems { padding: 24px 0 16px; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.problem-card { min-height: 112px; display: flex; align-items: flex-start; gap: 14px; padding: 20px 18px; border-radius: 13px; background: #fff; border: 1px solid #f0f3f7; box-shadow: 0 8px 24px rgba(8,34,70,.06); }
.round-icon { width: 52px; height: 52px; flex: 0 0 52px; display: grid; place-items: center; border-radius: 50%; color: #114a91; background: #edf5ff; font-size: 23px; font-weight: 700; }
.problem-card h3 { margin: 2px 0 7px; font-size: 14px; }
.problem-card p { margin: 0; color: #526078; font-size: 10px; line-height: 1.55; }

.stats-wrap { padding: 0 0 18px; background: #fff; }
.stats-card { min-height: 92px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; color: #fff; border-radius: 12px; background: linear-gradient(90deg, #001a38, #031c3a); overflow: hidden; }
.stat-item { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 7px 30px; border-right: 1px solid rgba(255,255,255,.13); }
.stat-item:last-child { border-right: 0; }
.stat-icon { width: 48px; color: var(--green); font-size: 43px; line-height: 1; text-align: center; }
.stat-item b, .stat-item strong, .stat-item small { display: block; }
.stat-item b { font-size: 25px; line-height: 1; }
.stat-item strong { margin-top: 5px; font-size: 13px; }
.stat-item small { margin-top: 2px; color: #b9c6d7; font-size: 9px; }

.services { padding: 0 0 18px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { overflow: hidden; border: 1px solid #edf1f5; border-radius: 13px; background: #fff; box-shadow: 0 10px 25px rgba(5,31,65,.07); }
.service-photo { height: 92px; position: relative; overflow: hidden; background: #dfe7ef; }
.service-photo img { width: 100%; height: 100%; object-fit: cover; }
.service-badge-icon { position: absolute; left: 18px; bottom: -1px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(180deg, #37de4d, #15b838); font-size: 23px; border: 4px solid rgba(255,255,255,.68); transform: translateY(50%); }
.service-body { padding: 30px 19px 16px; min-height: 126px; }
.service-body h3 { margin: 0 0 7px; font-size: 15px; }
.service-body p { min-height: 34px; margin: 0 0 8px; color: #607087; font-size: 10px; line-height: 1.55; }
.service-body strong { color: #11b63a; font-size: 13px; }

.area-section { padding: 0 0 18px; background: #fff; }
.area-box { min-height: 92px; display: grid; grid-template-columns: 270px 1fr; align-items: center; gap: 24px; padding: 17px 30px; border-radius: 12px; color: #fff; background: linear-gradient(90deg, #001a38, #08244a); }
.area-title { display: flex; align-items: center; gap: 17px; padding-right: 24px; border-right: 1px solid rgba(255,255,255,.13); }
.area-title span { color: var(--green); font-size: 43px; }
.area-title strong { font-size: 18px; line-height: 1.25; }
.area-pills { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px 12px; }
.area-pills span { height: 28px; display: grid; place-items: center; border: 1px solid rgba(43,214,61,.58); border-radius: 999px; color: var(--green); font-size: 11px; font-weight: 700; }

.testimonials { padding: 0 0 18px; }
.testimonial-shell { position: relative; padding: 0 40px; }
.testimonial-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; overflow: hidden; }
.testimonial-card { display: none; min-width: 0; padding: 6px 10px 8px; }
.testimonial-card.active { display: block; }
.testimonial-card p { min-height: 52px; margin: 0 0 12px; padding-left: 25px; position: relative; color: #4f5c73; font-size: 10px; line-height: 1.55; }
.testimonial-card p span { position: absolute; left: 0; top: -5px; color: var(--green); font-size: 32px; font-weight: 800; }
.reviewer { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 10px; }
.avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: 15px; font-weight: 800; border: 3px solid #eaf0f6; }
.avatar-a { background: #138a50; }.avatar-r { background: #c46f64; }.avatar-d { background: #7b5a39; }.avatar-s { background: #3d75a6; }
.reviewer b, .reviewer small { display: block; }
.reviewer b { font-size: 12px; }
.reviewer small { color: #758096; font-size: 9px; }
.stars { color: #ffc000; letter-spacing: 1px; font-size: 14px; white-space: nowrap; }
.slider-btn { position: absolute; top: 50%; width: 34px; height: 34px; border: 0; border-radius: 50%; color: #38516f; background: #f3f7fb; font-size: 29px; line-height: 1; cursor: pointer; transform: translateY(-50%); }
.slider-btn.prev { left: 0; }.slider-btn.next { right: 0; }

.bottom-cta { background: #fff; }
.bottom-cta-box { position: relative; min-height: 72px; display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 16px; padding: 11px 42px 11px 150px; border-radius: 12px 12px 0 0; color: #fff; background: linear-gradient(180deg, #38dc4a, #11ae36); overflow: visible; }
.cta-tech { position: absolute; left: 44px; bottom: 0; width: 107px; }
.bottom-cta-copy h2 { margin: 0; font-size: 18px; }
.bottom-cta-copy p { margin: 2px 0 0; font-size: 10px; opacity: .9; }
.bottom-cta-box > a { min-width: 285px; height: 48px; display: flex; align-items: center; justify-content: center; gap: 11px; border-radius: 10px; color: #0eae38; background: #fff; font-size: 13px; font-weight: 700; box-shadow: 0 4px 12px rgba(2,74,31,.16); }
.bottom-cta-box > a span { width: 25px; height: 25px; display: grid; place-items: center; border: 2px solid #13b43a; border-radius: 50%; }

.site-footer { color: #fff; background: linear-gradient(90deg, #00152d, #001a38); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.15fr .8fr; gap: 42px; padding: 35px 28px 30px; }
.footer-brand img { width: 145px; margin-bottom: 15px; }
.footer-grid h3 { margin: 4px 0 12px; font-size: 13px; }
.footer-grid p, .footer-grid a, .footer-grid span { display: block; margin: 0 0 5px; color: #d0d9e6; font-size: 10px; line-height: 1.55; }
.socials { display: flex; gap: 10px; }
.socials a { width: 31px; height: 31px; margin: 0; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #1fcf40; font-size: 16px; font-weight: 800; }
.socials a:nth-child(2) { background: linear-gradient(135deg, #f6b83c, #e5277b 55%, #6556d7); }
.socials a:nth-child(3) { background: #287be8; }
.copyright { padding: 14px 24px; border-top: 1px solid rgba(255,255,255,.1); text-align: center; color: #bac5d4; font-size: 9px; }
.floating-wa { position: fixed; right: 24px; bottom: calc(22px + env(safe-area-inset-bottom)); z-index: 900; width: 58px; height: 58px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; color: #fff; background: linear-gradient(180deg, #35dc4a, #11b337); box-shadow: 0 9px 26px rgba(0, 43, 25, .28); font-size: 25px; transform: rotate(-10deg); }

@media (max-width: 1100px) {
  .container { width: min(100% - 34px, 1000px); }
  .desktop-nav { gap: 19px; }
  .hero h1 { font-size: 46px; }
  .hero-subtitle { font-size: 16px; }
  .benefit-item strong { font-size: 10px; }
  .benefit-item small { font-size: 8px; }
  .btn-primary { min-width: 255px; }
  .btn-phone { min-width: 190px; }
  .problem-grid, .service-grid { gap: 12px; }
  .problem-card { padding: 16px 12px; gap: 10px; }
  .round-icon { width: 44px; height: 44px; flex-basis: 44px; }
  .area-box { grid-template-columns: 235px 1fr; padding: 16px 20px; }
  .area-pills { gap: 8px; }
  .footer-grid { gap: 22px; }
}


@media (max-width: 860px) {
  .demo-bar-inner {
    width: calc(100% - 20px);
    min-height: 54px;
    justify-content: space-between;
    gap: 9px;
    padding: 6px 0;
  }
  .demo-bar-copy {
    justify-content: flex-start;
    gap: 7px;
    overflow: hidden;
    font-size: 10px;
  }
  .demo-bar-copy strong { font-size: 10px; }
  .demo-message {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .demo-wa-button {
    min-height: 36px;
    padding: 7px 11px;
    border-radius: 9px;
    font-size: 10px;
  }
  .watermark { font-size: clamp(38px, 14vw, 58px); }
}

@media (max-width: 500px) {
  .demo-divider, .demo-message { display: none; }
  .demo-bar-inner { min-height: 52px; }
}

@media (max-width: 350px) {
  .demo-bar-copy strong { font-size: 9px; }
  .demo-wa-button { padding-inline: 9px; }
  .demo-wa-button span { font-size: 0; }
  .demo-wa-button span::after { content: "WhatsApp"; font-size: 10px; }
}

@media (max-width: 860px) {
  .desktop-only, .desktop-nav { display: none !important; }
  .mobile-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
  .container { width: calc(100% - 28px); }
  :root { --header-offset: 72px; }
  .site-header { height: var(--header-offset); }
  .header-inner { gap: 12px; }
  .brand { width: auto; min-width: 0; }
  .brand img { width: 143px; }
  .mobile-wa, .menu-toggle { width: 44px; height: 44px; border: 0; border-radius: 10px; display: grid; place-items: center; color: #fff; }
  .mobile-wa { background: linear-gradient(180deg, #36dc4b, #13b73a); font-size: 19px; transform: rotate(-10deg); }
  .menu-toggle { padding: 0 12px; background: #0b2d55; cursor: pointer; }
  .menu-toggle span { width: 19px; height: 2px; border-radius: 2px; background: #fff; transition: .25s ease; }
  .menu-toggle span + span { margin-top: 4px; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu { position: fixed; top: calc(var(--demo-bar-offset) + var(--header-offset)); left: 0; right: 0; z-index: 999; display: grid; gap: 0; padding: 8px 18px 18px; color: #fff; background: #001a38; border-top: 1px solid rgba(255,255,255,.08); box-shadow: 0 20px 40px rgba(0,0,0,.2); transform: translateY(-125%); opacity: 0; visibility: hidden; transition: .3s ease; }
  .mobile-menu.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .mobile-menu a { padding: 14px 10px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 14px; font-weight: 600; }

  .hero-grid { min-height: auto; display: block; }
  .hero-copy { padding: 28px 0 24px; }
  .service-badge { margin-bottom: 16px; padding: 6px 12px; font-size: 10px; }
  .hero h1 { font-size: clamp(35px, 9.5vw, 47px); line-height: 1.07; letter-spacing: -1.5px; }
  .truck-mark { font-size: .45em; }
  .hero-subtitle { margin: 18px 0 18px; font-size: 14px; }
  .hero-benefits { gap: 5px; margin-bottom: 22px; }
  .benefit-item { display: block; text-align: center; }
  .benefit-icon { width: 31px; height: 31px; margin: 0 auto 7px; }
  .benefit-item strong { font-size: 9px; white-space: normal; line-height: 1.25; }
  .benefit-item small { font-size: 7px; white-space: normal; line-height: 1.3; }
  .hero-actions, .btn-primary { width: 100%; }
  .btn-primary { min-height: 58px; justify-content: center; border-radius: 9px; }
  .btn b { font-size: 13px; }
  .btn small { font-size: 9px; }
  .mobile-hero-visual { display: block; width: 100%; aspect-ratio: 1.08 / 1; background: #001a38 url("assets/hero-mobile.jpg") center/cover no-repeat; border-top: 1px solid rgba(255,255,255,.08); }

  .section-heading h2 { font-size: 21px; }
  .section-heading p { font-size: 9px; line-height: 1.45; }
  .problems { padding: 19px 0 14px; }
  .problem-grid { grid-template-columns: 1fr; gap: 10px; }
  .problem-card { min-height: 84px; padding: 13px 14px; align-items: center; border-radius: 10px; }
  .round-icon { width: 47px; height: 47px; flex-basis: 47px; font-size: 20px; }
  .problem-card h3 { margin: 0 0 4px; font-size: 12px; }
  .problem-card p { font-size: 8.5px; line-height: 1.45; }

  .stats-wrap { padding-bottom: 18px; }
  .stats-card { min-height: 100px; border-radius: 10px; }
  .stat-item { display: block; min-height: 76px; padding: 10px 4px; text-align: center; border-right-color: rgba(255,255,255,.1); }
  .stat-icon { width: auto; height: 30px; margin-bottom: 5px; font-size: 27px; }
  .stat-item b { font-size: 17px; }
  .stat-item strong { font-size: 8px; line-height: 1.3; }
  .stat-item small { font-size: 7px; line-height: 1.3; }

  .services { padding-bottom: 19px; }
  .desktop-services { display: none; }
  .mobile-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
  .mobile-services a { min-width: 0; text-align: center; }
  .mobile-services span { width: 48px; height: 48px; margin: 0 auto 7px; display: grid; place-items: center; border-radius: 50%; color: #16b73c; background: #ecf4fb; border: 5px solid #e6edf4; box-shadow: inset 0 0 0 2px rgba(43,214,61,.25); font-size: 21px; }
  .mobile-services b { display: block; font-size: 8px; line-height: 1.3; }

  .area-section { padding-bottom: 18px; }
  .area-box { display: block; min-height: auto; padding: 18px; }
  .area-title { justify-content: center; padding: 0 0 14px; margin-bottom: 14px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .area-title span { font-size: 32px; }
  .area-title strong { font-size: 15px; }
  .area-pills { grid-template-columns: repeat(2, 1fr); }
  .area-pills span { font-size: 9px; }

  .testimonials { padding-bottom: 18px; }
  .testimonial-shell { padding: 0 29px; }
  .testimonial-track { grid-template-columns: 1fr; gap: 0; }
  .testimonial-card { display: none !important; }
  .testimonial-card.mobile-active { display: block !important; padding: 13px 10px; border: 1px solid #edf1f5; border-radius: 10px; box-shadow: 0 8px 22px rgba(4,31,64,.06); }
  .testimonial-card p { font-size: 9px; }
  .stars { font-size: 11px; }

  .bottom-cta { padding: 0 0 18px; }
  .bottom-cta-box { min-height: 82px; grid-template-columns: 1fr; padding: 16px; border-radius: 9px; text-align: center; }
  .cta-tech, .bottom-cta-copy { display: none; }
  .bottom-cta-box > a { min-width: 0; width: 100%; height: 50px; font-size: 13px; }

  .footer-grid { grid-template-columns: 1fr 1fr; padding: 30px 12px 18px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .floating-wa { width: 52px; height: 52px; right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); }
}

@media (max-width: 430px) {
  .container { width: calc(100% - 24px); }
  .brand img { width: 137px; }
  .mobile-wa, .menu-toggle { width: 42px; height: 42px; }
  .hero-copy { padding-top: 24px; }
  .hero h1 { font-size: 34px; }
  .hero-subtitle { font-size: 13px; }
  .problem-card { padding: 12px; }
  .footer-grid { gap: 24px 16px; }
}

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ui-icon { width: 1em; height: 1em; display: block; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.icon-circle .ui-icon { width: 14px; height: 14px; }
.truck-mark { display: inline-block; width: .8em; height: .8em; vertical-align: -.02em; }
.truck-mark .ui-icon { width: 100%; height: 100%; stroke-width: 1.5; }
.benefit-icon .ui-icon { width: 17px; height: 17px; }
.round-icon .ui-icon { width: 25px; height: 25px; }
.stat-icon .ui-icon { width: 43px; height: 43px; margin: 0 auto; }
.service-badge-icon .ui-icon { width: 23px; height: 23px; }
.area-title span .ui-icon { width: 43px; height: 43px; }
.btn-icon .ui-icon { width: 17px; height: 17px; }
.mobile-wa .ui-icon, .floating-wa .ui-icon { width: 22px; height: 22px; }
.mobile-services span .ui-icon { width: 23px; height: 23px; }
.bottom-cta-box > a span .ui-icon { width: 16px; height: 16px; }
.footer-grid a .ui-icon, .footer-grid span .ui-icon { display: inline-block; width: 12px; height: 12px; vertical-align: -2px; }
.socials a .ui-icon { width: 16px; height: 16px; }
.bottom-cta-box { grid-template-columns: 1fr auto; }

@media (max-width: 860px) {
  main { display: flex; flex-direction: column; }
  .hero { order: 1; }
  .problems { order: 2; }
  .stats-wrap { order: 3; }
  .services { order: 4; }
  .bottom-cta { order: 5; }
  .area-section { order: 6; }
  .testimonials { order: 7; }
  .stat-icon .ui-icon { width: 28px; height: 28px; }
  .area-title span .ui-icon { width: 33px; height: 33px; }
  .bottom-cta-box { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .floating-wa { display: none; }
}
