:root{--bg:#0a1a0a;--panel:#0e2410;--acc:#22c55e;--acc2:#fbbf24;--text:#f0fdf4;--muted:#86efac}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:'Inter','Helvetica Neue',sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none;transition:.2s}
img{max-width:100%;height:auto;display:block}
.crp-header{position:sticky;top:0;z-index:100;background:rgba(0,0,0,.55);backdrop-filter:blur(14px);border-bottom:1px solid #22c55e33}
.crp-header__inner{max-width:1280px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.crp-logo img{height:40px;width:auto}
.crp-nav{display:flex;align-items:center;gap:6px}
.crp-nav__link{padding:9px 16px;color:var(--text);font-size:14px;font-weight:600;letter-spacing:.5px;border-radius:8px;position:relative;text-transform:uppercase}
.crp-nav__link:hover,.crp-nav__link--active{color:var(--acc);background:#22c55e1a}
.crp-dropdown{position:relative}
.crp-dropdown__toggle{padding:9px 16px;color:var(--text);font-size:14px;font-weight:600;cursor:pointer;border-radius:8px;text-transform:uppercase}
.crp-dropdown__menu{position:absolute;right:0;top:100%;background:var(--panel);border:1px solid #22c55e55;border-radius:10px;min-width:200px;padding:8px;box-shadow:0 12px 30px rgba(0,0,0,.5);opacity:0;visibility:hidden;transform:translateY(8px);transition:.25s}
.crp-dropdown:hover .crp-dropdown__menu{opacity:1;visibility:visible;transform:translateY(0)}
.crp-dropdown__item{display:block;padding:9px 14px;color:var(--text);font-size:13px;border-radius:6px}
.crp-dropdown__item:hover{background:#22c55e22;color:var(--acc)}
.crp-burger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:8px}
.crp-burger span{width:22px;height:2px;background:var(--text);transition:.3s}
.crp-burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.crp-burger.active span:nth-child(2){opacity:0}
.crp-burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.crp-mobile{display:none;flex-direction:column;background:var(--panel);padding:16px;border-top:1px solid #22c55e33}
.crp-mobile.active{display:flex}
.crp-mobile__link{padding:12px;color:var(--text);font-weight:600;border-bottom:1px solid #22c55e22}
@media(max-width:960px){.crp-nav,.crp-dropdown{display:none}.crp-burger{display:flex}}
.crp-footer{background:var(--panel);border-top:2px solid var(--acc);padding:50px 20px 20px;margin-top:60px}
.crp-footer__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px;padding-bottom:30px;border-bottom:1px solid #22c55e33}
.crp-footer__brand{display:flex;flex-direction:column;gap:14px}
.crp-footer__logo{height:48px;width:auto}
.crp-footer__col h4{color:var(--acc);font-size:15px;letter-spacing:2px;text-transform:uppercase;margin:0 0 14px}
.crp-footer__col p,.crp-footer__col a{display:block;font-size:13px;color:var(--muted);margin:6px 0;line-height:1.7}
.crp-footer__col a:hover{color:var(--acc)}
.crp-footer__copy{max-width:1280px;margin:20px auto 0;padding:14px 20px;color:var(--muted);font-size:12px;text-align:center;letter-spacing:1px}
@media(max-width:860px){.crp-footer__inner{grid-template-columns:1fr}}
.crp-hero__h1{font-size:54px;font-weight:900;color:var(--text);margin:0 0 6px;letter-spacing:1px;line-height:1.05}
.crp-hero__headline{font-family:'Inter',sans-serif;font-size:18px;font-weight:700;color:var(--acc);letter-spacing:6px;text-transform:uppercase;margin:4px 0 18px;opacity:.92}
.crp-hero__slogan{font-size:16px;color:var(--muted);line-height:1.7;max-width:680px;margin:14px 0;letter-spacing:.5px;opacity:.92}
.crp-hero__tagline{font-size:13px;color:var(--acc2);letter-spacing:3px;font-style:italic;margin:6px 0 22px;opacity:.85}
@media(max-width:860px){.crp-hero__h1{font-size:34px}.crp-hero__headline{font-size:14px;letter-spacing:3px}.crp-hero__slogan{font-size:14px}.crp-hero__tagline{font-size:11px}}

.crp-hero{position:relative;padding:120px 20px 100px;text-align:center;overflow:hidden;background:radial-gradient(ellipse at center,#0a3d1f,#0a1a0a 75%)}
.crp-hero__inner{position:relative;max-width:1100px;margin:0 auto}
.crp-hero__crown{display:inline-block;font-size:11px;letter-spacing:3px;color:#22c55e;border:1px solid #22c55e;padding:6px 14px;border-radius:4px;margin-bottom:16px;font-weight:700}
.crp-hero__pitch{position:relative;width:280px;height:80px;margin:30px auto 24px;background:linear-gradient(180deg,#c8a872,#d4b886);border-radius:6px;box-shadow:inset 0 0 30px rgba(0,0,0,.3)}
.crp-pitch__strip{position:absolute;inset:0;display:flex;justify-content:space-between;padding:0 30px;align-items:center}
.crp-pitch__crease{width:60px;height:4px;background:#fff}
.crp-pitch__bat{position:absolute;top:-30px;left:50%;transform:translateX(-50%);font-size:42px;animation:crpswing 2.5s ease-in-out infinite}
@keyframes crpswing{0%,100%{transform:translateX(-50%) rotate(-15deg)}50%{transform:translateX(-50%) rotate(15deg)}}
.crp-hero__score{display:flex;justify-content:center;align-items:center;gap:30px;margin:24px 0;flex-wrap:wrap}
.crp-score__team{background:#0e2410;border:1px solid #22c55e55;padding:14px 24px;border-radius:8px;text-align:center;min-width:140px}
.crp-score__team span{display:block;font-size:11px;color:#86efac;letter-spacing:3px}
.crp-score__team b{display:block;font-size:26px;color:#22c55e;font-weight:900;margin:4px 0}
.crp-score__team em{font-size:11px;color:#f0fdf4;font-style:normal}
.crp-score__vs{font-size:14px;color:#fbbf24;font-weight:900;letter-spacing:2px}
.crp-hero__over{display:flex;justify-content:center;align-items:center;gap:8px;margin:18px 0;flex-wrap:wrap}
.crp-over__lbl{font-size:11px;color:#86efac;letter-spacing:3px;margin-right:8px}
.crp-ball{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:13px;color:#fff}
.crp-ball--four{background:#1d4ed8}.crp-ball--six{background:#7c2d12}.crp-ball--dot{background:rgba(255,255,255,.1);color:#86efac}.crp-ball--run{background:#475569}.crp-ball--wkt{background:#dc2626}
.crp-hero__h1{font-size:60px;font-weight:900;color:#fff;margin:0 0 12px;letter-spacing:-1px}
.crp-hero__headline{font-size:18px;color:#22c55e;letter-spacing:5px;font-weight:800;margin-bottom:14px}
.crp-hero__slogan{font-size:16px;color:#f0fdf4;margin:0 0 10px;line-height:1.6}
.crp-hero__tagline{font-size:13px;color:#86efac;letter-spacing:2px;margin-bottom:20px}
.crp-hero__cta{display:flex;gap:14px;justify-content:center;margin-top:24px;flex-wrap:wrap}
.crp-sec{padding:80px 20px;border-top:1px solid #22c55e1f}
.crp-container{max-width:1280px;margin:0 auto}
.crp-sec__head{text-align:center;margin-bottom:40px}
.crp-sec__tag{display:inline-block;font-size:12px;color:#22c55e;letter-spacing:4px;font-weight:700;margin-bottom:8px}
.crp-sec__head h2{font-size:32px;color:#fff;margin:0;font-weight:800}
.crp-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}
.crp-grid--3{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}
.crp-card2{background:#0e2410;border:1px solid #22c55e44;border-radius:10px;padding:22px;transition:.3s}
.crp-card2:hover{border-color:#22c55e;transform:translateY(-3px);box-shadow:0 8px 20px #22c55e33}
.crp-card2 h3{color:#fbbf24;margin:0 0 10px;font-size:18px}
.crp-card2 p{color:#f0fdf4;margin:0 0 10px;font-size:14px;line-height:1.6}
.crp-card2 span{color:#22c55e;font-size:12px;font-weight:800;letter-spacing:2px}
.crp-card2--p{border-color:#fbbf24}
.crp-faq{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.crp-faq__item{background:#0e2410;border-left:3px solid #22c55e;padding:18px 22px;border-radius:6px}
.crp-faq__item h4{color:#fbbf24;margin:0 0 10px;font-size:16px}
.crp-faq__item p{color:#f0fdf4;margin:0;line-height:1.7;font-size:14px}
.crp-btn{padding:14px 32px;border-radius:8px;font-weight:900;letter-spacing:2px;cursor:pointer;text-transform:uppercase;font-size:13px;display:inline-block}
.crp-btn--p{background:#22c55e;color:#000}.crp-btn--o{border:2px solid #22c55e;color:#22c55e}
.crp-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #22c55e55}
.crp-cta{background:linear-gradient(135deg,#22c55e22,#fbbf2422)}
.crp-cta__box{text-align:center;padding:50px 20px}
.crp-cta__box h2{font-size:34px;color:#fff;margin:0 0 14px}
.crp-cta__box p{color:#f0fdf4;margin:0 0 24px}
@media(max-width:860px){.crp-faq{grid-template-columns:1fr}}
