:root {
  --orange: #f34c06;
  --yellow: #f5c703;
  --navy: #12273f;
  --white: #ffffff;
  --gray: #878787;
  --ink: #071522;
  --line: rgba(18, 39, 63, 0.12);
  --soft: #f7f8fa;
  --shadow: none;
  --radius: 15px;
  --shell: min(1240px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Kanit", Arial, sans-serif;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
  width: 100%;
}

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

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

button,
input,
select {
  font: inherit;
}

.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 120;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--orange), var(--yellow));
}

.page-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  border: 0;
  background: rgba(7, 21, 34, 0.36);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: opacity 220ms ease, visibility 220ms ease;
}

body.menu-open .page-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.page-shell {
  width: var(--shell);
  margin: 0 auto;
}

.section {
  padding: 150px 0;
}

.about-section {
  padding-top: 110px;
}

.section-dark {
  background: var(--navy);
  color: var(--white);
}

.site-header {
  position: fixed;
  top: 24px;
  left: 50%;
  z-index: 90;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  width: min(1240px, calc(100% - 48px));
  min-height: 74px;
  padding: 14px 18px 14px 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50px;
  background: rgba(18, 39, 63, 0.82);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(18, 39, 63, 0.94);
}

.site-header.is-menu-open {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(18, 39, 63, 0.96);
}

.brand img {
  width: 180px;
  height: auto;
}

.primary-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 500;
}

.primary-nav a {
  transition: color 180ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--white);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 200ms ease, background 200ms ease, color 200ms ease;
}

.whatsapp-link {
  gap: 9px;
}

.whatsapp-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32 101.5 32 1.9 131.6 1.9 254c0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1s56.2 81.2 56.1 130.5c0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3s19.9 53.7 22.6 57.4c2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32 101.5 32 1.9 131.6 1.9 254c0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1s56.2 81.2 56.1 130.5c0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3s19.9 53.7 22.6 57.4c2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.header-cta {
  padding: 14px 28px;
  background: var(--orange);
  color: var(--white);
  font-size: 15px;
}

.btn {
  padding: 15px 30px;
  font-size: 16px;
}

.btn-primary {
  background: var(--orange);
  color: var(--white);
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  color: var(--white);
}

.btn-dark {
  background: var(--navy);
  color: var(--white);
}

.btn-whatsapp {
  background: #25d366;
  color: var(--white);
}

.btn-whatsapp:hover {
  background: #1ebe5b;
}

.btn:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: transparent;
  color: var(--white);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 870px;
  padding: 170px 0 70px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 39, 63, 0.96) 0%, rgba(18, 39, 63, 0.76) 48%, rgba(18, 39, 63, 0.5) 100%);
}

.hero-bg-mark {
  position: absolute;
  top: 48%;
  right: clamp(-120px, -4vw, -42px);
  width: min(980px, 68vw);
  aspect-ratio: 1;
  background: url("../assets/logo-3.png") center / contain no-repeat;
  opacity: 0.22;
  transform: translateY(-50%);
  animation: heroMarkFloat 12s ease-in-out infinite;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.8fr);
  align-items: center;
  gap: 72px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-dark .eyebrow {
  color: var(--yellow);
}

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

h1 {
  max-width: 720px;
  margin-bottom: 26px;
  font-size: clamp(54px, 7vw, 88px);
  font-weight: 600;
  line-height: 0.98;
}

h2 {
  margin-bottom: 28px;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 600;
  line-height: 1.08;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  color: var(--gray);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.section-dark p {
  color: rgba(255, 255, 255, 0.72);
}

.hero-lead {
  max-width: 640px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
}

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

.hero-panel {
  position: relative;
  min-height: 640px;
}

.vehicle-orbit {
  position: absolute;
  inset: 12px -10px auto auto;
  --orbit-x: 0px;
  --orbit-y: 0px;
  width: min(560px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  animation: orbitFloat 8s ease-in-out infinite;
  will-change: transform;
}

.orbit-ring {
  position: absolute;
  inset: 12%;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  animation: spin 28s linear infinite;
}

.ring-two {
  inset: 25%;
  border-color: rgba(245, 199, 3, 0.32);
  animation-duration: 18s;
  animation-direction: reverse;
}

.shield-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 190px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--white);
  transform: translate(-50%, -50%);
  animation: shieldPulse 5.5s ease-in-out infinite;
}

