:root {
  --bg-main: #050816;
  --bg-alt: #090f2a;
  --bg-soft: #101633;
  --bg-strip: #050816;
  --gradient-main: radial-gradient(circle at top, #2b1363, #050816 55%);
  --gradient-card: linear-gradient(145deg, rgba(13, 19, 60, 0.95), rgba(7, 10, 35, 0.98));
  --border-subtle: rgba(255, 255, 255, 0.08);

  --accent-gold: #f5c249;
  --accent-teal: #00c9a7;
  --accent-blue: #00f5ff;
  --accent-danger: #ff5470;
  --accent-muted: #8792c4;

  --text-main: #f9fbff;
  --text-soft: #c3c8e8;
  --text-muted: #8792c4;

  --radius-lg: 18px;
  --radius-xl: 24px;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.55);

  --transition-fast: 0.18s ease-out;
  --transition-med: 0.25s ease-out;

  --nav-height: 80px;
  --nav-height-scrolled: 64px;

  --max-width: 1200px;
}

/* Reset-ish */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-height-scrolled);
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--gradient-main);
  color: var(--text-main);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}

/* Utilities */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 3.5rem 0;
}

.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
  color: var(--accent-teal);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.section-title {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 0.75rem;
}

.section-subtitle {
  color: var(--text-soft);
  max-width: 640px;
  margin: 0 auto;
  font-size: 0.95rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 0.7rem;
  padding: 0.2rem 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text-muted);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    transform var(--transition-fast),
    box-shadow var(--transition-fast),
    background var(--transition-fast),
    border-color var(--transition-fast),
    color var(--transition-fast);
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-teal), var(--accent-blue));
  color: #050816;
  box-shadow: 0 0 20px rgba(0, 245, 255, 0.35);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 32px rgba(0, 245, 255, 0.55);
}

.btn-outline {
  background: transparent;
  color: var(--text-soft);
  border-color: rgba(255, 255, 255, 0.26);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--accent-blue);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--text-soft);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
}

.btn-sm {
  padding: 0.4rem 0.9rem;
  font-size: 0.8rem;
  border-radius: 999px;
}

/* ================= HEADER ================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(20px);
  background: linear-gradient(to bottom, rgba(5, 8, 22, 0.92), rgba(5, 8, 22, 0.78));
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition:
    height var(--transition-med),
    padding var(--transition-med),
    box-shadow var(--transition-med),
    border-color var(--transition-med),
    background var(--transition-med);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-height);
  transition: height var(--transition-med);
}

.site-header.scrolled .site-header-inner {
  height: var(--nav-height-scrolled);
}

.site-header.scrolled {
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.7);
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(to bottom, rgba(5, 8, 22, 0.98), rgba(5, 8, 22, 0.86));
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.brand-logo {
  height: 32px;
  width: auto;
  display: block;
}

/* JOYPALACE text hide – sirf logo dikhana hai */
.brand-name {
  display: none;
}

/* Header menu ko pura hide kar diya (PC + mobile) */
.nav {
  display: none !important;
}

.nav-link {
  position: relative;
  color: var(--text-muted);
  font-weight: 500;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-teal), var(--accent-blue));
  transition: width var(--transition-fast);
}

.nav-link:hover {
  color: var(--text-main);
}

.nav-link:hover::after {
  width: 100%;
}

/* active nav link from JS */
.nav-link.active {
  color: var(--text-main);
}

.nav-link.active::after {
  width: 100%;
}

/* Login / Sign btn group hide */
.nav-cta-group {
  display: none !important;
}

/* Language switcher – right side me ye hi dikhna hai */
.lang-switch {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-right: 0.75rem;
}

.lang-select {
  padding: 0.25rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(5, 8, 22, 0.9);
  color: var(--text-soft);
  font-size: 0.75rem;
  outline: none;
  appearance: none;
  cursor: pointer;
  min-width: 70px;
}

.lang-select option {
  background: #050816;
  color: #f9fbff;
}

/* Mobile nav toggle (3 lines) – hamesha hidden */
.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(9, 15, 42, 0.9);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--text-main);
  transition:
    transform var(--transition-fast),
    opacity var(--transition-fast),
    top var(--transition-fast),
    bottom var(--transition-fast);
  position: relative;
}

