/* ================================================
   Pickleball Lounge Milano — Landing Static
   Fonts: Playfair Display + Roboto
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Roboto:wght@300;400;500;600;700&display=swap');

/* ── Variables ── */
:root {
  --rcm:          #01492E;
  --rcm-dark:     #002f1f;
  --bg:           #1a1a1a;
  --bg-card:      #111111;
  --bg-card2:     #161616;
  --border:       rgba(255,255,255,0.08);
  --border-gold:  rgba(218,165,32,0.35);
  --green:        #2d6a4f;
  --green-l:      #40916c;
  --gold:         #DAA520;
  --gold-l:       #f0c040;
  --white:        #f5f5f5;
  --muted:        rgba(255,255,255,0.75);
  --radius:       14px;
  --font-serif:   'Playfair Display', Georgia, serif;
  --font-sans:    'Roboto', system-ui, sans-serif;
}

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.2;
}
a { color: var(--gold); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold-l); }
img { max-width: 100%; }

/* ── Utility ── */
.text-gold   { color: var(--gold)  !important; }
.text-green  { color: var(--green-l) !important; }
.text-muted  { color: var(--muted) !important; }
.bg-rcm      { background: var(--rcm); }
.bg-black    { background: #000; }

/* ── Navbar ── */
.navbar-custom {
  background: var(--rcm);
  border-bottom: 1px solid var(--border);
  padding: 0.75rem 0;
}
.brand-name {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.5px;
  line-height: 1;
}
.brand-sub {
  font-size: 10px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: var(--font-sans);
}
.lang-select {
  background: rgba(218,165,32,0.12);
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-sans);
  padding: 5px 8px;
  cursor: pointer;
  transition: all 0.2s;
  appearance: none;
  -webkit-appearance: none;
}
.lang-select:hover  { background: rgba(218,165,32,0.2); }
.lang-select:focus  { outline: none; border-color: var(--gold); }
.lang-select option { background: var(--rcm); color: #fff; }

/* ── Buttons ── */
.btn-gold {
  background: var(--gold);
  color: #000;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all .2s;
  font-family: var(--font-sans);
  text-decoration: none;
}
.btn-gold:hover { background: var(--gold-l); color: #000; transform: translateY(-1px); box-shadow: 0 4px 20px rgba(218,165,32,.35); }

.btn-green {
  background: var(--green);
  color: #fff;
  border: 1px solid var(--green-l);
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all .2s;
  font-family: var(--font-sans);
  text-decoration: none;
  width: 100%;
  justify-content: center;
}
.btn-green:hover { background: var(--green-l); color: #fff; }

.btn-outline-light {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 8px;
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all .2s;
  font-family: var(--font-sans);
  font-weight: 500;
  text-decoration: none;
}
.btn-outline-light:hover { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.6); }

.btn-lg { padding: 13px 28px; font-size: 15px; }

/* ── Badges ── */
.badge-gold {
  background: var(--gold);
  color: #000;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: .5px;
  display: inline-block;
  font-family: var(--font-sans);
}

/* ── Section headers ── */
.section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-bottom: 0.6rem;
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 44px; height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  border-radius: 2px;
}
.section-eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: 0.75rem;
  font-family: var(--font-sans);
  display: block;
}

/* ── Hero ── */
.hero-section {
  position: relative;
  height: 90vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section #heroSlider { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.hero-section .carousel-inner,
.hero-section .carousel-item { height: 100%; }
.hero-slide {
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  transition: transform 9s ease;
}
.carousel-item.active .hero-slide { transform: scale(1); }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to bottom, rgba(0,0,0,.4) 0%, rgba(0,0,0,.55) 50%, rgba(10,10,10,.85) 100%);
}
.hero-content { position: relative; z-index: 2; }
.hero-title {
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 700;
  line-height: 1.05;
  text-shadow: 0 2px 20px rgba(0,0,0,.4);
}
.hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255,255,255,.7);
  font-weight: 300;
  letter-spacing: .3px;
}
.hero-section .carousel-indicators button {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.35);
  border: none; margin: 0 5px;
  transition: all .3s;
}
.hero-section .carousel-indicators button.active { background: var(--gold); transform: scale(1.4); }
.hero-section .carousel-control-prev,
.hero-section .carousel-control-next { z-index: 3; width: 48px; opacity: .5; }
.hero-section .carousel-control-prev:hover,
.hero-section .carousel-control-next:hover { opacity: .9; }

/* ── Stats Bar ── */
.stats-bar {
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stat-item  { padding: 12px 8px; }
.stat-number {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.stat-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,.45);
  font-family: var(--font-sans);
  margin-top: 4px;
}

/* ── Activity Cards ── */
.border-gold-soft { border-color: rgba(218,165,32,0.2) !important; }
.card { border-radius: var(--radius); }
.card.bg-transparent { background: transparent !important; }

/* ── Location Section ── */
.location-section {
  background: var(--rcm);
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
  padding: 60px 0;
}
.location-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
}
.location-card-body { padding: 24px; }
.location-info-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
  padding: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.location-icon-box {
  background: rgba(218,165,32,0.15);
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  width: 40px; height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.location-divider {
  height: 1px;
  background: rgba(255,255,255,0.08);
  border: none;
}

/* ── Contact Section ── */
.contact-section {
  background: var(--bg-card);
  border-top: 1px solid var(--border-gold);
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}
.contact-info-item i { font-size: 20px; margin-top: 2px; flex-shrink: 0; }
.contact-info-item strong { display: block; color: #fff; font-size: 13px; margin-bottom: 3px; font-family: var(--font-sans); }
.contact-info-item p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.6; }

.auth-card {
  background: var(--bg-card2);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
  padding: 32px 28px;
}
.form-control {
  background: #1e1e1e !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  color: #fff !important;
  border-radius: 8px;
  font-family: var(--font-sans);
}
.form-control:focus {
  border-color: var(--border-gold) !important;
  box-shadow: none !important;
}
.form-control::placeholder { color: rgba(255,255,255,0.25) !important; }
.form-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 6px;
  font-family: var(--font-sans);
}

/* ── Footer ── */
.site-footer {
  background: var(--rcm-dark);
  border-top: 1px solid var(--border-gold);
}
.footer-sport-pill {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.65);
  font-family: var(--font-sans);
}

/* ── Helpers ── */
.d-flex       { display: flex; }
.gap-2        { gap: 8px; }
.gap-3        { gap: 12px; }
.gap-4        { gap: 16px; }
.mt-auto      { margin-top: auto; }
.w-100        { width: 100%; }
.fst-italic   { font-style: italic; }