
    :root{--gold:#f6b237;--dark:#0b1020;--soft:rgba(255,255,255,.08)}
    .cap-hero{min-height:auto;display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:center;padding:46px 7vw 30px;position:relative;overflow:hidden}
    .cap-hero:before{content:"";position:absolute;right:8vw;top:32px;width:260px;height:260px;background:radial-gradient(circle,rgba(246,178,55,.32),transparent 68%);filter:blur(18px);z-index:-1}
    .cap-hero h1{font-family:'Space Grotesk',Inter,sans-serif;font-size:clamp(34px,4.6vw,66px);line-height:.98;margin:14px 0 16px;letter-spacing:-.055em;max-width:780px}
    .cap-hero p{font-size:17px;line-height:1.65;color:rgba(255,255,255,.72);max-width:660px;margin-bottom:18px}
    .cap-showcase{position:relative;min-height:360px;border-radius:34px;padding:0;background:#070b15;border:1px solid rgba(255,255,255,.15);box-shadow:0 28px 80px rgba(0,0,0,.38);overflow:hidden}
    .cap-showcase:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,11,21,.45),rgba(7,11,21,.08) 48%,rgba(7,11,21,.58));z-index:1;pointer-events:none}
    .cap-showcase img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.02);filter:saturate(1.08) contrast(1.05)}
    .showcase-label{position:absolute;left:22px;right:22px;bottom:22px;z-index:2;display:flex;justify-content:space-between;gap:14px;align-items:center;padding:15px 16px;border-radius:20px;background:rgba(7,12,25,.72);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(12px);font-weight:900}
    .showcase-label small{display:block;color:rgba(255,255,255,.66);font-weight:700;margin-top:4px}.showcase-label b{color:var(--gold)}
    .category-bar{display:flex;flex-wrap:wrap;gap:10px;padding:4px 7vw 22px}
    .category-bar button{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055);color:#fff;border-radius:999px;padding:10px 15px;cursor:pointer;font-weight:800;font-size:14px}
    .category-bar button.active,.category-bar button:hover{background:var(--gold);color:#111827;border-color:var(--gold)}
    .cap-section{padding:26px 7vw 72px}
    .cap-topline{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:22px}
    .cap-topline h2{font-family:'Space Grotesk',Inter,sans-serif;font-size:clamp(28px,3.4vw,46px);line-height:1;margin:0;letter-spacing:-.04em}
    .cap-topline p{max-width:500px;color:rgba(255,255,255,.66);line-height:1.6;margin:0}
    .cap-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
    .cap-card{position:relative;overflow:hidden;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.11);box-shadow:0 18px 42px rgba(0,0,0,.24);transition:.22s ease}
    .cap-card:hover{transform:translateY(-5px);border-color:rgba(246,178,55,.5);box-shadow:0 24px 58px rgba(0,0,0,.36)}
    .cap-badge{position:absolute;top:12px;left:12px;z-index:2;background:var(--gold);color:#101728;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900}
    .cap-img-wrap{height:245px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 42%,rgba(246,178,55,.32),rgba(255,255,255,.07) 42%,rgba(255,255,255,.02) 74%);padding:10px 12px 4px}
    .cap-img-wrap img{width:100%;height:100%;object-fit:contain;transform:scale(1.18);transition:.25s ease;filter:drop-shadow(0 18px 20px rgba(0,0,0,.36))}
    .cap-card:hover img{transform:scale(1.27) rotate(-1.5deg)}
    .cap-info{padding:16px}
    .cap-info h3{font-size:18px;margin:0 0 7px;line-height:1.2}
    .cap-info p{color:rgba(255,255,255,.66);line-height:1.45;min-height:62px;margin:0 0 13px;font-size:14px}
    .cap-actions{display:grid;grid-template-columns:.85fr 1.15fr;gap:8px}
    .cap-actions a,.cap-actions button{border:0;border-radius:12px;padding:11px 9px;font-weight:900;text-align:center;text-decoration:none;cursor:pointer;font-size:13px}
    .cap-actions button{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.12)}
    .cap-actions a{background:var(--gold);color:#111827}
    .cap-feature{margin:0 7vw 72px;display:grid;grid-template-columns:1fr 1fr;gap:20px}
    .feature-box{border-radius:26px;padding:26px;background:linear-gradient(145deg,rgba(246,178,55,.18),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.12)}
    .feature-box h3{font-size:26px;margin:0 0 10px}.feature-box p,.feature-box li{color:rgba(255,255,255,.70);line-height:1.7}.feature-box ul{padding-left:19px;margin-bottom:0}
    .modal{position:fixed;inset:0;background:rgba(0,0,0,.72);display:none;align-items:center;justify-content:center;padding:24px;z-index:1000}.modal.active{display:flex}.modal-box{max-width:560px;width:100%;border-radius:28px;background:#101827;border:1px solid rgba(255,255,255,.14);padding:30px;box-shadow:0 40px 100px rgba(0,0,0,.55)}.modal-box h3{font-size:30px;margin:0 0 12px}.modal-box p{color:rgba(255,255,255,.72);line-height:1.8}.modal-close{float:right;border:0;background:rgba(255,255,255,.1);color:white;border-radius:50%;width:38px;height:38px;font-size:22px;cursor:pointer}
    @media(max-width:1180px){.cap-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cap-img-wrap{height:230px}}
    @media(max-width:980px){.cap-hero,.cap-feature{grid-template-columns:1fr}.cap-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cap-topline{display:block}.cap-showcase{min-height:310px}}
    @media(max-width:640px){.cap-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cap-hero{padding-top:34px}.cap-img-wrap{height:260px}.cap-img-wrap img{transform:scale(1.2)}.showcase-label{display:block}.cap-actions{grid-template-columns:1fr 1fr}}


    /* Premium vitrin yenileme */
    .cap-hero,.tee-hero{isolation:isolate;border-bottom:1px solid rgba(255,255,255,.07);background:radial-gradient(circle at 16% 18%,rgba(246,178,55,.18),transparent 30%),radial-gradient(circle at 90% 18%,rgba(255,255,255,.08),transparent 28%),linear-gradient(180deg,#090d18 0%,#060914 100%)}
    .cap-hero:after,.tee-hero:after{content:"";position:absolute;inset:auto 6vw 0;height:1px;background:linear-gradient(90deg,transparent,rgba(246,178,55,.5),transparent);opacity:.7}
    .cap-hero h1,.tee-hero h1{text-shadow:0 18px 60px rgba(0,0,0,.45)}
    .cap-hero h1 em,.tee-hero h1 em{font-style:normal;color:var(--gold);background:linear-gradient(90deg,#ffe8a3,#f6b237);-webkit-background-clip:text;background-clip:text;color:transparent}
    .hero-kicker{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0 0}.hero-kicker span{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.11);color:rgba(255,255,255,.82);font-weight:800;font-size:13px}.hero-kicker span:before{content:"✓";color:var(--gold)}
    .cap-showcase,.tee-showcase{min-height:390px;border-radius:38px;background:linear-gradient(145deg,rgba(246,178,55,.20),rgba(255,255,255,.07) 46%,rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.16);box-shadow:0 34px 90px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.08);overflow:hidden}
    .cap-showcase:after,.tee-showcase:after{content:"";position:absolute;inset:16px;border-radius:30px;border:1px solid rgba(255,255,255,.09);pointer-events:none;z-index:2}
    .cap-showcase img{object-position:center;transform:scale(1.05);filter:saturate(1.12) contrast(1.08) brightness(.94)}
    .showcase-label{left:24px!important;right:24px!important;bottom:24px!important;background:linear-gradient(180deg,rgba(10,14,25,.82),rgba(5,8,15,.92))!important;border-color:rgba(246,178,55,.24)!important;box-shadow:0 16px 38px rgba(0,0,0,.38)}
    .floating-note{position:absolute;z-index:3;top:24px;left:24px;padding:12px 14px;border-radius:18px;background:rgba(8,12,24,.74);border:1px solid rgba(246,178,55,.22);backdrop-filter:blur(12px);font-weight:900;box-shadow:0 14px 34px rgba(0,0,0,.28)}
    .floating-note small{display:block;margin-top:2px;color:rgba(255,255,255,.62);font-weight:700}.hero-actions .btn.primary{box-shadow:0 14px 36px rgba(246,178,55,.25)}
    @media(max-width:640px){.cap-hero,.tee-hero{padding:30px 16px 22px!important;gap:22px}.cap-hero p,.tee-hero p{font-size:15.5px}.hero-kicker span{font-size:12px;padding:8px 10px}.cap-showcase,.tee-showcase{min-height:300px;border-radius:26px}.floating-note{top:15px;left:15px;font-size:13px}.showcase-label{left:15px!important;right:15px!important;bottom:15px!important;font-size:13px}.metrics{grid-template-columns:repeat(3,1fr);gap:8px}.metrics div{padding:12px 8px!important}.metrics strong{font-size:16px!important}.metrics span{font-size:11px!important}}

  

/* === Derli toplu vitrin duzeltmesi - 2026-05-23 === */
body{background:#070b13!important;}
.cap-hero,.tee-hero{
  width:min(1180px,calc(100% - 32px));
  margin:26px auto 18px!important;
  padding:28px!important;
  min-height:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.78fr)!important;
  gap:26px!important;
  align-items:center!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:30px!important;
  background:linear-gradient(135deg,rgba(18,22,32,.96),rgba(7,11,20,.98))!important;
  box-shadow:0 24px 70px rgba(0,0,0,.30)!important;
  overflow:hidden!important;
}
.cap-hero:before,.tee-hero:before{display:none!important;}
.cap-hero:after,.tee-hero:after{display:none!important;}
.eyebrow{display:inline-flex!important;align-items:center!important;width:auto!important;max-width:max-content!important;padding:9px 14px!important;border-radius:999px!important;background:rgba(246,178,55,.14)!important;border:1px solid rgba(246,178,55,.30)!important;color:#ffd982!important;font-size:13px!important;line-height:1!important;margin:0 0 14px!important;}
.cap-hero h1,.tee-hero h1{max-width:640px!important;margin:0 0 14px!important;font-size:clamp(34px,4vw,52px)!important;line-height:1.04!important;letter-spacing:-.045em!important;text-shadow:none!important;}
.cap-hero p,.tee-hero p{max-width:600px!important;margin:0 0 20px!important;font-size:16px!important;line-height:1.62!important;color:rgba(255,255,255,.72)!important;}
.hero-actions{display:flex!important;flex-wrap:wrap!important;gap:12px!important;margin:0 0 18px!important;}
.hero-actions .btn{height:auto!important;padding:13px 18px!important;border-radius:14px!important;font-size:15px!important;box-shadow:none!important;}
.hero-kicker{margin:0 0 16px!important;gap:8px!important;}
.hero-kicker span{padding:8px 11px!important;font-size:12px!important;background:rgba(255,255,255,.055)!important;border-color:rgba(255,255,255,.10)!important;}
.metrics{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin-top:0!important;max-width:560px!important;}
.metrics div{padding:13px 14px!important;border-radius:16px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.09)!important;}
.metrics strong{font-size:21px!important;color:#ffd982!important;}
.metrics span{font-size:12px!important;color:rgba(255,255,255,.62)!important;}
.cap-showcase,.tee-showcase{min-height:300px!important;max-height:330px!important;border-radius:24px!important;box-shadow:none!important;border:1px solid rgba(255,255,255,.11)!important;background:#0a0f1c!important;}
.cap-showcase:after,.tee-showcase:after{display:none!important;}
.cap-showcase img{transform:none!important;filter:saturate(1.02) contrast(1.02)!important;}
.floating-note{display:none!important;}
.showcase-label{left:16px!important;right:16px!important;bottom:16px!important;padding:13px 14px!important;border-radius:16px!important;background:rgba(7,11,20,.78)!important;box-shadow:none!important;font-size:14px!important;}
.category-bar{width:min(1180px,calc(100% - 32px));margin:0 auto!important;padding:0 0 18px!important;gap:8px!important;}
.category-bar button{padding:9px 13px!important;font-size:13px!important;background:rgba(255,255,255,.06)!important;}
.category-bar button.active,.category-bar button:hover{background:var(--gold)!important;color:#111827!important;}
.cap-section,.tee-section{width:min(1180px,calc(100% - 32px));margin:0 auto!important;padding:18px 0 60px!important;}
.cap-topline,.tee-topline{align-items:flex-start!important;margin-bottom:18px!important;}
.cap-topline h2,.tee-topline h2{font-size:clamp(26px,3vw,38px)!important;letter-spacing:-.035em!important;}
.cap-topline p,.tee-topline p{font-size:15px!important;max-width:470px!important;color:rgba(255,255,255,.65)!important;}
.cap-grid,.tee-grid{gap:16px!important;}
.cap-card,.tee-card{border-radius:20px!important;box-shadow:0 12px 34px rgba(0,0,0,.22)!important;}
.cap-img-wrap,.tee-img-wrap{height:220px!important;}
.cap-info,.tee-info{padding:14px!important;}
.cap-info h3,.tee-info h3{font-size:17px!important;}
.cap-info p,.tee-info p{font-size:13.5px!important;min-height:58px!important;}
.cap-feature,.tee-feature{width:min(1180px,calc(100% - 32px));margin:0 auto 60px!important;}
@media(max-width:980px){.cap-hero,.tee-hero{grid-template-columns:1fr!important;width:calc(100% - 28px)!important;margin-top:16px!important;padding:22px!important;}.cap-showcase,.tee-showcase{min-height:270px!important;max-height:none!important;}}
@media(max-width:640px){.cap-hero,.tee-hero{width:calc(100% - 22px)!important;border-radius:22px!important;padding:18px!important;gap:16px!important;}.cap-hero h1,.tee-hero h1{font-size:32px!important;}.cap-hero p,.tee-hero p{font-size:14.5px!important;}.hero-actions .btn{flex:1 1 140px!important;text-align:center!important;padding:12px 13px!important;font-size:14px!important;}.hero-kicker{display:none!important;}.metrics{grid-template-columns:repeat(3,1fr)!important;gap:7px!important;}.metrics div{padding:10px 7px!important;}.metrics strong{font-size:15px!important;}.metrics span{font-size:10.5px!important;}.cap-showcase,.tee-showcase{min-height:220px!important;border-radius:18px!important;}.showcase-label{display:none!important;}.category-bar,.cap-section,.tee-section,.cap-feature,.tee-feature{width:calc(100% - 22px)!important;}.cap-topline,.tee-topline{display:block!important;}.cap-topline p,.tee-topline p{margin-top:8px!important;}.cap-grid,.tee-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}.cap-img-wrap,.tee-img-wrap{height:160px!important;}.cap-info,.tee-info{padding:11px!important;}.cap-info h3,.tee-info h3{font-size:14.5px!important;}.cap-info p,.tee-info p{font-size:12px!important;min-height:54px!important;}.cap-actions,.tee-actions{grid-template-columns:1fr!important;gap:7px!important;}.cap-actions button,.cap-actions a,.tee-actions button,.tee-actions a{font-size:12px!important;padding:9px 7px!important;}}


/* === GENISLIK VE MOBIL DUZELTME - 2026-05-23 === */
html,body{width:100%!important;max-width:none!important;overflow-x:hidden!important;}
.site-header{width:100%!important;max-width:none!important;padding-left:clamp(16px,4vw,64px)!important;padding-right:clamp(16px,4vw,64px)!important;}
.cap-hero,.tee-hero{
  width:100%!important;
  max-width:1440px!important;
  margin:0 auto 0!important;
  padding:clamp(34px,5vw,72px) clamp(18px,5vw,72px)!important;
  border-radius:0!important;
  border-left:0!important;
  border-right:0!important;
  grid-template-columns:minmax(0,1fr) minmax(420px,.82fr)!important;
  gap:clamp(24px,4vw,56px)!important;
  background:linear-gradient(135deg,#101522 0%,#070b14 58%,#11151f 100%)!important;
}
.category-bar,.cap-section,.tee-section,.cap-feature,.tee-feature{
  width:100%!important;
  max-width:1440px!important;
  padding-left:clamp(14px,4vw,64px)!important;
  padding-right:clamp(14px,4vw,64px)!important;
}
.category-bar{margin:0 auto!important;padding-top:18px!important;}
.cap-section,.tee-section{margin:0 auto!important;}
.cap-grid,.tee-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.cap-showcase,.tee-showcase{min-height:320px!important;max-height:380px!important;}

@media(max-width:1180px){
  .cap-grid,.tee-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .cap-hero,.tee-hero{grid-template-columns:1fr!important;}
}
@media(max-width:760px){
  .site-header{padding:12px 14px!important;}
  .cap-hero,.tee-hero{
    width:100%!important;
    margin:0!important;
    padding:24px 14px 18px!important;
    border-radius:0!important;
    gap:16px!important;
  }
  .eyebrow{font-size:11px!important;padding:8px 11px!important;margin-bottom:10px!important;}
  .cap-hero h1,.tee-hero h1{font-size:clamp(27px,8.2vw,36px)!important;line-height:1.06!important;margin-bottom:10px!important;letter-spacing:-.035em!important;}
  .cap-hero p,.tee-hero p{font-size:14px!important;line-height:1.5!important;margin-bottom:14px!important;}
  .hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-bottom:12px!important;}
  .hero-actions .btn{width:100%!important;padding:11px 8px!important;font-size:13px!important;border-radius:12px!important;white-space:nowrap!important;}
  .hero-kicker{display:none!important;}
  .metrics{grid-template-columns:repeat(3,1fr)!important;gap:6px!important;max-width:none!important;}
  .metrics div{padding:9px 5px!important;border-radius:12px!important;}
  .metrics strong{font-size:14px!important;display:block!important;}
  .metrics span{font-size:9.5px!important;line-height:1.2!important;}
  .cap-showcase,.tee-showcase{min-height:170px!important;max-height:190px!important;border-radius:16px!important;}
  .cap-showcase img,.tee-showcase img{width:100%!important;height:100%!important;object-fit:cover!important;transform:none!important;}
  .floating-note,.showcase-label{display:none!important;}
  .category-bar{width:100%!important;padding:12px 10px!important;gap:7px!important;overflow-x:auto!important;flex-wrap:nowrap!important;scrollbar-width:none!important;}
  .category-bar::-webkit-scrollbar{display:none!important;}
  .category-bar button{flex:0 0 auto!important;padding:9px 12px!important;font-size:12px!important;}
  .cap-section,.tee-section{width:100%!important;padding:18px 10px 44px!important;}
  .cap-topline,.tee-topline{display:block!important;margin-bottom:12px!important;}
  .cap-topline h2,.tee-topline h2{font-size:25px!important;line-height:1.12!important;}
  .cap-topline p,.tee-topline p{font-size:13px!important;margin-top:6px!important;}
  .cap-grid,.tee-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;}
  .cap-card,.tee-card{border-radius:16px!important;overflow:hidden!important;}
  .cap-img-wrap,.tee-img-wrap{height:138px!important;border-radius:14px 14px 0 0!important;}
  .cap-img-wrap img,.tee-img-wrap img{max-width:112%!important;max-height:112%!important;object-fit:contain!important;transform:none!important;}
  .cap-info,.tee-info{padding:9px!important;}
  .cap-info h3,.tee-info h3{font-size:13px!important;line-height:1.2!important;margin-bottom:5px!important;}
  .cap-info p,.tee-info p{font-size:11px!important;line-height:1.35!important;min-height:45px!important;margin-bottom:8px!important;}
  .cap-actions,.tee-actions{grid-template-columns:1fr!important;gap:6px!important;}
  .cap-actions a,.tee-actions a,.cap-actions button,.tee-actions button{font-size:11px!important;padding:8px 5px!important;border-radius:10px!important;}
  .cap-actions button,.tee-actions button{display:none!important;}
  .cap-feature,.tee-feature{width:100%!important;padding-left:10px!important;padding-right:10px!important;margin-bottom:40px!important;grid-template-columns:1fr!important;}
}
@media(max-width:380px){
  .cap-img-wrap,.tee-img-wrap{height:122px!important;}
  .cap-info h3,.tee-info h3{font-size:12.5px!important;}
  .cap-info p,.tee-info p{font-size:10.5px!important;min-height:42px!important;}
}

  

/* === ANASAYFA GENIS VITRIN AYARI - 2026-05-23 === */
.cap-hero,.tee-hero{
  width:100%!important;
  max-width:none!important;
  min-height:calc(100vh - 86px)!important;
  margin:0!important;
  padding:70px clamp(18px,4vw,72px) 50px!important;
  border-radius:0!important;
  display:grid!important;
  grid-template-columns:1fr 1.08fr!important;
  gap:42px!important;
  align-items:center!important;
  background:radial-gradient(circle at 20% 10%,rgba(245,182,66,.16),transparent 28%),radial-gradient(circle at 80% 0%,rgba(59,130,246,.14),transparent 30%),#080b12!important;
}
.cap-hero h1,.tee-hero h1{
  font-size:clamp(46px,7vw,96px)!important;
  line-height:.92!important;
  max-width:790px!important;
  margin:24px 0 22px!important;
  letter-spacing:-.055em!important;
}
.cap-hero p,.tee-hero p{
  font-size:clamp(17px,2vw,22px)!important;
  line-height:1.7!important;
  max-width:690px!important;
  margin:0!important;
  color:#d6ddec!important;
}
.cap-showcase,.tee-showcase{
  min-height:520px!important;
  max-height:none!important;
  border-radius:42px!important;
  box-shadow:0 40px 110px rgba(0,0,0,.55)!important;
}
.cap-showcase img,.tee-showcase img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.hero-actions{margin:34px 0!important;}
.hero-actions .btn{min-height:54px!important;padding:0 24px!important;border-radius:999px!important;font-size:16px!important;}
.metrics{max-width:650px!important;}
.metrics div{padding:18px!important;border-radius:20px!important;}
.metrics strong{font-size:25px!important;}
.metrics span{font-size:13px!important;}
.category-bar,.cap-section,.tee-section,.cap-feature,.tee-feature{
  max-width:none!important;
  width:100%!important;
  padding-left:clamp(18px,4vw,72px)!important;
  padding-right:clamp(18px,4vw,72px)!important;
}
@media(max-width:1050px){
  .cap-hero,.tee-hero{
    grid-template-columns:1fr!important;
    min-height:auto!important;
    padding-top:42px!important;
  }
  .cap-showcase,.tee-showcase{min-height:420px!important;border-radius:32px!important;}
}
@media(max-width:640px){
  .cap-hero,.tee-hero{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:34px 16px 28px!important;
    gap:22px!important;
  }
  .cap-hero h1,.tee-hero h1{
    font-size:clamp(34px,11vw,48px)!important;
    line-height:.96!important;
    margin:16px 0 14px!important;
  }
  .cap-hero p,.tee-hero p{font-size:16px!important;line-height:1.58!important;}
  .hero-actions{display:flex!important;flex-direction:column!important;gap:10px!important;margin:22px 0!important;}
  .hero-actions .btn{width:100%!important;min-height:50px!important;font-size:15px!important;padding:0 16px!important;}
  .metrics{grid-template-columns:repeat(3,1fr)!important;gap:8px!important;}
  .metrics div{padding:12px 7px!important;border-radius:14px!important;}
  .metrics strong{font-size:17px!important;}
  .metrics span{font-size:10.5px!important;}
  .cap-showcase,.tee-showcase{min-height:260px!important;max-height:none!important;border-radius:24px!important;}
  .cap-grid,.tee-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;}
  .cap-img-wrap,.tee-img-wrap{height:150px!important;}
}

/* === MOBIL UST VITRIN TOPARLAMA - 2026-05-23 === */
@media(max-width:640px){
  .cap-hero,.tee-hero{
    min-height:auto!important;
    padding:26px 14px 18px!important;
    gap:16px!important;
    overflow:hidden!important;
    background:radial-gradient(circle at 18% 0%,rgba(246,178,55,.16),transparent 32%),#080b12!important;
  }
  .cap-hero h1,.tee-hero h1{
    font-size:clamp(31px,9.5vw,41px)!important;
    line-height:1.02!important;
    margin:14px 0 12px!important;
    letter-spacing:-.045em!important;
  }
  .cap-hero p,.tee-hero p{
    font-size:14.5px!important;
    line-height:1.5!important;
    margin:0!important;
    max-width:100%!important;
  }
  .pill,.eyebrow{
    display:inline-flex!important;
    max-width:100%!important;
    white-space:normal!important;
    font-size:11px!important;
    line-height:1.2!important;
    padding:8px 10px!important;
    border-radius:999px!important;
  }
  .hero-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:9px!important;
    margin:18px 0 12px!important;
    width:100%!important;
  }
  .hero-actions .btn,
  .hero-actions a.btn,
  .hero-actions .btn.primary,
  .hero-actions .btn.ghost{
    width:100%!important;
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
    padding:0 10px!important;
    border-radius:14px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    line-height:1.15!important;
    font-size:13px!important;
    font-weight:900!important;
    box-shadow:none!important;
    white-space:normal!important;
  }
  .metrics{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    margin-top:8px!important;
    max-width:none!important;
  }
  .metrics div{
    min-width:0!important;
    padding:10px 7px!important;
    border-radius:13px!important;
  }
  .metrics strong{font-size:15px!important;line-height:1.1!important;display:block!important;}
  .metrics span{font-size:10px!important;line-height:1.2!important;display:block!important;}
  .cap-showcase,.tee-showcase{
    min-height:190px!important;
    max-height:210px!important;
    border-radius:20px!important;
    margin-top:2px!important;
  }
  .cap-showcase img,.tee-showcase img{
    object-fit:cover!important;
    object-position:center!important;
    transform:none!important;
  }
  .floating-note,.showcase-label,.hero-kicker{display:none!important;}
}
@media(max-width:390px){
  .hero-actions .btn,.hero-actions a.btn{font-size:12px!important;height:44px!important;min-height:44px!important;max-height:44px!important;}
  .cap-hero h1,.tee-hero h1{font-size:30px!important;}
}




/* Ana sayfa hero görsel oran düzeltmesi */
.hero-image,
.hero-banner,
.hero-showcase,
.showcase-image,
.main-hero-image{
    max-height:480px !important;
    overflow:hidden !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

.hero-image img,
.hero-banner img,
.hero-showcase img,
.showcase-image img,
.main-hero-image img{
    width:100% !important;
    height:480px !important;
    object-fit:cover !important;
    object-position:center center !important;
    display:block !important;
}



/* Hero görsel daha kısa yapı */
.hero-image,
.hero-banner,
.hero-showcase,
.showcase-image,
.main-hero-image{
    max-height:480px !important;
    height:480px !important;
    overflow:hidden !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

.hero-image img,
.hero-banner img,
.hero-showcase img,
.showcase-image img,
.main-hero-image img{
    width:100% !important;
    height:480px !important;
    object-fit:cover !important;
    object-position:center center !important;
    display:block !important;
}


/* NAVBAR GAP FIX */
.main-nav{
  justify-content:center!important;
  gap:18px!important;
  flex-wrap:wrap!important;
}

/* === HERO ORTALAMA VE SAYFAYA SIGDIRMA - 2026-05-24 === */
.cap-hero,
.tee-hero{
  width:min(1240px, calc(100% - 32px))!important;
  max-width:1240px!important;
  min-height:auto!important;
  margin:24px auto 28px!important;
  padding:42px clamp(22px,3vw,46px)!important;
  border-radius:34px!important;
  grid-template-columns:minmax(0,0.95fr) minmax(360px,1.05fr)!important;
  gap:clamp(22px,3vw,38px)!important;
  align-items:center!important;
  overflow:hidden!important;
}
.cap-hero h1,
.tee-hero h1{
  font-size:clamp(40px,4.7vw,70px)!important;
  line-height:0.96!important;
  max-width:620px!important;
  margin:18px 0 16px!important;
}
.cap-hero p,
.tee-hero p{
  font-size:clamp(15px,1.35vw,18px)!important;
  line-height:1.6!important;
  max-width:560px!important;
}
.hero-actions{margin:24px 0 18px!important;}
.hero-actions .btn{min-height:50px!important;padding:0 22px!important;}
.metrics{max-width:560px!important;gap:10px!important;}
.metrics div{padding:13px 14px!important;}
.cap-showcase,
.tee-showcase{
  width:100%!important;
  min-height:330px!important;
  height:clamp(330px,31vw,420px)!important;
  max-height:420px!important;
  border-radius:26px!important;
}
.cap-showcase img,
.tee-showcase img,
.tee-showcase img.tshirt-hero-single-image{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}
@media(max-width:1050px){
  .cap-hero,
  .tee-hero{
    width:min(860px, calc(100% - 28px))!important;
    grid-template-columns:1fr!important;
    margin:18px auto 22px!important;
    padding:32px 24px!important;
  }
  .cap-hero h1,
  .tee-hero h1{max-width:100%!important;}
  .cap-showcase,
  .tee-showcase{height:360px!important;max-height:360px!important;}
}
@media(max-width:640px){
  .cap-hero,
  .tee-hero{
    width:calc(100% - 20px)!important;
    margin:10px auto 16px!important;
    padding:22px 14px 16px!important;
    border-radius:22px!important;
    gap:16px!important;
  }
  .cap-hero h1,
  .tee-hero h1{font-size:clamp(30px,9vw,40px)!important;line-height:1.02!important;}
  .cap-showcase,
  .tee-showcase{height:220px!important;min-height:220px!important;max-height:220px!important;border-radius:18px!important;}
}


/* === Şapka ürün görsel hız optimizasyonu === */
.cap-card{content-visibility:auto;contain-intrinsic-size:340px 430px;}
.cap-img-wrap img.lazy-cap-img{opacity:0;transition:opacity .25s ease, transform .25s ease;}
.cap-img-wrap img.lazy-cap-img.is-loaded{opacity:1;}
.cap-img-wrap{overflow:hidden;}
