/*
Theme Name: Gate Away Child Theme
Theme URI: https://gateaway.fr
Description: Child theme Divi pour Gate Away Travel - Agence halal-friendly
Author: Gate Away Travel
Template: Divi
Version: 1.0
Text Domain: gateaway
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  --bg: #FAFAFA;
  --bg-alt: #F4F4F2;
  --white: #FFFFFF;
  --text: #1A1A1A;
  --text-2: #555555;
  --text-3: #8C8C8C;
  --accent: #24378C;
  --accent-h: #1B2A6B;
  --accent-2: #FF6B35;
  --accent-2h: #E55A2B;
  --border: #E8E8E8;
  --r-s: 8px;
  --r-m: 12px;
  --r-l: 20px;
  --sh-s: 0 1px 3px rgba(0,0,0,0.04);
  --sh-m: 0 4px 16px rgba(0,0,0,0.06);
  --sh-l: 0 12px 40px rgba(0,0,0,0.08);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --mw: 1280px;
}

body {
  font-family: 'DM Sans', sans-serif !important;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
::selection { background: rgba(36,55,140,.12); color: var(--text); }

#page-container, #page-container .et_pb_module, .et_pb_section .et_pb_module {
  font-family: 'DM Sans', sans-serif !important;
}
h1,h2,h3,h4,h5,h6,
.et_pb_module h1,.et_pb_module h2,.et_pb_module h3,
.et_pb_module h4,.et_pb_module h5,.et_pb_module h6 {
  font-family: 'DM Sans', sans-serif !important;
  letter-spacing: -0.02em;
  color: var(--text);
}
a { transition: color 0.25s; }
a:hover { color: var(--accent); }

/* Boutons Divi */
.et_pb_button {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  border-radius: var(--r-s) !important;
  padding: 12px 26px !important;
  transition: all 0.35s var(--ease) !important;
  border: none !important;
}
.et_pb_button:hover { transform: translateY(-1px); }
.et_pb_button:after { display: none !important; }

.btn-primary .et_pb_button,
.et_pb_bg_layout_dark .et_pb_button {
  background: var(--accent) !important;
  color: #fff !important;
}
.btn-primary .et_pb_button:hover {
  background: var(--accent-h) !important;
  box-shadow: 0 6px 20px rgba(36,55,140,.18);
}
.btn-accent .et_pb_button {
  background: var(--accent-2) !important;
  color: #fff !important;
}
.btn-accent .et_pb_button:hover {
  background: var(--accent-2h) !important;
  box-shadow: 0 6px 20px rgba(255,107,53,.2);
}
.btn-outline .et_pb_button {
  background: transparent !important;
  border: 1.5px solid var(--accent) !important;
  color: var(--accent) !important;
}
.btn-outline .et_pb_button:hover {
  background: var(--accent) !important;
  color: #fff !important;
}

/* Badges halal */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 12px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.02em;
  line-height: 1;
}
.badge--halal { background: var(--accent); color: #fff; }
.badge--dark { background: var(--text); color: #fff; }
.badge--accent { background: var(--accent-2); color: #fff; }
.badge--light { background: var(--bg-alt); color: var(--text); }

/* Cards */
.ga-card {
  background: var(--white);
  border-radius: var(--r-m);
  overflow: hidden;
  transition: all 0.4s var(--ease);
  box-shadow: var(--sh-s);
}
.ga-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-l);
}

/* Section tag */
.ga-tag {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 12px;
  display: block;
}

/* Prix */
.ga-price {
  font-size: 28px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.02em;
}
.ga-price-from {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-3);
}

/* Topbar */
.ga-topbar {
  background: var(--text);
  color: #fff;
  font-size: 13px;
  padding: 9px 20px;
  text-align: center;
}
.ga-topbar a { color: var(--accent-2); font-weight: 600; text-decoration: none; }

