/* ==========================================================================
   NXTL COUNTRY DESTINATION — theme route CSS (published country destinations)
   Source: design-mockups/07-destination-country-italy/page.css
   Scoped to body.nxtl-destination-country .nxtl-country-main.
   Do not target .hdr / .ftr / .mob-drawer.
   Enqueue nxtl-motion after this file so reveal transitions win.
   ========================================================================== */

html:has(body.nxtl-public.nxtl-destination-country),
html:has(body.nxtl-destination-country) {
  overflow-x: clip;
  overflow-y: auto;
}
body.nxtl-public.nxtl-destination-country,
body.nxtl-destination-country {
  overflow-x: visible;
  overflow-y: visible;
}

/**
 * ==========================================================================
 * NXTL eSIM — Country Destination Template CSS (Italy Reference Record)
 * Scoped strictly to .country-* namespace. Zero leakage into shared shell.
 * ==========================================================================
 */

/* --------------------------------------------------------------------------
   1. BASE SECTION UTILITIES & BREADCRUMB
   -------------------------------------------------------------------------- */
body.nxtl-destination-country .nxtl-country-main .country-sec {
  padding: clamp(3.5rem, 5.5vw, 5.5rem) 0;
  position: relative;
}

body.nxtl-destination-country .nxtl-country-main .country-sec--hero {
  padding-top: calc(var(--hdr) + 2rem);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
  background: radial-gradient(circle at 80% 20%, rgba(75, 190, 134, 0.05) 0%, transparent 50%),
              radial-gradient(circle at 10% 80%, rgba(255, 94, 112, 0.04) 0%, transparent 40%),
              var(--c0);
  border-bottom: 1px solid var(--b1);
}

body.nxtl-destination-country .nxtl-country-main .country-sec--intro {
  background: var(--c1);
  border-bottom: 1px solid var(--b1);
}

body.nxtl-destination-country .nxtl-country-main .country-sec--rates {
  background: var(--c0);
  border-bottom: 1px solid var(--b1);
}

body.nxtl-destination-country .nxtl-country-main .country-sec--calc {
  background: var(--c1);
  border-bottom: 1px solid var(--b1);
}

body.nxtl-destination-country .nxtl-country-main .country-sec--profiles {
  background: var(--c0);
  border-bottom: 1px solid var(--b1);
}

body.nxtl-destination-country .nxtl-country-main .country-sec--why {
  background: var(--c1);
  border-bottom: 1px solid var(--b1);
}

body.nxtl-destination-country .nxtl-country-main .country-sec--guide {
  background: var(--c0);
  border-bottom: 1px solid var(--b1);
}

body.nxtl-destination-country .nxtl-country-main .country-sec--options {
  background: var(--c1);
  border-bottom: 1px solid var(--b1);
}

body.nxtl-destination-country .nxtl-country-main .country-sec--next {
  background: var(--c0);
  border-bottom: 1px solid var(--b1);
}

body.nxtl-destination-country .nxtl-country-main .country-sec--setup {
  background: var(--c1);
  border-bottom: 1px solid var(--b1);
}

body.nxtl-destination-country .nxtl-country-main .country-sec--faq {
  background: var(--c0);
  border-bottom: 1px solid var(--b1);
}

body.nxtl-destination-country .nxtl-country-main .country-sec--cta {
  background: var(--c1);
  padding: clamp(4rem, 6vw, 6rem) 0;
}

/* Breadcrumb */
body.nxtl-destination-country .nxtl-country-main .country-breadcrumb {
  margin-bottom: 1.75rem;
}

body.nxtl-destination-country .nxtl-country-main .country-breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8125rem;
  color: var(--t3);
}

body.nxtl-destination-country .nxtl-country-main .country-breadcrumb-list a {
  color: var(--t2);
  text-decoration: none;
  transition: color 0.15s var(--ease);
}

body.nxtl-destination-country .nxtl-country-main .country-breadcrumb-list a:hover {
  color: var(--t1);
}

body.nxtl-destination-country .nxtl-country-main .country-breadcrumb-sep {
  color: var(--t3);
  user-select: none;
}

body.nxtl-destination-country .nxtl-country-main .country-breadcrumb-list [aria-current="page"] {
  color: var(--t1);
  font-weight: 600;
}

/* --------------------------------------------------------------------------
   2. SECTION 1: HERO & AT-A-GLANCE DATA TRAY
   -------------------------------------------------------------------------- */
body.nxtl-destination-country .nxtl-country-main .country-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}

body.nxtl-destination-country .nxtl-country-main .country-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body.nxtl-destination-country .nxtl-country-main .country-hero-title {
  margin-bottom: 1rem;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: #FFFFFF;
}

body.nxtl-destination-country .nxtl-country-main .country-hero-lead {
  margin-bottom: 1.75rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--t2);
  max-width: 580px;
}

body.nxtl-destination-country .nxtl-country-main .country-hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

body.nxtl-destination-country .nxtl-country-main .country-hero-reassurance {
  font-size: 0.8125rem;
  color: var(--t3);
  margin: 0;
}

/* Hero Media & Tray Frame */
body.nxtl-destination-country .nxtl-country-main .country-hero-visual-col {
  width: 100%;
}

body.nxtl-destination-country .nxtl-country-main .country-hero-frame {
  position: relative;
  background: var(--c1);
  border: 1px solid var(--b2);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-l);
}

body.nxtl-destination-country .nxtl-country-main .country-hero-frame picture {
  display: block;
  width: 100%;
  height: 100%;
}

body.nxtl-destination-country .nxtl-country-main .country-hero-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: 50% 42%;
  display: block;
}

body.nxtl-destination-country .nxtl-country-main .country-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 320px;
  background: linear-gradient(180deg, rgba(10, 9, 8, 0.15) 0%, rgba(10, 9, 8, 0.6) 80%, rgba(18, 17, 16, 0.95) 100%);
  pointer-events: none;
}

