  :root{--samarkand-gold:#D4AF37;--gold-dark:#b3862b;--white:#ffffff;--muted:#faf9f6;--text:#1b1b1b;--card-radius:16px}
  *{box-sizing:border-box;margin:0;padding:0;text-decoration:none;list-style:none}
  body{font-family:'Inter',sans-serif;background:var(--muted);color:var(--text);line-height:1.6}
  header{background:var(--white);padding:20px 40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;box-shadow:0 4px 20px rgba(0,0,0,0.08);position:sticky;top:0;z-index:50}
  .logo{display:flex;align-items:center;gap:12px;color:var(--text)}
  .logo-img{width:50px;height:50px;object-fit:contain;background:transparent;background-color:var(--white)}
  .site-title{font-family:'Playfair Display',serif;font-weight:700;font-size:22px}
  nav{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
  nav a{margin-left:0;color:var(--text);font-weight:500;transition:color .2s}
  nav a:hover{color:var(--samarkand-gold)}
  .hero{min-height:50vh;background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;position:relative}
  img, video{max-width:100%;height:auto;display:block}
  .hero::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,0.45)}
  .hero-content{position:relative;z-index:1;max-width:900px;padding:28px}
  .hero h1{font-family:'Playfair Display',serif;font-size:36px;margin-bottom:12px}
  .hero p{font-size:18px}
  .section{padding:48px 20px}
  .container{max-width:1100px;margin:0 auto}
  .tour-meta{display:flex;gap:20px;align-items:center;margin-bottom:20px}
  .price{color:var(--samarkand-gold);font-weight:700}
  .duration{color:#555}
  h2{font-family:'Playfair Display',serif;color:var(--gold-dark);font-size:28px;margin:18px 0}
  h3{font-family:'Playfair Display',serif;color:var(--gold-dark);font-size:22px;margin:16px 0 10px}
  p{margin-bottom:12px}
  .highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin:10px 0 20px}
  .highlights li{background:var(--white);border-radius:12px;padding:10px 12px;box-shadow:0 8px 28px rgba(0,0,0,0.06)}
  .itinerary{margin:10px 0 22px 18px}
  .itinerary li{margin-bottom:8px}
  .grid.two{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin:10px 0 24px}
  .list li{margin-left:16px;list-style:disc;margin-bottom:6px}
  .cta{display:inline-block;background:linear-gradient(135deg,var(--samarkand-gold),var(--gold-dark));color:#fff;padding:12px 20px;border-radius:999px;font-weight:700;transition:transform .2s, box-shadow .2s}
  .cta:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(0,0,0,0.12)}
  footer{background:#111;color:#ddd;padding:28px 20px;margin-top:40px}
  .copyright{text-align:center;color:#666;font-size:13px;margin-top:10px}
  /* Responsive breakpoints */
  @media (max-width:1200px){.container{max-width:100%;padding:0 20px}}
  @media (max-width:992px){header{padding:16px 24px}nav{gap:16px}.hero h1{font-size:32px}.hero p{font-size:16px}}
  @media (max-width:768px){header{padding:14px 18px}.logo-img{width:44px;height:44px}.site-title{font-size:20px}nav{width:100%;justify-content:flex-start}.grid.two{grid-template-columns:1fr;gap:22px}}
  @media (max-width:480px){header{padding:12px 14px}.hero{padding:16px}.hero h1{font-size:24px}.hero p{font-size:14px}}


