@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,900;1,600&family=Nunito:wght@400;500;600;700;800;900&display=swap");

:root {
  /* Swiggy ORNGE: Maroon + Light Pink + Rose accents */
  --maroon: #7b0d1e;
  --maroonD: #5c0916;
  --maroonL: #9e1a2f;
  --rose: #c94060;
  --pink: #fde8ec;
  --pinkM: #f9c5cf;
  --pinkD: #f4a0b0;
  --white: #ffffff;
  --off: #fdf5f7;
  --grey: #faf0f2;
  --text: #2a0a10;
  --tmid: #4a1a25;
  --tl: #8a5060;
  --border: #f0d0d8;
  --bord2: #e8b8c5;
  --green: #0a7a4c;
  --ss: 0 1px 10px rgba(123, 13, 30, 0.07);
  --sm: 0 6px 28px rgba(123, 13, 30, 0.12);
  --sl: 0 16px 56px rgba(123, 13, 30, 0.16);
  --r: 10px;
  --rl: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Schibsted Grotesk" !important;
}

p,
ol li,
ul li {
  font-family: "mulish" !important;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Nunito", sans-serif;
  background: var(--white);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.7;
}

/* ── LAYOUT ── */
.page-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 30px 1%;
  display: grid;
  gap: 44px;
  align-items: start;
  padding-top: 36px;
}

/* ── CARD HERO BANNER ── */
.card-hero {
  background: linear-gradient(
    140deg,
    var(--maroonD) 0%,
    var(--maroon) 55%,
    #9e1535 100%
  );
  border-radius: var(--rl);
  padding: 0;
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 370px;
}
.ch-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 65% 70% at 78% 50%,
      rgba(253, 232, 236, 0.16) 0%,
      transparent 65%
    ),
    radial-gradient(
      ellipse 40% 40% at 18% 18%,
      rgba(255, 200, 210, 0.08) 0%,
      transparent 60%
    );
}
/* Subtle petal/floral dots */
.ch-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.06;
  background-image: radial-gradient(circle, #fde8ec 1.5px, transparent 1.5px);
  background-size: 24px 24px;
}
.ch-left {
  padding: 38px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.ch-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(253, 232, 236, 0.18);
  border: 1px solid rgba(253, 232, 236, 0.35);
  color: var(--pinkM);
  font-size: 11.5px;
  font-weight: 800;
  padding: 5px 13px;
  border-radius: 50px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
  width: fit-content;
}
.ch-left h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 14px;
  letter-spacing: -0.3px;
}
.ch-left h1 em {
  font-style: italic;
  color: var(--pinkM);
}
.ch-sub {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 22px;
  max-width: 380px;
}
.ch-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}
.stars-row {
  color: var(--pinkM);
  font-size: 16px;
  letter-spacing: 2px;
}
.rating-text {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
}
.ch-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.ch-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.88);
  font-size: 11.5px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 50px;
}
.ch-fees {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 26px;
}
.ch-fee-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 12px 14px;
}
.ch-fee-item p {
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 3px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.ch-fee-item strong {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  font-family: "mulish" !important;
}
.ch-cta {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}
.cta-primary {
  background: linear-gradient(135deg, #fff 0%, #fde8ec 100%);
  color: var(--maroon);
  padding: 13px 26px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.22s;
}
.cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}
.cta-sec {
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  border: 1.5px solid rgba(255, 255, 255, 0.38);
  padding: 12px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: all 0.22s;
}
.cta-sec:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* Card Visual */
.ch-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 32px;
}
.card-3d-wrap {
  position: relative;
  width: 285px;
  height: 181px;
  perspective: 1000px;
}
.card-3d {
  width: 285px;
  height: 181px;
  border-radius: 16px;
  background: linear-gradient(135deg, #4a0815 0%, #7b0d1e 45%, #9e1535 100%);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(253, 232, 236, 0.25);
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transform: rotateY(-8deg) rotateX(4deg);
  transition: transform 0.3s ease;
}
.card-3d:hover {
  transform: rotateY(-2deg) rotateX(2deg);
}
.card-3d::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 70% 60% at 80% 30%,
    rgba(253, 232, 236, 0.2) 0%,
    transparent 70%
  );
}
/* Subtle texture lines */
.card-3d::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 18px,
    rgba(255, 200, 210, 0.04) 18px,
    rgba(255, 200, 210, 0.04) 19px
  );
}
.card-3d-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.card-brand-stack {
  display: flex;
  flex-direction: column;
}
.card-swiggy {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 1px;
}
.card-ornge {
  font-size: 9.5px;
  font-weight: 800;
  color: var(--pinkM);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 2px;
}
.card-nfc {
  width: 18px;
  height: 18px;
  opacity: 0.55;
}
.card-chip-row {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.card-chip {
  width: 32px;
  height: 22px;
  border-radius: 5px;
  background: linear-gradient(135deg, #f8e0e6, #e0a0b0, #f8e0e6);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.card-num {
  font-size: 12px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}
.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.card-holder {
  font-size: 9.5px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.card-network {
  font-size: 10.5px;
  font-weight: 800;
  color: rgba(253, 200, 215, 0.45);
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
}
/* Cashback chips */
.cb-chips {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.cb-chip {
  background: rgba(253, 232, 236, 0.18);
  border: 1px solid rgba(253, 200, 215, 0.35);
  color: var(--pinkM);
  font-size: 11px;
  font-weight: 800;
  padding: 5px 11px;
  border-radius: 50px;
}

/* ── QUICK HIGHLIGHTS ── */
.highlights-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 36px;
}
.hl-item {
  background: var(--off);
  border: 1px solid var(--border);
  border-radius: var(--rl);
  padding: 20px 18px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.22s;
  box-shadow: var(--ss);
}
.hl-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--maroonD), var(--rose));
  transform: scaleX(0);
  transition: transform 0.22s;
}
.hl-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--sl);
  border-color: var(--bord2);
}
.hl-item:hover::before {
  transform: scaleX(1);
}
.hl-num {
  font-family: "Schibsted Grotesk";
  font-size: 30px;
  font-weight: 700;
  color: var(--maroon);
  display: block;
  line-height: 1;
}
.hl-label {
  font-size: 11.5px;
  color: var(--tl);
  margin-top: 5px;
  display: block;
  font-weight: 600;
}