.nav-toggle span::before {
  position: absolute;
  top: -6px;
}

.nav-toggle span::after {
  position: absolute;
  bottom: -6px;
}

.nav-toggle.open span {
  transform: rotate(45deg);
}

.nav-toggle.open span::before {
  top: 0;
  transform: rotate(-90deg);
}

.nav-toggle.open span::after {
  opacity: 0;
}

/* NAV DRAWER + BACKDROP (abhi unused, par rehne diya) */
.nav-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(270px, 80vw);
  background: radial-gradient(circle at top left, #1b1e45 0, #03051b 100%);
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.8);
  transform: translateX(100%);
  transition: transform var(--transition-med);
  z-index: 9999;
  padding: 2rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow-y: auto;
  color: var(--text-main);
}

.nav-drawer.open {
  transform: translateX(0);
}

.nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-med);
  z-index: 9998;
  backdrop-filter: blur(4px);
}

.nav-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.drawer-brand {
  margin-bottom: 0.5rem;
}

.nav-drawer-links {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  font-size: 1rem;
}

.nav-drawer-links a {
  color: var(--text-soft);
}

.nav-drawer-links a:hover {
  color: var(--text-main);
}

.drawer-lang {
  margin-top: 0.5rem;
}

.nav-drawer-cta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* Hero */
.hero {
  padding: 2.5rem 0 3.5rem;
  min-height: calc(100vh - var(--nav-height));
  display: flex;
  align-items: center;
  background-image:
    radial-gradient(circle at top left, rgba(245, 194, 73, 0.16), transparent 55%),
    radial-gradient(circle at top right, rgba(0, 245, 255, 0.2), transparent 55%),
    radial-gradient(circle at bottom right, rgba(0, 201, 167, 0.12), transparent 60%);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

.hero-left {
  max-width: 600px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  padding: 0.2rem 0.75rem 0.2rem 0.2rem;
  border-radius: 999px;
  background: rgba(9, 15, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 1rem;
}

.hero-suittag {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-teal), var(--accent-blue));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #050816;
  font-weight: 700;
}

.hero-title {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 3.4vw, 3rem);
  margin: 0 0 0.75rem;
}

.hero-title span.highlight {
  background: linear-gradient(120deg, var(--accent-gold), var(--accent-blue));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hero-subtitle {
  color: var(--text-soft);
  font-size: 0.98rem;
  max-width: 480px;
  margin-bottom: 1.6rem;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 0.78rem;
  color: var(--text-muted);
  align-items: center;
  margin-top: 0.7rem;
}

.hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.hero-trust-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-teal), var(--accent-blue));
}

.hero-right {
  position: relative;
}

.hero-panel {
  background: var(--gradient-card);
  border-radius: 24px;
  padding: 1.2rem 1.2rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.hero-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(245, 194, 73, 0.1);
  border: 1px solid rgba(245, 194, 73, 0.5);
  color: var(--accent-gold);
}

.hero-jackpot {
  text-align: right;
  font-size: 0.8rem;
}

.hero-jackpot-amount {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--accent-gold);
}

.hero-offer-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.hero-offer-card {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, #242653, #0c0f2f);
  padding: 0.55rem 0.75rem;
  font-size: 0.78rem;
}

.hero-offer-title {
  font-weight: 600;
  margin-bottom: 0.1rem;
}

.hero-offer-tag {
  font-size: 0.65rem;
  color: var(--accent-blue);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-meter {
  background: rgba(7, 10, 35, 0.9);
  border-radius: 999px;
  padding: 0.35rem 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-meter-fill {
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-teal), var(--accent-blue), var(--accent-gold));
  position: relative;
  overflow: hidden;
}

.hero-meter-fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10%, rgba(255, 255, 255, 0.3), transparent 55%);
  mix-blend-mode: screen;
  animation: meter-glow 2.4s infinite linear;
}

.hero-meter-label {
  font-size: 0.7rem;
  color: var(--text-muted);
}

@keyframes meter-glow {
  0% {
    transform: translateX(-40%);
  }
  100% {
    transform: translateX(40%);
  }
}