/* At-A-Glance Data Tray */
body.nxtl-destination-country .nxtl-country-main .country-hero-tray {
  position: relative;
  background: rgba(18, 17, 16, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--b2);
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

body.nxtl-destination-country .nxtl-country-main .country-tray-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.nxtl-destination-country .nxtl-country-main .country-tray-flag-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.nxtl-destination-country .nxtl-country-main .country-tray-flag {
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  display: block;
}

body.nxtl-destination-country .nxtl-country-main .country-tray-name {
  font-family: var(--ff);
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFFFFF;
}

body.nxtl-destination-country .nxtl-country-main .country-tray-tech {
  display: flex;
  gap: 6px;
}

body.nxtl-destination-country .nxtl-country-main .country-tech-pill {
  font-family: var(--fm);
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: var(--r-s);
}

body.nxtl-destination-country .nxtl-country-main .country-tech-pill--5g {
  background: rgba(75, 190, 134, 0.15);
  color: var(--green);
  border: 1px solid rgba(75, 190, 134, 0.3);
}

body.nxtl-destination-country .nxtl-country-main .country-tech-pill--lte {
  background: rgba(212, 193, 174, 0.12);
  color: var(--sand);
  border: 1px solid rgba(212, 193, 174, 0.25);
}

body.nxtl-destination-country .nxtl-country-main .country-tray-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid var(--b1);
  padding-top: 0.875rem;
}

body.nxtl-destination-country .nxtl-country-main .country-tray-rate-block {
  display: flex;
  flex-direction: column;
}

body.nxtl-destination-country .nxtl-country-main .country-tray-rate-label {
  font-size: 0.6875rem;
  color: var(--t3);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
}

body.nxtl-destination-country .nxtl-country-main .country-tray-rate {
  font-size: 0.875rem;
  color: var(--t2);
}

body.nxtl-destination-country .nxtl-country-main .country-tray-rate-num {
  font-family: var(--ff);
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--coral);
  font-variant-numeric: tabular-nums;
}

body.nxtl-destination-country .nxtl-country-main .country-tray-rate-unit {
  font-size: 0.75rem;
  color: var(--t3);
}

body.nxtl-destination-country .nxtl-country-main .country-tray-networks-block {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

body.nxtl-destination-country .nxtl-country-main .country-tray-net-count {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--t1);
}

body.nxtl-destination-country .nxtl-country-main .country-tray-net-sub {
  font-size: 0.75rem;
  color: var(--t3);
}

body.nxtl-destination-country .nxtl-country-main .country-tray-net-sub strong {
  color: var(--t2);
}

/* --------------------------------------------------------------------------
   3. SECTION 2: OPENING ARTICLE & FACTS RAIL
   -------------------------------------------------------------------------- */
body.nxtl-destination-country .nxtl-country-main .country-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: start;
}

body.nxtl-destination-country .nxtl-country-main .country-intro-title {
  margin-bottom: 1.5rem;
}

body.nxtl-destination-country .nxtl-country-main .country-editorial-prose p {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--t2);
  margin-bottom: 1.25rem;
  max-width: 68ch;
}

body.nxtl-destination-country .nxtl-country-main .country-editorial-prose p:last-child {
  margin-bottom: 0;
}

/* Facts Rail */
body.nxtl-destination-country .nxtl-country-main .country-facts-rail {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body.nxtl-destination-country .nxtl-country-main .country-fact-card {
  background: var(--c2);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  padding: 1.25rem 1.5rem;
  display: flex;
  gap: 1.125rem;
  align-items: flex-start;
  transition: border-color 0.2s var(--ease);
}

body.nxtl-destination-country .nxtl-country-main .country-fact-card:hover {
  border-color: var(--b2);
}

body.nxtl-destination-country .nxtl-country-main .country-fact-num {
  font-family: var(--fm);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--coral);
  background: rgba(255, 94, 112, 0.12);
  border-radius: var(--r-s);
  padding: 4px 8px;
  flex-shrink: 0;
  margin-top: 2px;
}

body.nxtl-destination-country .nxtl-country-main .country-fact-title {
  font-family: var(--ff);
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 0.25rem;
}

body.nxtl-destination-country .nxtl-country-main .country-fact-desc {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--t2);
  margin: 0;
}

/* --------------------------------------------------------------------------
   4. SECTION 3: CURRENT ITALY RATES TABLE
   -------------------------------------------------------------------------- */
body.nxtl-destination-country .nxtl-country-main .country-rates-header {
  margin-bottom: 2rem;
}

body.nxtl-destination-country .nxtl-country-main .country-rates-title {
  margin-bottom: 0.75rem;
}

body.nxtl-destination-country .nxtl-country-main .country-rates-lead {
  max-width: 720px;
}

body.nxtl-destination-country .nxtl-country-main .country-rates-card {
  background: var(--c1);
  border: 1px solid var(--b2);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-m);
}

body.nxtl-destination-country .nxtl-country-main .country-table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

body.nxtl-destination-country .nxtl-country-main .country-rates-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

body.nxtl-destination-country .nxtl-country-main .country-rates-table th {
  background: var(--c2);
  padding: 1rem 1.5rem;
  font-family: var(--ff);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--t3);
  border-bottom: 1px solid var(--b1);
}

body.nxtl-destination-country .nxtl-country-main .country-rates-table td {
  padding: 1.125rem 1.5rem;
  border-bottom: 1px solid var(--b1);
  font-size: 0.9375rem;
  color: var(--t1);
  vertical-align: middle;
}

body.nxtl-destination-country .nxtl-country-main .country-net-row:last-child td {
  border-bottom: none;
}

body.nxtl-destination-country .nxtl-country-main .country-net-row--lowest {
  background: rgba(75, 190, 134, 0.03);
}

body.nxtl-destination-country .nxtl-country-main .country-net-cell-name {
  vertical-align: middle;
}

body.nxtl-destination-country .nxtl-country-main .country-net-name-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.nxtl-destination-country .nxtl-country-main .country-badge {
  font-family: var(--ff);
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: var(--r-full);
  display: inline-block;
}

