:root {
  /* ── Exact seller page tokens (ibp-page variables) ── */
  --ibcon-blue        : #2060CC;   /* --ibfs-blue        */
  --ibcon-blue-hover  : #1A52B8;   /* --ibfs-blue-hover  */
  --ibcon-blue-light  : #E8EEFB;   /* --ibfs-blue-light  */
  --ibcon-blue-border : #B8CCEE;   /* --ibfs-blue-border */
  --ibcon-navy        : #1A3A7A;   /* --ibfs-navy        */
  --ibcon-elite-acc   : #93C4FF;   /* --ibfs-elite-acc   */
  --ibcon-black       : #010101;   /* --ibfs-black       */
  --ibcon-bg          : #EDEFF2;   /* --ibfs-bg          */
  --ibcon-white       : #ffffff;   /* --ibfs-white       */
  --ibcon-border      : #D2D6DE;   /* --ibfs-border      */
  --ibcon-muted       : #656565;   /* --ibfs-muted       */
  --ibcon-text        : #010101;   /* --ibfs-text        */
  --ibcon-star        : #F59E0B;   /* --ibfs-star        */
  --ibcon-green       : #059669;   /* --ibfs-green       */
  --ibcon-help-bg     : #E8EEFB;   /* --ibfs-help-bg     */
  --ibcon-help-bd     : #93B4E8;   /* --ibfs-help-bd     */

  /* ── WhatsApp brand colour (not in seller palette — kept separate) ── */
  --ibcon-whatsapp      : #25D366;
  --ibcon-whatsapp-hover: #f0fdf4;
  /* ── Avatar palette (testimonials) ── */
  --ibcon-av1 : #2060CC;
  --ibcon-av2 : #1A3A7A;
  --ibcon-av3 : #059669;
  --ibcon-av4 : #6D28D9;
  --ibcon-av5 : #B45309;
  --ibcon-av6 : #9F1239;
  --ibcon-av7 : #0D7A8C;
  --ibcon-av8 : #065F46;
  --ibcon-av9 : #92400E;
  --ibcon-av10: #4338CA;
}

/* ─────────────────────────────────────────────────────
   BASE
───────────────────────────────────────────────────── */
.ibcon-wrap * { box-sizing: border-box; }
.ibcon-wrap {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: var(--ibcon-black);
    background: var(--ibcon-bg);
}

/* ─────────────────────────────────────────────────────
   SECTION WRAPPERS & LAYOUT
───────────────────────────────────────────────────── */
.ibcon-bg-white { background: var(--ibcon-white); }
.ibcon-bg-light { background: var(--ibcon-bg); }
.ibcon-section  { padding: 56px 40px; max-width: 980px; margin: 0 auto; }

/* ─────────────────────────────────────────────────────
   TYPOGRAPHY
───────────────────────────────────────────────────── */
.ibcon-eyebrow {
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--ibcon-blue);
    margin-bottom: 10px;
}
.ibcon-eyebrow--light { color: rgba(255,255,255,.9); }

.ibcon-heading {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: var(--ibcon-black);
    line-height: 1.28;
    letter-spacing: -.3px;
    margin-bottom: 12px;
}

.ibcon-divider {
    width: 44px;
    height: 2px;
    background: var(--ibcon-blue);
    margin: 12px 0 28px;
}

.ibcon-subtext {
    font-size: 16px;
    color: var(--ibcon-muted);
    line-height: 1.78;
    font-weight: 300;
    max-width: 580px;
}
.ibcon-subtext--gap { margin-top: 16px; }

/* ─────────────────────────────────────────────────────
   PAYMENT ALERT
───────────────────────────────────────────────────── */
.ibcon-alert-wrap  { padding: 16px 24px; }
.ibcon-alert-box   { position: relative; max-width: 800px; margin: 0 auto; }
.ibcon-alert-close { position: absolute; right: 15px; top: 10px; }