/* Trust icons */
.ga-trust-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(36,55,140,.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Sections fond sombre */
.ga-dark { background: var(--text) !important; }
.ga-dark h2,.ga-dark h3,.ga-dark h4 { color: #fff !important; }
.ga-dark p,.ga-dark .et_pb_blurb_description { color: rgba(255,255,255,.45) !important; }
.ga-dark .ga-tag { color: var(--accent-2) !important; }

/* Sections fond alternée */
.ga-alt { background: var(--bg-alt) !important; }

/* FAQ Toggle */
.et_pb_toggle {
  border: none !important;
  border-bottom: 1px solid var(--border) !important;
  background: transparent !important;
  padding: 0 !important;
}
.et_pb_toggle .et_pb_toggle_title {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 18px 0 !important;
  color: var(--text) !important;
}
.et_pb_toggle .et_pb_toggle_content {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: var(--text-2) !important;
  padding: 0 0 18px !important;
}

/* Testimonials */
.et_pb_testimonial {
  background: var(--white) !important;
  border-radius: var(--r-m) !important;
  border: none !important;
  box-shadow: var(--sh-s) !important;
  transition: all 0.4s var(--ease) !important;
}
.et_pb_testimonial:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-l) !important;
}

/* WhatsApp float */
.wa-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 99999;
  width: 52px;
  height: 52px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 16px rgba(37,211,102,.3);
  transition: all 0.35s var(--ease);
  text-decoration: none;
}
.wa-float:hover {
  transform: scale(1.07);
  box-shadow: 0 5px 24px rgba(37,211,102,.4);
}
.wa-float img { width: 26px; height: 26px; }

/* Mobile CTA bar */
@media (max-width: 768px) {
  .ga-mobile-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99990;
    background: var(--white);
    border-top: 1px solid var(--border);
    padding: 8px 14px;
    display: flex;
    gap: 8px;
  }
  .ga-mobile-cta a {
    flex: 1;
    text-align: center;
    padding: 12px;
    border-radius: var(--r-s);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
  }
  .ga-mobile-cta .mcta-devis { background: var(--accent-2); color: #fff; }
  .ga-mobile-cta .mcta-wa { background: #25D366; color: #fff; flex: 0 0 52px; display: flex; align-items: center; justify-content: center; }
  .wa-float { bottom: 72px; }
  .ga-topbar { font-size: 11px; padding: 7px 12px; }
}

/* Forminator multi-step */
.forminator-custom-form { font-family: 'DM Sans', sans-serif !important; }
.forminator-custom-form .forminator-pagination-steps {
  background: var(--bg-alt);
  border-radius: var(--r-s);
  padding: 12px;
}
.forminator-custom-form .forminator-step-current {
  background: var(--accent) !important;
  color: #fff !important;
  border-radius: 6px;
}
.forminator-custom-form .forminator-button-submit,
.forminator-custom-form .forminator-button-next {
  background: var(--accent) !important;
  border-radius: var(--r-s) !important;
  padding: 13px 28px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  transition: all 0.3s var(--ease) !important;
  border: none !important;
}
.forminator-custom-form .forminator-button-submit:hover,
.forminator-custom-form .forminator-button-next:hover {
  background: var(--accent-h) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(36,55,140,.18);
}
.forminator-custom-form input,
.forminator-custom-form select,
.forminator-custom-form textarea {
  border: 1.5px solid var(--border) !important;
  border-radius: var(--r-s) !important;
  padding: 11px 14px !important;
  font-size: 14px !important;
  font-family: 'DM Sans', sans-serif !important;
  transition: border-color 0.25s !important;
}
.forminator-custom-form input:focus,
.forminator-custom-form select:focus,
.forminator-custom-form textarea:focus {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 3px rgba(36,55,140,.06) !important;
  outline: none !important;
}

/* Menu CTA button */
.menu-cta-button a {
  background: var(--accent-2) !important;
  color: #fff !important;
  padding: 10px 22px !important;
  border-radius: var(--r-s) !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  transition: all 0.3s var(--ease) !important;
}
.menu-cta-button a:hover {
  background: var(--accent-2h) !important;
  transform: translateY(-1px);
}

/* Archive pagination */
.page-numbers {
  list-style: none;
  display: flex;
  gap: 6px;
  justify-content: center;
  padding: 0;
}
.page-numbers li a,
.page-numbers li span {
  display: inline-block;
  padding: 10px 16px;
  border-radius: var(--r-s);
  font-size: 14px;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  text-decoration: none;
  transition: all 0.25s;
}
.page-numbers li a {
  background: var(--white);
  color: var(--text);
  box-shadow: var(--sh-s);
}
.page-numbers li a:hover {
  background: var(--accent);
  color: #fff;
}
.page-numbers li span.current {
  background: var(--accent);
  color: #fff;
}

/* Single trip/destination responsive */
@media (max-width: 768px) {
  .ga-card:hover img { transform: scale(1.03); }
}

/* ═══════════════════════════════════════════════
   HEADER
   ═══════════════════════════════════════════════ */

/* Topbar */
.ga-topbar {
  background: var(--text);
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  padding: 0;
  text-align: center;
}
.ga-topbar__inner {
  max-width: var(--mw);
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ga-topbar__link {
  color: rgba(255,255,255,0.7) !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s;
}
.ga-topbar__link:hover { color: #fff !important; }
.ga-topbar__sep { margin: 0 8px; opacity: 0.3; }
.ga-topbar__right a {
  color: var(--accent-2) !important;
  font-weight: 600;
  text-decoration: none;
}

/* Header principal */
.ga-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 9999;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.ga-header--sticky {
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}
.ga-header--hidden {
  transform: translateY(-100%);
}
.ga-header__inner {
  max-width: var(--mw);
  margin: 0 auto;
  padding: 0 24px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

/* Logo */
.ga-header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.ga-header__logo-img {
  height: 36px;
  width: auto;
  display: block;
}

/* Navigation desktop */
.ga-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.ga-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 4px;
}
.ga-nav__list li {
  position: relative;
}
.ga-nav__list li a {
  display: block;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text) !important;
  text-decoration: none;
  border-radius: var(--r-s);
  transition: all 0.2s;
  font-family: 'DM Sans', sans-serif;
}
.ga-nav__list li a:hover {
  color: var(--accent) !important;
  background: rgba(36,55,140,0.04);
}
.ga-nav__list li.current-menu-item > a,
.ga-nav__list li.current_page_item > a {
  color: var(--accent) !important;
  font-weight: 600;
}

/* Menu CTA button dans nav */
.ga-nav__list li.menu-cta-button a {
  background: var(--accent-2) !important;
  color: #fff !important;
  font-weight: 600 !important;
  padding: 9px 20px !important;
  border-radius: var(--r-s) !important;
}
.ga-nav__list li.menu-cta-button a:hover {
  background: var(--accent-2h) !important;
}

/* Sous-menu dropdown */
.ga-nav__list li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  border-radius: var(--r-m);
  box-shadow: var(--sh-m);
  min-width: 200px;
  padding: 8px;
  z-index: 100;
}
.ga-nav__list li:hover > ul.sub-menu {
  display: block;
}
.ga-nav__list li ul.sub-menu li a {
  font-size: 13px;
  padding: 8px 12px;
}

/* CTA header */
.ga-header__cta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.ga-header__wa {
  width: 38px;
  height: 38px;
  background: #25D366;
  color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s var(--ease);
  text-decoration: none;
}
.ga-header__wa:hover {
  transform: scale(1.08);
  box-shadow: 0 3px 12px rgba(37,211,102,0.3);
}
.ga-header__btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  background: var(--accent-2);
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  border-radius: var(--r-s);
  text-decoration: none;
  transition: all 0.3s var(--ease);
}
.ga-header__btn:hover {
  background: var(--accent-2h);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(255,107,53,0.25);
  color: #fff !important;
}

