:root{
  --bg:#0b0810; --panel:#15101c; --panel2:#1d1526; --text:#f7f3fb;
  --muted:#bdb4ca; --gold:#ffb21a; --orange:#ff4d22; --purple:#35105a;
  --line:rgba(255,255,255,.11); --max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}.top-strip{background:#08070b;color:#d8d0df;text-align:center;font-size:11px;letter-spacing:2px;padding:9px 15px}
.header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:14px 5%;background:rgba(18,14,22,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:10px}.brand img for {width:72px;height:48px;object-fit:cover;object-position:left center;border-radius:6px}.brand-copy strong{font-size:21px;line-height:.82;letter-spacing:-.5px}.brand-copy small{display:block;color:var(--gold);font-size:9px;font-weight:800;letter-spacing:2.2px;margin-top:7px}
.nav{display:flex;gap:28px;color:#ddd6e6;font-size:14px;font-weight:700}.nav a:hover{color:var(--gold)}.header-actions{display:flex;align-items:center;gap:9px}.icon-btn,.menu-btn{width:43px;height:43px;border:1px solid var(--line);border-radius:50%;background:#221c28;color:#fff;display:grid;place-items:center;font-size:19px;cursor:pointer}.cart{position:relative}.cart span{position:absolute;right:-2px;top:-3px;background:#f04c27;width:18px;height:18px;border-radius:50%;font-size:10px;display:grid;place-items:center}.menu-btn{display:none;border-radius:10px}
.hero{max-width:var(--max);min-height:680px;margin:auto;padding:85px 5% 70px;display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 45%,#4b136d55,transparent 42%);pointer-events:none}
.hero-content,.hero-art{position:relative;z-index:1}.eyebrow{color:var(--gold);font-weight:900;letter-spacing:3px;font-size:13px;margin:0 0 22px}.hero h1{font-size:clamp(62px,9vw,112px);line-height:.84;margin:0 0 32px;letter-spacing:-5px;font-weight:950}.hero h1 span,h2 span{background:linear-gradient(90deg,#ff3d24,#ffb21a);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-text{max-width:680px;color:#d0c8d8;font-size:20px}.hero-buttons{display:flex;gap:14px;margin:30px 0}.btn{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:0 25px;border-radius:30px;border:1px solid transparent;font-weight:900;letter-spacing:1px}.btn.primary{background:linear-gradient(90deg,#ffad12,#ffd45c);color:#0b0810}.btn.ghost{border-color:#5d5365;color:#fff}.btn:hover{transform:translateY(-2px)}.hero-pills{display:flex;flex-wrap:wrap;gap:9px;color:#cfc7d6;font-size:12px}.hero-pills span{border:1px solid var(--line);padding:8px 12px;border-radius:20px}
.hero-art{min-height:500px;display:grid;place-items:center}.glow{position:absolute;width:420px;height:420px;border-radius:50%;background:#7e21ad33;filter:blur(40px)}.jersey{position:absolute;width:205px;height:275px;clip-path:polygon(18% 5%,35% 0,50% 13%,65% 0,82% 5%,100% 30%,84% 45%,75% 30%,75% 100%,25% 100%,25% 30%,16% 45%,0 30%);display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:950;box-shadow:0 20px 80px #0008}.jersey span{font-size:18px;letter-spacing:2px}.jersey b{font-size:76px;line-height:1}.jersey-a{background:linear-gradient(150deg,#15131a,#f44c24);transform:rotate(-10deg) translateX(-65px)}.jersey-b{background:linear-gradient(150deg,#15131a,#f0a714);transform:rotate(12deg) translateX(70px);z-index:2}.floating-card{position:absolute;right:0;bottom:55px;background:#17131d;border:1px solid var(--line);padding:17px 22px;border-radius:16px;box-shadow:0 15px 50px #0008}.floating-card strong{font-size:28px;color:var(--gold);display:block}.floating-card small{color:#c9c1d0}
.stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#100c14}.stats div{padding:30px 25px;text-align:center;border-right:1px solid var(--line)}.stats div:last-child{border:0}.stats strong{display:block;font-size:28px;color:var(--gold)}.stats span{font-size:13px;color:#c7bfce}
.section{max-width:var(--max);margin:auto;padding:100px 5%}.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:40px}.section-head h2,.cta-section h2,.contact h2{font-size:clamp(40px,6vw,72px);line-height:.95;margin:0;letter-spacing:-3px}.section-head>p{max-width:430px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:var(--panel);border:1px solid var(--line);border-radius:20px;overflow:hidden}.product-visual{height:260px;display:grid;place-items:center;position:relative;overflow:hidden}.product-visual:after{content:"";position:absolute;width:170px;height:210px;background:#fff;clip-path:polygon(18% 5%,35% 0,50% 13%,65% 0,82% 5%,100% 30%,84% 45%,75% 30%,75% 100%,25% 100%,25% 30%,16% 45%,0 30%);box-shadow:0 25px 50px #0007}.v1{background:linear-gradient(135deg,#1a1029,#5c1e72)}.v1:after{background:linear-gradient(160deg,#111,#ff4c25)}.v2{background:linear-gradient(135deg,#121c2f,#132f58)}.v2:after{background:linear-gradient(160deg,#e9f0ff,#326be0)}.v3{background:linear-gradient(135deg,#1b1710,#6c4a11)}.v3:after{background:linear-gradient(160deg,#f5f1e8,#c49a30)}.v4{background:linear-gradient(135deg,#101820,#123f45)}.v4:after{background:linear-gradient(160deg,#111,#15a4a0)}.mini-shirt{z-index:3;font-size:45px;font-weight:950}.product-info{padding:20px}.product-info h3{margin:0 0 7px;font-size:20px}.product-info p{margin:0 0 15px;color:var(--muted);font-size:13px}.product-info a{color:var(--gold);font-weight:800;font-size:13px}
.dark-section{background:#100b15;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:95px 5%}.dark-section>.section-head,.feature-grid{max-width:var(--max);margin-left:auto;margin-right:auto}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.feature{padding:25px;background:linear-gradient(160deg,#1c1424,#110c14);border:1px solid var(--line);border-radius:18px}.feature span,.step b{color:var(--gold);font-weight:900}.feature h3{margin:18px 0 8px}.feature p,.step p{color:var(--muted);font-size:14px}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.step{padding:28px;border-left:2px solid #4b3a52;background:#110d15}.step h3{margin:14px 0 6px}
.cta-section{max-width:var(--max);margin:70px auto;padding:70px 5%;border-radius:28px;background:linear-gradient(120deg,#3b1257,#170d21);border:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:30px}.big{min-width:210px}
.contact{padding-top:20px}.contact-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;background:#141019;border:1px solid var(--line);border-radius:25px;padding:45px}.contact-card>div p:not(.eyebrow){color:var(--muted);max-width:500px}.contact form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact input,.contact select,.contact textarea{width:100%;border:1px solid var(--line);background:#0c0910;color:#fff;padding:15px;border-radius:12px;outline:none;font:inherit}.contact textarea,.contact button{grid-column:1/-1}.contact input:focus,.contact select:focus,.contact textarea:focus{border-color:#9a65b4}
.footer{border-top:1px solid var(--line);padding:35px 5%;display:flex;justify-content:space-between;gap:20px;color:#aaa1b2;font-size:12px}.footer-brand strong{display:block;color:#fff;font-size:20px}.footer-brand span{color:var(--gold);letter-spacing:2px}
.floating-whatsapp{position:fixed;right:22px;bottom:88px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#20d96b;color:#07150d;font-size:25px;font-weight:900;z-index:25;box-shadow:0 10px 35px #0008}.bottom-cta{display:none}
@media(max-width:900px){.nav{display:none}.nav.open{display:flex;position:absolute;left:0;right:0;top:74px;background:#17121b;flex-direction:column;padding:22px 5%;border-bottom:1px solid var(--line)}.menu-btn{display:grid}.hero{grid-template-columns:1fr;padding-top:60px}.hero-art{min-height:420px}.stats,.product-grid,.feature-grid,.steps{grid-template-columns:repeat(2,1fr)}.section-head{display:block}.section-head>p{margin-top:18px}.contact-card{grid-template-columns:1fr}}
@media(max-width:600px){.top-strip{font-size:8px;letter-spacing:1.2px}.header{padding:12px 4%}.brand img{width:60px;height:42px}.brand-copy strong{font-size:18px}.brand-copy small{font-size:7px}.header-actions .icon-btn:first-child{display:none}.hero{min-height:auto;padding:60px 5% 40px}.hero h1{font-size:64px;letter-spacing:-3px}.hero-text{font-size:16px}.hero-art{min-height:360px}.jersey{width:150px;height:205px}.jersey-a{transform:rotate(-10deg) translateX(-45px)}.jersey-b{transform:rotate(12deg) translateX(45px)}.jersey b{font-size:55px}.stats,.product-grid,.feature-grid,.steps{grid-template-columns:1fr}.stats div{border-right:0;border-bottom:1px solid var(--line)}.section,.dark-section{padding:70px 5%}.section-head h2,.cta-section h2,.contact h2{letter-spacing:-2px}.cta-section{margin:25px 4%;padding:45px 7%;display:block}.cta-section .btn{margin-top:25px}.contact-card{padding:25px}.contact form{grid-template-columns:1fr}.contact textarea,.contact button{grid-column:auto}.footer{display:block}.footer p{margin-top:20px}.floating-whatsapp{bottom:76px}.bottom-cta{display:flex;position:fixed;z-index:24;left:0;right:0;bottom:0;background:#0c0910;border-top:1px solid var(--line);padding:10px 14px;gap:10px}.bottom-cta a:first-child{flex:1;background:linear-gradient(90deg,#ffae14,#ffd65d);color:#111;text-align:center;padding:14px;border-radius:30px;font-weight:950}.bottom-cta a:last-child{width:50px;display:grid;place-items:center;font-size:22px}}
