html{background-color:#fff}body,html{margin:0;padding:0}body{background:#fff;color:#fff;font-family:Gugi}h1,h2{margin-bottom:20px;text-align:center}h1{color:#000;font-size:2rem}h2,p{color:grey;font-size:1.5rem}p{font-weight:700}.search-input::placeholder{color:#7f8c8d;opacity:1}a,button{color:inherit;text-decoration:none}a:focus,button:focus{outline:none}a{text-decoration:none}a,a:active{color:inherit}button{background-color:silver;border:none;border-radius:8px;color:red;cursor:pointer;display:block;font-family:Gugi;font-size:1.1rem;font-weight:700;margin:10px auto;padding:10px;transition:background-color .3s ease;width:100%}button:hover{background-color:#b5b7b8}.hour-button{background-color:#dcc;border:none;border-radius:8px;color:red;cursor:pointer;display:block;font-size:1.1rem;margin:10px auto;padding:10px;transition:background-color .3s ease;width:100%}.hour-button:hover{background-color:#b5b7b8}.video-btn{border:none;border-radius:5px;color:red;cursor:pointer;font-size:.9rem;margin-left:10px;padding:8px 12px;transition:background-color .3s ease}.video-btn,.video-btn:hover{background-color:#dcc}img{border-radius:10px;margin-bottom:10px;max-width:100%}.container{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;padding:20px}.logo-container{flex-wrap:wrap;gap:20px}.logo-container,.logo-container a{display:flex;justify-content:center}.logo-container a{align-items:center;flex-basis:calc(50% - 20px);flex-grow:0;flex-shrink:1;height:150px;margin:0;padding:0;text-align:center}.logo-container a:only-child{flex:0 1 100%}.logo-container img{border-radius:50%;height:auto;transition:transform .3s ease;width:150px}.logo-container img:hover{transform:scale(1.1)}.unit-logo{border-radius:50%;display:block;height:150px;margin:0;object-fit:cover;width:150px}.court-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.court-container a{flex-basis:calc(50% - 20px);flex-grow:0;flex-shrink:1;text-align:center}.court-logo{border-radius:10px;box-shadow:0 4px 8px #0003;height:auto;transition:transform .3s ease;width:120px}.court-logo:hover{transform:scale(1.05)}.court-image-wrapper{border-radius:10px;display:inline-block;position:relative;transition:transform .3s ease}.court-image-wrapper:hover{transform:scale(1.05)}.court-image-wrapper:hover .court-logo{transform:none}.videos-container{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:20px}.videos-container video{border-radius:10px;max-width:400px;width:100%}.videos-container p{color:grey;text-align:center}.video-item{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:30px}.video-item video{border-radius:10px;max-width:400px;width:100%}.video-item p{color:#7f8c8d;margin-top:10px;text-align:center}.video-item button{background-color:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:10px;padding:10px 20px}.video-item button:hover{background-color:#2980b9}.loader-container{align-items:center;background-color:#fff;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.loader{animation:spinloader 2s linear infinite;border:16px solid #f3f3f3;border-radius:50%;border-top-color:red;height:120px;position:relative;width:120px}.loader img{animation:spinlogo 2s linear infinite;border-radius:50%;height:100%;left:0;position:absolute;top:0;width:100%}@keyframes spinloader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinlogo{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}@font-face{font-family:Gugi;font-style:normal;font-weight:400;src:url(/static/media/Gugi.16bf41aa7cd4f58a6497.ttf) format("truetype")}.video-card{margin:20px 0;text-align:center}.action-buttons{gap:5px;margin-top:10px}.action-buttons,.round-button{display:flex;justify-content:center}.round-button{align-items:center;background-color:#fff;border:none;border-radius:50%;box-shadow:0 4px 6px #0000001a;cursor:pointer;height:40px;position:relative;transition:background-color .3s ease,transform .2s ease;width:40px}.round-button:hover{background-color:#fff;transform:scale(1.1)}.round-button img{border-radius:50%;display:block;height:40px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:40px}@media (min-width:768px){.logo-container a{flex-basis:calc(50% - 20px);flex-grow:0;flex-shrink:1}.logo-container img{width:150px}.videos-container{flex-direction:row;flex-wrap:wrap}.videos-container video{flex-basis:calc(50% - 20px);flex-grow:0;flex-shrink:1;margin-bottom:20px}}body.dark-mode,html.dark-mode,html[data-dark-mode=true]{background-color:#000!important}body.dark-mode,body.dark-mode div,body.dark-mode h1,body.dark-mode h2,body.dark-mode h3,body.dark-mode p,body.dark-mode span{color:#fff!important}body[data-dark-mode=true]{background-color:#000!important;color:#fff!important}body[data-dark-mode=true] div,body[data-dark-mode=true] h1,body[data-dark-mode=true] h2,body[data-dark-mode=true] h3,body[data-dark-mode=true] p,body[data-dark-mode=true] span{color:#fff!important}body.dark-mode .loader-container,body[data-dark-mode=true] .loader-container{background-color:#000!important}body.dark-mode .hour-button,body.dark-mode button:not(.round-button):not(.back-button),body[data-dark-mode=true] .hour-button,body[data-dark-mode=true] button:not(.round-button):not(.back-button){background-color:#fff!important;color:red!important}body.dark-mode .back-button,body[data-dark-mode=true] .back-button{background-color:#443e3e!important;color:#fff!important}body.dark-mode .loader,body[data-dark-mode=true] .loader{border:16px solid #333!important;border-top-color:red!important}.legal-footer-link{color:#666!important;font-size:13px;text-decoration:none}.legal-footer-link:hover{text-decoration:underline}.legal-footer-dot{color:#999!important}body.dark-mode .legal-footer-link,body[data-dark-mode=true] .legal-footer-link{color:#aaa!important}body.dark-mode .legal-footer-dot,body[data-dark-mode=true] .legal-footer-dot{color:#666!important}:root{--home-red:#e63125;--home-red-dark:#b8261d;--home-black:#0a0a0a;--home-ink:#151515;--home-paper:#fafaf6;--home-cream:#f3efe6;--home-line:#e5e0d6;--home-muted:#6f6b63;--home-white:#fff}html{scroll-behavior:smooth}.home-container{background:#fafaf6;background:var(--home-paper);color:#151515;color:var(--home-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;min-height:100vh;overflow-x:hidden}.home-container *{box-sizing:border-box;color:inherit}.home-container img{display:block;max-width:100%}.home-container a{text-decoration:none}.home-container p{font-weight:500}.premium-home{letter-spacing:0}.premium-container{margin:0 auto;width:min(100% - 72px,1440px)}.home-header,.premium-nav.home-header{align-items:center;-webkit-backdrop-filter:saturate(180%) blur(18px);backdrop-filter:saturate(180%) blur(18px);border-bottom:1px solid #0000;display:flex;gap:24px;justify-content:space-between;left:0;padding:18px 36px;position:fixed;right:0;top:0;transition:padding .25s ease,background .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease;z-index:1000}.home-header.scrolled,.premium-nav.home-header.scrolled{padding:13px 36px}.premium-nav.home-header,.premium-nav.home-header.header-tone-dark,.premium-nav.home-header.header-tone-light{background:#0a0a0a52;border-color:#ffffff14;box-shadow:0 10px 28px #00000038;color:#fff}.premium-nav.home-header.header-tone-dark.scrolled,.premium-nav.home-header.header-tone-light.scrolled,.premium-nav.home-header.scrolled{background:#0a0a0a80;box-shadow:0 12px 32px #00000052}.home-brand-row{align-items:center;display:flex;gap:34px;min-width:0}.home-logo-link{align-items:center;display:flex;flex:0 0 auto}.home-logo{border-radius:0;height:46px;margin:0;transition:transform .25s ease;width:auto}.home-logo:hover{transform:scale(1.04)}.home-nav{align-items:center;display:flex;gap:26px}.home-nav-link{color:inherit;font-size:13px;font-weight:800;letter-spacing:0;line-height:1;opacity:.88;position:relative;white-space:nowrap}.home-nav-link:after{background:#e63125;background:var(--home-red);bottom:-8px;content:"";height:2px;left:0;position:absolute;right:0;transform:scaleX(0);transform-origin:right;transition:transform .25s ease}.home-nav-link:hover{opacity:1}.home-nav-link:hover:after{transform:scaleX(1);transform-origin:left}.home-header-actions{align-items:center;display:flex;gap:10px}.home-contact-btn,.home-videos-btn{align-items:center;border:1px solid #ffffff59;border-radius:999px;color:inherit;display:inline-flex;font-size:13px;font-weight:900;justify-content:center;letter-spacing:0;min-height:42px;padding:0 18px;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease;white-space:nowrap}.home-videos-btn{background:#fff;color:#151515;color:var(--home-ink);gap:8px}.home-videos-btn:before{border-radius:999px;box-shadow:0 0 0 4px #e6312529;content:"";height:7px;width:7px}.home-contact-btn,.home-videos-btn:before{background:#e63125;background:var(--home-red)}.home-contact-btn{border-color:#e63125;border-color:var(--home-red);color:#fff}.home-header .home-videos-btn,.home-header.header-tone-dark .home-videos-btn,.home-header.header-tone-light .home-videos-btn{background:#fff;border-color:#fff;color:#151515;color:var(--home-ink)}.home-contact-btn:hover,.home-videos-btn:hover{transform:translateY(-2px)}.premium-hero{align-items:center;background:#050505;color:#fff;display:flex;min-height:100vh;overflow:hidden;padding:126px 0 48px;position:relative}.premium-hero-shade,.premium-hero-video,.premium-hero-wordmark{inset:0;position:absolute}.premium-hero-video{height:100%;object-fit:cover;opacity:.36;width:100%}.premium-hero-shade{background:radial-gradient(ellipse 72% 55% at 78% 25%,#e63125a3,#0000 58%),linear-gradient(90deg,#050505f5,#050505b8 50%,#050505e6)}.premium-hero-wordmark{bottom:8%;color:#ffffff0a;font-size:clamp(84px,17vw,250px);font-weight:1000;height:auto;line-height:.8;overflow:hidden;pointer-events:none;top:auto;white-space:nowrap;z-index:1}.premium-hero-grid{grid-gap:clamp(44px,6vw,96px);align-items:center;display:grid;gap:clamp(44px,6vw,96px);grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);position:relative;z-index:3}.premium-chapter,.premium-eyebrow{align-items:center;color:#e63125;color:var(--home-red);display:inline-flex;font-size:11px;font-weight:1000;gap:12px;letter-spacing:.18em;text-transform:uppercase}.premium-eyebrow{background:#e63125;background:var(--home-red);border-radius:6px;color:#fff;margin-bottom:26px;padding:8px 14px}.premium-chapter:before,.premium-eyebrow:before{background:currentColor;border-radius:999px;box-shadow:0 0 0 4px #e6312529;content:"";height:8px;width:8px}.premium-eyebrow:before{background:#fff;box-shadow:0 0 0 4px #ffffff38;color:#fff}.premium-cta h2,.premium-feature-card h2,.premium-hero h1,.premium-section-head h2{font-size:clamp(56px,8vw,132px);font-weight:1000;letter-spacing:0;line-height:.9;margin:0;text-transform:uppercase}.premium-big-stat h3 span,.premium-cta h2 span,.premium-feature-card h2 span,.premium-hero h1 span,.premium-section-head h2 span{color:#e63125;color:var(--home-red)}.premium-hero p{color:#ffffffc2;font-size:clamp(16px,1.35vw,20px);font-weight:500;line-height:1.58;margin:28px 0 0;max-width:620px}.premium-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:36px}.premium-btn{align-items:center;border-radius:999px;display:inline-flex;font-size:14px;font-weight:1000;justify-content:center;line-height:1;min-height:54px;padding:0 26px;transition:transform .24s ease,box-shadow .24s ease,background .24s ease}.premium-btn-primary{background:#e63125;background:var(--home-red);box-shadow:0 16px 42px #e631255c;color:#fff}.premium-btn-ghost{background:#ffffff17;border:1px solid #ffffff2e;color:#fff}.premium-btn:hover{transform:translateY(-3px)}.premium-stats{grid-gap:clamp(42px,5vw,86px);border-top:1px solid #ffffff24;display:grid;gap:clamp(42px,5vw,86px);grid-template-columns:1.05fr 1.28fr .9fr 1.12fr;margin-top:40px;padding-top:26px}.premium-stat strong{color:#fff;display:block;font-size:clamp(36px,4vw,66px);font-weight:1000;line-height:.95}.premium-stat span{color:#ffffff80;display:block;font-size:10px;font-weight:900;letter-spacing:.14em;line-height:1.4;margin-top:9px;text-transform:uppercase}.premium-stat:nth-child(2n) strong{color:#e63125;color:var(--home-red)}.premium-hero-visual{display:grid;min-height:560px;place-items:center;position:relative}.premium-orbit{animation:homeRotate 48s linear infinite;border:1px dashed #ffffff24;border-radius:999px;inset:8%;position:absolute}.premium-orbit:before{border:1px solid #ffffff1a;border-radius:inherit;content:"";inset:14%;position:absolute}.premium-gabo{border:10px solid #ffffff14;border-radius:8px;object-fit:cover;transform:rotate(-3deg)}.premium-gabo,.premium-hero-lottie{aspect-ratio:1;box-shadow:0 36px 80px #00000080,0 0 80px #e6312538;position:relative;width:min(86%,480px);z-index:2}.premium-hero-lottie{background:#050505;border:10px solid #ffffff14;border-radius:8px;display:grid;overflow:hidden;place-items:center;transform:rotate(-3deg)}.premium-hero-lottie svg,.premium-hero-lottie>div{height:100%!important;width:100%!important}.premium-hero-lottie-fallback{animation:heroPulse 2.4s ease-in-out infinite;height:auto;opacity:.65;width:60%}@keyframes heroPulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.85;transform:scale(1.04)}}.premium-mexico-badge,.premium-rec-pill{box-shadow:0 18px 42px #0000004d;position:absolute;z-index:3}.premium-rec-pill{background:#fff;border-radius:6px;color:#151515;color:var(--home-ink);font-size:11px;font-weight:1000;left:0;letter-spacing:.08em;padding:8px 14px;text-transform:uppercase;top:14%}.premium-rec-pill:before{background:#e63125;background:var(--home-red);border-radius:999px;content:"";display:inline-block;height:7px;margin-right:8px;width:7px}.premium-mexico-badge{background:#e63125;background:var(--home-red);border-radius:14px;bottom:18%;color:#fff;font-size:21px;font-weight:1000;line-height:1;padding:15px 18px;right:1%;text-transform:uppercase;transform:rotate(4deg)}.premium-mexico-badge span{display:block;font-size:9px;letter-spacing:.14em;margin-bottom:5px;opacity:.86}.premium-section{background:#fafaf6;background:var(--home-paper);color:#151515;color:var(--home-ink);padding:60px 0;position:relative;z-index:2}.premium-clubs,.premium-dark,.premium-sponsors{background:#0a0a0a;background:var(--home-black);color:#fff}.premium-section.premium-dark{padding-bottom:34px}.premium-section#ecosistema{padding-top:42px}.premium-section-head{margin-bottom:34px;max-width:900px}.premium-section-head h2{font-size:clamp(44px,5.8vw,88px);margin-top:18px}.premium-section-head p{color:#6f6b63;color:var(--home-muted);font-size:clamp(16px,1.35vw,20px);font-weight:500;line-height:1.62;margin:22px 0 0;max-width:720px}.premium-clubs .premium-section-head p,.premium-cta p,.premium-dark .premium-section-head p,.premium-sponsors .premium-section-head p{color:#ffffffad}.premium-steps{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(3,minmax(0,1fr))}.premium-contact-card,.premium-eco,.premium-feature-card,.premium-phase,.premium-step,.premium-testimonials blockquote,.premium-tier{background:#fff;border:1px solid #e5e0d6;border:1px solid var(--home-line);border-radius:8px;box-shadow:0 22px 60px rgba(0,0,0,.055)}.premium-step{padding:34px 30px;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.premium-eco:hover,.premium-phase:hover,.premium-step:hover,.premium-tier:hover{border-color:#e6312580;box-shadow:0 30px 70px #00000017;transform:translateY(-5px)}.premium-step-num{color:#e63125;color:var(--home-red);font-size:72px;font-weight:1000;line-height:.9;margin-bottom:28px}.premium-step-num small{color:#6f6b63;color:var(--home-muted);font-size:13px;font-weight:900;margin-left:6px}.premium-contact-card h3,.premium-eco h3,.premium-phase h3,.premium-step h3,.premium-tier h3{color:#151515;color:var(--home-ink);font-size:24px;font-weight:1000;line-height:1.02;margin:0 0 12px;text-transform:uppercase}.premium-contact-card p,.premium-eco p,.premium-feature-card p,.premium-phase p,.premium-step p,.premium-testimonials blockquote,.premium-tier p{color:#6f6b63;color:var(--home-muted);font-size:15px;font-weight:500;line-height:1.62;margin:0}.premium-step span{background:#f3efe6;background:var(--home-cream);border-radius:6px;color:#e63125;color:var(--home-red);display:inline-flex;font-size:10px;font-weight:1000;letter-spacing:.14em;margin-top:24px;padding:7px 12px;text-transform:uppercase}.premium-big-stat{grid-gap:clamp(30px,7vw,88px);align-items:center;border-bottom:1px solid #ffffff1a;display:grid;gap:clamp(30px,7vw,88px);grid-template-columns:auto minmax(0,1fr);margin-bottom:36px;padding-bottom:36px}.premium-big-stat>strong{color:#e63125;color:var(--home-red);font-size:clamp(112px,17vw,270px);font-weight:1000;letter-spacing:0;line-height:.82}.premium-big-stat span{border-left:2px solid #e63125;border-left:2px solid var(--home-red);color:#ffffff8c;display:block;font-size:11px;font-weight:900;letter-spacing:.14em;margin-bottom:18px;padding-left:16px;text-transform:uppercase}.premium-big-stat h3{color:#fff;font-size:clamp(30px,3.2vw,46px);font-weight:1000;line-height:.96;margin:0 0 16px;max-width:520px;text-transform:uppercase}.premium-big-stat p{color:#ffffffb3;font-size:16px;font-weight:500;line-height:1.62;margin:0;max-width:560px}.premium-reels{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(3,minmax(0,1fr))}.premium-reel{aspect-ratio:9/16;background:#191919;border-radius:8px;box-shadow:0 28px 70px #00000057;display:block;min-height:520px;overflow:hidden;position:relative}.premium-reel img{height:100%;inset:0;object-fit:cover;position:absolute;transition:transform .5s ease;width:100%}.premium-reel:after{background:linear-gradient(180deg,#0000000d,#000000d1);content:"";inset:0;position:absolute}.premium-reel:hover img{transform:scale(1.07)}.premium-reel-content{bottom:22px;left:22px;position:absolute;right:22px;z-index:2}.premium-reel-play{align-items:center;background:#ffffffeb;border-radius:999px;color:#151515!important;color:var(--home-ink)!important;display:inline-flex;font-size:11px;font-weight:1000;letter-spacing:.08em;min-height:34px;padding:0 14px;position:absolute;right:18px;text-transform:uppercase;top:18px;z-index:2}.premium-reel strong{color:#e63125;color:var(--home-red);display:block;font-size:48px;font-weight:1000;line-height:.95}.premium-reel span{color:#ffffffd1;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.premium-ecosystem{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.premium-eco{background:linear-gradient(180deg,#fffffffa,#fff),radial-gradient(circle at 20% 0,#e631251a,#0000 36%);border-color:#e5e0d6;border-color:var(--home-line);min-height:236px;padding:28px;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}.premium-eco-icon{background:linear-gradient(145deg,#fff,#f5f5f6),#e6312514;border:1px solid #e631253d;border-radius:14px;box-shadow:0 14px 28px #e631251f,inset 0 1px 0 #ffffffe6;display:grid;height:58px;margin-bottom:22px;place-items:center;width:58px}.premium-eco-icon,.premium-eco-icon svg{color:#e63125!important;color:var(--home-red)!important}.premium-eco-icon svg{fill:none;stroke:#e63125!important;stroke:var(--home-red)!important;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;height:31px;width:31px}.premium-duo-section{background:#f3efe6;background:var(--home-cream)}.premium-duo{grid-gap:28px;align-items:start;display:grid;gap:28px;grid-template-columns:1fr}.premium-duo .premium-feature-card{align-items:center;display:flex;gap:clamp(32px,5vw,72px)}.premium-duo .premium-app-card,.premium-duo .premium-score-card{align-items:stretch;flex-direction:column;gap:clamp(28px,4vw,48px)}.premium-feature-card-content{flex:1 1 auto;min-width:0}.premium-duo .premium-app-mockup{flex:0 0 auto;margin:0 auto;max-width:100%;width:min(720px,100%)}.premium-app-features{grid-gap:clamp(18px,2vw,28px);border-top:1px solid #ffffff14;display:grid;gap:clamp(18px,2vw,28px);grid-template-columns:repeat(4,minmax(0,1fr));padding-top:clamp(12px,1.6vw,18px)}.premium-app-feature{grid-gap:10px;align-content:start;display:grid;gap:10px}.premium-app-feature-icon{background:#e631252e;border-radius:10px;box-shadow:inset 0 0 0 1px #e6312552;color:#e63125;color:var(--home-red);display:grid;height:42px;place-items:center;width:42px}.premium-app-feature-icon svg{fill:none;stroke:#e63125;stroke:var(--home-red);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;height:22px;width:22px}.premium-app-feature h4{color:#fff;font-size:15px;font-weight:1000;letter-spacing:.01em;line-height:1.2;margin:0;text-transform:uppercase}.premium-app-feature p{color:#ffffffb3;font-size:13px;font-weight:500;line-height:1.55;margin:0}@media (max-width:920px){.premium-app-features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.premium-app-features{grid-template-columns:1fr}}@media (max-width:920px){.premium-duo .premium-app-card,.premium-duo .premium-score-card{align-items:stretch;flex-direction:column}.premium-duo .premium-app-mockup{margin:28px auto 0}.premium-duo .premium-score-showcase{margin-top:28px}}.premium-feature-card{overflow:hidden;padding:clamp(28px,4vw,52px);position:relative}.premium-app-card{background:#111;border-color:#111}.premium-app-card h2{color:#fff!important}.premium-app-card li,.premium-app-card p{color:#ffffffad!important}.premium-contact-card>span,.premium-feature-card-content>span,.premium-feature-card>span,.premium-tier>span{color:#e63125;color:var(--home-red);display:inline-flex;font-size:11px;font-weight:1000;letter-spacing:.16em;margin-bottom:18px;text-transform:uppercase}.premium-feature-card h2{color:#151515;color:var(--home-ink);font-size:clamp(30px,3.4vw,52px);max-width:610px}.premium-feature-card p{font-size:17px;margin-top:20px;max-width:580px}.premium-cta ul,.premium-feature-card ul,.premium-tier ul{grid-gap:12px;display:grid;gap:12px;list-style:none;margin:26px 0 0;padding:0}.premium-cta li,.premium-feature-card li,.premium-tier li{color:#6f6b63;color:var(--home-muted);font-size:15px;font-weight:700;line-height:1.45;padding-left:24px;position:relative}.premium-cta li:before,.premium-feature-card li:before,.premium-tier li:before{background:#e63125;background:var(--home-red);border-radius:999px;content:"";height:8px;left:0;position:absolute;top:.58em;width:8px}.premium-app-mockup{margin:0 auto;position:relative}.premium-app-mockup-img{display:block;filter:drop-shadow(0 28px 50px rgba(0,0,0,.55));height:auto;width:100%}.premium-score-card{background:#fff;border-color:#e5e0d6;border-color:var(--home-line)}.premium-score-card .premium-feature-card h2,.premium-score-card h2{color:#151515!important;color:var(--home-ink)!important}.premium-score-card li,.premium-score-card p{color:#6f6b63;color:var(--home-muted)}.premium-score-subcards{grid-gap:clamp(18px,2vw,26px);display:grid;gap:clamp(18px,2vw,26px);grid-template-columns:repeat(2,minmax(0,1fr))}.premium-score-subcard{background:#f3efe6;background:var(--home-cream);border:1px solid #e5e0d6;border:1px solid var(--home-line);border-radius:14px;box-shadow:0 18px 38px #0000000f;display:flex;flex-direction:column;gap:14px;padding:clamp(22px,2.4vw,30px)}.premium-score-pill{align-self:flex-start;background:#e63125;background:var(--home-red);border-radius:999px;color:#fff;display:inline-flex;font-size:11px;font-weight:1000;letter-spacing:.16em;padding:7px 14px;text-transform:uppercase}.premium-score-subcard h3{color:#151515;color:var(--home-ink);font-size:clamp(22px,2.4vw,30px);font-weight:1000;line-height:1.05;margin:0;text-transform:uppercase}.premium-score-subcard img{background:#fff;border-radius:10px;box-shadow:0 12px 24px #0000001f;height:auto;object-fit:contain;width:100%}.premium-score-subcard ul{grid-gap:10px;display:grid;gap:10px;list-style:none;margin:4px 0 0;padding:0}.premium-score-subcard li{color:#6f6b63;color:var(--home-muted);font-size:14px;font-weight:600;line-height:1.5;padding-left:22px;position:relative}.premium-score-subcard li:before{background:#e63125;background:var(--home-red);border-radius:999px;content:"";height:8px;left:0;position:absolute;top:.55em;width:8px}@media (max-width:760px){.premium-score-subcards{grid-template-columns:1fr}}.premium-club-logos{display:flex;flex-wrap:wrap;gap:26px 22px;justify-content:center;margin:-16px 0 38px}.premium-club-logo{animation:clubFloat 5.4s ease-in-out infinite;aspect-ratio:1/1;background:#0000;border:0;border-radius:0;box-shadow:none;display:grid;flex:0 0 140px;height:140px;overflow:visible;padding:0;place-items:center;position:relative;transition:transform .28s ease;width:140px}.premium-club-logo:nth-child(7n+2){animation-delay:-.6s}.premium-club-logo:nth-child(7n+3){animation-delay:-1.2s}.premium-club-logo:nth-child(7n+4){animation-delay:-1.8s}.premium-club-logo:nth-child(7n+5){animation-delay:-2.4s}.premium-club-logo:nth-child(7n+6){animation-delay:-3s}.premium-club-logo:nth-child(7n+7){animation-delay:-3.6s}.premium-club-logo:hover{animation-play-state:paused;transform:translateY(-6px) scale(1.04)}.premium-club-logo img{border-radius:50%;box-sizing:border-box;display:block;filter:none;height:140px;margin:0;max-width:140px;object-fit:cover;padding:0;width:140px}@keyframes clubFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@media (prefers-reduced-motion:reduce){.premium-club-logo{animation:none}}.premium-testimonials{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(2,minmax(0,1fr))}.premium-testimonials blockquote{background:#171717;border-color:#ffffff14;color:#ffffffdb;font-size:22px;line-height:1.45;padding:34px;position:relative}.premium-testimonials cite{color:#e63125;color:var(--home-red);display:block;font-size:12px;font-style:normal;font-weight:1000;letter-spacing:.12em;margin-top:24px;text-transform:uppercase}.premium-install{background:#fff}.premium-phases{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.premium-phase{padding:28px;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}.premium-phase>span{color:#e63125;color:var(--home-red);display:block;font-size:56px;font-weight:1000;line-height:.9;margin-bottom:42px}.premium-tiers{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(3,minmax(0,1fr))}.premium-tier{background:#171717;border-color:#ffffff1a;padding:30px;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}.premium-tier.featured{border-color:#e631259e;box-shadow:0 26px 70px #e6312529}.premium-tier h3{color:#fff;font-size:34px}.premium-tier li,.premium-tier p{color:#ffffffa8}.premium-tier a{align-items:center;background:#fff;border-radius:999px;color:#151515;color:var(--home-ink);display:inline-flex;font-size:13px;font-weight:1000;justify-content:center;margin-top:28px;min-height:46px;width:100%}.premium-tier.featured a{background:#e63125;background:var(--home-red);color:#fff}.premium-cta{background:radial-gradient(ellipse 70% 80% at 80% 30%,#e6312559,#0000 60%),#0a0a0a;background:radial-gradient(ellipse 70% 80% at 80% 30%,#e6312559,#0000 60%),var(--home-black);color:#fff;padding:60px 0}.premium-cta-grid{grid-gap:clamp(34px,7vw,90px);align-items:center;display:grid;gap:clamp(34px,7vw,90px);grid-template-columns:minmax(0,1fr) minmax(340px,460px)}.premium-cta h2{font-size:clamp(44px,6.2vw,92px);margin-top:18px;max-width:760px}.premium-cta p{font-size:18px;line-height:1.62;margin:22px 0 0;max-width:660px}.premium-cta li{color:#ffffffc7}.premium-contact-card{background:#fff;padding:34px}.premium-contact-card a{align-items:center;background:#151515;background:var(--home-ink);border-radius:999px;color:#fff;display:flex;font-size:13px;font-weight:1000;justify-content:center;margin-top:12px;min-height:48px;text-align:center}.premium-contact-card a:first-of-type{background:#e63125;background:var(--home-red);margin-top:28px}.premium-quote-form{grid-gap:12px;display:grid;gap:12px;margin-top:24px}.premium-quote-form label{grid-gap:7px;color:#151515;color:var(--home-ink);display:grid;font-size:11px;font-weight:1000;gap:7px;letter-spacing:.12em;text-transform:uppercase}.premium-quote-form input,.premium-quote-form select{background:#f7f7f8;border:1px solid #0e121824;border-radius:8px;color:#151515;color:var(--home-ink);font:inherit;font-size:15px;font-weight:800;min-height:48px;outline:none;padding:0 14px;width:100%}.premium-quote-form input:focus,.premium-quote-form select:focus{background:#fff;border-color:#e63125;border-color:var(--home-red);box-shadow:0 0 0 4px #e631251f}.premium-quote-form button{background:#e63125;background:var(--home-red);border:0;border-radius:999px;color:#fff;cursor:pointer;font-size:13px;font-weight:1000;letter-spacing:.08em;margin-top:6px;min-height:52px;text-transform:uppercase}.premium-form-note{font-size:12px;line-height:1.45;margin:2px 0 0}.premium-contact-card .premium-quote-form+a:first-of-type{margin-top:18px}.home-reveal{opacity:0;transform:translateY(34px);transition:opacity .72s cubic-bezier(.2,.7,.2,1),transform .72s cubic-bezier(.2,.7,.2,1)}.home-reveal.active{opacity:1;transform:translateY(0)}body.dark-mode .premium-home,body[data-dark-mode=true] .premium-home{background:#fafaf6!important;background:var(--home-paper)!important;color:#151515!important;color:var(--home-ink)!important}body.dark-mode .premium-home .premium-contact-card,body.dark-mode .premium-home .premium-eco,body.dark-mode .premium-home .premium-feature-card:not(.premium-score-card),body.dark-mode .premium-home .premium-phase,body.dark-mode .premium-home .premium-section:not(.premium-dark):not(.premium-clubs):not(.premium-sponsors),body.dark-mode .premium-home .premium-step,body[data-dark-mode=true] .premium-home .premium-contact-card,body[data-dark-mode=true] .premium-home .premium-eco,body[data-dark-mode=true] .premium-home .premium-feature-card:not(.premium-score-card),body[data-dark-mode=true] .premium-home .premium-phase,body[data-dark-mode=true] .premium-home .premium-section:not(.premium-dark):not(.premium-clubs):not(.premium-sponsors),body[data-dark-mode=true] .premium-home .premium-step{background-color:#fff!important;color:#151515!important;color:var(--home-ink)!important}body.dark-mode .premium-home .premium-duo-section,body[data-dark-mode=true] .premium-home .premium-duo-section{background:#f3efe6!important;background:var(--home-cream)!important}body.dark-mode .premium-home .premium-contact-card h3,body.dark-mode .premium-home .premium-eco h3,body.dark-mode .premium-home .premium-feature-card:not(.premium-score-card):not(.premium-app-card) h2,body.dark-mode .premium-home .premium-phase h3,body.dark-mode .premium-home .premium-section-head h2,body.dark-mode .premium-home .premium-section-head h2 span,body.dark-mode .premium-home .premium-step h3,body[data-dark-mode=true] .premium-home .premium-contact-card h3,body[data-dark-mode=true] .premium-home .premium-eco h3,body[data-dark-mode=true] .premium-home .premium-feature-card:not(.premium-score-card):not(.premium-app-card) h2,body[data-dark-mode=true] .premium-home .premium-phase h3,body[data-dark-mode=true] .premium-home .premium-section-head h2,body[data-dark-mode=true] .premium-home .premium-section-head h2 span,body[data-dark-mode=true] .premium-home .premium-step h3{color:#151515!important;color:var(--home-ink)!important}.premium-home .premium-duo .premium-app-card,body.dark-mode .premium-home .premium-duo .premium-app-card,body[data-dark-mode=true] .premium-home .premium-duo .premium-app-card{background:#111!important;border-color:#111!important;color:#fff!important}.premium-home .premium-duo .premium-app-card h2,body.dark-mode .premium-home .premium-duo .premium-app-card h2,body[data-dark-mode=true] .premium-home .premium-duo .premium-app-card h2{color:#fff!important}.premium-home .premium-duo .premium-app-card li,.premium-home .premium-duo .premium-app-card p,body.dark-mode .premium-home .premium-duo .premium-app-card li,body.dark-mode .premium-home .premium-duo .premium-app-card p,body[data-dark-mode=true] .premium-home .premium-duo .premium-app-card li,body[data-dark-mode=true] .premium-home .premium-duo .premium-app-card p{color:#ffffffb8!important}.premium-home .premium-duo .premium-score-card,body.dark-mode .premium-home .premium-duo .premium-score-card,body[data-dark-mode=true] .premium-home .premium-duo .premium-score-card{background:#fff!important;border-color:#e5e0d6!important;border-color:var(--home-line)!important;color:#151515!important;color:var(--home-ink)!important}.premium-home .premium-duo .premium-score-card h2,body.dark-mode .premium-home .premium-duo .premium-score-card h2,body[data-dark-mode=true] .premium-home .premium-duo .premium-score-card h2{color:#151515!important;color:var(--home-ink)!important}.premium-home .premium-duo .premium-score-card li,.premium-home .premium-duo .premium-score-card p,body.dark-mode .premium-home .premium-duo .premium-score-card li,body.dark-mode .premium-home .premium-duo .premium-score-card p,body[data-dark-mode=true] .premium-home .premium-duo .premium-score-card li,body[data-dark-mode=true] .premium-home .premium-duo .premium-score-card p{color:#6f6b63!important;color:var(--home-muted)!important}.premium-home .premium-reel-play,body.dark-mode .premium-home .premium-reel-play,body[data-dark-mode=true] .premium-home .premium-reel-play{background:#fffffff0!important;color:#151515!important;color:var(--home-ink)!important}.premium-home .premium-eco-icon,.premium-home .premium-eco-icon svg,body.dark-mode .premium-home .premium-eco-icon,body.dark-mode .premium-home .premium-eco-icon svg,body[data-dark-mode=true] .premium-home .premium-eco-icon,body[data-dark-mode=true] .premium-home .premium-eco-icon svg{stroke:#e63125!important;stroke:var(--home-red)!important;color:#e63125!important;color:var(--home-red)!important}.premium-home .premium-app-card,body.dark-mode .premium-home .premium-app-card,body[data-dark-mode=true] .premium-home .premium-app-card{background:#111!important;border-color:#111!important;color:#fff!important}.premium-home .premium-app-card h2,body.dark-mode .premium-home .premium-app-card h2,body[data-dark-mode=true] .premium-home .premium-app-card h2{color:#fff!important}.premium-home .premium-app-card li,.premium-home .premium-app-card p,body.dark-mode .premium-home .premium-app-card li,body.dark-mode .premium-home .premium-app-card p,body[data-dark-mode=true] .premium-home .premium-app-card li,body[data-dark-mode=true] .premium-home .premium-app-card p{color:#ffffffad!important}.premium-home .premium-score-card,body.dark-mode .premium-home .premium-score-card,body[data-dark-mode=true] .premium-home .premium-score-card{background:#fff!important;border-color:#e5e0d6!important;border-color:var(--home-line)!important;color:#151515!important;color:var(--home-ink)!important}.premium-home .premium-score-card h2,body.dark-mode .premium-home .premium-score-card h2,body[data-dark-mode=true] .premium-home .premium-score-card h2{color:#151515!important;color:var(--home-ink)!important}.premium-home .premium-score-card li,.premium-home .premium-score-card p,body.dark-mode .premium-home .premium-score-card li,body.dark-mode .premium-home .premium-score-card p,body[data-dark-mode=true] .premium-home .premium-score-card li,body[data-dark-mode=true] .premium-home .premium-score-card p{color:#6f6b63!important;color:var(--home-muted)!important}body.dark-mode .premium-home .premium-quote-form label,body[data-dark-mode=true] .premium-home .premium-quote-form label{color:#151515!important;color:var(--home-ink)!important}body.dark-mode .premium-home .premium-quote-form input,body.dark-mode .premium-home .premium-quote-form select,body[data-dark-mode=true] .premium-home .premium-quote-form input,body[data-dark-mode=true] .premium-home .premium-quote-form select{background:#f7f7f8!important;border-color:#0e121824!important;color:#151515!important;color:var(--home-ink)!important}body.dark-mode .premium-home .premium-quote-form button,body[data-dark-mode=true] .premium-home .premium-quote-form button{background:#e63125!important;background:var(--home-red)!important;color:#fff!important}body.dark-mode .premium-home .premium-rec-pill,body[data-dark-mode=true] .premium-home .premium-rec-pill{background:#fff!important}body.dark-mode .premium-home .premium-eyebrow,body[data-dark-mode=true] .premium-home .premium-eyebrow{background:#e63125!important;background:var(--home-red)!important;color:#fff!important}body.dark-mode .premium-home .premium-chapter,body.dark-mode .premium-home .premium-contact-card>span,body.dark-mode .premium-home .premium-cta h2 span,body.dark-mode .premium-home .premium-feature-card h2 span,body.dark-mode .premium-home .premium-feature-card-content>span,body.dark-mode .premium-home .premium-feature-card>span,body.dark-mode .premium-home .premium-phase>span,body.dark-mode .premium-home .premium-section-head h2 span,body.dark-mode .premium-home .premium-step span,body.dark-mode .premium-home .premium-step-num,body.dark-mode .premium-home .premium-tier>span,body[data-dark-mode=true] .premium-home .premium-chapter,body[data-dark-mode=true] .premium-home .premium-contact-card>span,body[data-dark-mode=true] .premium-home .premium-cta h2 span,body[data-dark-mode=true] .premium-home .premium-feature-card h2 span,body[data-dark-mode=true] .premium-home .premium-feature-card-content>span,body[data-dark-mode=true] .premium-home .premium-feature-card>span,body[data-dark-mode=true] .premium-home .premium-phase>span,body[data-dark-mode=true] .premium-home .premium-section-head h2 span,body[data-dark-mode=true] .premium-home .premium-step span,body[data-dark-mode=true] .premium-home .premium-step-num,body[data-dark-mode=true] .premium-home .premium-tier>span{color:#e63125!important;color:var(--home-red)!important}body.dark-mode .premium-home .premium-step-num small,body[data-dark-mode=true] .premium-home .premium-step-num small{color:#6f6b63!important;color:var(--home-muted)!important}body.dark-mode .premium-home .premium-step span,body[data-dark-mode=true] .premium-home .premium-step span{background:#f3efe6!important;background:var(--home-cream)!important}body.dark-mode .premium-home .premium-contact-card p,body.dark-mode .premium-home .premium-eco p,body.dark-mode .premium-home .premium-feature-card:not(.premium-score-card) li,body.dark-mode .premium-home .premium-feature-card:not(.premium-score-card) p,body.dark-mode .premium-home .premium-phase p,body.dark-mode .premium-home .premium-section-head p,body.dark-mode .premium-home .premium-step p,body[data-dark-mode=true] .premium-home .premium-contact-card p,body[data-dark-mode=true] .premium-home .premium-eco p,body[data-dark-mode=true] .premium-home .premium-feature-card:not(.premium-score-card) li,body[data-dark-mode=true] .premium-home .premium-feature-card:not(.premium-score-card) p,body[data-dark-mode=true] .premium-home .premium-phase p,body[data-dark-mode=true] .premium-home .premium-section-head p,body[data-dark-mode=true] .premium-home .premium-step p{color:#6f6b63!important;color:var(--home-muted)!important}body.dark-mode .premium-home .premium-clubs,body.dark-mode .premium-home .premium-cta,body.dark-mode .premium-home .premium-dark,body.dark-mode .premium-home .premium-score-card,body.dark-mode .premium-home .premium-sponsors,body[data-dark-mode=true] .premium-home .premium-clubs,body[data-dark-mode=true] .premium-home .premium-cta,body[data-dark-mode=true] .premium-home .premium-dark,body[data-dark-mode=true] .premium-home .premium-score-card,body[data-dark-mode=true] .premium-home .premium-sponsors{background-color:#0a0a0a!important;background-color:var(--home-black)!important;color:#fff!important}body.dark-mode .premium-home .premium-clubs h2,body.dark-mode .premium-home .premium-cta h2,body.dark-mode .premium-home .premium-dark h2,body.dark-mode .premium-home .premium-score-card h2,body.dark-mode .premium-home .premium-sponsors h2,body.dark-mode .premium-home .premium-tier h3,body[data-dark-mode=true] .premium-home .premium-clubs h2,body[data-dark-mode=true] .premium-home .premium-cta h2,body[data-dark-mode=true] .premium-home .premium-dark h2,body[data-dark-mode=true] .premium-home .premium-score-card h2,body[data-dark-mode=true] .premium-home .premium-sponsors h2,body[data-dark-mode=true] .premium-home .premium-tier h3{color:#fff!important}body.dark-mode .premium-home .premium-clubs p,body.dark-mode .premium-home .premium-cta p,body.dark-mode .premium-home .premium-dark p,body.dark-mode .premium-home .premium-score-card li,body.dark-mode .premium-home .premium-score-card p,body.dark-mode .premium-home .premium-sponsors p,body.dark-mode .premium-home .premium-tier li,body.dark-mode .premium-home .premium-tier p,body[data-dark-mode=true] .premium-home .premium-clubs p,body[data-dark-mode=true] .premium-home .premium-cta p,body[data-dark-mode=true] .premium-home .premium-dark p,body[data-dark-mode=true] .premium-home .premium-score-card li,body[data-dark-mode=true] .premium-home .premium-score-card p,body[data-dark-mode=true] .premium-home .premium-sponsors p,body[data-dark-mode=true] .premium-home .premium-tier li,body[data-dark-mode=true] .premium-home .premium-tier p{color:#ffffffad!important}@keyframes homeRotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.home-footer{background:#111;color:#fff;padding:56px 5% 28px}.home-footer-content{margin:0 auto;max-width:1200px}.home-footer-top{grid-gap:34px;border-bottom:1px solid #ffffff1a;display:grid;gap:34px;grid-template-columns:1.2fr repeat(3,minmax(160px,1fr));padding-bottom:34px}.home-footer-logo{border-radius:0;height:54px;margin:0 0 14px;width:auto}.home-footer-bottom p,.home-footer-tagline{color:#ffffff8a;font-size:14px;line-height:1.5;margin:0}.home-footer-section h4{color:#e63125;color:var(--home-red);font-size:13px;font-weight:1000;letter-spacing:.12em;margin:0 0 18px;text-transform:uppercase}.home-footer-link{color:#ffffffa8;display:block;font-size:14px;font-weight:650;margin-bottom:11px;transition:color .2s ease}.home-footer-link:hover{color:#fff}.home-footer-social{display:flex;gap:12px}.home-footer-social a{background:#ffffff1a;border-radius:999px;display:grid;height:40px;place-items:center;width:40px}.home-footer-social svg{height:20px;width:20px}.home-footer-bottom{padding-top:24px;text-align:center}.legal-markdown-content h1{color:#1a1a1a;font-size:48px;font-weight:800;margin-bottom:30px}.legal-markdown-content h2{color:#1a1a1a;font-size:32px;font-weight:700;margin-bottom:20px;margin-top:40px}.legal-markdown-content h3{color:#1a1a1a;font-size:24px;font-weight:600;margin-bottom:15px;margin-top:30px}.legal-markdown-content h4{color:#1a1a1a;font-size:20px;font-weight:600;margin-bottom:12px;margin-top:25px}.legal-markdown-content li,.legal-markdown-content p{color:#666;font-size:18px;font-weight:400;line-height:1.8}.legal-markdown-content p{margin-bottom:20px}.legal-markdown-content ol,.legal-markdown-content ul{margin-bottom:20px;padding-left:40px}.legal-markdown-content li{margin-bottom:10px}.legal-markdown-content a{color:#e63125;color:var(--home-red);font-weight:700}.legal-markdown-content a:hover{text-decoration:underline}.legal-markdown-content table{border-collapse:collapse;margin-bottom:20px;width:100%}.legal-markdown-content td,.legal-markdown-content th{border:1px solid #ddd;color:#666;font-size:16px;padding:12px 15px;text-align:left}.legal-markdown-content th{background:#f5f5f5;color:#1a1a1a;font-weight:700}.legal-markdown-content blockquote{border-left:4px solid #e63125;border-left:4px solid var(--home-red);color:#666;font-style:italic;margin:20px 0;padding-left:20px}.legal-markdown-content hr{border:none;border-top:1px solid #ddd;margin:40px 0}@media (max-width:1120px){.home-nav{gap:16px}.premium-cta-grid,.premium-duo,.premium-hero-grid{grid-template-columns:1fr}.premium-hero-visual{margin:0 auto;max-width:560px;min-height:460px;width:100%}.premium-ecosystem,.premium-phases{grid-template-columns:repeat(2,minmax(0,1fr))}.premium-club-logos{gap:22px 18px}}@media (max-width:920px){.premium-container{width:min(100% - 36px,1440px)}.home-header,.home-header.scrolled,.premium-nav.home-header,.premium-nav.home-header.scrolled{padding:12px 18px}.home-nav{display:none}.home-brand-row{gap:16px}.home-header-actions{gap:8px}.home-contact-btn,.home-videos-btn{font-size:12px;min-height:38px;padding:0 13px}.premium-hero{padding:108px 0 58px}.premium-big-stat,.premium-reels,.premium-stats,.premium-steps,.premium-testimonials,.premium-tiers{grid-template-columns:1fr}.premium-club-logos{gap:18px 14px}.home-footer-top{grid-template-columns:1fr 1fr}}@media (max-width:640px){.home-logo{height:36px}.home-videos-btn{display:none}.premium-cta h2,.premium-feature-card h2,.premium-hero h1,.premium-section-head h2{font-size:clamp(22px,7.4vw,42px);-webkit-hyphens:manual;hyphens:manual;overflow-wrap:normal;word-break:normal}.premium-hero-actions{flex-direction:column}.premium-btn{width:100%}.premium-ecosystem,.premium-phases,.premium-stats{grid-template-columns:1fr}.premium-club-logos{gap:16px 12px}.premium-cta,.premium-section{padding:44px 0}.premium-hero-visual{min-height:350px}.premium-rec-pill{left:12px}.premium-mexico-badge{bottom:12%;right:8px}.premium-contact-card,.premium-feature-card,.premium-testimonials blockquote{padding:24px}.home-footer-top{grid-template-columns:1fr;text-align:center}.home-footer-logo{margin-left:auto;margin-right:auto}.home-footer-social{justify-content:center}.legal-markdown-content h1{font-size:32px}.legal-markdown-content h2{font-size:24px}.legal-markdown-content h3{font-size:20px}.legal-markdown-content li,.legal-markdown-content p{font-size:16px}}body.dark-mode .premium-home .premium-contact-card h3,body.dark-mode .premium-home .premium-contact-card p,body.dark-mode .premium-home .premium-section:not(.premium-dark):not(.premium-clubs):not(.premium-sponsors) h2,body.dark-mode .premium-home .premium-section:not(.premium-dark):not(.premium-clubs):not(.premium-sponsors) h3,body.dark-mode .premium-home .premium-section:not(.premium-dark):not(.premium-clubs):not(.premium-sponsors) li,body.dark-mode .premium-home .premium-section:not(.premium-dark):not(.premium-clubs):not(.premium-sponsors) p,body.dark-mode .premium-home .premium-section:not(.premium-dark):not(.premium-clubs):not(.premium-sponsors) small,body[data-dark-mode=true] .premium-home .premium-contact-card h3,body[data-dark-mode=true] .premium-home .premium-contact-card p,body[data-dark-mode=true] .premium-home .premium-section:not(.premium-dark):not(.premium-clubs):not(.premium-sponsors) h2,body[data-dark-mode=true] .premium-home .premium-section:not(.premium-dark):not(.premium-clubs):not(.premium-sponsors) h3,body[data-dark-mode=true] .premium-home .premium-section:not(.premium-dark):not(.premium-clubs):not(.premium-sponsors) li,body[data-dark-mode=true] .premium-home .premium-section:not(.premium-dark):not(.premium-clubs):not(.premium-sponsors) p,body[data-dark-mode=true] .premium-home .premium-section:not(.premium-dark):not(.premium-clubs):not(.premium-sponsors) small{color:#151515!important;color:var(--home-ink)!important}body.dark-mode .premium-home .premium-contact-card p,body.dark-mode .premium-home .premium-section:not(.premium-dark):not(.premium-clubs):not(.premium-sponsors) li,body.dark-mode .premium-home .premium-section:not(.premium-dark):not(.premium-clubs):not(.premium-sponsors) p,body.dark-mode .premium-home .premium-section:not(.premium-dark):not(.premium-clubs):not(.premium-sponsors) small,body[data-dark-mode=true] .premium-home .premium-contact-card p,body[data-dark-mode=true] .premium-home .premium-section:not(.premium-dark):not(.premium-clubs):not(.premium-sponsors) li,body[data-dark-mode=true] .premium-home .premium-section:not(.premium-dark):not(.premium-clubs):not(.premium-sponsors) p,body[data-dark-mode=true] .premium-home .premium-section:not(.premium-dark):not(.premium-clubs):not(.premium-sponsors) small{color:#6f6b63!important;color:var(--home-muted)!important}body.dark-mode .premium-home .premium-chapter,body.dark-mode .premium-home .premium-contact-card>span,body.dark-mode .premium-home .premium-feature-card-content>span,body.dark-mode .premium-home .premium-feature-card>span,body.dark-mode .premium-home .premium-phase>span,body.dark-mode .premium-home .premium-section-head h2 span,body.dark-mode .premium-home .premium-step-num,body[data-dark-mode=true] .premium-home .premium-chapter,body[data-dark-mode=true] .premium-home .premium-contact-card>span,body[data-dark-mode=true] .premium-home .premium-feature-card-content>span,body[data-dark-mode=true] .premium-home .premium-feature-card>span,body[data-dark-mode=true] .premium-home .premium-phase>span,body[data-dark-mode=true] .premium-home .premium-section-head h2 span,body[data-dark-mode=true] .premium-home .premium-step-num{color:#e63125!important;color:var(--home-red)!important}body.dark-mode .premium-home .premium-rec-pill,body[data-dark-mode=true] .premium-home .premium-rec-pill{background-color:#fff!important;color:#151515!important;color:var(--home-ink)!important}body.dark-mode .premium-home .premium-hero-wordmark,body[data-dark-mode=true] .premium-home .premium-hero-wordmark{color:#ffffff0a!important}.premium-home .premium-duo .premium-app-card h2,.premium-home .premium-duo-section .premium-app-card h2,body.dark-mode .premium-home .premium-duo .premium-app-card h2,body.dark-mode .premium-home .premium-duo-section .premium-app-card h2,body[data-dark-mode=true] .premium-home .premium-duo .premium-app-card h2,body[data-dark-mode=true] .premium-home .premium-duo-section .premium-app-card h2{color:#fff!important}.premium-home .premium-duo .premium-app-card h2 span,.premium-home .premium-duo-section .premium-app-card h2 span,body.dark-mode .premium-home .premium-duo-section .premium-app-card h2 span,body[data-dark-mode=true] .premium-home .premium-duo-section .premium-app-card h2 span{color:#e63125!important;color:var(--home-red)!important}.contact-page-section{align-items:center;background:linear-gradient(180deg,#f8f9fa 0,#fff);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:120px 20px 60px;text-align:center}.contact-page-title{color:#1a1a1a;font-size:48px;font-weight:800;margin-bottom:20px}.contact-page-desc{color:#666;font-size:20px;line-height:1.8;margin-bottom:50px;max-width:700px}.contact-cards{max-width:600px;width:100%}.contact-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;margin-bottom:30px;padding:40px;transition:transform .3s ease}.contact-card:last-child{margin-bottom:0}.contact-card:hover{transform:translateY(-5px)}.contact-card-title{color:#1a1a1a;font-size:24px;margin-bottom:15px}.contact-card-link{color:red;font-size:20px;font-weight:700;text-decoration:none}.contact-card-note{color:#666;font-size:16px;font-style:italic;margin-top:15px}body.dark-mode .contact-page-section,body[data-dark-mode=true] .contact-page-section{background:linear-gradient(180deg,#0a0a0a 0,#000)!important}body.dark-mode .contact-page-title,body[data-dark-mode=true] .contact-page-title{color:#fff!important}body.dark-mode .contact-page-desc,body[data-dark-mode=true] .contact-page-desc{color:#ccc!important}body.dark-mode .contact-card,body[data-dark-mode=true] .contact-card{background:#161616!important;border:1px solid #ffffff0f;box-shadow:0 10px 40px #00000080!important}body.dark-mode .contact-card-title,body[data-dark-mode=true] .contact-card-title{color:#fff!important}body.dark-mode .contact-card-note,body[data-dark-mode=true] .contact-card-note{color:#aaa!important}body.dark-mode .contact-card-link,body[data-dark-mode=true] .contact-card-link{color:#ff5252!important}.legal-page-wrapper{background:#fff}.legal-page-content{background:#fff;margin:0 auto;max-width:1000px;padding:120px 5% 60px}.legal-page-loading{color:#666;font-size:18px}body.dark-mode .legal-page-content,body.dark-mode .legal-page-wrapper,body[data-dark-mode=true] .legal-page-content,body[data-dark-mode=true] .legal-page-wrapper{background:#000!important}body.dark-mode .legal-page-loading,body[data-dark-mode=true] .legal-page-loading{color:#ccc!important}body.dark-mode .legal-markdown-content a,body[data-dark-mode=true] .legal-markdown-content a{color:#ff5252!important}body.dark-mode .legal-markdown-content code,body[data-dark-mode=true] .legal-markdown-content code{background:#1a1a1a!important;color:#f5f5f5!important}body.dark-mode .legal-markdown-content pre,body[data-dark-mode=true] .legal-markdown-content pre{background:#0e0e0e!important}body.dark-mode .legal-markdown-content blockquote,body[data-dark-mode=true] .legal-markdown-content blockquote{border-left-color:#ffffff2e!important;color:#ccc!important}body.dark-mode .legal-markdown-content table,body.dark-mode .legal-markdown-content td,body.dark-mode .legal-markdown-content th,body[data-dark-mode=true] .legal-markdown-content table,body[data-dark-mode=true] .legal-markdown-content td,body[data-dark-mode=true] .legal-markdown-content th{border-color:#ffffff1f!important}@media (max-width:640px){.contact-page-title{font-size:34px}.contact-page-desc{font-size:17px}.contact-card{padding:28px}.legal-page-content{padding:100px 5% 40px}}body.dark-mode .premium-home .premium-duo-section .premium-duo .premium-feature-card.premium-app-card .premium-feature-card-content h2,body.dark-mode .premium-home .premium-duo-section .premium-duo .premium-feature-card.premium-app-card h2,body[data-dark-mode=true] .premium-home .premium-duo-section .premium-duo .premium-feature-card.premium-app-card .premium-feature-card-content h2,body[data-dark-mode=true] .premium-home .premium-duo-section .premium-duo .premium-feature-card.premium-app-card h2{color:#fff!important}body.dark-mode .premium-home .premium-duo-section .premium-duo .premium-feature-card.premium-app-card .premium-feature-card-content h2 span,body.dark-mode .premium-home .premium-duo-section .premium-duo .premium-feature-card.premium-app-card h2 span,body[data-dark-mode=true] .premium-home .premium-duo-section .premium-duo .premium-feature-card.premium-app-card .premium-feature-card-content h2 span,body[data-dark-mode=true] .premium-home .premium-duo-section .premium-duo .premium-feature-card.premium-app-card h2 span{color:#e63125!important;color:var(--home-red)!important}
/*# sourceMappingURL=main.0ccc1325.css.map*/