/* ============================================================
   TRANSFERT AÉROPORT — styles dédiés
   Identité : aérien — hero plein cadre, pastilles, cartes IATA, split
   ============================================================ */

/* ---------- HERO plein cadre (texte bas-gauche sur image) ---------- */
.ta-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: stretch;
  min-height: 620px;
  background: var(--text-hi);
  overflow: hidden;
}

/* ---------- HERO BG : image colonne droite (restaure) ---------- */
.ta-hero-bg {
  position: relative;
  overflow: hidden;
}
.ta-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, var(--text-hi) 0%, rgba(10,10,10,0.35) 28%, rgba(10,10,10,0) 55%);
  z-index: 1;
}
.ta-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

@media (max-width: 700px) {
  .ta-hero { min-height: 520px; align-items: flex-end; }
  

  
}

/* ---------- PASTILLES DE RÉASSURANCE ---------- */






/* ---------- NARRATIF (avant de décoller) ---------- */





/* ---------- ZONES ---------- */


/* .section-head + .ta-zone-title : retiré le 28/07/2026, aucune des
   deux classes n'existe dans le HTML de cette page. */

/* ---------- CARTES AÉROPORT (badge IATA circulaire) ---------- */









/* .ta-airport-meta .sep : retiré le 28/07/2026, classe absente du HTML. */




/* ---------- SPLIT DÉPART / ARRIVÉE ---------- */






@media (max-width: 800px) {
  
}

/* ---------- CAS PARTICULIERS ---------- */





@media (max-width: 900px) {  
  .ta-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .ta-hero-bg {
    order: -1;
    height: 260px;
  }
  .ta-hero-bg::before {
    background: linear-gradient(180deg, rgba(10,10,10,.15) 0%, rgba(10,10,10,.55) 100%);
  }
  .ta-hero > .container {
    max-width: 100%;
    justify-self: stretch;
    padding: 36px var(--gutter, 20px) 48px;
  }

  .ta-hero > .container {
    padding-top: 34px;
  }
  .ta-hero > .container h1 {
    font-size: clamp(1.38rem, 5.4vw, 1.75rem);
    line-height: 1.18;
  }
  .ta-hero > .container .lead { font-size: 1rem; }
  .ta-hero > .container p { font-size: .93rem; line-height: 1.62; }
}

/* ---------- TARIFICATION ---------- */



/* .ta-pricing .btn : retiré le 28/07/2026, classe absente du HTML. */

/* ============================================================
   CORPS DE PAGE — regles manquantes (sections, sommaire,
   tableaux, encadres, listes, checklist)
   ============================================================ */

/* ---------- SOMMAIRE ---------- */
.ta-toc {
  padding: 56px 0 8px;
}
.ta-toc .container { max-width: 780px; }
.ta-toc h2 {
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--text-mid);
  margin-bottom: 20px;
}
.ta-toc-list {
  list-style: none;
  counter-reset: toc;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
}
.ta-toc-list li { counter-increment: toc; }
.ta-toc-list a {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 11px 14px;
  border-radius: var(--r-sm);
  color: var(--text-hi);
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.45;
  transition: background .18s ease, color .18s ease;
}
.ta-toc-list a::before {
  content: counter(toc, decimal-leading-zero);
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
  font-size: .82rem;
  font-weight: 700;
  color: var(--accent);
  opacity: .75;
}
.ta-toc-list a:hover {
  background: var(--accent-soft);
  color: var(--accent);
}

/* ---------- SECTIONS ---------- */
.ta-section {
  padding: 72px 0;
  scroll-margin-top: calc(var(--header-h) + 16px);
}
.ta-section .container { max-width: 820px; }
.ta-section-alt { background: var(--surface-alt, #f7f7f5); }
.ta-section h2 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  line-height: 1.22;
  margin-bottom: 24px;
}
.ta-section h3 {
  font-size: 1.22rem;
  line-height: 1.35;
  margin: 38px 0 12px;
}
.ta-section p {
  font-size: 1.02rem;
  line-height: 1.78;
  color: var(--text-mid);
}
.ta-section p + p { margin-top: 14px; }
.ta-section .btn { margin-top: 26px; }

/* ---------- LISTES ---------- */
.ta-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.ta-list li {
  position: relative;
  padding-left: 26px;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-mid);
}
.ta-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: .72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}
.ta-list strong { color: var(--text-hi); }

