/* ═══════════════════════════════════════════════════════════════
   autres-visas.css — CanadaIM · Page Visas Europe & Amériques
   Requiert : index.css + header-footer.css
   ═══════════════════════════════════════════════════════════════ */


/* ══════════════════════════════════════════════════════════════
   SCROLL FADE UTILITY  (.av-fade → .av-visible)
   ══════════════════════════════════════════════════════════════ */
.av-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
  transition-delay: var(--fd, 0s);
}
.av-fade.av-visible {
  opacity: 1;
  transform: translateY(0);
}


/* ══════════════════════════════════════════════════════════════
   PAGE HERO
   ══════════════════════════════════════════════════════════════ */
.av-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 120px; /* compensate fixed header */
}

.av-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  transform: scale(1.04);
  animation: heroZoom 14s ease-in-out infinite alternate;
}

@keyframes heroZoom {
  from { transform: scale(1.04); }
  to   { transform: scale(1.10); }
}

.av-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    130deg,
    rgba(11,31,58,.82)  0%,
    rgba(11,31,58,.55) 55%,
    rgba(30,65,117,.25) 100%
  );
}

/* ── Floating flags ──────────────────────────────────────── */
.av-hero-flags {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.hflag {
  position: absolute;
  left: var(--x);
  top:  var(--y);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  opacity: 0;
  animation: flagFloat 3s ease both infinite;
  animation-delay: var(--d);
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.3));
}

@keyframes flagFloat {
  0%   { opacity: 0;    transform: translateY(10px); }
  20%  { opacity: .65; }
  80%  { opacity: .65; }
  100% { opacity: 0;    transform: translateY(-14px); }
}

/* ── Hero content ────────────────────────────────────────── */
.av-hero .container {
  position: relative;
  z-index: 5;
}

.av-hero-content {
  max-width: 720px;
  animation: heroFadeUp .9s .1s ease both;
}

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

.av-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .78rem;
  color: rgba(255,255,255,.5);
  margin-bottom: 22px;
  letter-spacing: .04em;
}

.av-hero-breadcrumb a {
  color: rgba(255,255,255,.5);
  text-decoration: none;
  transition: color .25s;
}
.av-hero-breadcrumb a:hover { color: var(--gold-light); }
.av-hero-breadcrumb i { font-size: .6rem; }
.av-hero-breadcrumb span { color: var(--gold-light); }

.av-hero-label {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 100px;
  margin-bottom: 22px;
}

.av-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 7vw, 5.2rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 22px;
}
.av-hero-title em {
  font-style: italic;
  color: var(--gold-light);
  font-weight: 600;
}

.av-hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,.78);
  max-width: 560px;
  line-height: 1.75;
  margin-bottom: 40px;
}

.av-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}


/* ══════════════════════════════════════════════════════════════
   INTRO STRIP
   ══════════════════════════════════════════════════════════════ */
.av-intro {
  background: var(--navy);
  border-top: 1px solid rgba(201,168,76,.12);
  border-bottom: 1px solid rgba(201,168,76,.12);
  padding: 32px 0;
}

.av-intro-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.av-intro-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 24px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.07);
  transition: background .25s;
}
.av-intro-item:last-child { border-right: none; }
.av-intro-item:hover { background: rgba(201,168,76,.05); }

.av-intro-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(201,168,76,.1);
  border: 1px solid rgba(201,168,76,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--gold);
  margin-bottom: 4px;
}