/* ─────────────────────────────────────────────────────
   STICKY CTA BAR
───────────────────────────────────────────────────── */
.ibcon-sticky {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 8888;
    background: var(--ibcon-blue);
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 12px 24px;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    transform: translateY(100%); transition: transform .3s;
}
.ibcon-sticky.visible     { transform: translateY(0); }
.ibcon-sticky-text        { font-size: 14px; color: rgba(255,255,255,.9); }
.ibcon-sticky-text strong { color: var(--ibcon-white); }
.ibcon-sticky-actions     { display: flex; gap: 10px; flex-shrink: 0; }
.ibcon-sticky-btn {
    padding: 10px 20px; border-radius: 3px; font-size: 15px; font-weight: 700;
    cursor: pointer; border: none;
    background: var(--ibcon-white); color: var(--ibcon-blue);
    text-decoration: none;
}
.ibcon-sticky-btn-g {
    padding: 10px 20px; border-radius: 3px; font-size: 15px; font-weight: 700;
    cursor: pointer; border: 1px solid rgba(255,255,255,.90);
    background: transparent; color: rgba(255,255,255,.9);
}

/* ─────────────────────────────────────────────────────
   HERO
───────────────────────────────────────────────────── */
.ibcon-hero {
    background: var(--ibcon-white);
    border-bottom: 2px solid var(--ibcon-border);
    padding: 60px 40px 56px;
    text-align: center;
    position: relative; overflow: hidden;
}
.ibcon-hero::before {
    content: ''; display: block;
    width: 56px; height: 4px; background: var(--ibcon-blue);
    margin: 0 auto 20px; border-radius: 2px;
}
.ibcon-ep {
    display: inline-block;
    border: 1px solid var(--ibcon-blue-border);
    color: var(--ibcon-navy);
    font-size: 13px; letter-spacing: 1.8px; text-transform: uppercase;
    padding: 5px 16px; border-radius: 20px; margin-bottom: 22px;
    background: var(--ibcon-blue-light); font-weight: 600;
}
.ibcon-hero h1 {
    font-size: 38px; font-weight: 800; color: var(--ibcon-black);
    line-height: 1.18; margin-bottom: 14px; letter-spacing: -.5px;
}
.ibcon-hero h1 em { font-style: normal; color: var(--ibcon-blue); }
.ibcon-hero-sub {
    font-size: 17px; color: var(--ibcon-muted);
    max-width: 560px; margin: 0 auto 30px; line-height: 1.75;
}
.ibcon-hbtns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.ibcon-btn-p {
    background: var(--ibcon-blue); color: var(--ibcon-white); border: none;
    padding: 14px 30px; border-radius: 3px;
    font-size: 16px; font-weight: 700; cursor: pointer;
    text-decoration: none; display: inline-block;
}
.ibcon-btn-p--lg { font-size: 16px; padding: 16px 44px; }
.ibcon-btn-g {
    background: transparent; color: var(--ibcon-blue);
    border: 1.5px solid var(--ibcon-blue);
    padding: 14px 30px; border-radius: 3px;
    font-size: 16px; cursor: pointer;
    text-decoration: none; display: inline-block;
}

/* ─────────────────────────────────────────────────────
   TRUST BAR
───────────────────────────────────────────────────── */
.ibcon-trust {
    background: var(--ibcon-bg);
    border-bottom: 1px solid var(--ibcon-border);
    padding: 18px 40px; display: flex; justify-content: center; flex-wrap: wrap;
}
.ibcon-ti            { text-align: center; padding: 0 26px; border-right: 1px solid var(--ibcon-border); }
.ibcon-ti:last-child { border-right: none; }
.ibcon-ti-n          { font-size: 20px; font-weight: 700; color: var(--ibcon-black); display: block; letter-spacing: -.5px; }
.ibcon-ti-l          { font-size: 14px; color: var(--ibcon-muted); text-transform: uppercase; letter-spacing: 1px; margin-top: 2px; display: block; }

