/* MySyara — Payment Plans page styles
   Adapted from the EIP flyer; scoped to .eip-page so the v5 site header/footer
   remain full-width. Includes mobile/tablet breakpoints and a print mode. */

.eip-page *, .eip-page *::before, .eip-page *::after { box-sizing: border-box; margin: 0; padding: 0; }

.eip-page {
  --brand:         #EC008C;
  --brand-dark:    #AD0067;
  --brand-deep:    #7D004E;
  --brand-mid:     #FF4DB8;
  --brand-pale:    #FFF0F8;
  --brand-light:   #FFE0F2;
  --brand-border:  #FFB3DF;
  --white:         #FFFFFF;
  --bg:            #F8FAFC;
  --bg-alt:        #FFF5FA;
  --card:          #FFFFFF;
  --text:          #1F2937;
  --text-mid:      #4B5563;
  --text-muted:    #9CA3AF;
  --border:        #E6E9EF;
  --border-mid:    #D1D5DB;

  --enbd:   #00AEAA;
  --liv:    #0066FF;
  --mashreq:#CF0A2C;
  --fab:    #004A97;
  --rak:    #E2231A;
  --adcb:   #E30613;
  --hsbc:   #DB0011;
  --tabby:  #3DB87F;
  --tamara: #26263A;
  --yusr:   #16A34A;
  --ul:     #F97316;

  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--white);
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.eip-page { scroll-behavior: smooth; }

.eip-page h1, .eip-page h2, .eip-page h3, .eip-page h4 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.5px;
}
.eip-page .section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 12px;
}
.eip-page .section-label::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: var(--brand);
  border-radius: 2px;
}

/* ── HERO ───────────────────────── */
.eip-page .hero {
  background: #fff;
  padding: 56px 60px 64px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.eip-page .hero-bg-circle-1 {
  position: absolute;
  width: 480px; height: 480px;
  border-radius: 50%;
  border: 1.5px solid var(--brand-light);
  right: -80px; bottom: -180px;
  pointer-events: none;
}
.eip-page .hero-bg-circle-2 {
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  border: 1px solid var(--brand-border);
  right: 10px; bottom: -80px;
  pointer-events: none;
}
.eip-page .hero-bg-glow {
  position: absolute;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(236,0,140,0.07) 0%, transparent 65%);
  right: 0; bottom: -60px;
  pointer-events: none;
}

.eip-page .hero-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  position: relative;
  z-index: 1;
}
.eip-page .hero-copy { flex: 1; min-width: 0; }

.eip-page .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--brand-pale);
  border: 1px solid var(--brand-border);
  border-radius: 100px;
  padding: 5px 14px 5px 8px;
  margin-bottom: 24px;
}
.eip-page .hero-eyebrow-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 6px var(--brand-mid);
}
.eip-page .hero-eyebrow-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--brand);
}

.eip-page .hero-h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: #1F2937;
  margin-bottom: 20px;
}
.eip-page .hero-h1 span { color: var(--brand); }

.eip-page .hero-p {
  font-size: 15px;
  color: #4B5563;
  line-height: 1.65;
  margin-bottom: 16px;
  max-width: 480px;
  font-weight: 400;
}
.eip-page .hero-p strong { color: #1F2937; font-weight: 600; }

.eip-page .hero-zero {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 20px;
}
.eip-page .hero-zero-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: var(--brand);
  letter-spacing: -1px;
  line-height: 1;
}
.eip-page .hero-zero-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #4B5563;
  letter-spacing: 0.2px;
}

