/* ===================================================================
   Bali ATV Tour & Adventure — Design System
   =================================================================== */

:root {
  --color-primary: #0B6E4F;
  --color-primary-dark: #084D38;
  --color-primary-light: #E7F3EE;
  --color-accent: #F4A300;
  --color-accent-dark: #C97F00;
  --color-whatsapp: #25D366;
  --color-whatsapp-dark: #1DA851;
  --color-bg: #FBF8F2;
  --color-surface: #FFFFFF;
  --color-text: #1F2A24;
  --color-text-muted: #5B6B63;
  --color-border: #E4DFD2;

  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 2px 8px rgba(16, 40, 30, 0.08);
  --shadow-md: 0 12px 32px rgba(16, 40, 30, 0.12);
  --shadow-lg: 0 20px 48px rgba(16, 40, 30, 0.18);

  --container-width: 1180px;
  --header-height: 76px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body, h1, h2, h3, h4, p, ul, figure { margin: 0; }
ul { padding: 0; list-style: none; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; background: none; border: none; padding: 0; }

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

body {
  font-family: var(--font-body);
  background: var(--color-bg);
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  color: var(--color-text);
  line-height: 1.25;
  font-weight: 700;
}

h1 { font-size: clamp(2rem, 4.5vw, 3.1rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
h3 { font-size: 1.2rem; }

p.lead { font-size: 1.1rem; color: var(--color-text-muted); max-width: 62ch; }

a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 2px;
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 88px 0; }
.section-tight { padding: 56px 0; }
.section-alt { background: var(--color-surface); }

.section-head { max-width: 700px; margin: 0 auto 48px; text-align: center; }
.eyebrow {
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary);
  background: var(--color-primary-light);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.98rem;
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  min-height: 44px;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }

.btn-primary { background: var(--color-accent); color: #2b1900; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--color-accent-dark); box-shadow: var(--shadow-md); }

.btn-outline { background: transparent; color: var(--color-primary); border: 2px solid var(--color-primary); }
.btn-outline:hover { background: var(--color-primary); color: #fff; }

.btn-whatsapp { background: var(--color-whatsapp); color: #fff; box-shadow: var(--shadow-sm); }
.btn-whatsapp:hover { background: var(--color-whatsapp-dark); box-shadow: var(--shadow-md); }

.btn-whatsapp-booking { background: var(--color-whatsapp-dark); color: #fff; box-shadow: var(--shadow-sm); }
.btn-whatsapp-booking:hover { background: #158C41; box-shadow: var(--shadow-md); }

.btn-block { width: 100%; }

/* "Book Now" WhatsApp CTA with caption above the button */
.wa-book-cta { display: inline-flex; flex-direction: column; align-items: center; gap: 8px; }
.wa-book-cta .btn-caption {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}
.price-panel .wa-book-cta .btn-caption { color: var(--color-text-muted); }

@media (max-width: 768px) {
  .hero-actions .wa-book-cta,
  .cta-band .wa-book-cta { width: 100%; }
  .wa-book-cta .btn { width: 100%; }
}

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-height);
  display: flex;
  align-items: center;
  background: rgba(251, 248, 242, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--color-border);
}

.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; }

.brand { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
.brand-mark {
  width: 44px; height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}
.brand-text { font-family: var(--font-heading); font-weight: 700; font-size: 1.05rem; color: var(--color-primary-dark); }

.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { font-weight: 500; color: var(--color-text-muted); transition: color 200ms ease; cursor: pointer; }
.main-nav a:hover, .main-nav a.is-active { color: var(--color-primary); }
.main-nav a.nav-cta { color: #fff; }
.main-nav a.nav-cta:hover { color: #fff; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px; height: 44px;
  cursor: pointer;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--color-text); border-radius: 2px; transition: transform 200ms ease, opacity 200ms ease; margin: 0 auto; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,30,20,0.55) 0%, rgba(8,30,20,0.72) 60%, rgba(8,30,20,0.85) 100%);
}
.hero-content { position: relative; z-index: 1; max-width: 900px; }
.hero-content h1 { color: #fff; margin-bottom: 18px; max-width: 720px; }
.hero-content p.lead { color: rgba(255,255,255,0.9); max-width: 640px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }

.hero-badges { display: flex; flex-wrap: nowrap; gap: 6px; margin-top: 28px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 6px 10px; border-radius: 999px;
  font-size: 0.7rem; font-weight: 500;
  white-space: nowrap;
  color: rgba(255,255,255,0.95);
}
.hero-badge svg { flex-shrink: 0; color: var(--color-accent); }

/* ---------- Hero Slider (homepage) ---------- */
.hero-slider::after { content: none; }

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

.hero-slide {
  position: absolute; inset: 0;
  display: flex; align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 700ms ease;
}
.hero-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }

.hero-slide-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  z-index: 0;
}

.hero-slide::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,30,20,0.55) 0%, rgba(8,30,20,0.72) 60%, rgba(8,30,20,0.85) 100%);
  z-index: 1;
}

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

