/* =========================================================
   SPORT ZONE v11 (FLASH)
   - 초화려: 다크+그라데이션+사선 스트라이프 + 글로우
   - 쇼핑몰/스트릿웨어 감성
   ========================================================= */
:root{
  --bg:#070A14;
  --paper: rgba(255,255,255,.06);
  --paper2: rgba(255,255,255,.10);
  --ink:#eaf2ff;
  --muted: rgba(234,242,255,.78);
  --muted2: rgba(234,242,255,.60);
  --line: rgba(138,180,248,.18);
  --shadow: 0 22px 60px rgba(0,0,0,.55);
  --shadow2: 0 12px 28px rgba(0,0,0,.45);
  --radius: 18px;
  --radius2: 26px;
  --max: 1220px;
  --g1:#7c3aed; /* violet */
  --g2:#22d3ee; /* cyan */
  --g3:#f97316; /* orange */
  --sale:#fb7185;
  --ok:#22c55e;
  --font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(900px 520px at 12% 8%, rgba(124,58,237,.28), transparent 60%),
    radial-gradient(900px 520px at 86% 18%, rgba(34,211,238,.22), transparent 60%),
    radial-gradient(900px 520px at 50% 90%, rgba(249,115,22,.14), transparent 60%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 10px, rgba(255,255,255,0) 10px 22px),
    var(--bg);
}

a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
.container{max-width:var(--max); margin:0 auto; padding:0 18px}

/* Topbar */
.cz-topbar{
  background: rgba(0,0,0,.25);
  border-bottom:1px solid rgba(138,180,248,.14);
  backdrop-filter: blur(12px);
}
.cz-topbar .inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:10px 0; gap:10px;
  color: var(--muted2);
  font-weight:900; font-size:12px;
}
.cz-topbar a{color: var(--muted2)}
.cz-topbar a:hover{color: var(--ink)}

/* Header */
.cz-header{
  position:sticky; top:0; z-index:60;
  background: rgba(7,10,20,.68);
  backdrop-filter: blur(14px);
  border-bottom:1px solid rgba(138,180,248,.16);
}
.cz-header .bar{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0; gap:14px;
}
.cz-logo{display:flex; align-items:center; gap:10px}
.cz-logo img{height:34px; width:auto; filter: drop-shadow(0 0 10px rgba(34,211,238,.35));}

.cz-nav{display:flex; gap:8px; flex-wrap:wrap; justify-content:flex-end}
.cz-nav a{
  padding:9px 12px;
  border-radius:999px;
  font-weight:1000;
  font-size:13px;
  color: var(--ink);
  border:1px solid rgba(138,180,248,.22);
  background:
    linear-gradient(135deg, rgba(124,58,237,.18), rgba(34,211,238,.12));
  transition:.18s ease;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
.cz-nav a:hover{
  transform: translateY(-1px);
  box-shadow: 0 0 0 7px rgba(34,211,238,.12), 0 10px 30px rgba(0,0,0,.45);
}

/* Icon buttons */
.cz-iconbtn{
  width:42px; height:42px;
  border-radius: 999px;
  border:1px solid rgba(138,180,248,.22);
  background: rgba(255,255,255,.06);
  color: var(--ink);
  cursor:pointer;
  transition:.18s ease;
  display:inline-flex; align-items:center; justify-content:center;
}
.cz-iconbtn:hover{
  transform: translateY(-1px);
  box-shadow: 0 0 0 7px rgba(124,58,237,.10), var(--shadow2);
}

/* Hero */
.cz-hero{padding:22px 0 0}
.cz-slider{
  border-radius: var(--radius2);
  overflow:hidden;
  border:1px solid rgba(138,180,248,.18);
  background:
    linear-gradient(135deg, rgba(124,58,237,.18), rgba(34,211,238,.12)),
    rgba(255,255,255,.04);
  box-shadow: var(--shadow);
  position:relative;
}
.cz-slider:before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(180px 180px at 20% 30%, rgba(34,211,238,.32), transparent 65%),
    radial-gradient(180px 180px at 70% 20%, rgba(124,58,237,.32), transparent 65%),
    radial-gradient(240px 240px at 88% 80%, rgba(249,115,22,.20), transparent 65%);
  pointer-events:none;
}
.cz-slide img{
  width:100%;
  height:440px;
  object-fit:cover;
  filter: contrast(1.08) saturate(1.12);
}
@media (max-width: 980px){ .cz-slide img{height:320px} }

