/* =============================================
   LOTUS365 - Premium Sports & Casino Theme
   Primary: #1e8067  |  Highlight: #f4d821
============================================= */

:root {
  --green-dark: #0f4a38;
  --green-mid: #145c4a;
  --green-main: #1e8067;
  --green-light: #24977b;
  --green-bright: #2dba97;
  --yellow: #f4d821;
  --yellow-dark: #d4b800;
  --yellow-hover: #ffe033;
  --white: #ffffff;
  --off-white: #f8faf9;
  --text-dark: #0d1f1a;
  --text-muted: #4a6b5e;
  --card-shadow: 0 4px 24px rgba(0,0,0,0.13);
  --card-shadow-hover: 0 8px 40px rgba(0,0,0,0.22);
  --radius: 12px;
  --radius-lg: 20px;
  --gradient: linear-gradient(135deg, #0f4a38 0%, #145c4a 35%, #1e8067 70%, #24977b 100%);
  --gradient-card: linear-gradient(135deg, #145c4a, #1e8067);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---- RESET & BASE ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  background: var(--gradient);
  min-height: 100vh;
  color: var(--white);
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }

/* ---- TYPOGRAPHY ---- */
h1, h2, h3, h4, h5 { font-weight: 700; line-height: 1.2; }
h1 { font-size: clamp(1.8rem, 5vw, 3rem); }
h2 { font-size: clamp(1.4rem, 3.5vw, 2.2rem); }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.5rem); }
p { line-height: 1.7; }

/* ---- NAVBAR ---- */
.navbar {
  background: rgba(14, 42, 32, 0.97);
  backdrop-filter: blur(12px);
  padding: 0.6rem 0;
  border-bottom: 2px solid rgba(244,216,33,0.15);
  transition: var(--transition);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.navbar.scrolled {
  background: rgba(10, 30, 22, 0.99);
  box-shadow: 0 2px 20px rgba(0,0,0,0.4);
}
.navbar-brand img { height: 48px; width: auto; }
.navbar-nav .nav-link {
  color: rgba(255,255,255,0.88) !important;
  font-weight: 500;
  font-size: 0.88rem;
  padding: 0.5rem 0.75rem !important;
  border-radius: 6px;
  transition: var(--transition);
  letter-spacing: 0.02em;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--yellow) !important;
  background: rgba(244,216,33,0.08);
}
.navbar-toggler {
  border: 1.5px solid rgba(244,216,33,0.5);
  border-radius: 8px;
  padding: 0.3rem 0.6rem;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23f4d821' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nav-cta {
  background: var(--yellow) !important;
  color: #0d1f1a !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  padding: 0.45rem 1.1rem !important;
  margin-left: 0.5rem;
}
.nav-cta:hover {
  background: var(--yellow-hover) !important;
  color: #000 !important;
  transform: translateY(-1px);
}

/* ---- HERO SLIDER: IMAGE TOP + TEXT BELOW ---- */
.hero-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #145c4a, #1e8067, #24977b);
}

.hero-slider {
  position: relative;
  width: 100%;
  min-height: auto;
}

.hero-slide {
  display: none;
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, #145c4a, #1e8067, #24977b);
}

.hero-slide.active {
  display: block;
  z-index: 1;
  animation: heroFadeIn 0.45s ease;
}

.hero-slide img {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  max-height: 560px;
  display: block;
  object-fit: cover;
  object-position: center top;
}

/* Overlay ki zarurat nahi: text image ke niche hai */
.hero-overlay {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  padding: 2rem 1.5rem 3.5rem;
  text-align: center;
  color: #ffffff;
}

.hero-badge {
  display: inline-block;
  background: #f4d821;
  color: #173f35;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.hero-title {
  color: #ffffff;
  text-shadow: none;
  margin-bottom: 0.75rem;
  font-size: clamp(1.7rem, 5vw, 3.1rem);
  line-height: 1.2;
}

.hero-subtitle {
  max-width: 760px;
  margin: 0 auto 1.5rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.gap-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Controls image ke center par */
.slider-nav {
  position: absolute;
  top: 28%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(244, 216, 33, 0.9);
  border: none;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #173f35;
  font-size: 1rem;
  transition: 0.25s ease;
}

.slider-nav:hover {
  background: #f4d821;
  transform: translateY(-50%) scale(1.08);
}

.slider-nav.prev {
  left: 12px;
}

.slider-nav.next {
  right: 12px;
}

/* Dots image ke bottom par */
.slider-dots {
  position: absolute;
  top: min(520px, 55vw);
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 10;
  display: flex;
  gap: 7px;
}

.slider-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: 0.25s ease;
  border: none;
}