.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 3;
  width: 46px; height: 46px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  cursor: pointer;
  transition: background-color 200ms ease;
}
.hero-arrow:hover { background: rgba(255,255,255,0.28); }
.hero-arrow-prev { left: 20px; }
.hero-arrow-next { right: 20px; }

.hero-dots {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  z-index: 3;
  display: flex; gap: 10px;
}
.hero-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,0.4);
  border: none;
  cursor: pointer;
  transition: background-color 200ms ease, transform 200ms ease;
}
.hero-dot.is-active { background: #fff; transform: scale(1.2); }
.hero-dot:hover { background: rgba(255,255,255,0.75); }

@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; }
}

/* Page hero (detail pages) — shorter */
.page-hero { min-height: 440px; }
.breadcrumb { font-size: 0.9rem; color: rgba(255,255,255,0.75); margin-bottom: 14px; }
.breadcrumb a:hover { color: #fff; }

/* ---------- Tour Cards ---------- */
.tour-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 28px;
}

.tour-card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 220ms ease, box-shadow 220ms ease;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.tour-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }

.tour-card-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; transform: translateZ(0); }
.tour-card-slide {
  position: absolute; inset: -1px;
  width: calc(100% + 2px); height: calc(100% + 2px);
  object-fit: cover;
  opacity: 0;
  z-index: 1;
  transform: scale(1.01);
  transition: opacity 800ms ease, transform 400ms ease;
}
.tour-card-slide.is-active { opacity: 1; }
.tour-card:hover .tour-card-slide.is-active { transform: scale(1.08); }

.tour-card-badge {
  position: absolute; top: 14px; left: 14px;
  z-index: 2;
  background: var(--color-accent); color: #2b1900;
  font-family: var(--font-heading); font-weight: 600; font-size: 0.75rem;
  padding: 6px 12px; border-radius: 999px;
}

.tour-card-body { padding: 22px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.tour-card-body h3 { cursor: pointer; }
.tour-card-body p { color: var(--color-text-muted); font-size: 0.95rem; flex: 1; }

.tour-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 4px; }
.tour-card-price { font-family: var(--font-heading); font-weight: 700; color: var(--color-primary); font-size: 1.15rem; }
.tour-card-price span { display: block; font-size: 0.72rem; font-weight: 500; color: var(--color-text-muted); }

/* ---------- Why Us ---------- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 28px;
}
.feature-card { text-align: center; padding: 8px; }
.feature-icon {
  width: 62px; height: 62px; margin: 0 auto 18px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 18px; background: var(--color-primary-light); color: var(--color-primary);
}
.feature-card h3 { margin-bottom: 8px; }
.feature-card p { color: var(--color-text-muted); font-size: 0.95rem; }

/* ---------- Itinerary Timeline ---------- */
.timeline { position: relative; max-width: 640px; }
.timeline::before {
  content: "";
  position: absolute; left: 62px; top: 8px; bottom: 8px; width: 2px;
  background: var(--color-border);
}
.timeline-item { position: relative; display: flex; gap: 24px; padding-bottom: 30px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-time {
  flex-shrink: 0; width: 50px; text-align: right;
  font-family: var(--font-heading); font-weight: 700; color: var(--color-primary);
  font-size: 0.92rem; padding-top: 2px;
}
.timeline-dot {
  position: absolute; left: 55px; top: 4px;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--color-accent); border: 3px solid var(--color-bg);
}
.timeline-text { padding-left: 26px; padding-top: 1px; color: var(--color-text); }