/* ─────────────────────────────────────────────────────
   ADVISOR CARDS
───────────────────────────────────────────────────── */
.ibcon-advisor-list       { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; margin-top: 28px; }
.ibcon-advisor-row        { display: flex; flex-direction: column; background: var(--ibcon-white); border: 1px solid var(--ibcon-border); border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.ibcon-advisor-photo      { position: relative; overflow: hidden; flex-shrink: 0; width: 100%; aspect-ratio: 1/1; }
.ibcon-advisor-photo img  { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: grayscale(100%); display: block; }
.ibcon-photo-center       { object-position: center center; }
.ibcon-advisor-photo-name { position: absolute; bottom: 0; left: 0; right: 0; background: var(--ibcon-blue); color: var(--ibcon-white); font-size: 16px; font-weight: 700; padding: 8px 14px;margin-bottom:0; }
.ibcon-advisor-content    { padding: 22px 20px; display: flex; flex-direction: column; flex: 1; }
.ibcon-advisor-name       { font-size: 16px; font-weight: 800; color: var(--ibcon-black); margin-bottom: 3px; }
.ibcon-advisor-role       { font-size: 13px; color: var(--ibcon-muted); margin-bottom: 4px; line-height: 1.45; }
.ibcon-advisor-creds      { font-size: 14px; font-weight: 700; color: var(--ibcon-blue); margin-bottom: 12px; line-height: 1.5; }
.ibcon-advisor-line       { width: 36px; height: 2px; background: var(--ibcon-blue); margin-bottom: 12px; opacity: .35; }
.ibcon-advisor-bio        { font-size: 14px; color: var(--ibcon-muted); line-height: 1.75; font-weight: 300; margin-bottom: 14px; flex: 1;text-align:justify; }
.ibcon-advisor-exp-label  { font-size: 13px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--ibcon-blue); margin-bottom: 7px; }
.ibcon-advisor-sectors    { display: flex; flex-wrap: wrap; gap: 5px; }
.ibcon-advisor-sector-tag { font-size: 11px; font-weight: 600; background: var(--ibcon-blue-light); color: var(--ibcon-navy); padding: 3px 8px; border-radius: 3px; }

/* ─────────────────────────────────────────────────────
   TOPICS GRID
───────────────────────────────────────────────────── */
.ibcon-topics-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--ibcon-border); border-radius: 8px; overflow: hidden; margin-top: 28px; }
.ibcon-topic-row   { background: var(--ibcon-white); padding: 16px 20px; display: flex; align-items: center; gap: 12px; font-size: 16px; color: var(--ibcon-black); }
.ibcon-topic-dot   { width: 6px; height: 6px; border-radius: 50%; background: var(--ibcon-blue); flex-shrink: 0; }

/* ─────────────────────────────────────────────────────
   BOOK A SESSION
───────────────────────────────────────────────────── */
.ibcon-book-wrap {
    display: grid; grid-template-columns: 1fr 1fr;
    border: 1px solid var(--ibcon-border); border-radius: 8px;
    overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,.06); margin-top: 36px;
}
.ibcon-book-opt {
    padding: 36px 32px; background: var(--ibcon-white);
    border-right: 1px solid var(--ibcon-border); display: flex; flex-direction: column;
}
.ibcon-book-opt:last-child   { border-right: none; background: var(--ibcon-navy); border-top: 3px solid var(--ibcon-blue-border); }
.ibcon-book-opt-featured     { border-top: 3px solid var(--ibcon-blue); }
.ibcon-book-type {
    font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase;
    padding:9px; border-radius: 2px; margin-bottom: 14px; display: inline-block;
}
.ibcon-bt-online  { background: var(--ibcon-blue-light); color: var(--ibcon-navy); }
.ibcon-bt-dark    { background: rgba(255,255,255,.14); color: var(--ibcon-white); }
.ibcon-book-name  { font-size: 22px; font-weight: 800; color: var(--ibcon-black); margin-bottom: 6px; }
.ibcon-book-opt:last-child .ibcon-book-name { color: var(--ibcon-white); }
.ibcon-book-desc  { font-size: 16px; color: var(--ibcon-muted); line-height: 1.6; margin-bottom: 24px; }
.ibcon-book-opt:last-child .ibcon-book-desc { color: rgba(255,255,255,.9); }
.ibcon-book-hr    { border: none; border-top: 1px solid var(--ibcon-border); margin: 0 0 22px; }
.ibcon-book-opt:last-child .ibcon-book-hr   { border-top-color: rgba(255,255,255,.12); }
.ibcon-book-price { font-size: 28px; font-weight: 800; color: var(--ibcon-black); letter-spacing: -.5px; line-height: 1; }
.ibcon-book-opt:last-child .ibcon-book-price { color: var(--ibcon-white); }
.ibcon-book-meta  { font-size: 13px; color: var(--ibcon-muted); margin: 4px 0 24px; line-height: 1.6; }
.ibcon-book-opt:last-child .ibcon-book-meta  { color: rgba(255,255,255,.90); }
.ibcon-book-cta {
    display: block; width: 100%; padding: 13px; border-radius: 3px;
    font-size: 16px; font-weight: 700; cursor: pointer; border: none;
    text-align: center; text-decoration: none; margin-top: auto;
}
.ibcon-bc-online       { background: var(--ibcon-blue-light); color: var(--ibcon-blue); }
.ibcon-bc-online:hover { background: var(--ibcon-blue); color: var(--ibcon-white); }
.ibcon-bc-inperson     { background: var(--ibcon-blue-border); color: var(--ibcon-navy); }

