:root{--bg:#070b14;--panel:#101827;--ink:#111827;--muted:#9aa7bc;--red:#df2035;--yellow:#f2e631;--line:#dfe5ee;--white:#fff;font-family:Inter,Segoe UI,Arial,sans-serif;color:#fff;background:var(--bg)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 15% 0,#243453 0,#0a101e 34%,#050810 75%);min-height:100vh}a{color:inherit}.site-head{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 max(22px,calc((100% - 1180px)/2));border-bottom:1px solid #ffffff18;background:#070b14d9;backdrop-filter:blur(18px);position:sticky;top:0;z-index:30}.brand{display:flex;align-items:center;gap:13px;text-decoration:none}.brand-mark{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,var(--red),#8b0f1d);font-size:23px;font-weight:950;box-shadow:0 10px 35px #df203544}.brand b{display:block;letter-spacing:.14em}.brand small{display:block;color:#91a0b6;letter-spacing:.11em;font-size:.66rem;margin-top:3px}.site-head nav{display:flex;gap:8px}.site-head nav a{border:1px solid #ffffff20;border-radius:100px;padding:8px 12px;text-decoration:none;font-weight:800;color:#b9c4d5}.hero{width:min(1180px,92vw);margin:auto;padding:78px 0 64px;display:grid;grid-template-columns:1.4fr .8fr;gap:70px;align-items:center}.kicker{font-size:.73rem;font-weight:900;letter-spacing:.2em;color:var(--yellow);margin:0 0 18px}.hero h1{font-size:clamp(3rem,7vw,6.2rem);line-height:.91;letter-spacing:-.055em;margin:0 0 27px;max-width:850px}.hero-copy>p:not(.kicker){max-width:710px;color:#b5c1d2;font-size:1.08rem;line-height:1.7}.trust{display:flex;flex-wrap:wrap;gap:11px;margin-top:27px}.trust span{border:1px solid #ffffff1f;background:#ffffff0b;border-radius:100px;padding:9px 12px;color:#cdd5e1;font-size:.82rem}.club-stack{display:grid;gap:15px}.club-stack article{display:flex;align-items:center;gap:17px;padding:18px;border:1px solid #ffffff1c;border-radius:22px;background:linear-gradient(135deg,#ffffff12,#ffffff06);box-shadow:0 20px 60px #0005}.club-stack img{width:70px;height:70px;object-fit:contain;background:#fff;border-radius:18px;padding:7px}.club-stack small{display:block;color:var(--yellow);font-weight:850;font-size:.65rem;letter-spacing:.12em}.club-stack strong{display:block;margin-top:5px;font-size:1.05rem}.portal{width:min(1180px,94vw);margin:0 auto 80px;background:#f5f7fa;color:var(--ink);border-radius:30px;box-shadow:0 35px 100px #0008;overflow:hidden}.portal-head{display:flex;justify-content:space-between;align-items:center;padding:34px 42px 26px;background:#fff;border-bottom:1px solid var(--line)}.portal-head .kicker{color:var(--red);margin-bottom:7px}.portal h2{font-size:2.2rem;margin:0;letter-spacing:-.04em}.secure-badge{color:#397256;background:#e7f7ed;border-radius:100px;padding:10px 14px;font-weight:800;font-size:.8rem}.steps{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;padding:0 42px 28px}.step{display:flex;align-items:center;gap:10px;border:0;border-bottom:3px solid #e7ebf0;background:none;padding:14px 4px;text-align:left;color:#8994a6;cursor:pointer}.step b{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:#eef1f5}.step span{font-weight:800;font-size:.78rem}.step.active{color:var(--red);border-color:var(--red)}.step.active b,.step.done b{background:var(--red);color:#fff}.alert{margin:24px 42px 0;padding:14px 17px;background:#fee7e9;color:#971624;border-radius:13px;font-weight:750}.form-step{display:none;padding:42px}.form-step.active{display:block;animation:fade .25s ease}@keyframes fade{from{opacity:.3;transform:translateY(8px)}}.section-title{display:flex;gap:16px;align-items:flex-start;margin-bottom:30px}.section-title>span{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:#101827;color:#fff;font-weight:900}.section-title h3{font-size:1.55rem;margin:0 0 4px}.section-title p{margin:0;color:#6e7b8d}.club-choice,.package-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.club-option input,.package input{position:absolute;opacity:0}.club-option>span,.package>span{height:100%;display:flex;flex-direction:column;border:2px solid var(--line);border-radius:18px;background:#fff;padding:19px;cursor:pointer;transition:.2s}.club-option>span{display:grid;grid-template-columns:66px 1fr;column-gap:16px;align-items:center}.club-option img{width:66px;height:66px;object-fit:contain;grid-row:1/3;background:#f5f7fa;border-radius:15px;padding:6px}.club-option b{font-size:1rem;align-self:end}.club-option small{color:#778397;align-self:start}.club-option input:checked+span,.package input:checked+span{border-color:var(--red);box-shadow:0 0 0 4px #df203512}.form-step h4{margin:32px 0 14px;font-size:1rem}.package-grid{grid-template-columns:repeat(3,1fr)}.package span small{color:var(--red);font-size:.65rem;font-weight:900;letter-spacing:.16em}.package span b{margin:7px 0 14px}.package span strong{font-size:1.8rem;margin-top:auto}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.form-grid label{display:grid;gap:7px}.form-grid label>span{font-weight:800;font-size:.78rem}.form-grid .wide{grid-column:1/-1}input,select{width:100%;height:48px;border:1px solid #cbd3df;border-radius:12px;background:#fff;padding:0 13px;font:inherit;color:#111827}input:focus,select:focus{outline:0;border-color:var(--red);box-shadow:0 0 0 4px #df203514}.subsection{margin-top:32px;border-top:1px solid var(--line)}.upload-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.upload{display:grid;gap:8px;border:2px dashed #c5cedb;border-radius:18px;padding:24px;background:#fff}.upload b{font-size:1rem}.upload small{color:#728095}.upload input{height:auto;border:0;padding:8px 0}.privacy-note{margin-top:22px;padding:18px;border-radius:16px;background:#e9f5ef;color:#315d47}.privacy-note p{margin:4px 0 0}.contract-card{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:17px;background:#fff;padding:15px 18px}.contract-card>div{display:flex;align-items:center;gap:13px}.pdf-icon{display:grid;place-items:center;width:47px;height:52px;background:#fce5e8;color:#b01729;border-radius:10px;font-size:.75rem;font-weight:950}.contract-card b,.contract-card small{display:block}.contract-card small{color:#768397;margin-top:3px}.contract-card>a{color:var(--red);font-weight:850}.contract-frame{display:block;width:100%;height:480px;margin:18px 0;border:1px solid #ccd4df;border-radius:16px;background:#fff}.consent{display:flex;align-items:flex-start;gap:11px;padding:14px 0;font-weight:650}.consent input{width:19px;height:19px;flex:0 0 auto;accent-color:var(--red)}.consent a{color:#b61729}.signer{margin:18px 0}.signature-box{border:1px solid #cdd5e0;border-radius:17px;background:#fff;padding:16px}.signature-box>div{display:flex;justify-content:space-between;margin-bottom:10px}.signature-box button{border:0;background:none;color:var(--red);font-weight:850}.signature-box canvas{display:block;width:100%;height:190px;border:2px dashed #bbc5d3;border-radius:12px;touch-action:none;background:repeating-linear-gradient(#fff,#fff 37px,#f0f2f5 38px)}.signature-box small{display:block;color:#7a8798;margin-top:9px}.consents{margin-top:16px}.submit-summary{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:24px;padding:22px;border-radius:17px;background:#101827;color:#fff}.submit-summary small,.submit-summary b{display:block}.submit-summary small{color:var(--yellow);font-weight:900;letter-spacing:.12em;margin-bottom:6px}.actions{display:flex;justify-content:space-between;margin-top:28px}.actions.end{justify-content:flex-end}.primary,.secondary{border:0;border-radius:13px;padding:14px 20px;font:850 .92rem inherit;cursor:pointer}.primary{background:linear-gradient(135deg,var(--red),#98101f);color:#fff;box-shadow:0 10px 25px #df20352c}.secondary{background:#e8ecf1;color:#354052}.submit{white-space:nowrap}footer{width:min(1180px,92vw);margin:0 auto;padding:30px 0 45px;display:flex;justify-content:space-between;color:#8e9bb0;font-size:.8rem}footer b{color:#fff}.cookie-banner{position:fixed;z-index:80;left:24px;right:24px;bottom:22px;max-width:980px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:20px 22px;border:1px solid #ffffff24;border-radius:19px;background:#111a2aee;color:#fff;backdrop-filter:blur(18px);box-shadow:0 20px 60px #0009}.cookie-banner[hidden]{display:none}.cookie-banner p{margin:5px 0;color:#bac5d5;font-size:.82rem}.cookie-banner a{color:var(--yellow);font-size:.75rem}.cookie-banner>div:last-child{display:flex;gap:9px;flex:0 0 auto}.cookie-banner button{border:1px solid #ffffff25;background:#ffffff0e;color:#fff;border-radius:11px;padding:11px 14px;font-weight:800}.cookie-banner button.accept{background:var(--red);border-color:var(--red)}
@media(max-width:850px){.hero{grid-template-columns:1fr;padding-top:52px}.hero h1{font-size:3.5rem}.club-stack{grid-template-columns:1fr 1fr}.portal-head{align-items:flex-start}.secure-badge{display:none}.steps,.form-step,.portal-head{padding-left:22px;padding-right:22px}.step span{display:none}.form-grid,.upload-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.package-grid{grid-template-columns:1fr}.contract-frame{height:430px}.submit-summary{align-items:stretch;flex-direction:column}.cookie-banner{align-items:stretch;flex-direction:column}.cookie-banner>div:last-child{justify-content:flex-end}}
@media(max-width:560px){.site-head{height:70px}.brand small{display:none}.hero{gap:34px}.club-stack{grid-template-columns:1fr}.portal{width:100%;border-radius:24px 24px 0 0;margin-bottom:0}.portal h2{font-size:1.7rem}.steps{padding-bottom:15px}.form-step{padding-top:30px}.club-choice{grid-template-columns:1fr}.contract-card{align-items:flex-start;gap:12px;flex-direction:column}.contract-frame{height:380px}.actions{gap:10px}.actions button{flex:1}.cookie-banner{left:10px;right:10px;bottom:10px}.cookie-banner>div:last-child{display:grid;grid-template-columns:1fr 1fr}footer{padding-left:18px;padding-right:18px;flex-direction:column;gap:8px}}