.av-intro-item strong {
  font-size: .95rem;
  font-weight: 600;
  color: var(--pearl, #f4f1eb);
}

.av-intro-item span {
  font-size: .8rem;
  color: rgba(255,255,255,.45);
  letter-spacing: .03em;
}


/* ══════════════════════════════════════════════════════════════
   CONTINENT SECTION (Europe + Amériques)
   ══════════════════════════════════════════════════════════════ */
.av-continent-section { background: var(--white, #fff); }
.av-ameriques         { background: var(--cream, #faf8f3); }

.av-continent-header {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: 56px;
}

.av-continent-badge {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: var(--radius-md, 14px);
  background: linear-gradient(135deg, var(--navy), var(--navy-light, #1e4175));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--gold);
  box-shadow: 0 8px 24px rgba(11,31,58,.18);
  margin-top: 4px;
}

.av-continent-badge--gold {
  background: linear-gradient(135deg, #c9a84c, #a8832a);
  color: var(--navy);
}

.av-continent-header .section-header {
  text-align: left;
  margin: 0;
  max-width: none;
}
.av-continent-header .section-title { margin-bottom: 10px; }
.av-continent-header .section-sub   { margin-inline: 0; text-align: left; }


/* ── Country Cards Grid ──────────────────────────────────── */
.av-country-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 40px;
}

.av-country-card {
  background: var(--cream, #faf8f3);
  border: 1px solid var(--border, rgba(201,168,76,.2));
  border-radius: var(--radius-md, 14px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .35s cubic-bezier(.4,0,.2,1),
              box-shadow .35s cubic-bezier(.4,0,.2,1),
              border-color .35s ease;
}

.av-country-card--dark {
  background: var(--white, #fff);
}

.av-country-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 50px rgba(11,31,58,.14);
  border-color: var(--gold);
}

/* Image */
.av-cc-img {
  position: relative;
  height: 190px;
  overflow: hidden;
}

.av-cc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.av-country-card:hover .av-cc-img img { transform: scale(1.07); }

.av-cc-flag {
  position: absolute;
  bottom: 12px;
  left: 14px;
  font-size: 1.9rem;
  line-height: 1;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,.45));
}

/* Card body */
.av-cc-body {
  padding: 24px 26px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.av-cc-top { display: flex; flex-direction: column; gap: 4px; }

.av-cc-label {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
}

.av-cc-body h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--navy);
  margin: 0;
}

.av-cc-body p {
  font-size: .9rem;
  color: var(--text-light, #6b7280);
  line-height: 1.65;
  flex: 1;
}

/* Visa types list */
.av-cc-types {
  list-style: none;
  padding: 0;
  margin: 4px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.av-cc-types li {
  font-size: .83rem;
  color: var(--text, #2c2c2c);
  display: flex;
  align-items: center;
  gap: 8px;
}

.av-cc-types li i {
  font-size: .7rem;
  color: var(--gold);
  flex-shrink: 0;
}

/* Card CTA */
.av-cc-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--navy);
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px;
  width: fit-content;
  margin-top: 6px;
  transition: color .25s, gap .25s;
}
.av-cc-cta:hover { color: var(--gold); gap: 12px; }


/* ── Info box ─────────────────────────────────────────────── */
.av-info-box {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: rgba(201,168,76,.06);
  border: 1px solid rgba(201,168,76,.22);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius-md, 14px);
  padding: 22px 28px;
}

.av-info-box-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(201,168,76,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 2px;
}

.av-info-box strong {
  display: block;
  font-size: .95rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}

.av-info-box p {
  font-size: .9rem;
  color: var(--text-light, #6b7280);
  line-height: 1.7;
  margin: 0;
}


/* ══════════════════════════════════════════════════════════════
   CONTINENT DIVIDER
   ══════════════════════════════════════════════════════════════ */
.av-continent-divider {
  padding: 16px 0;
  background: var(--white);
}

.av-continent-divider .container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.av-divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,.3), transparent);
}

.av-divider-globe {
  font-size: 1.8rem;
  line-height: 1;
  filter: drop-shadow(0 2px 8px rgba(201,168,76,.3));
  animation: globeSpin 10s linear infinite;
}

@keyframes globeSpin {
  0%   { transform: rotate(0deg)   scale(1); }
  50%  { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}


/* ══════════════════════════════════════════════════════════════
   DESTINATIONS CONNEXES
   ══════════════════════════════════════════════════════════════ */
.av-other-section { background: var(--navy); }

.av-other-section .section-label { color: var(--gold-light, #e2c170); }
.av-other-section .section-label::before,
.av-other-section .section-label::after { background: var(--gold-light, #e2c170); }
.av-other-section .section-title { color: var(--white, #fff); }
.av-other-section .section-sub   { color: rgba(255,255,255,.55); }

.av-dest-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.av-dest-item {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--radius-md, 14px);
  padding: 20px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: default;
  transition: background .25s, border-color .25s, transform .25s;
}

.av-dest-item:hover {
  background: rgba(201,168,76,.08);
  border-color: rgba(201,168,76,.3);
  transform: translateY(-4px);
}

.av-dest-item span {
  font-size: 1.7rem;
  line-height: 1;
}

.av-dest-item strong {
  font-size: .88rem;
  font-weight: 600;
  color: var(--pearl, #f4f1eb);
  line-height: 1.2;
}

.av-dest-item em {
  font-size: .72rem;
  font-style: normal;
  color: rgba(255,255,255,.4);
  letter-spacing: .04em;
}

/* "Autre pays" item */
.av-dest-item--more {
  background: rgba(201,168,76,.08);
  border: 1px dashed rgba(201,168,76,.35);
  cursor: pointer;
}

.av-dest-item--more:hover {
  background: rgba(201,168,76,.15);
  border-color: var(--gold);
}

.av-dest-item--more strong { color: var(--gold-light, #e2c170); }


/* ══════════════════════════════════════════════════════════════
   PROCESSUS
   ══════════════════════════════════════════════════════════════ */
.av-process-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.av-process-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, var(--navy) 0%, var(--navy-mid, #132d52) 100%);
}

.av-process-bg::after {
  content: 'PROCESS';
  position: absolute;
  bottom: -30px;
  right: -10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(6rem, 14vw, 12rem);
  font-weight: 700;
  color: rgba(255,255,255,.025);
  pointer-events: none;
  white-space: nowrap;
  line-height: 1;
}

.av-process-section .container { position: relative; z-index: 2; }

.av-process-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 0 16px;
}

.av-process-step {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-md, 14px);
  padding: 32px 24px;
  text-align: center;
  position: relative;
  transition: background .3s, border-color .3s, transform .3s;
}

.av-process-step:hover {
  background: rgba(201,168,76,.07);
  border-color: rgba(201,168,76,.25);
  transform: translateY(-5px);
}

.av-step-num {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Cormorant Garamond', serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  background: var(--gold);
  color: var(--navy);
  padding: 3px 10px;
  border-radius: 20px;
}

.av-step-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(201,168,76,.12);
  border: 1px solid rgba(201,168,76,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--gold);
  margin: 8px auto 18px;
}

.av-process-step h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--white, #fff);
  margin-bottom: 10px;
}

.av-process-step p {
  font-size: .85rem;
  color: rgba(255,255,255,.55);
  line-height: 1.65;
}

.av-process-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  color: rgba(201,168,76,.4);
  font-size: .85rem;
}


/* ══════════════════════════════════════════════════════════════
   WHY US
   ══════════════════════════════════════════════════════════════ */
.av-why { background: var(--white, #fff); }

.av-why-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.av-why-text .section-label { display: inline-block; text-align: left; }
.av-why-text h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--navy);
  margin: 14px 0 18px;
  line-height: 1.2;
}

.av-why-text > p {
  color: var(--text-light, #6b7280);
  font-size: .98rem;
  line-height: 1.75;
  margin-bottom: 28px;
}
.av-why-text strong { color: var(--navy); }

.av-why-list {
  list-style: none;
  padding: 0;
  margin: 0 0 34px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.av-why-list li {
  font-size: .92rem;
  color: var(--text, #2c2c2c);
  display: flex;
  align-items: center;
  gap: 10px;
}

.av-why-list li i {
  color: var(--gold);
  font-size: .9rem;
  flex-shrink: 0;
}

.av-why-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Visual side */
.av-why-visual { position: relative; }

.av-globe-wrap {
  border-radius: var(--radius-lg, 24px);
  overflow: hidden;
  position: relative;
  box-shadow: 0 24px 60px rgba(11,31,58,.18);
}

.av-globe-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.av-globe-badge {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  background: var(--navy);
  border: 2px solid rgba(201,168,76,.4);
  border-radius: var(--radius-md, 14px);
  padding: 14px 20px;
  box-shadow: 0 10px 30px rgba(11,31,58,.3);
  animation: badgeFloat 4s ease-in-out infinite;
}

.av-globe-badge:first-of-type {
  top: 24px;
  left: -28px;
}

.av-globe-badge--b {
  bottom: 32px;
  right: -28px;
  animation-delay: -2s;
}

@keyframes badgeFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}

.av-globe-badge strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}

.av-globe-badge span {
  font-size: .72rem;
  color: rgba(255,255,255,.55);
  letter-spacing: .06em;
  text-transform: uppercase;
}


/* ══════════════════════════════════════════════════════════════
   FAQ
   ══════════════════════════════════════════════════════════════ */
.av-faq-section { background: var(--cream, #faf8f3); }

.av-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 1060px;
  margin-inline: auto;
}

.av-faq-item {
  background: var(--white, #fff);
  border: 1px solid var(--border, rgba(201,168,76,.2));
  border-radius: var(--radius-md, 14px);
  overflow: hidden;
  transition: border-color .25s, box-shadow .25s;
}

.av-faq-item[open] {
  border-color: var(--gold);
  box-shadow: 0 4px 24px rgba(201,168,76,.1);
}

.av-faq-item summary {
  padding: 20px 24px;
  font-size: .95rem;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  list-style: none;
  transition: color .25s;
}

.av-faq-item summary::-webkit-details-marker { display: none; }

.av-faq-item summary::after {
  content: '\f107'; /* fa-chevron-down */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: .75rem;
  color: var(--gold);
  flex-shrink: 0;
  transition: transform .3s ease;
}

.av-faq-item[open] summary::after {
  transform: rotate(180deg);
}

.av-faq-item[open] summary { color: var(--gold); }

.av-faq-body {
  padding: 0 24px 22px;
  border-top: 1px solid rgba(201,168,76,.1);
}

.av-faq-body p {
  font-size: .88rem;
  color: var(--text-light, #6b7280);
  line-height: 1.75;
  padding-top: 14px;
  margin: 0;
}


/* ══════════════════════════════════════════════════════════════
   CTA FINALE
   ══════════════════════════════════════════════════════════════ */
.av-cta-final {
  position: relative;
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.av-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(11,31,58,.90) 0%,
    rgba(19,45,82,.82) 50%,
    rgba(30,65,117,.70) 100%
  );
}

.av-cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
}

.av-cta-tag {
  display: inline-block;
  background: rgba(201,168,76,.18);
  border: 1px solid rgba(201,168,76,.35);
  color: var(--gold-light, #e2c170);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 5px 18px;
  border-radius: 100px;
  margin-bottom: 22px;
}

.av-cta-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  color: var(--white, #fff);
  margin-bottom: 16px;
  line-height: 1.15;
}

.av-cta-content > p {
  font-size: 1.05rem;
  color: rgba(255,255,255,.72);
  margin-bottom: 40px;
  line-height: 1.7;
}
.av-cta-content strong { color: var(--gold-light, #e2c170); }

.av-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 22px;
}

.av-cta-note {
  font-size: .8rem;
  color: rgba(255,255,255,.4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.av-cta-note i { color: var(--gold); font-size: .75rem; }


/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════ */

/* ── Large tablet 1100px ───────────────────────────────────── */
@media (max-width: 1100px) {
  .av-dest-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .av-process-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
  }
  .av-process-connector {
    display: none;
  }
  .av-why-inner {
    gap: 50px;
  }
}

/* ── Tablet 900px ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .av-hero { min-height: 80vh; padding-top: 100px; }

  .av-intro-grid {
    grid-template-columns: 1fr 1fr;
  }
  .av-intro-item:nth-child(2) { border-right: none; }

  .av-continent-header { flex-direction: column; gap: 16px; }
  .av-continent-badge  { width: 50px; height: 50px; font-size: 1.2rem; }

  .av-country-grid {
    grid-template-columns: 1fr 1fr;
  }

  .av-dest-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .av-why-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .av-globe-badge:first-of-type { left: -10px; }
  .av-globe-badge--b            { right: -10px; }

  .av-faq-grid {
    grid-template-columns: 1fr;
  }

  .av-cta-final { background-attachment: scroll; }
}

/* ── Mobile 700px ──────────────────────────────────────────── */
@media (max-width: 700px) {
  .av-hero { min-height: 70vh; }
  .av-hero-title { font-size: clamp(2.4rem, 9vw, 3.6rem); }
  .av-hero-sub   { font-size: .95rem; }
  .av-hero-flags { display: none; }
  .av-hero-actions { flex-direction: column; }
  .av-hero-actions .btn-primary,
  .av-hero-actions .btn-whatsapp { width: 100%; justify-content: center; }

  .av-intro-grid {
    grid-template-columns: 1fr 1fr;
  }
  .av-intro-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.07); }
  .av-intro-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.07); }

  .av-country-grid {
    grid-template-columns: 1fr;
  }

  .av-dest-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .av-process-grid {
    grid-template-columns: 1fr;
  }

  .av-globe-wrap img { height: 280px; }
  .av-globe-badge { display: none; }

  .av-cta-content h2 { font-size: 1.8rem; }
  .av-cta-actions { flex-direction: column; align-items: center; }
  .av-cta-actions .btn-primary,
  .av-cta-actions .btn-whatsapp { width: 100%; justify-content: center; }
}

/* ── Small mobile 480px ────────────────────────────────────── */
@media (max-width: 480px) {
  .av-dest-grid { grid-template-columns: repeat(2, 1fr); }
  .av-faq-item summary { font-size: .88rem; }
  .av-continent-section.section-pad,
  .av-other-section.section-pad,
  .av-faq-section.section-pad,
  .av-why.section-pad { padding: 64px 0; }
}