.shield-core img {
  width: 112px;
}

.vehicle-card {
  position: absolute;
  display: grid;
  place-items: center;
  width: 150px;
  height: 78px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  animation: cardFloat 6s ease-in-out infinite;
}

.vehicle-card span {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

.vehicle-car {
  top: 10%;
  left: 7%;
}

.vehicle-moto {
  right: 0;
  top: 43%;
  animation-delay: -1.8s;
}

.vehicle-fleet {
  left: 10%;
  bottom: 28%;
  animation-delay: -3.2s;
}

.hero-stat {
  position: absolute;
  left: 0;
  bottom: 64px;
  width: 250px;
  padding: 26px;
  border-radius: var(--radius);
  background: var(--white);
}

.hero-stat-alt {
  right: 26px;
  left: auto;
  bottom: 0;
  background: var(--yellow);
}

.hero-stat strong {
  display: block;
  color: var(--navy);
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.hero-stat span {
  color: var(--navy);
  font-size: 16px;
  line-height: 1.35;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  align-items: center;
  gap: 100px;
}

.visual-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--navy);
  border: 1px solid rgba(18, 39, 63, 0.12);
}

.visual-card-top {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  background: var(--navy);
}

.visual-card-top img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  object-position: center;
}

.mini-dashboard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.mini-dashboard div {
  min-height: 132px;
  padding: 26px 22px;
  background: rgba(255, 255, 255, 0.06);
}

.mini-dashboard span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.mini-dashboard strong {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.section-copy p:last-child {
  margin-bottom: 0;
}

.cta-strip {
  position: relative;
  overflow: hidden;
  padding: 96px 0 0;
  background: var(--navy);
  color: var(--white);
}

.cta-strip-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  text-align: center;
}

.cta-strip h2 {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--white);
}

.cta-logo-marquee {
  width: 100%;
  margin-top: 78px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.cta-logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: logoMarquee 28s linear infinite;
}

.cta-logo-track img {
  width: 235px;
  height: auto;
  margin: 22px 44px;
  opacity: 0.38;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.8fr);
  gap: 90px;
  align-items: end;
  margin-bottom: 70px;
}

.section-heading h2,
.center-heading h2 {
  margin-bottom: 0;
}

.section-heading > p {
  margin-bottom: 8px;
}

.coverage-carousel {
  position: relative;
}

.coverage-viewport {
  overflow: hidden;
  margin: -18px 0;
  padding: 18px 0;
}

.coverage-track {
  display: flex;
  gap: 22px;
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.coverage-card {
  flex: 0 0 calc((100% - 44px) / 3);
  overflow: hidden;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: transform 220ms ease, border-color 220ms ease;
}

.coverage-card:hover {
  transform: translateY(-6px);
  border-color: rgba(18, 39, 63, 0.24);
}

.coverage-photo {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(18, 39, 63, 0.04), rgba(18, 39, 63, 0.82)),
    linear-gradient(135deg, rgba(245, 199, 3, 0.48), rgba(243, 76, 6, 0.58)),
    var(--navy);
}

