:root{--cp-green: #1b492a;--cp-green-dark: #144020;--cp-green-light: #e8f5e9;--cp-gold: #c9a227;--cp-purple: #4a1a6b;--cp-gray-light: #f5f5f5;--cp-gray-border: #e0e0e0;--cp-text-dark: #1a1a1a;--cp-text-gray: #666666}.home-hero{width:100%;background:linear-gradient(135deg,var(--cp-green) 0%,var(--cp-green-dark) 100%);padding:50px 16px;text-align:center;color:#fff;position:relative;overflow:hidden}.home-hero:before{content:"";position:absolute;inset:0;background:url(/assets/hero-pattern.png) repeat;opacity:.05;pointer-events:none}.home-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.home-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff26;border-radius:50px;font-size:13px;font-weight:600;margin-bottom:20px;backdrop-filter:blur(4px)}.home-hero-text h1{font-size:28px;font-weight:700;margin-bottom:12px;line-height:1.3}.home-hero-text p{font-size:16px;opacity:.95;margin-bottom:32px}.home-hero-cta{display:flex;justify-content:center;gap:12px;margin-bottom:32px;flex-wrap:wrap}.home-hero-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;background:#fff;color:var(--cp-green);border:none;border-radius:50px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s ease}.home-hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.home-hero-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5);border-radius:50px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s ease}.home-hero-btn-secondary:hover{background:#ffffff1a;border-color:#fff}.home-stats{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap}.home-stat{display:flex;align-items:center;gap:6px;font-size:12px;opacity:.95;white-space:nowrap}.home-stat svg{flex-shrink:0}.home-stat strong{font-weight:700}.home-section{width:100%;max-width:1400px;margin:0 auto;padding:40px 16px}.home-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.home-section-header h2{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:700;color:var(--cp-text-dark)}.home-section-header svg{color:var(--cp-green)}.home-see-all{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:var(--cp-green);text-decoration:none;transition:all .15s ease}.home-see-all:hover{gap:8px;color:var(--cp-green-dark)}.home-courts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.home-court-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:all .2s ease;text-decoration:none}.home-court-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.home-court-image{position:relative;width:100%;padding-top:60%;overflow:hidden;background:var(--cp-gray-light)}.home-court-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.home-court-overlay{position:absolute;bottom:0;left:0;right:0;padding:12px;background:linear-gradient(to top,rgba(0,0,0,.7),transparent)}.home-court-tickets{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#fffffff2;border-radius:4px;font-size:11px;font-weight:600;color:var(--cp-green)}.home-court-info{padding:16px;display:flex;flex-direction:column;gap:8px}.home-court-info h3{font-size:16px;font-weight:700;color:var(--cp-text-dark)}.home-court-subtitle{font-size:13px;color:var(--cp-text-gray);line-height:1.4}.home-court-meta{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding-top:12px;border-top:1px solid var(--cp-gray-border)}.home-court-dates{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--cp-text-gray)}.home-court-price{font-size:15px;font-weight:700;color:var(--cp-green)}.home-events-carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--cp-green) var(--cp-gray-light)}.home-events-carousel::-webkit-scrollbar{height:6px}.home-events-carousel::-webkit-scrollbar-track{background:var(--cp-gray-light);border-radius:3px}.home-events-carousel::-webkit-scrollbar-thumb{background:var(--cp-green);border-radius:3px}.home-event-card{display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .2s ease;text-decoration:none;scroll-snap-align:start}.home-events-carousel .home-event-card{min-width:240px;max-width:300px;flex-shrink:0}.home-event-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.home-event-image{position:relative;width:100%;padding-top:65%;overflow:hidden;background:var(--cp-gray-light)}.home-event-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.home-event-badge{position:absolute;top:8px;right:8px;padding:4px 10px;background:#000000b3;backdrop-filter:blur(4px);color:#fff;font-size:11px;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.3px}.home-event-badge-featured{background:var(--cp-purple)}.home-event-info{padding:14px;display:flex;flex-direction:column;gap:6px}.home-event-info h3{font-size:15px;font-weight:600;color:var(--cp-text-dark);line-height:1.3}.home-event-date,.home-event-venue{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--cp-text-gray)}.home-event-date svg,.home-event-venue svg{flex-shrink:0;color:var(--cp-green)}.home-event-price{font-size:15px;font-weight:700;color:var(--cp-green);margin-top:4px}.home-event-card-featured{min-width:280px}.home-event-card-featured .home-event-image{padding-top:70%}.home-event-card-featured .home-event-info{padding:16px}.home-event-card-featured .home-event-info h3{font-size:16px}.home-why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.home-why-card{background:#fff;border:1px solid var(--cp-gray-border);border-radius:12px;padding:24px;text-align:center;transition:all .2s ease}.home-why-card:hover{border-color:var(--cp-green);box-shadow:0 4px 16px #1b492a1a}.home-why-icon{width:64px;height:64px;margin:0 auto 16px;background:var(--cp-green-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--cp-green)}.home-why-card h3{font-size:15px;font-weight:600;color:var(--cp-text-dark);margin-bottom:8px}.home-why-card p{font-size:13px;color:var(--cp-text-gray);line-height:1.5}.home-newsletter{background:linear-gradient(135deg,var(--cp-green) 0%,var(--cp-green-dark) 100%);padding:48px 20px}.home-newsletter-content{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.home-newsletter-icon{width:80px;height:80px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.home-newsletter-text h2{font-size:24px;font-weight:700;color:#fff;margin-bottom:8px}.home-newsletter-text p{font-size:14px;color:#ffffffd9;line-height:1.5;max-width:400px}.home-newsletter-form{width:100%;max-width:500px}.home-newsletter-input-wrapper{display:flex;align-items:center;background:#fff;border-radius:50px;padding:6px;gap:0}.home-newsletter-input-wrapper input{flex:1;border:none;background:none;font-size:15px;padding:12px 16px;outline:none;min-width:0;border-radius:50px}.home-newsletter-input-wrapper input::placeholder{color:#999}.home-newsletter-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:var(--cp-green);color:#fff;border:none;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap;flex-shrink:0}.home-newsletter-btn:hover{background:var(--cp-green-dark)}.home-newsletter-features{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:8px}.home-newsletter-features span{display:flex;align-items:center;gap:6px;font-size:12px;color:#ffffffe6;font-weight:500}.home-newsletter-features svg{color:#4ade80}.home-trust{background:#fff;padding:40px 16px;border-top:1px solid var(--cp-gray-border)}.home-trust-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:24px}.home-trust-item{display:flex;align-items:flex-start;gap:14px}.home-trust-item svg{color:var(--cp-green);flex-shrink:0;margin-top:2px}.home-trust-item h3{font-size:15px;font-weight:600;color:var(--cp-text-dark);margin-bottom:4px}.home-trust-item p{font-size:13px;color:var(--cp-text-gray);line-height:1.4}@media screen and (min-width: 768px){.home-hero{padding:70px 24px}.home-hero-text h1{font-size:38px}.home-hero-text p{font-size:18px}.home-stats{gap:32px}.home-stat{font-size:14px;gap:8px}.home-section{padding:50px 24px}.home-section-header h2{font-size:26px}.home-courts-grid{grid-template-columns:repeat(4,1fr);gap:20px}.home-court-info h3{font-size:17px}.home-events-carousel .home-event-card{min-width:260px;max-width:320px}.home-event-card-featured{min-width:320px;max-width:380px}.home-why-grid{grid-template-columns:repeat(4,1fr);gap:20px}.home-newsletter{padding:60px 24px}.home-newsletter-text h2{font-size:28px}.home-newsletter-text p{font-size:15px}.home-trust-content{grid-template-columns:repeat(2,1fr);gap:32px}}@media screen and (min-width: 1024px){.home-hero{padding:90px 40px}.home-hero-text h1{font-size:48px}.home-hero-text p{font-size:20px;margin-bottom:40px}.home-hero-badge{font-size:14px;padding:10px 20px}.home-hero-btn-primary,.home-hero-btn-secondary{padding:16px 32px;font-size:16px}.home-stats{gap:48px}.home-stat{font-size:15px;gap:10px}.home-section{padding:60px 40px}.home-section-header h2{font-size:30px}.home-see-all{font-size:15px}.home-court-info{padding:20px}.home-court-info h3{font-size:18px}.home-court-subtitle{font-size:14px}.home-events-carousel{gap:20px}.home-events-carousel .home-event-card{min-width:280px;max-width:340px}.home-event-card-featured{min-width:340px;max-width:400px}.home-event-info{padding:18px;gap:8px}.home-event-info h3{font-size:16px}.home-event-date,.home-event-venue{font-size:13px}.home-event-price{font-size:16px}.home-why-card{padding:32px}.home-why-icon{width:72px;height:72px}.home-why-card h3{font-size:16px}.home-why-card p{font-size:14px}.home-newsletter{padding:80px 40px}.home-newsletter-content{max-width:700px}.home-newsletter-icon{width:90px;height:90px}.home-newsletter-text h2{font-size:32px}.home-newsletter-text p{font-size:16px;max-width:500px}.home-newsletter-btn{padding:14px 24px;font-size:15px}.home-trust-content{grid-template-columns:repeat(4,1fr)}.home-trust-item svg{width:32px;height:32px}.home-trust-item h3{font-size:16px}.home-trust-item p{font-size:14px}}@media screen and (min-width: 1400px){.home-hero{padding:110px 40px}.home-hero-text h1{font-size:56px}.home-section{padding:80px 40px}.home-events-carousel .home-event-card{min-width:300px;max-width:360px}.home-event-card-featured{min-width:360px;max-width:420px}}.home-featured{background:var(--cp-green-light)}
