:root {
  --bg:#07111f;
  --bg-2:#091a2c;
  --panel:#0b2035;
  --panel-light:#102a43;
  --text:#f5f9fc;
  --muted:#9fb0c2;
  --green:#10ed37;
  --green-deep:#0bbf5b;
  --blue:#29b6f6;
  --line:rgba(255,255,255,.11);
  --shadow:0 28px 80px rgba(0,0,0,.34);
  --radius:26px;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--text); background:var(--bg); font-family:"Inter",sans-serif; }
a { color:inherit; text-decoration:none; }
button,input,textarea { font:inherit; }
button,a { -webkit-tap-highlight-color:transparent; }
img { display:block; max-width:100%; }
.page-shell { overflow:hidden; }
.section-padding { padding:105px max(24px,calc((100vw - 1180px)/2)); }

.site-header { position:fixed; inset:0 0 auto; z-index:50; height:94px; display:flex; align-items:center; border-bottom:1px solid transparent; background:rgba(7,17,31,.72); backdrop-filter:blur(18px); transition:.25s ease; }
.site-header.scrolled { height:82px; border-color:var(--line); background:rgba(7,17,31,.94); box-shadow:0 15px 40px rgba(0,0,0,.18); }
.navbar { width:min(1180px,calc(100% - 42px)); margin:auto; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.brand-panel { width:218px; height:70px; padding:5px 8px; display:flex; align-items:center; border-radius:16px; background:#fff; box-shadow:0 10px 30px rgba(0,0,0,.18); overflow:hidden; }
.brand-panel img { width:100%; height:100%; object-fit:contain; }
.nav-links { display:flex; align-items:center; gap:24px; color:#d6e0ea; font-size:12px; font-weight:700; }
.nav-links > a:not(.nav-cta) { transition:color .2s; }
.nav-links > a:not(.nav-cta):hover { color:var(--green); }
.nav-cta { padding:12px 19px; border-radius:999px; color:#05121a; background:linear-gradient(135deg,var(--green),#55f07d); box-shadow:0 9px 28px rgba(16,237,55,.18); }
.nav-toggle { display:none; width:44px; height:44px; padding:10px; border:1px solid var(--line); border-radius:12px; background:rgba(255,255,255,.04); }
.nav-toggle span { display:block; height:2px; margin:5px 0; border-radius:2px; background:#fff; }

.hero { min-height:820px; padding-top:165px; display:grid; grid-template-columns:.92fr 1.08fr; align-items:center; gap:62px; position:relative; background:
  radial-gradient(circle at 16% 25%,rgba(16,237,55,.09),transparent 33%),
  radial-gradient(circle at 82% 72%,rgba(41,182,246,.11),transparent 31%),
  linear-gradient(145deg,#07111f,#08192b 62%,#071522); }
.hero::after { content:""; position:absolute; inset:auto -10% 0; height:160px; background:linear-gradient(transparent,rgba(5,13,23,.6)); pointer-events:none; }
.hero-glow { position:absolute; border-radius:50%; filter:blur(15px); opacity:.28; pointer-events:none; }
.glow-one { width:260px; height:260px; left:-100px; top:150px; background:var(--green); }
.glow-two { width:310px; height:310px; right:-120px; bottom:80px; background:var(--blue); }
.hero-copy,.hero-visual { position:relative; z-index:2; }
.eyebrow { display:inline-flex; align-items:center; gap:9px; margin-bottom:19px; color:#b9c8d7; font-size:12px; font-weight:800; letter-spacing:.11em; text-transform:uppercase; }
.eyebrow span { width:8px; height:8px; border-radius:50%; background:var(--green); box-shadow:0 0 0 6px rgba(16,237,55,.1); }
.hero h1 { max-width:650px; margin:0; font-size:clamp(48px,5.4vw,78px); line-height:.98; letter-spacing:-.055em; }
.hero-copy > p { max-width:610px; margin:26px 0 0; color:var(--muted); font-size:18px; line-height:1.75; }
.hero-actions { margin-top:33px; display:flex; flex-wrap:wrap; gap:13px; }
.button { min-height:52px; padding:0 24px; display:inline-flex; align-items:center; justify-content:center; border:0; border-radius:14px; font-weight:850; cursor:pointer; transition:transform .2s,box-shadow .2s,border-color .2s; }
.button:hover { transform:translateY(-2px); }
.button-primary { color:#041209; background:linear-gradient(135deg,var(--green),#71f28e); box-shadow:0 13px 35px rgba(16,237,55,.2); }
.button-secondary { border:1px solid var(--line); color:#fff; background:rgba(255,255,255,.045); }
.hero-points { margin-top:26px; display:flex; flex-wrap:wrap; gap:10px 21px; color:#c4d0dc; font-size:12px; font-weight:650; }
.hero-points span::first-letter { color:var(--green); }

.app-showcase-card { padding:18px; border:1px solid var(--line); border-radius:30px; background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025)); box-shadow:var(--shadow); transform:rotate(1deg); }
.showcase-brand { height:95px; padding:5px 12px; border-radius:18px; background:#fff; overflow:hidden; }
.showcase-brand img { width:100%; height:100%; object-fit:contain; }
.showcase-grid { padding:25px; display:grid; grid-template-columns:.82fr 1.18fr; align-items:center; gap:25px; }
.phone-frame { width:238px; margin:auto; padding:9px; border:3px solid #dce5ec; border-radius:42px; background:#02070b; box-shadow:0 26px 50px rgba(0,0,0,.4); }
.phone-notch { width:84px; height:18px; margin:-1px auto -13px; position:relative; z-index:3; border-radius:0 0 14px 14px; background:#02070b; }
.phone-screen { min-height:443px; padding:35px 18px 20px; border-radius:31px; background:linear-gradient(165deg,#efffff,#d4fbe1 60%,#bff8d1); color:#07111f; }
.app-mini-label { color:#087d47; font-size:9px; font-weight:900; letter-spacing:.18em; }
.phone-screen h2 { margin:10px 0 7px; font-size:24px; line-height:1.05; }
.phone-screen > p { margin:0; color:#506274; font-size:11px; line-height:1.45; }
.mini-field { height:115px; margin:17px 0; position:relative; border:2px solid rgba(255,255,255,.8); border-radius:13px; background:linear-gradient(135deg,#04d82f,#18f045); box-shadow:inset 0 0 30px rgba(0,0,0,.08); }
.mini-field::before,.mini-field::after { content:""; position:absolute; }
.mini-field::before { inset:10px; border:1.5px solid rgba(255,255,255,.9); }
.mini-field::after { width:34px; height:34px; left:50%; top:50%; transform:translate(-50%,-50%); border:1.5px solid #fff; border-radius:50%; }
.mini-field span { position:absolute; left:50%; top:10px; bottom:10px; border-left:1.5px solid #fff; }
.mini-detail { margin-top:10px; padding:11px; border-radius:11px; background:rgba(255,255,255,.72); }
.mini-detail small,.mini-detail strong { display:block; }.mini-detail small { color:#718091; font-size:7px; font-weight:900; letter-spacing:.1em; }.mini-detail strong { margin-top:3px; font-size:9px; }
.mini-detail.split { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.mini-button { margin-top:13px; height:37px; display:grid; place-items:center; border-radius:10px; color:#041209; background:#12e83a; font-size:10px; font-weight:900; }
.showcase-copy h3 { margin:19px 0 22px; font-size:31px; line-height:1.08; letter-spacing:-.04em; }
.status-pill { display:inline-flex; padding:8px 11px; border:1px solid rgba(16,237,55,.35); border-radius:999px; color:#75f590; background:rgba(16,237,55,.08); font-size:9px; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.showcase-copy ul { margin:0; padding:0; display:grid; gap:13px; list-style:none; color:#d2dce6; font-size:12px; font-weight:650; }
.showcase-copy li { display:flex; align-items:center; gap:11px; }
.showcase-copy li span { width:31px; height:31px; display:grid; place-items:center; border-radius:9px; color:#041209; background:linear-gradient(135deg,var(--green),var(--blue)); font-size:9px; font-weight:900; }

.section { position:relative; }
.section-heading { max-width:760px; margin:0 auto 50px; text-align:center; }
.section-kicker { color:var(--green); font-size:11px; font-weight:900; letter-spacing:.17em; text-transform:uppercase; }
.section-heading h2,.download-copy h2,.court-copy h2,.contact-copy h2 { margin:14px 0; font-size:clamp(35px,4vw,55px); line-height:1.05; letter-spacing:-.045em; }
.section-heading p,.download-copy > p,.court-copy > p,.contact-copy > p { color:var(--muted); line-height:1.7; }

.download-section { background:#f5f8fc; color:#07111f; }
.download-panel { min-height:530px; padding:58px; display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:52px; border:1px solid #dce6ef; border-radius:34px; background:linear-gradient(145deg,#fff,#edf6f2); box-shadow:0 30px 80px rgba(23,54,77,.12); overflow:hidden; }
.download-copy .section-kicker { color:#098b56; }.download-copy > p { color:#657487; max-width:650px; }
.store-buttons { margin-top:30px; display:flex; flex-wrap:wrap; gap:13px; }
.store-button { min-width:205px; min-height:67px; padding:10px 18px; display:flex; align-items:center; gap:13px; border-radius:15px; color:#fff; background:#07111f; box-shadow:0 15px 30px rgba(7,17,31,.16); transition:transform .2s,box-shadow .2s; }
.store-button:hover { transform:translateY(-3px); box-shadow:0 20px 40px rgba(7,17,31,.22); }
.store-logo { width:31px; height:31px; fill:#fff; }.store-button small,.store-button strong { display:block; }.store-button small { color:#bcc8d3; font-size:9px; }.store-button strong { margin-top:1px; font-size:18px; }
.store-status { min-height:20px; margin:15px 0 0; color:#718091; font-size:11px; font-weight:650; }
.download-art { min-height:400px; position:relative; display:grid; place-items:center; }
.download-orbit { position:absolute; border:1px solid rgba(9,139,86,.18); border-radius:50%; }.orbit-one { width:360px;height:360px; }.orbit-two { width:285px;height:285px; border-color:rgba(41,182,246,.2); }
.download-phone { width:210px; height:390px; padding:9px; position:relative; z-index:2; border-radius:38px; background:#06111c; transform:rotate(7deg); box-shadow:0 30px 55px rgba(10,46,66,.26); }
.download-screen { width:100%; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; border-radius:29px; color:#07111f; background:linear-gradient(160deg,#0ff03b,#8af39e); }
.download-screen span { font-size:55px; }.download-screen strong { margin-top:12px; font-size:30px; }.download-screen small { margin-top:5px; font-weight:700; }
.download-badge { position:absolute; z-index:3; padding:12px 16px; border:1px solid #dce6ef; border-radius:13px; background:#fff; box-shadow:0 15px 35px rgba(23,54,77,.12); color:#173042; font-size:11px; font-weight:850; }.badge-top { top:65px; right:12px; }.badge-bottom { bottom:55px; left:10px; }

.how-section { background:linear-gradient(180deg,#07111f,#091728); }
.steps-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:15px; }
.step-card { min-height:280px; padding:28px; position:relative; border:1px solid var(--line); border-radius:21px; background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)); transition:transform .2s,border-color .2s; }
.step-card:hover { transform:translateY(-5px); border-color:rgba(16,237,55,.35); }
.step-number { position:absolute; top:22px; right:23px; color:#627487; font-size:11px; font-weight:900; }
.step-icon { width:48px; height:48px; display:grid; place-items:center; border-radius:14px; color:#041209; background:linear-gradient(135deg,var(--green),var(--blue)); font-size:20px; font-weight:900; }
.step-card h3 { margin:30px 0 11px; font-size:20px; }.step-card p { margin:0; color:var(--muted); font-size:13px; line-height:1.65; }

.court-section { background:#07111f; }
.court-panel { padding:64px; display:grid; grid-template-columns:1.08fr .92fr; align-items:center; gap:50px; border:1px solid var(--line); border-radius:32px; background:linear-gradient(135deg,#0b1f34,#0b2940); box-shadow:var(--shadow); }
.court-copy > p { max-width:650px; }.feature-list { margin-top:35px; display:grid; gap:18px; }
.feature-list > div { display:flex; align-items:flex-start; gap:15px; }.feature-list > div > span { width:38px; height:38px; flex:0 0 38px; display:grid; place-items:center; border-radius:11px; color:#041209; background:linear-gradient(135deg,var(--green),var(--blue)); font-size:9px; font-weight:900; }.feature-list p { margin:0; color:var(--muted); font-size:13px; line-height:1.5; }.feature-list strong { color:#fff; font-size:14px; }
.court-art { min-height:460px; position:relative; display:grid; place-items:center; }.stadium-ring { position:absolute; border:1px solid rgba(255,255,255,.11); border-radius:50%; }.ring-one { width:430px;height:430px; }.ring-two { width:330px;height:330px; border-color:rgba(16,237,55,.18); }
.mini-pitch { width:250px; height:355px; position:relative; border:3px solid rgba(255,255,255,.8); border-radius:17px; background:linear-gradient(145deg,#0cc936,#10ed37); transform:rotate(12deg); box-shadow:0 28px 50px rgba(0,0,0,.25); }.mini-pitch::before { content:""; position:absolute; inset:17px; border:2px solid rgba(255,255,255,.8); }.mini-pitch::after { content:""; position:absolute; width:77px;height:77px; left:50%;top:50%; transform:translate(-50%,-50%); border:2px solid #fff; border-radius:50%; }.mini-pitch span { position:absolute; left:50%; top:17px; bottom:17px; border-left:2px solid #fff; }
.floating-label { position:absolute; padding:12px 16px; border:1px solid var(--line); border-radius:13px; background:rgba(7,17,31,.88); box-shadow:0 15px 35px rgba(0,0,0,.25); color:#e8eff5; font-size:11px; font-weight:850; }.label-one { left:2px; top:85px; }.label-two { right:0; bottom:75px; }

.location-section { background:#eef4f8; color:#07111f; }.location-section .section-kicker { color:#098b56; }.location-section .section-heading p { color:#657487; }
.location-grid { display:grid; grid-template-columns:1.35fr .65fr; gap:22px; }
.map-card { min-height:480px; overflow:hidden; border:1px solid #d9e4ed; border-radius:25px; background:#fff; box-shadow:0 25px 60px rgba(23,54,77,.1); }
.map-card iframe { width:100%; height:100%; min-height:480px; border:0; }
.address-card { padding:38px; border:1px solid #d9e4ed; border-radius:25px; background:linear-gradient(145deg,#fff,#f5fbf7); display:flex; flex-direction:column; justify-content:center; box-shadow:0 25px 60px rgba(23,54,77,.08); }
.location-pin { font-size:36px; }.address-card small { margin-top:20px; color:#098b56; font-weight:850; letter-spacing:.15em; }.address-card h3 { margin:8px 0; font-size:30px; }.address-card p { color:#657487; }.address-card .button { margin-top:18px; }

.faq-section { background:#f7f9fc; color:#07111f; }.faq-section .section-kicker { color:#098b56; }.faq-section .section-heading p { color:#627185; }
.faq-list { max-width:900px; margin:0 auto; display:grid; gap:12px; }.faq-item { border:1px solid #dae3ec; border-radius:17px; background:#fff; overflow:hidden; }.faq-question { width:100%; padding:21px 23px; display:flex; align-items:center; justify-content:space-between; gap:20px; border:0; background:#fff; color:#07111f; text-align:left; font-weight:800; cursor:pointer; }.faq-question span { font-size:23px; color:#0b8b6e; transition:transform .2s; }.faq-question[aria-expanded="true"] span { transform:rotate(45deg); }.faq-answer { max-height:0; overflow:hidden; transition:max-height .28s ease; }.faq-answer p { margin:0; padding:0 23px 22px; color:#657487; font-size:14px; line-height:1.65; }

.contact-section { background:linear-gradient(145deg,#07111f,#091b2e); }
.contact-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:45px; align-items:start; }
.contact-copy { padding-top:20px; }.contact-copy > p { max-width:520px; }
.contact-links { margin-top:31px; display:grid; grid-template-columns:repeat(2,1fr); gap:13px; }
.contact-links a { min-height:75px; padding:14px; display:flex; align-items:center; gap:12px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.035); transition:transform .2s,border-color .2s; }.contact-links a:hover { transform:translateY(-3px); border-color:rgba(16,237,55,.45); }
.social-icon { flex:0 0 44px; width:44px; height:44px; display:grid; place-items:center; border-radius:13px; }.social-icon svg { width:25px; height:25px; fill:none; stroke:#fff; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }.whatsapp-icon { background:#25d366; }.instagram-icon { background:linear-gradient(145deg,#833ab4,#fd1d1d,#fcb045); }.facebook-icon { background:#1877f2; }.facebook-icon svg { fill:#fff; stroke:none; }.email-icon { background:linear-gradient(135deg,#1aa7ec,#0b6dc8); }
.contact-links strong,.contact-links small { display:block; }.contact-links strong { font-size:13px; }.contact-links small { margin-top:3px; color:var(--muted); font-size:10px; }
.contact-form { padding:34px; border:1px solid var(--line); border-radius:27px; background:#fff; color:#07111f; box-shadow:var(--shadow); }.contact-form-heading span { color:#098b56; font-size:10px; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }.contact-form-heading h3 { margin:7px 0 27px; font-size:30px; }.form-grid { display:grid; gap:17px; }.two-columns { grid-template-columns:repeat(2,1fr); }.full-width { grid-column:1/-1; }.contact-form label { display:grid; gap:7px; color:#243346; font-size:12px; font-weight:750; }.contact-form input,.contact-form textarea { width:100%; border:1px solid #cfdae5; border-radius:13px; background:#f9fbfd; color:#07111f; padding:13px 14px; outline:none; resize:vertical; transition:border-color .2s,box-shadow .2s; }.contact-form input:focus,.contact-form textarea:focus { border-color:#23b98b; box-shadow:0 0 0 4px rgba(35,213,154,.12); }.contact-submit { width:100%; margin-top:22px; }.form-status { min-height:20px; margin:12px 0 0; text-align:center; color:#087e65; font-size:12px; font-weight:700; }

.site-footer { padding:55px 24px 35px; text-align:center; border-top:1px solid var(--line); background:#050d17; }.footer-brand span { width:230px; height:95px; margin:0 auto; padding:7px 10px; display:block; border-radius:17px; background:#fff; overflow:hidden; }.footer-brand img { width:100%; height:100%; object-fit:contain; }.site-footer > p { color:var(--muted); font-size:13px; }.footer-links { margin:25px 0; display:flex; justify-content:center; gap:26px; color:#cbd5df; font-size:12px; font-weight:650; }.copyright { margin-top:25px !important; color:#6f7e8f !important; }

@media (max-width:1080px) {
  .nav-toggle { display:block; }.nav-links { position:absolute; top:88px; left:18px; right:18px; display:none; flex-direction:column; align-items:stretch; gap:0; padding:14px; border:1px solid var(--line); border-radius:18px; background:rgba(9,24,40,.98); box-shadow:var(--shadow); }.nav-links.open { display:flex; }.nav-links a { padding:13px 12px; }.nav-cta { margin-top:7px; text-align:center; }
  .hero { grid-template-columns:1fr; padding-top:155px; }.hero-copy { text-align:center; }.hero-copy > p { margin-left:auto; margin-right:auto; }.hero-actions,.hero-points { justify-content:center; }.hero-visual { max-width:680px; width:100%; margin:0 auto; }
  .download-panel,.court-panel,.contact-layout { grid-template-columns:1fr; }.download-copy { text-align:center; }.download-copy > p { margin-left:auto; margin-right:auto; }.store-buttons { justify-content:center; }.steps-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:720px) {
  .section-padding { padding:78px 20px; }.site-header { height:84px; }.navbar { width:calc(100% - 28px); }.brand-panel { width:174px; height:61px; }.nav-links { top:78px; }
  .hero { min-height:auto; padding-top:128px; gap:44px; }.hero h1 { font-size:46px; }.hero-copy > p { font-size:16px; }.hero-actions { display:grid; }.hero-actions .button { width:100%; }.hero-points { gap:9px 14px; }
  .app-showcase-card { transform:none; }.showcase-brand { height:75px; }.showcase-grid { grid-template-columns:1fr; padding:18px 5px 7px; }.showcase-copy { text-align:center; }.showcase-copy ul { max-width:270px; margin:auto; text-align:left; }
  .download-panel,.court-panel { padding:31px 22px; }.store-buttons { display:grid; }.store-button { width:100%; }.download-art { min-height:410px; }.steps-grid { grid-template-columns:1fr; }.step-card { min-height:240px; }
  .court-art { min-height:380px; }.ring-one { width:340px;height:340px; }.ring-two { width:270px;height:270px; }.mini-pitch { width:200px;height:285px; }.floating-label { font-size:10px; }
  .location-grid { grid-template-columns:1fr; }.map-card,.map-card iframe { min-height:380px; }.address-card { padding:28px; }.contact-links { grid-template-columns:1fr; }.contact-form { padding:27px 20px; }.two-columns { grid-template-columns:1fr; }.footer-links { flex-wrap:wrap; }
}
@media (max-width:420px) {
  .hero h1 { font-size:39px; }.section-heading h2,.download-copy h2,.court-copy h2,.contact-copy h2 { font-size:35px; }.phone-frame { width:220px; }.download-phone { width:190px; }.download-badge { font-size:9px; }.badge-top { right:-3px; }.badge-bottom { left:-3px; }
}


/* Requested layout refinements */
.hero-download-wrap { margin-top:32px; }
.hero-store-buttons { margin-top:0; }
.hero-location-button { margin-top:13px; }
.hero-store-status { max-width:470px; color:#748699; }

.pitch-card { position:relative; border:1px solid rgba(255,255,255,.14); border-radius:34px; background:linear-gradient(160deg,rgba(16,43,69,.96),rgba(8,24,40,.96)); box-shadow:var(--shadow); overflow:hidden; transform:rotate(1.3deg); }
.pitch-card::before { content:""; position:absolute; inset:0; background:linear-gradient(135deg,rgba(35,213,154,.07),transparent 35%,rgba(34,167,240,.08)); pointer-events:none; }
.pitch-topline { position:relative; z-index:2; padding:24px 25px 0; display:flex; align-items:center; justify-content:space-between; }
.pitch-card .status-pill { padding:8px 12px; border:1px solid rgba(35,213,154,.28); border-radius:999px; color:#24e2a5; background:rgba(35,213,154,.08); font-size:12px; font-weight:800; letter-spacing:0; text-transform:none; }
.football-icon { font-size:26px; }
.pitch-graphic { position:relative; height:260px; margin:22px 25px 0; border:2px solid rgba(255,255,255,.65); border-radius:16px; background:repeating-linear-gradient(90deg,#14724d 0,#14724d 48px,#116744 48px,#116744 96px); overflow:hidden; }
.pitch-graphic::before { content:""; position:absolute; inset:12px; border:1px solid rgba(255,255,255,.4); border-radius:8px; }
.pitch-graphic .center-line { position:absolute; top:0; bottom:0; left:50%; width:1px; background:rgba(255,255,255,.65); }
.field-circle { position:absolute; width:80px; height:80px; border:1px solid rgba(255,255,255,.65); border-radius:50%; top:50%; left:50%; transform:translate(-50%,-50%); }
.field-box { position:absolute; width:75px; height:135px; border:1px solid rgba(255,255,255,.65); top:50%; transform:translateY(-50%); }
.box-left { left:-1px; }
.box-right { right:-1px; }
.player { position:absolute; width:18px; height:18px; border-radius:50%; border:3px solid rgba(255,255,255,.95); box-shadow:0 4px 9px rgba(0,0,0,.25); }
.player-one { left:25%; top:30%; background:var(--blue); }
.player-two { left:35%; bottom:25%; background:var(--blue); }
.player-three { right:27%; top:25%; background:#23d59a; }
.player-four { right:37%; bottom:28%; background:#23d59a; }
.pitch-details { position:relative; z-index:2; padding:25px 28px 29px; }
.pitch-details small { color:#24e2a5; font-size:10px; font-weight:850; letter-spacing:.14em; }
.pitch-details h2 { margin:7px 0 20px; font-size:28px; letter-spacing:-.04em; }
.detail-row { display:flex; gap:10px; align-items:flex-start; padding:14px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.detail-row p { margin:0; color:#c6d2de; font-size:13px; }
.booking-preview { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:18px; }
.booking-preview div { min-height:82px; padding:12px; border:1px solid var(--line); border-radius:15px; background:rgba(255,255,255,.025); }
.booking-preview strong { display:block; margin-top:5px; font-size:11px; line-height:1.35; }

.court-photo-card { min-height:470px; margin:0; position:relative; overflow:hidden; border:1px solid var(--line); border-radius:27px; background:#07111f; box-shadow:0 28px 65px rgba(0,0,0,.28); }
.court-photo-card::after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(5,15,25,.92),transparent 58%); pointer-events:none; }
.court-photo-card img { width:100%; height:100%; min-height:470px; object-fit:cover; }
.court-photo-card figcaption { position:absolute; z-index:2; left:28px; right:28px; bottom:25px; }
.court-photo-card figcaption span,.court-photo-card figcaption strong { display:block; }
.court-photo-card figcaption span { color:#24e2a5; font-size:10px; font-weight:900; letter-spacing:.16em; }
.court-photo-card figcaption strong { max-width:390px; margin-top:7px; color:#fff; font-size:24px; line-height:1.16; }

.exact-map-card { min-height:480px; position:relative; display:flex; align-items:flex-end; overflow:hidden; cursor:pointer; background:linear-gradient(145deg,#eaf2f7,#dcebf1); }
.exact-map-card:hover .map-pin-large { transform:translate(-50%,-50%) scale(1.08); }
.map-grid { position:absolute; inset:0; background-color:#eaf1f4; background-image:linear-gradient(rgba(103,132,151,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(103,132,151,.12) 1px,transparent 1px); background-size:42px 42px; }
.map-road { position:absolute; display:block; height:18px; border:5px solid #fff; border-radius:999px; background:#c9d7df; box-shadow:0 0 0 1px rgba(113,139,155,.15); }
.road-one { width:120%; left:-10%; top:34%; transform:rotate(-11deg); }
.road-two { width:95%; left:12%; top:58%; transform:rotate(18deg); }
.road-three { width:70%; left:27%; top:22%; transform:rotate(67deg); }
.map-pin-large { position:absolute; left:52%; top:45%; z-index:2; font-size:58px; transform:translate(-50%,-50%); filter:drop-shadow(0 12px 12px rgba(43,66,80,.25)); transition:transform .2s; }
.map-link-copy { position:relative; z-index:3; width:100%; padding:45px 35px 31px; color:#07111f; background:linear-gradient(transparent,rgba(255,255,255,.96) 38%); }
.map-link-copy small,.map-link-copy strong,.map-link-copy span { display:block; }
.map-link-copy small { color:#098b56; font-size:10px; font-weight:900; letter-spacing:.14em; }
.map-link-copy strong { margin-top:5px; font-size:26px; }
.map-link-copy span { margin-top:6px; color:#657487; font-size:13px; }

.site-footer { padding-top:42px; }
.site-footer > p:first-child { margin-top:0; }

@media (max-width:1080px) {
  .hero-store-buttons { justify-content:center; }
  .hero-store-status { margin-left:auto; margin-right:auto; }
  .court-photo-card { min-height:430px; }
  .court-photo-card img { min-height:430px; }
}
@media (max-width:720px) {
  .pitch-card { transform:none; }
  .pitch-graphic { height:205px; }
  .booking-preview { grid-template-columns:1fr; }
  .hero-store-buttons { display:grid; }
  .hero-store-buttons .store-button { width:100%; }
  .hero-location-button { width:100%; }
  .court-photo-card,.court-photo-card img { min-height:360px; }
  .court-photo-card figcaption { left:22px; right:22px; bottom:20px; }
  .court-photo-card figcaption strong { font-size:20px; }
  .exact-map-card { min-height:380px; }
}
