/* ============================================================
   AdventureGlow — global stylesheet (single source of styles)
   Theme: light premium "Sunlit Expedition" — ivory / pine / amber
   Stack: Bootstrap 5.3.3 + AOS 2.3.4 + FontAwesome 6.5.2 (CDN)
   Naming: BEM with ag- prefix for every custom block
   TODO: if we ever add a second accent colour, keep contrast AA
   ============================================================ */
html,body{overflow-x: hidden;}
/* ---------- 1. Design tokens + Bootstrap overrides ---------- */
:root {
  /* palette */
  --ag-ivory: #FAF6EF;
  --ag-cream: #FFFDF8;
  --ag-ink: #16302B;
  --ag-ink-2: #0E211D;
  --ag-ink-soft: #4C645B;
  --ag-gold: #E8A33D;
  --ag-gold-deep: #C07A14;
  --ag-terra: #C96F4A;
  --ag-sage: #E4EDE2;
  --ag-sand: #F2E9D7;
  --ag-line: #E7DECB;

  /* bootstrap re-skin (light theme, warm — never pure black/white) */
  --bs-body-bg: var(--ag-ivory);
  --bs-body-color: var(--ag-ink);
  --bs-body-font-family: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --bs-link-color: var(--ag-gold-deep);
  --bs-link-hover-color: var(--ag-terra);
  --bs-border-radius: 1rem;
  --bs-heading-color: var(--ag-ink);

  /* shared bits */
  --ag-radius-lg: 1.75rem;
  --ag-radius-md: 1.1rem;
  --ag-shadow: 0 18px 45px -18px rgba(22, 48, 43, 0.28);
  --ag-shadow-soft: 0 10px 30px -14px rgba(22, 48, 43, 0.22);
  --ag-font-display: "Fraunces", Georgia, "Times New Roman", serif;
}

h1, h2, h3, h4, .ag-display {
  font-family: var(--ag-font-display);
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--ag-ink);
}

h1 { font-size: clamp(2.4rem, 4.6vw, 4rem); line-height: 1.05; }
h2 { font-size: clamp(1.9rem, 3.2vw, 2.9rem); line-height: 1.12; }
h3 { font-size: 1.35rem; line-height: 1.25; }

p { line-height: 1.75; }

img { border-radius: var(--ag-radius-md); }

::selection { background: var(--ag-gold); color: var(--ag-ink-2); }

/* ---------- 2. Buttons / chips / badges ---------- */
.ag-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 999px;
  padding: 0.85rem 1.7rem;
  font-weight: 800;
  font-size: 0.95rem;
  border: 2px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
.ag-btn:hover { transform: translateY(-2px); }

.ag-btn--gold {
  background: linear-gradient(135deg, var(--ag-gold) 0%, var(--ag-gold-deep) 100%);
  color: #fff;
  box-shadow: 0 12px 26px -10px rgba(192, 122, 20, 0.65);
}
.ag-btn--gold:hover { color: #fff; box-shadow: 0 16px 32px -10px rgba(192, 122, 20, 0.7); }

.ag-btn--ink {
  background: var(--ag-ink);
  color: var(--ag-cream);
  box-shadow: var(--ag-shadow-soft);
}
.ag-btn--ink:hover { background: var(--ag-ink-2); color: var(--ag-cream); }

.ag-btn--ghost {
  border-color: currentColor;
  background: transparent;
  color: var(--ag-ink);
}
.ag-btn--ghost:hover { background: rgba(22, 48, 43, 0.06); color: var(--ag-ink); }
.ag-section--dark .ag-btn--ghost, .ag-footer .ag-btn--ghost { color: var(--ag-cream); }
.ag-section--dark .ag-btn--ghost:hover { background: rgba(255, 253, 248, 0.12); }

.ag-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--ag-sand);
  border: 1px solid var(--ag-line);
  color: var(--ag-ink-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
}

/* round 18+ badge, used across casino pages */
.ag-badge-18 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: var(--ag-terra);
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  box-shadow: 0 10px 22px -8px rgba(201, 111, 74, 0.8);
}

