:root {
  --navy: #19324c;
  --navy-2: #0e2135;
  --gold: #e7a915;
  --gold-2: #f5bd2b;
  --gold-light: #fff6dc;
  --gold-dark: #9c7000;
  --cream: #fbfaf7;
  --cream-dark: #f4f1e8;
  --ink: #132235;
  --muted: #647182;
  --line: #e5e7eb;
  --white: #ffffff;
  --green: #10b981;
  --green-bg: #ecfdf5;
  --red: #ef4444;
  --red-bg: #fef2f2;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(14, 33, 53, 0.12);
  --shadow-hover: 0 30px 80px rgba(14, 33, 53, 0.18);
}

.text-gold {
  color: var(--gold) !important;
}

.text-green {
  color: var(--green) !important;
}

.text-red {
  color: var(--red) !important;
}

.q-icon {
  font-size: 24px;
  color: var(--navy);
  margin-bottom: 8px;
  display: block;
}

.product-icon i {
  font-size: 32px;
  color: var(--gold);
}

.inside-icon i {
  font-size: 28px;
  color: var(--gold-dark);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  padding-bottom: 70px; /* space for mobile sticky bar */
}

@media(min-width: 901px) {
  body {
    padding-bottom: 0;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: auto;
}

/* Announcement Bar */
.announcement {
  min-height: 52px;
  padding: 10px 20px;
  background: var(--navy-2);
  color: #dce5ee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(231, 169, 21, 0.25);
  position: relative;
  z-index: 101;
}

/* STICKY MOBILE CTA BAR */
.mobile-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(14, 33, 53, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(231, 169, 21, 0.35);
  padding: 12px 18px;
  z-index: 9999;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.35);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-cta-info strong {
  display: block;
  color: white;
  font-size: 13px;
  font-weight: 700;
}

.mobile-cta-info span {
  display: block;
  font-size: 13px;
  color: var(--gold);
  font-weight: 800;
  margin-top: 2px;
}

.mobile-cta-info del {
  color: #94a3b8;
  font-size: 11px;
  margin-left: 4px;
  font-weight: 500;
}

.announcement-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
  text-align: center;
}

.announcement-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e2e8f0;
}

.announcement-timer {
  color: var(--gold);
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  display: inline;
}

.announcement-btn {
  color: var(--navy-2);
  background: var(--gold);
  padding: 7px 18px;
  border-radius: 99px;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 14px rgba(231, 169, 21, 0.25);
  white-space: nowrap;
}

.announcement-btn:hover {
  background: var(--gold-2);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(231, 169, 21, 0.35);
}

/* Navigation */
.nav-wrap {
  background: rgba(251, 250, 247, 0.92);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(25, 50, 76, 0.08);
}

.nav {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand img {
  height: 52px;
  width: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.2s;
}

.brand img:hover {
  transform: scale(1.05);
}

.brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}

.brand-text strong {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -0.02em;
  display: block;
}

.brand-text span {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: 0.22em;
  margin-top: 3px;
  line-height: 1;
  display: block;
}

.nav-links {
  display: flex;
  gap: 28px;
  font-size: 14px;
  font-weight: 600;
  color: #4e5d6e;
}

.nav-links a:hover {
  color: var(--navy);
}

.menu-btn {
  display: none;
  background: none;
  border: 0;
  font-size: 24px;
  cursor: pointer;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  transition: 0.2s transform, 0.2s box-shadow;
  cursor: pointer;
  border: none;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-dark {
  background: var(--navy);
  color: white;
}

.btn-gold {
  background: var(--gold);
  color: var(--navy-2);
  box-shadow: 0 12px 30px rgba(231, 169, 21, 0.28);
}

.btn-gold:hover {
  background: var(--gold-2);
  box-shadow: 0 16px 36px rgba(231, 169, 21, 0.38);
}

.btn-small {
  padding: 10px 18px;
  font-size: 13px;
}

.btn-large {
  padding: 16px 30px;
  font-size: 15px;
}

.full {
  width: 100%;
}

/* SECTION 1 — HERO */
.hero {
  position: relative;
  overflow: hidden;
  padding: 80px 0 100px;
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-dark) 100%);
}

