/* =============================================================
   CHILE · v7 · CocoVolare
   The Chile 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
   Chile-specific accents, kept intentionally minimal.
   The itinerary cards reuse Colombia's cv-pkg-compact design.
   ============================================================= */

/* Hero flag chip · Chilean flag ("La Estrella Solitaria").
   The hero markup uses a blue canton dot with a white star. */
.cv-hero__flag .cl-star {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #0039A6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  line-height: 1;
  color: #fff;
  box-shadow: 0 0 8px rgba(213,43,30,.45);
}

/* Hero · calm Ken Burns drift for the cover image. */
.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 on a black background, so the dark
   Colombia cards sit correctly and the header stays legible. */
.cv-chl-pkg { padding: 110px 0; background:#000; color:var(--wh); }
.cv-chl-pkg .cv-pkg-carousel { margin-top: 38px; }
.cv-chl-pkg .cv-arg-pkg__custom { margin-top: 30px; }