/* ── SECTIONS ── */
.art-sec {
  margin-bottom: 48px;
  scroll-margin-top: 76px;
}
.sec-h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--bord2);
  position: relative;
  line-height: 1.3;
}
.sec-h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 46px;
  height: 2px;
  background: linear-gradient(90deg, var(--maroonD), var(--rose));
}
.sec-h3 {
  font-family: "Playfair Display", serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--text);
  margin: 22px 0 11px;
  line-height: 1.3;
}
.art-p {
  font-size: 14.5px;
  color: var(--tmid);
  line-height: 1.82;
  margin-bottom: 13px;
}
.art-p strong {
  color: var(--text);
  font-weight: 700;
}

/* ── INTRO BOX ── */
.intro-box {
  background: var(--pink);
  border-left: 4px solid var(--maroon);
  border-radius: 0 var(--r) var(--r) 0;
  padding: 16px 20px;
  margin-bottom: 26px;
}
.intro-box p {
  font-size: 14.5px;
  color: var(--tmid);
  line-height: 1.78;
  margin: 0;
}

/* ── CASHBACK GRID ── */
.cb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 18px 0 24px;
}
.cb-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--rl);
  padding: 22px 18px;
  text-align: center;
  transition: all 0.24s;
  box-shadow: var(--ss);
  position: relative;
  overflow: hidden;
}
.cb-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--maroonD), var(--rose));
  transform: scaleX(0);
  transition: transform 0.24s;
}
.cb-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sl);
  border-color: var(--bord2);
}
.cb-card:hover::after {
  transform: scaleX(1);
}
.cb-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 24px;
}
.cb-pct {
  font-family: "Schibsted Grotesk";
  font-size: 32px;
  font-weight: 700;
  color: var(--maroon);
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}
.cb-on {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.cb-detail {
  font-size: 12px;
  color: var(--tl);
  line-height: 1.5;
}

/* ── TABLE ── */
.ctable {
  overflow-x: auto;
  margin: 16px 0 22px;
  border-radius: var(--r);
  border: 1px solid var(--border);
  box-shadow: var(--ss);
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}
thead {
  background: linear-gradient(90deg, var(--maroonD), var(--maroon));
}
th {
  color: #fff;
  padding: 12px 14px;
  text-align: left;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
td {
  padding: 11px 14px;
  border-bottom: 1px solid var(--border);
  color: var(--tmid);
  vertical-align: middle;
}
tr:last-child td {
  border-bottom: none;
}
tr:nth-child(even) td {
  background: var(--off);
}
tr:hover td {
  background: var(--pink);
}
.tag-p {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 50px;
  font-size: 10.5px;
  font-weight: 700;
  background: var(--pink);
  color: var(--maroon);
  border: 1px solid var(--pinkD);
}
.tick {
  color: var(--green);
  font-weight: 700;
  font-size: 15px;
}
.cross {
  color: #c53030;
  font-weight: 700;
  font-size: 15px;
}

/* ── BENEFIT CARDS ── */
.benefit-g {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 18px 0 24px;
}
.ben-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 18px;
  box-shadow: var(--ss);
  transition: all 0.2s;
}
.ben-card:hover {
  border-color: var(--bord2);
  box-shadow: var(--sm);
  transform: translateX(3px);
}
.ben-ico {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.ben-card h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.ben-card p {
  font-size: 13px;
  color: var(--tl);
  line-height: 1.6;
}

/* ── MERCHANT TAGS ── */
.merchant-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 20px;
}
.m-tag {
  background: var(--pink);
  border: 1px solid var(--pinkD);
  color: var(--maroon);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 50px;
  transition: all 0.18s;
}
.m-tag:hover {
  background: var(--maroon);
  color: #fff;
  border-color: var(--maroon);
}

/* ── ELIG GRID ── */
.elig-g {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin: 16px 0 22px;
}
.elig-c {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 14px;
  box-shadow: var(--ss);
  transition: all 0.2s;
}
.elig-c:hover {
  border-color: var(--bord2);
  box-shadow: var(--sm);
}
.elig-ico {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 17px;
}
.elig-c h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
}
.elig-c p {
  font-size: 12px;
  color: var(--tl);
  line-height: 1.55;
}