.hero-glow {
  position: absolute;
  top: -150px;
  right: -150px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(231, 169, 21, 0.15) 0%, rgba(251, 250, 247, 0) 70%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 50px;
}

.eyebrow, .section-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--navy);
  margin-bottom: 16px;
}

.eyebrow span {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--gold);
  vertical-align: middle;
  margin-right: 9px;
}

.hero h1 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 0 0 22px;
  color: var(--navy);
}

.highlight-gold {
  background: linear-gradient(180deg, transparent 65%, #fde088 65%);
  padding: 0 4px;
}

.hero-lead {
  font-size: 17px;
  color: var(--muted);
  max-width: 620px;
  line-height: 1.6;
}

.hero-lead strong {
  color: var(--navy);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 30px 0 20px;
  flex-wrap: wrap;
}

.text-link {
  font-weight: 700;
  font-size: 14px;
  color: var(--navy);
  border-bottom: 2px solid var(--gold);
}

.hero-offer-note {
  display: inline-block;
  margin-top: 4px;
  padding: 10px 16px;
  border-radius: 12px;
  background: var(--gold-light);
  color: #765400;
  font-size: 12px;
  border: 1px solid rgba(231, 169, 21, 0.3);
}

.hero-offer-note strong {
  color: var(--navy-2);
}

.micro-proof {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(25, 50, 76, 0.1);
}

.proof-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.badge-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
}

.proof-badge strong {
  font-size: 13px;
  color: var(--navy);
}

.proof-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}

/* Hero Visual Card */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.visual-card {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: var(--navy-2);
  border-radius: 28px;
  padding: 16px;
  box-shadow: var(--shadow);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.visual-badge {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 5;
  background: var(--gold);
  color: var(--navy-2);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 5px 12px;
  border-radius: 99px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.portrait-wrapper {
  width: 100%;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.hero-portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  display: block;
}

.instructor-overlay {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: rgba(14, 33, 53, 0.88);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.inst-info strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  color: white;
}

.inst-info span {
  display: block;
  font-size: 11px;
  color: var(--gold);
  margin-top: 2px;
}

.floating-brand-badge {
  position: absolute;
  bottom: -25px;
  right: -20px;
  background: white;
  color: var(--navy);
  border-radius: 18px;
  padding: 14px 18px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.18);
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  z-index: 6;
}

.brand-mini-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
  background: var(--navy);
  padding: 6px;
  border-radius: 10px;
}

.floating-brand-badge small {
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--gold-dark);
}

.floating-brand-badge strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 1.2;
}

.floating-brand-badge .rating {
  font-size: 10px;
  color: var(--gold);
  font-weight: 700;
  display: block;
  margin-top: 2px;
}

/* SECTION GLOBAL STYLES */
.section {
  padding: 100px 0;
}

.narrow {
  max-width: 900px;
}

.center-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 45px;
}

.center-heading h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 10px 0 16px;
  color: var(--navy);
}

.center-heading em {
  font-style: normal;
  color: var(--gold-dark);
}

.center-heading p {
  color: var(--muted);
  font-size: 17px;
  margin: 0;
}

/* SECTION 2 — PROOF SHOWCASE */
.proof-section {
  background: white;
}

.proof-copy-box {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 28px;
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 16px;
  color: var(--ink);
  font-weight: 500;
}

.storefront-card {
  background: var(--navy-2);
  border-radius: 28px;
  padding: 35px;
  color: white;
  box-shadow: var(--shadow);
  border: 1px solid rgba(231, 169, 21, 0.25);
}

.storefront-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 15px;
}

.storefront-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--gold);
}

.live-indicator {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.2);
}

.storefront-tag {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  padding: 6px 16px;
  border-radius: 99px;
}

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

.product-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 24px;
  position: relative;
  transition: transform 0.2s, border-color 0.2s;
}

.product-item:hover {
  transform: translateY(-4px);
  border-color: rgba(231, 169, 21, 0.4);
}

.product-tag {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 99px;
  text-transform: uppercase;
}

.product-tag.bestseller {
  background: var(--gold);
  color: var(--navy-2);
}

