:root{--ink:#2e2619;--ink-2:#3a3122;--gold:#c9a25c;--gold-soft:#e5c98b;--cream:#fbf6ea;--muted:#d8d0bf;--line:rgba(201,162,92,.25);--teal:#18bca6;--card:#382f20;}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--cream);font-family:'Jost',sans-serif;line-height:1.75}a{color:inherit;text-decoration:none}.wrap{width:min(1180px,calc(100% - 48px));margin:auto}
header{position:sticky;top:0;z-index:50;background:rgba(20,17,13,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:86px;height:auto;display:block}.nav-links{display:flex;gap:32px;align-items:center;font-size:12px;letter-spacing:.20em;text-transform:uppercase;color:var(--muted);white-space:nowrap}.nav-links a:hover{color:var(--gold-soft)}.nav-cta{border:1px solid var(--gold);border-radius:2px;padding:15px 24px;color:var(--gold-soft);background:transparent}.nav-cta:hover{background:var(--gold);color:var(--ink)!important}@media(max-width:980px){.nav{min-height:auto;padding:14px 0;align-items:flex-start}.brand img{width:72px}.nav-links{gap:14px;flex-wrap:wrap;justify-content:flex-end;font-size:10px;letter-spacing:.12em}.nav-cta{padding:10px 14px}}
.hero{position:relative;min-height:430px;display:flex;align-items:flex-end;overflow:hidden;border-bottom:1px solid var(--line)}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,17,13,.94),rgba(20,17,13,.58),rgba(20,17,13,.8)),linear-gradient(0deg,var(--ink),transparent 52%);z-index:1}.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.08) contrast(1.04)}.hero-content{position:relative;z-index:2;padding:110px 0 78px}.eyebrow{font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-soft);font-weight:600}h1{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,7vw,6rem);line-height:.95;margin:18px 0 18px;font-weight:600}.lead{max-width:760px;color:var(--muted);font-size:1.08rem}
.summary{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);background:#18140f}.summary div{padding:24px 28px;border-right:1px solid var(--line)}.summary small{display:block;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-size:.67rem}.summary strong{font-family:'Cormorant Garamond',serif;font-size:1.6rem;color:#fff}
main{padding:72px 0 92px;background:linear-gradient(180deg,#2e2619,#1a160f)}.intro{max-width:820px;margin-bottom:42px}h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,4vw,3.6rem);line-height:1;margin:0 0 18px}h3{font-family:'Cormorant Garamond',serif;font-size:2rem;margin:0 0 14px}p{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.packages-grid{grid-template-rows:repeat(5,auto);grid-auto-flow:column;align-items:start}.package,.day,.info-box{background:rgba(255,255,255,.035);border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 20px 70px rgba(0,0,0,.18)}.package-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:18px}.package-title{font-family:'Cormorant Garamond',serif;font-size:1.9rem;line-height:1.05}.price{font-family:'Cormorant Garamond',serif;color:#fff;font-size:2rem;white-space:nowrap}ul{list-style:none;margin:0;padding:0}li{position:relative;padding:9px 0 9px 27px;color:var(--muted);border-bottom:1px solid rgba(201,162,92,.12)}li::before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:700}.day{margin-bottom:20px}.day-label{color:var(--gold);letter-spacing:.18em;text-transform:uppercase;font-size:.76rem;font-weight:700;margin-bottom:8px}.cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 24px;border-radius:2px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;font-size:.78rem;border:1px solid var(--line)}.btn.primary{background:var(--gold);color:#120f0a;border-color:var(--gold)}.btn.whatsapp{background:#1f8f57;color:#fff;border-color:#1f8f57}footer{background:var(--ink-2);border-top:1px solid var(--line);padding:70px 0 40px;color:var(--muted)}.foot-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px;padding-bottom:46px;border-bottom:1px solid var(--line)}.foot-brand{max-width:320px}.brand-foot{height:96px;width:84px;background:url("../../luxentra-logo-dikey.png") left center/contain no-repeat;display:block;margin-bottom:22px}.foot-brand p{font-size:.95rem;margin:0;color:var(--muted)}.foot-col h4{font-family:'Jost',sans-serif;font-weight:600;font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-soft);margin:0 0 24px}.foot-col a,.foot-col p{display:block;color:var(--muted);font-size:.95rem;margin:0 0 12px;transition:.25s}.foot-col a:hover{color:var(--cream)}.foot-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px;padding-top:30px;font-size:.9rem}@media(max-width:820px){.foot-top{display:block}.foot-col{margin-top:32px}.foot-bottom{display:block;line-height:1.8}}.float-wa{position:fixed;right:24px;bottom:24px;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#178f57;color:white;box-shadow:0 18px 50px rgba(0,0,0,.35);z-index:60;font-weight:700}
@media(max-width:820px){.nav{height:auto;padding:14px 0;align-items:flex-start}.brand img{width:190px}.nav-links{display:none}.wrap{width:min(100% - 30px,1180px)}.hero{min-height:460px}.hero-content{padding:96px 0 58px}.summary{grid-template-columns:1fr}.summary div{border-right:0;border-bottom:1px solid var(--line)}.grid{grid-template-columns:1fr}.package-head{display:block}.price{margin-top:8px;display:block}.footer-inner{display:block}}


/* MOBİL OPTİMİZASYON - tur detay sayfaları */
@media(max-width:720px){
  html,body{overflow-x:hidden}
  .wrap{width:min(100% - 30px,1180px)!important}
  header{position:sticky!important;top:0!important;background:rgba(20,17,13,.92)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;border-bottom:1px solid rgba(201,162,92,.22)!important}
  .nav{min-height:auto!important;padding:10px 0 12px!important;align-items:center!important;flex-wrap:wrap!important;gap:10px!important}
  .brand img{width:70px!important;max-height:58px!important;object-fit:contain!important}
  .nav-links{display:flex!important;width:100%!important;gap:8px!important;overflow-x:auto!important;flex-wrap:nowrap!important;justify-content:flex-start!important;padding:8px 0 2px!important;white-space:nowrap!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .nav-links::-webkit-scrollbar{display:none}
  .nav-links a{flex:0 0 auto!important;font-size:.66rem!important;letter-spacing:.10em!important;padding:9px 10px!important;border:1px solid rgba(201,162,92,.18)!important;border-radius:999px!important;background:rgba(255,255,255,.035)!important;color:rgba(251,246,234,.90)!important;text-shadow:0 2px 12px rgba(0,0,0,.50)!important}
  .nav-links .nav-cta{padding:12px 15px!important;background:rgba(201,162,92,.12)!important;color:var(--gold-soft)!important}
  .hero{min-height:440px!important;align-items:flex-end!important}
  .hero::before{background:linear-gradient(180deg,rgba(20,17,13,.74) 0%,rgba(20,17,13,.34) 38%,rgba(20,17,13,.96) 100%),linear-gradient(90deg,rgba(20,17,13,.72),rgba(20,17,13,.20))!important}
  .hero img{filter:saturate(1.06) contrast(1.05) brightness(.84)!important;object-position:center center!important}
  .hero-content{padding:82px 0 48px!important}
  h1{font-size:clamp(2.7rem,15vw,4.35rem)!important;line-height:.92!important;text-shadow:0 3px 20px rgba(0,0,0,.88),0 1px 4px rgba(0,0,0,.92)!important}
  .eyebrow{font-size:.66rem!important;letter-spacing:.18em!important;text-shadow:0 2px 12px rgba(0,0,0,.74)!important}
  .lead{font-size:.98rem!important;line-height:1.72!important;color:rgba(251,246,234,.92)!important;text-shadow:0 2px 14px rgba(0,0,0,.72)!important}
  .cta-row{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;max-width:320px!important}
  .btn{width:100%!important;box-sizing:border-box!important;justify-content:center!important;padding:15px 18px!important;font-size:.72rem!important}
  .summary{grid-template-columns:1fr!important}
  .summary div{padding:18px 20px!important;border-right:0!important;border-bottom:1px solid var(--line)!important}
  main{padding:48px 0 72px!important}
  h2{font-size:clamp(2rem,12vw,3rem)!important;line-height:1.02!important}
  h3{font-size:1.68rem!important;line-height:1.05!important}
  .intro{margin-bottom:30px!important}
  .grid{grid-template-columns:1fr!important;gap:18px!important}.packages-grid{grid-template-rows:none!important;grid-auto-flow:row!important}
  .package,.day,.info-box{padding:22px 20px!important;border-radius:16px!important}
  .package-head{display:block!important;padding-bottom:16px!important;margin-bottom:14px!important}
  .package-title{font-size:1.65rem!important}
  .price{display:block!important;margin-top:10px!important;font-size:1.82rem!important}
  li{font-size:.94rem!important;line-height:1.55!important}
  .footer-inner{display:block!important;line-height:1.8!important}
  .float-wa{width:54px!important;height:54px!important;right:18px!important;bottom:18px!important;font-size:.75rem!important}
}

  
  /* HEADER LOGO GÜNCELLEME */
  .brand{display:block;height:56px!important;width:260px!important;background:url("../../luxentra-full-logo.png") left center/contain no-repeat!important;transition:height .35s var(--ease),width .35s var(--ease)!important}
  header.scrolled .brand{height:48px!important;width:220px!important}
  @media(max-width:860px){
    .brand{height:42px!important;width:180px!important;background:url("../../luxentra-full-logo.png") left center/contain no-repeat!important;background-size:contain!important;background-position:left center!important}
    header.scrolled .brand{height:40px!important;width:172px!important}
    .nav-links::before{width:190px!important;height:72px!important;background:url("../../luxentra-full-logo.png") center/contain no-repeat!important}
  }


/* HEADER: tek satir garanti + genis kapsayici */
header .wrap{width:min(1680px,calc(100% - 48px))}
@media(min-width:721px) and (max-width:1380px){.nav-links{gap:14px;font-size:10px;letter-spacing:.12em}.brand{width:220px!important}}

