/* =============================================================
   TURQUÍA · v7 · CocoVolare
   The Turkey page is built on Argentina's design system:
   main.css + colombia.css + argentina.css carry all layout,
   components and responsive behavior. This file holds only
   Turkey-specific accents, kept intentionally minimal.
   The itinerary cards reuse Colombia's cv-pkg-compact design.
   ============================================================= */

/* Hero flag chip · Turkish flag (red field with white crescent).
   The dots row in the hero reuses the .stripe span; for Turkey we
   render a single red field plus a small white crescent glyph. */
.cv-hero__flag .stripe.tr-r { background:#E30A17; }
.cv-hero__flag .stripe.tr-w {
  background:#fff;
  position:relative;
}
.cv-hero__flag .stripe.tr-w::after {
  content:"\262A"; /* star and crescent */
  position:absolute; left:50%; top:50%;
  transform:translate(-50%,-52%);
  font-size:9px; color:#E30A17; line-height:1;
}

/* Hero · calm Ken Burns drift for the Cappadocia balloon cover. */
.cv-hero__bg--kenburns { animation-duration: 30s; }

/* Safety · never allow a destination image to distort.
   Every <img> carries width/height; this guarantees object-fit
   on any media slot regardless of intrinsic ratio. */
.cv-arg-regcard__media img,
.cv-arg-exp__media img,
.cv-arc-gallery__item img,
.cv-hero__bg {
  object-fit: cover;
}

/* Itinerary section · the Colombia cv-pkg cards live inside an
   Argentina-style section. We use a black background so the dark
   Colombia cards sit correctly and the section header stays legible. */
.cv-tur-pkg { padding: 110px 0; background:#000; color:var(--wh); }
.cv-tur-pkg .cv-pkg-carousel { margin-top: 38px; }
.cv-tur-pkg .cv-arg-pkg__custom { margin-top: 30px; }