.product-tag.amazon-choice {
  background: #232f3e;
  color: #febd69;
  border: 1px solid #febd69;
}

.product-tag.popular {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}

.product-icon {
  font-size: 34px;
  margin-bottom: 12px;
}

.product-item h3 {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  margin: 0 0 6px;
  color: white;
}

.product-sub {
  font-size: 12px;
  color: #aebecf;
  margin: 0 0 16px;
}

.product-meta {
  font-size: 12px;
  color: white;
  margin-bottom: 8px;
}

.stars {
  color: var(--gold);
}

.product-sales {
  font-size: 11px;
  color: #ffd666;
  font-weight: 700;
  margin-bottom: 12px;
}

.stock-status {
  font-size: 11px;
  color: var(--green);
  font-weight: 600;
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  padding-top: 10px;
}

.storefront-footer {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.storefront-badge-note {
  font-size: 14px;
  color: #d1deea;
}

.storefront-badge-note strong {
  color: var(--gold);
}

/* SECTION 3 — NASEEF'S STORY & TIMELINE */
.story-section {
  background: var(--cream);
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.story-copy h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.1;
  color: var(--navy);
  margin: 10px 0 22px;
}

.story-copy h2 span {
  color: var(--gold-dark);
}

.story-copy p {
  color: var(--muted);
  font-size: 16px;
  margin-bottom: 16px;
}

.timeline-box {
  background: white;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid var(--line);
  box-shadow: 0 16px 45px rgba(0,0,0,0.05);
}

.timeline-box h3 {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: var(--navy);
  margin: 0 0 24px;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 10px;
  display: inline-block;
}

.timeline-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.timeline-step {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 14px;
  border-radius: 14px;
  background: var(--cream);
  border: 1px solid rgba(0,0,0,0.04);
}

.timeline-step.highlight {
  background: var(--navy);
  color: white;
  border-color: var(--gold);
}

.timeline-step.highlight .step-num {
  background: var(--gold);
  color: var(--navy-2);
}

.timeline-step.highlight .step-content span {
  color: #cad8e6;
}

.step-num {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #e8ecf1;
  color: var(--navy);
  font-weight: 800;
  font-size: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.step-content strong {
  display: block;
  font-size: 14px;
}

.step-content span {
  display: block;
  font-size: 11px;
  color: var(--muted);
}

/* SECTION 4 — WHY LEARN FROM NASEEF? */
.why-section {
  background: white;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.why-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 35px 28px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: rgba(231, 169, 21, 0.4);
}

.why-num {
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: var(--gold-dark);
  line-height: 1;
  margin-bottom: 16px;
}

.why-card h3 {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  margin: 0 0 12px;
  color: var(--navy);
}

.why-card p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}

/* SECTION 5 — THE BEGINNER'S PROBLEM */
.problem-section {
  background: var(--cream-dark);
}

.problem-subhead {
  font-size: 20px;
  color: var(--navy);
}

.problem-subhead strong {
  color: #b91c1c;
  background: #fee2e2;
  padding: 2px 8px;
  border-radius: 6px;
}

.problem-intro-box {
  text-align: center;
  font-size: 17px;
  color: var(--navy);
  margin-bottom: 30px;
}

.questions-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-bottom: 35px;
}

.q-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 14px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.03);
}

.q-card span {
  font-size: 24px;
  display: block;
  margin-bottom: 8px;
}

.q-card p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
}

.problem-conclusion {
  background: var(--navy);
  color: white;
  border-radius: 20px;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: var(--shadow);
}

.conclusion-icon {
  font-size: 32px;
  flex-shrink: 0;
}

.problem-conclusion strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 19px;
  color: var(--gold);
  margin-bottom: 4px;
}

.problem-conclusion span {
  font-size: 14px;
  color: #d1deea;
}

/* SECTION 6 — CURRICULUM (MODULES) */
.dark-section {
  background: var(--navy);
  color: white;
}

.dark-section .section-kicker {
  color: #d5dfe8;
}

.dark-section .section-kicker.gold {
  color: var(--gold);
}

.split-heading {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: flex-end;
  margin-bottom: 50px;
}

.split-heading h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(32px, 3.8vw, 50px);
  margin: 10px 0 0;
  color: white;
}

