/* ============================================================
   PRO SPORT MANAGEMENT — Shared Stylesheet
   ============================================================ */

/* ── ASSETS (hosted on Webflow CDN, still publicly accessible) ──
   Logo (nav):   https://cdn.prod.website-files.com/664b2cb2b49501494e5b77cc/664b3283ac026607369222f3_Logo.svg
   Logo (word):  https://cdn.prod.website-files.com/664b2cb2b49501494e5b77cc/664b2f4600585427eaae36ac_ProSport%20word%20logo.svg
*/

:root {
  /* Original site palette: near-black bg, white text, teal/cyan accent */
  --bg:        #0d0d0d;
  --bg2:       #141414;
  --bg3:       #1a1a1a;
  --bg4:       #222222;
  --accent:    #00c8a0;   /* teal — matches the original site's CTA / highlight colour */
  --accent2:   #00e8bb;
  --white:     #ffffff;
  --off-white: #f0f0ec;
  --gray:      #888888;
  --gray2:     #555555;
  --nav-h:     76px;

  /* Images */
  --logo-nav:  url('https://cdn.prod.website-files.com/664b2cb2b49501494e5b77cc/664b3283ac026607369222f3_Logo.svg');
  --logo-word: url('https://cdn.prod.website-files.com/664b2cb2b49501494e5b77cc/664b2f4600585427eaae36ac_ProSport%20word%20logo.svg');
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--off-white);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 2px; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5vw;
  transition: background .35s, border-color .35s;
  border-bottom: 1px solid transparent;
}
nav.scrolled {
  background: rgba(13,13,13,.93);
  backdrop-filter: blur(18px);
  border-color: rgba(255,255,255,.06);
}
.nav-logo img { height: 38px; width: auto; display: block; }
.nav-links { list-style: none; display: flex; align-items: center; gap: 36px; }
.nav-links a {
  color: rgba(240,240,236,.7);
  text-decoration: none;
  font-size: .82rem; font-weight: 500;
  letter-spacing: .07em; text-transform: uppercase;
  transition: color .2s;
  position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 1px; background: var(--accent);
  transition: width .3s;
}
.nav-links a:hover,
.nav-links a.active { color: var(--accent); }
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }
.nav-cta {
  background: var(--accent) !important; color: var(--bg) !important;
  padding: 9px 22px !important; border-radius: 2px !important;
  font-weight: 700 !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--accent2) !important; }

.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none; padding: 4px;
}
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); transition: all .3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none; position: fixed;
  top: var(--nav-h); left: 0; right: 0;
  background: rgba(13,13,13,.97); backdrop-filter: blur(20px);
  padding: 20px 5vw 28px; z-index: 99;
  border-bottom: 1px solid rgba(255,255,255,.06);
  flex-direction: column; gap: 4px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  color: var(--off-white); text-decoration: none;
  font-size: 1.1rem; font-weight: 500;
  padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.05);
  transition: color .2s;
}
.mobile-menu a:hover { color: var(--accent); }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-block;
  background: var(--accent); color: var(--bg);
  padding: 13px 30px; font-size: .85rem; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase;
  text-decoration: none; border-radius: 2px;
  transition: background .2s, transform .2s; border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif;
}
.btn-primary:hover { background: var(--accent2); transform: translateY(-2px); }
.btn-outline {
  display: inline-block;
  background: transparent; color: var(--off-white);
  padding: 13px 30px; font-size: .85rem; font-weight: 600;
  letter-spacing: .07em; text-transform: uppercase;
  text-decoration: none; border-radius: 2px;
  border: 1px solid rgba(240,240,236,.2);
  transition: border-color .2s, color .2s;
}
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }

/* ── SECTION HELPERS ── */
.section-wrap { max-width: 1200px; margin: 0 auto; padding: 100px 5vw; }
.section-wrap.narrow { max-width: 900px; }
.section-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .72rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--accent);
  margin-bottom: 14px;
}
.section-tag::before { content: ''; width: 24px; height: 1px; background: var(--accent); display: block; }
h1.page-title, h2.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1; letter-spacing: .03em; color: var(--white);
  margin-bottom: 22px;
}
.section-lead {
  font-size: 1.05rem; color: rgba(240,240,236,.65);
  max-width: 620px; font-weight: 300; line-height: 1.8;
}
.divider { width: 44px; height: 2px; background: var(--accent); margin: 22px 0 34px; }