/* ---------- 3. Decorative primitives (CSS only, no SVG) ---------- */
/* soft blurred colour orb */
.ag-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.ag-orb--gold { background: radial-gradient(circle, rgba(232, 163, 61, 0.55), transparent 70%); }
.ag-orb--terra { background: radial-gradient(circle, rgba(201, 111, 74, 0.4), transparent 70%); }
.ag-orb--sage { background: radial-gradient(circle, rgba(163, 196, 158, 0.5), transparent 70%); }

/* dotted texture block */
.ag-dots {
  position: absolute;
  background-image: radial-gradient(rgba(22, 48, 43, 0.22) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}
.ag-section--dark .ag-dots { background-image: radial-gradient(rgba(250, 246, 239, 0.35) 1.5px, transparent 1.5px); }

/* offset photo frame */
.ag-frame { position: relative; display: inline-block; }
.ag-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(16px, 16px);
  border-radius: var(--ag-radius-lg);
  border: 2px solid var(--ag-gold);
  z-index: 0;
  pointer-events: none;
}
.ag-frame > img { position: relative; z-index: 1; }

/* polaroid-style photo */
.ag-polaroid {
  background: var(--ag-cream);
  padding: 0.7rem 0.7rem 2.6rem;
  border-radius: 0.6rem;
  box-shadow: var(--ag-shadow);
  display: inline-block;
}
.ag-polaroid img { border-radius: 0.35rem; }

/* washi tape strip (sits on top of photos/cards) */
.ag-tape {
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
  width: 7rem;
  height: 1.7rem;
  background: rgba(232, 163, 61, 0.8);
  border-radius: 2px;
  z-index: 2;
}

/* giant outlined word behind sections */
.ag-outline-word {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.35em;
  font-family: var(--ag-font-display);
  font-size: clamp(4rem, 12vw, 11rem);
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(22, 48, 43, 0.14);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  line-height: 1;
}
.ag-section--dark .ag-outline-word { -webkit-text-stroke-color: rgba(250, 246, 239, 0.14); }

/* ticket-stub card with punched notches */
.ag-ticket {
  position: relative;
  background: var(--ag-cream);
  border: 2px dashed rgba(192, 122, 20, 0.5);
  border-radius: var(--ag-radius-md);
}
.ag-ticket::before, .ag-ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: var(--ag-ivory);
  transform: translateY(-50%);
}
.ag-ticket::before { left: -0.9rem; }
.ag-ticket::after { right: -0.9rem; }

/* ---------- 4. Sections & headers ---------- */
.ag-section { position: relative; padding: 6.5rem 0; overflow: hidden; }
.ag-section--tight { padding: 4.5rem 0; }
.ag-section--dark { background: var(--ag-ink); color: var(--ag-sand); }
.ag-section--dark h1, .ag-section--dark h2, .ag-section--dark h3 { color: var(--ag-cream); }
.ag-section--tint { background: var(--ag-sage); }
.ag-section--sand { background: var(--ag-sand); }

.ag-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ag-gold-deep);
  margin-bottom: 1rem;
}
.ag-eyebrow::before {
  content: "";
  width: 2.2rem;
  height: 2px;
  background: var(--ag-gold);
  border-radius: 2px;
}
.ag-section--dark .ag-eyebrow { color: var(--ag-gold); }

.ag-head { position: relative; z-index: 1; max-width: 46rem; }
.ag-head__lead { font-size: 1.08rem; color: var(--ag-ink-soft); }
.ag-section--dark .ag-head__lead { color: rgba(250, 246, 239, 0.75); }

/* highlighted marker under key words */
.ag-mark {
  background: linear-gradient(transparent 58%, rgba(232, 163, 61, 0.45) 58%);
  padding: 0 0.15em;
  border-radius: 3px;
}

/* ---------- 5. Header: topbar + navbar ---------- */
.ag-topbar {
  background: var(--ag-ink-2);
  color: var(--ag-sand);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.55rem 0;
}
.ag-topbar a { color: var(--ag-sand); text-decoration: none; }
.ag-topbar a:hover { color: var(--ag-gold); }
.ag-topbar .ag-topbar__item { display: inline-flex; align-items: center; gap: 0.45rem; white-space: nowrap; }
.ag-topbar .ag-topbar__item i { color: var(--ag-gold); }

