/* ==========================================================================
   show.css — wtm-showcase.html / itb-showcase.html fuar vitrin sayfalari
   Kart dili projects.css'ten (.pcard) gelir; bu dosya hero ve akisi verir.
   ========================================================================== */
.sw-hero{position:relative;min-height:58vh;display:flex;align-items:flex-end;overflow:hidden;background:var(--navy)}
.sw-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.45}
.sw-hero::before{content:'';position:absolute;top:-30%;right:-10%;width:55%;height:85%;background:radial-gradient(circle,rgba(122,61,158,.25),transparent 68%);z-index:1;pointer-events:none}
.sw-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(13,15,26,.95) 0%,rgba(13,15,26,.45) 55%,rgba(13,15,26,.3) 100%)}
.sw-hero-inner{position:relative;z-index:2;max-width:var(--max);margin:0 auto;width:100%;padding:9rem 4% 3rem}
.sw-hero .sec-tag{color:var(--purple-soft)}
.sw-hero h1{font-family:var(--fd);font-size:clamp(2.2rem,4.6vw,3.6rem);font-weight:700;line-height:1.1;color:#fff;max-width:800px}
.sw-hero p{font-size:1.05rem;color:rgba(255,255,255,.65);line-height:1.8;max-width:640px;margin-top:1.1rem}

/* Kunye cipleri */
.sw-stats{background:var(--navy);padding:0 4% 3.2rem}
.sw-stats-inner{max-width:var(--max);margin:0 auto;display:flex;flex-wrap:wrap;gap:.8rem;border-top:1px solid rgba(255,255,255,.12);padding-top:1.8rem}
.sw-chip{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem 1.15rem;border-radius:100px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);font-size:.82rem;color:rgba(255,255,255,.8)}
.sw-chip strong{font-family:var(--fd);font-size:1.05rem;background:linear-gradient(135deg,#9B54C8,#B08CD8 55%,#6A7FD4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}

/* Stand gridi */
.sw-grid-sec{padding:4.5rem 4% 3rem;background:var(--white)}
.sw-grid-wrap{max-width:var(--max);margin:0 auto}
.sw-grid-wrap .proj-grid{margin-top:1.6rem}

/* Diger fuara gecis */
.sw-cross{padding:1rem 4% 6rem;background:var(--white)}
.sw-cross-inner{max-width:var(--max);margin:0 auto;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}
@media(max-width:768px){.sw-hero{min-height:48vh}}