body.nxtl-destination-country .nxtl-country-main .country-badge--lowest {
  background: rgba(75, 190, 134, 0.15);
  color: var(--green);
  border: 1px solid rgba(75, 190, 134, 0.35);
}

body.nxtl-destination-country .nxtl-country-main .country-badge--recommend {
  background: rgba(255, 94, 112, 0.15);
  color: var(--coral);
  border: 1px solid rgba(255, 94, 112, 0.35);
}

body.nxtl-destination-country .nxtl-country-main .country-tech-group {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

body.nxtl-destination-country .nxtl-country-main .country-tech-badge {
  font-family: var(--fm);
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: var(--r-s);
  background: var(--c2);
  border: 1px solid var(--b1);
  color: var(--t2);
}

body.nxtl-destination-country .nxtl-country-main .country-tech-badge--5g {
  color: var(--green);
  border-color: rgba(75, 190, 134, 0.3);
  background: rgba(75, 190, 134, 0.08);
}

body.nxtl-destination-country .nxtl-country-main .country-tech-badge--lte {
  color: var(--sand);
  border-color: rgba(212, 193, 174, 0.25);
  background: rgba(212, 193, 174, 0.06);
}

body.nxtl-destination-country .nxtl-country-main .country-rate-val {
  font-family: var(--ff);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--coral);
  font-variant-numeric: tabular-nums;
}

body.nxtl-destination-country .nxtl-country-main .country-rate-unit {
  font-size: 0.75rem;
  color: var(--t3);
}

body.nxtl-destination-country .nxtl-country-main .country-rates-footer {
  background: var(--c2);
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  border-top: 1px solid var(--b1);
}

body.nxtl-destination-country .nxtl-country-main .country-rates-note {
  font-size: 0.8125rem;
  color: var(--t3);
  margin: 0;
  max-width: 600px;
}

body.nxtl-destination-country .nxtl-country-main .country-rates-link {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--coral);
  text-decoration: none;
  white-space: nowrap;
}