/* Hamburger */
.ga-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10001;
}
.ga-hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s var(--ease);
  transform-origin: center;
}
.ga-hamburger--active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.ga-hamburger--active span:nth-child(2) {
  opacity: 0;
}
.ga-hamburger--active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile menu overlay */
.ga-mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s var(--ease), visibility 0.35s;
  overflow-y: auto;
}
.ga-mobile-menu--open {
  opacity: 1;
  visibility: visible;
}
.ga-mobile-menu__inner {
  padding: 100px 24px 40px;
}
.ga-mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ga-mobile-menu__list li a {
  display: block;
  padding: 14px 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--text) !important;
  text-decoration: none;
  border-bottom: 1px solid var(--border);
  font-family: 'DM Sans', sans-serif;
}
.ga-mobile-menu__list li.menu-cta-button {
  display: none;
}
.ga-mobile-menu__cta {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ga-mobile-menu__btn {
  display: block;
  padding: 16px;
  text-align: center;
  border-radius: var(--r-s);
  font-size: 15px;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  text-decoration: none;
}
.ga-mobile-menu__btn--primary {
  background: var(--accent-2);
  color: #fff !important;
}
.ga-mobile-menu__btn--wa {
  background: #25D366;
  color: #fff !important;
}

/* ═══════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════ */

.ga-footer {
  background: var(--text);
  font-family: 'DM Sans', sans-serif;
}
.ga-footer__main {
  padding: 56px 0 40px;
}
.ga-footer__inner {
  max-width: var(--mw);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 40px;
}

/* Colonnes */
.ga-footer__col {}
.ga-footer__heading {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  margin: 0 0 16px 0;
}
.ga-footer__desc {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  margin: 0 0 16px 0;
}

/* Logo footer */
.ga-footer__logo {
  margin-bottom: 16px;
}
.ga-footer__logo img {
  max-width: 140px !important;
  height: auto !important;
}
.ga-footer__logo-text {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

/* Contact block */
.ga-footer__contact-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}
.ga-footer__contact-block a {
  color: rgba(255,255,255,0.6) !important;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}
.ga-footer__contact-block a:hover { color: #fff !important; }

/* Social */
.ga-footer__social {
  display: flex;
  gap: 8px;
}
.ga-footer__social a {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5) !important;
  transition: all 0.25s;
  text-decoration: none;
}
.ga-footer__social a:hover {
  background: rgba(255,255,255,0.15);
  color: #fff !important;
  transform: translateY(-2px);
}

/* Footer links */
.ga-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ga-footer__links li a {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  color: rgba(255,255,255,0.45) !important;
  text-decoration: none;
  transition: color 0.2s;
}
.ga-footer__links li a:hover {
  color: #fff !important;
}

/* Footer CTA buttons */
.ga-footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: var(--r-s);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s var(--ease);
  margin-bottom: 8px;
}
.ga-footer__btn--accent {
  background: var(--accent-2);
  color: #fff !important;
}
.ga-footer__btn--accent:hover {
  background: var(--accent-2h);
  color: #fff !important;
}
.ga-footer__btn--wa {
  background: #25D366;
  color: #fff !important;
}
.ga-footer__btn--wa:hover {
  background: #20bd5a;
  color: #fff !important;
}

