:root {
  --red: #ff6a00;
  --red-deep: #e05e00;
  --ink: #1c1917;
  --ink-2: #44403c;
  --muted: #78716c;
  --line: #e7e5e4;
  --bg: #f4f3f0;
  --paper: #ffffff;
  --navy: #1f2933;
  --shadow: 0 1px 2px rgba(28, 25, 23, 0.05), 0 10px 28px rgba(28, 25, 23, 0.05);
  --radius: 8px;
  --header-h: 68px;
  --sticky-h: 72px;
  --max: 1120px;
  --font: "Noto Sans", "Noto Sans Devanagari", system-ui, sans-serif;
  --serif: "Source Serif 4", "Noto Serif Devanagari", "Times New Roman", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
}

html.is-hi,
html[lang="hi-IN"] {
  line-height: 1.7;
}

html.is-hi h1,
html.is-hi h2,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2 {
  font-family: "Noto Serif Devanagari", "Source Serif 4", serif;
}

html.is-hi h1,
html[lang="hi-IN"] h1 {
  font-size: clamp(26px, 5vw, 46px);
  line-height: 1.28;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
.btn {
  font-family: inherit;
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip:focus {
  left: 12px;
  z-index: 80;
  background: #fff;
  padding: 8px 12px;
}

.cities {
  margin: -8px 0 8px;
  text-align: center;
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.55;
}

.pay-line {
  margin: 0 0 36px;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}

.promo {
  background: var(--navy);
  color: #e7e5e4;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.promo-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 20px;
  min-height: 36px;
  text-align: center;
  padding: 6px 0;
}

.promo .countdown {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-variant-numeric: tabular-nums;
  color: #d6d3d1;
}

.promo .cd-box {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  padding: 1px 7px;
  min-width: 22px;
  color: #fff;
}

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header-h);
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.logo-img {
  height: 32px;
  width: auto;
  display: block;
}

.nav {
  display: none;
  align-items: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-2);
}

.nav a:hover {
  color: var(--ink);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang {
  border: 1px solid var(--line);
  background: #fff;
  display: flex;
  padding: 2px;
}

.lang button {
  border: 0;
  background: transparent;
  padding: 6px 10px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--muted);
  cursor: pointer;
}

.lang button.active {
  background: var(--navy);
  color: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.btn-primary {
  background: var(--red);
  color: #fff;
  padding: 11px 18px;
}

.btn-primary:hover {
  background: var(--red-deep);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
  padding: 10px 16px;
}

.btn-ghost:hover {
  border-color: var(--ink);
}

.btn-lg {
  padding: 14px 22px;
  font-size: 15px;
}

.hero {
  padding: 40px 0 12px;
}

.hero-grid {
  display: grid;
  gap: 40px;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  margin: 0;
  color: var(--red);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  margin: 14px 0 14px;
  font-family: var(--serif);
  font-size: clamp(32px, 5.4vw, 52px);
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 600;
}

.lead {
  color: var(--ink-2);
  font-size: 16px;
  max-width: 38rem;
  margin: 0 0 24px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ink-2);
  font-size: 13px;
}

.trust-row li {
  display: inline-flex;
  align-items: center;
}

.trust-row li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 11px;
  margin: 0 12px;
  background: var(--line);
}

.mosaic {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: 168px 148px;
  gap: 8px;
}

.tile {
  position: relative;
  overflow: hidden;
  background: #e7e5e4;
}

.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tile-lg {
  grid-row: 1 / span 2;
}

.price-tag {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font-weight: 600;
  font-size: 12px;
  padding: 5px 8px;
}

#programme {
  padding-top: 8px;
}

.earn-strip {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
}

.earn-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 2px solid var(--red);
  padding: 22px 22px 24px;
}

.earn-kicker {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.earn-card strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 10px 0 8px;
  line-height: 1.15;
}

.earn-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-2);
}

.trust-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 8px 0 28px;
}

.trust-card {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.trust-card strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.trust-card p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.icon-blob {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  color: var(--red);
  display: grid;
  place-items: center;
  flex: none;
}

.icon-blob svg {
  width: 18px;
  height: 18px;
}

.section {
  padding: 8px 0 44px;
}

.section-h {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 18px;
}

.section-h h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.section-h p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  max-width: 36rem;
}

