@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap";:root{--primary:#2b21de;--primary-2:#4f46e5;--primary-dark:#150bbe;--secondary:#60a5fa;--success:#22c55e;--warning:#facc15;--danger:#ef4444;--text:#111827;--muted:#6b7280;--line:#e5e7eb;--surface:#fff;--soft:#f8fafc;--soft-blue:#eef2ff;--shadow:0 24px 80px #1118271f;--radius:26px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{color:var(--text);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.navbar{z-index:100;background:0 0;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff7;box-shadow:0 1px #e5e7ebe6}.nav-inner{align-items:center;gap:0;width:min(1280px,100% - 48px);height:68px;margin:0 auto;display:flex}.nav-brand{flex-shrink:0;align-items:center;gap:8px;margin-right:0;text-decoration:none;display:flex}.nav-brand__img{object-fit:contain;background:0 0;border-radius:0;width:40px;height:40px}.nav-brand__name{letter-spacing:-.04em;color:#fff;font-size:1.15rem;font-weight:900;transition:color .3s}.navbar--scrolled .nav-brand__name{color:#06f}.nav-links{align-items:center;gap:2px;margin:0 0 0 auto;padding:0;list-style:none;display:flex}.nav-link{color:#ffffffeb;white-space:nowrap;border-radius:8px;padding:7px 11px;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s,background .2s}.nav-link:hover{color:#fff;background:#ffffff1f}.nav-link--active{color:#fff;font-weight:800}.nav-links__cta{display:none}.navbar--scrolled .nav-link{color:#374151}.navbar--scrolled .nav-link:hover{color:#06f;background:#eff6ff}.navbar--scrolled .nav-link--active{color:#06f;font-weight:800}.nav-cta-ghost{color:#ffffffd9;white-space:nowrap;border-radius:8px;flex-shrink:0;align-items:center;gap:6px;margin-left:8px;padding:8px 12px;font-size:.875rem;font-weight:700;text-decoration:none;transition:color .2s,background .2s;display:flex}.nav-cta-ghost svg{flex-shrink:0;width:15px;height:15px}.nav-cta-ghost:hover{color:#fff;background:#ffffff1f}.navbar--scrolled .nav-cta-ghost{color:#374151}.navbar--scrolled .nav-cta-ghost:hover{color:#06f;background:#eff6ff}@media (width<=1150px){.nav-cta-ghost__label{display:none}.nav-cta-ghost{margin-left:4px;padding:8px}}.nav-cta-secondary{color:#fff;white-space:nowrap;background:0 0;border:1.5px solid #ffffffb3;border-radius:10px;flex-shrink:0;align-items:center;gap:7px;margin-left:16px;padding:9px 18px;font-size:.875rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,border-color .2s,color .2s;display:flex}.nav-cta-secondary:hover{background:#ffffff24;border-color:#fff;transform:translateY(-1px)}.navbar--scrolled .nav-cta-secondary{color:#05f;border-color:#05f}.navbar--scrolled .nav-cta-secondary:hover{background:#eff6ff}.nav-cta{color:#fff;white-space:nowrap;background:#05f;border-radius:10px;flex-shrink:0;align-items:center;gap:7px;margin-left:16px;padding:10px 20px;font-size:.875rem;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:flex;box-shadow:0 4px 16px #0055ff59}.nav-cta svg{width:16px;height:16px}.nav-cta:hover{background:#04d;transform:translateY(-1px);box-shadow:0 8px 24px #0055ff73}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;margin-left:12px;padding:8px;display:none}.nav-hamburger span{background:#fff;border-radius:2px;width:22px;height:2px;transition:all .28s,background .3s;display:block}.navbar--scrolled .nav-hamburger span{background:#05f}.nav-hamburger--open span:first-child{transform:rotate(45deg)translate(5px,5px)}.nav-hamburger--open span:nth-child(2){opacity:0}.nav-hamburger--open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=960px){.nav-hamburger{display:flex}.nav-links{background:#fff;border-radius:18px;flex-direction:column;align-items:stretch;gap:2px;margin:0;padding:12px;display:none;position:fixed;top:68px;left:16px;right:16px;box-shadow:0 20px 60px #11182726}.nav-links--open{display:flex}.nav-link{color:#374151;border-radius:10px;padding:13px 16px;font-size:.96rem}.nav-link:hover{color:#06f;background:#eff6ff}.nav-link--active{color:#06f}.nav-cta{margin-left:auto}.nav-inner>.nav-cta-secondary,.nav-inner>.nav-cta-ghost{display:none}.nav-links__cta{border-top:1px solid #e5e7eb;margin-top:8px;padding-top:10px;display:block}.nav-cta-secondary--menu{color:#05f;border-color:#05f;justify-content:center;width:100%;margin-left:0;padding:12px 16px}.nav-cta-secondary--menu:hover{background:#eff6ff}}@media (width<=480px){.nav-inner{width:calc(100% - 32px)}.nav-brand__name{font-size:1rem}.nav-cta{padding:9px 14px;font-size:.82rem}}.footer{color:#fff9;background:#060a1a}.footer-inner{width:min(1280px,100% - 48px);margin:0 auto;padding:60px 0 28px}.footer-top{border-bottom:1px solid #ffffff14;grid-template-columns:300px 1fr;gap:64px;margin-bottom:28px;padding-bottom:48px;display:grid}.footer-brand{flex-direction:column;gap:16px;display:flex}.footer-logo{align-items:center;gap:10px;margin-bottom:2px;text-decoration:none;display:flex}.footer-logo img{object-fit:contain;width:40px;height:40px}.footer-logo span{color:#fff;letter-spacing:-.04em;font-size:1.25rem;font-weight:900}.footer-brand>p{color:#ffffff80;max-width:260px;font-size:.85rem;line-height:1.7}.footer-social{flex-wrap:wrap;gap:10px;display:flex}.social-btn{color:#fff9;background:#ffffff14;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,color .2s;display:flex}.social-btn svg{width:17px;height:17px}.social-btn:hover{color:#fff;background:#ffffff26}.social-btn--disabled{opacity:.5;cursor:not-allowed}.social-btn--disabled:hover{color:#fff9;background:#ffffff14}.footer-stores{flex-direction:column;gap:8px;display:flex}.fs-store{color:#fff;background:#ffffff12;border:1px solid #ffffff1f;border-radius:10px;align-items:center;gap:10px;max-width:200px;padding:10px 14px;text-decoration:none;transition:background .2s;display:flex}.fs-store:hover{background:#ffffff21}.fs-icon{flex-shrink:0;width:20px;height:20px}.fs-store small{opacity:.65;white-space:nowrap;font-size:.6rem;font-weight:600;display:block}.fs-store strong{white-space:nowrap;font-size:.88rem;font-weight:900;display:block}.footer-cols{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.footer-col{flex-direction:column;gap:10px;display:flex}.footer-col__title{color:#3b82f6;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:.8rem;font-weight:800}.footer-col__link{color:#fff9;font-size:.85rem;line-height:1.4;text-decoration:none;transition:color .2s}a.footer-col__link:hover{color:#fff}.footer-col__btn{cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit}.footer-col__btn:hover{color:#fff}.footer-bottom{color:#ffffff4d;text-align:center;font-size:.8rem}@media (width<=1024px){.footer-cols{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.footer-top{grid-template-columns:1fr;gap:36px}.footer-inner{width:calc(100% - 32px)}}@media (width<=480px){.footer-inner{width:calc(100% - 32px);padding:40px 0 20px}.footer-top{gap:28px}.footer-cols{grid-template-columns:1fr 1fr;gap:20px}.footer-stores{flex-direction:column;width:100%}.fs-store{width:100%;max-width:none}.footer-bottom{font-size:.75rem}}@media (width<=360px){.footer-inner{width:calc(100% - 24px)}.footer-cols{grid-template-columns:1fr}}.hero{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg__img{object-fit:cover;object-position:65% center;width:100%;height:100%}.hero-bg__overlay{background:linear-gradient(90deg,#040319e0 0%,#04031999 30%,#04031933 60%,#0403198c 100%),linear-gradient(#0000 70%,#0403198c 100%);position:absolute;inset:0}.hero-content{z-index:1;flex:1;grid-template-columns:480px 1fr;align-items:center;gap:40px;width:min(1360px,100% - 40px);margin:0 auto;padding:110px 0 60px;display:grid;position:relative}.hero-text{flex-direction:column;align-items:flex-start;display:flex}.hero-title{letter-spacing:-.02em;color:#fff;text-shadow:0 2px 20px #0000004d;margin-bottom:16px;font-size:clamp(1.95rem,3.9vw,3.6rem);font-weight:900;line-height:.97}.hero-title__blue{color:#4d8bff}.hero-desc{color:#ffffffd9;max-width:420px;margin-bottom:24px;font-size:1rem;line-height:1.65}.hero-stores{flex-wrap:wrap;gap:10px;display:flex}.store-badge{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;border:1.5px solid #ffffffb3;border-radius:11px;align-items:center;gap:10px;min-width:148px;padding:10px 18px;text-decoration:none;transition:transform .2s,background .2s;display:flex}.store-badge:hover{background:#000c;transform:translateY(-2px)}.store-badge__icon{flex-shrink:0;width:22px;height:22px}.store-badge__text small{opacity:.72;white-space:nowrap;font-size:.6rem;font-weight:600;display:block}.store-badge__text strong{white-space:nowrap;font-size:.88rem;font-weight:900;display:block}.hero-app-stores{flex-flow:wrap;gap:14px;display:flex}.hero-right{justify-content:flex-end;align-items:center;height:100%;display:flex;position:relative}.hero-phone-glow{aspect-ratio:1;filter:blur(20px);z-index:0;pointer-events:none;background:radial-gradient(circle,#4d8bff59 0%,#4d8bff1f 45%,#0000 72%);width:65%;position:absolute;top:50%;right:8%;transform:translateY(-50%)}.phone-stage{perspective:1500px;width:100%;max-width:270px;margin-right:32px;animation:7s ease-in-out infinite float-phone;position:relative}.hero-phone-3d{z-index:10;width:min(90%,245px);transform-style:preserve-3d;transform-origin:50%;filter:drop-shadow(30px 38px 30px #000c316b);margin-inline:auto;transition:transform .45s cubic-bezier(.2,.8,.2,1);position:relative;transform:rotateY(-17deg)rotateX(3deg)rotate(1deg)}.hero-phone-3d:before{content:"";z-index:-1;background:linear-gradient(90deg,#0a101c 0%,#3a465e 65%,#111827 100%);border-radius:2.9rem;position:absolute;inset:12px -15px 12px 12px;transform:translateZ(-18px)}.hero-phone-3d:hover{transform:rotateY(-12deg)rotateX(1deg)rotate(.5deg)translateY(-5px)}.hero-phone-frame{background:#07101f;border:9px solid #07101f;border-radius:2.8rem;width:100%;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff4d,inset -2px 0 #ffffff1a}.hero-phone-frame img{width:100%;height:auto;display:block}@keyframes float-phone{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.hero-float-card{z-index:12;-webkit-backdrop-filter:blur(16px);background:#fffffff0;border-radius:18px;align-items:center;gap:12px;max-width:210px;padding:12px 16px;display:flex;position:absolute;box-shadow:0 14px 34px #0006}.hero-float-card__icon{border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.hero-float-card__icon svg{width:21px;height:21px}.hero-float-card__text strong{color:#12121a;letter-spacing:-.01em;font-size:.88rem;font-weight:800;line-height:1.15;display:block}.hero-float-card__text span{color:#5b5b66;margin-top:2px;font-size:.72rem;font-weight:500;line-height:1.25;display:block}.hero-float-card--top{top:-3%;left:-6%}.hero-float-card--top .hero-float-card__icon{color:#2b21de;background:#e4ebff}.hero-float-card--bottom{bottom:2%;right:-6%}.hero-float-card--bottom .hero-float-card__icon{color:#b9790e;background:#ffefc8}.hero-ticker{z-index:1;background:#2b21de;padding:14px 0;position:relative;overflow:hidden}.hero-ticker__track{will-change:transform;display:flex}.hero-ticker__item{color:#fff;white-space:nowrap;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:16px;padding:0 8px;font-size:.95rem;font-weight:800;display:inline-flex}.hero-ticker__sep{color:gold;font-size:.5rem}@media (width<=1023px){.phone-stage{margin-right:24px}.hero-phone-3d{width:min(78%,198px);transform:rotateY(-13deg)rotateX(2deg)rotate(.7deg)}}@media (width<=960px){.hero-content{text-align:center;grid-template-columns:1fr;gap:36px;padding:110px 20px 40px}.hero-text{align-items:center}.hero-desc{max-width:100%}.hero-stores{justify-content:center}.hero-app-stores{justify-content:center;margin-top:4px}.hero-right{justify-content:center}.phone-stage{margin-top:34px;margin-right:0}.hero-phone-glow{right:50%;transform:translate(50%,-50%)}.hero-float-card{gap:10px;max-width:180px;padding:10px 14px}.hero-float-card__icon{width:34px;height:34px}.hero-float-card__icon svg{width:19px;height:19px}.hero-float-card__text strong{font-size:.82rem}.hero-float-card__text span{font-size:.68rem}}@media (width<=480px){.hero-content{width:calc(100% - 32px);padding:88px 0 32px}.hero-title{font-size:1.75rem;line-height:1}.hero-desc{font-size:.85rem}.phone-stage{margin-top:28px}.hero-phone-3d{width:min(82%,162px);transform:rotateY(-10deg)rotateX(1.5deg)rotate(.5deg)}.hero-float-card--bottom{display:none}.hero-float-card--top{gap:8px;max-width:160px;padding:9px 12px;top:-10px;left:50%;transform:translate(-50%)}.hero-float-card--top .hero-float-card__icon{width:30px;height:30px}.hero-float-card--top .hero-float-card__icon svg{width:17px;height:17px}.hero-float-card--top .hero-float-card__text strong{font-size:.76rem}.hero-float-card--top .hero-float-card__text span{font-size:.62rem}.hero-app-stores{flex-flow:wrap;width:100%}.hero-app-stores a{flex:140px}.hero-app-stores img{object-fit:contain;width:100%;height:44px!important}.hero-stores{flex-direction:column;width:100%}.store-badge{min-width:unset;justify-content:center;width:100%;min-height:44px}}@media (width<=360px){.hero-title{font-size:1.6rem}.hero-desc{font-size:.8rem}}@media (width>=1600px){.hero-phone-glow{width:60%}}.features-section{padding:90px 0 100px;position:relative;overflow:hidden}.features-section:before{content:"";z-index:0;background-image:url(/images/night-football-game.jpg);background-position:50% 30%;background-size:cover;position:absolute;inset:0}.features-section:after{content:"";z-index:0;background:linear-gradient(#04061ee0 0%,#060a32d1 50%,#04061eeb 100%);position:absolute;inset:0}.features-container{z-index:1;width:min(1200px,100% - 48px);margin:0 auto;position:relative}.features-head{text-align:center;opacity:0;margin-bottom:52px;transition:opacity .6s,transform .6s;transform:translateY(20px)}.features-head.visible{opacity:1;transform:none}.features-eyebrow{color:#ffffffbf;text-transform:uppercase;letter-spacing:.14em;margin-bottom:14px;font-size:.78rem;font-weight:800;display:block}.features-head h2{letter-spacing:-.04em;color:#fff;margin-bottom:10px;font-size:clamp(1.9rem,4vw,2.8rem);font-weight:900;line-height:1.1}.features-head h2 span{color:#60a5fa}.features-sub{color:#ffffffa6;font-size:1rem;font-weight:500}.features-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.feature-card{-webkit-backdrop-filter:blur(12px);opacity:0;background:#ffffff12;border:1px solid #ffffff1f;border-radius:20px;padding:28px 24px;transition:opacity .5s,transform .5s,box-shadow .25s,background .25s,border-color .25s;transform:translateY(28px)}.feature-card.visible{opacity:1;transform:none}.feature-card:hover{background:#ffffff1f;border-color:#60a5fa59;transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.feature-icon{color:#60a5fa;background:#2b21de80;border:1px solid #60a5fa4d;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;transition:background .2s;display:flex}.feature-icon svg{width:26px;height:26px}.feature-card:hover .feature-icon{color:#fff;background:#2b21de;border-color:#0000}.feature-card h3{color:#fff;letter-spacing:-.02em;margin-bottom:8px;font-size:1rem;font-weight:800}.feature-card p{color:#fff9;font-size:.875rem;line-height:1.65}@media (width<=1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=720px){.features-grid{grid-template-columns:repeat(2,1fr)}.features-section{padding:60px 0 70px}}@media (width<=480px){.features-grid{grid-template-columns:1fr}.features-container{width:calc(100% - 32px)}.feature-card{padding:20px 16px}.features-section{padding:48px 0 56px}}@media (width<=360px){.features-container{width:calc(100% - 24px)}}.games-section{align-items:center;min-height:700px;padding:100px 0;display:flex;position:relative;overflow:hidden}.games-bg{z-index:0;position:absolute;inset:0}.games-bg__img{object-fit:cover;object-position:center 40%;filter:brightness(.4)saturate(1.1);width:100%;height:100%}.games-bg__overlay{background:linear-gradient(105deg,#04061eeb 0%,#060a37cc 45%,#04061eb3 100%);position:absolute;inset:0}.games-inner{z-index:1;grid-template-columns:1fr 380px;align-items:center;gap:64px;width:min(1200px,100% - 48px);margin:0 auto;display:grid;position:relative}.games-text{opacity:0;transition:opacity .6s,transform .6s;transform:translate(-20px)}.games-text.visible{opacity:1;transform:none}.games-eyebrow{color:#ffffffbf;text-transform:uppercase;letter-spacing:.14em;margin-bottom:14px;font-size:.75rem;font-weight:800;display:block}.games-text h2{letter-spacing:-.04em;color:#fff;margin-bottom:14px;font-size:clamp(2rem,3.8vw,2.8rem);font-weight:900;line-height:1.1}.games-text h2 span{color:#60a5fa}.games-desc{color:#ffffffb3;max-width:500px;margin-bottom:36px;font-size:.97rem;line-height:1.72}.games-features{grid-template-columns:1fr 1fr;gap:12px;display:grid}.games-feat{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;align-items:flex-start;gap:12px;padding:14px 16px;transition:opacity .5s,transform .5s,background .2s;display:flex;transform:translateY(16px)}.games-feat.visible{opacity:1;transform:none}.games-feat:hover{background:#ffffff1a}.games-feat__icon{flex-shrink:0;margin-top:1px;font-size:1.3rem;line-height:1}.games-feat strong{color:#fff;margin-bottom:3px;font-size:.88rem;font-weight:800;line-height:1.2;display:block}.games-feat span{color:#ffffff94;font-size:.78rem;line-height:1.5}.games-phone{justify-content:center;align-items:center;display:flex;position:relative}.games-phone__glow{pointer-events:none;z-index:0;background:radial-gradient(#2b21de59 0%,#0000 68%);position:absolute;inset:-40px}.games-phone__img{z-index:1;filter:drop-shadow(-10px 20px 40px #0009);width:320px;display:block;position:relative}@media (width<=900px){.games-inner{grid-template-columns:1fr;gap:40px;width:calc(100% - 40px)}.games-features{grid-template-columns:1fr}.games-phone{order:-1}.games-section{padding:70px 0}}@media (width<=480px){.games-section{padding:48px 0}.games-inner{gap:28px;width:calc(100% - 32px)}.games-phone__img{width:220px;max-width:100%}.games-feat{padding:12px 14px}.games-desc{font-size:.92rem}}@media (width<=360px){.games-inner{width:calc(100% - 24px)}}.teams-section{padding:90px 0 100px;position:relative;overflow:hidden}.teams-section:before{content:"";z-index:0;filter:brightness(.35)saturate(1.1);background-image:url(/images/camarin.jpg);background-position:50%;background-size:cover;position:absolute;inset:0}.teams-section:after{content:"";z-index:0;background:linear-gradient(135deg,#04063ce0 0%,#060a50c7 50%,#04063ce0 100%);position:absolute;inset:0}.teams-inner{z-index:1;opacity:0;width:min(1200px,100% - 48px);margin:0 auto;transition:opacity .6s,transform .6s;position:relative;transform:translateY(20px)}.teams-inner.visible{opacity:1;transform:none}.teams-head{text-align:center;margin-bottom:48px}.teams-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#ffffffb3;margin-bottom:10px;font-size:.8rem;font-weight:800;display:block}.teams-head h2{letter-spacing:-.04em;color:#fff;margin-bottom:10px;font-size:clamp(2rem,4vw,3rem);font-weight:900}.teams-head h2 span{color:#60a5fa}.teams-sub{color:#fff9;font-size:.95rem}.teams-layout{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.teams-jerseys{flex-direction:column;align-items:center;gap:28px;display:flex}.teams-jersey-img{width:100%;max-width:460px;transition:opacity .2s}.teams-jersey-img img{filter:drop-shadow(0 24px 48px #00000080);width:100%;height:auto;display:block}.teams-jersey-img--fade{opacity:0}.teams-color-picker{align-items:center;gap:10px;display:flex}.color-arrow{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-size:1.3rem;line-height:1;transition:background .2s;display:flex}.color-arrow:hover{background:#ffffff38}.color-dot{cursor:pointer;border-radius:50%;flex-shrink:0;width:32px;height:32px;transition:transform .2s,box-shadow .2s}.color-dot:hover{transform:scale(1.1)}.color-dot.active{transform:scale(1.2);box-shadow:0 0 0 3px #fff,0 0 0 5px #ffffff40}.teams-features{flex-direction:column;gap:28px;display:flex}.teams-feat{align-items:flex-start;gap:16px;display:flex}.teams-feat__icon{background:#ffffff1a;border:1px solid #ffffff26;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.teams-feat__icon svg{width:28px;height:28px}.teams-feat__text strong{color:#fff;margin-bottom:4px;font-size:1rem;font-weight:800;display:block}.teams-feat__text span{color:#ffffffa6;font-size:.875rem;line-height:1.6}@media (width<=900px){.teams-layout{grid-template-columns:1fr;gap:40px}.teams-jersey-img{max-width:380px}.teams-section{padding:60px 0 70px}.teams-inner{width:calc(100% - 40px)}}@media (width<=480px){.teams-section{padding:48px 0 56px}.teams-inner{width:calc(100% - 32px)}.teams-jersey-img{max-width:260px}.teams-head{margin-bottom:32px}.teams-feat{gap:12px}.teams-feat__icon{width:44px;height:44px}}@media (width<=360px){.teams-inner{width:calc(100% - 24px)}.teams-jersey-img{max-width:220px}}.courts-section{padding:90px 0 80px;position:relative;overflow:hidden}.courts-section:before{content:"";z-index:0;filter:brightness(.18)saturate(1.3)blur(1px);background-image:url(/images/fondo-padel.jpg);background-position:50% 60%;background-size:cover;position:absolute;inset:0}.courts-section:after{content:"";z-index:0;background:linear-gradient(#060a28d1 0%,#060a28b3 50%,#060a28d9 100%);position:absolute;inset:0}.courts-head{z-index:1;text-align:center;opacity:0;max-width:680px;margin:0 auto 52px;padding:0 24px;transition:opacity .6s,transform .6s;position:relative;transform:translateY(20px)}.courts-head.visible{opacity:1;transform:none}.courts-eyebrow{color:#ffffffbf;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px;font-size:.78rem;font-weight:800;display:block}.courts-head h2{letter-spacing:-.04em;color:#fff;margin-bottom:12px;font-size:clamp(2rem,4vw,3rem);font-weight:900}.courts-head h2 span{color:#2b21de}.courts-sub{color:#ffffffa6;font-size:.97rem;line-height:1.7}.courts-stage{z-index:1;width:100%;height:400px;position:relative;overflow:hidden}.courts-track{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.court-card{cursor:pointer;will-change:transform, opacity, width;background-color:#1e3a5f;background-position:50%;background-size:cover;border-radius:20px;height:320px;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1),width .5s cubic-bezier(.4,0,.2,1),box-shadow .3s;position:absolute;overflow:hidden}.court-card--active{cursor:default;height:360px;box-shadow:0 28px 70px #0006}.court-card:not(.court-card--active):hover{box-shadow:0 12px 32px #0003}.court-card__overlay{background:linear-gradient(#0000000a 0%,#00000047 45%,#000000d1 100%);transition:background .35s;position:absolute;inset:0}.court-card--active:hover .court-card__overlay{background:linear-gradient(#0000000a 0%,#2b21de38 45%,#2b21dec7 100%)}.court-card__content{padding:22px 24px;position:absolute;bottom:0;left:0;right:0}.court-card__content h3{color:#fff;text-shadow:0 1px 6px #00000080;margin-bottom:4px;font-size:1.1rem;font-weight:900;line-height:1.2}.court-card__content p{color:#ffffffd9;margin-bottom:0;font-size:.82rem;font-weight:500}.court-card__btn{color:#111827;cursor:pointer;background:#fff;border:none;border-radius:999px;margin-top:12px;padding:9px 20px;font-family:inherit;font-size:.85rem;font-weight:800;text-decoration:none;transition:background .2s,transform .2s;display:inline-block}.court-card__btn:hover{background:#eef2ff;transform:translateY(-1px)}.courts-arrow{z-index:10;cursor:pointer;color:#111827;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:box-shadow .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 16px #00000026}.courts-arrow:hover{transform:translateY(-50%)scale(1.06);box-shadow:0 8px 24px #00000038}.courts-arrow svg{width:20px;height:20px}.courts-arrow--left{left:calc(50% - 340px)}.courts-arrow--right{right:calc(50% - 340px)}.courts-dots{z-index:3;justify-content:center;gap:8px;margin-top:28px;display:flex;position:relative}.courts-dot{cursor:pointer;background:#d1d5db;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:width .3s,background .3s}.courts-dot.active{background:#2b21de;border-radius:4px;width:24px}@media (width<=768px){.courts-section{padding:60px 0}.courts-head{padding:0 20px}.courts-stage{height:380px}.court-card--active{height:340px}.court-card{height:300px}.courts-arrow--left{left:calc(50% - 260px)}.courts-arrow--right{right:calc(50% - 260px)}}@media (width<=480px){.courts-section{padding:48px 0}.courts-head{margin-bottom:36px;padding:0 16px}.courts-stage{height:320px}.court-card--active{height:290px;width:calc(100% - 32px)!important}.court-card{height:250px}.courts-arrow--left{left:8px}.courts-arrow--right{right:8px}.courts-arrow{width:38px;height:38px}.courts-dots{margin-top:20px}.courts-dot{width:10px;height:10px}}@media (width<=360px){.courts-head{padding:0 12px}.court-card--active{height:270px;width:calc(100% - 24px)!important}}.vs-section{align-items:center;min-height:600px;padding:140px 0;display:flex;position:relative;overflow:hidden}.vs-bg{z-index:0;position:absolute;inset:0}.vs-bg__img{object-fit:cover;object-position:center;filter:brightness(.9)saturate(1.1);width:100%;height:100%}.vs-bg__overlay{background:linear-gradient(105deg,#060a1eeb 0%,#060a32bf 45%,#060a1ed9 100%);position:absolute;inset:0}.vs-dots{pointer-events:none;z-index:0;background-image:radial-gradient(circle,#ffffff0f 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.vs-inner{z-index:1;opacity:0;grid-template-columns:1fr 1.2fr;align-items:center;gap:64px;width:min(1200px,100% - 48px);margin:0 auto;transition:opacity .7s,transform .7s;display:grid;position:relative;transform:translateY(24px)}.vs-inner--visible{opacity:1;transform:none}.vs-eyebrow{color:#ffffffbf;letter-spacing:.14em;text-transform:uppercase;margin-bottom:20px;font-size:.78rem;font-weight:800;display:block}.vs-text h2{color:#fff;letter-spacing:-.04em;margin-bottom:18px;font-size:clamp(2rem,3.5vw,3rem);font-weight:900;line-height:1.1}.vs-text h2 span{color:#38bdf8}.vs-desc{color:#ffffffb3;max-width:420px;margin-bottom:32px;font-size:1rem;line-height:1.75}.vs-cta{color:#fff;background:linear-gradient(135deg,#2b21de,#0ea5e9);border-radius:999px;align-items:center;gap:10px;padding:14px 28px;font-size:.95rem;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 32px #2b21de66}.vs-cta:hover{transform:translateY(-2px);box-shadow:0 14px 40px #2b21de80}.vs-player-wrap{justify-content:center;justify-self:center;align-items:center;width:fit-content;display:inline-flex;position:relative}.vs-glow{pointer-events:none;z-index:0;background:radial-gradient(#2b21de59 0%,#0000 65%);animation:3s ease-in-out infinite glowPulse;position:absolute;inset:-60px}@keyframes glowPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.vs-border-ring{z-index:1;pointer-events:none;background:linear-gradient(135deg,#2b21de,#38bdf8,#2b21de) 0 0/300% 300%;border-radius:23px;animation:4s linear infinite borderRotate;position:absolute;inset:-3px}@keyframes borderRotate{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.vs-player--vertical{z-index:2;aspect-ratio:9/16;background:#080810;border-radius:20px;width:280px;max-height:500px;margin:3px;position:relative;overflow:hidden}.vs-video-vertical{object-fit:cover;width:100%;height:100%;display:block}.vs-mute-btn{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#0000008c;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex;position:absolute;bottom:14px;right:14px}.vs-mute-btn:hover{background:#2b21deb3}@media (width<=960px){.vs-inner{text-align:center;grid-template-columns:1fr;gap:40px}.vs-desc{max-width:100%}.vs-cta{margin:0 auto}.vs-section{padding:70px 0}.vs-player-wrap{justify-content:center}.vs-player--vertical{width:240px}}@media (width<=768px){.vs-player--vertical{width:min(90vw,320px)}.vs-glow{inset:-40px}}@media (width<=480px){.vs-section{padding:48px 0}.vs-inner{gap:28px;width:calc(100% - 32px)}.vs-text h2{font-size:1.75rem}.vs-eyebrow{font-size:.72rem}.vs-desc{font-size:.92rem}.vs-player--vertical{width:min(92vw,300px)}.vs-glow{inset:-28px}.vs-mute-btn{width:32px;height:32px;bottom:10px;right:10px}}@media (width<=360px){.vs-inner{width:calc(100% - 24px)}.vs-text h2{font-size:1.55rem}}.dl-section{background:#fff;padding:0}.dl-banner{opacity:0;background:#0a0c1a;align-items:center;min-height:380px;transition:opacity .6s,transform .6s;display:flex;position:relative;overflow:hidden;transform:translateY(20px)}.dl-banner:before{content:"";z-index:0;background:linear-gradient(105deg,#2b21de38 0%,#0000 60%);position:absolute;inset:0}.dl-banner.visible{opacity:1;transform:none}.dl-bg-glow{pointer-events:none;z-index:0;background:radial-gradient(#2b21de47 0%,#0000 68%);border-radius:50%;width:480px;height:480px;animation:4s ease-in-out infinite dlGlowPulse;position:absolute;top:-60px;right:-60px}@keyframes dlGlowPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.dl-dots{pointer-events:none;z-index:0;background-image:radial-gradient(circle,#ffffff1a 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0}.dl-inner{z-index:1;justify-content:space-between;align-items:center;gap:40px;width:min(1280px,100% - 48px);margin:0 auto;padding:56px 0;display:flex;position:relative}.dl-left{flex-direction:column;gap:14px;max-width:560px;display:flex}.dl-brand{align-items:center;gap:10px;margin-bottom:4px;display:flex}.dl-logo{object-fit:contain;border-radius:0;width:40px;height:40px}.dl-brand span{color:#fff;letter-spacing:-.04em;font-size:1.2rem;font-weight:900}.dl-left h2{color:#fff;letter-spacing:-.03em;margin:0;font-size:clamp(1.5rem,2.6vw,2rem);font-weight:900;line-height:1.25}.dl-left h2 span{color:#38bdf8}.dl-left>p{color:#fff9;margin:0;font-size:.9rem;font-weight:500}.dl-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:24px;display:flex}.dl-tagline{color:#fff;text-align:right;letter-spacing:.02em;margin:0;font-size:clamp(1.5rem,2.8vw,2.1rem);font-weight:900;line-height:1.1}.dl-tagline span{color:#38bdf8}.dl-buttons{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.dl-btn{border-radius:12px;align-items:center;gap:10px;min-width:170px;padding:12px 22px;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:flex}.dl-btn--apple,.dl-btn--google{color:#fff;background:#ffffff1a;border:1.5px solid #ffffff4d}.dl-btn:hover{background:#ffffff29;transform:translateY(-3px);box-shadow:0 12px 32px #00000080}.dl-btn__icon{flex-shrink:0;width:22px;height:22px}.dl-btn__text small{opacity:.7;white-space:nowrap;font-size:.6rem;font-weight:600;display:block}.dl-btn__text strong{white-space:nowrap;font-size:.92rem;font-weight:900;display:block}@media (width<=900px){.dl-inner{flex-direction:column;align-items:flex-start;gap:24px;padding:48px 0}.dl-right{align-items:flex-start}.dl-tagline{text-align:left}.dl-buttons{justify-content:flex-start}}@media (width<=480px){.dl-banner{min-height:unset}.dl-inner{gap:20px;width:calc(100% - 32px);padding:40px 0}.dl-left h2{font-size:1.5rem}.dl-tagline{font-size:1.4rem}.dl-buttons{flex-direction:column;width:100%}.dl-btn{justify-content:center;min-width:100%;min-height:44px}}@media (width<=360px){.dl-inner{width:calc(100% - 24px)}}.faq-section{background:linear-gradient(160deg,#eef2ff 0%,#e8edff 40%,#f0f4ff 100%);padding:90px 0 100px;position:relative;overflow:hidden}.faq-bg-svg{display:none}.faq-container{z-index:1;width:min(1100px,100% - 48px);margin:0 auto;position:relative}.faq-head{text-align:center;opacity:0;margin-bottom:56px;transition:opacity .6s,transform .6s;transform:translateY(20px)}.faq-head.visible{opacity:1;transform:none}.faq-head h2{letter-spacing:-.04em;color:#111827;margin-bottom:10px;font-size:clamp(2rem,4vw,2.8rem);font-weight:900}.faq-head h2 span{color:#2b21de}.faq-head p{color:#6b7280;font-size:.97rem}.faq-layout{grid-template-columns:1fr 1fr;align-items:start;gap:32px;display:grid}.faq-questions{flex-direction:column;gap:4px;display:flex}.faq-q{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:14px;align-items:center;gap:14px;width:100%;padding:16px 18px;font-family:inherit;transition:background .2s;display:flex}.faq-q:hover{background:#2b21de0f}.faq-q--active{background:#fff;box-shadow:0 4px 20px #2b21de1a}.faq-q__indicator{background:#e5e7eb;border-radius:2px;flex-shrink:0;width:4px;height:24px;transition:background .2s,height .2s}.faq-q--active .faq-q__indicator{background:#2b21de;height:32px}.faq-q__text{color:#374151;flex:1;font-size:.93rem;font-weight:700;line-height:1.4;transition:color .2s}.faq-q--active .faq-q__text{color:#111827;font-weight:800}.faq-q__arrow{color:#d1d5db;flex-shrink:0;width:20px;height:20px;transition:color .2s,transform .2s}.faq-q--active .faq-q__arrow{color:#2b21de;transform:translate(2px)}.faq-panel-col{min-height:500px;position:relative}.faq-answer-panel{will-change:transform;background:#2b21de;border-radius:24px;padding:36px 32px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;box-shadow:0 20px 60px #2b21de40}.faq-answer-content{animation:.3s both fadeSlideIn}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.faq-answer-num{color:#ffffff26;letter-spacing:-.05em;margin-bottom:14px;font-size:2.5rem;font-weight:900;line-height:1}.faq-answer-content h3{color:#fff;letter-spacing:-.02em;margin-bottom:14px;font-size:1.15rem;font-weight:900;line-height:1.3}.faq-answer-content p{color:#ffffffd1;margin:0;font-size:.92rem;line-height:1.75}.faq-accordion{flex-direction:column;gap:8px;display:flex}.faq-acc-item{background:#fff;border:1px solid #2b21de14;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px #2b21de12}.faq-acc-item--open{border-color:#2b21de33;box-shadow:0 4px 20px #2b21de26}.faq-acc-btn{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:16px 18px;font-family:inherit;display:flex}.faq-acc-text{color:#111827;flex:1;font-size:.9rem;font-weight:700;line-height:1.4}.faq-acc-item--open .faq-acc-text{color:#2b21de}.faq-acc-icon{color:#2b21de;background:#eef2ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.1rem;font-weight:900;transition:background .2s;display:flex}.faq-acc-item--open .faq-acc-icon{color:#fff;background:#2b21de}.faq-acc-answer{padding:0 18px 18px;animation:.25s both fadeSlideIn}.faq-acc-answer p{color:#6b7280;border-top:1px solid #f3f4f6;margin:0;padding-top:14px;font-size:.88rem;line-height:1.72}@media (width<=820px){.faq-section{padding:60px 0 70px}.faq-container{width:calc(100% - 32px)}.faq-head{margin-bottom:36px}}@media (width<=480px){.faq-section{padding:48px 0 56px}.faq-container{width:calc(100% - 32px)}.faq-acc-btn{padding:14px}.faq-acc-text{font-size:.86rem}.faq-acc-answer{padding:0 14px 14px}}.pricing-section{background:#060a1a;padding:100px 0 110px;position:relative;overflow:hidden}.pricing-head{z-index:1;text-align:center;opacity:0;max-width:680px;margin:0 auto 56px;padding:0 24px;transition:opacity .6s,transform .6s;position:relative;transform:translateY(20px)}.pricing-head.visible{opacity:1;transform:none}.pricing-eyebrow{color:#ffffffbf;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px;font-size:.78rem;font-weight:800;display:block}.pricing-head h2{letter-spacing:-.03em;color:#fff;margin-bottom:18px;font-size:clamp(1.9rem,3.6vw,2.7rem);font-weight:900;line-height:1.15}.pricing-currency-badge{color:#ffffffd9;background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;padding:8px 18px;font-size:.82rem;font-weight:700;display:inline-block}.pricing-container{z-index:1;width:min(1320px,100% - 48px);margin:0 auto;position:relative}.pricing-grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:24px;display:grid}.pricing-card{background:var(--surface);opacity:0;border:2px solid #0000;border-radius:22px;flex-direction:column;padding:30px 26px 26px;transition:opacity .5s,transform .5s;display:flex;position:relative;transform:translateY(24px);box-shadow:0 20px 50px #00000040}.pricing-card.visible{opacity:1;transform:none}.pricing-card--green{--accent:var(--success);--accent-soft:#dcfce7}.pricing-card--blue{--accent:var(--primary);--accent-soft:var(--soft-blue)}.pricing-card--purple{--accent:#7c3aed;--accent-soft:#ede4ff}.pricing-card--gold{--accent:#b45309;--accent-soft:#fef3c7}.pricing-card--featured{border-color:var(--accent);box-shadow:0 28px 64px #2b21de47}.pricing-card__ribbon{background:var(--accent);color:#fff;letter-spacing:.04em;white-space:nowrap;border-radius:999px;padding:5px 16px;font-size:.7rem;font-weight:800;position:absolute;top:-13px;left:50%;transform:translate(-50%);box-shadow:0 6px 16px #2b21de59}.pricing-card__badge{background:var(--accent-soft);color:var(--accent);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;align-self:flex-start;margin-bottom:14px;padding:5px 14px;font-size:.72rem;font-weight:800;display:inline-block}.pricing-card__name{letter-spacing:-.02em;color:var(--text);margin-bottom:6px;font-size:1.3rem;font-weight:900}.pricing-card__desc{color:var(--muted);min-height:2.6em;margin-bottom:20px;font-size:.85rem;line-height:1.5}.pricing-card__price{border-bottom:1px solid var(--line);align-items:baseline;gap:6px;margin-bottom:22px;padding-bottom:22px;display:flex}.pricing-card__price-amount{letter-spacing:-.02em;color:var(--text);font-size:1.7rem;font-weight:900}.pricing-card__price-suffix{color:var(--muted);font-size:.85rem;font-weight:700}.pricing-card__features{flex-direction:column;flex:1;gap:12px;margin-bottom:26px;list-style:none;display:flex}.pricing-card__features li{color:var(--text);align-items:flex-start;gap:10px;font-size:.85rem;line-height:1.4;display:flex}.pricing-feat__icon{flex-shrink:0;width:19px;height:19px;margin-top:1px}.pricing-feat__icon--check{color:var(--accent)}.pricing-feat__icon--cross,.pricing-feat__text--muted{color:var(--muted)}.pricing-card__cta{background:var(--accent);color:#fff;text-align:center;white-space:nowrap;text-overflow:ellipsis;border-radius:12px;justify-content:center;align-items:center;padding:13px 18px;font-size:.85rem;font-weight:800;text-decoration:none;transition:transform .2s,filter .2s;display:flex;overflow:hidden}.pricing-card__cta:hover{filter:brightness(.92);transform:translateY(-1px)}.pricing-card__footnote{text-align:center;background:var(--soft);color:var(--muted);border-radius:12px;padding:13px 18px;font-size:.82rem;font-weight:600}@media (width<=1100px){.pricing-grid{grid-template-columns:repeat(2,1fr)}.pricing-card--featured{grid-column:span 1}}@media (width>=1101px){.pricing-card--featured,.pricing-card--featured.visible{transform:translateY(-8px)scale(1.03)}}@media (width<=900px){.pricing-section{padding:70px 0 80px}.pricing-head{margin-bottom:40px}}@media (width<=640px){.pricing-grid{grid-template-columns:1fr}.pricing-container{width:calc(100% - 32px)}.pricing-card--featured{order:-1}}@media (width<=480px){.pricing-section{padding:56px 0 64px}.pricing-head{margin-bottom:32px;padding:0 16px}.pricing-card{padding:26px 22px 22px}}.legal-page{background:#fff;min-height:60vh;font-family:Inter,ui-sans-serif,system-ui,sans-serif}.legal-header{background:#2b21de;padding:120px 0 48px}.lp-inner{width:min(820px,100% - 48px);margin:0 auto}.legal-header h1{letter-spacing:-.04em;color:#fff;margin-bottom:10px;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:900}.legal-meta{color:#ffffffa6;font-size:.82rem}.legal-content{padding:48px 0 80px}.legal-note{color:#3730a3;background:#eef2ff;border-left:4px solid #2b21de;border-radius:0 10px 10px 0;margin-bottom:28px;padding:14px 18px;font-size:.9rem;line-height:1.7}.legal-intro{color:#374151;margin-bottom:14px;font-size:.92rem;line-height:1.8}.legal-part-title{letter-spacing:.12em!important;text-transform:uppercase!important;color:#2b21de!important;border-bottom:2px solid #eef2ff!important;margin:40px 0 20px!important;padding-bottom:10px!important;font-size:.75rem!important;font-weight:900!important}.legal-section{border-bottom:1px solid #f3f4f6;margin-bottom:32px;padding-bottom:32px;scroll-margin-top:90px}.legal-section:last-child{border-bottom:none;margin-bottom:0}.legal-section h2{color:#111827;border-bottom:1px solid #f3f4f6;margin-bottom:14px;padding-bottom:10px;font-size:.97rem;font-weight:800}.legal-subsection{border-left:2px solid #eef2ff;margin:16px 0;padding-left:16px}.legal-subsection h3{color:#374151;margin-bottom:8px;font-size:.88rem;font-weight:800}.legal-section p,.legal-subsection p{color:#374151;margin-bottom:10px;font-size:.88rem;line-height:1.8}.legal-section p:last-child,.legal-subsection p:last-child{margin-bottom:0}.legal-section ul,.legal-subsection ul{flex-direction:column;gap:6px;margin:8px 0 12px;padding-left:20px;display:flex}.legal-section li,.legal-subsection li{color:#374151;font-size:.87rem;line-height:1.7}.legal-section a,.legal-subsection a{color:#2b21de;text-underline-offset:3px;font-weight:700;text-decoration:underline}@media (width<=600px){.legal-header{padding:100px 0 36px}.legal-content{padding:32px 0 60px}.lp-inner{width:calc(100% - 32px)}.legal-subsection{padding-left:12px}}