/* Barre légale */
.ga-footer__legal {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 16px 0;
}
.ga-footer__legal .ga-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,0.25);
}
.ga-footer__legal-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 6px;
}
.ga-footer__legal-list li::before {
  content: '·';
  margin-right: 6px;
  opacity: 0.4;
}
.ga-footer__legal-list li:first-child::before { display: none; }
.ga-footer__legal-list li a {
  color: rgba(255,255,255,0.35) !important;
  text-decoration: none;
  transition: color 0.2s;
}
.ga-footer__legal-list li a:hover { color: rgba(255,255,255,0.7) !important; }

/* ═══════════════════════════════════════════════
   RESPONSIVE HEADER / FOOTER
   ═══════════════════════════════════════════════ */

@media (max-width: 980px) {
  .ga-nav,
  .ga-header__cta {
    display: none;
  }
  .ga-hamburger {
    display: flex;
  }
  .ga-mobile-menu {
    display: block;
  }
  .ga-topbar__left { display: none; }
  .ga-topbar__inner { justify-content: center; }
}

@media (max-width: 768px) {
  .ga-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .ga-footer__legal .ga-footer__inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .ga-header__inner {
    height: 58px;
    padding: 0 16px;
  }
  .ga-header__logo-img {
    height: 30px;
  }
}

@media (max-width: 480px) {
  .ga-footer__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ga-footer__legal-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Hide Divi defaults we replace */
#main-header,
#top-header,
#et-top-navigation,
.et-fixed-header,
#main-footer,
#footer-bottom,
.et_pb_scroll_top {
  display: none !important;
}

/* ═══════════════════════════════════════════════════════════════
   SINGLE DESTINATION — Layout TravelMuz style
   ═══════════════════════════════════════════════════════════════ */

/* HERO */
.ga-dest-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  background: #24378C;
  overflow: hidden;
}
.ga-dest-hero__img {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.ga-dest-hero__img img {
  opacity: 0.4;
}
.ga-dest-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 60%);
}
.ga-dest-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 50px;
}
.ga-dest-hero__tag {
  display: inline-block;
  background: rgba(255,107,53,0.15);
  color: #FF6B35;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
  border: 1px solid rgba(255,107,53,0.3);
}
.ga-dest-hero__title {
  color: #fff;
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  line-height: 1.15;
}
.ga-dest-hero__desc {
  color: rgba(255,255,255,0.75);
  font-size: 17px;
  max-width: 650px;
  line-height: 1.6;
  margin: 0 0 16px;
}
.ga-dest-hero__price {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.2);
}
.ga-dest-hero__price-label {
  color: rgba(255,255,255,0.7);
  font-size: 13px;
}
.ga-dest-hero__price-value {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

/* TAGS SECTION */
.ga-dest-tags {
  background: #fff;
  border-bottom: 1px solid #E8E8E8;
  padding: 16px 24px;
}
.ga-dest-tags__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.ga-dest-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  padding: 8px 16px;
  background: #F8F9FA;
  border-radius: 24px;
  border: 1px solid #E8E8E8;
}
.ga-dest-tag__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #24378C;
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

