/* ===== LUXENTRA — Old Money Navy/Ivory migration (tour detail pages) =====
   Overrides the legacy brown palette from main.css / dubai-turu-01.css.
   Loaded last so its declarations win by source order (equal specificity)
   or by specificity (main-scoped selectors) over the legacy rules. */

:root{
  --ink:#061525;
  --ink-2:#0B2438;
  --ink-deep:#071A2B;
  --gold:#C9A55C;
  --gold-soft:#D8BC7A;
  --gold-deep:#9C7A34;
  --cream:#FCFAF6;
  --muted:#D7DFE7;
  --line:rgba(201,165,92,.28);
  --teal:#18bca6;
  --card:#0B2438;
}

/* Cinematic dark: header / hero / quick-facts strip stay Midnight Navy */
header{background:rgba(6,21,37,.96)}
.hero::before{background:linear-gradient(90deg,rgba(6,21,37,.94),rgba(6,21,37,.55),rgba(6,21,37,.78)),linear-gradient(0deg,var(--ink),transparent 52%)}
.summary{background:#071A2B}

/* Editorial light: itinerary / inclusions / info content becomes ivory */
main{
  background:linear-gradient(180deg,#F7F3EA 0%,#EFE8DB 100%);
  color:#101820;
  --muted:#33404C;
}
main .eyebrow,main .day-label{color:var(--gold-deep)}
main h2,main h3{color:#101820}
main .package,main .day,main .info-box{
  background:#FFFFFF;
  border:1px solid rgba(201,165,92,.32);
  box-shadow:0 24px 60px rgba(16,24,32,.10);
}
main .package-title,main .price{color:#101820!important}
main li{border-bottom-color:rgba(201,165,92,.18)}
main .btn{border-color:rgba(201,165,92,.4)}
main .try-line{color:#0B6B5D}

@media(max-width:720px){
  header{background:rgba(6,21,37,.92)!important}
  .hero::before{background:linear-gradient(180deg,rgba(6,21,37,.74) 0%,rgba(6,21,37,.34) 38%,rgba(6,21,37,.96) 100%),linear-gradient(90deg,rgba(6,21,37,.72),rgba(6,21,37,.20))!important}
}

/* dubai-turu.html: tur planlayıcı modal */
.plan-overlay{background:rgba(6,21,37,.78)}
.plan-modal{background:linear-gradient(180deg,#0B2438,#061525)}
