/* UrbanVacationing destination page design system
   Continent -> Country -> City commercial destination hierarchy. */
:root{--cdf-blue:#0b4b78;--cdf-navy:#0e2a3f;--cdf-gold:#f59e0b;--cdf-soft:#f7fbff;--cdf-line:#dce8f4;}
body.cdf-continent-template .cdf-premium-hero{background:linear-gradient(135deg,#f6fbff 0%,#ffffff 58%,#fff7ed 100%);}
body.cdf-country-template .cdf-premium-hero{background:linear-gradient(135deg,#ffffff 0%,#f4f9ff 56%,#fef7ed 100%);}
body.cdf-city-template .cdf-premium-hero{background:linear-gradient(135deg,#fff 0%,#f8fbff 52%,#f5f9ff 100%);}
body.cdf-country-template .cdf-premium-panel, body.cdf-city-template .cdf-premium-panel{border-top:4px solid var(--cdf-gold);}
body.cdf-city-template .cdf-premium-hero-grid{align-items:start;}
body.cdf-city-template .cdf-premium-copy h1{max-width:850px;}
.cdf-v2-template-badge{display:inline-flex;gap:8px;align-items:center;border:1px solid var(--cdf-line);background:#fff;border-radius:999px;padding:7px 12px;font-size:.86rem;color:#31546a;margin-top:8px;}
.cdf-v2-decision-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px;}
.cdf-v2-decision-strip span{background:#fff;border:1px solid var(--cdf-line);border-radius:16px;padding:13px 14px;font-weight:700;color:var(--cdf-navy);box-shadow:0 8px 20px rgba(20,55,90,.06);}
@media(max-width:800px){.cdf-v2-decision-strip{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:520px){.cdf-v2-decision-strip{grid-template-columns:1fr;}.cdf-premium-cta-row .cdf-btn{width:100%;justify-content:center;}}

/* V20.2 destination flight intelligence */
.cdf-airline-note,.v20-airline-note{font-size:.92rem;opacity:.86;margin-top:.65rem}.cdf-card a,.v8-flight-card a,.v8-card a{font-weight:600;text-decoration:underline;text-underline-offset:2px}