.eip-page .hero-provider-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.eip-page .hero-provider-row {
  display: flex;
  align-items: center;
  gap: 0;
  background: #F8FAFC;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.eip-page .hero-provider-label {
  padding: 10px 14px;
  border-right: 1px solid var(--border);
  min-width: 148px;
  flex-shrink: 0;
}
.eip-page .hero-provider-label-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F2937;
  line-height: 1.2;
}
.eip-page .hero-provider-label-sub {
  font-size: 10px;
  color: var(--text-muted);
  margin-top: 2px;
  line-height: 1.3;
}
.eip-page .hero-provider-logos {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  flex-wrap: wrap;
}
.eip-page .hero-logo-img {
  height: 26px;
  object-fit: contain;
  display: block;
}
.eip-page .hero-logo-img-sm {
  height: 20px;
  object-fit: contain;
  display: block;
}
.eip-page .hero-bank-chip {
  height: 26px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  flex-shrink: 0;
  overflow: hidden;
}
.eip-page .hero-bank-chip img {
  height: 15px;
  object-fit: contain;
  max-width: 58px;
}
.eip-page .hero-provider-divider {
  width: 1px;
  height: 20px;
  background: var(--border);
  flex-shrink: 0;
  margin: 0 2px;
}

.eip-page .hero-badge {
  flex-shrink: 0;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--brand) 0%, var(--brand-dark) 100%);
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 8px;
  box-shadow: 0 20px 60px rgba(236,0,140,0.28), 0 4px 16px rgba(236,0,140,0.18);
}
.eip-page .hero-badge::before {
  content: '';
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 1.5px solid var(--brand-border);
}
.eip-page .hero-badge::after {
  content: '';
  position: absolute;
  inset: -26px;
  border-radius: 50%;
  border: 1px solid var(--brand-light);
}
.eip-page .badge-main {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.eip-page .badge-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  letter-spacing: -3px;
}
.eip-page .badge-pct {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: rgba(255,255,255,0.82);
  line-height: 1;
  margin-bottom: 8px;
}
.eip-page .badge-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-top: 8px;
}

/* ── MAIN CONTENT ───────────────── */
.eip-page .main {
  background: var(--bg);
  padding: 0 0 60px;
}

.eip-page .section { padding: 56px 60px 0; }
.eip-page .section + .section { padding-top: 48px; }

.eip-page .section-header { margin-bottom: 28px; }
.eip-page .section-h2 {
  font-size: 26px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.2;
}
.eip-page .section-desc {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.6;
  max-width: 640px;
}
.eip-page .section-desc a {
  color: var(--brand);
  text-decoration: none;
}

/* ── BANK GROUP (UL EIP) ────────── */
.eip-page .bank-group {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--white);
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.eip-page .bank-group-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
}
.eip-page .bank-group-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 100px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.eip-page .tag-auto  { background: #EEF2FF; color: #4338CA; }
.eip-page .tag-app   { background: #ECFDF5; color: #065F46; }
.eip-page .tag-call  { background: #FFF7ED; color: #9A3412; }

.eip-page .bank-group-desc {
  font-size: 12px;
  color: var(--text-muted);
  margin-left: 4px;
}

.eip-page .bank-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.eip-page .bank-card {
  padding: 20px 24px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
}
.eip-page .bank-card:nth-child(even) { border-right: none; }
.eip-page .bank-card:last-child,
.eip-page .bank-card:nth-last-child(2):nth-child(odd) { border-bottom: none; }
.eip-page .bank-card:nth-last-child(1) { border-bottom: none; }
.eip-page .bank-card:nth-last-child(2) { border-bottom: none; }

.eip-page .bank-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.eip-page .bank-logo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.eip-page .bank-icon {
  width: 32px; height: 32px;
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.3px;
  flex-shrink: 0;
}
.eip-page .bank-logo-img {
  height: 28px;
  max-width: 96px;
  object-fit: contain;
  background: #fff;
  border-radius: 6px;
  padding: 4px 8px;
  border: 1px solid #e5e7eb;
  flex-shrink: 0;
}
.eip-page .bank-icon-on-color {
  height: 28px;
  min-width: 64px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 7px;
  flex-shrink: 0;
  overflow: hidden;
}
.eip-page .bank-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
}
.eip-page .bank-name small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: var(--text-muted);
  margin-top: 1px;
  letter-spacing: 0;
}

.eip-page .tenure-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 14px;
}
.eip-page .chip {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 100px;
  border: 1px solid var(--border);
  color: var(--text-mid);
  background: var(--white);
}

