
:root{
  --gold:#f5b61c;
  --gold2:#ffd86a;
  --dark:#020202;
  --card:#0a0a0a;
  --line:rgba(245,182,28,.42);
  --text:#f7f7f4;
  --muted:#b8b3aa;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:#020202;
  font-family:Arial,Helvetica,sans-serif;
}
a{text-decoration:none;color:inherit}
.wrap{width:min(1320px,calc(100% - 50px));margin:auto}

.header{
  height:88px;
  position:sticky;top:0;z-index:50;
  background:rgba(0,0,0,.97);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}

.brand{display:flex;align-items:center;gap:13px;min-width:280px}
.brand img{
  width:64px;height:64px;border-radius:50%;
  object-fit:cover;
  border:1px solid #c89013;
  box-shadow:0 0 16px rgba(245,182,28,.16);
}
.brand-title{font-size:22px;line-height:1;font-weight:800;letter-spacing:.01em}
.brand-title span{color:var(--gold)}
.brand-sub{font-size:11px;letter-spacing:.16em;margin-top:6px;color:#e6e2db}

.menu{display:flex;align-items:center;gap:31px;font-size:14px;font-weight:700}
.menu a{height:88px;display:flex;align-items:center;position:relative}
.menu a:hover,.menu a.active{color:var(--gold2)}
.menu a.active:after{
  content:"";position:absolute;left:0;right:0;bottom:17px;height:2px;background:var(--gold);
}
.panel{
  min-width:172px;height:43px;border:1px solid var(--gold);
  border-radius:6px;display:flex;align-items:center;justify-content:center;gap:8px;
  color:var(--gold2);font-size:12px;font-weight:900;
}

.hero{
  position:relative;
  min-height:540px;
  overflow:hidden;
  background:
    radial-gradient(circle at 74% 50%,rgba(245,182,28,.08),transparent 30%),
    linear-gradient(180deg,#030303 0%,#030303 100%);
}
.hero:before{
  content:"";position:absolute;left:-10%;top:0;width:115%;height:100%;
  background:
    radial-gradient(circle at 15% 38%,rgba(245,182,28,.05),transparent 22%),
    linear-gradient(155deg,transparent 0 37%,rgba(245,182,28,.05) 37.2%,transparent 37.5%);
  pointer-events:none;
}
.hero-lines{
  position:absolute;right:-160px;top:-90px;width:860px;height:590px;
  border:1px solid rgba(245,182,28,.12);
  border-radius:50%;transform:rotate(-12deg);
  box-shadow:0 0 0 100px rgba(245,182,28,.008);
}
.hero-grid{
  min-height:540px;
  display:grid;grid-template-columns:49% 51%;align-items:center;
  position:relative;z-index:2;
}
.hero-left{padding:50px 0 42px 32px}
.eyebrow{
  display:inline-block;color:var(--gold2);font-size:15px;font-weight:900;
  padding-bottom:7px;border-bottom:1px solid var(--gold);
}
h1{
  font-size:55px;line-height:.98;letter-spacing:-.035em;
  margin:25px 0 22px;font-weight:900;
}
h1 span{display:block;color:var(--gold)}
.intro{
  max-width:620px;color:#d0cdc7;font-size:16px;line-height:1.72;margin:0;
}
.intro strong{color:var(--gold2)}
.benefits{
  display:grid;grid-template-columns:1fr 1fr;
  gap:13px 34px;margin:26px 0 30px;
}
.benefits div{display:flex;align-items:center;gap:10px;font-size:15px}
.benefits i{
  width:22px;height:22px;display:grid;place-items:center;
  border:2px solid var(--gold);border-radius:50%;
  color:var(--gold);font-style:normal;font-size:11px;font-weight:900;
}
.actions{display:flex;gap:16px;flex-wrap:wrap}
.btn{
  height:53px;padding:0 27px;border-radius:6px;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:900;
}
.btn.gold{
  background:linear-gradient(180deg,#ffdc72,#e6a413);
  color:#100d08;
  box-shadow:0 8px 25px rgba(245,182,28,.12);
}
.btn.dark{border:1px solid var(--gold);color:var(--gold2);background:#020202}

.hero-right{
  min-height:540px;position:relative;display:grid;place-items:center;
}
.big-logo{
  width:455px;height:455px;border-radius:50%;object-fit:cover;
  position:relative;z-index:6;
  border:3px solid #f7c348;
  box-shadow:
    0 0 0 8px rgba(245,182,28,.05),
    0 0 36px rgba(245,182,28,.30),
    0 0 80px rgba(245,182,28,.12);
}
.logo-glow{
  position:absolute;width:520px;height:520px;border-radius:50%;
  background:radial-gradient(circle,rgba(245,182,28,.19),rgba(245,182,28,.04) 52%,transparent 72%);
  filter:blur(3px);z-index:1;
}
.ring{position:absolute;border-radius:50%;z-index:2}
.ring1{
  width:490px;height:490px;border:3px solid rgba(255,203,72,.92);
  box-shadow:0 0 28px rgba(245,182,28,.50),inset 0 0 20px rgba(245,182,28,.08)
}
.ring2{width:590px;height:590px;border:1px solid rgba(245,182,28,.30)}
.ring3{width:760px;height:520px;border:1px solid rgba(245,182,28,.18);transform:rotate(-14deg)}
.base-ring{
  position:absolute;bottom:24px;border-radius:50%;z-index:3;
}
.base1{
  width:520px;height:72px;border:2px solid rgba(255,197,56,.90);
  box-shadow:0 0 28px rgba(245,182,28,.46),inset 0 0 24px rgba(245,182,28,.10)
}
.base2{width:610px;height:105px;border:1px solid rgba(245,182,28,.28);bottom:8px}
.spark{
  position:absolute;width:5px;height:5px;background:#ffc52e;border-radius:50%;
  box-shadow:0 0 14px #ffc52e,0 0 28px #ffc52e;z-index:4
}
.s1{right:12%;top:31%}.s2{left:17%;top:45%}.s3{right:25%;bottom:20%}

.features-section{padding:0 0 10px;background:#020202}
.feature-bar{
  min-height:104px;border:1px solid rgba(245,182,28,.28);
  border-radius:11px;background:linear-gradient(180deg,#0d0d0d,#080808);
  display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden;
}
.fitem{
  min-height:104px;padding:18px 19px;display:flex;align-items:center;gap:14px;
  border-right:1px solid rgba(255,255,255,.08)
}
.fitem.last{border-right:none}
.ficon{
  width:48px;height:48px;flex:none;border:1px solid var(--gold);border-radius:8px;
  display:grid;place-items:center;color:var(--gold);font-size:21px;font-weight:900
}
.ficon.big4k{border:none;font-size:28px}
.fitem h3{font-size:14px;margin:0 0 7px}
.fitem p{font-size:11px;line-height:1.45;color:#aaa59d;margin:0}

.packages-section{padding:13px 0 30px}
.packages-title{display:flex;align-items:center;justify-content:center;gap:18px}
.packages-title span{width:42px;height:2px;background:var(--gold)}
.packages-title h2{font-size:30px;margin:0}
.packages-sub{text-align:center;color:#b6b0a6;font-size:14px;margin:8px 0 18px}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:23px}
.card{
  min-height:197px;padding:20px 24px 18px;background:linear-gradient(180deg,#0e0e0e,#070707);
  border:1px solid rgba(245,182,28,.70);border-radius:9px;text-align:center;position:relative;
}
.card.featured{border-color:#ffc027;box-shadow:0 0 16px rgba(245,182,28,.25)}
.popular{
  position:absolute;top:-10px;left:50%;transform:translateX(-50%);
  padding:4px 18px;border-radius:999px;background:linear-gradient(#ffdb70,#d99b15);
  color:#171106;font-size:10px;font-weight:900;
}
.card h3{font-size:14px;margin:0 0 10px}
.calendar{font-size:29px;color:var(--gold);margin-bottom:2px}
.price{font-size:40px;font-weight:900;color:var(--gold2);margin-bottom:10px}
.price small{font-size:20px}.price em{font-style:normal;font-size:12px;color:var(--gold)}
.card a{
  height:38px;display:flex;align-items:center;justify-content:center;
  border:1px solid var(--gold);border-radius:5px;
  color:var(--gold2);font-size:11px;font-weight:900;
}
.card a.filled{background:linear-gradient(#ffdc73,#dda017);color:#111}

.trust{
  min-height:74px;margin-top:16px;border:1px solid rgba(255,255,255,.09);
  border-radius:999px;background:#080808;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;
}
.trust-item{
  display:flex;align-items:center;gap:13px;padding:14px 21px;
  border-right:1px solid rgba(255,255,255,.08)
}
.trust-item:last-child{border-right:none}
.trust-ico{font-size:23px;color:var(--gold);font-weight:900;min-width:30px;text-align:center}
.trust-ico.circle{
  width:32px;height:32px;border:1px solid var(--gold);border-radius:50%;
  display:grid;place-items:center;font-size:11px;
}
.trust b{display:block;font-size:12px;margin-bottom:5px}
.trust small{display:block;color:#9c978f;font-size:10px}

.simple{padding:60px 0;border-top:1px solid rgba(255,255,255,.06);text-align:center}
.simple h2{font-size:30px;margin:0 0 10px}
.simple p{color:#aaa59d}
details{
  max-width:850px;margin:10px auto;text-align:left;
  background:#0b0b0b;border:1px solid rgba(255,255,255,.08);
  border-radius:8px;padding:15px 18px;
}
summary{cursor:pointer;font-weight:800}
details p{line-height:1.6}
footer{padding:25px 0;border-top:1px solid rgba(255,255,255,.07);color:#8e8980;font-size:12px}
.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}

@media(max-width:1050px){
  .menu{display:none}
  .hero-grid{grid-template-columns:1fr}
  .hero-left{padding-left:0}
  .hero-right{min-height:480px}
  .feature-bar{grid-template-columns:repeat(2,1fr)}
  .cards{grid-template-columns:repeat(2,1fr)}
  .trust{grid-template-columns:repeat(2,1fr);border-radius:16px}
}
@media(max-width:650px){
  .wrap{width:min(100% - 22px,1320px)}
  .header{height:74px}.header-inner{height:74px}
  .brand{min-width:0}.brand img{width:52px;height:52px}
  .brand-title{font-size:17px}.brand-sub{font-size:8px}
  .panel{display:none}
  h1{font-size:42px}
  .benefits{grid-template-columns:1fr}
  .big-logo{width:300px;height:300px}
  .ring1{width:325px;height:325px}.ring2{width:390px;height:390px}.ring3{width:460px;height:320px}
  .base1{width:330px}.base2{width:390px}
  .feature-bar,.cards,.trust{grid-template-columns:1fr}
  .fitem,.trust-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}
  .fitem:last-child,.trust-item:last-child{border-bottom:none}
}


.social-float{
  position:fixed;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  z-index:120;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.social-btn{
  min-width:54px;
  height:54px;
  padding:0 14px;
  border:1px solid var(--gold);
  border-radius:10px;
  background:rgba(5,5,5,.94);
  color:var(--gold2);
  display:flex;
  align-items:center;
  gap:10px;
  overflow:hidden;
  box-shadow:0 0 0 1px rgba(245,182,28,.05),0 8px 24px rgba(0,0,0,.45);
  transition:width .25s ease, transform .25s ease, box-shadow .25s ease, background .25s ease;
  width:54px;
}
.social-btn:hover{
  width:142px;
  transform:translateX(4px);
  background:rgba(16,12,4,.98);
  box-shadow:0 0 18px rgba(245,182,28,.32),0 10px 28px rgba(0,0,0,.5);
}
.social-icon{
  min-width:24px;
  text-align:center;
  font-size:14px;
  font-weight:900;
  letter-spacing:-.02em;
}
.social-label{
  white-space:nowrap;
  opacity:0;
  transform:translateX(-4px);
  transition:opacity .2s ease,transform .2s ease;
  font-size:12px;
  font-weight:900;
}
.social-btn:hover .social-label{
  opacity:1;
  transform:translateX(0);
}
@media(max-width:650px){
  .social-float{
    left:10px;
    top:auto;
    bottom:18px;
    transform:none;
  }
  .social-btn{
    width:48px;
    min-width:48px;
    height:48px;
    padding:0 11px;
  }
  .social-btn:hover{
    width:48px;
    transform:none;
  }
  .social-label{display:none}
}


.whatsapp-icon svg{
  width:25px;
  height:25px;
  display:block;
}
.whatsapp-icon{
  display:flex;
  align-items:center;
  justify-content:center;
}


.region-tabs{
  display:flex;justify-content:center;gap:14px;margin:22px 0 28px;
}
.region-tab{
  min-width:190px;height:48px;border:1px solid var(--gold);border-radius:7px;
  background:#070707;color:var(--gold2);font-weight:900;cursor:pointer;
  font-size:13px;transition:.2s ease;
}
.region-tab:hover,.region-tab.active{
  color:#111;background:linear-gradient(180deg,#ffdc72,#e5a313);
  box-shadow:0 0 20px rgba(245,182,28,.22);
}
.package-panel{display:none}
.package-panel.active{display:block}
.detailed-card{
  min-height:470px;
  padding:27px 25px 22px;
  display:flex;flex-direction:column;
}
.detailed-card h3{font-size:18px;margin-bottom:17px}
.detailed-card .price{
  font-size:44px;margin:0 0 10px;
}
.detailed-card .price small{
  font-size:22px;color:var(--gold2);margin:0 3px;
}
.user-count{
  color:#bdb7ad;font-size:15px;margin:2px 0 20px;
}
.package-features{
  list-style:none;padding:0;margin:0 0 23px;text-align:left;
  display:grid;gap:14px;flex:1;
}
.package-features li{
  color:#eeeae3;font-size:13px;line-height:1.35;
  display:flex;align-items:flex-start;gap:9px;
}
.package-features li:before{
  content:"✓";color:#16df85;font-weight:900;font-size:20px;line-height:16px;
}
.card .buy-now{
  margin-top:auto;height:45px;font-size:12px;
}
.international-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  max-width:1000px;margin:0 auto;
}
@media(max-width:1050px){
  .international-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:650px){
  .region-tabs{display:grid;grid-template-columns:1fr 1fr;gap:9px}
  .region-tab{min-width:0;width:100%}
  .international-grid{grid-template-columns:1fr}
  .detailed-card{min-height:440px}
}


.header-inner{justify-content:flex-start}
.brand{margin-right:auto}
.menu{margin-left:auto}

.pro-section{
  padding:72px 0;
  background:
    radial-gradient(circle at 50% 5%,rgba(117,63,255,.06),transparent 28%),
    #030303;
  border-top:1px solid rgba(255,255,255,.04);
}
.pro-kicker{
  text-align:center;color:var(--gold2);font-size:13px;
  font-weight:900;letter-spacing:.18em;margin-bottom:10px
}
.pro-title{text-align:center;font-size:38px;margin:0 0 12px}
.pro-sub{
  text-align:center;color:#aaa6ad;font-size:14px;
  max-width:820px;margin:0 auto 40px
}

.feature-cards-pro{
  display:grid;grid-template-columns:repeat(6,1fr);gap:14px;
}
.feature-card-pro{
  min-height:250px;padding:20px 16px;
  background:linear-gradient(180deg,#0d0f16,#090a10);
  border:1px solid rgba(245,182,28,.26);
  border-radius:15px;text-align:center;
}
.round-icon{
  width:48px;height:48px;border-radius:50%;
  display:grid;place-items:center;margin:0 auto 13px;
  background:rgba(120,73,255,.10);
  border:1px solid rgba(245,182,28,.25);
  font-size:20px
}
.feature-card-pro h3{font-size:14px;margin:0 0 6px}
.feature-card-pro>p{font-size:10px;color:#9fa2ad;margin:0 0 24px}
.feature-card-pro ul{
  list-style:none;padding:16px 0 0;margin:0;
  border-top:1px solid rgba(255,255,255,.07);
  text-align:left;display:grid;gap:9px
}
.feature-card-pro li{font-size:10px;color:#d8d9df;line-height:1.35}
.feature-card-pro li:before{content:"✓";color:#a85cff;margin-right:8px;font-weight:900}

.mini-benefit-strip{
  margin-top:18px;display:grid;grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(134,71,255,.36);
  background:rgba(57,23,96,.22);border-radius:14px;overflow:hidden
}
.mini-benefit-strip>div{
  min-height:68px;padding:14px 20px;display:grid;
  grid-template-columns:24px 1fr;grid-template-rows:auto auto;
  column-gap:10px;align-items:center;border-right:1px solid rgba(255,255,255,.07)
}
.mini-benefit-strip>div:last-child{border-right:none}
.mini-benefit-strip span{grid-row:1/3;font-size:20px}
.mini-benefit-strip b{font-size:10px}
.mini-benefit-strip small{font-size:9px;color:#9693a0}

.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step-card{
  min-height:210px;padding:30px 26px;background:linear-gradient(180deg,#0d1018,#090b11);
  border:1px solid rgba(245,182,28,.30);border-radius:16px;position:relative
}
.step-number{
  position:absolute;right:24px;top:20px;font-size:48px;
  font-weight:900;color:rgba(245,182,28,.18)
}
.step-icon{font-size:27px;margin-bottom:18px}
.step-card h3{font-size:19px;color:var(--gold2);margin:0 0 12px}
.step-card p{font-size:14px;line-height:1.6;color:#b8bac3;margin:0}
.how-strip{
  margin-top:16px;border:1px solid rgba(132,72,255,.40);
  background:rgba(52,22,91,.22);border-radius:13px;
  text-align:center;padding:14px;color:#d8d1e8;font-size:12px;font-weight:700
}
.how-btn{
  width:max-content;display:flex;align-items:center;justify-content:center;
  margin:20px auto 0;padding:14px 24px;border-radius:999px;
  background:linear-gradient(180deg,#ffcf55,#e6a41c);color:#111;font-size:12px;font-weight:900
}

.why-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}
.why-left{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.why-left article{
  min-height:100px;padding:20px;border-radius:14px;
  border:1px solid rgba(245,182,28,.28);background:linear-gradient(180deg,#0d1017,#090b10)
}
.why-left h3{font-size:14px;color:var(--gold2);margin:0 0 9px}
.why-left p{font-size:10px;color:#9ea1ab;margin:0;line-height:1.5}
.why-brand-card{
  min-height:324px;border:1px solid rgba(245,182,28,.34);border-radius:16px;
  background:
    radial-gradient(circle at 50% 40%,rgba(111,52,255,.18),transparent 35%),
    linear-gradient(180deg,#0d1018,#090a0f);
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center
}
.why-brand-card img{
  width:130px;height:130px;border-radius:50%;object-fit:cover;
  border:1px solid var(--gold);box-shadow:0 0 30px rgba(245,182,28,.18)
}
.why-brand-card h3{font-size:20px;color:var(--gold2);margin:14px 0 5px}
.why-brand-card p{margin:0 0 18px;color:#aaa6b0}
.why-actions{display:flex;gap:10px}
.why-actions a{
  padding:12px 20px;border-radius:999px;
  border:1px solid rgba(139,75,255,.75);font-size:11px;font-weight:900
}
.why-actions a:first-child{
  background:linear-gradient(180deg,#ffd764,#e8a51b);color:#111;border-color:var(--gold)
}

.faq-list{max-width:900px;margin:auto;display:grid;gap:10px}
.faq-list details{
  max-width:none;width:100%;margin:0;border:1px solid rgba(245,182,28,.27);
  background:linear-gradient(180deg,#0c0f16,#090b10);
  border-radius:12px;padding:17px 20px
}
.faq-list summary{color:var(--gold2);font-size:14px}
.faq-list p{font-size:12px;color:#a9a6ae}

.final-cta{
  padding:54px 0;text-align:center;
  border-top:1px solid rgba(245,182,28,.20);
  background:linear-gradient(180deg,rgba(72,31,110,.18),#040404)
}
.final-cta h2{font-size:36px;color:var(--gold2);margin:0 0 12px}
.final-cta p{color:#aaa6ad;margin-bottom:22px}
.final-cta a{
  display:inline-flex;padding:14px 26px;border-radius:999px;
  background:linear-gradient(180deg,#ffd765,#e4a21a);color:#111;font-weight:900;font-size:12px
}

@media(max-width:1150px){
  .feature-cards-pro{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .why-grid{grid-template-columns:1fr}
  .steps-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .feature-cards-pro{grid-template-columns:1fr}
  .mini-benefit-strip{grid-template-columns:1fr}
  .mini-benefit-strip>div{border-right:none;border-bottom:1px solid rgba(255,255,255,.07)}
  .why-left{grid-template-columns:1fr}
  .pro-title{font-size:30px}
}


.trial-btn{
  margin-left:18px;
  min-width:142px;
  height:43px;
  padding:0 18px;
  border:1px solid var(--gold);
  border-radius:6px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--gold2);
  background:rgba(10,10,10,.92);
  font-size:12px;
  font-weight:900;
  box-shadow:0 0 0 1px rgba(245,182,28,.04);
  transition:.2s ease;
}
.trial-btn:hover{
  background:linear-gradient(180deg,#ffd86a,#e5a313);
  color:#111;
  box-shadow:0 0 22px rgba(245,182,28,.22);
  transform:translateY(-1px);
}
.btn.trial{
  border:1px solid rgba(245,182,28,.72);
  color:var(--gold2);
  background:linear-gradient(180deg,rgba(245,182,28,.08),rgba(245,182,28,.02));
}
.btn.trial:hover{
  background:rgba(245,182,28,.12);
  box-shadow:0 0 18px rgba(245,182,28,.16);
}
@media(max-width:1050px){
  .trial-btn{margin-left:auto}
}
@media(max-width:650px){
  .trial-btn{display:none}
}


a:focus-visible,button:focus-visible,summary:focus-visible{
  outline:2px solid var(--gold2);
  outline-offset:3px;
}
button{font-family:inherit}
img{max-width:100%}
@media(max-width:650px){
  body{overflow-x:hidden}
  .hero-left{text-align:left}
  .hero-actions .btn{width:100%}
  .region-tabs{position:relative;z-index:3}
  .detailed-card{padding-left:20px;padding-right:20px}
  .pro-section{padding:52px 0}
  .final-cta h2{font-size:29px}
}


/* Film & Dizi Şeridi */
.media-showcase{
  padding:72px 0 78px;
  background:
    radial-gradient(circle at 50% 0%, rgba(245,182,28,.08), transparent 30%),
    linear-gradient(180deg,#050608 0%,#08090d 100%);
  border-top:1px solid rgba(245,182,28,.16);
  border-bottom:1px solid rgba(245,182,28,.14);
  overflow:hidden;
}
.media-heading{text-align:center;margin-bottom:38px}
.media-heading .eyebrow{display:block;color:var(--gold2);font-size:12px;font-weight:900;letter-spacing:3px;margin-bottom:8px}
.media-heading h2{font-size:clamp(32px,4vw,48px);margin:0;color:#fff;letter-spacing:-1px}
.media-heading p{color:#9da3b1;margin:10px 0 0}
.media-row-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 16px}
.media-row-head h3{margin:0;color:#fff;font-size:22px}
.series-head{margin-top:42px}
.media-controls{display:flex;gap:8px}
.media-arrow{
  width:42px;height:42px;border-radius:50%;border:1px solid rgba(245,182,28,.55);
  background:#0b0d12;color:var(--gold2);font-size:27px;line-height:1;cursor:pointer;
  transition:.2s ease;
}
.media-arrow:hover{background:var(--gold);color:#111;transform:translateY(-1px)}
.media-track{
  display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;
  scrollbar-width:none;padding:4px 2px 14px;overscroll-behavior-inline:contain;
}
.media-track::-webkit-scrollbar{display:none}
.media-card{
  flex:0 0 184px;aspect-ratio:2/3;position:relative;overflow:hidden;border-radius:15px;
  scroll-snap-align:start;background:#111;border:1px solid rgba(245,182,28,.25);
  box-shadow:0 12px 28px rgba(0,0,0,.38);transition:.25s ease;
}
.media-card:hover{transform:translateY(-7px) scale(1.018);border-color:rgba(245,182,28,.78);box-shadow:0 18px 38px rgba(0,0,0,.55),0 0 22px rgba(245,182,28,.09)}
.media-card img{width:100%;height:100%;object-fit:cover;display:block}
.media-card-overlay{
  position:absolute;inset:auto 0 0;padding:42px 12px 12px;
  background:linear-gradient(transparent,rgba(0,0,0,.92));
  color:#fff;font-size:13px;font-weight:800;opacity:0;transition:.2s ease;
}
.media-card:hover .media-card-overlay{opacity:1}
@media(max-width:700px){
  .media-showcase{padding:52px 0 58px}
  .media-heading{margin-bottom:28px}
  .media-card{flex-basis:138px;border-radius:12px}
  .media-track{gap:11px}
  .media-arrow{width:38px;height:38px}
  .series-head{margin-top:32px}
}


/* Ana sayfa hero yazı boyutları - dengeli küçültme */
.hero-copy h1{
  font-size:clamp(34px,3.55vw,54px) !important;
  line-height:.98 !important;
  letter-spacing:-1.6px !important;
  max-width:650px;
}
.hero-copy .lead{
  font-size:15px !important;
  line-height:1.65 !important;
  max-width:620px;
}
.hero-copy .check-list,
.hero-copy .benefits,
.hero-copy li{
  font-size:14px !important;
}
.hero-actions .btn{
  font-size:12px !important;
}
@media(max-width:900px){
  .hero-copy h1{
    font-size:clamp(32px,7vw,44px) !important;
    line-height:1.02 !important;
  }
  .hero-copy .lead{font-size:14px !important}
}
@media(max-width:600px){
  .hero-copy h1{
    font-size:34px !important;
    line-height:1.03 !important;
    letter-spacing:-1px !important;
  }
  .hero-copy .lead{font-size:13px !important}
  .hero-copy .check-list,
  .hero-copy .benefits,
  .hero-copy li{font-size:13px !important}
}


/* Ana sayfa hero - daha kompakt final ölçüler */
.hero-copy h1{
  font-size:clamp(27px,2.75vw,42px) !important;
  line-height:1.02 !important;
  letter-spacing:-1px !important;
  max-width:560px !important;
  margin-bottom:18px !important;
}
.hero-copy .lead{
  font-size:13px !important;
  line-height:1.55 !important;
  max-width:560px !important;
}
.hero-copy .check-list,
.hero-copy .benefits,
.hero-copy li{
  font-size:12px !important;
  line-height:1.45 !important;
}
.hero-actions .btn{
  font-size:11px !important;
}
@media(max-width:900px){
  .hero-copy h1{font-size:32px !important;max-width:500px !important}
  .hero-copy .lead{font-size:12.5px !important}
}
@media(max-width:600px){
  .hero-copy h1{font-size:28px !important;line-height:1.06 !important}
  .hero-copy .lead{font-size:12px !important}
  .hero-copy .check-list,
  .hero-copy .benefits,
  .hero-copy li{font-size:11.5px !important}
}

/* Otomatik film/dizi şeridi */
.media-track{
  scroll-behavior:smooth;
}
.media-track.is-auto-scrolling{
  cursor:grab;
}
.media-track.is-auto-scrolling:active{
  cursor:grabbing;
}


/* === HERO TYPOGRAFİ V2: belirgin şekilde daha küçük === */
.hero h1,
.hero-copy h1,
.hero-left h1{
  font-size:34px !important;
  line-height:1.04 !important;
  letter-spacing:-.8px !important;
  max-width:560px !important;
  margin:0 0 18px !important;
}
.hero h1 span,
.hero-copy h1 span,
.hero-left h1 span{
  font-size:inherit !important;
  line-height:inherit !important;
}
.hero p,
.hero-copy .lead,
.hero-left .lead{
  font-size:13px !important;
  line-height:1.55 !important;
  max-width:570px !important;
}
.hero li,
.hero-copy li,
.hero-left li,
.hero .hero-features,
.hero .feature-item{
  font-size:12px !important;
  line-height:1.4 !important;
}
.hero .btn,
.hero-actions .btn{
  font-size:11px !important;
  padding-top:14px !important;
  padding-bottom:14px !important;
}
@media (max-width:900px){
  .hero h1,.hero-copy h1,.hero-left h1{font-size:30px !important}
  .hero p,.hero-copy .lead,.hero-left .lead{font-size:12px !important}
}
@media (max-width:600px){
  .hero h1,.hero-copy h1,.hero-left h1{font-size:26px !important}
  .hero p,.hero-copy .lead,.hero-left .lead{font-size:11.5px !important}
  .hero li,.hero-copy li,.hero-left li{font-size:11px !important}
}

/* JS scroll yerine gerçek CSS animasyonu */
.media-track{
  overflow:hidden !important;
  scroll-behavior:auto !important;
}
.media-marquee{
  width:100%;
  overflow:hidden;
  padding:4px 2px 14px;
}
.media-marquee-inner{
  display:flex;
  width:max-content;
  gap:16px;
  will-change:transform;
  animation:globalMediaMarquee 42s linear infinite;
}
.media-marquee.reverse .media-marquee-inner{
  animation-direction:reverse;
  animation-duration:46s;
}
.media-marquee:hover .media-marquee-inner{
  animation-play-state:paused;
}
.media-marquee .media-card{
  flex:0 0 184px;
}
@keyframes globalMediaMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-50% - 8px))}
}
@media(max-width:700px){
  .media-marquee-inner{gap:11px;animation-duration:34s}
  .media-marquee.reverse .media-marquee-inner{animation-duration:38s}
  .media-marquee .media-card{flex-basis:138px}
}
@media(prefers-reduced-motion:reduce){
  .media-marquee-inner{animation-duration:70s}
}

.media-controls{display:none !important;}

#domestic .detailed-cards{grid-template-columns:repeat(5,minmax(0,1fr))}
#international .international-grid{grid-template-columns:repeat(4,minmax(0,1fr));max-width:1180px}
@media(max-width:1180px){#domestic .detailed-cards{grid-template-columns:repeat(3,1fr)}#international .international-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){#domestic .detailed-cards,#international .international-grid{grid-template-columns:1fr}}


/* Paket bölgesi görsel ayrımı */
.region-tab{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:9px;
}
.region-tab .tab-symbol{
  font-size:20px;
  line-height:1;
}
.region-tab .flag-tr{
  font-size:21px;
}

/* Yurt İçi: hafif kırmızı atmosfer */
#domestic{
  position:relative;
  padding:22px;
  border-radius:18px;
  background:
    radial-gradient(circle at 50% 10%,rgba(190,20,32,.16),transparent 46%),
    linear-gradient(180deg,rgba(96,10,18,.11),rgba(25,3,6,.04));
  border:1px solid rgba(210,40,50,.15);
}
#domestic .detailed-card{
  background:
    linear-gradient(180deg,rgba(46,10,14,.82),rgba(10,9,11,.98)) !important;
  border-color:rgba(225,65,72,.28) !important;
}
#domestic .detailed-card:hover{
  border-color:rgba(239,72,80,.55) !important;
  box-shadow:0 16px 36px rgba(0,0,0,.48),0 0 24px rgba(190,20,32,.12);
}

/* Yurt Dışı: daha belirgin gold atmosfer */
#international{
  position:relative;
  padding:22px;
  border-radius:18px;
  background:
    radial-gradient(circle at 50% 8%,rgba(245,182,28,.20),transparent 48%),
    linear-gradient(180deg,rgba(91,61,8,.14),rgba(15,11,3,.05));
  border:1px solid rgba(245,182,28,.32);
  box-shadow:inset 0 0 42px rgba(245,182,28,.035);
}
#international .detailed-card{
  background:
    linear-gradient(180deg,rgba(38,29,8,.92),rgba(10,9,6,.99)) !important;
  border-color:rgba(245,182,28,.48) !important;
  box-shadow:0 12px 30px rgba(0,0,0,.40),0 0 14px rgba(245,182,28,.055);
}
#international .detailed-card:hover{
  border-color:rgba(255,207,73,.88) !important;
  box-shadow:0 18px 38px rgba(0,0,0,.52),0 0 27px rgba(245,182,28,.16);
}
#international .price,
#international .price small,
#international .detailed-card h3{
  color:#ffd45f !important;
}
#international .buy-now{
  border-color:rgba(255,205,69,.80) !important;
}
#international .featured{
  box-shadow:0 15px 34px rgba(0,0,0,.48),0 0 24px rgba(245,182,28,.14) !important;
}

/* Seçili sekmelerin bölge karakteri */
.region-tab[data-panel="domestic"].active{
  background:linear-gradient(180deg,#e44850,#9f1720) !important;
  border-color:#ef6269 !important;
  color:#fff !important;
  box-shadow:0 0 20px rgba(210,30,42,.22) !important;
}
.region-tab[data-panel="international"].active{
  background:linear-gradient(180deg,#ffdc72,#d89a12) !important;
  border-color:#ffd35b !important;
  color:#111 !important;
  box-shadow:0 0 24px rgba(245,182,28,.28) !important;
}

@media(max-width:700px){
  #domestic,#international{
    padding:13px;
    border-radius:14px;
  }
  .region-tab .tab-symbol{font-size:18px}
}