body.nxtl-destination-country .nxtl-country-main .country-rates-link:hover {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
   5. SECTION 4: COUNTRY TRIP CALCULATOR
   -------------------------------------------------------------------------- */
body.nxtl-destination-country .nxtl-country-main .country-calc-header {
  margin-bottom: 2rem;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-title {
  margin-bottom: 0.75rem;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-lead {
  max-width: 680px;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-card {
  background: var(--c2);
  border: 1px solid var(--b2);
  border-radius: var(--r-xl);
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
  box-shadow: var(--sh-l);
}

body.nxtl-destination-country .nxtl-country-main .country-calc-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: stretch;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-inputs {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Mode bar */
body.nxtl-destination-country .nxtl-country-main .country-calc-mode-bar {
  display: flex;
  background: var(--c0);
  border: 1px solid var(--b1);
  border-radius: var(--r-m);
  padding: 3px;
  gap: 3px;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-mode-btn {
  flex: 1;
  padding: 8px 14px;
  font-family: var(--ff);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--t2);
  background: none;
  border: none;
  border-radius: var(--r-s);
  cursor: pointer;
  transition: all 0.18s var(--ease);
}

body.nxtl-destination-country .nxtl-country-main .country-calc-mode-btn:hover {
  color: var(--t1);
}

body.nxtl-destination-country .nxtl-country-main .country-calc-mode-btn.active {
  background: var(--c1);
  color: #FFFFFF;
  box-shadow: var(--sh-s);
}

body.nxtl-destination-country .nxtl-country-main .country-calc-mode-panel {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-mode-panel--hidden {
  display: none;
}

/* Calc Fields */
body.nxtl-destination-country .nxtl-country-main .country-calc-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-field-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-label {
  font-family: var(--ff);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--t1);
}

body.nxtl-destination-country .nxtl-country-main .country-calc-val-badge {
  font-family: var(--fm);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--coral);
  background: rgba(255, 94, 112, 0.12);
  padding: 2px 8px;
  border-radius: var(--r-s);
}

body.nxtl-destination-country .nxtl-country-main .country-calc-slider {
  width: 100%;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  background: var(--b2);
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--coral);
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 10px rgba(255, 94, 112, 0.5);
  cursor: pointer;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--coral);
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 10px rgba(255, 94, 112, 0.5);
  cursor: pointer;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-num-input {
  width: 100%;
  height: 44px;
  background: var(--c0);
  border: 1px solid var(--b2);
  border-radius: var(--r-m);
  padding: 0 1rem;
  color: #FFFFFF;
  font-family: var(--fm);
  font-size: 0.9375rem;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-num-input:focus {
  outline: 2px solid var(--coral);
  outline-offset: 1px;
}

/* Style Segmented Buttons */
body.nxtl-destination-country .nxtl-country-main .country-calc-styles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
}

body.nxtl-destination-country .nxtl-country-main .country-style-btn {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-m);
  padding: 0.875rem 0.75rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2px;
  cursor: pointer;
  transition: all 0.18s var(--ease);
}

body.nxtl-destination-country .nxtl-country-main .country-style-btn:hover {
  border-color: var(--b2);
  background: var(--c3);
}

body.nxtl-destination-country .nxtl-country-main .country-style-btn.active {
  border-color: var(--coral);
  background: rgba(255, 94, 112, 0.08);
}

body.nxtl-destination-country .nxtl-country-main .country-style-name {
  font-family: var(--ff);
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFFFFF;
}

body.nxtl-destination-country .nxtl-country-main .country-style-rate {
  font-size: 0.75rem;
  color: var(--coral);
  font-weight: 600;
}

body.nxtl-destination-country .nxtl-country-main .country-style-desc {
  font-size: 0.6875rem;
  color: var(--t3);
  line-height: 1.35;
  margin-top: 2px;
}

/* Select */
body.nxtl-destination-country .nxtl-country-main .country-calc-select {
  width: 100%;
  height: 44px;
  background: var(--c0);
  border: 1px solid var(--b2);
  border-radius: var(--r-m);
  padding: 0 1rem;
  color: #FFFFFF;
  font-family: var(--fb);
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-select:focus {
  outline: 2px solid var(--coral);
  outline-offset: 1px;
}

/* Output Terminal */
body.nxtl-destination-country .nxtl-country-main .country-calc-results {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-res-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-res-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid var(--b1);
  margin-bottom: 1.25rem;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-res-title {
  font-family: var(--ff);
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFFFFF;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-res-network {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--green);
  background: rgba(75, 190, 134, 0.12);
  padding: 2px 7px;
  border-radius: var(--r-s);
}

body.nxtl-destination-country .nxtl-country-main .country-calc-rows {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8125rem;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-row-l {
  color: var(--t2);
}

body.nxtl-destination-country .nxtl-country-main .country-calc-row-v {
  font-weight: 600;
  color: var(--t1);
  font-variant-numeric: tabular-nums;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-row--highlight {
  padding-top: 0.75rem;
  border-top: 1px dashed var(--b1);
}

body.nxtl-destination-country .nxtl-country-main .country-calc-cost-num {
  font-family: var(--ff);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--coral);
}

/* Meter */
body.nxtl-destination-country .nxtl-country-main .country-calc-meter-box {
  background: var(--c0);
  border: 1px solid var(--b1);
  border-radius: var(--r-m);
  padding: 0.875rem 1rem;
  margin-bottom: 1.25rem;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-meter-top {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  margin-bottom: 6px;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-meter-label {
  color: var(--t2);
}

body.nxtl-destination-country .nxtl-country-main .country-calc-meter-val {
  color: var(--green);
  font-weight: 700;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-meter-track {
  height: 6px;
  background: var(--b1);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 6px;
}

body.nxtl-destination-country .nxtl-country-main .country-calc-meter-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--green), #68D391);
  border-radius: 3px;
  transition: width 0.3s var(--ease);
}

body.nxtl-destination-country .nxtl-country-main .country-calc-meter-status {
  font-size: 0.6875rem;
  line-height: 1.4;
  color: var(--t2);
}

body.nxtl-destination-country .nxtl-country-main .country-calc-disclaimer {
  font-size: 0.6875rem;
  color: var(--t3);
  text-align: center;
  margin-top: 0.625rem;
  line-height: 1.4;
}

/* --------------------------------------------------------------------------
   6. SECTION 5: RECOMMENDED PROFILES & USAGE SCENARIOS
   -------------------------------------------------------------------------- */
body.nxtl-destination-country .nxtl-country-main .country-profiles-header {
  margin-bottom: 2rem;
}

body.nxtl-destination-country .nxtl-country-main .country-profiles-title {
  margin-bottom: 0.75rem;
}

body.nxtl-destination-country .nxtl-country-main .country-profiles-lead {
  max-width: 720px;
}

body.nxtl-destination-country .nxtl-country-main .country-profiles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

body.nxtl-destination-country .nxtl-country-main .country-profile-card {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border-color 0.2s var(--ease), transform 0.2s var(--ease);
}

body.nxtl-destination-country .nxtl-country-main .country-profile-card:hover {
  border-color: var(--b2);
  transform: translateY(-2px);
}

body.nxtl-destination-country .nxtl-country-main .country-profile-hdr {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.875rem;
  gap: 0.5rem;
}

body.nxtl-destination-country .nxtl-country-main .country-profile-tag {
  font-family: var(--ff);
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFFFFF;
}

body.nxtl-destination-country .nxtl-country-main .country-profile-gb {
  font-family: var(--fm);
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--coral);
  white-space: nowrap;
}

body.nxtl-destination-country .nxtl-country-main .country-profile-note {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--t2);
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

body.nxtl-destination-country .nxtl-country-main .country-profile-foot {
  border-top: 1px solid var(--b1);
  padding-top: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

body.nxtl-destination-country .nxtl-country-main .country-profile-foot-label {
  font-size: 0.6875rem;
  color: var(--t3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.nxtl-destination-country .nxtl-country-main .country-profile-price {
  font-family: var(--ff);
  font-size: 1.125rem;
  font-weight: 800;
  color: #FFFFFF;
  font-variant-numeric: tabular-nums;
}

/* Scenarios Grid */
body.nxtl-destination-country .nxtl-country-main .country-scenarios-panel {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  padding: 1.5rem;
}

body.nxtl-destination-country .nxtl-country-main .country-scenarios-title {
  font-family: var(--ff);
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--t3);
  margin-bottom: 1rem;
}

body.nxtl-destination-country .nxtl-country-main .country-scenarios-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.5rem;
}

body.nxtl-destination-country .nxtl-country-main .country-scenario-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 0.875rem;
  background: var(--c0);
  border: 1px solid var(--b1);
  border-radius: var(--r-m);
}

body.nxtl-destination-country .nxtl-country-main .country-scenario-label {
  font-size: 0.8125rem;
  color: var(--t2);
}

body.nxtl-destination-country .nxtl-country-main .country-scenario-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.nxtl-destination-country .nxtl-country-main .country-scenario-gb {
  font-family: var(--fm);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--sand);
}

body.nxtl-destination-country .nxtl-country-main .country-scenario-price {
  font-family: var(--ff);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--coral);
}

/* --------------------------------------------------------------------------
   7. SECTION 6: WHY NXTL FITS ITALY
   -------------------------------------------------------------------------- */
body.nxtl-destination-country .nxtl-country-main .country-why-header {
  margin-bottom: 2rem;
}

body.nxtl-destination-country .nxtl-country-main .country-why-title {
  margin-bottom: 0.75rem;
}

body.nxtl-destination-country .nxtl-country-main .country-why-lead {
  max-width: 680px;
}

body.nxtl-destination-country .nxtl-country-main .country-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

body.nxtl-destination-country .nxtl-country-main .country-why-card {
  background: var(--c2);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

body.nxtl-destination-country .nxtl-country-main .country-why-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--r-m);
  background: rgba(255, 94, 112, 0.1);
  color: var(--coral);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.nxtl-destination-country .nxtl-country-main .country-why-icon svg {
  width: 20px;
  height: 20px;
}

body.nxtl-destination-country .nxtl-country-main .country-why-card-title {
  font-family: var(--ff);
  font-size: 1.0625rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
}

body.nxtl-destination-country .nxtl-country-main .country-why-card-desc {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--t2);
  margin: 0;
}

body.nxtl-destination-country .nxtl-country-main .country-why-carryover {
  text-align: center;
  font-size: 0.875rem;
  color: var(--t3);
  margin: 0;
}

/* --------------------------------------------------------------------------
   8. SECTION 7: FULL CONNECTIVITY GUIDE
   -------------------------------------------------------------------------- */
body.nxtl-destination-country .nxtl-country-main .country-guide-header {
  margin-bottom: 2rem;
}

body.nxtl-destination-country .nxtl-country-main .country-guide-title {
  margin-bottom: 0.75rem;
}

body.nxtl-destination-country .nxtl-country-main .country-guide-lead {
  max-width: 720px;
}

body.nxtl-destination-country .nxtl-country-main .country-guide-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.95fr);
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: start;
}