/* ── LEAGUE MARQUEE ── */
.marquee-wrap {
  background: var(--bg2);
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
  padding: 22px 0; overflow: hidden;
}
.marquee-track {
  display: flex; gap: 0;
  animation: marquee 30s linear infinite;
  width: max-content;
}
.marquee-track img {
  height: 36px; width: auto;
  filter: brightness(0) invert(1);
  opacity: .35;
  margin: 0 44px;
  transition: opacity .2s;
}
.marquee-track img:hover { opacity: .8; }
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── IMAGE HELPERS ── */
.img-frame {
  border-radius: 4px; overflow: hidden;
  background: var(--bg3);
  border: 1px solid rgba(255,255,255,.06);
}
.img-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── FAQ ── */
.faq-list { display: flex; flex-direction: column; gap: 3px; margin-top: 48px; }
.faq-item {
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 3px; overflow: hidden;
  transition: border-color .3s;
}
.faq-item.open { border-color: rgba(0,200,160,.35); }
.faq-q {
  background: var(--bg2); padding: 22px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  cursor: pointer; font-size: .95rem; font-weight: 500; color: var(--off-white);
  transition: color .2s; user-select: none;
}
.faq-item.open .faq-q { color: var(--accent); }
.faq-icon {
  flex-shrink: 0; width: 22px; height: 22px;
  border: 1px solid rgba(255,255,255,.18); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; line-height: 1; color: var(--gray);
  transition: all .3s;
}
.faq-item.open .faq-icon { border-color: var(--accent); color: var(--accent); transform: rotate(45deg); }
.faq-a {
  background: var(--bg3); max-height: 0; overflow: hidden;
  transition: max-height .4s ease, padding .3s;
  padding: 0 28px;
  font-size: .92rem; color: rgba(240,240,236,.65); line-height: 1.8; font-weight: 300;
}
.faq-item.open .faq-a { max-height: 500px; padding: 20px 28px 26px; }

/* ── CONTACT FORM ── */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.3fr; gap: 70px; align-items: start;
}
.contact-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 26px; }
.contact-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: rgba(0,200,160,.08); border: 1px solid rgba(0,200,160,.2);
  border-radius: 3px; display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}
.contact-label { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--accent); margin-bottom: 3px; font-weight: 700; }
.contact-val { font-size: .95rem; color: var(--off-white); }
.contact-val a { color: var(--off-white); text-decoration: none; transition: color .2s; }
.contact-val a:hover { color: var(--accent); }
.contact-map { border-radius: 4px; overflow: hidden; margin-top: 10px; }
.contact-map img { width: 100%; display: block; filter: grayscale(60%) contrast(1.1); }

.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--gray); font-weight: 600; }
.form-group input,
.form-group textarea,
.form-group select {
  background: var(--bg3); border: 1px solid rgba(255,255,255,.1);
  border-radius: 3px; padding: 13px 16px;
  color: var(--off-white); font-family: 'DM Sans', sans-serif;
  font-size: .92rem; transition: border-color .2s; outline: none; -webkit-appearance: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--accent); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select option { background: var(--bg3); }
.form-note { font-size: .78rem; color: var(--gray); }
.form-success { display: none; color: var(--accent); font-size: .9rem; }

/* ── TESTIMONIAL ── */
.testimonial-section {
  background: var(--bg2);
  position: relative; overflow: hidden;
  padding: 90px 5vw;
}
.testimonial-bg-word {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(5rem,14vw,12rem);
  color: rgba(255,255,255,.025);
  white-space: nowrap; pointer-events: none; user-select: none;
  letter-spacing: .05em;
}
.testimonial-inner { max-width: 780px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
.testimonial-quote { font-family: 'Bebas Neue', sans-serif; font-size: 5rem; color: var(--accent); line-height: .6; margin-bottom: 28px; opacity: .8; }
.testimonial-text { font-size: clamp(.95rem,1.6vw,1.15rem); color: rgba(240,240,236,.82); font-weight: 300; line-height: 1.85; font-style: italic; margin-bottom: 32px; }
.testimonial-author-name { font-family: 'Bebas Neue', sans-serif; font-size: 1.25rem; letter-spacing: .1em; color: var(--white); display: block; }
.testimonial-author-club { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); display: block; margin-top: 2px; }
.testimonial-avatar { width: 64px; height: 64px; border-radius: 50%; overflow: hidden; margin: 0 auto 16px; border: 2px solid var(--accent); }
.testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }

/* ── FOOTER ── */
footer {
  background: var(--bg);
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 64px 5vw 32px;
}
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.footer-logo img { height: 30px; width: auto; margin-bottom: 16px; display: block; }
.footer-tagline { font-size: .85rem; color: var(--gray); line-height: 1.7; font-weight: 300; max-width: 280px; margin-bottom: 24px; }
.footer-social { display: flex; gap: 10px; }
.social-btn {
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,.1); border-radius: 3px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gray); text-decoration: none; font-size: .82rem; font-weight: 700;
  transition: all .2s;
}
.social-btn:hover { border-color: var(--accent); color: var(--accent); }
.footer-col h4 { font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: .12em; color: var(--white); margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: .88rem; color: var(--gray); text-decoration: none; transition: color .2s; }
.footer-col ul li a:hover { color: var(--accent); }
.footer-bottom {
  max-width: 1200px; margin: 0 auto;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,.06);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
}
.footer-copy { font-size: .78rem; color: rgba(255,255,255,.22); }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a { font-size: .78rem; color: rgba(255,255,255,.22); text-decoration: none; transition: color .2s; }
.footer-legal a:hover { color: var(--accent); }

