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

/* Hero flag dots · Italian flag colors (green · white · red). */
.cv-hero__flag .stripe.it-g { background:#009246; }
.cv-hero__flag .stripe.it-w { background:#F1F2F1; }
.cv-hero__flag .stripe.it-r { background:#CE2B37; }

/* Hero · calm Ken Burns drift for the Roma cover image. */
.cv-hero__bg--kenburns { animation-duration: 28s; }

/* 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 match the Egypt/Bolivia black
   background so the dark Colombia cards sit correctly and the
   section header stays legible. */
.cv-ita-pkg { padding: 110px 0; background:#000; color:var(--wh); }
.cv-ita-pkg .cv-pkg-carousel { margin-top: 38px; }
.cv-ita-pkg .cv-arg-pkg__custom { margin-top: 30px; }