body.nxtl-destination-country .nxtl-country-main .country-guide-article p {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--t2);
  margin-bottom: 1.5rem;
  max-width: 68ch;
}

body.nxtl-destination-country .nxtl-country-main .country-guide-article p:last-child {
  margin-bottom: 0;
}

/* Guide Rail */
body.nxtl-destination-country .nxtl-country-main .country-guide-rail {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
  max-width: 100%;
}

body.nxtl-destination-country .nxtl-country-main .country-guide-photo-card {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  overflow: hidden;
  box-shadow: var(--sh-m);
}

body.nxtl-destination-country .nxtl-country-main .country-guide-photo {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

body.nxtl-destination-country .nxtl-country-main .country-guide-photo-caption {
  padding: 0.75rem 1rem;
  font-size: 0.75rem;
  color: var(--t3);
  line-height: 1.4;
  border-top: 1px solid var(--b1);
}

body.nxtl-destination-country .nxtl-country-main .country-guide-meta-card {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  padding: 1.25rem 1.5rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

body.nxtl-destination-country .nxtl-country-main .country-guide-meta-title {
  font-family: var(--ff);
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.875rem;
}

body.nxtl-destination-country .nxtl-country-main .country-guide-meta-title svg {
  width: 16px;
  height: 16px;
  color: var(--coral);
}

body.nxtl-destination-country .nxtl-country-main .country-cities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

body.nxtl-destination-country .nxtl-country-main .country-cities-list li {
  font-size: 0.8125rem;
  color: var(--t2);
  background: var(--c0);
  border: 1px solid var(--b1);
  border-radius: var(--r-s);
  padding: 4px 10px;
}

body.nxtl-destination-country .nxtl-country-main .country-airports-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

body.nxtl-destination-country .nxtl-country-main .country-airports-list li {
  font-size: 0.8125rem;
  color: var(--t2);
  padding: 4px 0;
  border-bottom: 1px solid var(--b1);
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.nxtl-destination-country .nxtl-country-main .country-airports-list li:last-child {
  border-bottom: none;
}

/* --------------------------------------------------------------------------
   9. SECTION 8: OPTIONS IN ITALY (COMPARISON)
   -------------------------------------------------------------------------- */
body.nxtl-destination-country .nxtl-country-main .country-options-header {
  margin-bottom: 2rem;
}

body.nxtl-destination-country .nxtl-country-main .country-options-title {
  margin-bottom: 0.875rem;
}

body.nxtl-destination-country .nxtl-country-main .country-options-intro p {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--t2);
  max-width: 760px;
}

body.nxtl-destination-country .nxtl-country-main .country-comp-card {
  background: var(--c2);
  border: 1px solid var(--b2);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-m);
}

body.nxtl-destination-country .nxtl-country-main .country-comp-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

body.nxtl-destination-country .nxtl-country-main .country-comp-table th {
  background: var(--c1);
  padding: 1rem 1.25rem;
  font-family: var(--ff);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--t3);
  border-bottom: 1px solid var(--b1);
}

body.nxtl-destination-country .nxtl-country-main .country-comp-table td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--b1);
  font-size: 0.875rem;
  color: var(--t2);
  vertical-align: middle;
}

body.nxtl-destination-country .nxtl-country-main .country-comp-row--nxtl {
  background: rgba(255, 94, 112, 0.05);
}

body.nxtl-destination-country .nxtl-country-main .country-comp-row--nxtl td {
  color: var(--t1);
  border-bottom: 2px solid rgba(255, 94, 112, 0.3);
}

body.nxtl-destination-country .nxtl-country-main .country-comp-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.nxtl-destination-country .nxtl-country-main .country-check-yes {
  color: var(--green);
  font-weight: 600;
}

body.nxtl-destination-country .nxtl-country-main .country-check-no {
  color: #FF6B6B;
  font-weight: 500;
}

body.nxtl-destination-country .nxtl-country-main .country-comp-footer {
  background: var(--c1);
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  border-top: 1px solid var(--b1);
  font-size: 0.8125rem;
}

body.nxtl-destination-country .nxtl-country-main .country-comp-footer-label {
  color: var(--t3);
}

body.nxtl-destination-country .nxtl-country-main .country-comp-links a {
  color: var(--t2);
  text-decoration: none;
  transition: color 0.15s;
}

body.nxtl-destination-country .nxtl-country-main .country-comp-links a:hover {
  color: var(--coral);
  text-decoration: underline;
}

body.nxtl-destination-country .nxtl-country-main .country-comp-sep {
  color: var(--t3);
  margin: 0 4px;
}

/* --------------------------------------------------------------------------
   10. SECTION 9: CONTINUE BEYOND ITALY
   -------------------------------------------------------------------------- */
body.nxtl-destination-country .nxtl-country-main .country-next-header {
  margin-bottom: 2rem;
}

body.nxtl-destination-country .nxtl-country-main .country-next-title {
  margin-bottom: 0.75rem;
}

body.nxtl-destination-country .nxtl-country-main .country-next-lead {
  max-width: 680px;
}