/* ── NEWSLETTER ── */
.newsletter-section {
  background: var(--bg);
  padding: 60px 5vw;
  border-top: 1px solid rgba(255,255,255,.05);
}
.newsletter-wrap {
  max-width: 1200px; margin: 0 auto;
  background: linear-gradient(135deg, var(--bg3) 0%, rgba(0,200,160,.06) 100%);
  border: 1px solid rgba(0,200,160,.14); border-radius: 4px;
  padding: 40px 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.newsletter-wrap h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; letter-spacing: .05em; color: var(--white); margin-bottom: 4px; }
.newsletter-wrap p { font-size: .85rem; color: var(--gray); font-weight: 300; }
.newsletter-form { display: flex; gap: 10px; flex-shrink: 0; }
.newsletter-form input {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 2px; padding: 12px 18px; color: var(--off-white);
  font-family: 'DM Sans', sans-serif; font-size: .88rem;
  outline: none; width: 220px; transition: border-color .2s;
}
.newsletter-form input:focus { border-color: var(--accent); }
.newsletter-form input::placeholder { color: var(--gray); }
.newsletter-form button {
  background: var(--accent); color: var(--bg); border: none;
  padding: 12px 22px; font-size: .82rem; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase; cursor: pointer;
  border-radius: 2px; font-family: 'DM Sans', sans-serif; transition: background .2s;
}
.newsletter-form button:hover { background: var(--accent2); }

/* ── FADE-UP ANIMATION ── */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .newsletter-wrap { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
}
@media (max-width: 600px) {
  .section-wrap { padding: 70px 5vw; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .newsletter-form { flex-direction: column; width: 100%; }
  .newsletter-form input { width: 100%; }
}

/* ══════════════════════════════════════════
   RESPONSIVE FIXES — full device coverage
   Breakpoints: 900px (tablet), 600px (phone), 480px (small phone)
   ══════════════════════════════════════════ */

/* ── Shared: prevent horizontal overflow on all pages ── */
body { overflow-x: hidden; }

/* ── 600px — small tablets / large phones ── */
@media (max-width: 600px) {
  /* Nav */
  nav { padding: 0 4vw; }

  /* Section padding */
  .section-wrap { padding: 56px 5vw; }

  /* Hero text */
  .hero-title, h1.page-hero {
    font-size: clamp(2.4rem, 10vw, 3.5rem) !important;
  }

  /* Testimonial */
  .testimonial-section { padding: 60px 5vw; }
  .testimonial-inner { padding: 0; }

  /* Contact grid */
  .contact-grid { grid-template-columns: 1fr !important; gap: 36px !important; }

  /* Footer */
  .footer-inner { grid-template-columns: 1fr !important; gap: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .footer-legal { gap: 16px; }

  /* Newsletter */
  .newsletter-wrap { flex-direction: column !important; align-items: flex-start !important; padding: 28px 20px !important; }
  .newsletter-form { flex-direction: column; width: 100%; }
  .newsletter-form input { width: 100%; }

  /* FAQ CTA box */
  .faq-cta-box { padding: 28px 20px !important; }

  /* Marquee logos smaller on mobile */
  .marquee-track img { height: 24px; margin: 0 28px; }
}

/* ── 480px — small phones (iPhone SE etc) ── */
@media (max-width: 480px) {
  /* Section padding tighter */
  .section-wrap { padding: 48px 4vw; }

  /* Typography scale down */
  .section-title {
    font-size: clamp(1.9rem, 8vw, 2.8rem) !important;
  }

  /* Contact info cards */
  .contact-item { gap: 12px; }
  .contact-icon { width: 38px; height: 38px; font-size: 1rem; flex-shrink: 0; }

  /* Form */
  .form-row { grid-template-columns: 1fr !important; }
  .contact-page-form { padding: 22px 16px 26px !important; }

  /* FAQ accordion */
  .faq-q { padding: 18px 16px; font-size: .88rem; }
  .faq-a { padding: 0 16px; }
  .faq-item.open .faq-a { padding: 16px 16px 20px; }

  /* Buttons full width on small screens */
  .btn-primary, .btn-outline { width: 100%; text-align: center; }

  /* Testimonial avatar */
  .testimonial-avatar { width: 96px; height: 96px; }

  /* Promise stat rows */
  .promise-stat-row { padding: 12px 14px; gap: 10px; }
}