.slider-dot.active,
.slider-dot:hover {
  background: #f4d821;
  transform: scale(1.25);
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .hero-slide img {
    height: 250px;
    max-height: none;
    object-fit: cover;
  }

  .hero-content {
    padding: 1.5rem 1rem 3rem;
  }

  .hero-title {
    font-size: 1.7rem;
  }

  .hero-subtitle {
    font-size: 0.95rem;
  }

  .gap-wrap {
    flex-direction: column;
  }

  .gap-wrap .btn-cta,
  .gap-wrap .btn-outline-cta,
  .gap-wrap .btn-whatsapp {
    width: 100%;
    max-width: 340px;
    justify-content: center;
  }

  .slider-nav {
    top: 125px;
    width: 36px;
    height: 36px;
  }

  .slider-dots {
    top: 244px;
  }
}
/* ---- BUTTONS ---- */
.btn-cta {
  background: var(--yellow);
  color: var(--text-dark);
  font-weight: 700;
  padding: 0.75rem 1.6rem;
  border-radius: 50px;
  border: none;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  white-space: nowrap;
  min-height: 48px;
}
.btn-cta:hover {
  background: var(--yellow-hover);
  color: var(--text-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(244,216,33,0.4);
  text-decoration: none;
}
.btn-outline-cta {
  background: transparent;
  color: var(--yellow);
  border: 2px solid var(--yellow);
  font-weight: 700;
  padding: 0.7rem 1.5rem;
  border-radius: 50px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  white-space: nowrap;
  min-height: 48px;
}
.btn-outline-cta:hover {
  background: var(--yellow);
  color: var(--text-dark);
  transform: translateY(-2px);
  text-decoration: none;
}
.btn-whatsapp {
  background: #25D366;
  color: white;
  font-weight: 700;
  padding: 0.75rem 1.6rem;
  border-radius: 50px;
  border: none;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  min-height: 48px;
}
.btn-whatsapp:hover {
  background: #1da851;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37,211,102,0.35);
  text-decoration: none;
}

/* ---- SECTIONS ---- */
.section { padding: 4rem 0; }
.section-sm { padding: 2.5rem 0; }
.section-dark { background: rgba(0,0,0,0.18); }
.section-title {
  text-align: center;
  margin-bottom: 0.5rem;
  color: var(--white);
}
.section-subtitle {
  text-align: center;
  color: rgba(255,255,255,0.72);
  font-size: 1.05rem;
  margin-bottom: 2.5rem;
}
.section-divider {
  width: 60px;
  height: 4px;
  background: var(--yellow);
  border-radius: 2px;
  margin: 0.75rem auto 2rem;
}

/* ---- CARDS ---- */
.card-premium {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
  height: 100%;
  transition: var(--transition);
  backdrop-filter: blur(8px);
}
.card-premium:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(244,216,33,0.3);
  transform: translateY(-4px);
  box-shadow: var(--card-shadow-hover);
}
.card-white {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
  box-shadow: var(--card-shadow);
  color: var(--text-dark);
  height: 100%;
  transition: var(--transition);
}
.card-white:hover {
  transform: translateY(-4px);
  box-shadow: var(--card-shadow-hover);
}
.card-icon {
  width: 56px;
  height: 56px;
  background: var(--gradient-card);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--yellow);
  margin-bottom: 1rem;
}
.card-white .card-icon {
  background: linear-gradient(135deg, var(--green-mid), var(--green-main));
}

/* ---- CASINO IMAGE CARDS ---- */
.casino-card {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  cursor: pointer;
  box-shadow: var(--card-shadow);
  transition: var(--transition);
}
.casino-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.casino-card:hover img { transform: scale(1.06); }
.casino-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,30,22,0.88) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  opacity: 0;
  transition: var(--transition);
}
.casino-card:hover .casino-card-overlay { opacity: 1; }
.casino-card:hover { transform: translateY(-4px); box-shadow: var(--card-shadow-hover); }
.casino-card-label {
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
}

/* ---- STATS ---- */
.stats-section {
  background: rgba(244,216,33,0.08);
  border-top: 1px solid rgba(244,216,33,0.15);
  border-bottom: 1px solid rgba(244,216,33,0.15);
}
.stat-item { text-align: center; padding: 1.5rem 1rem; }
.stat-num {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: var(--yellow);
  line-height: 1;
  display: block;
}
.stat-label {
  color: rgba(255,255,255,0.75);
  font-size: 0.88rem;
  margin-top: 0.3rem;
}