body.nxtl-destination-country .nxtl-country-main .country-related-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

body.nxtl-destination-country .nxtl-country-main .country-related-card {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  padding: 1.125rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-decoration: none;
  position: relative;
  transition: all 0.2s var(--ease);
}

body.nxtl-destination-country .nxtl-country-main .country-related-card:hover {
  border-color: var(--b2);
  transform: translateY(-2px);
  background: var(--c2);
}

body.nxtl-destination-country .nxtl-country-main .country-related-flag {
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

body.nxtl-destination-country .nxtl-country-main .country-related-name {
  font-family: var(--ff);
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 4px;
}

body.nxtl-destination-country .nxtl-country-main .country-related-sub {
  font-size: 0.6875rem;
  color: var(--t3);
}

body.nxtl-destination-country .nxtl-country-main .country-related-arrow {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1.125rem;
  right: 1rem;
  color: var(--t3);
  transition: transform 0.2s, color 0.2s;
}

body.nxtl-destination-country .nxtl-country-main .country-related-card:hover .country-related-arrow {
  transform: translateX(2px);
  color: var(--coral);
}

/* Region Bridge */
body.nxtl-destination-country .nxtl-country-main .country-region-bridge {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}

body.nxtl-destination-country .nxtl-country-main .country-region-bridge-text strong {
  display: block;
  font-family: var(--ff);
  font-size: 1rem;
  color: #FFFFFF;
  margin-bottom: 2px;
}

body.nxtl-destination-country .nxtl-country-main .country-region-bridge-text p {
  font-size: 0.8125rem;
  color: var(--t2);
  margin: 0;
}

body.nxtl-destination-country .nxtl-country-main .country-region-bridge-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* --------------------------------------------------------------------------
   11. SECTION 10: SETUP ONCE
   -------------------------------------------------------------------------- */
body.nxtl-destination-country .nxtl-country-main .country-setup-header {
  margin-bottom: 2rem;
}

body.nxtl-destination-country .nxtl-country-main .country-setup-title {
  margin-bottom: 0.75rem;
}

body.nxtl-destination-country .nxtl-country-main .country-setup-lead {
  max-width: 640px;
}

body.nxtl-destination-country .nxtl-country-main .country-setup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

body.nxtl-destination-country .nxtl-country-main .country-setup-step {
  background: var(--c2);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body.nxtl-destination-country .nxtl-country-main .country-setup-num {
  font-family: var(--fm);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--coral);
  background: rgba(255, 94, 112, 0.12);
  width: fit-content;
  padding: 3px 8px;
  border-radius: var(--r-s);
}

body.nxtl-destination-country .nxtl-country-main .country-setup-step-title {
  font-family: var(--ff);
  font-size: 1.0625rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 0.375rem;
}

body.nxtl-destination-country .nxtl-country-main .country-setup-step-desc {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--t2);
  margin: 0;
}

body.nxtl-destination-country .nxtl-country-main .country-setup-footer {
  text-align: center;
}

body.nxtl-destination-country .nxtl-country-main .country-setup-guide-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--coral);
  text-decoration: none;
}

body.nxtl-destination-country .nxtl-country-main .country-setup-guide-link:hover {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
   12. SECTION 11: FAQ & SOURCES
   -------------------------------------------------------------------------- */
body.nxtl-destination-country .nxtl-country-main .country-faq-header {
  margin-bottom: 2rem;
}

body.nxtl-destination-country .nxtl-country-main .country-faq-title {
  margin-bottom: 0.75rem;
}

body.nxtl-destination-country .nxtl-country-main .country-faq-lead {
  max-width: 680px;
}

body.nxtl-destination-country .nxtl-country-main .country-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 820px;
  margin: 0 auto 2.5rem;
}

body.nxtl-destination-country .nxtl-country-main .country-faq-item {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  overflow: hidden;
  transition: border-color 0.2s var(--ease);
}

body.nxtl-destination-country .nxtl-country-main .country-faq-item[open] {
  border-color: var(--b2);
}

body.nxtl-destination-country .nxtl-country-main .country-faq-summary {
  padding: 1.125rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  list-style: none;
  font-family: var(--ff);
  font-size: 0.9375rem;
  font-weight: 600;
  color: #FFFFFF;
  user-select: none;
}

body.nxtl-destination-country .nxtl-country-main .country-faq-summary::-webkit-details-marker {
  display: none;
}

body.nxtl-destination-country .nxtl-country-main .country-faq-icon {
  width: 18px;
  height: 18px;
  color: var(--t3);
  transition: transform 0.25s var(--ease), color 0.25s;
  flex-shrink: 0;
  margin-left: 1rem;
}

body.nxtl-destination-country .nxtl-country-main .country-faq-item[open] .country-faq-icon {
  transform: rotate(180deg);
  color: var(--coral);
}

body.nxtl-destination-country .nxtl-country-main .country-faq-answer {
  padding: 0 1.5rem 1.25rem;
  border-top: 1px solid var(--b1);
}

body.nxtl-destination-country .nxtl-country-main .country-faq-answer p {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--t2);
  margin: 0.75rem 0 0;
}

/* FAQ Meta / Sources Area */
body.nxtl-destination-country .nxtl-country-main .country-faq-meta-area {
  max-width: 820px;
  margin: 0 auto;
  border-top: 1px solid var(--b1);
  padding-top: 1.5rem;
}

body.nxtl-destination-country .nxtl-country-main .country-review-line {
  font-size: 0.8125rem;
  color: var(--t3);
  margin: 0 0 1rem;
}

body.nxtl-destination-country .nxtl-country-main .country-sources-disclosure {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-m);
  padding: 0.875rem 1.25rem;
}

