:root {
  --bg: #05150b;
  --panel: rgba(255, 255, 255, 0.05);
  --panel-2: rgba(255, 255, 255, 0.08);
  --text: rgba(255, 255, 255, 0.95);
  --muted: rgba(255, 255, 255, 0.72);
  --primary: #16a34a;
  --primary-2: #4ade80;
  --ring: rgba(22, 163, 74, 0.42);
  --border: rgba(255, 255, 255, 0.18);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.55);
}

/* Focus ring (accessibility) */
:focus {
  outline: none;
}

:focus-visible {
  outline: 3px solid var(--ring);
  outline-offset: 2px;
}

/* Final fixed full-screen background (content scrolls over it) */
html,
body {
  min-height: 100%;
  background-color: #031009 !important;
}

body {
  background: transparent !important;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("pitch-hero.jpg") center / cover no-repeat;
  z-index: -2;
  pointer-events: none;
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}

header,
main,
section,
footer {
  position: relative;
  z-index: 1;
}

/* Cancel earlier phone background rules */
@media (max-width: 640px) {
  html,
  body {
    background: transparent !important;
  }

  body::before {
    background-size: cover !important;
    background-position: center top;
  }
}

/* Final mobile tuning */
@media (max-width: 640px) {
  /* Show whole stadium image on phones */
  body {
    background-size: contain !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-color: #031009 !important;
  }

  /* Keep text above, phone mock below */
  .hero {
    padding-top: 6px !important;
  }

  .hero-preview {
    order: 2 !important;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
  }

  .hero-copy {
    order: 1 !important;
  }

  .device-mock {
    width: clamp(180px, 48vw, 230px) !important;
    border-radius: 30px !important;
  }

  .device-screen {
    inset: 8px !important;
    border-radius: 23px !important;
  }

  /* Smaller buttons for better fit */
  .hero-ctas {
    gap: 8px !important;
    margin-bottom: 12px !important;
  }

  .hero-ctas .btn {
    padding: 8px 11px !important;
    font-size: 0.86rem !important;
    border-radius: 10px !important;
    min-height: 38px !important;
  }

  .hero-stats {
    gap: 8px !important;
  }

  .stat {
    min-width: 0 !important;
    flex: 1 1 calc(50% - 8px) !important;
    padding: 9px 10px !important;
  }
}

/* Final hard override: make start section same as rest */
.pitch-bg,
.pitch-lights,
.impact-bg,
.impact-section::after {
  display: none !important;
}

.hero,
.hero-grid,
.hero-copy,
.hero-preview,
.hero .container,
.device-tilt,
.device-mock,
.device-screen,
.site-header,
.header-inner,
.brand,
.brand-text {
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.hero .pill,
.hero .lead,
.hero h1,
.hero p {
  text-shadow: none !important;
}

/* Absolute final background fix */
html,
body {
  background: transparent !important;
  background-color: transparent !important;
}

body {
  position: relative;
  isolation: isolate;
}

body::before {
  z-index: 0 !important;
  background: url("pitch-hero.jpg") center / cover no-repeat !important;
}

header,
main,
footer,
section {
  position: relative;
  z-index: 1 !important;
}

/* Remove dark blocks behind content so background appears */
.hero-copy,
.stat,
.card,
.step,
.faq-item,
.contact-head,
.contact-form,
.impact-section .card,
.impact-reveal,
.section-alt {
  background: transparent !important;
  box-shadow: none !important;
}

.stat,
.card,
.step,
.faq-item,
.contact-head,
.contact-form,
.impact-section .card {
  border-color: rgba(255, 255, 255, 0.24) !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(900px 420px at 50% -10%, rgba(74, 222, 128, 0.22), transparent 55%),
    radial-gradient(600px 260px at 88% 8%, rgba(22, 163, 74, 0.18), transparent 60%),
    radial-gradient(700px 320px at 10% 10%, rgba(22, 163, 74, 0.14), transparent 58%),
    linear-gradient(180deg, #04120a 0%, #05150b 65%, #031009 100%);
  background-attachment: fixed;
}

.container {
  width: min(1180px, calc(100% - 40px));
}

.site-header {
  background: transparent !important;
  backdrop-filter: none !important;
  border-bottom: none !important;
}

.header-inner {
  justify-content: flex-end;
}

.nav-link {
  color: rgba(255, 255, 255, 0.76);
}

.nav-link:hover {
  background: rgba(22, 163, 74, 0.16);
  color: var(--text);
}

.nav-primary {
  background: rgba(22, 163, 74, 0.18);
  border-color: rgba(22, 163, 74, 0.35);
}

.btn-primary {
  background: linear-gradient(135deg, rgba(22, 163, 74, 0.95), rgba(74, 222, 128, 0.35));
  border-color: rgba(74, 222, 128, 0.35);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.16);
}

.pill {
  background: rgba(22, 163, 74, 0.18);
  border-color: rgba(22, 163, 74, 0.34);
}

/* Make hero "preview" match stadium theme */
.preview-card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(74, 222, 128, 0.22);
}

