main{width:100%;min-height:520px;padding:64px 32px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;background:linear-gradient(135deg,#1a365de0,#12294aeb),url(/assets/court.webp);background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;overflow:hidden}main:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center top,rgba(255,255,255,.05) 0%,transparent 60%);pointer-events:none}.hero-badge{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;font-size:13px;font-weight:600;letter-spacing:.5px;backdrop-filter:blur(4px);animation:fadeInDown .6s ease-out}main>h1{color:#fff;font-size:48px;font-weight:800;text-align:center;max-width:650px;line-height:1.15;text-shadow:0 2px 8px rgba(0,0,0,.2);animation:fadeInUp .6s ease-out .1s both}main>p{color:#ffffffe6;font-size:19px;font-weight:500;text-align:center;max-width:500px;animation:fadeInUp .6s ease-out .2s both}.hero-countdown{display:flex;align-items:center;gap:8px;padding:20px 28px;background:#00000040;border:1px solid rgba(255,255,255,.15);border-radius:16px;backdrop-filter:blur(8px);margin:8px 0;animation:fadeInUp .6s ease-out .3s both}.countdown-item{display:flex;flex-direction:column;align-items:center;min-width:60px}.countdown-value{font-size:32px;font-weight:800;color:#fff;font-variant-numeric:tabular-nums;line-height:1}.countdown-label{font-size:11px;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:1px;margin-top:6px}.countdown-separator{font-size:28px;font-weight:700;color:#ffffff80;margin-bottom:16px;animation:pulse 1s ease-in-out infinite}.hero-stats{display:flex;align-items:stretch;gap:24px;margin:4px 0 8px;animation:fadeInUp .6s ease-out .4s both}.hero-stat{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px 24px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:12px;min-width:110px;transition:all .3s ease}.hero-stat:hover{background:#ffffff1f;transform:translateY(-2px)}.hero-stat>svg{color:#16a34a;margin-bottom:4px}.hero-stat-value{font-size:24px;font-weight:800;color:#fff;font-variant-numeric:tabular-nums}.hero-stat-label{font-size:11px;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px}.cta-button{display:flex;flex-direction:row;align-items:center;gap:10px;padding:18px 36px;margin-top:8px;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;font-size:16px;font-weight:700;border-radius:50px;text-decoration:none;transition:all .25s ease;box-shadow:0 4px 16px #16a34a59;animation:fadeInUp .6s ease-out .5s both}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 24px #16a34a73;background:linear-gradient(135deg,#15803d,#166534)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}@keyframes countUp{0%{opacity:.5}to{opacity:1}}#features{width:100%;padding:64px 32px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1400px;margin:0 auto;box-sizing:border-box}.feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:24px 16px;background:#fff;border:2px solid #e2e8f0;border-radius:16px;transition:all .2s ease}.feature:hover{border-color:var(--button-primary-bg);transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.feature-icon{width:60px;height:60px;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#1a365d,#2b4a7c);border-radius:50%;color:#fff}.feature>h3{font-size:16px;font-weight:700;color:var(--text-heading)}.feature>p{font-size:14px;color:var(--text-secondary);line-height:1.5}.history-stats{width:100%;display:flex;flex-direction:row;justify-content:flex-start;gap:32px;margin-top:8px}.history-stat{display:flex;flex-direction:column;gap:2px}.history-stat>span:first-child{font-size:28px;font-weight:800;color:var(--button-primary-bg)}.history-stat>span:last-child{font-size:12px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}#courts{width:100%;padding:64px 32px;display:flex;flex-direction:column;align-items:center;gap:32px;max-width:1400px;margin:0 auto;box-sizing:border-box}#courts>h2{font-size:32px;font-weight:700;color:var(--button-primary-bg);text-align:center}.courts-grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.court-card{display:flex;flex-direction:column;background:#fff;border:2px solid #e2e8f0;border-radius:16px;overflow:hidden;text-decoration:none;transition:all .2s ease}.court-card:hover{border-color:var(--button-primary-bg);transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.court-card>img{width:100%;height:200px;object-fit:cover}.court-card-content{padding:20px;display:flex;flex-direction:column;gap:8px}.court-card-content>h3{font-size:20px;font-weight:700;color:var(--text-heading)}.court-card-content>p{font-size:14px;color:var(--text-secondary)}.court-price{font-size:18px;font-weight:700;color:var(--button-primary-bg);margin-top:4px}.court-card.featured{border-color:var(--button-primary-bg);box-shadow:0 4px 20px #1a365d26}.court-card.featured:hover{box-shadow:0 12px 40px #1a365d33}.court-badge{display:inline-block;padding:4px 10px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#fff;background:linear-gradient(135deg,#16a34a,#15803d);border-radius:20px;width:fit-content}#how-it-works{width:100%;padding:64px 32px;background:linear-gradient(180deg,#f8fafc,#fff);display:flex;flex-direction:column;align-items:center;gap:40px}#how-it-works>h2{font-size:32px;font-weight:700;color:var(--button-primary-bg);text-align:center}.steps{width:100%;max-width:1200px;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.step-number{width:56px;height:56px;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#1a365d,#2b4a7c);color:#fff;font-size:24px;font-weight:800;border-radius:50%}.step>h3{font-size:18px;font-weight:700;color:var(--text-heading)}.step>p{font-size:14px;color:var(--text-secondary);line-height:1.5;max-width:250px}#testimonials-home{width:100%;padding:64px 32px;display:flex;flex-direction:column;align-items:center;gap:32px;max-width:1400px;margin:0 auto;box-sizing:border-box}#testimonials-home>h2{font-size:32px;font-weight:700;color:var(--button-primary-bg);text-align:center}.testimonials-grid{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{display:flex;flex-direction:column;gap:16px;padding:24px;background:#fff;border:2px solid #e2e8f0;border-radius:16px;transition:all .2s ease}.testimonial-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #00000014}.testimonial-stars{display:flex;gap:2px}.testimonial-card>p{font-size:15px;font-weight:500;line-height:1.6;color:var(--text-primary);font-style:italic}.testimonial-author{display:flex;flex-direction:column;gap:2px;margin-top:auto}.testimonial-author>strong{font-size:14px;font-weight:700;color:var(--text-heading)}.testimonial-author>span{font-size:12px;color:var(--text-secondary)}#history{width:100%;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px;padding:64px 32px;box-sizing:border-box}#history>div{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:48px;background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:32px;box-shadow:0 4px 12px #0000000f}#history>div>div{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;overflow:hidden}#history>div>div.picture{align-items:center;flex:0 0 auto;width:auto}#history>div>div.picture>img{width:280px;height:280px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #0000001f}#history>div>div>h2{color:var(--button-primary-bg);font-size:24px;font-weight:700}#history>div>div>p{max-width:320px;color:var(--text-primary);font-size:15px;font-weight:500;line-height:1.6}#banner{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:stretch;overflow:hidden}#banner>p{flex:1;min-height:140px;padding:32px;color:#fff;font-size:36px;font-weight:800;letter-spacing:3px;text-transform:uppercase;display:flex;justify-content:center;align-items:center;text-align:center;background:linear-gradient(135deg,#1a365d,#2b4a7c)}#banner>img{flex:1;width:50%;height:140px;object-fit:cover}@media screen and (max-width: 900px){main{min-height:480px;padding:48px 20px;gap:16px}.hero-badge{padding:6px 12px;font-size:11px}main>h1{font-size:28px;line-height:1.3}main>p{font-size:15px}.hero-countdown{padding:16px 20px;gap:4px}.countdown-item{min-width:48px}.countdown-value{font-size:22px}.countdown-label{font-size:9px;margin-top:4px}.countdown-separator{font-size:20px;margin-bottom:12px}.hero-stats{flex-wrap:wrap;justify-content:center;gap:12px}.hero-stat{padding:12px 16px;min-width:90px}.hero-stat-value{font-size:18px}.hero-stat-label{font-size:9px}.cta-button{padding:14px 28px;font-size:15px}#features{grid-template-columns:repeat(2,1fr);padding:48px 16px;gap:16px}.feature{padding:20px 12px}.feature-icon{width:50px;height:50px}.feature>h3{font-size:14px}.feature>p{font-size:12px}#history{padding:32px 16px}#history>div{flex-direction:column;gap:24px;padding:24px}#history>div>div>h2{font-size:20px;text-align:center}#history>div>div>p{max-width:100%;text-align:center}#history>div>div.picture{width:100%}#history>div>div.picture>img{width:100%;max-width:280px;height:auto;aspect-ratio:1 / 1}.history-stats{justify-content:center;flex-wrap:wrap;gap:24px}.history-stat{align-items:center}.history-stat>span:first-child{font-size:24px}#courts{padding:48px 16px}#courts>h2{font-size:24px}.courts-grid{grid-template-columns:repeat(2,1fr);gap:16px}.court-card>img{height:180px}#how-it-works{padding:48px 16px}#how-it-works>h2{font-size:24px}.steps{grid-template-columns:1fr;gap:24px}.step-number{width:48px;height:48px;font-size:20px}#testimonials-home{padding:48px 16px}#testimonials-home>h2{font-size:24px}.testimonials-grid{grid-template-columns:1fr;gap:16px}#banner{flex-direction:column-reverse}#banner>p{width:100%;min-height:100px;font-size:22px;letter-spacing:2px}#banner>img{width:100%;height:200px}}@media screen and (max-width: 600px){.courts-grid{grid-template-columns:1fr}}
