/* Gangotri Campaign */
.campaign-page {
  --camp-sky: #cbe9e9;
  --camp-blue: #1e5189;
  --camp-green: #1a4326;
  --camp-green-2: #1e5a32;
  --camp-red: #e31e24;
  --camp-text: #1a1a1a;
  font-family: "Noto Sans Devanagari", "Hind", "Poppins", sans-serif;
  background: var(--camp-sky);
  color: var(--camp-text);
  overflow: hidden;
  padding-top: 100px;
}

.campaign-banner {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.campaign-banner img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.campaign-sky {
  position: relative;
  background-color: var(--camp-sky);
  background-image: url("../img/campaign/top-shape.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding: 20px 0 30px;
}

.campaign-sky .container {
  position: relative;
  z-index: 2;
  max-width: 1140px;
}

.campaign-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 10px 28px;
}

.campaign-hero-text {
  flex: 1;
  text-align: center;
  padding-top: 8px;
  animation: campFadeUp 0.8s ease both;
  max-width: 60%;
  margin: 0px auto;
}

.campaign-hero-text h1 {
  font-family: "Noto Sans Devanagari", "Hind", sans-serif;
  font-size:46px;
  font-weight: 800;
  color: var(--camp-blue);
  line-height: 1.25;
  margin: 0 0 16px;
  letter-spacing: 0.5px;
  text-transform: none;
  animation: campTitleIn 0.9s ease both;
}

.campaign-hero-text p {
  font-size: 30px;
  font-weight: 600;
  color: #111;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 760px;
  animation: campFadeUp 0.9s ease 0.15s both;
}

.campaign-page h1,
.campaign-page h2,
.campaign-page p {
  text-transform: none;
}

.campaign-qr {
  flex: 0 0 168px;
  background: #fff;
  border-radius: 14px;
  padding: 12px 12px 10px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(30, 81, 137, 0.12);
  border: 1px solid #e6eef2;
  position: relative;
  overflow: visible;
  animation: campFloat 3.4s ease-in-out infinite, campFadeUp 0.8s ease 0.2s both;
}

.campaign-qr:hover {
  animation-play-state: paused;
  box-shadow: 0 14px 28px rgba(26, 67, 38, 0.22);
}

.campaign-qr::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 4px;
  top: 10px;
  background: linear-gradient(90deg, transparent, rgba(46, 139, 74, 0.85), transparent);
  animation: campQrScan 2.6s ease-in-out infinite;
  z-index: 2;
  pointer-events: none;
  border-radius: 4px;
}

.campaign-qr::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 18px;
  border: 2px solid rgba(30, 90, 50, 0.35);
  animation: campPulseRing 2.2s ease-out infinite;
  pointer-events: none;
}

.campaign-qr img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.campaign-qr a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.campaign-qr p {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
}

.campaign-block {
  position: relative;
  margin: 28px 0 36px;
}

.campaign-badge {
  position: relative;
  z-index: 3;
  display: table;
  margin: 0 auto -22px;
  background: linear-gradient(180deg, #246b3a 0%, var(--camp-green) 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 36px;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(26, 67, 38, 0.28);
  letter-spacing: 0.3px;
  overflow: hidden;
}

.campaign-badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-20deg);
  animation: campShine 3.2s ease-in-out infinite;
}

.campaign-card {
  background: #fff;
  border: 1px solid #cfd8dc;
  border-radius: 18px;
  padding: 42px 28px 28px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  animation: campFadeUp 0.7s ease both;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.campaign-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(26, 67, 38, 0.12);
}

.campaign-howto-card {
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 193, 7, 0.12), transparent 28%),
    radial-gradient(circle at 92% 80%, rgba(76, 175, 80, 0.12), transparent 30%),
    linear-gradient(180deg, #f4fbf5 0%, #ffffff 55%);
  padding: 48px 18px 30px;
}

.campaign-howto-card:hover {
  transform: none;
}

.campaign-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 26px;
  align-items: stretch;
  position: relative;
}