.eip-page .fee-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.eip-page .fee-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
}
.eip-page .fee-value {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.5px;
}
.eip-page .fee-value.fee-free { color: #059669; }
.eip-page .fee-note {
  font-size: 10px;
  color: var(--text-muted);
  margin-top: 2px;
}
.eip-page .bank-contact {
  font-size: 11px;
  margin-top: 8px;
}
.eip-page .bank-contact a {
  color: var(--brand);
  font-weight: 600;
  text-decoration: none;
}
.eip-page .bank-contact a:hover { text-decoration: underline; }

/* Timing notice */
.eip-page .timing-notice {
  margin-top: 16px;
  background: var(--bg-alt);
  border: 1px solid var(--brand-border);
  border-radius: 10px;
  padding: 14px 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.eip-page .timing-icon {
  width: 32px; height: 32px;
  background: var(--brand-light);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 15px;
}
.eip-page .timing-text {
  font-size: 13px;
  color: var(--text-mid);
  line-height: 1.55;
}
.eip-page .timing-text strong {
  color: var(--text);
  font-weight: 600;
}

/* ── ADCB DIRECT ────────────────── */
.eip-page .adcb-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.eip-page .adcb-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(135deg, #fff5f5 0%, #fff 60%);
  flex-wrap: wrap;
  gap: 12px;
}
.eip-page .adcb-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.eip-page .adcb-info-cell {
  padding: 20px 24px;
  border-right: 1px solid var(--border);
}
.eip-page .adcb-info-cell:last-child { border-right: none; }
.eip-page .adcb-info-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
  margin-bottom: 6px;
}
.eip-page .adcb-info-value {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.3px;
}
.eip-page .adcb-info-value.green { color: #059669; }
.eip-page .adcb-info-sub {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 3px;
}
.eip-page .adcb-notice {
  padding: 14px 24px;
  background: #FFF7ED;
  border-top: 1px solid #FED7AA;
  font-size: 12px;
  color: #92400E;
  line-height: 1.5;
}
.eip-page .adcb-notice strong { font-weight: 600; }
.eip-page .adcb-notice a { color: #92400E; font-weight: 700; text-decoration: underline; }

/* ── BNPL (Tabby + Tamara) ───────── */
.eip-page .bnpl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.eip-page .bnpl-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
}
.eip-page .bnpl-header {
  padding: 20px 24px 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
}
.eip-page .bnpl-header-tabby  { background: linear-gradient(135deg, #F0FDF4 0%, #fff 100%); border-bottom: 1px solid #BBF7D0; }
.eip-page .bnpl-header-tamara { background: linear-gradient(135deg, #FFF0F8 0%, #fff 100%); border-bottom: 1px solid var(--brand-border); }

.eip-page .bnpl-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  height: 64px;
}
.eip-page .bnpl-logo-mark {
  width: 36px; height: 36px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 900;
  color: #fff;
}
.eip-page .bnpl-logo-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.3px;
}
.eip-page .bnpl-logo-tagline {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 400;
  margin-top: 1px;
}

.eip-page .bnpl-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.eip-page .bnpl-plan-pill {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 8px;
  border: 1.5px solid;
}
.eip-page .pill-tabby  { border-color: var(--tabby);  color: var(--tabby);  background: #F0FDF4; }
.eip-page .pill-tamara { border-color: var(--brand); color: var(--brand); background: var(--brand-pale); }

.eip-page .bnpl-body {
  padding: 18px 24px;
  flex: 1;
}
.eip-page .bnpl-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--border);
}
.eip-page .bnpl-feature:last-child { border-bottom: none; }
.eip-page .bnpl-feature-icon {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
  margin-top: 1px;
}
.eip-page .icon-green  { background: #DCFCE7; color: #16A34A; }
.eip-page .icon-purple { background: var(--brand-light); color: var(--brand); }
.eip-page .icon-blue   { background: #DBEAFE; color: #1D4ED8; }
.eip-page .icon-amber  { background: #FEF3C7; color: #D97706; }
.eip-page .icon-red    { background: #FEE2E2; color: #DC2626; }
.eip-page .bnpl-feature-text {
  font-size: 13px;
  color: var(--text-mid);
  line-height: 1.45;
}
.eip-page .bnpl-feature-text strong {
  font-weight: 600;
  color: var(--text);
  display: block;
  margin-bottom: 1px;
}

.eip-page .bnpl-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 12px;
  padding: 12px 24px;
  background: var(--bg);
  border-top: 1px solid var(--border);
  font-size: 12px;
  line-height: 1.5;
}
.eip-page .bnpl-footer-note {
  color: var(--text-muted);
}
.eip-page .bnpl-footer-link {
  color: var(--brand);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.eip-page .bnpl-footer-link:hover,
.eip-page .bnpl-footer-link:focus {
  text-decoration: underline;
}

/* ── YUSR ───────────────────────── */
.eip-page .yusr-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.eip-page .yusr-top {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--border);
}
.eip-page .yusr-brand {
  background: #111827;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 200px;
}
.eip-page .yusr-logo-mark {
  width: 48px; height: 48px;
  border-radius: 10px;
  background: var(--yusr);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
}
.eip-page .yusr-logo-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.5px;
}
.eip-page .yusr-logo-tagline {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  margin-top: 4px;
}

.eip-page .yusr-plans {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.eip-page .yusr-plan {
  padding: 24px 28px;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.eip-page .yusr-plan:last-child { border-right: none; }
.eip-page .yusr-plan-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-muted);
}
.eip-page .yusr-plan-months {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: var(--text);
  letter-spacing: -1px;
  line-height: 1;
}
.eip-page .yusr-plan-months span {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-mid);
  letter-spacing: 0;
}
.eip-page .yusr-plan-fee {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #FEF9C3;
  border: 1px solid #FDE047;
  border-radius: 100px;
  padding: 3px 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #854D0E;
  width: fit-content;
  margin-top: 2px;
}

.eip-page .yusr-how {
  padding: 20px 28px;
  border-bottom: 1px solid var(--border);
}
.eip-page .yusr-how-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.eip-page .yusr-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  position: relative;
  flex-wrap: wrap;
}
.eip-page .yusr-steps::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  height: 2px;
  background: var(--border);
  z-index: 0;
}
.eip-page .yusr-step {
  flex: 1;
  min-width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.eip-page .yusr-step-num {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--yusr);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid var(--white);
  box-shadow: 0 0 0 1px var(--yusr);
}
.eip-page .yusr-step-text {
  font-size: 11px;
  color: var(--text-mid);
  line-height: 1.4;
  font-weight: 500;
  max-width: 90px;
}
.eip-page .yusr-advisory {
  padding: 14px 28px;
  background: #F0FDF4;
  font-size: 12px;
  color: #14532D;
  line-height: 1.5;
}
.eip-page .yusr-advisory strong { font-weight: 600; }

/* ── NOTICE / INFO CARDS ────────── */
.eip-page .notice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}
.eip-page .notice-card {
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.5;
}
.eip-page .notice-warn {
  background: #FFFBEB;
  border: 1px solid #FCD34D;
  color: #78350F;
}
.eip-page .notice-info {
  background: #EFF6FF;
  border: 1px solid #BFDBFE;
  color: #1E3A5F;
}
.eip-page .notice-card-icon { font-size: 16px; flex-shrink: 0; margin-top: 1px; }

/* ── DIVIDER ────────────────────── */
.eip-page .section-divider {
  height: 1px;
  background: var(--border);
  margin: 0 60px;
}

/* ── DISCLAIMER (legal copy section) ─ */
.eip-page .disclaimer-section {
  padding: 40px 60px 20px;
  background: var(--bg);
}
.eip-page .disclaimer {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.7;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px 24px;
}
.eip-page .disclaimer h3 {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.eip-page .disclaimer a { color: var(--brand); text-decoration: none; }

/* ───── RESPONSIVE: tablet & below ───── */
@media (max-width: 880px) {
  .eip-page .hero { padding: 36px 24px 40px; }
  .eip-page .hero-inner { flex-direction: column; align-items: center; gap: 24px; }
  .eip-page .hero-copy { text-align: left; width: 100%; }
  .eip-page .hero-h1 { font-size: 36px; }
  .eip-page .hero-badge { order: -1; margin-top: 0; }
  .eip-page .hero-bg-circle-1, .eip-page .hero-bg-circle-2, .eip-page .hero-bg-glow { display: none; }
  .eip-page .hero-provider-row { flex-direction: column; align-items: stretch; }
  .eip-page .hero-provider-label { border-right: none; border-bottom: 1px solid var(--border); min-width: 0; }
  .eip-page .hero-provider-logos { padding: 12px 14px; }

  .eip-page .section { padding: 36px 24px 0; }
  .eip-page .section + .section { padding-top: 28px; }
  .eip-page .section-h2 { font-size: 22px; }

  .eip-page .bnpl-grid,
  .eip-page .bank-cards,
  .eip-page .yusr-plans,
  .eip-page .notice-grid {
    grid-template-columns: 1fr;
  }
  .eip-page .adcb-info { grid-template-columns: 1fr 1fr; }
  .eip-page .adcb-info-cell:nth-child(2) { border-right: none; }

  .eip-page .bank-card { border-right: none; }
  .eip-page .bank-card:last-child { border-bottom: none; }
  .eip-page .yusr-plan { border-right: none; border-bottom: 1px solid var(--border); }
  .eip-page .yusr-plan:last-child { border-bottom: none; }

  .eip-page .yusr-top { flex-direction: column; }
  .eip-page .yusr-brand { min-width: 0; padding: 20px 24px; flex-direction: row; align-items: center; gap: 14px; }
  .eip-page .yusr-logo-mark { margin-bottom: 0; }

  .eip-page .section-divider { margin: 0 24px; }
  .eip-page .disclaimer-section { padding: 28px 24px 16px; }

  .eip-page .adcb-card-top { padding: 16px 20px; }
  .eip-page .adcb-info-cell { padding: 16px 18px; }
}

@media (max-width: 480px) {
  .eip-page .hero-h1 { font-size: 28px; }
  .eip-page .hero-badge { width: 150px; height: 150px; }
  .eip-page .badge-num { font-size: 64px; }
  .eip-page .badge-pct { font-size: 28px; }
  .eip-page .hero-zero-num { font-size: 28px; }
  .eip-page .section-h2 { font-size: 19px; }
  .eip-page .adcb-info { grid-template-columns: 1fr; }
  .eip-page .adcb-info-cell { border-right: none; border-bottom: 1px solid var(--border); }
  .eip-page .adcb-info-cell:last-child { border-bottom: none; }
}

/* ── PRINT (kept from original flyer for printable PDF) ── */
@media print {
  @page { size: A4 portrait; margin: 15mm; }
  * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
  .eip-page .hero          { break-after:  page; }
  .eip-page #tabby         { break-after:  page; }
  .eip-page #ul-eip        { break-after:  avoid; }
  .eip-page #yusr          { break-before: page; }
  .eip-page .section-divider { display: none; }

  .eip-page .hero-logo-img    { height: 20px; }
  .eip-page .hero-logo-img-sm { height: 15px; }
  .eip-page .hero-bank-chip   { height: 20px; }
  .eip-page .hero-bank-chip img { height: 12px; max-width: 44px; }
  .eip-page .hero-provider-logos { gap: 6px; padding: 8px 12px; }
  .eip-page .hero-provider-label { min-width: 120px; padding: 8px 10px; }

  .eip-page .bank-group      { break-inside: avoid; }
  .eip-page .bank-cards      { break-inside: avoid; }
  .eip-page .bank-card       { break-inside: avoid; }
  .eip-page .tnc-block       { break-inside: avoid; padding-top: 48px; }
  .eip-page .timing-notice   { break-inside: avoid; }
  .eip-page .notice-grid     { break-inside: avoid; }
  .eip-page .notice-card     { break-inside: avoid; }
  .eip-page .bnpl-card       { break-inside: avoid; }
  .eip-page .bnpl-grid       { break-inside: avoid; }
  .eip-page .adcb-card       { break-inside: avoid; }
  .eip-page .yusr-card       { break-inside: avoid; }
  .eip-page .section-header  { break-after: avoid; }
}

/* ════════════════════════════════════════════════════════════════
   PAGE CHROME — Site header & footer (NOT scoped to .eip-page)
   ════════════════════════════════════════════════════════════════ */

.pp-body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: #1F2937;
  background: #fff;
}
.pp-body * { box-sizing: border-box; }

/* ── Site header ───────────────────────────────────────────────── */
.pp-header {
  background: #ec008c;
  padding: 18px 32px;
}
.pp-header__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.pp-header__logo img {
  width: 150px;
  height: auto;
  display: block;
}
.pp-header__right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.pp-nav {
  display: flex;
  align-items: center;
}
.pp-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 22px;
}
.pp-nav__list a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
  transition: opacity 0.15s;
}
.pp-nav__list a:hover { opacity: 0.85; }
.pp-nav__list a[aria-current='page'] { font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.pp-header__cta {
  background: #fff;
  color: #ec008c;
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid #fff;
  transition: background 0.15s, color 0.15s;
}
.pp-header__cta:hover { background: transparent; color: #fff; }

.pp-nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 6px;
}
.pp-nav-toggle svg { width: 28px; height: 28px; display: block; }

@media (max-width: 880px) {
  .pp-header { padding: 14px 20px; }
  .pp-header__logo img { width: 120px; }
  .pp-nav-toggle { display: inline-flex; }
  .pp-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ec008c;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
    z-index: 50;
  }
  .pp-header { position: relative; }
  .pp-nav.is-open {
    max-height: 600px;
    padding: 12px 20px 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
  }
  .pp-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
  }
  .pp-nav__list a { font-size: 16px; }
  .pp-header__cta { display: none; }
}