/* LAYOUT 2 COLONNES */
.ga-dest-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  align-items: start;
}

/* COLONNE PRINCIPALE */
.ga-dest-main {
  min-width: 0;
}

/* Infos pratiques */
.ga-dest-infos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 28px;
}
.ga-dest-info-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 16px 18px;
  border: 1px solid #E8E8E8;
}
.ga-dest-info-card__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,107,53,0.08);
  border-radius: 10px;
}
.ga-dest-info-card__label {
  font-size: 12px;
  color: #888;
  margin-bottom: 2px;
}
.ga-dest-info-card__value {
  font-size: 15px;
  font-weight: 600;
  color: #222;
}

/* Contenu principal */
.ga-dest-content-block {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 24px;
  border: 1px solid #E8E8E8;
}
.ga-dest-content-block h2 {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin: 0 0 16px;
}
.ga-dest-content-text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}
.ga-dest-content-text h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 24px 0 12px;
}
.ga-dest-content-text p {
  margin-bottom: 14px;
}
.ga-dest-content-text ul {
  padding-left: 20px;
  margin-bottom: 14px;
}
.ga-dest-content-text li {
  margin-bottom: 6px;
}

/* Bloc halal */
.ga-dest-halal-block {
  background: linear-gradient(135deg, #24378C, #1B2A6B);
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 24px;
  color: #fff;
}
.ga-dest-halal-block__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.ga-dest-halal-block__icon {
  font-size: 28px;
}
.ga-dest-halal-block__header h2 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.ga-dest-halal-block__text {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.85);
}

/* Circuits liés */
.ga-dest-related {
  margin-bottom: 32px;
}
.ga-dest-related h2 {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin: 0 0 20px;
}
.ga-dest-related__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.ga-dest-trip-card {
  display: block;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #E8E8E8;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ga-dest-trip-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.ga-dest-trip-card__img {
  height: 180px;
  overflow: hidden;
}
.ga-dest-trip-card__img img {
  transition: transform 0.4s ease;
}
.ga-dest-trip-card:hover .ga-dest-trip-card__img img {
  transform: scale(1.05);
}
.ga-dest-trip-card__body {
  padding: 18px;
}
.ga-dest-trip-card__body h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #222;
}
.ga-dest-trip-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}
.ga-dest-trip-card__price {
  font-size: 14px;
  color: #555;
}
.ga-dest-trip-card__price strong {
  font-size: 20px;
  color: #FF6B35;
}

/* ═══ SIDEBAR STICKY ═══ */
.ga-dest-sidebar {
  position: sticky;
  top: 100px;
}
.ga-dest-sidebar__card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  border: 1px solid #E8E8E8;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Prix */
.ga-dest-sidebar__price-block {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
}
.ga-dest-sidebar__price-label {
  display: block;
  font-size: 13px;
  color: #888;
}
.ga-dest-sidebar__price {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: #FF6B35;
  margin: 4px 0;
  line-height: 1.2;
}
.ga-dest-sidebar__price-sub {
  display: block;
  font-size: 13px;
  color: #888;
}

/* Infos sidebar */
.ga-dest-sidebar__infos {
  margin-bottom: 20px;
}
.ga-dest-sidebar__info-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #F5F5F5;
  font-size: 14px;
  color: #444;
}
.ga-dest-sidebar__info-row:last-child {
  border-bottom: none;
}
.ga-dest-sidebar__info-row svg {
  color: #24378C;
  flex-shrink: 0;
}

/* CTA Button */
.ga-dest-sidebar__cta {
  display: block;
  width: 100%;
  text-align: center;
  background: #FF6B35;
  color: #fff;
  padding: 16px 24px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 10px;
  transition: background 0.3s ease, transform 0.2s ease;
}
.ga-dest-sidebar__cta:hover {
  background: #e55a28;
  transform: translateY(-1px);
  color: #fff;
}