.cz-slider .caption{
  position:absolute;
  left:18px; right:18px; bottom:18px;
  display:flex; justify-content:space-between; align-items:flex-end; gap:14px;
  z-index:2;
}
.cz-slider .cap-left{
  max-width: 620px;
  background: rgba(0,0,0,.30);
  backdrop-filter: blur(10px);
  border:1px solid rgba(138,180,248,.18);
  padding:14px 16px;
  border-radius: 18px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.06) inset;
}
.cz-slider .cap-left strong{
  display:block;
  font-size: 24px;
  letter-spacing:-0.03em;
  font-weight:1000;
}
.cz-slider .cap-left span{
  display:block;
  margin-top:6px;
  color: var(--muted);
  font-weight:900;
  font-size:13px;
}
.cz-dots{display:flex; gap:8px}
.cz-dot{
  width:10px; height:10px;
  border-radius:999px;
  border:1px solid rgba(138,180,248,.22);
  background: rgba(255,255,255,.10);
}
.cz-dot.active{
  background: linear-gradient(135deg, var(--g1), var(--g2));
  border-color: rgba(34,211,238,.55);
  box-shadow: 0 0 12px rgba(34,211,238,.35);
}
.cz-arrows{display:flex; gap:8px}
.cz-arrow{
  width:46px; height:46px;
  border-radius: 999px;
  border:1px solid rgba(138,180,248,.22);
  background: rgba(0,0,0,.28);
  color: var(--ink);
  cursor:pointer;
  transition:.18s ease;
}
.cz-arrow:hover{transform: translateY(-1px); box-shadow: 0 0 0 7px rgba(34,211,238,.12), var(--shadow2)}

/* Sections */
.cz-section{padding:30px 0}
.cz-head{display:flex; justify-content:space-between; align-items:flex-end; gap:14px; margin-bottom:14px}
.cz-head h2{margin:0; font-size:22px; letter-spacing:-0.03em; font-weight:1000}
.cz-head p{margin:8px 0 0; color:var(--muted); font-weight:900; font-size:13px}

/* Scroller */
.cz-scroller{position:relative}
.cz-scroller .track{display:flex; gap:14px; overflow:auto; scroll-behavior:smooth; padding-bottom:10px}
.cz-scroller .track::-webkit-scrollbar{height:10px}
.cz-scroller .track::-webkit-scrollbar-thumb{background: rgba(138,180,248,.18); border-radius:999px}
.cz-scrollbtn{
  position:absolute; top:50%; transform:translateY(-50%);
  width:46px; height:46px; border-radius:999px;
  border:1px solid rgba(138,180,248,.22);
  background: rgba(0,0,0,.28);
  color: var(--ink);
  box-shadow: var(--shadow2);
  cursor:pointer;
}
.cz-scrollbtn.prev{left:-10px}
.cz-scrollbtn.next{right:-10px}
@media (max-width: 980px){ .cz-scrollbtn{display:none} }