/* ── Site footer ───────────────────────────────────────────────── */
.pp-footer {
  background: linear-gradient(135deg, #75064E 0%, #DB1CD5 100%);
  color: #fff;
  padding: 56px 32px 24px;
  font-size: 14px;
  line-height: 1.55;
}
.pp-footer__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
  align-items: start;
}
.pp-footer__brand img { width: 150px; height: auto; margin-bottom: 16px; }
.pp-footer__tag { color: rgba(255,255,255,0.92); margin: 0 0 18px; }
.pp-footer__social {
  display: flex;
  gap: 12px;
  align-items: center;
}
.pp-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.15s;
}
.pp-footer__social a:hover { opacity: 0.75; }
.pp-footer__social svg { width: 22px; height: 22px; fill: currentColor; }

.pp-footer__col h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: #fff;
}
.pp-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.pp-footer__links a {
  color: rgba(255,255,255,0.92);
  text-decoration: none;
}
.pp-footer__links a:hover { color: #fff; text-decoration: underline; }

.pp-footer__contact {
  margin: 0 0 12px;
  color: rgba(255,255,255,0.92);
}
.pp-footer__contact a { color: #fff; text-decoration: none; }
.pp-footer__contact a:hover { text-decoration: underline; }

.pp-footer__apps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.pp-footer__apps img {
  width: 120px;
  height: auto;
  display: block;
}

.pp-footer__bottom {
  max-width: 1080px;
  margin: 36px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.18);
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,0.85);
  flex-wrap: wrap;
}
.pp-footer__bottom a { color: #fff; text-decoration: none; }
.pp-footer__bottom a:hover { text-decoration: underline; }

@media (max-width: 880px) {
  .pp-footer { padding: 40px 20px 20px; }
  .pp-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .pp-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .pp-footer__inner { grid-template-columns: 1fr; }
}

/* ── "Important terms" disclaimer block (between content & footer) */
.pp-disclaimer-section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 36px 32px 56px;
  border-top: 1px solid #E6E9EF;
}
.pp-disclaimer-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 14px;
  letter-spacing: -0.3px;
}
.pp-disclaimer-section p {
  font-size: 12.5px;
  color: #6B7280;
  line-height: 1.65;
  margin: 0;
}
.pp-disclaimer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
}
.pp-disclaimer-list li {
  position: relative;
  padding-left: 18px;
  font-size: 12.5px;
  color: #6B7280;
  line-height: 1.6;
}
.pp-disclaimer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ec008c;
}
.pp-disclaimer-list li strong {
  color: #1F2937;
  font-weight: 600;
}
.pp-disclaimer-list li a {
  color: #ec008c;
  text-decoration: underline;
}
@media (max-width: 880px) {
  .pp-disclaimer-section { padding: 28px 20px 40px; }
  .pp-disclaimer-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* ── FAQ block */
.pp-faq {
  background: #FAFBFC;
  border-top: 1px solid #E6E9EF;
  padding: 56px 32px;
}
.pp-faq__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.pp-faq__h {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #1F2937;
  letter-spacing: -0.4px;
  margin: 0 0 20px;
}
.pp-faq__list {
  display: grid;
  gap: 10px;
}
.pp-faq__item {
  background: #fff;
  border: 1px solid #E6E9EF;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}
.pp-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 44px 16px 18px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1F2937;
  line-height: 1.4;
}
.pp-faq__item summary::-webkit-details-marker { display: none; }
.pp-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  color: #ec008c;
  transition: transform 0.2s ease;
}
.pp-faq__item[open] summary::after { content: "−"; }
.pp-faq__a {
  padding: 0 18px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #4B5563;
}
.pp-faq__a p { margin: 0; }
.pp-faq__a a {
  color: #ec008c;
  text-decoration: underline;
}
@media (max-width: 880px) {
  .pp-faq { padding: 40px 20px; }
  .pp-faq__h { font-size: 22px; }
  .pp-faq__item summary { font-size: 14px; padding: 14px 40px 14px 14px; }
  .pp-faq__a { padding: 0 14px 14px; font-size: 13.5px; }
}