/* ── STEPS ── */
.steps-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 18px 0 22px;
  position: relative;
}
.steps-list::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(180deg, var(--maroonD), var(--pinkD));
}
.step-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 14px 16px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  margin-bottom: 9px;
  position: relative;
  z-index: 1;
  transition: all 0.2s;
  box-shadow: var(--ss);
}
.step-item:hover {
  border-color: var(--bord2);
  box-shadow: var(--sm);
}
.step-num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--maroonD), var(--maroon));
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(123, 13, 30, 0.28);
}
.step-body h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 3px;
}
.step-body p {
  font-size: 13px;
  color: var(--tl);
  line-height: 1.62;
}

/* ── HBOX ── */
.hbox {
  border-radius: var(--r);
  padding: 16px 20px;
  margin: 14px 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.hbox-info {
  background: #eff8ff;
  border: 1px solid #bfdbfe;
}
.hbox-warn {
  background: #fffbeb;
  border: 1px solid #fcd34d;
}
.hbox-tip {
  background: #eff8ff;
  border: 1px solid #bee3f8;
}
.hbox-ico {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}
.hbox p {
  font-size: 13.5px;
  color: var(--tmid);
  line-height: 1.72;
  margin: 0;
}
.hbox strong {
  color: var(--text);
}

/* ── PROS/CONS ── */
.pc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}
.pc-box {
  border-radius: var(--rl);
  padding: 22px;
  border: 1.5px solid var(--border);
}
.pc-box.pros {
  background: #f0fbf4;
  border-color: #a8d8bb;
}
.pc-box.cons {
  background: #fff5f5;
  border-color: #f5c6c6;
}
.pc-box h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pc-box.pros h4 {
  color: #0a6e3c;
}
.pc-box.cons h4 {
  color: #c53030;
}
.pc-box ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0px;
}
.pc-box li {
  font-size: 13.5px;
  line-height: 1.6;
  padding-left: 22px;
  position: relative;
  color: var(--tmid);
}
.pc-box.pros li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0a8f5c;
  font-weight: 800;
}
.pc-box.cons li::before {
  content: "✕";
  position: absolute;
  left: 0;
  color: #c53030;
  font-weight: 800;
}