.coverage-photo::after {
  content: "";
  position: absolute;
  inset: auto 24px 24px auto;
  width: 78px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.coverage-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coverage-photo:has(img)::after {
  display: none;
}

.photo-crash {
  background:
    linear-gradient(180deg, rgba(18, 39, 63, 0.02), rgba(18, 39, 63, 0.82)),
    linear-gradient(135deg, rgba(243, 76, 6, 0.9), rgba(18, 39, 63, 0.94));
}

.photo-fire {
  background:
    linear-gradient(180deg, rgba(18, 39, 63, 0.08), rgba(18, 39, 63, 0.86)),
    linear-gradient(135deg, rgba(245, 199, 3, 0.64), rgba(243, 76, 6, 0.76)),
    #071522;
}

.photo-parts {
  background:
    linear-gradient(180deg, rgba(18, 39, 63, 0.08), rgba(18, 39, 63, 0.84)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 18px),
    var(--navy);
}

.photo-third {
  background:
    linear-gradient(180deg, rgba(18, 39, 63, 0.06), rgba(18, 39, 63, 0.86)),
    linear-gradient(90deg, rgba(243, 76, 6, 0.82), rgba(18, 39, 63, 0.92));
}

.photo-reserve {
  background:
    linear-gradient(180deg, rgba(18, 39, 63, 0.08), rgba(18, 39, 63, 0.84)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(245, 199, 3, 0.56)),
    var(--orange);
}

.coverage-content {
  padding: 30px;
}

.card-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(243, 76, 6, 0.12);
  color: var(--orange);
  font-size: 14px;
  font-weight: 700;
}

.coverage-card h3 {
  margin-bottom: 14px;
}

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

.coverage-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 34px;
}

.coverage-arrow {
  display: grid;
  place-items: center;
  width: 54px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.coverage-arrow:hover {
  background: var(--navy);
  color: var(--white);
  transform: translateY(-2px);
}

.coverage-arrow span {
  width: 12px;
  height: 12px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(45deg);
}

.coverage-arrow-next span {
  transform: rotate(225deg);
}

.coverage-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex: 1;
}

.coverage-dot {
  width: 34px;
  height: 8px;
  border: 0;
  border-radius: 99px;
  background: rgba(18, 39, 63, 0.16);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.coverage-dot.is-active {
  width: 58px;
  background: var(--orange);
}

.vehicles-section {
  position: relative;
  overflow: hidden;
}

.vehicles-section::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -8vw;
  width: min(760px, 58vw);
  aspect-ratio: 1;
  background: url("../assets/logo-3.png") center / contain no-repeat;
  opacity: 0.18;
  transform: translateY(-50%);
  pointer-events: none;
}

.vehicles-section .page-shell {
  position: relative;
  z-index: 1;
}

.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.vehicle-type {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
}

.vehicle-photo {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.vehicle-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vehicle-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 22px 28px;
}

.vehicle-content h3 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 30px;
  letter-spacing: 0.04em;
}

.vehicle-subtitle {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  font-weight: 500;
}

.vehicle-copy-block {
  margin-bottom: 28px;
}

.vehicle-copy-block strong {
  display: block;
  margin-bottom: 8px;
  color: var(--yellow);
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vehicle-copy-block p {
  margin-bottom: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.84);
}

.vehicle-pricing {
  margin-top: auto;
  margin-bottom: 24px;
}

.vehicle-pricing span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 500;
}

.vehicle-pricing strong {
  display: block;
  color: var(--yellow);
  font-size: clamp(34px, 4vw, 44px);
  line-height: 1;
  letter-spacing: -0.03em;
}

.vehicle-cta {
  width: 100%;
}

.process-section {
  background: var(--soft);
}

.process-list {
  display: grid;
  gap: 16px;
}

.process-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  align-items: start;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.process-step span {
  display: grid;
  place-items: center;
  width: 64px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--navy);
  color: var(--yellow);
  font-size: 24px;
  font-weight: 700;
}

.process-step h3 {
  margin-bottom: 8px;
}

.process-step p {
  margin-bottom: 0;
}