.split-heading h2 em {
  font-style: normal;
  color: var(--gold);
}

.split-heading p {
  max-width: 420px;
  color: #c2ced9;
  font-size: 16px;
}

.modules {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.module {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.module.featured {
  background: linear-gradient(145deg, rgba(231, 169, 21, 0.14), rgba(255, 255, 255, 0.035));
  border-color: rgba(231, 169, 21, 0.38);
}

.module span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--gold);
}

.module h3 {
  font-family: "Manrope", sans-serif;
  font-size: 26px;
  margin: 12px 0 8px;
  color: white;
}

.module p {
  color: #c3cfda;
  font-size: 14px;
}

.module ul {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.module li {
  font-size: 11px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 6px 12px;
  border-radius: 99px;
  color: #d7e0e8;
  background: rgba(255,255,255,0.03);
}

/* SECTION 7 — INSIDE THE BUSINESS */
.inside-business-section {
  background: white;
}

.inside-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.inside-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 32px;
  transition: transform 0.2s;
}

.inside-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
}

.inside-icon {
  font-size: 32px;
  margin-bottom: 16px;
}

.inside-card h3 {
  font-family: "Manrope", sans-serif;
  font-size: 19px;
  color: var(--navy);
  margin: 0 0 10px;
}

.inside-card p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}

/* SECTION 8 — TESTIMONIALS */
.testimonials-section {
  background: var(--cream-dark);
}

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

.t-card {
  margin: 0;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.t-card p {
  font-size: 15px;
  color: #334155;
  margin: 14px 0 20px;
  line-height: 1.6;
  font-style: italic;
}

.t-card footer b {
  display: block;
  font-size: 13px;
  color: var(--navy);
}

.t-card footer span {
  display: block;
  font-size: 11px;
  color: var(--muted);
}

/* SECTION 9 — TARGETING (FOR vs NOT FOR) */
.targeting-section {
  background: white;
}

.targeting-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.target-card {
  border-radius: 26px;
  padding: 38px;
  border: 1px solid var(--line);
}

.for-card {
  background: var(--green-bg);
  border-color: rgba(16, 185, 129, 0.3);
}

.not-for-card {
  background: var(--red-bg);
  border-color: rgba(239, 68, 68, 0.3);
}

.target-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.target-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--green);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 16px;
}

.target-icon.cross {
  background: var(--red);
}

.target-header h3 {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  margin: 0;
  color: var(--navy);
}

.target-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.target-card li {
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.5;
}

/* SECTION 10 — CAPITAL QUESTION */
.capital-section {
  background: var(--cream);
  padding: 60px 0;
}

.capital-box {
  background: white;
  border: 2px solid var(--navy);
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
}

.capital-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--navy-2);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 5px 14px;
  border-radius: 99px;
  margin-bottom: 14px;
}

.capital-box h2 {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  color: var(--navy);
  margin: 0 0 16px;
}

.capital-box p {
  color: var(--muted);
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
}

/* SECTION 11 — OFFER & PRICE */
.offer-section {
  background: var(--navy-2);
  color: white;
}

.offer {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
  align-items: center;
}

.offer .section-kicker {
  color: var(--gold);
}

.offer h2 {
  font-size: clamp(36px, 4vw, 56px);
  font-family: "Manrope", sans-serif;
  margin: 10px 0 16px;
}

.offer-copy > p {
  color: #c3cfda;
  max-width: 580px;
  font-size: 16px;
}

.bonus-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 28px;
  color: #e4ebf0;
  font-size: 14px;
  font-weight: 500;
}

.price-card {
  background: white;
  color: var(--navy);
  padding: 35px;
  border-radius: 26px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.timer-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  color: #9a7107;
  text-align: center;
  margin-bottom: 10px;
}

.countdown-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 1;
  color: var(--navy);
  margin-bottom: 14px;
}

.countdown-box span {
  min-width: 58px;
  padding: 10px 6px;
  text-align: center;
  background: var(--gold-light);
  border-radius: 12px;
}

.countdown-box b {
  color: var(--gold-dark);
  font-size: 28px;
}

.price-wrap {
  text-align: center;
}