.coupons {
  display: grid;
  gap: 12px;
}

.coupon {
  display: grid;
  grid-template-columns: 1fr auto;
  background: #fff;
  border: 1px solid var(--line);
}

.coupon-main {
  padding: 18px 20px;
}

.coupon-main b {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.coupon-main p {
  margin: 6px 0 0;
  color: var(--ink-2);
  font-size: 13px;
}

.coupon-side {
  width: 108px;
  background: #fafaf9;
  border-left: 1px solid var(--line);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.code {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.cats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.cat {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
}

.cat img {
  width: 100%;
  height: 148px;
  object-fit: cover;
}

.cat-label {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 14px 14px;
}

.cat-name {
  font-weight: 600;
  font-size: 14px;
}

.cat-sub {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}

.deals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.deal {
  background: #fff;
  border: 1px solid var(--line);
}

.deal img {
  height: 148px;
  width: 100%;
  object-fit: cover;
}

.deal-body {
  padding: 12px 14px 14px;
}

.deal-body h3 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  min-height: 38px;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.now {
  color: var(--ink);
  font-weight: 700;
  font-size: 16px;
}

.was {
  color: var(--muted);
  text-decoration: line-through;
  font-size: 12px;
}

.badge {
  display: inline-block;
  margin-top: 8px;
  border: 1px solid var(--line);
  color: var(--ink-2);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 2px 6px;
}

.why,
.steps {
  display: grid;
  gap: 12px;
}

.why-card,
.step,
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  padding: 20px;
}

.why-card h3,
.step h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}

.why-card p,
.step p {
  margin: 0;
  color: var(--ink-2);
  font-size: 14px;
}

.steps {
  counter-reset: step;
}

.step {
  padding-left: 58px;
  position: relative;
}

.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 18px;
  top: 20px;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 600;
  color: var(--red);
}

.faq details {
  margin-bottom: 8px;
}

.faq summary {
  font-weight: 600;
  cursor: pointer;
}

.faq p {
  margin: 10px 0 0;
  color: var(--ink-2);
  font-size: 14px;
}

.final {
  background: var(--navy);
  color: #f5f5f4;
  padding: 40px 32px;
  text-align: center;
}

.final h2 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
}

.final p {
  margin: 0 auto 22px;
  max-width: 36rem;
  color: #d6d3d1;
}

.footer {
  padding: 40px 0 48px;
  color: var(--muted);
  font-size: 12px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  gap: 16px;
}

.footer-brand {
  margin: 0 0 8px;
}

.footer-brand .logo-img {
  height: 28px;
}

.disclaimer {
  margin: 0;
  max-width: 46rem;
  line-height: 1.6;
}

.footer-links {
  margin: 0;
}

.footer a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
}

.sticky-inner {
  display: flex;
  gap: 10px;
  align-items: center;
}

.sticky-cta .btn {
  white-space: nowrap;
  flex: none;
  padding: 12px 16px;
}

.sticky-copy {
  flex: 1;
  min-width: 0;
}

.sticky-copy b {
  display: block;
  font-size: 13px;
  font-weight: 600;
}

