:root {
  --brand-green: #00c853;
  --brand-green-dark: #00a946;
  --text-light: #ffffff;
  --overlay-top: rgba(0, 0, 0, 0.18);
  --overlay-bottom: rgba(0, 0, 0, 0.76);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body[data-geo="india-hi"] * {
  font-family: "Noto Sans Devanagari", "Poppins", sans-serif;
}

html,
body {
  min-height: 100%;
}

body {
  background: #000;
  color: var(--text-light);
}

.geo-hub {
  min-height: 100vh;
  padding: 24px 16px 32px;
  background:
    linear-gradient(180deg, rgba(0, 200, 83, 0.14), transparent 24%),
    linear-gradient(180deg, #060606 0%, #111 100%);
}

.hub-shell {
  max-width: 460px;
  margin: 0 auto;
}

.hub-card {
  padding: 24px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.eyebrow {
  margin-bottom: 10px;
  color: #8af5b4;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hub-card h1 {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.05;
}

.hub-copy,
.muted {
  color: rgba(255, 255, 255, 0.78);
}

.geo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 20px 0;
}

.geo-link {
  display: block;
  padding: 14px 12px;
  border-radius: 14px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 600;
}

.parameter-box {
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
}

.parameter-box h2 {
  margin-bottom: 8px;
  font-size: 18px;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.bg-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-layer:not([src]),
.bg-layer[src=""] {
  display: none;
}

.bg-layer.bg-secondary {
  opacity: 0.38;
  mix-blend-mode: screen;
}

.bg-layer.bg-tertiary {
  opacity: 0.28;
  mix-blend-mode: lighten;
}

.bg-fallback {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.18), transparent 36%),
    linear-gradient(160deg, rgba(0, 200, 83, 0.35), transparent 45%),
    linear-gradient(180deg, #363636 0%, #0d0d0d 100%);
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--overlay-top), var(--overlay-bottom));
}

.content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  padding: 20px 18px 16px;
  text-align: center;
}

.logo {
  padding-top: 8px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.logo span:first-child {
  color: var(--brand-green);
}

.geo-badge {
  margin-top: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bonus-text {
  margin-top: 74px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 12px;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.bonus-amount {
  display: block;
  margin-top: 8px;
  color: #fff06b;
  font-size: 34px;
  line-height: 1.05;
}

.sub-line {
  margin-top: 12px;
  max-width: 320px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
}

.trust-row,
.payment-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.trust-row {
  margin-top: 18px;
}

.payment-row {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 320px;
}

.trust-badge,
.payment-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.payment-badge {
  width: 100%;
  min-width: 0;
  gap: 8px;
  justify-content: flex-start;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.18);
}

.payment-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  width: 52px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  color: #111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
}

.payment-logo.paytm {
  color: #00a9e0;
}

.payment-logo.phonepe {
  color: #5f259f;
}

.steps {
  margin-top: auto;
  margin-bottom: 120px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 10px;
  font-size: 14px;
}

.steps div {
  min-width: 90px;
}

.steps div span {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 18px;
}

.cta {
  position: absolute;
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 420px;
  background: linear-gradient(180deg, var(--brand-green) 0%, var(--brand-green-dark) 100%);
  color: white;
  padding: 16px;
  border: none;
  border-radius: 12px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
}

.footer {
  position: absolute;
  bottom: 12px;
  width: calc(100% - 32px);
  font-size: 9px;
  line-height: 1.4;
  opacity: 0.8;
}

@media (max-width: 420px) {
  .content {
    padding: 16px 14px 14px;
  }

  .geo-badge {
    margin-top: 14px;
    padding: 7px 12px;
    font-size: 11px;
  }

  .bonus-text {
    margin-top: 52px;
    font-size: 20px;
    line-height: 1.2;
    padding: 0 4px;
  }

  .bonus-amount {
    margin-top: 6px;
    font-size: 28px;
  }

  .sub-line {
    margin-top: 10px;
    font-size: 13px;
  }

  .trust-row {
    margin-top: 14px;
    gap: 6px;
  }

  .trust-badge,
  .payment-badge {
    font-size: 11px;
  }

  .payment-row {
    margin-top: 10px;
    gap: 6px;
    max-width: 300px;
  }

  .steps {
    margin-bottom: 108px;
    gap: 6px;
    font-size: 12px;
  }

  .steps div {
    min-width: 0;
  }

  .steps div span {
    font-size: 16px;
  }

  .cta {
    bottom: 42px;
    width: calc(100% - 20px);
    padding: 15px 14px;
    font-size: 17px;
  }
}

@media (orientation: landscape) {
  .bg-layer {
    object-fit: contain;
    background: #000;
  }

  .bonus-text {
    margin-top: 32px;
  }

  .steps {
    margin-bottom: 92px;
  }
}