.price-wrap .old-price {
  display: block;
  text-decoration: line-through;
  color: #8a949e;
  font-size: 12px;
  margin-bottom: 2px;
}

.price-wrap .price {
  font-family: "Manrope", sans-serif;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin: 0;
  color: var(--navy);
}

.price-wrap .price small {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #7a8794;
}

.price-card p {
  color: var(--muted);
  font-size: 13px;
  margin: 14px 0 20px;
  text-align: center;
}

.secure {
  display: block;
  text-align: center;
  color: #7c8792;
  font-size: 11px;
  margin-top: 14px;
}

.price-card.expired .timer-label {
  color: #b0473d;
}

.price-card.expired .countdown-box span {
  background: #f2e7e5;
  color: #9a3d34;
}

.price-card.expired .countdown-box {
  color: #9a3d34;
}

.price-card.expired .price {
  color: #9a3d34;
}

.price-card.expired .btn-gold {
  background: var(--navy);
  color: white;
  box-shadow: none;
}

/* SECTION 12 — FAQ */
.faq {
  background: white;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
}

.faq-grid h2 {
  font-family: "Manrope", sans-serif;
  font-size: 38px;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--navy);
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary:after {
  content: "+";
  color: var(--gold-dark);
  font-size: 24px;
  font-weight: 400;
}

.faq-list details[open] summary:after {
  content: "−";
}

.faq-list p {
  color: var(--muted);
  font-size: 14px;
  max-width: 650px;
  margin-top: 10px;
  line-height: 1.6;
}

/* SECTION 13 — FINAL CTA */
.final-cta {
  background: linear-gradient(135deg, #f4c12c, #e5a40e);
  padding: 60px 0;
}

.final-inner {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  gap: 30px;
}

.final-inner img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(15%) sepia(12%) saturate(2104%) hue-rotate(170deg) brightness(87%);
}

.final-inner .section-kicker {
  margin: 0 0 6px;
  color: var(--navy);
}

.final-inner h2 {
  font-family: "Manrope", sans-serif;
  margin: 0;
  font-size: 32px;
  color: var(--navy-2);
}

.final-inner p {
  margin: 6px 0 0;
  color: #334155;
  max-width: 600px;
  font-size: 15px;
}

/* STICKY MOBILE CTA BAR */
.mobile-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(14, 33, 53, 0.95);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(231, 169, 21, 0.3);
  padding: 10px 16px;
  z-index: 1000;
  align-items: center;
  justify-content: space-between;
}

.mobile-cta-info strong {
  display: block;
  color: white;
  font-size: 13px;
}

.mobile-cta-info span {
  display: block;
  font-size: 12px;
  color: var(--gold);
  font-weight: 700;
}

.mobile-cta-info del {
  color: #94a3b8;
  font-size: 10px;
  margin-left: 4px;
}