/* Product cards */
.cz-card{
  min-width: 280px;
  border-radius: var(--radius2);
  background: rgba(255,255,255,.06);
  border:1px solid rgba(138,180,248,.18);
  overflow:hidden;
  box-shadow: var(--shadow2);
  transition:.18s ease;
  position:relative;
}
.cz-card:before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(160px 120px at 20% 15%, rgba(34,211,238,.22), transparent 60%),
    radial-gradient(160px 120px at 80% 20%, rgba(124,58,237,.22), transparent 60%),
    radial-gradient(220px 180px at 85% 85%, rgba(249,115,22,.16), transparent 62%);
  pointer-events:none;
}
.cz-card:hover{transform: translateY(-3px); box-shadow: var(--shadow)}
.cz-card .thumb{padding:12px; position:relative; z-index:1}
.cz-card .thumb img{
  height:200px; width:100%;
  object-fit:cover;
  border-radius: 20px;
  border:1px solid rgba(138,180,248,.18);
  background:#000;
}
.cz-card .body{padding:12px 14px 16px; position:relative; z-index:1}
.cz-card h3{margin:10px 0 0; font-size:15px; letter-spacing:-0.02em; line-height:1.25; font-weight:1000}
.cz-tagrow{display:flex; gap:8px; flex-wrap:wrap}
.cz-tag{
  font-size:11px; font-weight:1000;
  padding:5px 10px;
  border-radius:999px;
  border:1px solid rgba(138,180,248,.18);
  background: rgba(0,0,0,.22);
  color: var(--muted);
}
.cz-tag.best{border-color: rgba(34,211,238,.30); background: rgba(34,211,238,.12); color:#bff7ff}
.cz-tag.sale{border-color: rgba(251,113,133,.34); background: rgba(251,113,133,.12); color:#ffd0db}
.cz-tag.new{border-color: rgba(34,197,94,.34); background: rgba(34,197,94,.12); color:#ccffd8}
.cz-price{display:flex; align-items:baseline; gap:10px; margin-top:10px; font-weight:1000}
.cz-price del{color: rgba(234,242,255,.45); font-weight:900; font-size:12px}
.cz-price .rate{color: var(--sale); font-size:12px}

/* Banner + benefits */
.cz-banner{
  background: linear-gradient(135deg, rgba(124,58,237,.22), rgba(34,211,238,.16), rgba(249,115,22,.10));
  border:1px solid rgba(138,180,248,.18);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
}
.cz-banner .inner{padding:18px; display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap}
.cz-banner h3{margin:0; font-size:18px; letter-spacing:-0.03em; font-weight:1000}
.cz-banner p{margin:8px 0 0; color:var(--muted); font-weight:900}
.stampwrap img{width:120px; height:auto; opacity:.98; filter: drop-shadow(0 0 12px rgba(34,211,238,.25));}

.cz-benefits{display:grid; grid-template-columns: repeat(6,1fr); gap:12px}
@media (max-width:980px){.cz-benefits{grid-template-columns:repeat(3,1fr)}}
@media (max-width:520px){.cz-benefits{grid-template-columns:repeat(2,1fr)}}
.cz-benefit{
  padding:14px 12px;
  border-radius: var(--radius2);
  border:1px solid rgba(138,180,248,.18);
  background: rgba(0,0,0,.24);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.cz-benefit .ico{
  width:42px; height:42px;
  border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  background: linear-gradient(135deg, rgba(124,58,237,.35), rgba(34,211,238,.25));
  border:1px solid rgba(138,180,248,.18);
  color: var(--ink);
  font-weight:1000;
  margin-bottom:10px;
}
.cz-benefit strong{display:block; font-size:13px; font-weight:1000}
.cz-benefit span{display:block; margin-top:6px; color:var(--muted); font-weight:900; font-size:12px}

/* Reviews */
.cz-reviews{display:grid; grid-template-columns: repeat(3,1fr); gap:14px}
@media (max-width:980px){.cz-reviews{grid-template-columns:1fr}}
.cz-review{
  padding:16px;
  border-radius: var(--radius2);
  border:1px solid rgba(138,180,248,.18);
  background: rgba(255,255,255,.06);
  box-shadow: var(--shadow2);
}
.cz-review .top{display:flex; justify-content:space-between; align-items:center; gap:10px}
.cz-review .top strong{font-weight:1000}
.cz-stars{
  background: linear-gradient(135deg, var(--g1), var(--g2));
  -webkit-background-clip:text; background-clip:text;
  color: transparent;
  font-weight:1000;
}
.cz-review p{margin:10px 0 0; color:var(--muted); font-weight:900; line-height:1.55}
.cz-review .who{margin-top:12px; color:var(--muted2); font-weight:900; font-size:12px}

/* IG tiles */
.cz-ig{display:grid; grid-template-columns: repeat(4,1fr); gap:12px}
@media (max-width:980px){.cz-ig{grid-template-columns:repeat(2,1fr)}}
.tile{
  height:180px;
  border-radius: var(--radius2);
  border:1px solid rgba(138,180,248,.18);
  overflow:hidden;
  position:relative;
  background: rgba(255,255,255,.06);
}
.tile img{width:100%; height:100%; object-fit:cover}
.tile span{
  position:absolute; left:12px; bottom:12px;
  padding:7px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:1000;
  background: rgba(0,0,0,.40);
  border:1px solid rgba(138,180,248,.18);
  color: var(--ink);
  backdrop-filter: blur(10px);
}

/* SEO */
.cz-seo{
  border-radius: var(--radius2);
  border:1px solid rgba(138,180,248,.18);
  background: rgba(255,255,255,.06);
  overflow:hidden;
  box-shadow: var(--shadow2);
}
.cz-seo summary{padding:14px 16px; cursor:pointer; font-weight:1000}
.cz-seo .content{
  padding:16px;
  color: var(--muted);
  font-weight:900;
  line-height:1.7;
  white-space: pre-wrap;
  max-height: 520px;
  overflow:auto;
  border-top:1px solid rgba(138,180,248,.14);
}

/* Drawer */
.cz-drawer{position:fixed; inset:0; background: rgba(0,0,0,.55); display:none; z-index:80}
.cz-drawer.open{display:block}
.cz-drawer .panel{
  position:absolute; right:0; top:0; bottom:0;
  width:min(360px, 88vw);
  background: rgba(7,10,20,.92);
  border-left:1px solid rgba(138,180,248,.16);
  padding:18px;
  overflow:auto;
}
.cz-drawer a{
  display:block;
  padding:12px 12px;
  border-radius: 18px;
  border:1px solid rgba(138,180,248,.18);
  margin-top:10px;
  color: var(--ink);
  background: rgba(255,255,255,.06);
}
.cz-drawer a:hover{background: rgba(34,211,238,.10)}

/* Footer */
.cz-footer{
  padding:26px 0 40px;
  border-top:1px solid rgba(138,180,248,.14);
  color: var(--muted2);
}
.cz-footer .cols{display:grid; grid-template-columns: 1.2fr .8fr .8fr; gap:18px}
@media (max-width:980px){.cz-footer .cols{grid-template-columns:1fr}}
.cz-footer strong{color: var(--ink); font-weight:1000}
.cz-footer a{color: var(--muted2)}
.cz-footer a:hover{color: var(--ink)}