/* WhatsApp Button */
.ga-dest-sidebar__wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  text-align: center;
  background: #25D366;
  color: #fff;
  padding: 14px 24px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 16px;
  transition: background 0.3s ease;
}
.ga-dest-sidebar__wa:hover {
  background: #1da851;
  color: #fff;
}

/* Téléphone */
.ga-dest-sidebar__phone {
  text-align: center;
  padding: 14px 0;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 16px;
}
.ga-dest-sidebar__phone a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #24378C;
  text-decoration: none;
}
.ga-dest-sidebar__phone a:hover {
  color: #FF6B35;
}
.ga-dest-sidebar__phone-hours {
  display: block;
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}

/* Reassurance */
.ga-dest-sidebar__trust {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ga-dest-sidebar__trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #555;
}

/* CTA Bottom full-width */
.ga-dest-bottom-cta {
  background: linear-gradient(135deg, #FF6B35, #e55a28);
  padding: 60px 24px;
  text-align: center;
}
.ga-dest-bottom-cta__inner {
  max-width: 650px;
  margin: 0 auto;
}
.ga-dest-bottom-cta h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 12px;
}
.ga-dest-bottom-cta p {
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  margin: 0 0 24px;
}
.ga-dest-bottom-cta__btns {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.ga-dest-bottom-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.ga-dest-bottom-cta__btn:hover {
  transform: translateY(-2px);
}
.ga-dest-bottom-cta__btn--primary {
  background: #fff;
  color: #FF6B35;
}
.ga-dest-bottom-cta__btn--wa {
  background: #25D366;
  color: #fff;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 980px) {
  .ga-dest-layout {
    grid-template-columns: 1fr;
  }
  .ga-dest-sidebar {
    position: static;
    order: -1;
    margin-bottom: 24px;
  }
  .ga-dest-sidebar__card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: center;
  }
  .ga-dest-sidebar__price-block {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .ga-dest-sidebar__cta,
  .ga-dest-sidebar__wa {
    grid-column: 1 / -1;
  }
  .ga-dest-sidebar__phone,
  .ga-dest-sidebar__trust {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .ga-dest-hero {
    min-height: 320px;
  }
  .ga-dest-hero__title {
    font-size: 28px;
  }
  .ga-dest-tags__inner {
    gap: 8px;
  }
  .ga-dest-tag {
    font-size: 12px;
    padding: 6px 12px;
  }
  .ga-dest-tag__icon {
    width: 26px;
    height: 26px;
  }
  .ga-dest-infos {
    grid-template-columns: 1fr;
  }
  .ga-dest-content-block {
    padding: 20px;
  }
  .ga-dest-halal-block {
    padding: 20px;
  }
  .ga-dest-sidebar__card {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .ga-dest-related__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .ga-dest-hero__content {
    padding: 24px 16px 32px;
  }
  .ga-dest-layout {
    padding: 24px 16px;
  }
  .ga-dest-bottom-cta {
    padding: 40px 16px;
  }
  .ga-dest-bottom-cta h2 {
    font-size: 22px;
  }
  .ga-dest-bottom-cta__btns {
    flex-direction: column;
  }
  .ga-dest-bottom-cta__btn {
    justify-content: center;
    width: 100%;
  }
}

/* Sidebar mobile fixe en bas (CTA sticky mobile) */
@media (max-width: 980px) {
  .ga-dest-sidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin: 0;
    order: unset;
  }
  .ga-dest-sidebar__card {
    border-radius: 0;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .ga-dest-sidebar__price-block {
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    flex-shrink: 0;
  }
  .ga-dest-sidebar__price {
    font-size: 20px;
  }
  .ga-dest-sidebar__price-label,
  .ga-dest-sidebar__price-sub {
    font-size: 11px;
  }
  .ga-dest-sidebar__infos,
  .ga-dest-sidebar__phone,
  .ga-dest-sidebar__trust,
  .ga-dest-sidebar__wa {
    display: none;
  }
  .ga-dest-sidebar__cta {
    flex: 1;
    margin: 0;
    padding: 14px 16px;
    font-size: 14px;
  }
  /* Ajouter du padding bottom pour le contenu sous la barre fixe */
  .ga-dest-bottom-cta {
    padding-bottom: 100px;
  }
}
