:root {
  --bg: #f6fbf7;
  --text: #10231a;
  --muted: #5c7166;
  --primary: #0f7a3b;
  --primary-dark: #07572a;
  --accent: #f3c742;
  --card: #ffffff;
  --line: #dfece4;
  --shadow: 0 20px 50px rgba(16, 35, 26, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(246, 251, 247, 0.9); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.15rem; }
.brand-mark { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--primary); color: white; font-size: .85rem; box-shadow: 0 10px 25px rgba(15, 122, 59, .25); }
.nav-links { display: flex; align-items: center; gap: 24px; font-weight: 600; color: var(--muted); }
.nav-links a:hover { color: var(--primary-dark); }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.6rem; }
.btn { display: inline-flex; justify-content: center; align-items: center; border: 0; border-radius: 999px; padding: 14px 22px; background: var(--primary); color: white; font-weight: 800; cursor: pointer; box-shadow: 0 12px 28px rgba(15, 122, 59, .25); }
.btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
.btn-secondary { background: white; color: var(--primary-dark); border: 1px solid var(--line); box-shadow: none; }
.btn-small { padding: 10px 16px; color: white !important; }
.hero { padding: 90px 0 60px; background: radial-gradient(circle at top right, rgba(243, 199, 66, .28), transparent 35%), linear-gradient(180deg, #ffffff 0%, var(--bg) 80%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.eyebrow { color: var(--primary); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; margin: 0 0 10px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.6rem, 6vw, 5rem); line-height: .98; letter-spacing: -0.06em; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.05; letter-spacing: -0.04em; margin-bottom: 16px; }
h3 { line-height: 1.2; }
.hero-text { font-size: 1.18rem; color: var(--muted); max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0; }
.trust-row { display: flex; gap: 14px; flex-wrap: wrap; color: var(--muted); font-weight: 700; font-size: .92rem; }
.hero-card { padding: 20px; border-radius: 34px; background: linear-gradient(145deg, rgba(15,122,59,.15), rgba(243,199,66,.22)); box-shadow: var(--shadow); }
.fixture-panel { background: var(--card); border-radius: 26px; padding: 22px; border: 1px solid var(--line); }
.panel-header, .fixture-item, .score-line { display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.panel-header { margin-bottom: 18px; color: var(--muted); }
.fixture-item { display: block; padding: 16px; border-radius: 18px; border: 1px solid var(--line); margin-bottom: 12px; background: #fbfffc; }
.fixture-item span, .fixture-item small { display: block; color: var(--muted); }
.fixture-item strong { display: block; margin: 5px 0; }
.fixture-item.warning { border-color: #f3d77a; background: #fff9df; }
.score-line { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); text-align: center; }
.score-line div { flex: 1; }
.score-line strong, .score-line span { display: block; }
.score-line strong { font-size: 1.6rem; color: var(--primary-dark); }
.score-line span { color: var(--muted); font-size: .82rem; font-weight: 700; }
.section { padding: 82px 0; }
.logos { padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; color: var(--muted); font-weight: 700; }
.section-heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.section-heading p { color: var(--muted); }
.section-heading.left { text-align: left; margin: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card, .step, .pricing-card, .faq-list details { background: var(--card); border: 1px solid var(--line); border-radius: 24px; padding: 24px; box-shadow: 0 10px 30px rgba(16,35,26,.05); }
.feature-card span { font-size: 1.9rem; }
.feature-card h3 { margin: 14px 0 8px; }
.feature-card p, .step p, .pricing-card p { color: var(--muted); margin-bottom: 0; }
.muted { background: #eef8f1; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step strong { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: var(--primary); color: white; margin-bottom: 18px; }
.split-grid, .pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.split-grid p { color: var(--muted); }
.checklist { display: grid; gap: 12px; }
.checklist div { background: white; border: 1px solid var(--line); border-radius: 18px; padding: 16px 18px; font-weight: 700; }
.checklist div::before { content: "✓"; color: var(--primary); margin-right: 10px; }
.pricing-card { padding: 34px; }
.plan-label { display: inline-block; background: #fff5c5; color: #6f5600 !important; padding: 6px 12px; border-radius: 999px; font-weight: 800; }
.pricing-card ul { padding-left: 20px; color: var(--muted); margin: 22px 0; }
.faq-list { display: grid; gap: 14px; max-width: 850px; margin: 0 auto; }
.faq-list details { padding: 20px 24px; }
.faq-list summary { cursor: pointer; font-weight: 800; }
.faq-list p { margin: 14px 0 0; color: var(--muted); }
.cta-section { padding-top: 30px; }
.cta-card { display: grid; grid-template-columns: .9fr 1fr; gap: 34px; align-items: center; background: var(--primary-dark); color: white; border-radius: 34px; padding: 44px; box-shadow: var(--shadow); }
.cta-card .eyebrow { color: var(--accent); }
.cta-card p { color: rgba(255,255,255,.82); }
.contact-form { display: grid; gap: 14px; background: white; padding: 22px; border-radius: 24px; }
.contact-form label { display: grid; gap: 7px; color: var(--text); font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 13px 14px; font: inherit; }
.site-footer { padding: 44px 0 28px; background: #071c12; color: white; }
.footer-grid { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.site-footer p, .copyright { color: rgba(255,255,255,.65); }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; color: rgba(255,255,255,.75); font-weight: 700; }
.copyright { margin-top: 30px; font-size: .9rem; }
@media (max-width: 960px) {
  .hero-grid, .split-grid, .pricing-grid, .cta-card { grid-template-columns: 1fr; }
  .feature-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 70px; left: 20px; right: 20px; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: white; flex-direction: column; align-items: flex-start; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  .hero { padding-top: 60px; }
  .feature-grid, .steps { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .cta-card { padding: 28px; }
  .footer-grid { flex-direction: column; }
}
.contact-email {
    margin-top: 1rem;
    text-align: center;
    color: #6b7280;
    font-size: 0.95rem;
}

.contact-email::before {
    content: "✉ ";
}
/* 404 page */
.error-page { background: radial-gradient(circle at 80% 20%, rgba(46, 160, 67, .12), transparent 30%), #ffffff; }
.not-found-main { min-height: calc(100vh - 240px); }
.not-found-hero { padding: 6rem 0 4rem; overflow: hidden; }
.not-found-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: center; }
.not-found-copy h1 { margin: 0; font-size: clamp(3.5rem, 8vw, 7.5rem); line-height: .92; letter-spacing: -.07em; color: var(--ink); }
.not-found-copy h1 span { display: block; color: var(--green); }
.mini-scorecard { margin-top: 2rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; max-width: 640px; }
.mini-scorecard div { background: var(--soft); border: 1px solid var(--border); border-radius: 18px; padding: 1rem; }
.mini-scorecard strong, .mini-scorecard span { display: block; }
.mini-scorecard span { margin-top: .25rem; color: var(--muted-text); font-size: .9rem; }
.not-found-art { position: relative; min-height: 520px; }
.big-404 { position: absolute; inset: 0 auto auto 5%; font-size: clamp(8rem, 19vw, 17rem); font-weight: 900; letter-spacing: -.08em; color: rgba(12, 28, 44, .08); line-height: .8; transform: rotate(-3deg); }
.speech-bubble { position: absolute; top: 2rem; right: 1rem; background: white; border: 3px solid var(--ink); border-radius: 999px; padding: 1.1rem 1.4rem; font-weight: 800; text-align: center; transform: rotate(-5deg); box-shadow: 0 12px 30px rgba(12, 28, 44, .09); }
.speech-bubble strong { color: var(--green); text-transform: uppercase; }
.speech-bubble::after { content: ""; position: absolute; bottom: -17px; left: 28px; width: 28px; height: 28px; background: white; border-right: 3px solid var(--ink); border-bottom: 3px solid var(--ink); transform: rotate(38deg); }
.pitch { position: absolute; left: 6%; right: 0; bottom: 4.5rem; height: 340px; border-radius: 50%; background: linear-gradient(180deg, rgba(126, 189, 96, .28), rgba(126, 189, 96, .08)); }
.pitch::after { content: ""; position: absolute; left: 12%; right: 4%; bottom: 10px; height: 18px; border-radius: 999px; background: rgba(38, 92, 45, .12); }
.ball { position: absolute; left: 8%; top: 44%; width: 34px; height: 34px; border-radius: 50%; background: #c92a2a; box-shadow: inset -8px -7px 0 rgba(0,0,0,.12); animation: cricket-ball 1.4s ease-in-out infinite alternate; }
.ball::before { content: ""; position: absolute; top: 6px; left: 15px; width: 2px; height: 22px; background: rgba(255,255,255,.55); transform: rotate(-22deg); }
.stump { position: absolute; bottom: 48px; width: 13px; height: 145px; background: #d49b50; border-radius: 999px; box-shadow: inset -4px 0 0 rgba(0,0,0,.12); transform-origin: bottom; }
.stump-one { left: 26%; transform: rotate(-14deg); }
.stump-two { left: 30%; transform: rotate(3deg); }
.stump-three { left: 34%; transform: rotate(18deg); }
.bail { position: absolute; width: 50px; height: 9px; background: #d49b50; border-radius: 999px; top: 118px; left: 25%; }
.bail-one { transform: rotate(28deg) translate(-18px, -30px); }
.bail-two { transform: rotate(-20deg) translate(58px, -42px); }
.batter { position: absolute; right: 12%; bottom: 44px; width: 220px; height: 270px; transform: rotate(9deg); }
.helmet { position: absolute; right: 24px; top: 10px; width: 74px; height: 60px; background: var(--ink); border-radius: 48% 52% 42% 44%; transform: rotate(14deg); }
.helmet::after { content: ""; position: absolute; right: -14px; top: 25px; width: 48px; height: 6px; background: var(--ink); border-radius: 999px; }
.head { position: absolute; right: 64px; top: 62px; width: 42px; height: 48px; background: #f2b08d; border-radius: 50%; }
.body { position: absolute; right: 67px; top: 105px; width: 92px; height: 108px; background: white; border: 3px solid #d7dee8; border-radius: 22px; transform: skewX(-10deg); box-shadow: inset -10px 0 0 rgba(12,28,44,.04); }
.arm { position: absolute; right: 35px; top: 150px; width: 86px; height: 18px; background: white; border: 3px solid #d7dee8; border-radius: 999px; transform: rotate(36deg); }
.bat { position: absolute; right: 6px; bottom: 1px; width: 28px; height: 170px; background: #e0b46e; border: 3px solid #855f2c; border-radius: 10px; transform: rotate(-18deg); transform-origin: bottom; }
.bat::before { content: "CF"; position: absolute; top: 70px; left: 2px; font-size: .72rem; font-weight: 900; color: var(--green); transform: rotate(90deg); }
.pad { position: absolute; bottom: 0; width: 38px; height: 92px; background: white; border: 3px solid #d7dee8; border-radius: 16px; box-shadow: inset 0 0 0 4px rgba(12,28,44,.03); }
.pad-left { right: 104px; transform: rotate(10deg); }
.pad-right { right: 58px; transform: rotate(-5deg); }
.comfort-card { position: absolute; right: 5%; bottom: 0; max-width: 430px; display: flex; gap: .9rem; align-items: center; background: rgba(255,255,255,.92); border: 1px solid var(--border); border-radius: 20px; padding: 1rem 1.2rem; box-shadow: var(--shadow); }
.comfort-card span { display: grid; place-items: center; flex: 0 0 52px; width: 52px; height: 52px; border-radius: 50%; background: rgba(46, 160, 67, .12); }
.comfort-card p { margin: 0; color: var(--muted-text); }
.comfort-card strong { color: var(--ink); }
@keyframes cricket-ball { from { transform: translate(0, 16px) rotate(0); } to { transform: translate(105px, -38px) rotate(130deg); } }
@media (max-width: 900px) {
  .not-found-grid { grid-template-columns: 1fr; }
  .not-found-art { min-height: 440px; }
  .pitch { left: 0; }
  .speech-bubble { right: 0; }
}
@media (max-width: 640px) {
  .not-found-hero { padding-top: 4rem; }
  .mini-scorecard { grid-template-columns: 1fr; }
  .not-found-art { min-height: 390px; transform: scale(.86); transform-origin: top center; margin-bottom: -3rem; }
}