.sticky-copy span {
  font-size: 12px;
  color: var(--muted);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 96px;
  transform: translateX(-50%) translateY(20px);
  background: var(--navy);
  color: #fff;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 500;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
  z-index: 60;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.notice {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(var(--sticky-h) + 12px);
  background: #fff;
  color: var(--ink-2);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 12px 14px;
  font-size: 12px;
  display: none;
  z-index: 45;
  align-items: center;
  gap: 10px;
}

.notice.show {
  display: flex;
}

.notice button {
  margin-left: auto;
  background: var(--navy);
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 7px 12px;
  font-weight: 600;
  cursor: pointer;
}

.btn-header {
  display: none;
}

.promo-short {
  display: none;
}

@media (min-width: 768px) {
  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    padding: 16px 0 8px;
  }

  .mosaic {
    grid-template-rows: 200px 168px;
  }

  .section-h {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
  }

  .trust-bar,
  .why,
  .steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .earn-strip,
  .coupons {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-bar {
    grid-template-columns: repeat(4, 1fr);
  }

  .cats,
  .deals {
    grid-template-columns: repeat(4, 1fr);
  }

  .deal img,
  .cat img {
    height: 164px;
  }

  .sticky-cta {
    display: none;
  }

  .footer {
    padding-bottom: 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .notice {
    bottom: 16px;
    max-width: 560px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

@media (min-width: 1024px) {
  .nav {
    display: flex;
    flex: 1;
    justify-content: center;
  }

  .header .btn-header {
    display: inline-flex;
  }

  .coupons {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  :root {
    --header-h: 56px;
    --sticky-h: 68px;
  }

  html {
    scroll-padding-top: calc(var(--header-h) + 8px);
    scroll-padding-bottom: calc(var(--sticky-h) + 12px);
  }

  html,
  body {
    overflow-x: hidden;
  }

  .wrap {
    width: min(var(--max), calc(100% - 24px));
  }

  .promo {
    font-size: 11px;
    letter-spacing: 0.02em;
    padding-inline: 12px;
  }

  .promo .wrap {
    width: 100%;
  }

  .promo-inner {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 8px;
    min-height: 32px;
    padding: 6px 0;
  }

  .promo-full {
    display: none;
  }

  .promo-short {
    display: block;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .promo .countdown {
    flex: none;
    font-size: 11px;
  }

  .logo-img {
    height: 26px;
  }

  .lang button {
    padding: 6px 8px;
  }

  .hero {
    padding: 20px 0 8px;
  }

  .hero-grid {
    gap: 16px;
  }

  h1 {
    margin: 10px 0 10px;
    font-size: 1.7rem;
    line-height: 1.22;
    text-wrap: balance;
  }

  html.is-hi h1,
  html[lang="hi-IN"] h1 {
    font-size: 1.38rem;
    line-height: 1.32;
  }

  .lead {
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 16px;
  }

  .hero-cta {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
  }

  .hero-cta .btn {
    width: 100%;
  }

  .btn-lg {
    padding: 13px 16px;
    font-size: 14px;
  }

  .trust-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 10px;
    font-size: 12px;
  }

  .trust-row li:not(:last-child)::after {
    display: none;
  }

  .mosaic {
    display: none;
  }

  .section-h h2 {
    font-size: 22px;
  }

  .earn-strip {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 0 0 16px;
  }

  .earn-card {
    padding: 12px;
  }

  .earn-card strong {
    font-size: 16px;
    margin: 6px 0;
  }

  .earn-card p {
    font-size: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .trust-bar {
    display: none;
  }

  .cities,
  .pay-line {
    text-align: left;
    font-size: 12px;
    margin-bottom: 8px;
  }

  .pay-line {
    margin-bottom: 24px;
  }

  .section {
    padding: 8px 0 32px;
  }

  .coupon-main {
    padding: 14px;
    min-width: 0;
  }

  .coupon-main b {
    font-size: 18px;
  }

  .coupon-side {
    width: 78px;
  }

  .cat img,
  .deal img {
    height: 112px;
  }

  .deal-body h3 {
    min-height: 0;
    font-size: 13px;
  }

  .why-card,
  .step,
  .faq details {
    padding: 14px;
  }

  .step {
    padding-left: 48px;
  }

  .step::before {
    left: 12px;
    top: 14px;
  }

  .faq details {
    scroll-margin-bottom: calc(var(--sticky-h) + 16px);
  }

  .final {
    padding: 28px 16px;
  }

  .final h2 {
    font-size: 22px;
  }

  .footer {
    padding: 24px 0 calc(108px + env(safe-area-inset-bottom));
  }

  .sticky-cta {
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
  }

  .sticky-copy b {
    font-size: 13px;
  }

  html.is-hi .sticky-cta .btn,
  html[lang="hi-IN"] .sticky-cta .btn {
    padding: 12px 10px;
    font-size: 13px;
  }

  .notice {
    left: 8px;
    right: 8px;
    bottom: calc(var(--sticky-h) + 8px);
    font-size: 11px;
    padding: 8px 10px;
  }
}