/* Impact landing (ball kick -> reveal app info) */
.impact-section {
  position: relative;
  overflow: hidden;
  padding: 64px 0 56px;
}

.impact-bg {
  position: absolute;
  inset: 0;
  background-image: url("pitch-hero.jpg");
  background-size: cover;
  background-position: center;
  filter: saturate(1.08) contrast(1.04);
  opacity: 0.9;
  z-index: 0;
}

.impact-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65));
  z-index: 1;
  pointer-events: none;
}

.impact-container {
  position: relative;
  z-index: 2;
}

.impact-stage {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
}

.impact-shadow {
  position: absolute;
  left: 50%;
  top: 64%;
  width: 180px;
  height: 36px;
  transform: translate(-50%, -50%) scaleX(0.9);
  border-radius: 999px;
  background: radial-gradient(closest-side, rgba(0, 0, 0, 0.58), transparent 70%);
  filter: blur(1px);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}

.impact-ripple {
  position: absolute;
  left: 50%;
  top: 64%;
  width: 240px;
  height: 240px;
  transform: translate(-50%, -50%) scale(0.35);
  opacity: 0;
  z-index: 4;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(74, 222, 128, 0.22) 0%, rgba(74, 222, 128, 0) 64%);
}

.impact-section.is-kicking .impact-shadow {
  animation: impactShadow 1400ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.impact-section.is-revealed .impact-ripple {
  animation: impactRipple 650ms ease-out forwards;
}

@keyframes impactShadow {
  0% {
    opacity: 0.4;
    transform: translate(-50%, -50%) translateX(0px) scaleX(0.85);
  }
  35% {
    opacity: 0.28;
    transform: translate(-50%, -50%) translateX(70px) scaleX(0.70);
  }
  65% {
    opacity: 0.52;
    transform: translate(-50%, -50%) translateX(95px) scaleX(1.05);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateX(120px) scaleX(1.25);
  }
}

@keyframes impactRipple {
  0% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(0.35);
    filter: blur(0px);
  }
  70% {
    opacity: 0.35;
    transform: translate(-50%, -50%) scale(1);
    filter: blur(0.4px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.12);
    filter: blur(0.7px);
  }
}

.impact-ground {
  position: absolute;
  left: 50%;
  top: 55%;
  width: min(1080px, 92vw);
  height: 260px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 28px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55);
  opacity: 0.15;
  pointer-events: none;
}

.impact-ball {
  position: absolute;
  left: 50%;
  top: 18%;
  width: clamp(78px, 10vw, 120px);
  height: clamp(78px, 10vw, 120px);
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  pointer-events: none;
}

.impact-ball img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.55));
}

.impact-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 450ms ease, transform 450ms ease;
  width: 100%;
  max-width: 980px;
}

.impact-reveal-static {
  opacity: 1 !important;
  transform: none !important;
}

.impact-section.is-revealed .impact-reveal {
  opacity: 1;
  transform: translateY(0);
}