/* FOOTER */
footer {
  background: #091a2b;
  color: #aebdca;
  padding: 30px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.footer-brand b {
  color: white;
  display: block;
}

.footer-brand span {
  font-size: 10px;
  display: block;
  color: #8fa0b0;
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a:hover {
  color: white;
}

/* RESPONSIVE MEDIA QUERIES & MOBILE OPTIMIZATIONS */
@media (max-width: 992px) {
  .hero-grid, .story-grid, .offer, .targeting-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-visual {
    order: -1; /* Show Naseef & Storefront proof early on mobile! */
  }

  .visual-card {
    max-width: 100%;
  }

  .storefront-grid, .why-grid, .inside-grid, .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .questions-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .floating-brand-badge {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 15px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .container {
    width: min(100% - 32px, 1160px);
  }

  .section {
    padding: 55px 0;
  }

  .nav-wrap {
    height: 72px;
  }

  .nav {
    height: 72px;
  }

  .brand img {
    height: 44px;
    width: auto;
  }

  .brand-text strong {
    font-size: 18px;
  }

  .brand-text span {
    font-size: 9px;
    letter-spacing: 0.18em;
  }

  .nav-links {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .nav > .btn {
    display: none;
  }

  .hero {
    padding: 40px 0 60px;
  }

  .hero h1 {
    font-size: clamp(28px, 7.5vw, 42px);
    line-height: 1.15;
    margin-bottom: 16px;
  }

  .hero-lead {
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin: 22px 0 16px;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 52px;
    font-size: 15px;
  }

  .text-link {
    text-align: center;
    padding: 8px 0;
    display: block;
  }

  .proof-tags {
    flex-direction: column;
    gap: 6px;
  }

  .portrait-wrapper {
    height: 320px;
  }

  .storefront-card {
    padding: 20px;
    border-radius: 20px;
  }

  .storefront-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .storefront-grid, .why-grid, .inside-grid, .testimonials-grid, .modules {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .split-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
  }

  .split-heading h2 {
    font-size: 28px;
  }

  .questions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .q-card {
    padding: 14px 10px;
  }

  .q-card span {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .q-card p {
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.footer-brand b {
  color: white;
  display: block;
}

.footer-brand span {
  font-size: 10px;
  display: block;
  color: #8fa0b0;
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a:hover {
  color: white;
}

/* RESPONSIVE MEDIA QUERIES & MOBILE OPTIMIZATIONS */
@media (max-width: 992px) {
  .hero-grid, .story-grid, .offer, .targeting-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-visual {
    order: -1; /* Show Naseef & Storefront proof early on mobile! */
  }

  .visual-card {
    max-width: 100%;
  }

  .storefront-grid, .why-grid, .inside-grid, .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .questions-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .floating-brand-badge {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 15px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .container {
    width: min(100% - 32px, 1160px);
  }

  .section {
    padding: 55px 0;
  }

  .nav-wrap {
    height: 72px;
  }

  .nav {
    height: 72px;
  }

  .brand img {
    height: 44px;
    width: auto;
  }

  .brand-text strong {
    font-size: 18px;
  }

  .brand-text span {
    font-size: 9px;
    letter-spacing: 0.18em;
  }

  .nav-links {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .nav > .btn {
    display: none;
  }

  .hero {
    padding: 40px 0 60px;
  }

  .hero h1 {
    font-size: clamp(28px, 7.5vw, 42px);
    line-height: 1.15;
    margin-bottom: 16px;
  }

  .hero-lead {
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin: 22px 0 16px;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 52px;
    font-size: 15px;
  }

  .text-link {
    text-align: center;
    padding: 8px 0;
    display: block;
  }

  .proof-tags {
    flex-direction: column;
    gap: 6px;
  }

  .portrait-wrapper {
    height: 380px;
  }

  .storefront-card {
    padding: 20px;
    border-radius: 20px;
  }

  .storefront-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .storefront-grid, .why-grid, .inside-grid, .testimonials-grid, .modules {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .split-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
  }

  .split-heading h2 {
    font-size: 28px;
  }

  .questions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .q-card {
    padding: 14px 10px;
  }

  .q-card span {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .q-card p {
    font-size: 12px;
  }

  .problem-conclusion {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 12px;
  }

  .target-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .target-card li {
    font-size: 14px;
  }

  .capital-box {
    padding: 25px 18px;
    border-radius: 20px;
  }

  .capital-box h2 {
    font-size: 22px;
  }

  .capital-box p {
    font-size: 14px;
  }

  .bonus-list {
    grid-template-columns: 1fr;
    gap: 10px;
    font-size: 13px;
  }

  .price-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .countdown-box {
    font-size: 34px;
  }

  .countdown-box span {
    min-width: 48px;
    padding: 8px 4px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .faq-grid h2 {
    font-size: 28px;
  }

  .faq-list summary {
    font-size: 15px;
  }

  .final-cta {
    padding: 45px 0;
  }

  .final-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 18px;
  }

  .final-inner img {
    display: none;
  }

  .final-inner h2 {
    font-size: 26px;
  }

  .final-inner p {
    margin: 6px auto;
    font-size: 14px;
  }

  .mobile-sticky-cta {
    display: flex !important;
    padding: 10px 16px;
    padding-bottom: max(10px, env(safe-area-inset-bottom));
  }

  footer {
    padding-bottom: 80px; /* Space above sticky CTA */
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
}

@media (max-width: 600px) {
  .announcement {
    height: auto;
    min-height: 48px;
    padding: 8px 12px;
  }

  .announcement-content {
    gap: 8px 10px;
    font-size: 11px;
  }

  .announcement-timer {
    font-size: 17px;
    padding: 3px 10px;
    min-width: 62px;
  }

  .announcement-btn {
    padding: 5px 14px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {

  .hero h1 {
    font-size: 26px;
  }

  .questions-grid {
    grid-template-columns: 1fr;
  }

  .center-heading h2 {
    font-size: 24px;
  }

  .center-heading p {
    font-size: 14px;
  }

  .storefront-tag {
    font-size: 13px;
    padding: 4px 12px;
  }

  .product-item {
    padding: 16px;
  }

  .why-card, .inside-card, .module, .t-card {
    padding: 20px;
    border-radius: 18px;
  }

  .price-wrap .price {
    font-size: 38px;
  }
}

/* ==========================================================================
   CHECKOUT MODAL & HDFC SMARTGATEWAY STYLING
   ========================================================================== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(9, 26, 43, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-overlay.active {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.modal-card {
  background: var(--navy-2);
  width: 100%;
  max-width: 460px;
  border-radius: 24px;
  padding: 30px 28px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(231, 169, 21, 0.3);
  color: white;
  position: relative;
  transform: scale(0.94) translateY(10px);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  max-height: 90vh;
  overflow-y: auto;
}

.modal-overlay.active .modal-card {
  transform: scale(1) translateY(0);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.modal-header {
  text-align: center;
  margin-bottom: 18px;
}

.modal-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(231, 169, 21, 0.15);
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  border-radius: 99px;
  margin-bottom: 8px;
}

.modal-header h3 {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  margin: 0 0 6px;
  color: white;
}

.modal-subtitle {
  font-size: 13px;
  color: #aebecf;
  margin: 0;
}

.modal-summary {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 14px 18px;
  margin-bottom: 20px;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summary-info strong {
  display: block;
  font-size: 14px;
  color: white;
}

.summary-info small {
  display: block;
  font-size: 11px;
  color: #aebecf;
  margin-top: 2px;
}

.summary-price {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: var(--gold);
}

.checkout-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-size: 12px;
  font-weight: 700;
  color: #d1deea;
  display: flex;
  align-items: center;
  gap: 6px;
}

.form-group label i {
  color: var(--gold);
}

.form-group input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 12px 14px;
  color: white;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}

.form-group input::placeholder {
  color: #64748b;
}

.form-group input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(231, 169, 21, 0.2);
}

.phone-grid {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 16px;
}

.form-select-input {
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 14px 28px 14px 44px !important;
  color: white;
  font-size: 14.5px;
  font-family: inherit;
  font-weight: 600;
  outline: none;
  transition: all 0.25s ease;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23e7a915' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.form-select-input:focus {
  background-color: rgba(255, 255, 255, 0.07);
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(231, 169, 21, 0.2);
}

.form-select-input option {
  background: #0e2135;
  color: white;
  font-weight: 600;
  padding: 10px;
}

@media (max-width: 480px) {
  .phone-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.phone-input-wrap {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 0.2s;
}

.phone-input-wrap:focus-within {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(231, 169, 21, 0.2);
}

.country-prefix,
.country-select {
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold);
  font-weight: 700;
  font-size: 14px;
  padding: 12px 28px 12px 14px;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  outline: none;
  cursor: pointer;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23e7a915' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  transition: background-color 0.2s;
}

.country-select:focus {
  background-color: rgba(255, 255, 255, 0.14);
}

.country-select option {
  background: #0e2135;
  color: white;
  font-weight: 600;
  padding: 8px;
}

.phone-input-wrap input {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.field-error {
  color: #f87171;
  font-size: 11px;
  display: block;
  margin-top: 2px;
}

.form-alert {
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #fca5a5;
}

.modal-submit-btn {
  margin-top: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-trust-footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.hdfc-badge-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 11px;
  color: #aebecf;
  margin-bottom: 8px;
}

.hdfc-badge-wrap strong {
  color: white;
}

.trust-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  font-size: 10px;
  color: #94a3b8;
}