/* ---------- CHECKLIST ---------- */
.ta-checklist {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.ta-checklist li {
  position: relative;
  padding: 14px 16px 14px 46px;
  background: var(--card, #fff);
  border: 1px solid var(--line, #e6e6e2);
  border-radius: var(--r-md);
  font-size: .98rem;
  line-height: 1.65;
  color: var(--text-mid);
}
.ta-checklist li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 1.15em;
  width: 15px;
  height: 9px;
  border-left: 2.5px solid var(--accent);
  border-bottom: 2.5px solid var(--accent);
  transform: rotate(-45deg);
}
.ta-checklist strong {
  display: block;
  color: var(--text-hi);
  margin-bottom: 2px;
}

/* ---------- TABLEAUX ---------- */
.ta-table-wrap {
  margin: 24px 0 8px;
  overflow-x: auto;
  border: 1px solid var(--line, #e6e6e2);
  border-radius: var(--r-md);
  background: var(--card, #fff);
  -webkit-overflow-scrolling: touch;
}
.ta-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .95rem;
  min-width: 560px;
}
.ta-table thead th {
  background: var(--text-hi);
  color: #fff;
  font-weight: 600;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  text-align: left;
  padding: 13px 18px;
  white-space: nowrap;
}
.ta-table td {
  padding: 14px 18px;
  border-top: 1px solid var(--line, #e6e6e2);
  color: var(--text-mid);
  line-height: 1.6;
  vertical-align: top;
}
.ta-table tbody tr:nth-child(even) { background: rgba(0,0,0,.015); }
.ta-table td:first-child {
  color: var(--text-hi);
  font-weight: 600;
  white-space: nowrap;
}
.ta-table strong { color: var(--text-hi); }

/* ---------- ENCADRES ---------- */
.ta-callout {
  margin: 26px 0;
  padding: 20px 22px;
  border-radius: var(--r-md);
  border-left: 3px solid var(--accent);
  background: var(--accent-soft);
}
.ta-callout-title {
  margin: 0 0 6px !important;
  font-weight: 700;
  font-size: .78rem !important;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--accent) !important;
}
.ta-callout p {
  margin: 0;
  font-size: .97rem !important;
  line-height: 1.7 !important;
  color: var(--text-mid);
}
.ta-callout-info {
  border-left-color: var(--accent);
  background: var(--accent-soft);
}
.ta-callout-info .ta-callout-title { color: var(--accent) !important; }
.ta-callout-tip {
  border-left-color: var(--amber, #c98a2b);
  background: var(--amber-dim, rgba(201,138,43,.08));
}
.ta-callout-tip .ta-callout-title { color: var(--amber, #c98a2b) !important; }

/* ---------- NOTE / HIGHLIGHT ---------- */

.ta-highlight {
  margin: 26px 0;
  padding: 22px 24px;
  border-radius: var(--r-md);
  background: var(--text-hi);
  color: #fff;
}
.ta-highlight p {
  margin: 0;
  font-size: 1.04rem !important;
  line-height: 1.7 !important;
  color: rgba(255,255,255,.86) !important;
}
.ta-highlight strong { color: #fff; }

/* ---------- MOBILE ---------- */
@media (max-width: 768px) {
  .ta-section { padding: 52px 0; }
  .ta-toc { padding: 40px 0 4px; }
  .ta-table { min-width: 480px; }
  .ta-table thead th,
  .ta-table td { padding: 11px 14px; }
}

/* ---------- HERO : adaptation a la structure HTML reelle ----------
   Le HTML place .container directement dans .ta-hero (pas de wrapper
   .ta-hero-content). L'image .ta-hero-bg est le 2e enfant -> colonne droite. */
.ta-hero > .container {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 620px;
  margin: 0;
  padding: 132px 40px 64px 0;
  justify-self: end;
  width: 100%;
}
.ta-hero > .container .eyebrow {
  display: inline-block;
  padding: 6px 14px;
  border-radius: var(--r-pill);
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin: 0 0 18px;
}
.ta-hero > .container h1 {
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.1;
  margin: 0 0 20px;
}
.ta-hero > .container .lead {
  color: #fff;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.55;
  font-weight: 500;
  margin: 0 0 18px;
}
.ta-hero > .container p {
  color: rgba(255,255,255,.72);
  font-size: 1rem;
  line-height: 1.72;
  margin: 0 0 12px;
  max-width: 54ch;
}
.ta-hero > .container .btn { margin-top: 14px; }




/* FAQ : centralisée dans global.css sous .faq-list-transfert
   (classe ajoutée en HTML en plus de .faq-list) */


/* ---------- HERO : ajustements taille de police + espace header ----------
   Les H1 de ces pages sont longs (54 a 81 caracteres selon la langue).
   On reduit la taille et on degage l'espace sous le header fixe. */
.ta-hero > .container {
  padding-top: calc(var(--header-h, 72px) + 56px);
}
.ta-hero > .container h1 {
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  line-height: 1.14;
  letter-spacing: -.01em;
  text-wrap: balance;
}
.ta-hero > .container .lead {
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.5;
}
.ta-hero > .container p {
  font-size: .96rem;
  line-height: 1.68;
}

/* Tablette */
@media (max-width: 1100px) {
  .ta-hero > .container h1 { font-size: clamp(1.5rem, 3vw, 2rem); }
}

/* Mobile : le H1 doit rester lisible sans occuper la moitie de l'ecran */

@media (max-width: 400px) {
  .ta-hero > .container h1 { font-size: 1.3rem; }
}

/* Palier tablette basse : eviter que le H1 plafonne trop haut
   quand il occupe toute la largeur */
@media (max-width: 900px) and (min-width: 601px) {
  .ta-hero > .container h1 { font-size: clamp(1.5rem, 3.4vw, 1.85rem); }
}