@keyframes impactKick {
  0% {
    opacity: 1;
    transform: translate(-50%, -40%) translateX(0px) scale(0.95);
  }
  35% {
    transform: translate(-50%, -5%) translateX(70px) scale(1.06);
  }
  65% {
    transform: translate(-50%, 10%) translateX(95px) scale(0.86);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 22%) translateX(120px) scale(0.72);
  }
}

.impact-section.is-kicking .impact-ball {
  animation: impactKick 1400ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.impact-header {
  text-align: center;
  margin-bottom: 26px;
}

.impact-title {
  margin: 0 0 8px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.impact-subtitle {
  color: var(--muted);
  margin: 0;
  max-width: 720px;
  margin-inline: auto;
}

.impact-pill {
  margin: 0 0 10px;
}

@media (max-width: 640px) {
  .impact-section {
    padding: 52px 0 46px;
  }
  .impact-stage {
    min-height: 520px;
  }
  .impact-ground {
    top: 60%;
    height: 220px;
  }
}

.preview-top {
  border-bottom-color: rgba(74, 222, 128, 0.14);
}

.preview-title {
  text-shadow: 0 0 28px rgba(74, 222, 128, 0.25);
}

.stat {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(74, 222, 128, 0.18);
}

.card {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(74, 222, 128, 0.16);
}

.shot-img {
  filter: saturate(1.08);
}

#gallery .shot-1 .shot-img,
#gallery .shot-2 .shot-img,
#gallery .shot-3 .shot-img,
#gallery .shot-4 .shot-img,
#gallery .shot-5 .shot-img,
#gallery .shot-6 .shot-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#gallery .shot-1 .shot-img {
  background: linear-gradient(135deg, rgba(74, 222, 128, 0.38), rgba(22, 163, 74, 0.08)),
    url("pitch-hero.jpg");
}

#gallery .shot-2 .shot-img {
  background: linear-gradient(135deg, rgba(22, 163, 74, 0.42), rgba(74, 222, 128, 0.10)),
    url("pitch-hero.jpg");
}

#gallery .shot-3 .shot-img {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(22, 163, 74, 0.18)),
    url("pitch-hero.jpg");
}

#gallery .shot-4 .shot-img {
  background: linear-gradient(135deg, rgba(74, 222, 128, 0.28), rgba(16, 185, 129, 0.08)),
    url("pitch-hero.jpg");
}

#gallery .shot-5 .shot-img {
  background: linear-gradient(135deg, rgba(74, 222, 128, 0.34), rgba(255, 255, 255, 0.06)),
    url("pitch-hero.jpg");
}

#gallery .shot-6 .shot-img {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(74, 222, 128, 0.12)),
    url("pitch-hero.jpg");
}

/* Accessibility */
:focus {
  outline: none;
}

:focus-visible {
  outline: 3px solid var(--ring);
  outline-offset: 2px;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero .container {
  position: relative;
  z-index: 2;
}

/* iPhone-like device mock (3D tilt) */
.device-tilt {
  display: grid;
  place-items: center;
  width: 100%;
}

.device-mock {
  --rx: 0deg;
  --ry: 0deg;

  width: clamp(220px, 24vw, 320px);
  aspect-ratio: 9 / 18;
  border-radius: 44px;
  position: relative;

  background: transparent;
  border: 0;
  box-shadow: none;

  transform-style: preserve-3d;
  transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform 120ms ease;
  will-change: transform;
  overflow: hidden;
}

.device-mock::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle at 25% 10%, rgba(255, 255, 255, 0.35), transparent 45%);
  transform: translateZ(28px);
  pointer-events: none;
}

.device-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 38%;
  height: 26px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  z-index: 3;
}

.device-screen {
  position: absolute;
  inset: 12px;
  border-radius: 36px;
  background: transparent;
  overflow: hidden;
  z-index: 1;
}

.device-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(24px);
}

.device-tilt::after {
  content: "";
  position: absolute;
  width: 54%;
  height: 22px;
  border-radius: 999px;
  background: radial-gradient(closest-side, rgba(0, 0, 0, 0.55), transparent 70%);
  transform: translateY(150px);
  filter: blur(1px);
  opacity: 0;
  pointer-events: none;
}

.device-tilt {
  position: relative;
}

