:root{
  --club-ink:#07160d;
  --club-deep:#0b2816;
  --club-primary:#123d1f;
  --club-green:#1f7a35;
  --club-bright:#54b72f;
  --club-gold:#d9b85f;
  --club-cream:#f7faf8;
  --club-white:#ffffff;
  --club-muted:#607066;
  --club-border:#d7e2da;
  --club-shadow:0 20px 60px rgba(7,22,13,.14);
  --club-radius:22px;
  --club-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--club-font);color:var(--club-ink);background:var(--club-cream);line-height:1.5}
a{color:inherit}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
.club-skip{position:fixed;left:14px;top:-80px;z-index:999;padding:10px 14px;border-radius:12px;background:#fff;color:var(--club-ink);font-weight:800;box-shadow:var(--club-shadow)}
.club-skip:focus{top:14px}
.club-topbar{position:sticky;top:0;z-index:80;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:74px;padding:10px max(24px,calc((100vw - 1180px)/2));background:rgba(7,22,13,.94);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(14px);color:#fff}
.club-brand{display:flex;align-items:center;gap:11px;text-decoration:none;min-width:max-content}
.club-brand img{border-radius:12px}
.club-brand span{display:grid;line-height:1.05}
.club-brand strong{font-size:20px;letter-spacing:-.45px}
.club-brand strong span{display:inline;color:var(--club-bright)}
.club-brand small{margin-top:5px;color:#b8c8bd;font-size:11px;letter-spacing:.12em;text-transform:uppercase}
.club-nav{display:flex;align-items:center;justify-content:flex-end;gap:7px}
.club-nav a{padding:10px 12px;border-radius:10px;text-decoration:none;font-size:14px;font-weight:700;color:#e8f2eb}
.club-nav a:hover,.club-nav a:focus-visible{background:rgba(255,255,255,.08)}
.club-nav .club-nav-cta{margin-left:6px;background:linear-gradient(135deg,var(--club-bright),#2f8c28);box-shadow:0 9px 24px rgba(84,183,47,.23)}
.club-menu-button{display:none;padding:9px 12px;border:1px solid rgba(255,255,255,.25);border-radius:10px;background:transparent;color:#fff;font-weight:800}
.club-hero{position:relative;overflow:hidden;background:
 radial-gradient(circle at 78% 22%,rgba(84,183,47,.22),transparent 30%),
 radial-gradient(circle at 12% 10%,rgba(31,122,53,.32),transparent 34%),
 linear-gradient(125deg,#07160d 0%,#0b2816 52%,#0e321b 100%);color:#fff}
.club-hero::before{content:"";position:absolute;inset:0;opacity:.13;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to right,#000,transparent 65%)}
.club-hero-inner{position:relative;z-index:1;max-width:1180px;margin:0 auto;padding:76px 24px 70px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:54px;align-items:center}
.club-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 16px;color:#f2d77e;font-size:13px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.club-kicker.dark{color:var(--club-green)}
.club-hero h1{max-width:720px;margin:0;font-size:clamp(42px,5.2vw,70px);line-height:1.03;letter-spacing:-.055em}
.club-hero h1 em{font-style:normal;color:var(--club-bright)}
.club-lead{max-width:690px;margin:24px 0 0;color:#d9e6dc;font-size:18px;line-height:1.65}
.club-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.club-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:13px 18px;border:1px solid transparent;border-radius:12px;text-decoration:none;font-weight:900;transition:transform .16s ease,filter .16s ease,box-shadow .16s ease}
.club-button:hover{transform:translateY(-1px);filter:brightness(1.04)}
.club-button.primary{background:linear-gradient(135deg,var(--club-bright),#2e8c27);color:#fff;box-shadow:0 14px 30px rgba(84,183,47,.25)}
.club-button.secondary{border-color:rgba(84,183,47,.58);background:rgba(255,255,255,.03);color:#fff}
.club-trust-list{display:flex;flex-wrap:wrap;gap:10px 22px;margin:28px 0 0;padding:0;list-style:none;color:#d5e3d8;font-size:13px;font-weight:700}
.club-trust-list li::before{content:"✓";display:inline-grid;place-items:center;width:18px;height:18px;margin-right:7px;border-radius:50%;background:rgba(84,183,47,.2);color:#9ce37b}
.club-hero-visual{position:relative;display:grid;place-items:center;min-height:460px}
.club-hero-visual img{position:relative;z-index:2;width:min(100%,500px);filter:drop-shadow(0 28px 32px rgba(0,0,0,.38));transform:rotate(-2deg)}
.club-hero-glow{position:absolute;width:390px;height:390px;border-radius:50%;background:rgba(84,183,47,.18);filter:blur(50px)}
.club-free-badge{position:absolute;right:5%;top:2%;z-index:3;display:grid;place-items:center;width:128px;height:128px;border:3px solid #f1d784;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff0b8,#d9b85f);color:#102015;box-shadow:0 16px 34px rgba(0,0,0,.28);text-align:center;text-transform:uppercase;transform:rotate(6deg)}
.club-free-badge strong{font-size:48px;line-height:.8}.club-free-badge span{font-size:15px;font-weight:1000}.club-free-badge small{font-size:10px;font-weight:900}
.club-section-shell{max-width:1180px;margin:0 auto;padding:0 24px}.club-section-shell.narrow{max-width:900px}
.club-section-heading{max-width:760px;margin-bottom:36px}.club-section-heading.centered{margin-left:auto;margin-right:auto;text-align:center}
.club-section-heading h2,.club-preview-heading h2,.club-start-card h2{margin:0;font-size:clamp(30px,4vw,44px);line-height:1.12;letter-spacing:-.035em}
.club-section-heading p:not(.club-kicker),.club-preview-heading p{color:var(--club-muted)}
.club-steps{padding:72px 0;background:#fff}
.club-step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin:0;padding:0;list-style:none;counter-reset:step}
.club-step-grid li{position:relative;display:grid;grid-template-columns:46px 1fr;gap:15px;padding:24px 18px;border:1px solid var(--club-border);border-radius:18px;background:#fbfdfb;box-shadow:0 10px 28px rgba(7,22,13,.05)}
.club-step-number{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--club-bright),var(--club-green));color:#fff;font-size:20px;font-weight:1000}
.club-step-grid h3{margin:2px 0 8px;font-size:18px;line-height:1.25}.club-step-grid p{margin:0;color:var(--club-muted);font-size:14px}
.club-benefits{padding:78px 0;background:linear-gradient(180deg,#f2f7f3,#f9fbf9)}
.club-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.club-benefit-grid article{padding:28px 22px;border:1px solid var(--club-border);border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(7,22,13,.06)}
.club-feature-icon{display:grid;place-items:center;width:52px;height:52px;margin-bottom:18px;border-radius:16px;background:#e8f4e9;color:var(--club-green);font-size:25px;font-weight:900}
.club-benefit-grid h3{margin:0 0 9px;font-size:19px}.club-benefit-grid p{margin:0;color:var(--club-muted);font-size:14px}
.club-preview-section{padding:86px 0;background:#fff}
.club-preview-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:30px}.club-preview-heading>div{max-width:800px}.club-preview-heading p{margin-bottom:0}
.club-demo-url{flex:0 0 auto;padding:10px 14px;border:1px solid var(--club-border);border-radius:999px;background:#f5f8f6;color:#46594c;font-size:13px;font-weight:800}
.club-site-demo{padding:20px;border-radius:24px;background:linear-gradient(145deg,#082015,#0c321c);box-shadow:0 30px 70px rgba(7,22,13,.24);color:#fff}
.club-site-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:8px 8px 24px;border-bottom:1px solid rgba(217,184,95,.42)}
.club-crest{display:grid;place-items:center;width:70px;height:78px;clip-path:polygon(50% 0,92% 16%,85% 70%,50% 100%,15% 70%,8% 16%);background:linear-gradient(145deg,#fff,#d7e2da);color:var(--club-primary);text-align:center}.club-crest span{font-size:20px;font-weight:1000}.club-crest small{font-size:9px;font-weight:900}
.club-site-title h3{margin:0;font-size:30px}.club-site-title p{margin:2px 0 0;color:#c7d6cb;font-size:13px}
.club-site-header nav{display:flex;gap:18px;color:#d6e2d8;font-size:13px}.club-site-header nav span{padding:8px 0}.club-site-header nav .active{border-bottom:2px solid var(--club-gold);color:#fff}
.club-sync-label{width:max-content;max-width:90%;margin:18px auto 20px;padding:7px 16px;border:1px solid rgba(217,184,95,.65);border-radius:10px;background:#0c2b19;text-align:center;color:#f5dc8b}.club-sync-label span,.club-sync-label small{display:block}.club-sync-label span{font-weight:900}.club-sync-label small{color:#bccdc0;font-size:11px}
.club-team-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.club-team-card{overflow:hidden;border:1px solid rgba(255,255,255,.24);border-radius:18px;background:#fff;color:var(--club-ink);box-shadow:0 12px 30px rgba(0,0,0,.18)}
.club-team-card>header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #e6ede8}.club-team-card h4{margin:0;font-size:22px}.club-team-card header p{margin:2px 0 0;color:var(--club-muted);font-size:12px}
.club-team-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;color:#fff;font-weight:1000}.club-team-mark.men{background:linear-gradient(145deg,#173b22,#0b2212)}.club-team-mark.women{background:linear-gradient(145deg,#7b2d58,#40162e)}
.club-status{padding:6px 9px;border-radius:999px;background:#e7f5e5;color:#25702b;font-size:11px;font-weight:900;white-space:nowrap}
.club-team-content{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:16px}.club-label{margin:0 0 9px;color:#415448;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.club-person{display:flex;align-items:center;gap:10px}.club-person img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #dce8df}.club-person div{display:grid}.club-person strong{font-size:14px}.club-person span{color:var(--club-muted);font-size:11px;line-height:1.35}
.club-events ul{display:grid;gap:7px;margin:0;padding:0;list-style:none}.club-events li{display:flex;justify-content:space-between;gap:8px;padding-bottom:5px;border-bottom:1px solid #edf2ee;font-size:11px}.club-events time{font-weight:800}.club-events span{color:var(--club-muted)}
.club-roster-preview{padding:0 16px 16px}.club-player-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.club-player-row figure{margin:0;text-align:center}.club-player-row img{width:100%;aspect-ratio:1/1;border-radius:10px;object-fit:cover;background:#e9efeb}.club-player-row figcaption{margin-top:5px;color:#405146;font-size:10px;font-weight:800}
.club-team-card>footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;background:#eff4f0;color:#526258;font-size:11px}.club-team-card>footer strong{color:var(--club-green)}
.club-sync-footnote{margin:18px 6px 3px;text-align:center;color:#c5d5c9;font-size:12px}
.club-start-section{padding:70px 0;background:linear-gradient(135deg,#102d1b,#07160d);color:#fff}
.club-start-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;padding:32px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(255,255,255,.05);box-shadow:0 24px 60px rgba(0,0,0,.18)}.club-start-card h2{font-size:34px}.club-start-card p:not(.club-kicker){margin-bottom:0;color:#c7d6cb}.club-start-icon{display:grid;place-items:center;width:82px;height:82px;border:3px solid #f0d57b;border-radius:50%;background:var(--club-gold);color:#102015;font-size:38px;font-weight:1000}
.club-faq{padding:82px 0;background:#f7faf8}.club-faq details{margin:12px 0;border:1px solid var(--club-border);border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(7,22,13,.04)}.club-faq summary{cursor:pointer;padding:18px 20px;font-weight:900}.club-faq details p{margin:0;padding:0 20px 18px;color:var(--club-muted)}
.club-footer{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:34px max(24px,calc((100vw - 1180px)/2));background:#06120a;color:#fff}.club-footer>div>p{margin:10px 0 0;color:#aebfb2;font-size:13px}.club-footer nav{display:flex;flex-wrap:wrap;gap:16px}.club-footer nav a{color:#d7e3d9;font-size:13px;text-decoration:none}.footer-brand strong{font-size:17px}
@media(max-width:1050px){.club-hero-inner{grid-template-columns:1fr .78fr}.club-step-grid,.club-benefit-grid{grid-template-columns:repeat(2,1fr)}.club-site-header nav{display:none}.club-start-card{grid-template-columns:auto 1fr}.club-start-card .club-button{grid-column:2;justify-self:start}}
@media(max-width:820px){.club-topbar{min-height:66px}.club-menu-button{display:block}.club-nav{position:absolute;top:66px;left:16px;right:16px;display:none;align-items:stretch;flex-direction:column;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:#0a2113;box-shadow:0 20px 50px rgba(0,0,0,.3)}.club-nav.is-open{display:flex}.club-nav .club-nav-cta{margin-left:0;text-align:center}.club-hero-inner{grid-template-columns:1fr;padding-top:58px}.club-hero-visual{min-height:360px}.club-hero-visual img{width:390px}.club-free-badge{right:8%;width:105px;height:105px}.club-free-badge strong{font-size:40px}.club-preview-heading{align-items:flex-start;flex-direction:column}.club-team-grid{grid-template-columns:1fr}.club-site-header{grid-template-columns:auto 1fr}.club-start-card{grid-template-columns:1fr;text-align:center}.club-start-icon{margin:auto}.club-start-card .club-button{grid-column:auto;justify-self:center}.club-footer{align-items:flex-start;flex-direction:column}}
@media(max-width:580px){.club-brand strong{font-size:17px}.club-brand small{font-size:9px}.club-topbar{padding-left:14px;padding-right:14px}.club-hero-inner,.club-section-shell{padding-left:16px;padding-right:16px}.club-hero h1{font-size:42px}.club-lead{font-size:16px}.club-actions{flex-direction:column}.club-button{width:100%}.club-trust-list{display:grid;grid-template-columns:1fr 1fr}.club-hero-visual{min-height:300px}.club-hero-visual img{width:310px}.club-free-badge{right:2%;top:0;width:92px;height:92px}.club-free-badge strong{font-size:34px}.club-free-badge span{font-size:12px}.club-step-grid,.club-benefit-grid{grid-template-columns:1fr}.club-site-demo{padding:12px}.club-site-header{gap:10px}.club-crest{width:52px;height:60px}.club-site-title h3{font-size:21px}.club-team-card>header{grid-template-columns:auto 1fr}.club-status{grid-column:2;width:max-content}.club-team-content{grid-template-columns:1fr}.club-player-row{grid-template-columns:repeat(4,1fr)}.club-team-card>footer{align-items:flex-start;flex-direction:column}.club-start-card{padding:24px 18px}.club-start-card h2{font-size:29px}.club-footer{padding-left:18px;padding-right:18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.club-button{transition:none}}

/* v95c0: professional network visuals and explanatory section */
.club-network-hero{
  position:relative;
  display:block;
  margin:0;
  min-height:0;
  align-self:center;
}
.club-network-hero picture{position:relative;z-index:2;display:block}
.club-network-hero img{
  display:block;
  width:100%;
  max-width:none;
  height:auto;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 28px 80px rgba(0,0,0,.42);
  object-fit:cover;
}
.club-network-hero .club-hero-glow{inset:8%;z-index:1}
.club-network-hero .club-free-badge{z-index:4;right:-18px;top:-26px}
.club-sync-explainer{padding:84px 0;background:linear-gradient(180deg,#f7faf8,#edf5ef)}
.club-sync-explainer-grid{
  display:grid;
  grid-template-columns:minmax(300px,.76fr) minmax(0,1.24fr);
  gap:clamp(34px,6vw,78px);
  align-items:center;
}
.club-sync-visual{margin:0;min-width:0}
.club-sync-visual img{
  display:block;
  width:min(100%,520px);
  height:auto;
  margin:0 auto;
  border-radius:30px;
  border:1px solid rgba(16,54,29,.12);
  box-shadow:0 28px 80px rgba(7,22,13,.22);
  background:#07160d;
}
.club-sync-copy h2{margin:8px 0 18px;font-size:clamp(34px,4.5vw,58px);line-height:1.02;letter-spacing:-.045em;color:#102015}
.club-sync-copy>p:not(.club-kicker):not(.club-sync-note){color:#536359;font-size:17px;line-height:1.65;font-weight:650}
.club-sync-list{display:grid;gap:14px;margin:26px 0;padding:0;list-style:none;counter-reset:none}
.club-sync-list li{display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:start;padding:16px;border:1px solid #dce8df;border-radius:18px;background:rgba(255,255,255,.84);box-shadow:0 10px 30px rgba(7,22,13,.07)}
.club-sync-list li>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#6cc84a,#3b9f37);color:#fff;font-weight:1000;box-shadow:0 8px 20px rgba(59,159,55,.25)}
.club-sync-list strong{display:block;margin:1px 0 5px;color:#102015;font-size:16px}
.club-sync-list p{margin:0;color:#66756b;font-size:14px;line-height:1.55}
.club-sync-note{margin:18px 0 0;padding:14px 16px;border-left:4px solid #4cab40;border-radius:0 14px 14px 0;background:#e1f1e4;color:#31503a;font-size:13px;line-height:1.55;font-weight:750}
.club-footer{display:grid;grid-template-columns:1fr auto;align-items:center}
.club-footer nav{justify-content:flex-end}
.club-copyright{grid-column:1/-1;margin:4px 0 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);color:#9eb1a3;font-size:12px;line-height:1.5;text-align:center}
@media(max-width:1050px){
  .club-network-hero .club-free-badge{right:8px;top:-18px}
  .club-sync-explainer-grid{grid-template-columns:.8fr 1.2fr}
}
@media(max-width:820px){
  .club-network-hero{min-height:0}
  .club-network-hero img{width:min(100%,680px);margin:0 auto}
  .club-sync-explainer-grid{grid-template-columns:1fr}
  .club-sync-visual{order:2}
  .club-sync-visual img{width:min(100%,470px)}
  .club-footer{grid-template-columns:1fr;align-items:flex-start}
  .club-footer nav{justify-content:flex-start}
  .club-copyright{grid-column:1;text-align:left}
}
@media(max-width:580px){
  .club-network-hero img{width:min(100%,420px);border-radius:20px}
  .club-network-hero .club-free-badge{right:-2px;top:-18px}
  .club-sync-explainer{padding:58px 0}
  .club-sync-copy h2{font-size:36px}
  .club-sync-list li{grid-template-columns:38px 1fr;padding:14px;gap:11px}
  .club-sync-list li>span{width:36px;height:36px}
  .club-sync-visual img{border-radius:22px}
}