body.nxtl-destination-country .nxtl-country-main .country-sources-summary {
  cursor: pointer;
  list-style: none;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--t2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

body.nxtl-destination-country .nxtl-country-main .country-sources-summary::-webkit-details-marker {
  display: none;
}

body.nxtl-destination-country .nxtl-country-main .country-sources-chev {
  width: 14px;
  height: 14px;
  color: var(--t3);
  transition: transform 0.2s var(--ease);
}

body.nxtl-destination-country .nxtl-country-main .country-sources-disclosure[open] .country-sources-chev {
  transform: rotate(180deg);
}

body.nxtl-destination-country .nxtl-country-main .country-sources-list {
  list-style: none;
  padding: 0.75rem 0 0;
  margin: 0.75rem 0 0;
  border-top: 1px solid var(--b1);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

body.nxtl-destination-country .nxtl-country-main .country-sources-list li {
  font-size: 0.75rem;
  color: var(--t3);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

body.nxtl-destination-country .nxtl-country-main .country-source-link {
  color: var(--t2);
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.nxtl-destination-country .nxtl-country-main .country-source-link:hover {
  color: var(--coral);
}

body.nxtl-destination-country .nxtl-country-main .country-source-date {
  font-size: 0.6875rem;
  color: var(--t3);
}

/* --------------------------------------------------------------------------
   13. SECTION 12: FINAL COUNTRY CTA
   -------------------------------------------------------------------------- */
body.nxtl-destination-country .nxtl-country-main .country-close-card {
  position: relative;
  background: linear-gradient(135deg, var(--c2) 0%, #171C17 100%);
  border: 1px solid rgba(75, 190, 134, 0.25);
  border-radius: var(--r-xl);
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 3vw, 3rem);
  text-align: center;
  box-shadow: var(--sh-l);
  overflow: hidden;
  isolation: isolate;
}

body.nxtl-destination-country .nxtl-country-main .country-close-picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

body.nxtl-destination-country .nxtl-country-main .country-close-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% 45%;
  display: block;
}

body.nxtl-destination-country .nxtl-country-main .country-close-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10, 12, 18, 0.60) 0%, rgba(10, 12, 18, 0.45) 45%, rgba(10, 12, 18, 0.82) 100%),
    radial-gradient(ellipse at 50% 45%, rgba(10, 12, 18, 0.50) 0%, rgba(10, 12, 18, 0.75) 100%);
}

body.nxtl-destination-country .nxtl-country-main .country-close-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #009246 0%, #F5F0EA 50%, #CE2B37 100%);
  z-index: 4;
}

body.nxtl-destination-country .nxtl-country-main .country-close-content {
  position: relative;
  z-index: 3;
  max-width: 680px;
  margin: 0 auto;
}

body.nxtl-destination-country .nxtl-country-main .country-close-title {
  margin-bottom: 1rem;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.85);
}

body.nxtl-destination-country .nxtl-country-main .country-close-body {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #E2DDD5;
  margin-bottom: 2rem;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.85);
}

body.nxtl-destination-country .nxtl-country-main .country-close-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

body.nxtl-destination-country .nxtl-country-main .country-close-reassurance {
  font-size: 0.8125rem;
  color: var(--t3);
  margin: 0;
}

/* --------------------------------------------------------------------------
   14. RESPONSIVE BREAKPOINTS (1440, 1280, 1024, 768, 480, 390px)
   -------------------------------------------------------------------------- */


@media (max-width: 1024px) {
  body.nxtl-destination-country .nxtl-country-main .country-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  body.nxtl-destination-country .nxtl-country-main .country-hero-grid > * {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }

  body.nxtl-destination-country .nxtl-country-main .country-intro-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  body.nxtl-destination-country .nxtl-country-main .country-guide-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  body.nxtl-destination-country .nxtl-country-main .country-calc-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  body.nxtl-destination-country .nxtl-country-main .country-calc-grid > * {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }

  body.nxtl-destination-country .nxtl-country-main .country-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body.nxtl-destination-country .nxtl-country-main .country-sec--hero {
    padding-top: calc(var(--hdr) + 1.5rem);
  }

  body.nxtl-destination-country .nxtl-country-main .country-profiles-grid {
    grid-template-columns: 1fr;
  }

  body.nxtl-destination-country .nxtl-country-main .country-why-grid {
    grid-template-columns: 1fr;
  }

  body.nxtl-destination-country .nxtl-country-main .country-setup-grid {
    grid-template-columns: 1fr;
  }

  body.nxtl-destination-country .nxtl-country-main .country-scenarios-grid {
    grid-template-columns: 1fr;
  }

  body.nxtl-destination-country .nxtl-country-main .country-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.nxtl-destination-country .nxtl-country-main .country-calc-styles-grid {
    grid-template-columns: 1fr;
  }

  body.nxtl-destination-country .nxtl-country-main .country-hero-actions {
    flex-direction: column;
    width: 100%;
  }

  body.nxtl-destination-country .nxtl-country-main .country-hero-actions > a, body.nxtl-destination-country .nxtl-country-main .country-hero-actions > button {
    width: 100%;
  }

  body.nxtl-destination-country .nxtl-country-main .country-close-actions {
    flex-direction: column;
    width: 100%;
  }

  body.nxtl-destination-country .nxtl-country-main .country-close-actions > a, body.nxtl-destination-country .nxtl-country-main .country-close-actions > button {
    width: 100%;
  }

  body.nxtl-destination-country .nxtl-country-main .country-region-bridge {
    flex-direction: column;
    align-items: flex-start;
  }

  body.nxtl-destination-country .nxtl-country-main .country-region-bridge-actions {
    width: 100%;
  }

  body.nxtl-destination-country .nxtl-country-main .country-region-bridge-actions > a {
    flex: 1;
    text-align: center;
  }
}