.center-heading {
  max-width: 760px;
  margin: 0 auto 70px;
  text-align: center;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.advantage-card {
  min-height: 310px;
  padding: 34px;
  border-radius: var(--radius);
  background: var(--navy);
  color: var(--white);
}

.advantage-card:nth-child(2) {
  background: var(--orange);
}

.advantage-card:nth-child(3) {
  background: var(--yellow);
  color: var(--navy);
}

.advantage-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

.advantage-card:nth-child(3) p {
  color: rgba(18, 39, 63, 0.74);
}

.quote-section {
  padding: 150px 0;
  background: var(--navy);
}

.quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.66fr);
  gap: 100px;
  align-items: center;
}

.quote-copy p {
  max-width: 620px;
}

.quote-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.quote-form label {
  position: relative;
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 600;
}

.quote-form label:has(.custom-select.is-open) {
  z-index: 10;
}

.quote-form input,
.custom-select-button {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  padding: 0 16px;
  outline: 0;
}

.quote-form input:focus,
.custom-select-button:focus-visible,
.custom-select.is-open .custom-select-button {
  border-color: var(--yellow);
}

.custom-select {
  position: relative;
}

.custom-select-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
}

.custom-select-button::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-3px);
  transition: transform 180ms ease;
}

.custom-select.is-open .custom-select-button::after {
  transform: rotate(225deg) translate(-2px, -1px);
}

.custom-select-options {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 20;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 18px 44px rgba(7, 21, 34, 0.24);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.custom-select.is-open .custom-select-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.custom-select-options button {
  min-height: 48px;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0 16px;
  cursor: pointer;
  text-align: left;
}

.custom-select-options button:hover,
.custom-select-options button:focus-visible,
.custom-select-options button.is-selected {
  background: rgba(243, 76, 6, 0.1);
}

.quote-form .btn {
  width: 100%;
  margin-top: 6px;
}

.form-feedback {
  min-height: 27px;
  margin: 0;
  color: var(--yellow);
  font-size: 16px;
}

.floating-whatsapp {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 80;
  display: grid;
  place-items: center;
  width: 62px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25d366;
  transition: transform 200ms ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px) scale(1.02);
}

.floating-whatsapp .whatsapp-icon {
  width: 31px;
  height: 31px;
  color: var(--white);
}

.site-footer {
  padding: 96px 0 28px;
  background: #071522;
  color: var(--white);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(150px, 0.6fr) minmax(170px, 0.7fr) minmax(230px, 0.85fr);
  gap: 44px;
  padding-bottom: 54px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand img {
  width: 230px;
  margin-bottom: 26px;
}

.footer-brand p,
.footer-contact p {
  max-width: 360px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.65;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 13px 24px;
  border-radius: 50px;
  background: var(--orange);
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease;
}

.footer-cta:hover {
  background: #ff5b16;
  transform: translateY(-2px);
}

.footer-column,
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-column h2,
.footer-contact h2 {
  margin: 0 0 20px;
  color: var(--yellow);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-column a {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 500;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--white);
  transform: translateX(3px);
}

.footer-contact-list {
  display: grid;
  gap: 10px;
}

.footer-contact-list span {
  position: relative;
  display: block;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.45;
}

.footer-contact-list span::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms ease, transform 700ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes heroMarkFloat {
  0%,
  100% {
    transform: translate3d(0, -50%, 0) scale(1);
  }

  50% {
    transform: translate3d(-18px, calc(-50% - 10px), 0) scale(1.03);
  }
}

@keyframes orbitFloat {
  0%,
  100% {
    transform: translate3d(var(--orbit-x), var(--orbit-y), 0);
  }

  50% {
    transform: translate3d(calc(var(--orbit-x) - 12px), calc(var(--orbit-y) - 18px), 0);
  }
}

@keyframes shieldPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.035);
  }
}