.device-mock {
  user-select: none;
}

@media (max-width: 640px) {
  .device-mock {
    width: clamp(200px, 52vw, 260px);
    border-radius: 38px;
  }

  .device-screen {
    inset: 10px;
    border-radius: 30px;
  }
}

.pitch-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -88px; /* lift the pitch under the header */
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.pitch-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: none;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  opacity: 1;
  background: url("pitch-hero.jpg");
  filter: saturate(1.08) contrast(1.05);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.pitch-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
}

/* Logo ball shoot animation */
.brand-text {
  position: relative;
}

.logo-ball {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 38px;
  height: 38px;
  transform: translate(-50%, -50%);
  background-image: url("ball.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.6));
}

@keyframes logoShoot {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.95);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) translateX(14px) translateY(-18px) scale(1.05);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateX(26px) translateY(-32px) scale(0.82);
  }
}

.brand-animating .logo-ball {
  opacity: 1;
  animation: logoShoot 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.brand-animating .brand-mark,
.brand-animating .brand-name,
.brand-animating .brand-tag {
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  transition: opacity 120ms ease, transform 120ms ease;
}

@media (max-width: 640px) {
  .logo-ball {
    width: 30px;
    height: 30px;
  }
}

/* Stadium lights glow */
.pitch-lights {
  position: absolute;
  inset: -40px 0 auto 0;
  height: 240px;
  pointer-events: none;
  z-index: 2;
  opacity: 0.8;
}

.pitch-lights::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: min(1200px, 120vw);
  height: 220px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 50% 0%, rgba(74, 222, 128, 0.45), transparent 62%),
    radial-gradient(circle at 20% 20%, rgba(34, 197, 94, 0.22), transparent 55%),
    radial-gradient(circle at 80% 30%, rgba(22, 163, 74, 0.22), transparent 55%);
  filter: blur(8px);
}

.ball-wrap {
  position: absolute;
  left: 62%;
  top: 105px;
  width: 120px;
  height: 120px;
  z-index: 2;
  pointer-events: none;
  transform: translateX(-50%);
  transform-style: preserve-3d;
}

.ball-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 82%;
  width: 120%;
  height: 28%;
  transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(0, 0, 0, 0.45), transparent 68%);
  filter: blur(2px);
  opacity: 0.55;
  z-index: 0;
}

.ball-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
  transform: rotateY(-20deg) rotateX(8deg);
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.5));
}

.ball {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.25) 34%, rgba(205, 205, 205, 0.10) 60%, rgba(255, 255, 255, 0.15) 100%),
    radial-gradient(circle at 65% 70%, rgba(0, 0, 0, 0.18), transparent 52%),
    linear-gradient(135deg, #f8fafc 0%, #d1d5db 55%, #f8fafc 100%);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.55),
    inset 0 -12px 30px rgba(0, 0, 0, 0.22);
  position: relative;
  transform: rotateY(-20deg) rotateX(8deg);
}

.ball::before {
  content: "";
  position: absolute;
  inset: -8%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.14) 60%, rgba(0, 0, 0, 0) 72%),
    repeating-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.0) 0px,
      rgba(0, 0, 0, 0.0) 14px,
      rgba(0, 0, 0, 0.16) 16px,
      rgba(0, 0, 0, 0.0) 22px
    );
  opacity: 0.55;
  filter: blur(0.2px);
}

.ball::after {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 49%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 52%, rgba(0, 0, 0, 0) 100%);
  box-shadow:
    inset 0 0 0 3px rgba(255, 255, 255, 0.12),
    inset 0 -12px 26px rgba(0, 0, 0, 0.18);
  opacity: 0.85;
}

/* Section polish */
.section-alt {
  background: rgba(255, 255, 255, 0.01);
  border-top-color: rgba(74, 222, 128, 0.10);
  border-bottom-color: rgba(74, 222, 128, 0.08);
}