/* Generic cards */
.card {
  background: var(--gradient-card);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.3rem 1.2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
  transition:
    transform var(--transition-fast),
    box-shadow var(--transition-fast),
    border-color var(--transition-fast),
    background var(--transition-fast);
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.75);
  border-color: rgba(0, 245, 255, 0.35);
}

.card-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background:
    radial-gradient(circle at 30% 0, rgba(255, 255, 255, 0.35), transparent 55%),
    linear-gradient(135deg, rgba(0, 201, 167, 0.6), rgba(0, 245, 255, 0.9));
  color: #050816;
  margin-bottom: 0.7rem;
}

.card-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.card-text {
  font-size: 0.85rem;
  color: var(--text-soft);
}

/* Grids */
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.why-card ul {
  margin: 0.4rem 0 0;
  padding-left: 1.1rem;
  list-style: disc;
  color: var(--text-soft);
  font-size: 0.8rem;
}

.why-card li + li {
  margin-top: 0.2rem;
}

/* OFFERS */
.offers-header {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 1.8rem;
}

.offer-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.filter-chip {
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.8rem;
  color: var(--text-muted);
  cursor: pointer;
  background: rgba(9, 15, 42, 0.85);
  transition:
    background var(--transition-fast),
    color var(--transition-fast),
    border-color var(--transition-fast),
    transform var(--transition-fast);
}

.filter-chip.active {
  background: linear-gradient(110deg, rgba(0, 201, 167, 0.35), rgba(0, 245, 255, 0.55));
  color: #050816;
  border-color: transparent;
}

.filter-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 245, 255, 0.7);
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.offer-card-tag {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-blue);
  margin-bottom: 0.3rem;
}

.offer-card-meta {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 0.4rem;
}

/* Offer images */
.offer-card {
  padding-top: 1.1rem;
}

.offer-media {
  border-radius: 14px;
  overflow: hidden;
  margin: -0.3rem -0.3rem 0.9rem;
  background: #02041a;
}

.offer-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

/* Partners strip */
.strip {
  background: linear-gradient(to right, rgba(9, 15, 42, 0.9), rgba(5, 8, 22, 0.98));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.partner-card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.partner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}

.partner-logo {
  width: 70px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.75), rgba(197, 203, 255, 0.7));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  color: #050816;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.partner-flag {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.partner-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 0.75rem;
  color: var(--text-soft);
}

.partner-bonus {
  font-size: 0.85rem;
  color: var(--accent-gold);
  font-weight: 600;
}

.partner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.4rem;
}

/* Promotions */
.promos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.promo-tag {
  position: absolute;
  top: 0.9rem;
  right: 1rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  background: rgba(5, 8, 22, 0.95);
  border: 1px solid rgba(245, 194, 73, 0.7);
  color: var(--accent-gold);
}

.promo-tag-alt {
  border-color: var(--accent-blue);
  color: var(--accent-blue);
}

.promo-tag-alt2 {
  border-color: var(--accent-teal);
  color: var(--accent-teal);
}

.promo-media {
  border-radius: 14px;
  overflow: hidden;
  margin: -0.3rem -0.3rem 0.9rem;
  background: #02041a;
}

.promo-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.promo-list {
  font-size: 0.8rem;
  color: var(--text-soft);
  padding-left: 1.1rem;
  margin-top: 0.6rem;
}

.card-actions {
  margin-top: 0.9rem;
}

/* Payments & security */
.payments-section {
  background: var(--bg-alt);
}

.payments-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.payments-text p {
  font-size: 0.9rem;
  color: var(--text-soft);
  margin-bottom: 0.7rem;
}

.payments-bullets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  font-size: 0.8rem;
  margin-top: 0.9rem;
}

.payments-bullets span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--text-soft);
}

.payments-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-teal), var(--accent-blue));
}

/* Certifications strip */
.cert-strip {
  padding: 1.2rem 0;
  background: radial-gradient(circle at top, #11132f, #050816);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.78rem;
  color: var(--text-muted);
}

.cert-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  justify-content: space-between;
}