.campaign-step {
  text-align: center;
  padding: 22px 14px 20px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e4eee4;
  box-shadow: 0 10px 22px rgba(26, 67, 38, 0.08);
  position: relative;
  animation: campFadeUp 0.6s ease both;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.campaign-step:nth-child(1) { animation-delay: 0.05s; border-top: 5px solid #ef6c00; }
.campaign-step:nth-child(2) { animation-delay: 0.15s; border-top: 5px solid #f0b429; }
.campaign-step:nth-child(3) { animation-delay: 0.25s; border-top: 5px solid #3aa0d0; }
.campaign-step:nth-child(4) { animation-delay: 0.35s; border-top: 5px solid #2e7d32; }

.campaign-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 28px rgba(26, 67, 38, 0.16);
}

.campaign-step:not(:last-child)::after {
  content: "❯";
  position: absolute;
  right: -22px;
  top: 48px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--camp-green);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  z-index: 4;
  animation: campArrowPulse 1.4s ease-in-out infinite;
  box-shadow: 0 4px 10px rgba(26, 67, 38, 0.25);
}

.campaign-step-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.14);
  overflow: visible;
  position: relative;
  animation: campBob 2.8s ease-in-out infinite;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.campaign-step:nth-child(2) .campaign-step-icon { animation-delay: 0.4s; }
.campaign-step:nth-child(3) .campaign-step-icon { animation-delay: 0.8s; }
.campaign-step:nth-child(4) .campaign-step-icon { animation-delay: 1.2s; }

.campaign-step:hover .campaign-step-icon {
  transform: scale(1.08);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
}

.step-num {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--camp-green);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 28px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
}

.campaign-step-icon svg {
  width: 54px;
  height: 54px;
}

.icon-buy {
  background: linear-gradient(180deg, #ffcc80 0%, #ef6c00 100%);
}

.icon-scratch {
  background: linear-gradient(180deg, #ffe082 0%, #f6c445 100%);
}

.icon-scan {
  background: linear-gradient(180deg, #7ec8e8 0%, #3aa0d0 100%);
}

.icon-special {
  background: linear-gradient(180deg, #2e8b4a 0%, #1a5c30 100%);
  flex-direction: column;
  color: #fff;
  text-align: center;
  padding: 8px;
}

.icon-special span {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.icon-cash {
  background: linear-gradient(180deg, #66bb6a 0%, #2e7d32 100%);
}

.campaign-step-label {
  display: inline-block;
  background: var(--camp-green);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  margin: 0 0 12px;
  text-transform: none;
}

.campaign-step:nth-child(1) .campaign-step-label { background: #ef6c00; }
.campaign-step:nth-child(2) .campaign-step-label { background: #d4a017; }
.campaign-step:nth-child(3) .campaign-step-label { background: #1e7aa8; }
.campaign-step:nth-child(4) .campaign-step-label { background: #2e7d32; }

.campaign-step p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.55;
}

.campaign-step a {
  color: var(--camp-blue);
  font-weight: 700;
  word-break: break-word;
}

.campaign-info-text {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  margin: 0;
  color: #222;
}

.campaign-terms-card {
  background:
    radial-gradient(circle at 90% 10%, rgba(30, 81, 137, 0.1), transparent 32%),
    radial-gradient(circle at 8% 90%, rgba(227, 30, 36, 0.08), transparent 28%),
    linear-gradient(180deg, #fff8f0 0%, #ffffff 58%);
  padding: 48px 18px 28px;
}

.campaign-terms-card:hover {
  transform: none;
}

.campaign-terms {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.campaign-term {
  background: #fff;
  border: 1px solid #eee3d4;
  border-radius: 20px;
  padding: 28px 16px 22px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(30, 81, 137, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  animation: campFadeUp 0.6s ease both;
}

.campaign-term:nth-child(1) { animation-delay: 0.1s; }
.campaign-term:nth-child(2) { animation-delay: 0.2s; }
.campaign-term:nth-child(3) { animation-delay: 0.3s; }

.campaign-term::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
}

.term-amount::before { background: linear-gradient(90deg, #1e5189, #4fc3f7); }
.term-limit::before { background: linear-gradient(90deg, #ef6c00, #ffcc80); }
.term-validity::before { background: linear-gradient(90deg, #1a4326, #66bb6a); }

.campaign-term:hover {
  transform: translateY(-8px) rotate(-0.4deg);
  box-shadow: 0 18px 32px rgba(30, 81, 137, 0.16);
}

.term-icon {
  width: 72px;
  height: 72px;
  margin: 8px auto 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.14);
}

.term-amount .term-icon {
  background: linear-gradient(160deg, #4fc3f7, #1e5189);
}

.term-limit .term-icon {
  background: linear-gradient(160deg, #ffb74d, #ef6c00);
}

.term-validity .term-icon {
  background: linear-gradient(160deg, #66bb6a, #1a4326);
  flex-direction: column;
  line-height: 1;
}

.term-icon svg {
  width: 34px;
  height: 34px;
}

.term-icon-days b {
  font-size: 22px;
  font-weight: 800;
  display: block;
}

.term-icon-days small {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  opacity: 0.95;
  margin-top: 2px;
}

.campaign-term h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--camp-blue);
  margin: 0 0 12px;
  text-transform: none;
}

.term-limit h3 { color: #ef6c00; }
.term-validity h3 { color: var(--camp-green); }

.campaign-term p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  color: #444;
}

.term-stats {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 0 12px;
}

.term-stats div {
  flex: 1;
  max-width: 78px;
  background: #fff6ed;
  border: 1px solid #ffe0c2;
  border-radius: 12px;
  padding: 8px 4px 7px;
}

.term-stats strong {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: #ef6c00;
  line-height: 1;
}

.term-stats span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #8d4b12;
  margin-top: 4px;
  line-height: 1.25;
}

.campaign-amounts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}

.campaign-amounts span {
  background: linear-gradient(180deg, #2b6cb0, #1e5189);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  min-width: 58px;
  padding: 8px 10px;
  border-radius: 999px;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(30, 81, 137, 0.25);
  animation: campPop 2.4s ease-in-out infinite;
}

.campaign-amounts span:nth-child(1) { animation-delay: 0s; }
.campaign-amounts span:nth-child(2) { animation-delay: 0.15s; }
.campaign-amounts span:nth-child(3) { animation-delay: 0.3s; }
.campaign-amounts span:nth-child(4) { animation-delay: 0.45s; }
.campaign-amounts span:nth-child(5) {
  animation-delay: 0.6s;
}

.campaign-draw-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 16px;
}

.campaign-offer-card {
  border: 2px solid #f6c445;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 193, 7, 0.18) 0 10px, transparent 11px),
    radial-gradient(circle at 88% 22%, rgba(227, 30, 36, 0.12) 0 8px, transparent 9px),
    radial-gradient(circle at 70% 86%, rgba(76, 175, 80, 0.14) 0 10px, transparent 11px),
    linear-gradient(180deg, #fffaf0 0%, #ffffff 46%);
}

.campaign-offer-title {
  text-align: center;
  color: var(--camp-red);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
  margin: 6px 0 12px;
  animation: campPulseText 1.8s ease-in-out infinite;
}

.draw-stats {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 18px;
}

.draw-stats div {
  min-width: 110px;
  background: #fff;
  border: 1px solid #ffe0a3;
  border-radius: 14px;
  padding: 8px 14px 9px;
  text-align: center;
  box-shadow: 0 6px 14px rgba(227, 30, 36, 0.08);
}

.draw-stats strong {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: var(--camp-red);
  line-height: 1;
}

.draw-stats span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #8a5a12;
  margin-top: 4px;
}

.offer-marquee {
  overflow: hidden;
  width: 100%;
  background: linear-gradient(180deg, #fff8e7, #ffffff);
  border: 2px dashed #f6c445;
  border-radius: 18px;
  padding: 16px 8px 12px;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.offer-track {
  display: flex;
  width: max-content;
  animation: campaign-marquee 22s linear infinite;
  padding: 6px 0 4px;
}

.offer-group {
  display: flex;
  align-items: stretch;
  gap: 18px;
  padding-right: 18px;
  flex-shrink: 0;
}

.offer-marquee:hover .offer-track {
  animation-play-state: paused;
}

.offer-item {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 180px;
}

.prize-box {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #ffe0a3;
  box-shadow: 0 8px 18px rgba(180, 90, 0, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.offer-item:hover .prize-box {
  transform: translateY(-8px);
  box-shadow: 0 16px 26px rgba(180, 90, 0, 0.2);
}

.prize-box img {
  width: 100%;
  height: 132px;
  object-fit: contain;
  display: block;
  background: #fffdf7;
  padding: 10px 10px 6px;
}

.prize-name {
  display: block;
  background: linear-gradient(180deg, #2e7d32, #1a4326);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  padding: 8px 8px 9px;
  letter-spacing: 0.2px;
}

.campaign-notice {
  margin-top: 18px;
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: 10px;
  padding: 12px 16px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #5d4037;
  line-height: 1.5;
  animation: campNoticeGlow 2.4s ease-in-out infinite;
}

@keyframes campaign-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.campaign-bottom {
  position: relative;
  line-height: 0;
  margin-top: -8px;
  background: var(--camp-sky);
}

.campaign-bottom img {
  width: 100%;
  height: auto;
  display: block;
}

.campaign-carebar {
  background: var(--camp-green);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 14px 16px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}

.campaign-carebar::after {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 25%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  animation: campShine 4s ease-in-out infinite;
}

.campaign-carebar a {
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.campaign-carebar a:hover {
  text-decoration: underline;
}

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

@keyframes campTitleIn {
  from { opacity: 0; transform: scale(0.96) translateY(12px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes campFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes campQrScan {
  0% { top: 12px; opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { top: 72%; opacity: 0; }
}

@keyframes campPulseRing {
  0% { transform: scale(0.96); opacity: 0.7; }
  100% { transform: scale(1.08); opacity: 0; }
}

@keyframes campShine {
  0% { left: -40%; }
  100% { left: 120%; }
}

@keyframes campArrowPulse {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(4px); }
}

@keyframes campBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes campPop {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

@keyframes campPulseText {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.04); opacity: 0.9; }
}

@keyframes campNoticeGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(227, 30, 36, 0); border-color: #ffe082; }
  50% { box-shadow: 0 0 16px rgba(227, 30, 36, 0.18); border-color: #ffc107; }
}

@media (prefers-reduced-motion: reduce) {
  .campaign-hero-text,
  .campaign-hero-text h1,
  .campaign-hero-text p,
  .campaign-qr,
  .campaign-card,
  .campaign-step,
  .campaign-step-icon,
  .campaign-term,
  .campaign-amounts span,
  .campaign-offer-title,
  .campaign-notice,
  .campaign-badge::after,
  .campaign-carebar::after,
  .campaign-qr::before,
  .campaign-qr::after,
  .campaign-step:not(:last-child)::after {
    animation: none !important;
  }

  .offer-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .campaign-page {
    padding-top: 0;
  }

  .campaign-hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .campaign-hero-text h1 {
    font-size: 30px;
  }

  .campaign-hero-text p {
    font-size: 16px;
  }

  .campaign-steps {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .campaign-step:not(:last-child)::after {
    display: none;
  }

  .campaign-terms {
    grid-template-columns: 1fr;
  }

  .campaign-badge {
    font-size: 18px;
    padding: 9px 22px;
  }

  .campaign-offer-title {
    font-size: 18px;
  }

  .campaign-carebar {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .campaign-sky {
    background-size: auto;
    padding-top: 16px;
  }
  .campaign-hero-text {
    max-width: 100%;
}

  .campaign-hero-text h1 {
    font-size: 24px;
  }

  .campaign-hero-text p {
    font-size: 15px;
  }

  .campaign-qr {
    flex-basis: 150px;
    width: 150px;
  }

  .campaign-card {
    padding: 38px 14px 20px;
  }

  .campaign-steps {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .campaign-howto-card {
    padding: 42px 12px 22px;
  }

  .campaign-step p {
    max-width: 320px;
    margin: 0 auto;
  }

  .offer-item {
    width: 150px;
  }

  .prize-box img {
    height: 110px;
  }

  .offer-group {
    gap: 14px;
    padding-right: 14px;
  }

  .campaign-carebar {
    font-size: 13px;
    padding: 12px 10px;
  }
}