/* ---------- Includes / Excludes / Bring lists ---------- */
.check-list li, .bring-list li, .exclude-list li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 8px 0; font-size: 0.97rem;
}
.check-list svg { flex-shrink: 0; color: var(--color-primary); margin-top: 3px; }
.bring-list svg { flex-shrink: 0; color: var(--color-accent-dark); margin-top: 3px; }
.exclude-list li { color: var(--color-text-muted); }
.exclude-list svg { flex-shrink: 0; color: #B0473F; margin-top: 3px; }

/* ---------- Price Panel (sticky booking card) ---------- */
.price-panel {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-md);
  position: sticky;
  top: calc(var(--header-height) + 20px);
}
.price-panel h3 { margin-bottom: 4px; }
.price-panel .price-note { color: var(--color-text-muted); font-size: 0.85rem; margin-bottom: 20px; }
.price-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0; border-top: 1px solid var(--color-border);
}
.price-row:first-of-type { border-top: none; }
.price-row .label { font-weight: 500; }
.price-row .amount { font-family: var(--font-heading); font-weight: 700; color: var(--color-primary); font-size: 1.1rem; }
.price-panel-meta { display: flex; flex-direction: column; gap: 10px; margin: 20px 0; font-size: 0.9rem; color: var(--color-text-muted); }
.price-panel-meta li { display: flex; align-items: center; gap: 8px; }
.price-panel-meta svg { flex-shrink: 0; color: var(--color-primary); }

/* ---------- Gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.gallery-grid a { border-radius: var(--radius-md); overflow: hidden; aspect-ratio: 1 / 1; cursor: pointer; position: relative; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease; }
.gallery-grid a:hover img { transform: scale(1.08); }

.lightbox {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(8, 20, 15, 0.92);
  display: none; align-items: center; justify-content: center;
  padding: 24px;
}
.lightbox.is-open { display: flex; }
.lightbox img { max-width: min(90vw, 1000px); max-height: 82vh; border-radius: var(--radius-md); box-shadow: var(--shadow-lg); }
.lightbox-close, .lightbox-nav {
  position: absolute; color: #fff; width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; background: rgba(255,255,255,0.12); cursor: pointer;
  transition: background-color 200ms ease;
}
.lightbox-close:hover, .lightbox-nav:hover { background: rgba(255,255,255,0.25); }
.lightbox-close { top: 20px; right: 20px; }
.lightbox-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 20px; top: 50%; transform: translateY(-50%); }

/* ---------- CTA Band ---------- */
.cta-band {
  background: var(--color-primary);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.cta-band h2 { color: #fff; margin-bottom: 8px; }
.cta-band p { color: rgba(255,255,255,0.85); }

/* ---------- Google Reviews (review cards) ---------- */
.grev-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 32px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--color-border);
}
.grev-header-left { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.grev-excellent {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  color: var(--color-primary);
}
.grev-header-stars { display: inline-flex; gap: 3px; }
.grev-based { font-size: 0.92rem; color: var(--color-text-muted); }
.grev-google-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--color-text-muted);
  transition: color 200ms ease;
}
.grev-google-brand:hover { color: var(--color-primary); }

.grev-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 22px;
  margin-bottom: 36px;
}
.grev-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.grev-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }

.grev-card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.grev-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}
.grev-card-id { display: flex; flex-direction: column; min-width: 0; }
.grev-card-name {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: 6px;
}
.grev-card-date { font-size: 0.82rem; color: var(--color-text-muted); }

.grev-card-stars { display: inline-flex; gap: 1px; margin-bottom: 12px; }
.grev-card-text {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--color-text);
  margin: 0;
  flex-grow: 1;
}

.grev-cta { text-align: center; }

@media (max-width: 600px) {
  .grev-header { flex-direction: column; align-items: flex-start; gap: 14px; }
  .grev-grid { grid-template-columns: 1fr; }
}