.ag-nav {
  background: rgba(250, 246, 239, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--ag-line);
  transition: box-shadow 0.25s ease;
}
.ag-nav--scrolled { box-shadow: 0 12px 30px -18px rgba(22, 48, 43, 0.4); }
.ag-nav .navbar-brand { display: flex; align-items: center; gap: 0.7rem; font-family: var(--ag-font-display); font-weight: 700; font-size: 1.35rem; color: var(--ag-ink); }
.ag-nav .navbar-brand img { height: 42px; width: auto; border-radius: 0.5rem; }
.ag-nav .nav-link {
  font-weight: 700;
  font-size: 0.93rem;
  color: var(--ag-ink);
  padding: 0.5rem 0.9rem !important;
  border-radius: 999px;
}
.ag-nav .nav-link:hover, .ag-nav .nav-link.active { color: var(--ag-gold-deep); background: var(--ag-sand); }
.ag-nav .navbar-toggler { border: 2px solid var(--ag-ink); border-radius: 0.7rem; padding: 0.45rem 0.7rem; color: var(--ag-ink); }
.ag-nav .navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(232, 163, 61, 0.4); }

/* ---------- 6. Hero ---------- */
.ag-hero {
  position: relative;
  padding: 5.5rem 0 6.5rem;
  background:
    radial-gradient(900px 500px at 110% -10%, rgba(232, 163, 61, 0.22), transparent 60%),
    radial-gradient(700px 420px at -10% 110%, rgba(163, 196, 158, 0.28), transparent 60%),
    var(--ag-ivory);
  overflow: hidden;
}
.ag-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--ag-ink);
  color: var(--ag-cream);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.65rem 1.2rem;
  box-shadow: var(--ag-shadow-soft);
}
.ag-hero__badge .dot { width: 0.5rem; height: 0.5rem; border-radius: 50%; background: var(--ag-gold); animation: ag-pulse 1.6s infinite; }
@keyframes ag-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }

.ag-hero__stats { display: flex; flex-wrap: wrap; gap: 2.2rem; }
.ag-stat__num { font-family: var(--ag-font-display); font-size: 2.1rem; font-weight: 700; color: var(--ag-ink); line-height: 1; }
.ag-stat__label { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ag-ink-soft); }

/* floating mini-card over hero collage */
.ag-float-card {
  position: absolute;
  background: var(--ag-cream);
  border-radius: var(--ag-radius-md);
  box-shadow: var(--ag-shadow);
  padding: 0.9rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.88rem;
  font-weight: 700;
  z-index: 3;
}
.ag-float-card i { font-size: 1.3rem; color: var(--ag-gold-deep); }

/* ---------- 7. Marquee ticker ---------- */
.ag-ticker {
  overflow: hidden;
  background: var(--ag-gold);
  color: var(--ag-ink-2);
  padding: 0.9rem 0;
  transform: rotate(-1deg);
  margin: -1.2rem 0;
  z-index: 5;
  position: relative;
}
.ag-ticker__track { display: flex; width: max-content; animation: ag-scroll 28s linear infinite; }
.ag-ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  padding: 0 1.1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.9rem;
  white-space: nowrap;
}
@keyframes ag-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- 8. Cards ---------- */
.ag-card {
  background: var(--ag-cream);
  border: 1px solid var(--ag-line);
  border-radius: var(--ag-radius-lg);
  box-shadow: var(--ag-shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
}
.ag-card:hover { transform: translateY(-6px); box-shadow: var(--ag-shadow); }

/* trip / destination card */
.ag-trip-card { overflow: hidden; display: flex; flex-direction: column; }
.ag-trip-card__media { position: relative; }
.ag-trip-card__media img { width: 100%; height: 230px; object-fit: cover; border-radius: 0; }
.ag-trip-card__price {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--ag-cream);
  color: var(--ag-ink);
  font-weight: 800;
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font-size: 0.9rem;
  box-shadow: var(--ag-shadow-soft);
}
.ag-trip-card__body { padding: 1.6rem; display: flex; flex-direction: column; gap: 0.9rem; flex: 1; }
.ag-trip-card__meta { display: flex; flex-wrap: wrap; gap: 1rem; font-size: 0.85rem; font-weight: 700; color: var(--ag-ink-soft); }
.ag-trip-card__meta i { color: var(--ag-gold-deep); margin-right: 0.3rem; }
.ag-trip-card__footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; }

