@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap";:root{--primary:#10b981;--primary-dark:#059669;--accent:#facc15;--bg-dark:#09090b;--bg-card:#121214;--text-main:#fff;--text-dim:#94a3b8;--glass:#ffffff05;--glass-border:#ffffff0f;font-family:Outfit,system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-main);line-height:1.6;overflow-x:hidden}.landing-container{max-width:1240px;margin:0 auto;padding:0 2rem}nav{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);background:#09090bcc;justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex;position:sticky;top:0}.logo{letter-spacing:-.5px;color:var(--primary);font-size:1.6rem;font-weight:800}.logo span{color:#fff}.hero{align-items:center;gap:4rem;min-height:85vh;padding:4rem 0;display:flex}.hero-content{flex:1.2}.hero-visual{border-radius:32px;flex:.8;height:500px;position:relative;overflow:hidden;box-shadow:0 40px 100px #0009}.hero-visual img{object-fit:cover;width:100%;height:100%}.badge{color:var(--primary);background:#10b9811a;border:1px solid #10b98133;border-radius:100px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;display:inline-block}.hero h1{background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1}.hero p{color:var(--text-dim);max-width:580px;margin-bottom:3rem;font-size:1.35rem}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{font-size:3rem;font-weight:800}.section-title p{color:var(--text-dim);font-size:1.1rem}.sports-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:8rem;display:grid}.sport-card{cursor:pointer;border:1px solid var(--glass-border);border-radius:24px;align-items:flex-end;height:400px;padding:2rem;display:flex;position:relative;overflow:hidden}.sport-card img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,1,.3,1);position:absolute;top:0;left:0}.sport-card:hover img{transform:scale(1.1)}.sport-card:after{content:"";background:linear-gradient(#0000,#000c);position:absolute;inset:0}.sport-card-content{z-index:2;position:relative}.sport-card h3{margin-bottom:.5rem;font-size:1.75rem}.sport-card p{color:#ffffffb3;font-size:.9rem}.owner-section{background:var(--bg-card);border-radius:48px;align-items:center;gap:4rem;margin:4rem 0;padding:8rem 0;display:flex}.owner-image{flex:1;justify-content:center;display:flex}.owner-image img{filter:drop-shadow(0 30px 60px #000);width:80%;max-width:400px}.owner-content{flex:1}.owner-content h2{margin-bottom:1.5rem;font-size:3rem}.owner-content li{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;list-style:none;display:flex}.check-icon{background:var(--primary);color:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:800;display:flex}.btn-primary{background:var(--primary);color:#000;border:none;border-radius:16px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary:hover{background:#1de9a2;transform:translateY(-4px);box-shadow:0 20px 40px #10b9814d}.btn-outline{color:#fff;border:1px solid var(--glass-border);background:0 0;border-radius:16px;padding:1rem 2.5rem;font-weight:600;text-decoration:none}.qr-container{background:#fff;border-radius:16px;flex-direction:column;align-items:center;gap:.5rem;width:140px;padding:.75rem;display:flex;box-shadow:0 10px 30px #00000080}.qr-container img{object-fit:contain;width:100px;height:100px}.qr-container span{color:#000;text-transform:uppercase;text-align:center;font-size:.7rem;font-weight:800;line-height:1.2}@media (width<=1024px){.hero{text-align:center;flex-direction:column}.hero h1{font-size:3.5rem}.hero p{margin:0 auto 3rem}.owner-section{text-align:center;flex-direction:column-reverse;padding:4rem 2rem}.owner-content li{text-align:left}}