/* ---------- Footer ---------- */
.site-footer { background: #0E2A1F; color: rgba(255,255,255,0.82); padding-top: 64px; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.footer-col h3 { color: #fff; font-size: 1rem; margin-bottom: 18px; }
.footer-col ul li { padding: 6px 0; }
.footer-col a:hover { color: #fff; }
.brand-footer .brand-text { color: #fff; }
.footer-brand p { margin-top: 16px; font-size: 0.92rem; max-width: 40ch; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; padding: 6px 0; font-size: 0.92rem; }
.footer-contact svg { flex-shrink: 0; margin-top: 3px; }
.footer-col .btn { margin-top: 16px; }

.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding: 20px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 0.85rem; color: rgba(255,255,255,0.6); }
.footer-bottom-inner a { color: rgba(255,255,255,0.85); text-decoration: underline; text-underline-offset: 2px; transition: color 200ms ease; }
.footer-bottom-inner a:hover { color: #fff; }

/* ---------- WhatsApp Floating Button ---------- */
.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 60;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--color-whatsapp); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-lg);
  transition: transform 200ms ease, background-color 200ms ease;
}
.whatsapp-float:hover { background: var(--color-whatsapp-dark); transform: scale(1.08); }

/* ---------- Two-column detail layout ---------- */
.detail-layout { display: grid; grid-template-columns: 1.7fr 1fr; gap: 48px; align-items: start; }
.detail-main > * + * { margin-top: 48px; }

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mt-32 { margin-top: 32px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }

/* ===================================================================
   Responsive
   =================================================================== */
@media (max-width: 960px) {
  .detail-layout { grid-template-columns: 1fr; }
  .price-panel { position: static; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Nav collapses to hamburger earlier than the hero/layout breakpoint —
   6 links + brand + WhatsApp CTA don't fit between 768-1024px without wrapping/overflow. */
@media (max-width: 900px) {
  .main-nav {
    position: fixed;
    top: var(--header-height);
    left: 0; right: 0;
    background: var(--color-bg);
    border-bottom: 1px solid var(--color-border);
    flex-direction: column;
    align-items: stretch;
    padding: 12px 24px 24px;
    gap: 4px;
    transform: translateY(-130%);
    opacity: 0;
    transition: transform 260ms ease, opacity 260ms ease;
    box-shadow: var(--shadow-md);
  }
  .main-nav.is-open { transform: translateY(0); opacity: 1; }
  .main-nav a { padding: 12px 4px; border-bottom: 1px solid var(--color-border); }
  .main-nav a.nav-cta { color: #fff; border-bottom: none; margin-top: 10px; justify-content: center; }
  .nav-toggle { display: flex; }
}

@media (max-width: 768px) {
  .section { padding: 64px 0; }

  .footer-inner { grid-template-columns: 1fr; padding-bottom: 32px; }
  .cta-band { padding: 36px 24px; flex-direction: column; text-align: center; }
  .grid-2 { grid-template-columns: 1fr; gap: 24px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }

  .hero { min-height: unset; padding: calc(var(--header-height) + 40px) 0 48px; align-items: flex-start; }
  .page-hero { min-height: unset; padding: calc(var(--header-height) + 28px) 0 40px; }
  .hero-content p.lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 12px; margin-top: 28px; }
  .hero-actions .btn { width: 100%; }

  .hero-slider { min-height: 700px; padding: 0; }
  .hero-slide {
    align-items: flex-start;
    padding: calc(var(--header-height) + 40px) 0 64px;
  }
  .hero-arrow { display: none; }
  .hero-dots { bottom: 16px; }

  .whatsapp-float { width: 54px; height: 54px; bottom: 16px; right: 16px; }
}

/* Badges: single row on desktop & tablet (>=768px), 2x2 grid on mobile widths */
@media (max-width: 767px) {
  .hero-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 22px; }
  .hero-badge {
    justify-content: flex-start; text-align: left;
    align-items: flex-start;
    font-size: 0.68rem; line-height: 1.3;
    padding: 6px 8px; border-radius: 10px;
    white-space: normal;
  }
  .hero-badge svg { margin-top: 2px; }
  .hero-badge svg { width: 11px; height: 11px; }
}

@media (max-width: 480px) {
  .container { padding: 0 18px; }
  .hero-content h1 { font-size: 1.75rem; }
  .timeline::before { left: 46px; }
  .timeline-time { width: 46px; font-size: 0.8rem; }
  .timeline-dot { left: 39px; }
  .timeline-text { padding-left: 20px; }
}
