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{--pa-red:#e63125;--pa-red-soft:#e631251f;--pa-ink:#141414;--pa-muted:#6a6a6a;--pa-paper:#f7f6f1;--pa-cream:#efece2;--pa-line:#e3ddd1;--pa-line-strong:#d8d2c4}.premium-app-view{-webkit-font-smoothing:antialiased;background:#f7f6f1;background:var(--pa-paper);color:#141414;color:var(--pa-ink);display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;min-height:100vh}.premium-app-view *,.premium-app-view :after,.premium-app-view :before{box-sizing:border-box;color:inherit}.premium-app-view img{display:block;margin-bottom:0;max-width:100%}.premium-app-view h1,.premium-app-view h2,.premium-app-view h3,.premium-app-view h4{color:inherit;font-weight:800;line-height:1.1;margin:0;text-align:left}.premium-app-view p{color:inherit;font-size:1rem;font-weight:500;margin:0}.premium-app-view a{color:inherit;text-decoration:none}.premium-app-view :where(button){background:#0000;border:0;color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;margin:0;padding:0;width:auto}.premium-app-main{display:flex;flex:1 1 auto;flex-direction:column}.premium-app-shell{margin:0 auto;width:min(100% - 32px,1180px)}.premium-app-header{align-items:center;backdrop-filter:saturate(160%) blur(16px);-webkit-backdrop-filter:saturate(160%) blur(16px);background:#0a0a0a9e;border-bottom:1px solid #ffffff0f;color:#fff;display:flex;gap:10px;justify-content:space-between;left:0;padding:9px 14px;position:fixed;right:0;top:0;transition:padding .22s ease,background .22s ease,box-shadow .22s ease;z-index:1000}.premium-app-header.scrolled{background:#0a0a0ad1;box-shadow:0 10px 22px #00000047;padding:7px 14px}.premium-app-header-left,.premium-app-header-right{align-items:center;display:flex;gap:8px;min-width:0}.premium-app-logo-link{align-items:center;border-radius:10px;display:inline-flex;padding:4px;transition:background .2s ease}.premium-app-logo-link:active{background:#ffffff14}.premium-app-logo{border-radius:0;display:block;height:32px;width:auto}.premium-app-home-btn{align-items:center;background:#fff;border-radius:999px;color:#141414;color:var(--pa-ink);display:inline-flex;font-size:12px;font-weight:800;gap:7px;height:36px;letter-spacing:0;padding:0 14px;transition:transform .18s ease;white-space:nowrap}.premium-app-home-btn:before{background:#e63125;background:var(--pa-red);border-radius:999px;box-shadow:0 0 0 3px #e631252e;content:"";height:6px;width:6px}.premium-app-home-btn:active{transform:scale(.96)}.premium-app-theme-toggle{align-items:center;background:#ffffff14;border:1px solid #ffffff38;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;height:36px;justify-content:center;transition:background .18s ease,border-color .18s ease,transform .18s ease;width:36px}.premium-app-theme-toggle:hover{background:#ffffff24;border-color:#ffffff6b}.premium-app-theme-toggle:active{transform:scale(.94)}.premium-app-theme-toggle svg{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;height:16px;width:16px}@media (min-width:720px){.premium-app-header{padding:11px 28px}.premium-app-header.scrolled{padding:8px 28px}.premium-app-logo{height:36px}.premium-app-home-btn{font-size:13px;height:38px;padding:0 16px}.premium-app-theme-toggle{height:38px;width:38px}}.premium-app-hero{background:radial-gradient(ellipse 80% 60% at 50% 0,#e6312552,#0000 65%),radial-gradient(ellipse 100% 80% at 50% 100%,#0006,#0000 60%),linear-gradient(180deg,#0a0a0a,#141414);color:#fff;overflow:hidden;padding:78px 0 28px;position:relative;text-align:center}.premium-app-hero:after{background:radial-gradient(circle at 20% 30%,#ffffff0a,#0000 40%),radial-gradient(circle at 80% 70%,#e631250f,#0000 40%);content:"";inset:0;pointer-events:none;position:absolute}.premium-app-hero-inner{align-items:center;display:flex;flex-direction:column;gap:14px;position:relative;z-index:2}.premium-breadcrumb{align-items:center;display:flex;flex-wrap:wrap;gap:4px 8px;justify-content:center;list-style:none;margin:0;max-width:100%;padding:0 8px}.premium-breadcrumb li{align-items:center;color:#ffffff80;display:inline-flex;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.premium-breadcrumb li+li:before{color:#ffffff42;content:"›";display:inline-block;font-weight:700;margin:0 6px}.premium-breadcrumb a{color:#ffffffb8;transition:color .2s ease}.premium-breadcrumb a:active,.premium-breadcrumb a:hover{color:#fff}.premium-breadcrumb li.is-current{color:#e63125;color:var(--pa-red)}.premium-app-hero-eyebrow{align-items:center;background:#e63125;background:var(--pa-red);border-radius:999px;box-shadow:0 8px 20px #e6312547;color:#fff!important;display:inline-flex;font-size:10px;font-weight:800;gap:8px;letter-spacing:.18em;padding:6px 12px;text-transform:uppercase}.premium-app-hero-eyebrow:before{background:#fff;border-radius:999px;content:"";height:6px;width:6px}.premium-app-hero-title{color:#fff!important;font-size:clamp(26px,7vw,44px);font-weight:800;letter-spacing:-.01em;line-height:1.05;margin:0;max-width:22ch;text-align:center}.premium-app-hero-title span{color:#e63125;color:var(--pa-red)}.premium-app-hero-subtitle{color:#ffffffb3!important;font-size:14px;font-weight:500;line-height:1.55;margin:0 auto;max-width:38ch;text-align:center}.premium-app-hero-meta{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:4px}.premium-app-hero-chip{align-items:center;background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;color:#ffffffdb;display:inline-flex;font-size:11px;font-weight:700;gap:6px;letter-spacing:.04em;padding:6px 12px}.premium-app-hero-chip strong{color:#fff;font-weight:800}.premium-app-hero-dot{border-radius:999px;flex:none;height:7px;width:7px}.premium-app-hero-dot.is-active{background:#29c46f;box-shadow:0 0 0 3px #29c46f2e}.premium-app-hero-dot.is-offline{background:#e63125;background:var(--pa-red);box-shadow:0 0 0 3px #e6312538}.premium-app-hero-chip-offline{background:#e6312524;border-color:#e6312559;color:#ffd9d3}.premium-app-hero-unit{align-items:center;display:flex;flex-direction:column;gap:12px;margin-top:4px}.premium-app-hero-unit-logo{background:#fff;border:1px solid #ffffff2e;border-radius:50%;box-shadow:0 14px 32px #0000006b;display:block;height:64px;object-fit:cover;padding:4px;width:64px}@media (min-width:720px){.premium-app-hero{padding:96px 0 44px}.premium-app-hero-inner{gap:16px}.premium-app-hero-title{font-size:clamp(34px,4.6vw,56px)}.premium-app-hero-subtitle{font-size:15px;max-width:56ch}.premium-app-hero-unit-logo{height:76px;width:76px}}.premium-search-row{align-items:center;display:flex;flex-direction:column;gap:6px;margin-top:6px;max-width:420px;padding:0 4px;width:100%}.premium-search{position:relative;width:100%}.premium-search input{background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;color:#fff;font:inherit;font-size:14px;font-weight:600;height:44px;outline:none;padding:0 16px 0 42px;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease;width:100%}.premium-search input::placeholder{color:#ffffff6b;font-weight:500}.premium-search input:focus{background:#ffffff24;border-color:#e63125b3;box-shadow:0 0 0 4px #e6312529}.premium-search-icon{fill:none;stroke:#ffffff8f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;height:18px;left:16px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:18px}.premium-search-count{color:#fff9;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.premium-app-section{background:#f7f6f1;background:var(--pa-paper);color:#141414;color:var(--pa-ink);flex:1 1 auto;padding:32px 0 40px}.premium-app-section-head{align-items:center;display:flex;flex-direction:column;gap:4px;margin-bottom:22px;text-align:center}.premium-app-section-title{color:#141414;color:var(--pa-ink);font-size:20px;font-weight:800;letter-spacing:-.01em;line-height:1.15;margin:0}.premium-app-section-title span{color:#e63125;color:var(--pa-red)}.premium-app-section-sub{color:#6a6a6a;color:var(--pa-muted);font-size:13px;font-weight:500;line-height:1.5;margin:0;max-width:44ch}@media (min-width:720px){.premium-app-section{padding:48px 0 56px}.premium-app-section-title{font-size:24px}.premium-app-section-sub{font-size:14px}}.premium-clubs-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center;margin:0 auto}@media (min-width:480px){.premium-clubs-grid{gap:16px;grid-template-columns:repeat(auto-fill,minmax(155px,1fr))}}@media (min-width:720px){.premium-clubs-grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}}.premium-club-card{align-items:center;background:#fff;border:1px solid #e3ddd1;border:1px solid var(--pa-line);border-radius:18px;box-shadow:0 14px 30px #0000000a;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;overflow:hidden;padding:20px 14px 18px;position:relative;text-align:center;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.premium-club-card:before{background:linear-gradient(180deg,#e6312514,#0000 100%);content:"";height:56px;left:-1px;pointer-events:none;position:absolute;right:-1px;top:-1px}.premium-club-card:hover{border-color:#e6312566;box-shadow:0 22px 42px #e631251f;transform:translateY(-3px)}.premium-club-card-logo{background:#0000;border-radius:50%;height:88px;object-fit:cover;position:relative;transition:transform .35s ease;width:88px;z-index:1}.premium-club-card:hover .premium-club-card-logo{transform:scale(1.04)}.premium-club-card .premium-club-card-name{color:#141414;color:var(--pa-ink);font-size:13px;font-weight:800;letter-spacing:-.01em;line-height:1.25;margin:0;position:relative;text-align:center;width:100%;z-index:1}.premium-club-card-cta{align-items:center;color:#e63125;color:var(--pa-red);display:inline-flex;font-size:10px;font-weight:800;gap:4px;letter-spacing:.12em;opacity:.85;position:relative;text-transform:uppercase;z-index:1}@media (min-width:720px){.premium-club-card{padding:26px 16px 22px}.premium-club-card-logo{height:112px;width:112px}.premium-club-card-name{font-size:14px}}.premium-empty{background:#fff;border:1px dashed #d8d2c4;border:1px dashed var(--pa-line-strong);border-radius:16px;color:#6a6a6a;color:var(--pa-muted);font-size:14px;font-weight:600;grid-column:1/-1;padding:40px 20px;text-align:center}.premium-courts-grid{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.premium-courts-grid>*{flex-basis:calc(50% - 6px);flex-grow:0;flex-shrink:0}@media (min-width:480px){.premium-courts-grid{gap:14px}.premium-courts-grid>*{flex-basis:160px}}@media (min-width:720px){.premium-courts-grid{gap:18px}.premium-courts-grid>*{flex-basis:180px}}.premium-court-card{align-items:center;background:#fff;border:1px solid #e3ddd1;border:1px solid var(--pa-line);border-radius:20px;box-shadow:0 14px 30px #0000000a;color:#141414;color:var(--pa-ink);display:flex;flex-direction:column;gap:12px;padding:18px 14px 16px;position:relative;text-align:center;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.premium-court-card:hover{border-color:#e6312573;box-shadow:0 22px 44px #e631251f;transform:translateY(-3px)}.premium-court-card:focus-within,.premium-court-card:has(.premium-court-popup),.premium-court-card:hover{z-index:20}.premium-court-card-media{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.premium-court-card-image{display:inline-flex;line-height:0;position:relative;transition:transform .4s ease}.premium-court-card-image img{border-radius:10px;display:block;height:auto;max-height:140px;max-width:140px;object-fit:contain;width:auto}.premium-court-card:hover .premium-court-card-image{transform:scale(1.04)}.premium-court-card-body{align-items:center;display:flex;flex-direction:column;gap:4px;text-align:center;width:100%}.premium-court-card .premium-court-card-name{color:#141414;color:var(--pa-ink);font-size:14px;font-weight:800;letter-spacing:-.01em;line-height:1.2;margin:0;text-align:center;width:100%}.premium-court-icon-btn{align-items:center;background:#fff;border:0;border-radius:50%;box-shadow:0 4px 10px #00000038;cursor:pointer;display:inline-flex;height:30px;justify-content:center;padding:4px;position:absolute;top:0;width:30px;z-index:3}.premium-court-icon-btn img{border-radius:0;display:block;height:100%;margin:0;object-fit:contain;pointer-events:none;width:100%}.premium-court-icon-btn.is-camera{right:0;transform:translate(50%,-50%)}.premium-court-icon-btn.is-wifi{background:#fff;left:0;transform:translate(-50%,-50%)}body.dark-mode .premium-court-icon-btn.is-wifi,body[data-dark-mode=true] .premium-court-icon-btn.is-wifi{background:#443e3e}.premium-court-lock{align-items:center;background:#08080899;border-radius:10px;display:flex;inset:0;justify-content:center;pointer-events:none;position:absolute;z-index:2}.premium-court-lock-icon{filter:drop-shadow(0 4px 8px rgba(0,0,0,.4));font-size:38px;line-height:1}.premium-court-popup{animation:premium-court-popup-in .24s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#121212f5;border-radius:16px;box-shadow:0 24px 48px #0000006b,0 0 0 1px #ffffff0f,inset 0 1px 0 #ffffff0d;color:#fff;cursor:pointer;font-size:11.5px;font-weight:500;line-height:1.55;max-width:calc(100vw - 40px);padding:14px 16px 16px;position:absolute;text-align:center;top:44px;width:220px;z-index:10}.premium-court-popup.is-right{right:-6px}.premium-court-popup.is-left{left:-6px}.premium-court-popup:before{background:#121212f5;border-left:1px solid #ffffff0f;border-top:1px solid #ffffff0f;content:"";height:10px;position:absolute;top:-5px;transform:rotate(45deg);width:10px}.premium-court-popup.is-right:before{right:16px}.premium-court-popup.is-left:before{left:16px}.premium-court-popup img{background:#fff;border-radius:50%;box-shadow:0 4px 10px #00000038;display:block;height:30px;margin:0 auto 8px;object-fit:contain;padding:4px;width:30px}.premium-court-popup p{color:#ffffffeb;font-size:11.5px;font-weight:500;letter-spacing:.005em;line-height:1.55;margin:0}@keyframes premium-court-popup-in{0%{opacity:0;transform:translateY(-6px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.premium-cta-block{align-items:center;display:flex;flex-direction:column;gap:12px;margin-top:36px;text-align:center}.premium-cta-block-title{color:#141414;color:var(--pa-ink);font-size:13px;font-weight:800;letter-spacing:.14em;margin:0;text-transform:uppercase}.premium-app-store-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.premium-app-store-link{display:inline-flex;transition:transform .18s ease}.premium-app-store-link img{border-radius:5px;box-shadow:0 12px 24px #00000029;display:block;height:44px;width:auto}.premium-app-store-link:hover{transform:translateY(-2px)}.premium-back-row{display:flex;justify-content:center;margin-top:28px}.premium-back-cta{align-items:center;background:#141414;background:var(--pa-ink);border-radius:999px;color:#fff!important;display:inline-flex;font-size:11px;font-weight:800;gap:7px;height:42px;letter-spacing:.14em;padding:0 22px;text-transform:uppercase;transition:background .2s ease,transform .2s ease}.premium-back-cta:before{content:"←";font-size:14px}.premium-back-cta:hover{background:#e63125;background:var(--pa-red);transform:translateY(-2px)}.premium-back-cta:active{transform:scale(.97)}.premium-hours-wrap{margin:0 auto;max-width:540px}.premium-day-block{margin-bottom:22px}.premium-day-block:last-of-type{margin-bottom:4px}.premium-day-header{align-items:center;border-bottom:1px solid #e3ddd1;border-bottom:1px solid var(--pa-line);display:flex;gap:10px;justify-content:center;margin:0 0 12px;padding:6px 0 10px}.premium-day-header h3{color:#141414;color:var(--pa-ink);font-size:12px;font-weight:800;letter-spacing:.16em;margin:0;text-transform:uppercase}.premium-day-header svg{fill:none;stroke:#e63125;stroke:var(--pa-red);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;height:15px;width:15px}.premium-hours-list{grid-gap:8px;display:grid;gap:8px}.premium-hour-card{align-items:center;background:#fff;border:1px solid #e3ddd1;border:1px solid var(--pa-line);border-radius:16px;box-shadow:0 8px 22px #0000000a;color:#141414;color:var(--pa-ink);cursor:pointer;display:flex;font-family:inherit;gap:12px;justify-content:space-between;padding:12px 16px;text-align:left;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;width:100%}.premium-hour-card:hover{border-color:#e6312573;box-shadow:0 14px 30px #e631251a;transform:translateY(-2px)}.premium-hour-card:active{transform:scale(.99)}.premium-hour-card-left{align-items:center;display:flex;gap:12px;min-width:0}.premium-hour-tod{align-items:center;background:#efece2;background:var(--pa-cream);border-radius:12px;color:#e63125;color:var(--pa-red);display:inline-flex;flex:0 0 auto;height:38px;justify-content:center;width:38px}.premium-hour-tod.tod-sunrise{background:#ff98002e;color:#ff8a00}.premium-hour-tod.tod-day{background:#f5c30033;color:#d39600}.premium-hour-tod.tod-sunset{background:#ff57222e;color:#ff5722}.premium-hour-tod.tod-night{background:#2196f32e;color:#1f7ec4}.premium-hour-tod svg{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;height:20px;width:20px}.premium-hour-time{display:flex;flex-direction:column;gap:2px;min-width:0}.premium-hour-time strong{color:#141414;color:var(--pa-ink);font-size:15px;font-weight:800;letter-spacing:0}.premium-hour-time span{color:#6a6a6a;color:var(--pa-muted);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.premium-hour-count{align-items:center;background:#e631251f;background:var(--pa-red-soft);border-radius:999px;color:#e63125;color:var(--pa-red);display:inline-flex;font-size:12px;font-weight:800;gap:6px;height:28px;padding:0 10px}.premium-hour-count svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;height:13px;width:13px}.premium-videos-wrap{margin:0 auto;max-width:520px}.premium-videos-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:1fr}.premium-video-card{background:#fff;border:1px solid #e3ddd1;border:1px solid var(--pa-line);border-radius:20px;box-shadow:0 14px 30px #0000000d;display:flex;flex-direction:column;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.premium-video-card:hover{box-shadow:0 22px 44px #00000014;transform:translateY(-3px)}.premium-video-media{background:#000;overflow:hidden;position:relative}.premium-video-media video{background:#000;border-radius:0;display:block;height:auto;margin:0;width:100%}.premium-video-watched-overlay{background:#00000038;inset:0;pointer-events:none;position:absolute}.premium-video-watched-pill{align-items:center;background:#000000b8;border-radius:999px;color:#fff;display:inline-flex;font-size:9px;font-weight:800;gap:5px;letter-spacing:.12em;padding:5px 9px;pointer-events:none;position:absolute;right:10px;text-transform:uppercase;top:10px}.premium-video-watched-pill svg{fill:currentColor;height:11px;width:11px}.premium-video-body{align-items:center;display:flex;flex-direction:column;gap:12px;padding:14px 16px 16px;text-align:center}.premium-video-date{color:#141414;color:var(--pa-ink);font-size:13px;font-weight:800;letter-spacing:0;margin:0}.premium-video-angles{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.premium-angle{align-items:center;background:#efece2;background:var(--pa-cream);border:2px solid #0000;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:4px;transition:border-color .18s ease,transform .18s ease}.premium-angle:hover{transform:translateY(-1px)}.premium-angle.is-active{background:#e6312514;border-color:#e63125;border-color:var(--pa-red)}.premium-angle span{color:#6a6a6a;color:var(--pa-muted);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.premium-angle.is-active span{color:#e63125;color:var(--pa-red)}.premium-angle img{border-radius:5px;height:32px;margin:0;object-fit:cover;width:54px}.premium-video-actions{align-items:center;display:flex;gap:10px;justify-content:center}.premium-video-action{align-items:center;background:#fff;border:1px solid #e3ddd1;border:1px solid var(--pa-line);border-radius:50%;color:#141414;color:var(--pa-ink);cursor:pointer;display:inline-flex;height:44px;justify-content:center;padding:0;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease;width:44px}.premium-video-action:hover{background:#e63125;background:var(--pa-red);border-color:#e63125;border-color:var(--pa-red);color:#fff;transform:translateY(-2px)}.premium-video-action:active{transform:scale(.94)}.premium-video-action svg{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;height:17px;width:17px}.premium-video-action.is-loading{opacity:.6;pointer-events:none}@media (min-width:720px){.premium-video-action{height:42px;width:42px}}.premium-toast{background:#000000e0;border-radius:999px;bottom:28px;box-shadow:0 16px 32px #0000005c;color:#fff;font-size:12px;font-weight:800;left:50%;letter-spacing:.08em;padding:11px 20px;position:fixed;text-transform:uppercase;transform:translateX(-50%);z-index:10000}.premium-app-legal{color:#6a6a6a;color:var(--pa-muted);font-size:12px;margin-top:32px;padding:18px 16px 24px;text-align:center}.premium-app-legal a{color:#6a6a6a;color:var(--pa-muted);font-weight:700;transition:color .2s ease}.premium-app-legal a:hover{color:#e63125;color:var(--pa-red)}.premium-app-legal-sep{color:#d8d2c4;color:var(--pa-line-strong);margin:0 8px}@keyframes premiumAppRotate{to{transform:rotate(1turn)}}.premium-app-rotate{animation:premiumAppRotate 1s linear infinite;transform-origin:center}body.dark-mode .premium-app-section,body.dark-mode .premium-app-view,body[data-dark-mode=true] .premium-app-section,body[data-dark-mode=true] .premium-app-view{background:#0a0a0a!important;color:#fff!important}body.dark-mode .premium-app-section .premium-app-section-title,body.dark-mode .premium-app-section .premium-cta-block-title,body[data-dark-mode=true] .premium-app-section .premium-app-section-title,body[data-dark-mode=true] .premium-app-section .premium-cta-block-title{color:#fff!important}body.dark-mode .premium-app-section .premium-app-section-sub,body[data-dark-mode=true] .premium-app-section .premium-app-section-sub{color:#ffffff94!important}body.dark-mode .premium-club-card,body.dark-mode .premium-court-card,body.dark-mode .premium-empty,body.dark-mode .premium-hour-card,body.dark-mode .premium-video-card,body[data-dark-mode=true] .premium-club-card,body[data-dark-mode=true] .premium-court-card,body[data-dark-mode=true] .premium-empty,body[data-dark-mode=true] .premium-hour-card,body[data-dark-mode=true] .premium-video-card{background:#161616!important;border-color:#ffffff12!important;color:#fff!important}body.dark-mode .premium-club-card-name,body.dark-mode .premium-court-card-name,body.dark-mode .premium-day-header h3,body.dark-mode .premium-hour-time strong,body.dark-mode .premium-video-date,body[data-dark-mode=true] .premium-club-card-name,body[data-dark-mode=true] .premium-court-card-name,body[data-dark-mode=true] .premium-day-header h3,body[data-dark-mode=true] .premium-hour-time strong,body[data-dark-mode=true] .premium-video-date{color:#fff!important}body.dark-mode .premium-empty,body.dark-mode .premium-hour-time span,body[data-dark-mode=true] .premium-empty,body[data-dark-mode=true] .premium-hour-time span{color:#fff9!important}body.dark-mode .premium-day-header,body[data-dark-mode=true] .premium-day-header{border-bottom-color:#ffffff14!important}body.dark-mode .premium-video-action,body[data-dark-mode=true] .premium-video-action{background:#1d1d1d!important;border-color:#ffffff1a!important;color:#fff!important}body.dark-mode .premium-video-action:hover,body[data-dark-mode=true] .premium-video-action:hover{background:#e63125!important;background:var(--pa-red)!important;border-color:#e63125!important;border-color:var(--pa-red)!important}body.dark-mode .premium-angle,body[data-dark-mode=true] .premium-angle{background:#1d1d1d!important}body.dark-mode .premium-angle span,body[data-dark-mode=true] .premium-angle span{color:#ffffff9e!important}body.dark-mode .premium-back-cta,body[data-dark-mode=true] .premium-back-cta{background:#fff!important;color:#141414!important;color:var(--pa-ink)!important}body.dark-mode .premium-back-cta:hover,body[data-dark-mode=true] .premium-back-cta:hover{background:#e63125!important;background:var(--pa-red)!important;color:#fff!important}body.dark-mode .premium-app-legal,body[data-dark-mode=true] .premium-app-legal{color:#ffffff7a!important}body.dark-mode .premium-app-legal a,body[data-dark-mode=true] .premium-app-legal a{color:#ffffffbd!important}body.dark-mode .premium-app-legal-sep,body[data-dark-mode=true] .premium-app-legal-sep{color:#ffffff29!important}body.dark-mode .premium-app-view button.premium-app-theme-toggle,body[data-dark-mode=true] .premium-app-view button.premium-app-theme-toggle{background-color:#ffffff14!important;color:#fff!important}body.dark-mode .premium-app-view button.premium-court-icon-btn,body[data-dark-mode=true] .premium-app-view button.premium-court-icon-btn{background-color:#fff!important}body.dark-mode .premium-app-view button.premium-court-icon-btn.is-wifi,body[data-dark-mode=true] .premium-app-view button.premium-court-icon-btn.is-wifi{background-color:#443e3e!important}body.dark-mode .premium-app-view button.premium-hour-card,body[data-dark-mode=true] .premium-app-view button.premium-hour-card{background-color:#161616!important;color:#fff!important}body.dark-mode .premium-app-view button.premium-video-action,body[data-dark-mode=true] .premium-app-view button.premium-video-action{background-color:#1d1d1d!important;color:#fff!important}body.dark-mode .premium-app-view button.premium-video-action:hover,body[data-dark-mode=true] .premium-app-view button.premium-video-action:hover{background-color:#e63125!important;background-color:var(--pa-red)!important;color:#fff!important}body.dark-mode .premium-app-view button.premium-angle,body[data-dark-mode=true] .premium-app-view button.premium-angle{background-color:#1d1d1d!important;color:#ffffff9e!important}body.dark-mode .premium-app-view button.premium-angle.is-active,body[data-dark-mode=true] .premium-app-view button.premium-angle.is-active{background-color:#e6312529!important;color:#e63125!important;color:var(--pa-red)!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:1;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{display:flex;flex-direction:column;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{align-self:flex-start;background:#f3efe6;background:var(--home-cream);border-radius:6px;color:#e63125;color:var(--home-red);font-size:10px;font-weight:1000;letter-spacing:.14em;margin-top:auto;padding:7px 12px;padding-block:7px;text-transform:uppercase}.premium-step p{margin-bottom:24px}.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:#0000;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-marquee{margin:-16px 0 38px;-webkit-mask-image:linear-gradient(90deg,#0000,#000 11%,#000 89%,#0000);mask-image:linear-gradient(90deg,#0000,#000 11%,#000 89%,#0000);overflow:hidden;padding:20px 0;position:relative}.premium-club-marquee-back{align-items:center;display:flex;filter:blur(6px) saturate(1.2);inset:-40px 0;opacity:.22;pointer-events:none;position:absolute;transform:scale(2.05);z-index:0}.premium-club-marquee-rows{display:flex;flex-direction:column;gap:22px;position:relative;z-index:1}.premium-club-row{display:flex;overflow:hidden}.premium-club-track{display:flex;flex-wrap:nowrap;width:-webkit-max-content;width:max-content;will-change:transform}.premium-club-set{align-items:center;display:flex;flex-wrap:nowrap;gap:22px;padding-right:22px}.premium-club-track--left{animation:clubMarquee 52s linear infinite}.premium-club-track--right{animation:clubMarquee 52s linear infinite reverse}.premium-club-track--back{animation:clubMarquee 96s linear infinite}.premium-club-marquee:hover .premium-club-track{animation-play-state:paused}.premium-club-logo{aspect-ratio:1/1;background:#0000;display:grid;flex:0 0 140px;height:140px;place-items:center;position:relative;transition:transform .28s ease;width:140px}.premium-club-marquee-rows .premium-club-logo:hover{transform:translateY(-6px) scale(1.05)}.premium-club-logo img{border-radius:50%;box-sizing:border-box;display:block;height:140px;object-fit:cover;-webkit-user-select:none;user-select:none;width:140px}@keyframes clubMarquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.premium-club-marquee{-webkit-mask-image:none;mask-image:none}.premium-club-marquee-back,.premium-club-marquee-rows .premium-club-row:nth-child(2){display:none}.premium-club-row{overflow:visible}.premium-club-track{animation:none;flex-wrap:wrap;justify-content:center;width:100%}.premium-club-track .premium-club-set:nth-child(2){display:none}.premium-club-set{flex-wrap:wrap;gap:26px 22px;justify-content:center;padding-right:0}}.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-logo,.premium-club-logo img{flex-basis:118px;height:118px;width:118px}.premium-club-set{gap:20px}}@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-logo,.premium-club-logo img{flex-basis:100px;height:100px;width:100px}.premium-club-marquee-rows,.premium-club-set{gap:16px}.home-footer-top{grid-template-columns:1fr 1fr}}@media (max-width:640px){.home-logo{height:36px}.home-contact-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-logo,.premium-club-logo img{flex-basis:84px;height:84px;width:84px}.premium-club-set{gap:14px;padding-right:14px}.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.d999c2e5.css.map*/