main{width:100%;min-height:420px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:48px 24px;background:linear-gradient(135deg,#4a2d6bd9,#2d1a44e6),url(/assets/court.webp);background-repeat:no-repeat;background-position:center;background-size:cover}main>h1{max-width:340px;color:#fff;font-size:36px;font-weight:800;text-align:center;line-height:1.15}main>p{max-width:320px;color:#ffffffe6;font-size:17px;font-weight:500;text-align:center;line-height:1.6}main>a{display:inline-flex;align-items:center;gap:10px;margin-top:12px;padding:16px 32px;color:#4a2d6b;font-size:16px;font-weight:700;background:#fff;border-radius:50px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}main>a:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000040}#history{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:28px;padding:48px 24px;background:#fafafa}#history>h2{font-size:26px;font-weight:700;color:var(--button-primary-bg, #7b4bab);text-align:center}#history>div{width:100%;max-width:800px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}#history>div>div{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;overflow:hidden;text-align:center}#history>div>div.picture{align-items:center}#history>div>div.picture>img{width:100%;max-width:320px;height:auto;border-radius:16px;box-shadow:0 8px 24px #0000001f}#history>div>div>h3{color:#303030;font-size:22px;font-weight:700}#history>div>div>p{max-width:360px;color:#555;font-size:15px;font-weight:500;line-height:1.7}#banner{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}#banner>p{width:100%;height:80px;color:#fff;font-size:24px;font-weight:800;letter-spacing:2px;text-transform:uppercase;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#5a3d7a,#4a2d6b)}#banner>img{width:100%;height:auto;max-height:280px;object-fit:cover}#features{width:100%;padding:48px 24px;background:#fff}#features>h2{font-size:26px;font-weight:700;color:var(--button-primary-bg, #7b4bab);text-align:center;margin-bottom:32px}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:800px;margin:0 auto}.feature{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 12px;background:#fafafa;border-radius:12px}.feature-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#7b4bab,#5a3d7a);border-radius:50%;color:#fff;margin-bottom:12px}.feature>h3{font-size:15px;font-weight:700;color:#303030;margin-bottom:6px}.feature>p{font-size:13px;color:#666;line-height:1.5}#products{width:100%;padding:48px 24px;background:#fafafa}#products>h2{font-size:26px;font-weight:700;color:var(--button-primary-bg, #7b4bab);text-align:center;margin-bottom:32px}.products-grid{display:flex;flex-direction:column;gap:16px;max-width:900px;margin:0 auto}.product-card{display:flex;flex-direction:row;align-items:center;gap:16px;padding:12px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.product-card>img{width:80px;height:80px;object-fit:cover;border-radius:8px}.product-info{flex:1}.product-info>h3{font-size:16px;font-weight:700;color:#303030;margin-bottom:4px}.product-info>p{font-size:13px;color:#666;margin-bottom:6px}.product-price{font-size:15px;font-weight:700;color:var(--button-primary-bg, #7b4bab)}#how-it-works{width:100%;padding:48px 24px;background:#fff}#how-it-works>h2{font-size:26px;font-weight:700;color:var(--button-primary-bg, #7b4bab);text-align:center;margin-bottom:32px}.steps{display:flex;flex-direction:column;gap:24px;max-width:600px;margin:0 auto}.step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 20px;background:#fafafa;border-radius:12px}.step-number{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#7b4bab,#5a3d7a);border-radius:50%;color:#fff;font-size:20px;font-weight:700;margin-bottom:16px}.step>h3{font-size:18px;font-weight:700;color:#303030;margin-bottom:8px}.step>p{font-size:14px;color:#666;line-height:1.6}@media screen and (min-width: 901px){main{min-height:500px;padding:64px}main>h1{font-size:52px;max-width:600px}main>p{font-size:20px;max-width:500px}#history{padding:64px 48px}#history>h2{font-size:32px}#history>div{flex-direction:row;gap:48px}#history>div>div{text-align:left;align-items:flex-start}#history>div>div.picture>img{max-width:400px}#history>div>div>h3{font-size:28px}#history>div>div>p{font-size:16px;max-width:400px}#banner>p{height:100px;font-size:36px;letter-spacing:4px}#banner>img{max-height:360px}#features{padding:64px 48px}#features>h2{font-size:32px}.features-grid{grid-template-columns:repeat(4,1fr);gap:32px}.feature{padding:28px 20px}.feature>h3{font-size:17px}.feature>p{font-size:14px}#products{padding:64px 48px}#products>h2{font-size:32px}.products-grid{flex-direction:row;gap:24px}.product-card{flex-direction:column;flex:1;padding:16px}.product-card>img{width:100%;height:180px}.product-info{text-align:center;padding-top:8px}.product-info>h3{font-size:18px}#how-it-works{padding:64px 48px}#how-it-works>h2{font-size:32px}.steps{flex-direction:row;max-width:1000px;gap:32px}.step{flex:1;padding:32px 24px}}
