:root{--blue-dark:#001e50;--blue-medium:#003d82;--blue-light:#00a3e0;--orange:#f7b500;--white:#fff;--gray-light:#f8f9fa;--gray:#666}*{margin:0;padding:0;box-sizing:border-box}body,html{overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--blue-dark);line-height:1.6}.hero{background:linear-gradient(135deg,rgba(0,30,80,.75),rgba(0,61,130,.65)),url(/club120-hero.png);background-size:cover;background-position:50%;background-repeat:no-repeat;color:var(--white);padding:80px 20px;text-align:center;min-height:100vh;display:flex;align-items:center;justify-content:center}.hero-content{max-width:900px;margin:0 auto}.logo{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;margin-bottom:30px}.logo-image{width:80px;height:80px;object-fit:contain}.logo-text{font-size:60px;font-weight:800;letter-spacing:-1px}.logo-text .highlight{color:var(--blue-light)}.hero h1{font-size:clamp(32px,5vw,56px);font-weight:800;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.3);line-height:1.2}.hero .subtitle{font-size:clamp(18px,2.5vw,24px);color:var(--blue-light);margin-bottom:40px;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.hero-features{display:flex;justify-content:center;gap:40px;margin-bottom:50px;flex-wrap:wrap}.hero-feature{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:500}.cta-button,.hero-feature span:first-child{font-size:24px}.cta-button{display:inline-block;background:linear-gradient(135deg,var(--orange) 0,#ff9500 100%);color:var(--blue-dark);padding:20px 50px;border-radius:50px;font-weight:700;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px rgba(247,181,0,.4);border:none;cursor:pointer}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(247,181,0,.5)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:clamp(32px,4vw,48px);font-weight:800;margin-bottom:15px}.section-header h2 .accent{color:var(--orange)}.section-header p{font-size:20px;color:var(--gray)}.problem{padding:100px 20px;background:var(--white)}.problem-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:30px;gap:30px}.stat-card{background:var(--white);border-radius:15px;padding:40px 30px;text-align:center;box-shadow:0 10px 30px rgba(0,30,80,.1);transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-icon{font-size:48px;margin-bottom:15px}.stat-value{font-size:48px;font-weight:800;color:var(--blue-dark);margin-bottom:10px}.stat-label{font-size:20px;font-weight:700;color:var(--blue-medium);margin-bottom:10px}.stat-card p{color:var(--gray);font-size:14px}.solution{padding:100px 20px;background:var(--gray-light)}.solution-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:40px;gap:40px}.solution-step{background:var(--white);border-radius:15px;padding:40px;text-align:center;box-shadow:0 10px 30px rgba(0,30,80,.1);position:relative}.step-number{width:60px;height:60px;background:linear-gradient(135deg,var(--blue-dark) 0,var(--blue-medium) 100%);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;margin:0 auto 20px}.solution-step h3{font-size:24px;font-weight:700;color:var(--blue-dark);margin-bottom:15px}.solution-step p{color:var(--gray);line-height:1.8}.features{padding:100px 20px;background:var(--white)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px;gap:30px;margin-bottom:60px}.feature-card{background:var(--gray-light);border-radius:15px;padding:30px;display:flex;align-items:flex-start;gap:20px;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,30,80,.1)}.feature-icon{font-size:40px;flex-shrink:0}.feature-content h3{font-size:18px;font-weight:700;color:var(--blue-dark);margin-bottom:8px;display:flex;align-items:center;gap:10px}.feature-content h3 span{background:var(--blue-dark);color:var(--white);padding:2px 10px;border-radius:20px;font-size:14px}.feature-content p{color:var(--gray);font-size:14px;line-height:1.6}.gamification{background:linear-gradient(135deg,var(--blue-dark) 0,var(--blue-medium) 100%);border-radius:15px;padding:40px;display:flex;justify-content:space-around;flex-wrap:wrap;gap:30px}.gamification-item{text-align:center;color:var(--white)}.gamification-item .icon{font-size:40px;margin-bottom:10px}.gamification-item .value{font-size:36px;font-weight:800;margin-bottom:5px}.gamification-item .label{font-size:14px;opacity:.8;text-transform:uppercase;letter-spacing:1px}.social-proof{padding:100px 20px;background:var(--gray-light)}.badges{display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.badge{text-align:center;max-width:250px}.badge-icon{font-size:60px;margin-bottom:15px}.badge h3{font-size:20px;font-weight:700;color:var(--blue-dark);margin-bottom:10px}.badge p{color:var(--gray);font-size:14px}.final-cta{background:linear-gradient(135deg,var(--blue-dark) 0,var(--blue-medium) 100%);color:var(--white);padding:100px 20px;text-align:center}.final-cta h2{font-size:clamp(28px,4vw,44px);font-weight:800;margin-bottom:20px}.final-cta p{font-size:20px;margin-bottom:40px;opacity:.9}.footer{background:var(--blue-dark);color:var(--white);padding:60px 20px 30px}.footer-content{max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:40px;gap:40px;margin:0 auto 40px}.footer-section h3{font-size:18px;font-weight:700;margin-bottom:20px;display:flex;align-items:center;gap:10px}.footer-section h3 .highlight{color:var(--blue-light)}.footer-section p{line-height:1.8}.footer-section a,.footer-section p{color:hsla(0,0%,100%,.7);font-size:14px}.footer-section a{text-decoration:none;display:block;margin-bottom:10px;transition:color .3s ease}.footer-section a:hover{color:var(--blue-light)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:30px;border-top:1px solid hsla(0,0%,100%,.1);text-align:center;font-size:14px;color:hsla(0,0%,100%,.5)}@media (max-width:768px){.hero-features{flex-direction:column;gap:20px}.features-grid,.solution-steps{grid-template-columns:1fr}.gamification{flex-direction:column;gap:30px}.badges{flex-direction:column;align-items:center}.cta-button{padding:15px 35px;font-size:20px}}