/* destination tile with inline bg image */
.ag-dest-tile {
  position: relative;
  border-radius: var(--ag-radius-lg);
  overflow: hidden;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  box-shadow: var(--ag-shadow-soft);
  transition: transform 0.25s ease;
}
.ag-dest-tile:hover { transform: translateY(-6px); }
.ag-dest-tile__overlay {
  position: relative;
  z-index: 1;
  padding: 1.6rem;
  width: 100%;
  background: linear-gradient(transparent, rgba(14, 33, 29, 0.85));
}
.ag-dest-tile__tag {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  z-index: 1;
  background: rgba(255, 253, 248, 0.92);
  color: var(--ag-ink);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
}

/* review card */
.ag-review__stars i { color: var(--ag-gold); font-size: 0.9rem; }
.ag-review__text { font-style: italic; color: var(--ag-ink-soft); }
.ag-review__who { display: flex; align-items: center; gap: 0.9rem; }
.ag-review__who img { width: 52px; height: 52px; object-fit: cover; border-radius: 50%; }

/* feature / pillar block */
.ag-feature { display: flex; gap: 1.1rem; align-items: flex-start; }
.ag-feature__icon {
  flex: 0 0 auto;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  background: var(--ag-sand);
  color: var(--ag-gold-deep);
}
.ag-section--dark .ag-feature__icon { background: rgba(232, 163, 61, 0.15); color: var(--ag-gold); }

/* numbered step */
.ag-step__num {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: var(--ag-ink);
  color: var(--ag-gold);
  font-family: var(--ag-font-display);
  font-weight: 700;
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

/* ---------- 9. Timeline (about / history) ---------- */
.ag-timeline { position: relative; padding-left: 2rem; }
.ag-timeline::before {
  content: "";
  position: absolute;
  left: 0.55rem;
  top: 0.4rem;
  bottom: 0;
  width: 2px;
  background: linear-gradient(var(--ag-gold), var(--ag-terra));
}
.ag-timeline__item { position: relative; padding-bottom: 2.2rem; }
.ag-timeline__item::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 0.35rem;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: var(--ag-gold);
  border: 3px solid var(--ag-ivory);
  box-shadow: 0 0 0 2px var(--ag-gold);
}
.ag-timeline__year { font-family: var(--ag-font-display); font-weight: 700; font-size: 1.3rem; color: var(--ag-gold-deep); }

/* ---------- 10. Accordion (FAQ) ---------- */
.ag-accordion .accordion-item {
  background: var(--ag-cream);
  border: 1px solid var(--ag-line);
  border-radius: var(--ag-radius-md) !important;
  margin-bottom: 0.9rem;
  overflow: hidden;
}
.ag-accordion .accordion-button {
  font-weight: 800;
  color: var(--ag-ink);
  background: var(--ag-cream);
  padding: 1.2rem 1.4rem;
}
.ag-accordion .accordion-button:not(.collapsed) { background: var(--ag-sand); color: var(--ag-ink); box-shadow: none; }
.ag-accordion .accordion-button:focus { box-shadow: 0 0 0 3px rgba(232, 163, 61, 0.35); }
.ag-accordion .accordion-body { color: var(--ag-ink-soft); padding-top: 0; }

/* ---------- 11. Forms, toast, cookie, modal ---------- */
.ag-form .form-control, .ag-form .form-select {
  border-radius: 0.9rem;
  border: 1.5px solid var(--ag-line);
  padding: 0.8rem 1.1rem;
  background: var(--ag-cream);
}
.ag-form .form-control:focus, .ag-form .form-select:focus {
  border-color: var(--ag-gold);
  box-shadow: 0 0 0 4px rgba(232, 163, 61, 0.22);
}
.ag-form label { font-weight: 800; font-size: 0.85rem; letter-spacing: 0.02em; }

/* toast notifications — simple, no alert() anywhere on the site */
.ag-toast-wrap {
  position: fixed;
  bottom: 1.4rem;
  right: 1.4rem;
  z-index: 1090;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  max-width: min(92vw, 380px);
}
.ag-toast {
  background: var(--ag-ink);
  color: var(--ag-cream);
  border-radius: var(--ag-radius-md);
  box-shadow: var(--ag-shadow);
  padding: 1rem 1.2rem;
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  animation: ag-toast-in 0.35s ease;
}
.ag-toast i { color: var(--ag-gold); font-size: 1.2rem; margin-top: 0.15rem; }
.ag-toast.ag-toast--hide { animation: ag-toast-out 0.35s ease forwards; }
@keyframes ag-toast-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes ag-toast-out { to { opacity: 0; transform: translateY(14px); } }