@keyframes cardFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes logoMarquee {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .primary-nav {
    position: fixed;
    top: 88px;
    left: 24px;
    right: 24px;
    z-index: 95;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    background: var(--navy);
    box-shadow: 0 24px 60px rgba(7, 21, 34, 0.28);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    padding: 12px 0;
  }

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

  .header-cta {
    display: none;
  }

  .hero-grid,
  .split-layout,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 540px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .coverage-card {
    flex-basis: calc((100% - 22px) / 2);
  }

  .advantages-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .vehicle-content h3 {
    font-size: 28px;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100% - 32px, 1240px);
  }

  .section,
  .quote-section {
    padding: 96px 0;
  }

  .site-header {
    top: 14px;
    width: calc(100% - 28px);
    min-height: 64px;
    padding: 10px 12px 10px 18px;
  }

  .site-header.is-menu-open {
    border-color: rgba(255, 255, 255, 0.34);
    box-shadow: 0 18px 52px rgba(7, 21, 34, 0.26);
  }

  .brand img {
    width: 144px;
  }

  .hero {
    min-height: auto;
    padding: 118px 0 72px;
  }

  h1 {
    font-size: 43px;
    line-height: 1.04;
  }

  h2 {
    font-size: 38px;
  }

  p,
  .hero-lead {
    font-size: 17px;
  }

  .hero-grid {
    display: block;
  }

  .hero-bg-mark {
    top: 312px;
    right: -300px;
    bottom: auto;
    width: 600px;
    opacity: 0.12;
    transform: translateY(-50%);
  }

  .hero-panel {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: 520px;
    margin-top: 52px;
    opacity: 1;
    pointer-events: none;
  }

  .vehicle-orbit {
    top: 0;
    right: 0;
    left: 50%;
    --orbit-x: -50%;
    width: min(400px, calc(100vw - 16px));
  }

  .shield-core {
    width: 168px;
  }

  .shield-core img {
    width: 104px;
  }

  .vehicle-card {
    width: 120px;
    height: 60px;
  }

  .vehicle-card span {
    font-size: 15px;
  }

  .vehicle-car {
    top: 7%;
    left: 6%;
  }

  .vehicle-moto {
    top: 38%;
    right: 1%;
  }

  .vehicle-fleet {
    left: 6%;
    bottom: 27%;
  }

  .hero-stat {
    top: 330px;
    bottom: auto;
    left: 10px;
    display: block;
    width: 148px;
    min-height: 96px;
    padding: 14px;
    border-radius: 12px;
    z-index: 2;
  }

  .hero-stat-alt {
    top: 284px;
    right: 8px;
    left: auto;
    bottom: auto;
    width: 150px;
    min-height: 104px;
  }

  .hero-stat strong {
    font-size: 38px;
  }

  .hero-stat span {
    font-size: 12px;
    line-height: 1.25;
  }

  .about-section {
    padding-top: 24px;
  }

  .mini-dashboard {
    grid-template-columns: 1fr;
  }

  .cta-strip {
    padding: 72px 0 0;
  }

  .cta-strip-grid {
    align-items: center;
    flex-direction: column;
  }

  .cta-logo-marquee {
    margin-top: 56px;
  }

  .cta-logo-track img {
    width: 190px;
    margin: 18px 28px;
  }

  .site-footer {
    padding-top: 128px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 38px;
  }

  .footer-brand img {
    width: 200px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .coverage-card {
    flex-basis: 100%;
    min-height: 480px;
  }

  .vehicle-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-type {
    min-height: auto;
  }

  .vehicle-photo {
    aspect-ratio: 16 / 9;
  }

  .vehicle-content {
    padding: 22px 20px 24px;
  }

  .vehicle-subtitle {
    font-size: 17px;
  }

  .vehicle-pricing strong {
    font-size: 36px;
  }

  .coverage-controls {
    margin-top: 24px;
  }

  .coverage-content {
    padding: 24px;
  }

  .process-step {
    grid-template-columns: 48px 1fr;
    padding: 22px;
  }

  .process-step span {
    width: 48px;
    font-size: 20px;
  }

  .quote-grid {
    gap: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