@media (max-width: 480px) {
  body.nxtl-destination-country .nxtl-country-main .country-hero-actions .btn {
    white-space: normal;
    text-align: center;
    height: auto;
    min-height: 46px;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    box-sizing: border-box;
    width: 100%;
  }

  body.nxtl-destination-country .nxtl-country-main .country-calc-card {
    padding: 1.25rem 1rem;
    box-sizing: border-box;
  }

  body.nxtl-destination-country .nxtl-country-main .country-calc-mode-bar {
    flex-wrap: wrap;
  }

  body.nxtl-destination-country .nxtl-country-main .country-calc-mode-btn {
    flex: 1 1 120px;
    padding: 8px 8px;
    font-size: 0.75rem;
    text-align: center;
  }

  body.nxtl-destination-country .nxtl-country-main .country-rates-card, body.nxtl-destination-country .nxtl-country-main .country-comp-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  body.nxtl-destination-country .nxtl-country-main .country-table-responsive {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }

  body.nxtl-destination-country .nxtl-country-main .country-related-grid {
    grid-template-columns: 1fr;
  }

  body.nxtl-destination-country .nxtl-country-main .country-tray-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  body.nxtl-destination-country .nxtl-country-main .country-tray-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  body.nxtl-destination-country .nxtl-country-main .country-tray-networks-block {
    text-align: left;
  }
}

/* Reduced Motion Override */



@media (prefers-reduced-motion: reduce) {
  body.nxtl-destination-country .nxtl-country-main *,
  body.nxtl-destination-country .nxtl-country-main *::before,
  body.nxtl-destination-country .nxtl-country-main *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

/* --------------------------------------------------------------------------
   Cascade restore: beat .nxtl-shell select/button/input (0,2,1).
   Mockup content buttons are 46px. Rates use tabular nums.
   -------------------------------------------------------------------------- */
body.nxtl-destination-country .nxtl-country-main {
  font-family: var(--fb);
  font-variant-numeric: tabular-nums;
  overflow: visible;
}
body.nxtl-destination-country .nxtl-country-main .h-hero {
  font-family: var(--ff);
  font-weight: 800;
}
body.nxtl-destination-country .nxtl-country-main h1.h-hero.country-hero-title {
  font-size: clamp(2.25rem, 4vw, 3.5rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.1 !important;
}
body.nxtl-destination-country .nxtl-country-main .h-sec {
  font-family: var(--ff);
  font-size: clamp(1.85rem, 3.2vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
body.nxtl-destination-country .nxtl-country-main .lead {
  font-family: var(--fb);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--t2);
  max-width: 620px;
}
body.nxtl-destination-country .nxtl-country-main .country-hero-lead {
  max-width: 580px;
}
body.nxtl-destination-country .nxtl-country-main .wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
body.nxtl-destination-country .nxtl-country-main a.btn,
body.nxtl-destination-country .nxtl-country-main button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  height: 46px;
  min-height: 46px;
  padding: 0 1.5rem;
  margin: 0;
  font-family: var(--ff);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  border: none;
  border-radius: var(--r-m);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
body.nxtl-destination-country .nxtl-country-main a.btn.btn--p,
body.nxtl-destination-country .nxtl-country-main button.btn.btn--p {
  background: var(--grad-accent);
  background-color: #D80044;
  background-image: var(--grad-accent);
  color: #FFFFFF;
  box-shadow: 0 4px 14px rgba(216, 0, 68, 0.28);
}
body.nxtl-destination-country .nxtl-country-main a.btn.btn--s,
body.nxtl-destination-country .nxtl-country-main button.btn.btn--s {
  background: var(--c2);
  background-color: var(--c2);
  background-image: none;
  color: var(--t1);
  font-size: 0.9375rem;
  border: 1px solid var(--b1);
}
body.nxtl-destination-country .nxtl-country-main a.btn.btn--lg,
body.nxtl-destination-country .nxtl-country-main button.btn.btn--lg {
  height: 46px;
  min-height: 46px;
}
body.nxtl-destination-country .nxtl-country-main .country-close-card > picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
body.nxtl-destination-country .nxtl-country-main .country-close-card > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.nxtl-destination-country .nxtl-country-main #calculator,
body.nxtl-destination-country .nxtl-country-main #rates,
body.nxtl-destination-country .nxtl-country-main #faq {
  scroll-margin-top: 64px;
}
body.nxtl-destination-country .nxtl-country-main .country-calc-select,
body.nxtl-destination-country .nxtl-country-main .country-calc-num-input,
body.nxtl-destination-country .nxtl-country-main .country-calc-slider,
body.nxtl-destination-country .nxtl-country-main .country-calc-mode-btn,
body.nxtl-destination-country .nxtl-country-main .country-style-btn {
  font-family: var(--fb);
  appearance: none;
  -webkit-appearance: none;
}
body.nxtl-destination-country .nxtl-country-main .country-table-responsive {
  overflow-x: auto;
  max-width: 100%;
}
body.nxtl-destination-country .nxtl-country-main .country-rate-val,
body.nxtl-destination-country .nxtl-country-main [data-currency-target],
body.nxtl-destination-country .nxtl-country-main .js-dst-offer-cta {
  font-variant-numeric: tabular-nums;
}
body.nxtl-destination-country .nxtl-country-main a.btn:focus-visible,
body.nxtl-destination-country .nxtl-country-main button.btn:focus-visible,
body.nxtl-destination-country .nxtl-country-main .country-calc-mode-btn:focus-visible,
body.nxtl-destination-country .nxtl-country-main .country-style-btn:focus-visible,
body.nxtl-destination-country .nxtl-country-main .country-calc-select:focus-visible,
body.nxtl-destination-country .nxtl-country-main .country-calc-num-input:focus-visible,
body.nxtl-destination-country .nxtl-country-main .country-calc-slider:focus-visible,
body.nxtl-destination-country .nxtl-country-main .country-faq-summary:focus-visible,
body.nxtl-destination-country .nxtl-country-main .country-sources-summary:focus-visible,
body.nxtl-destination-country .nxtl-country-main .country-related-card:focus-visible,
body.nxtl-destination-country .nxtl-country-main .country-setup-guide-link:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 2px;
}

@media (max-width: 768px) {
  body.nxtl-destination-country .nxtl-country-main .wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 480px) {
  body.nxtl-destination-country .nxtl-country-main .country-hero-actions .btn,
  body.nxtl-destination-country .nxtl-country-main .country-close-actions .btn {
    white-space: normal;
    height: auto;
    min-height: 46px;
    text-align: center;
  }
}