/* ── Emirate coverage block */
.pp-coverage {
  background: #fff;
  border-top: 1px solid #E6E9EF;
  padding: 48px 32px;
}
.pp-coverage__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.pp-coverage__h {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #1F2937;
  letter-spacing: -0.3px;
  margin: 0 0 10px;
}
.pp-coverage__p {
  font-size: 14px;
  color: #4B5563;
  line-height: 1.65;
  margin: 0 0 16px;
}
.pp-coverage__p a {
  color: #ec008c;
  text-decoration: underline;
}
.pp-coverage__cities {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pp-coverage__cities li { margin: 0; padding: 0; }
.pp-coverage__cities a {
  display: inline-block;
  padding: 8px 18px;
  border: 1.5px solid #FFB3DF;
  border-radius: 999px;
  background: #fff;
  color: #ec008c;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}
.pp-coverage__cities a:hover,
.pp-coverage__cities a:focus {
  background: #FFF0F8;
  border-color: #ec008c;
}
.pp-coverage__detail {
  font-size: 12px;
  color: #6B7280;
  margin: 0;
  line-height: 1.55;
}
@media (max-width: 880px) {
  .pp-coverage { padding: 36px 20px; }
}

/* Hide the page chrome when printing — flyer print rules already
   handle the body content for print. */
@media print {
  .pp-header, .pp-footer, .pp-disclaimer-section, .pp-faq, .pp-coverage { display: none !important; }
}