/* ── INLINE CTA BAND ── */
.inline-cta {
  background: linear-gradient(135deg, var(--maroonD) 0%, var(--maroon) 100%);
  border-radius: var(--rl);
  padding: 32px 36px;
  margin: 36px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  overflow: hidden;
}
.inline-cta::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(253, 232, 236, 0.1);
}
.inline-cta::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -20px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(253, 232, 236, 0.06);
}
.inline-cta-text h3 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.inline-cta-text p {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6;
  max-width: 420px;
}
.inline-cta-btns {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.icb1 {
  background: linear-gradient(135deg, #fff, #fde8ec);
  color: var(--maroon);
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
  white-space: nowrap;
}
.icb1:hover {
  transform: translateY(-2px);
}
.icb2 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  padding: 11px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}
.icb2:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

/* ── TOC ── */
.toc {
  background: var(--off);
  border: 1px solid var(--border);
  border-radius: var(--rl);
  padding: 22px 24px;
  margin-bottom: 36px;
  box-shadow: var(--ss);
}
.toc-title {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 13px;
}
.toc ol {
  padding-left: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 24px;
}
.toc a {
  color: var(--tl);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.15s;
}
.toc a:hover {
  color: var(--maroon);
}

/* ── FAQ ── */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 18px;
}
.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--ss);
}
.faq-item.open {
  border-color: var(--bord2);
  box-shadow: var(--sm);
}
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
  cursor: pointer;
  gap: 14px;
  user-select: none;
}
.faq-q span {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  flex: 1;
}
.faq-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--grey);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--maroon);
  font-size: 16px;
  font-weight: 700;
  transition: all 0.2s;
}
.faq-item.open .faq-icon {
  background: var(--maroon);
  color: #fff;
  transform: rotate(45deg);
}
.faq-ans {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-item.open .faq-ans {
  max-height: 400px;
}
.faq-ans p {
  padding: 0 18px 16px;
  font-size: 13.5px;
  color: var(--tmid);
  line-height: 1.72;
}

/* ── SIDEBAR ── */
.sidebar-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--rl);
  padding: 20px;
  margin-bottom: 18px;
  box-shadow: var(--ss);
}
.sc-stitle {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 13px;
}
.sc-stitle span {
  color: var(--maroon);
}
.cta-card-sb {
  background: linear-gradient(140deg, var(--maroonD), var(--maroon));
  border: 1px solid rgba(253, 232, 236, 0.2);
  border-radius: var(--rl);
  padding: 22px;
  margin-bottom: 18px;
  box-shadow: var(--sm);
}
.cta-card-sb h3 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.cta-card-sb p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 16px;
  line-height: 1.6;
}
.cta-sb-btn {
  display: block;
  background: linear-gradient(135deg, #fff, #fde8ec);
  color: var(--maroon);
  text-align: center;
  padding: 12px;
  border-radius: 50px;
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}
.cta-sb-btn:hover {
  filter: brightness(0.97);
  transform: translateY(-1px);
}
.cta-sb-link {
  display: block;
  text-align: center;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.15s;
}
.cta-sb-link:hover {
  color: #fff;
}
.sb-key-facts ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sb-key-facts li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  font-size: 13px;
}
.sb-key-facts li:last-child {
  border-bottom: none;
}
.skf-label {
  color: var(--tl);
  font-weight: 500;
}
.skf-val {
  color: var(--text);
  font-weight: 700;
}
.ql-sidebar ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ql-sidebar a {
  font-size: 13px;
  color: var(--tl);
  text-decoration: none;
  padding: 6px 9px;
  border-radius: 7px;
  display: block;
  transition: all 0.15s;
  font-weight: 600;
}
.ql-sidebar a:hover {
  background: var(--pink);
  color: var(--maroon);
}
.similar-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sim-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: var(--r);
  text-decoration: none;
  transition: all 0.2s;
  background: var(--white);
}
.sim-item:hover {
  border-color: var(--bord2);
  box-shadow: var(--sm);
  transform: translateX(2px);
}
.sim-ico {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--maroonD), var(--maroon));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  flex-shrink: 0;
}
.sim-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}
.sim-cat {
  font-size: 11.5px;
  color: var(--tl);
  font-weight: 500;
}