.cert-logos {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cert-badge {
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(9, 15, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cert-btn {
  margin-left: 0.5rem;
}

/* About stats */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.stat-card {
  background: linear-gradient(145deg, #12183a, #070b24);
  border-radius: var(--radius-lg);
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-value {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  background: linear-gradient(110deg, var(--accent-gold), var(--accent-blue));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.stat-label {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* Testimonials */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: radial-gradient(circle at 0 0, #ffffff, #d7dbff);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #050816;
  font-weight: 600;
  font-size: 1rem;
}

.testimonial-meta {
  font-size: 0.8rem;
}

.testimonial-name {
  font-weight: 600;
}

.testimonial-username {
  color: var(--text-muted);
}

.testimonial-body {
  font-style: italic;
  color: var(--text-soft);
  line-height: 1.5;
  font-size: 0.9rem;
}

.testimonial-rating {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent-gold);
  margin-top: 0.5rem;
}

/* FAQ */
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
  max-width: 780px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--gradient-card);
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.2rem;
  background: transparent;
  border: none;
  color: var(--text-main);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background var(--transition-fast);
}

.faq-question:hover {
  background: rgba(255, 255, 255, 0.02);
}

.faq-toggle {
  font-size: 1.2rem;
  line-height: 1;
  transition: transform var(--transition-fast);
}

.faq-item.open .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.2rem;
  transition:
    max-height 0.3s ease-in-out,
    padding 0.3s ease-in-out;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.faq-item.open .faq-answer {
  padding-bottom: 1.2rem;
}

/* Footer */
.site-footer {
  background: #000310;
  padding-top: 3.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.9rem;
  color: var(--text-soft);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) repeat(3, minmax(0, 1fr));
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-title {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--text-main);
}

.site-footer p {
  margin: 0;
  line-height: 1.5;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-links a:hover {
  color: var(--accent-blue);
}

.footer-contact p,
.footer-contact a {
  font-size: 0.9rem;
  color: var(--text-soft);
  margin-top: 0;
}

.footer-bottom {
  padding: 1.2rem 0;
  font-size: 0.8rem;
  color: var(--text-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: space-between;
  align-items: center;
}

.footer-badges {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-badge {
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.7rem;
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-right {
    max-width: 420px;
    margin: 0 auto;
  }

  .highlights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partners-grid,
  .promos-grid,
  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .brand-logo {
    height: 28px;
  }

  .site-header-inner {
    gap: 0.6rem;
  }

  /* yahan pe bhi nav / cta / toggle show nahi honge */
  .nav {
    display: none !important;
  }

  .nav-cta-group {
    display: none !important;
  }

  .nav-toggle {
    display: none;
  }

  .nav-drawer {
    inset: 0;
    width: 100%;
  }

  .drawer-brand {
    justify-content: center;
    margin-bottom: 2rem;
  }

  .nav-drawer-links {
    text-align: center;
    font-size: 1.1rem;
  }

  .hero {
    padding-top: 2.5rem;
    min-height: calc(100vh - var(--nav-height-scrolled));
  }

  .hero-inner {
    gap: 2.5rem;
    text-align: center;
  }

  .hero-left {
    margin: 0 auto;
  }

  .hero-subtitle {
    font-size: 0.9rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-ctas {
    justify-content: center;
  }

  .hero-trust-row {
    justify-content: center;
  }

  .highlights-grid,
  .why-grid,
  .offers-grid,
  .partners-grid,
  .promos-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .footer-badges {
    justify-content: center;
  }

  .footer-bottom > div:first-child {
    text-align: center;
  }

  .footer-title {
    margin-top: 1.5rem;
  }

  .footer-contact {
    margin-top: 1rem;
  }

  .footer-contact p:first-of-type {
    margin-top: 0.5rem;
  }
}

/* Extra small mobile tweaks */
@media (max-width: 480px) {
  .container {
    padding: 0 1.1rem;
  }

  .section {
    padding: 2.5rem 0;
  }

  .hero-title {
    font-size: 1.9rem;
    line-height: 1.2;
  }

  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-ctas .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-panel {
    padding: 1rem 0.9rem 0.9rem;
  }

  .card {
    padding: 1.1rem 1rem;
  }

  .promo-tag {
    right: 0.8rem;
    top: 0.7rem;
  }

  .payments-bullets {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }

  .site-footer {
    padding-top: 2.5rem;
  }
}