/* ---- CTA SECTION ---- */
.cta-section {
  background: linear-gradient(135deg, rgba(244,216,33,0.12), rgba(244,216,33,0.05));
  border: 1px solid rgba(244,216,33,0.2);
  border-radius: var(--radius-lg);
  padding: 3rem 2rem;
  text-align: center;
  margin: 2rem 0;
}

/* ---- FAQ ---- */
.faq-section .accordion-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius) !important;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.faq-section .accordion-button {
  background: rgba(255,255,255,0.04);
  color: var(--white);
  font-weight: 600;
  font-size: 0.97rem;
  border: none;
  padding: 1.1rem 1.25rem;
}
.faq-section .accordion-button:not(.collapsed) {
  background: rgba(244,216,33,0.1);
  color: var(--yellow);
  box-shadow: none;
}
.faq-section .accordion-button::after {
  filter: invert(1) brightness(2);
}
.faq-section .accordion-button:not(.collapsed)::after {
  filter: none;
}
.faq-section .accordion-body {
  background: rgba(0,0,0,0.12);
  color: rgba(255,255,255,0.82);
  font-size: 0.95rem;
  line-height: 1.75;
  padding: 1rem 1.25rem;
}

/* ---- MARKET TAGS ---- */
.market-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(244,216,33,0.12);
  border: 1px solid rgba(244,216,33,0.3);
  color: var(--yellow);
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.4rem 0.9rem;
  border-radius: 50px;
  margin: 0.25rem;
}

/* ---- INFO BOX ---- */
.info-box {
  background: rgba(255,255,255,0.07);
  border-left: 4px solid var(--yellow);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
  color: rgba(255,255,255,0.9);
}
.info-box.success { border-color: #2dba97; }
.info-box.warning { border-color: #f4d821; }
.info-box.danger { border-color: #e05c5c; }

/* ---- FLOATING WHATSAPP ---- */
.float-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 20px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: white;
  box-shadow: 0 4px 20px rgba(37,211,102,0.5);
  transition: var(--transition);
  animation: pulse-wa 2.5s infinite;
  text-decoration: none;
}
.float-whatsapp:hover {
  background: #1da851;
  color: white;
  transform: scale(1.12);
  animation: none;
  text-decoration: none;
}
@keyframes pulse-wa {
  0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.5); }
  50% { box-shadow: 0 4px 30px rgba(37,211,102,0.8), 0 0 0 8px rgba(37,211,102,0.12); }
}

/* ---- SCROLL TO TOP ---- */
#scrollToTop {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 9998;
  width: 44px;
  height: 44px;
  background: var(--yellow);
  color: var(--text-dark);
  border: none;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(244,216,33,0.4);
  transition: var(--transition);
}
#scrollToTop:hover { background: var(--yellow-hover); transform: translateY(-2px); }

/* ---- FOOTER ---- */
footer {
  background: rgba(8, 22, 16, 0.97);
  border-top: 2px solid rgba(244,216,33,0.15);
  padding: 3rem 0 1.5rem;
  color: rgba(255,255,255,0.75);
  font-size: 0.9rem;
}
.footer-logo { height: 44px; margin-bottom: 1rem; }
footer h5 {
  color: var(--yellow);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
footer a {
  color: rgba(255,255,255,0.7);
  transition: color 0.2s;
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.88rem;
}
footer a:hover { color: var(--yellow); }
.footer-disclaimer {
  background: rgba(255,255,255,0.04);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  margin-top: 1.5rem;
  border: 1px solid rgba(255,255,255,0.07);
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 2rem;
  padding-top: 1.25rem;
  text-align: center;
  color: rgba(255,255,255,0.45);
  font-size: 0.82rem;
}
.age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #e05c5c;
  color: white;
  font-weight: 800;
  font-size: 0.8rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

/* ---- BREADCRUMB ---- */
.breadcrumb-section {
  padding: 0.85rem 0;
  background: rgba(0,0,0,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.breadcrumb-item { font-size: 0.83rem; }
.breadcrumb-item a { color: rgba(255,255,255,0.65); }
.breadcrumb-item a:hover { color: var(--yellow); }
.breadcrumb-item.active { color: var(--yellow); }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.35); }

/* ---- PAGE HERO (inner pages) ---- */
.page-hero {
  background: linear-gradient(135deg, rgba(10,30,22,0.85), rgba(20,60,48,0.7));
  border-bottom: 2px solid rgba(244,216,33,0.15);
  padding: 3.5rem 0 2.5rem;
  text-align: center;
}
.page-hero h1 { margin-bottom: 0.75rem; }
.page-hero p { color: rgba(255,255,255,0.8); font-size: 1.05rem; max-width: 640px; margin: 0 auto; }

/* ---- CONTENT SECTIONS ---- */
.content-block {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 2rem;
  margin-bottom: 1.5rem;
  color: rgba(255,255,255,0.88);
}
.content-block h2, .content-block h3 { color: var(--white); margin-bottom: 0.75rem; }
.content-block h2 { color: var(--yellow); }
.content-block ul, .content-block ol { padding-left: 1.25rem; }
.content-block li { margin-bottom: 0.4rem; line-height: 1.7; }

/* ---- STEP CARDS ---- */
.step-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem;
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 1rem;
  transition: var(--transition);
}
.step-card:hover { border-color: rgba(244,216,33,0.3); background: rgba(255,255,255,0.08); }
.step-num {
  min-width: 40px;
  height: 40px;
  background: var(--yellow);
  color: var(--text-dark);
  font-weight: 800;
  font-size: 1.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.step-content h5 { color: var(--white); margin-bottom: 0.3rem; }
.step-content p { color: rgba(255,255,255,0.75); font-size: 0.9rem; margin: 0; }

/* ---- TABLE ---- */
.table-premium {
  color: rgba(255,255,255,0.88);
  border-color: rgba(255,255,255,0.1);
}
.table-premium thead th {
  background: rgba(244,216,33,0.15);
  color: var(--yellow);
  border-color: rgba(255,255,255,0.1);
  font-weight: 700;
}
.table-premium tbody tr {
  border-color: rgba(255,255,255,0.06);
  transition: background 0.2s;
}
.table-premium tbody tr:hover { background: rgba(255,255,255,0.04); }

/* ---- CONTACT FORM ---- */
.contact-form .form-control,
.contact-form .form-select {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--white);
  border-radius: 8px;
  padding: 0.8rem 1rem;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  background: rgba(255,255,255,0.1);
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(244,216,33,0.15);
  color: var(--white);
  outline: none;
}
.contact-form .form-control::placeholder { color: rgba(255,255,255,0.4); }
.contact-form label { color: rgba(255,255,255,0.8); font-size: 0.9rem; font-weight: 500; margin-bottom: 0.4rem; }