/* cookie banner — rendered by main.js, home page only */
.ag-cookie {
  position: fixed;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 1080;
  background: var(--ag-cream);
  border: 1px solid var(--ag-line);
  border-radius: var(--ag-radius-lg);
  box-shadow: var(--ag-shadow);
  padding: 1.4rem 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  animation: ag-toast-in 0.4s ease;
}
.ag-cookie__text { max-width: 42rem; margin: 0; font-size: 0.92rem; color: var(--ag-ink-soft); }

/* ---------- 12. Footer ---------- */
.ag-footer {
  background: var(--ag-ink-2);
  color: rgba(250, 246, 239, 0.82);
  padding: 4.5rem 0 0;
  font-size: 0.95rem;
}
.ag-footer h3, .ag-footer h4 {
  color: var(--ag-cream);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.ag-footer a { color: rgba(250, 246, 239, 0.8); text-decoration: none; }
.ag-footer a:hover { color: var(--ag-gold); }
.ag-footer__links li { margin-bottom: 0.55rem; }
.ag-footer__contact li { display: flex; gap: 0.7rem; margin-bottom: 0.8rem; align-items: flex-start; }
.ag-footer__contact-item i { color: var(--ag-gold); margin-top: 0.3rem; }
.ag-footer__note {
  background: rgba(232, 163, 61, 0.12);
  border: 1px dashed rgba(232, 163, 61, 0.5);
  border-radius: var(--ag-radius-md);
  padding: 1.1rem 1.3rem;
  color: var(--ag-sand);
  font-size: 0.9rem;
}
.ag-footer__bottom {
  border-top: 1px solid rgba(250, 246, 239, 0.14);
  font-size: 0.85rem;
  color: rgba(250, 246, 239, 0.6);
}
.ag-footer__legal a { margin-left: 1.2rem; }

/* ---------- 13. Misc blocks ---------- */
.ag-cta-band {
  position: relative;
  border-radius: var(--ag-radius-lg);
  overflow: hidden;
  color: #fff;
  padding: 4rem 3rem;
}
.ag-cta-band__inner { position: relative; z-index: 1; }

.ag-map-frame {
  border-radius: var(--ag-radius-lg);
  overflow: hidden;
  border: 1px solid var(--ag-line);
  box-shadow: var(--ag-shadow-soft);
  min-height: 380px;
}
.ag-map-frame iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }

.ag-checklist { list-style: none; padding: 0; margin: 0; }
.ag-checklist li { display: flex; gap: 0.7rem; margin-bottom: 0.7rem; }
.ag-checklist i { color: var(--ag-gold-deep); margin-top: 0.25rem; }

/* 18+ / responsible gambling disclaimer block (casino pages) */
.ag-disclaimer {
  background: var(--ag-cream);
  border: 1px solid var(--ag-line);
  border-radius: var(--ag-radius-lg);
  padding: 2.4rem;
}
.ag-disclaimer__warning {
  background: rgba(201, 111, 74, 0.12);
  border: 1px solid rgba(201, 111, 74, 0.35);
  border-radius: var(--ag-radius-md);
  padding: 1.6rem 1.8rem;
}
.ag-disclaimer ul { padding-left: 1.2rem; }
.ag-disclaimer li { margin-bottom: 0.45rem; }

/* ---------- 14. Responsive ---------- */
@media (max-width: 991.98px) {
  .ag-section { padding: 4.2rem 0; }
  .ag-hero { padding: 3.5rem 0 5rem; }
  .ag-float-card { display: none; }
  .ag-dest-tile { min-height: 260px; }
}

@media (max-width: 575.98px) {
  .ag-hero__stats { gap: 1.4rem; }
  .ag-cta-band { padding: 2.6rem 1.4rem; }
  /* topbar must stay readable on phones — contacts are required on mobile */
  .ag-topbar { font-size: 0.78rem; }
  .ag-topbar .ag-topbar__item { padding: 0.15rem 0; }
}

/* Respect reduced motion: kill marquee + AOS movement */
@media (prefers-reduced-motion: reduce) {
  .ag-ticker__track { animation: none; }
}