.cards .card,
.steps .step,
.gallery .shot,
.faq-item,
.contact-head,
.contact-form {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.card:hover {
  border-color: rgba(74, 222, 128, 0.30);
}

.step-num {
  background: rgba(22, 163, 74, 0.16);
  border-color: rgba(22, 163, 74, 0.36);
}

.preview-badge {
  background: rgba(22, 163, 74, 0.18);
  border-color: rgba(22, 163, 74, 0.34);
}

.preview-bar::after {
  background: linear-gradient(90deg, rgba(22, 163, 74, 0.75), rgba(74, 222, 128, 0.25));
}

.shot-img {
  background:
    linear-gradient(135deg, rgba(22, 163, 74, 0.42), rgba(74, 222, 128, 0.12)),
    radial-gradient(520px 170px at 10% 0%, rgba(74, 222, 128, 0.18), transparent 56%);
}

/* FAQ */
.faq-q::after {
  color: rgba(74, 222, 128, 0.95);
}

.faq-a {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Footer */
.site-footer {
  border-top-color: rgba(74, 222, 128, 0.12);
}

/* Global fixed stadium background behavior */
body {
  background: url("pitch-hero.jpg") center / cover no-repeat fixed !important;
}

.pitch-bg,
.impact-bg {
  display: none !important;
}

.impact-section::after {
  display: none !important;
}

.section-alt {
  background: transparent !important;
}

/* End-page WhatsApp block */
.contact-end {
  padding-top: 22px;
  padding-bottom: 10px;
}

.contact-end .contact {
  grid-template-columns: 1fr !important;
  justify-items: center;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.contact-end .contact-head,
.contact-end .contact-form {
  width: 100%;
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.12);
}

.contact-end .contact-actions {
  justify-content: center;
  margin-top: 0;
}

.contact-end .contact-hint {
  text-align: center;
}

/* Better phone experience */
@media (max-width: 640px) {
  /* iOS Safari renders fixed backgrounds poorly; scroll looks cleaner */
  body {
    background-attachment: scroll !important;
    background-position: center top !important;
  }

  /* Show phone mock earlier in the first screen */
  .hero-preview {
    order: -1;
    margin-bottom: 10px;
  }

  .device-mock {
    width: clamp(150px, 40vw, 190px) !important;
    border-radius: 30px !important;
  }

  .device-screen {
    inset: 8px !important;
    border-radius: 23px !important;
  }

  .hero {
    padding-top: 10px !important;
  }

  .hero-grid {
    gap: 14px !important;
  }

  .hero-ctas .btn {
    padding: 9px 12px !important;
    font-size: 0.9rem !important;
    border-radius: 11px !important;
  }

  .stat {
    min-width: 0 !important;
    padding: 10px 12px !important;
    flex: 1 1 calc(50% - 8px);
  }

  .stat-value {
    font-size: 1.05rem !important;
  }
}

/* Force text to bright color for readability */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
a,
button,
li,
small,
strong,
em,
input,
textarea,
select,
.brand-name,
.brand-tag,
.nav-link,
.stat-label,
.stat-value,
.section-head p,
.lead,
.faq-q,
.faq-a,
.card p,
.card h3,
.contact-hint,
.footer-copy,
.footer-brand,
.footer-links a {
  color: #f8fafc !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}

input::placeholder,
textarea::placeholder {
  color: rgba(248, 250, 252, 0.72) !important;
}

.footer-links a:hover {
  border-color: rgba(74, 222, 128, 0.25);
  background: rgba(22, 163, 74, 0.10);
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition-duration: 0ms !important;
    animation-duration: 0ms !important;
  }
}

@media (max-width: 980px) {
  .ball-wrap {
    width: 92px;
    height: 92px;
    left: 67%;
    top: 125px;
    opacity: 0.95;
  }
}

@media (max-width: 640px) {
  .pitch-lights {
    height: 160px;
    opacity: 0.7;
  }
  .ball-wrap {
    width: 78px;
    height: 78px;
    left: 60%;
    top: 138px;
    opacity: 0.9;
  }
}

/* Accessibility selector fixes (override any accidental pseudo-selector typos) */
:focus {
  outline: none;
}

:focus-visible {
  outline: 3px solid var(--ring);
  outline-offset: 2px;
}