/* ---- ANIMATIONS ---- */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.fade-up:nth-child(1) { transition-delay: 0s; }
.fade-up:nth-child(2) { transition-delay: 0.1s; }
.fade-up:nth-child(3) { transition-delay: 0.2s; }
.fade-up:nth-child(4) { transition-delay: 0.3s; }
.fade-up:nth-child(5) { transition-delay: 0.4s; }

/* ---- RESPONSIBLE GAMING ---- */
.rg-banner {
  background: linear-gradient(135deg, rgba(14,30,22,0.9), rgba(30,100,75,0.6));
  border: 2px solid rgba(244,216,33,0.25);
  border-radius: var(--radius-lg);
  padding: 2rem 2rem;
  text-align: center;
}

/* ---- SITEMAP LIST ---- */
.sitemap-group h4 {
  color: var(--yellow);
  font-size: 1rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(244,216,33,0.2);
}
.sitemap-group a { color: rgba(255,255,255,0.8); font-size: 0.9rem; }
.sitemap-group a:hover { color: var(--yellow); }

/* ---- 404 PAGE ---- */
.error-page {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.error-num {
  font-size: clamp(5rem, 20vw, 10rem);
  font-weight: 900;
  color: var(--yellow);
  line-height: 1;
  text-shadow: 0 4px 30px rgba(244,216,33,0.3);
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .hero-section { min-height: 420px; }
  .hero-slider { min-height: 420px; }
  .section { padding: 2.5rem 0; }
  .card-premium, .card-white { padding: 1.25rem 1rem; }
  .cta-section { padding: 2rem 1.25rem; }
  .btn-cta, .btn-whatsapp, .btn-outline-cta { font-size: 0.9rem; padding: 0.65rem 1.2rem; }
  .page-hero { padding: 2.5rem 0 2rem; }
  .slider-nav { width: 32px; height: 32px; font-size: 0.8rem; }
}
@media (max-width: 576px) {
  .navbar-brand img { height: 38px; }
  .hero-content { padding: 2rem 1rem 2rem; }
  .hero-title { font-size: 1.6rem; }
}

/* ---- UTILITY ---- */
.text-yellow { color: var(--yellow) !important; }
.text-green { color: var(--green-bright) !important; }
.bg-overlay { background: rgba(0,0,0,0.2); }
.rounded-lg { border-radius: var(--radius-lg) !important; }
.gap-wrap { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.list-check li { list-style: none; padding-left: 1.5rem; position: relative; margin-bottom: 0.5rem; color: rgba(255,255,255,0.85); }
.list-check li::before { content: '✓'; position: absolute; left: 0; color: var(--yellow); font-weight: 700; }