/* ── REVEAL ── */
.rv {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}
.rv.vis {
  opacity: 1;
  transform: none;
}

/* ---quick--links--- */
.ql-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 16px 0 22px;
}

.ql-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r);
  text-decoration: none;
  color: var(--tmid);
  font-size: 13px;
  font-weight: 600;
  box-shadow: var(--ss);
  transition: all 0.2s;
}

.ql-item:hover {
  border-color: #913130;
  color: var(--sbi);
  background: #fff5f8;
  transform: translateY(-2px);
  box-shadow: var(--sl);
  text-decoration: none;
}

/* ---article----- */
.articles-g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.art-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--ss);
  transition: all 0.22s;
  text-decoration: none;
  display: block;
  color: inherit;
}
.art-card-body {
  padding: 14px;
}

.art-card h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.45;
  margin-bottom: 4px;
}

.art-card p {
  font-size: 11.5px;
  color: var(--tl);
}

.art-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sl);
  border-color: var(--bpink);
  text-decoration: none;
}

/* ---testimonial---- */
.test-g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.tcard {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 22px;
  box-shadow: var(--ss);
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}

.tcard::before {
  content: "❝";
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 40px;
  color: var(--Orangel);
  opacity: 0.2;
  font-family: "Playfair Display", serif;
  line-height: 1;
}

.stars {
  color: #f59e0b;
  font-size: 13px;
  margin-bottom: 9px;
}

.tcard p {
  font-size: 13.5px;
  color: var(--tmid);
  line-height: 1.72;
  margin-bottom: 14px;
  font-style: italic;
}

.tcard-au {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tcard-av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  flex-shrink: 0;
}

/* ---disclaimer---- */

.disclaimer {
  background: #f5f2ee;
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 16px 18px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.disclaimer h4 {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.disclaimer p {
  font-size: 13px;
  color: var(--tl);
  line-height: 1.72;
}
/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  /* .page-wrap {
    grid-template-columns: 1fr;
    gap: 0;
  } */
  .side-col {
    position: static;
    margin-top: 32px;
  }
  .card-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .ch-right {
    display: none;
  }
  .highlights-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  .cb-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefit-g,
  .pc-grid,
  .elig-g {
    grid-template-columns: 1fr;
  }
  .fi {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .toc ol {
    grid-template-columns: 1fr;
  }
  .inline-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .page-wrap {
    display: block;
    padding: 30px 15px;
  }
}
@media (max-width: 560px) {
  .highlights-bar,
  .cb-grid,
  .fi,
  .ql-grid,
  .articles-g,
  .test-g {
    grid-template-columns: 1fr;
  }
  .fi {
    grid-template-columns: 1fr;
  }
}