/* ─────────────────────────────────────────────────────
   HOW IT WORKS
───────────────────────────────────────────────────── */
.ibcon-hiw-row          { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.ibcon-hiw-block        { border: 2px solid var(--ibcon-border); border-radius: 8px; padding: 22px; background: var(--ibcon-white); }
.ibcon-hiw-label        { font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 3px 9px; border-radius: 2px; display: inline-block; margin-bottom: 12px; }
.ibcon-lbl-free         { background: var(--ibcon-blue-light); color: var(--ibcon-navy); }
.ibcon-lbl-paid         { background: var(--ibcon-blue); color: var(--ibcon-white); }
.ibcon-hiw-block__title { font-size: 15px; font-weight: 700; color: var(--ibcon-black); margin-bottom: 6px; }
.ibcon-hiw-block__desc  { font-size: 15px; color: var(--ibcon-muted); line-height: 1.6; }

/* ─────────────────────────────────────────────────────
   WHATSAPP BAR
───────────────────────────────────────────────────── */
.ibcon-wa-outer  { background: var(--ibcon-bg); padding: 40px 40px 8px; }
.ibcon-wa-bar    { max-width: 980px; margin: 0 auto; background: var(--ibcon-white); border: 1px solid var(--ibcon-border); border-left: 4px solid var(--ibcon-whatsapp); border-radius: 10px; padding: 24px 28px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.ibcon-wa-icon   { width: 48px; height: 48px; background: var(--ibcon-whatsapp); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; color: var(--ibcon-white); }
.ibcon-wa-text   { flex: 1; min-width: 220px; }
.ibcon-wa-title  { font-size: 16px; font-weight: 700; color: var(--ibcon-black); margin-bottom: 4px; }
.ibcon-wa-sub    { font-size: 13px; color: var(--ibcon-muted); line-height: 1.5; }
.ibcon-wa-hours  { font-size: 11px; color: var(--ibcon-muted); margin-top: 5px; }
.ibcon-wa-btn    { background: var(--ibcon-white); color: var(--ibcon-whatsapp); border: 2px solid var(--ibcon-whatsapp); padding: 14px 32px; border-radius: 6px; font-size: 15px; font-weight: 700; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.ibcon-wa-btn:hover { background: var(--ibcon-whatsapp-hover); color: var(--ibcon-whatsapp); }

/* ─────────────────────────────────────────────────────
   TESTIMONIALS
───────────────────────────────────────────────────── */
.ibcon-testi-wrap   { position: relative; }
.ibcon-testi-scroll {
    display: flex; gap: 16px; overflow-x: auto; scroll-behavior: smooth;
    -ms-overflow-style: none; scrollbar-width: none; padding-bottom: 4px;
}
.ibcon-testi-scroll::-webkit-scrollbar { display: none; }
.ibcon-testi-nav {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
    background: var(--ibcon-white); border: 1px solid var(--ibcon-border); border-radius: 50%;
    width: 36px; height: 36px; font-size: 16px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    color: var(--ibcon-blue); box-shadow: 0 2px 8px rgba(0,0,0,.08); line-height: 1;
}
.ibcon-testi-nav--prev { left: -18px; }
.ibcon-testi-nav--next { right: -18px; }
.ibcon-tcard {
    min-width: 300px; max-width: 340px; flex-shrink: 0;
    background: var(--ibcon-white); border: 1px solid var(--ibcon-border); border-radius: 8px;
    padding: 22px; display: flex; flex-direction: column;
}
.ibcon-tcard__header  { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.ibcon-tcard__avatar  { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800; color: var(--ibcon-white); flex-shrink: 0; }
.ibcon-av-1  { background: var(--ibcon-av1); }
.ibcon-av-2  { background: var(--ibcon-av2); }
.ibcon-av-3  { background: var(--ibcon-av3); }
.ibcon-av-4  { background: var(--ibcon-av4); }
.ibcon-av-5  { background: var(--ibcon-av5); }
.ibcon-av-6  { background: var(--ibcon-av6); }
.ibcon-av-7  { background: var(--ibcon-av7); }
.ibcon-av-8  { background: var(--ibcon-av8); }
.ibcon-av-9  { background: var(--ibcon-av9); }
.ibcon-av-10 { background: var(--ibcon-av10); }
.ibcon-tcard__name  { font-size: 15px; font-weight: 700; color: var(--ibcon-black); }
.ibcon-tcard__role  { font-size: 14px; color: var(--ibcon-muted); margin-top: 2px; }
.ibcon-tcard__stars { color: var(--ibcon-star); font-size: 13px; letter-spacing: 2px; margin-bottom: 10px; }
.ibcon-tcard__quote { font-size: 15px; color: var(--ibcon-muted); line-height: 1.7; font-style: italic; margin-bottom: 12px; flex: 1; }
.ibcon-tcard__tag   { font-size: 11px; font-weight: 700; background: var(--ibcon-blue-light); color: var(--ibcon-navy); padding: 3px 8px; border-radius: 3px; display: inline-block; }

/* ─────────────────────────────────────────────────────
   FAQ
───────────────────────────────────────────────────── */
.ibcon-faq          { margin-top: 4px; }
.ibcon-faq__row     { border-bottom: 1px solid var(--ibcon-border); }
.ibcon-faq__btn {
    width: 100%; background: none; border: none; padding: 18px 0;
    text-align: left; cursor: pointer;
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
    font-family: inherit;
}
.ibcon-faq__btn h3 {
    font-size: 16px; font-weight: 600; color: var(--ibcon-black);
    margin: 0; line-height: 1.4; flex: 1; text-align: left;
}
.ibcon-faq__row.ibcon-open .ibcon-faq__btn h3 { color: var(--ibcon-blue); }
.ibcon-faq__arrow  { font-size: 14px; color: var(--ibcon-blue); flex-shrink: 0; transition: transform .2s; display: inline-block; }
.ibcon-faq__answer { display: none; font-size: 15px; color: var(--ibcon-muted); line-height: 1.72; padding: 0 0 18px; max-width: 720px; }
.ibcon-faq__answer ul     { margin: 8px 0 8px 20px; }
.ibcon-faq__answer li     { padding: 3px 0; line-height: 1.6; }
.ibcon-faq__answer strong { color: var(--ibcon-black); font-weight: 700; }
.ibcon-faq__answer a      { color: var(--ibcon-blue); font-weight: 600; text-decoration: underline; }
.ibcon-faq-open           { display: block; }

/* ─────────────────────────────────────────────────────
   BANK DETAILS
───────────────────────────────────────────────────── */
.ibcon-bank-box   { background: var(--ibcon-bg); border-left: 3px solid var(--ibcon-blue); border-radius: 3px; padding: 12px 14px; margin: 12px 0 4px; font-size: 12px; line-height: 1.6; }
.ibcon-bank-row   { display: flex; gap: 12px; padding: 4px 0; border-bottom: 1px solid var(--ibcon-border); }
.ibcon-bank-row:last-child { border-bottom: none; }
.ibcon-bank-label { font-weight: 700; color: var(--ibcon-black); min-width: 140px; flex-shrink: 0; }
.ibcon-bank-val   { color: var(--ibcon-muted); }

/* ─────────────────────────────────────────────────────
   FINAL CTA
───────────────────────────────────────────────────── */
.ibcon-final       { background: var(--ibcon-navy); padding: 72px 40px; text-align: center; }
.ibcon-final h2    { font-size: 34px; font-weight: 800; color: var(--ibcon-white); margin-bottom: 14px; letter-spacing: -.3px; line-height: 1.2; }
.ibcon-final h2 em { font-style: normal; color: var(--ibcon-elite-acc); }
.ibcon-final p     { font-size: 16px; color: rgba(255,255,255,.90); max-width: 480px; margin: 20px auto 26px; line-height: 1.75; }
.ibcon-fpills      { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 26px; }
.ibcon-fp          { font-size: 14px; color: rgba(255,255,255,.90); border: 1px solid rgba(255,255,255,.30); border-radius: 3px; padding: 7px 13px; }
.ibcon-fnote       { font-size: 12px; color: rgba(255,255,255,.28); margin-top: 13px; }
.ibcon-fnote-link  { cursor: pointer; color: rgba(255,255,255,.90); }

/* ─────────────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────────────── */
@media (max-width: 900px) {
    .ibcon-advisor-list { grid-template-columns: 1fr 1fr; }
    .ibcon-topics-wrap  { grid-template-columns: 1fr; }
    .ibcon-hiw-row      { grid-template-columns: 1fr; }
    .ibcon-book-wrap    { grid-template-columns: 1fr; }
    .ibcon-book-opt     { border-right: none !important; border-bottom: 1px solid var(--ibcon-border); }
    .ibcon-book-opt:last-child { border-bottom: none; }
}
@media (max-width: 768px) {
    .ibcon-section      { padding: 40px 20px; }
    .ibcon-heading      { font-size: 22px; }
    .ibcon-hero         { padding: 48px 22px 44px; }
    .ibcon-hero h1      { font-size: 26px; }
    .ibcon-hero-sub     { font-size: 14px; }
    .ibcon-hbtns        { flex-direction: column; align-items: center; }
    .ibcon-btn-p, .ibcon-btn-g { width: 100%; max-width: 300px; text-align: center; }
    .ibcon-trust        { display: grid; grid-template-columns: 1fr 1fr; padding: 14px 16px; }
    .ibcon-ti           { padding: 8px; border-right: none; border-bottom: 1px solid var(--ibcon-border); }
    .ibcon-ti:nth-child(odd) { border-right: 1px solid var(--ibcon-border); }
    .ibcon-ti:last-child     { border-bottom: none; }
    .ibcon-advisor-list { grid-template-columns: 1fr; }
    .ibcon-wa-outer     { padding: 24px 20px 8px; }
    .ibcon-wa-bar       { padding: 20px; flex-direction: column; align-items: flex-start; }
    .ibcon-wa-btn       { width: 100%; justify-content: center; box-sizing: border-box; }
    .ibcon-tcard        { min-width: 260px; }
    .ibcon-testi-nav--prev { left: -12px; }
    .ibcon-testi-nav--next { right: -12px; }
    .ibcon-bank-label   { min-width: 110px; }
    .ibcon-final        { padding: 52px 22px; }
    .ibcon-final h2     { font-size: 24px; }
    .ibcon-sticky       { flex-direction: column; gap: 10px; padding: 12px 20px; text-align: center; }
    .ibcon-sticky-actions { justify-content: center; }
}
@media (max-width: 480px) {
    .ibcon-section      { padding: 32px 16px; }
    .ibcon-hero         { padding: 40px 16px 36px; }
    /*.ibcon-ep           { display: none; }*/
    .ibcon-hero h1      { font-size: 25px; }
    .ibcon-final        { padding: 40px 16px; }
    .ibcon-final h2     { font-size: 20px; }
    .ibcon-heading      {font-size: 20px; }
    .ibcon-subtext      {font-size: 14px;}
    .ibcon-advisor-sector-tag {font-size: 14px;}
    .ibcon-topic-row {font-size: 15px;}
    .ibcon-book-type {font-size: 14px;}
    .ibcon-book-name {font-size: 20px;}
    .ibcon-book-desc {font-size: 14px;}
    .ibcon-wa-sub, .ibcon-tcard__quote, .ibcon-hiw-block__desc, .ibcon-faq__btn, .ibcon-faq__answer, .ibcon-faq__btn h3, .ibcon-final p {font-size: 14px;}
    .ibcon-wa-btn {font-size: 16px;}
    .ibcon-fp{font-size: 15px;}
    .ibcon-final { padding: 25px 22px 110px 22px; }
}