/* Copy Animation */
.base-color {
  color: hsl(var(--main)) !important;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #FF7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}



@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.cookies-card {
  width: 520px;
  padding: 30px;
  color: #1E2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all .5s;
  background: #d1d1d1;
  border-radius: 5px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}

@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}

.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: '';
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: '';
  font-family: 'Line Awesome Free';
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

.show-filter {
  display: none;
}

@media(max-width:767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  opacity: 0.5;
  color: hsl(var(--base));
}

.btn[type=submit],
.h-45 {
  height: 50px;
}

.h-none {
  height: 37px !important;
}

.input-group-text {
  color: #747474;
  background-color: #fff;
  transition: all linear 0.15s;
}

.form--control:focus~.input-group-text {
  border-color: hsl(var(--base));
}

.account-form .input-group-text {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.15);
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-left: 0;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-right: 0;
}

.maintenance-page {
  display: grid;
  place-content: center;
  width: 100vw;
  height: 100vh;
}



/* ////////////////// select 2 css //////////////// */
.select2-dropdown {
  border: 0 !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05), 6px 4px 19px rgb(115 103 240 / 20%)
}

.select2-search--dropdown {
  padding: 10px 10px !important;
  border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ced4da !important;
  padding: 10px 20px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  padding: 12px 14px !important;
  border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
  text-align: center !important;
  padding: 12px 14px !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: .3s;
}

.select2-container--default .select2-selection--single {
  border-color: #ccd0d1 !important;
  border-radius: .375rem !important;
  padding: 0;
  height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-results__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: hsl(var(--base)) !important;
  box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
  outline: 0 !important;
}

.select2-container .selection {
  width: 100%;
}

.select2-dropdown .country-flag {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

.select2-dropdown .gateway-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
  border-color: hsl(var(--base)) !important;
  border-radius: .375rem !important;
}


.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .ranges li.active{
     background-color: hsl(var(--base)) !important;
}

/* =====================================================================
   idGlobal — Realistic Bank Theme Layer
   Navy (--base) + Lime accent. Loads after main.css, overrides only.
   ===================================================================== */
:root {
    --id-accent: #C8D400;       /* green / button accent */
    --id-accent-deep: #aeb800;  /* accent hover */
    --id-ink: #1E3A5F;          /* dark navy (text + footer) */
    --id-navy: #1E3A5F;         /* dark navy */
    --id-navy-deep: #16314f;    /* deeper navy for gradients */
    --id-muted: #5b6b82;        /* muted body text */
    --id-line: #e6ebf2;         /* hairline borders */
    --id-soft: #f5f8fc;         /* soft section bg */
    --id-shadow: 0 10px 30px rgba(20, 35, 60, 0.08);
    --id-shadow-sm: 0 4px 16px rgba(20, 35, 60, 0.06);
}

body {
    color: var(--id-muted);
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    letter-spacing: -0.1px;
}

h1, h2, h3, h4, h5, h6, .section-title {
    color: var(--id-ink);
    font-weight: 700;
    letter-spacing: -0.4px;
}

/* ---------- Buttons ---------- */
.btn {
    border-radius: 8px;
    font-weight: 600;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.btn--base {
    border: 0 !important;
    background-color: var(--id-accent) !important;
    color: var(--id-ink) !important;
    box-shadow: 0 6px 18px rgba(197, 217, 46, 0.32);
}
.btn--base.text-white,
.btn--base.text-white:hover { color: var(--id-ink) !important; }
.btn--base:hover {
    background-color: var(--id-accent-deep) !important;
    color: var(--id-ink) !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(197, 217, 46, 0.4);
}
/* keep filled navy buttons available where needed */
.btn--navy { background-color: hsl(var(--base)) !important; color: #fff !important; border: 0 !important; }
.btn--navy:hover { background-color: #1E3A5F !important; color: #fff !important; }
.btn--accent,
.btn--lime {
    background-color: var(--id-accent) !important;
    color: var(--id-ink) !important;
    border: 0 !important;
    box-shadow: 0 6px 18px rgba(183, 212, 51, 0.35);
}
.btn--accent:hover,
.btn--lime:hover {
    background-color: var(--id-accent-deep) !important;
    color: var(--id-ink) !important;
    transform: translateY(-2px);
}

/* ---------- Header: clean, sticky, professional ---------- */
.header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 1px 0 var(--id-line), 0 6px 24px rgba(20, 35, 60, 0.05);
}
.header__bottom { padding: 6px 0; }
.site-logo img { max-height: 52px; }
.header .main-menu > li > a {
    color: var(--id-ink) !important;
    font-weight: 600;
    padding: 28px 16px;
    position: relative;
}
.header .main-menu > li > a::after {
    content: '';
    position: absolute;
    left: 16px; right: 16px; bottom: 18px;
    height: 2px;
    background: var(--id-accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .22s ease;
}
.header .main-menu > li > a:hover { color: hsl(var(--base)) !important; }
.header .main-menu > li > a:hover::after { transform: scaleX(1); }
.header-base-button {
    background: var(--id-accent) !important;
    color: var(--id-ink) !important;
    border: 1px solid var(--id-accent) !important;
    font-weight: 700;
}
.header-base-button::before { display: none; }
.header-base-button:hover {
    background: var(--id-accent-deep) !important;
    color: var(--id-ink) !important;
}
.nav-right .btn--base { color: var(--id-ink); }

/* ---------- Hero: trustworthy navy gradient + split layout ---------- */
.hero {
    padding-top: 9rem;
    padding-bottom: 9rem;
    text-align: left;
}
@media(max-width:991px){ .hero{ padding-top:7rem; padding-bottom:6rem; text-align:center; } }
.hero::before {
    mix-blend-mode: normal;
    opacity: 1;
    background: linear-gradient(110deg, rgba(10,20,38,0.95) 0%, rgba(16,30,52,0.88) 42%, hsla(var(--base),0.62) 100%);
}
.hero { padding-bottom: 11rem; }
.hero-divider { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; line-height: 0; z-index: 2; pointer-events: none; }
.hero-divider svg { width: 100%; height: 110px; display: block; }
@media(max-width:767px){ .hero-divider svg { height: 60px; } }
.hero__title { font-weight: 800; letter-spacing: -1.2px; font-size: 3.4rem; line-height: 1.08; }
@media(max-width:767px){ .hero__title{ font-size:2.3rem; } }
.hero__desc { font-size: 1.08rem; max-width: 540px; opacity: .9; }
@media(max-width:991px){ .hero__desc{ margin-left:auto; margin-right:auto; } }
.hero__top-title {
    display:inline-block;
    color: var(--id-accent);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .8rem;
    padding: 6px 14px;
    border: 1px solid rgba(200,212,0,.4);
    border-radius: 999px;
    background: rgba(200,212,0,.08);
}
.hero__btns { display:flex; flex-wrap:wrap; gap:12px; }
@media(max-width:991px){ .hero__btns{ justify-content:center; } }
.hero .btn--base { background: var(--id-accent) !important; color: var(--id-ink) !important; box-shadow: 0 8px 22px rgba(200,212,0,.35); }
.hero .btn--base:hover { background: var(--id-accent-deep) !important; color: var(--id-ink) !important; }
.btn--hero-ghost {
    background: rgba(255,255,255,.08);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.35) !important;
    backdrop-filter: blur(4px);
}
.btn--hero-ghost:hover { background: #fff; color: var(--id-ink) !important; }
.hero__meta { display:flex; flex-wrap:wrap; gap:20px; }
@media(max-width:991px){ .hero__meta{ justify-content:center; } }
.hero__meta span { color: rgba(255,255,255,.85); font-size:.9rem; font-weight:500; }
.hero__meta i { color: var(--id-accent); margin-right:6px; }

/* Hero credit-card visual */
.hero-card {
    position: relative;
    max-width: 420px;
    margin-left: auto;
    aspect-ratio: 1.6 / 1;
    border-radius: 20px;
    padding: 28px;
    color: #fff;
    background: linear-gradient(135deg, hsl(var(--base)) 0%, #16314f 100%);
    box-shadow: 0 30px 60px rgba(8,16,32,.5);
    overflow: hidden;
}
@media(max-width:991px){ .hero-card{ margin:30px auto 0; } }
.hero-card::after {
    content:''; position:absolute; right:-60px; top:-60px;
    width:200px; height:200px; border-radius:50%;
    background: rgba(200,212,0,.18);
}
.hero-card__top { display:flex; justify-content:space-between; align-items:center; position:relative; z-index:1; }
.hero-card__brand { font-weight:800; font-size:1.15rem; letter-spacing:.5px; }
.hero-card__brand span { display:block; font-size:.65rem; font-weight:500; color: var(--id-accent); letter-spacing:2px; text-transform:uppercase; }
.hero-card__top > i { font-size:1.4rem; transform:rotate(90deg); opacity:.8; }
.hero-card__chip {
    position:absolute; left:28px; top:96px; width:46px; height:34px; border-radius:7px;
    background: linear-gradient(135deg,#e6c878,#c9a13b); z-index:1;
}
.hero-card__balance { margin-top:54px; position:relative; z-index:1; }
.hero-card__balance small { opacity:.7; font-size:.78rem; text-transform:uppercase; letter-spacing:1px; }
.hero-card__balance h3 { color:#fff; font-weight:800; font-size:1.9rem; margin-top:2px; }
.hero-card__number { display:flex; gap:14px; margin-top:18px; font-size:1.1rem; letter-spacing:2px; position:relative; z-index:1; }
.hero-card__foot { display:flex; justify-content:space-between; margin-top:16px; position:relative; z-index:1; }
.hero-card__foot small { opacity:.6; font-size:.62rem; text-transform:uppercase; letter-spacing:1px; }
.hero-card__foot p { color:#fff; font-weight:600; margin:2px 0 0; font-size:.92rem; }

/* ---------- Section headers ---------- */
.section-top-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: .8rem;
    color: hsl(var(--base)) !important;
}
.section-title { font-size: 2.4rem; }
@media(max-width:767px){ .section-title{ font-size:1.8rem; } }

/* ---------- Service cards: clean bank cards ---------- */
.service-section { background: var(--id-soft); }
.service-card {
    background: #fff;
    border: 1px solid var(--id-line);
    border-radius: 14px;
    padding: 36px 28px;
    box-shadow: var(--id-shadow-sm);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.service-card::after {
    content: '';
    position: absolute;
    right: -28px; bottom: -28px;
    width: 70px; height: 70px;
    background: var(--id-accent);
    border-radius: 50%;
    opacity: .18;
    transition: transform .25s ease;
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--id-shadow);
    border-color: hsla(var(--base), .4);
}
.service-card:hover::after { transform: scale(1.4); opacity: .25; }
.service-card__icon {
    width: 70px; height: 70px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 30px;
    background: hsla(var(--base), .08);
    color: hsl(var(--base)) !important;
    border-radius: 14px !important;
    margin-bottom: 22px;
}
.service-card:hover .service-card__icon {
    background: hsl(var(--base));
    color: #fff !important;
}
.service-card .title { font-size: 1.2rem; margin-bottom: 8px; }

/* ---------- Generic card polish ---------- */
.feature-card, .choose-card, .overview-card, .work-card, .testimonial-card {
    border-radius: 14px;
}

/* ---------- Footer: white ---------- */
.footer {
    background: #fff;
    border-top: 1px solid var(--id-line);
}
.footer p, .footer li, .footer i, .footer a { color: var(--id-muted); }
.footer .footer-widget__title { color: var(--id-ink); }
.footer a:hover, .footer a:focus { color: var(--id-accent-deep) !important; }
.footer .footer-menu__link:hover { padding-left: 6px; transition: padding .2s ease; }
.footer__bottom { border-color: var(--id-line); }
.footer .short-link-list li { border-bottom-color: var(--id-line); }

/* ---------- Trust strip under hero ---------- */
.id-trustbar {
    background: #fff;
    border-bottom: 1px solid var(--id-line);
    padding: 22px 0;
}
.id-trustbar__item {
    display: flex; align-items: center; gap: 12px;
    color: var(--id-ink); font-weight: 600;
}
.id-trustbar__item i { color: hsl(var(--base)); font-size: 26px; }

/* ---------- Latest Promotions & News (blog carousel) ---------- */
.news-section { background: #fff; }
.news-section .section-header { margin-bottom: 50px; }
.news-feature-slider { position: relative; }
.news-feature {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 420px;
}
.news-feature__media {
    width: 62%;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--id-shadow);
}
.news-feature__media img { width: 100%; height: 420px; object-fit: cover; display: block; }
.news-feature__card {
    position: absolute;
    right: 0;
    width: 46%;
    background: #fff;
    border: 1px solid var(--id-line);
    border-radius: 18px;
    padding: 40px;
    box-shadow: var(--id-shadow);
}
.news-feature__icon {
    width: 58px; height: 58px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 26px;
    border-radius: 14px;
    background: hsla(var(--base), .08);
    color: hsl(var(--base));
    margin-bottom: 18px;
}
.news-feature__title { font-size: 1.5rem; margin-bottom: 12px; }
.news-feature__text { color: var(--id-muted); margin-bottom: 22px; }
.news-feature__link {
    font-weight: 700;
    color: hsl(var(--base));
    display: inline-flex; align-items: center; gap: 8px;
}
.news-feature__link i { transition: transform .2s ease; }
.news-feature__link:hover { color: hsl(var(--base)); }
.news-feature__link:hover i { transform: translateX(4px); }
@media(max-width:991px){
    .news-feature { flex-direction: column; min-height: auto; }
    .news-feature__media { width: 100%; }
    .news-feature__card { position: static; width: 90%; margin: -50px auto 0; }
}

/* thumbnails + arrows */
.news-nav-wrap {
    display: flex; align-items: center; justify-content: center;
    gap: 18px; margin-top: 40px;
}
.news-thumb-nav { max-width: 420px; width: 100%; }
.news-thumb {
    position: relative; margin: 0 8px; border-radius: 12px; overflow: hidden;
    cursor: pointer; height: 92px; border: 2px solid transparent;
    transition: border-color .2s ease;
}
.news-thumb img { width: 100%; height: 100%; object-fit: cover; }
.news-thumb::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(20,35,60,.1), rgba(20,35,60,.78));
}
.news-thumb span {
    position: absolute; left: 12px; right: 12px; bottom: 10px;
    color: #fff; font-size: .82rem; font-weight: 600; line-height: 1.2; z-index: 1;
}
.news-thumb-nav .slick-current .news-thumb { border-color: var(--id-accent); }
.news-arrow {
    width: 46px; height: 46px; border-radius: 10px;
    border: 1px solid var(--id-line); background: #fff; color: var(--id-ink);
    font-size: 18px; display: inline-flex; align-items: center; justify-content: center;
    transition: all .2s ease;
}
.news-arrow:hover { background: hsl(var(--base)); color: #fff; border-color: hsl(var(--base)); }
.news-arrow--next { background: var(--id-accent); border-color: var(--id-accent); color: var(--id-ink); }
.news-arrow--next:hover { background: var(--id-accent-deep); border-color: var(--id-accent-deep); color: var(--id-ink); }

/* ---------- CTA band before footer ---------- */
.id-cta {
    background: linear-gradient(120deg, #16314f 0%, hsl(var(--base)) 100%);
    border-radius: 22px;
    padding: 56px;
    position: relative;
    overflow: hidden;
}
.id-cta::after {
    content:''; position:absolute; right:-40px; bottom:-60px;
    width:240px; height:240px; border-radius:50%; background:rgba(200,212,0,.16);
}
.id-cta h2 { color:#fff; font-size:2.1rem; }
.id-cta p { color:rgba(255,255,255,.82); }

/* =====================================================================
   idGlobal — Modern Section System (image-rich, premium)
   ===================================================================== */
section, .feature-section { position: relative; }
.pt-100 { padding-top: 96px !important; }
.pb-100 { padding-bottom: 96px !important; }
.section--bg, .section-bg { background: var(--id-soft) !important; }
.section-header .section-top-title.border-left { border: 0 !important; padding-left: 0 !important; }
.section-header .section-top-title.border-left::before { display: none !important; }
.section-top-title {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: hsla(var(--base), .08);
    color: hsl(var(--base)) !important;
}
.section-title { line-height: 1.15; }

/* ---------- Feature cards (top grid) ---------- */
.feature-section { margin-top: -70px; z-index: 5; }
.feature-card {
    background: #fff;
    border: 1px solid var(--id-line);
    border-radius: 16px;
    padding: 32px 26px;
    box-shadow: var(--id-shadow-sm);
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--id-shadow); }
.feature-card .icon {
    width: 64px; height: 64px; border-radius: 16px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 28px; margin-bottom: 18px;
    background: linear-gradient(135deg, hsl(var(--base)), #16314f);
    color: #fff;
}
.feature-card .title { font-size: 1.15rem; margin-bottom: 8px; }

/* ---------- About: modern image split ---------- */
.about-thumb { position: relative; border-radius: 20px !important; overflow: hidden; box-shadow: var(--id-shadow); height: 520px; }
.about-thumb img { width: 100%; height: 100%; object-fit: cover; }
@media(max-width:991px){ .about-thumb { height: 380px; } }
.about-thumb .video-icon {
    width: 78px; height: 78px; border-radius: 50%;
    background: var(--id-accent); color: var(--id-ink);
    display: inline-flex; align-items: center; justify-content: center; font-size: 28px;
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    box-shadow: 0 0 0 0 rgba(200,212,0,.5); animation: idPulse 2.2s infinite;
}
@keyframes idPulse { 0%{box-shadow:0 0 0 0 rgba(200,212,0,.5);} 70%{box-shadow:0 0 0 22px rgba(200,212,0,0);} 100%{box-shadow:0 0 0 0 rgba(200,212,0,0);} }
.about-badge {
    position: absolute; left: 24px; bottom: 24px; z-index: 2;
    background: #fff; border-radius: 16px; padding: 18px 22px; box-shadow: var(--id-shadow);
    display: flex; align-items: center; gap: 14px;
}
.about-badge__num { font-size: 2rem; font-weight: 800; color: hsl(var(--base)); line-height: 1; }
.about-badge__txt { font-size: .85rem; color: var(--id-muted); font-weight: 600; }
.about-card {
    display: flex; gap: 16px; align-items: flex-start;
    background: #fff; border: 1px solid var(--id-line); border-radius: 14px;
    padding: 16px 18px; box-shadow: var(--id-shadow-sm); transition: transform .2s ease, box-shadow .2s ease;
}
.about-card:hover { transform: translateX(5px); box-shadow: var(--id-shadow); }
.about-card__icon {
    flex: 0 0 auto; width: 46px; height: 46px; border-radius: 12px !important;
    display: inline-flex; align-items: center; justify-content: center; font-size: 20px;
    background: hsl(var(--base)) !important; color: #fff;
}
.about-card .title { font-size: 1.02rem; margin-bottom: 3px; }
.about-card p { font-size: .9rem; margin-bottom: 0; line-height: 1.55; }

/* ---------- Why choose: dark glass cards ---------- */
.choose-section { padding: 110px 0; position: relative; }
.dark--overlay-two::before, .dark--overlay::before {
    background: linear-gradient(120deg, rgba(8,16,30,.96) 0%, rgba(12,24,44,.93) 45%, rgba(20,40,68,.88) 100%) !important;
    opacity: 1 !important;
}
.choose-card {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    padding: 36px 30px;
    backdrop-filter: blur(8px);
    height: 100%;
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.choose-card:hover {
    transform: translateY(-6px);
    background: rgba(255,255,255,.09);
    border-color: var(--id-accent);
}
.choose-card__icon {
    width: 62px; height: 62px; border-radius: 16px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 28px; color: var(--id-ink);
    background: var(--id-accent);
    margin-bottom: 22px;
    box-shadow: 0 8px 20px rgba(200,212,0,.28);
}
.choose-card .title { color: #fff; font-size: 1.25rem; margin-bottom: 10px; }
.choose-card p { color: rgba(255,255,255,.78); margin-bottom: 0; line-height: 1.65; }

/* ---------- How it works: connected steps ---------- */
.how-work-card { text-align: center; padding: 0 12px; }
.how-work-card__step {
    width: 76px; height: 76px; margin: 0 auto; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem; font-weight: 800; color: #fff;
    background: linear-gradient(135deg, hsl(var(--base)), #16314f);
    box-shadow: 0 10px 24px hsla(var(--base),.3); position: relative; z-index: 2;
}
.how-work-item { position: relative; }
.how-work-item:not(:last-child)::after {
    content: ''; position: absolute; top: 38px; left: 60%; width: 80%; height: 2px;
    background: repeating-linear-gradient(90deg, hsla(var(--base),.35) 0 8px, transparent 8px 16px);
    z-index: 1;
}
@media(max-width:767px){ .how-work-item::after{ display:none; } }

/* ---------- Overview / stats band ---------- */
.overview-section { background: linear-gradient(120deg, #16314f 0%, hsl(var(--base)) 100%); border-radius: 0; }
.overview-area {
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px; padding: 40px 20px; margin-top: 36px; backdrop-filter: blur(6px);
}
.overview-card { text-align: center; }
.overview-card__icon { font-size: 38px; color: var(--id-accent); margin-bottom: 10px; }
.couter-number { color: #fff; font-size: 2.4rem; font-weight: 800; }
.overview-card p { color: rgba(255,255,255,.75); }

/* ---------- Testimonials ---------- */
.testimonial-section { background: var(--id-soft); }
.testimonial-item {
    background: #fff; border: 1px solid var(--id-line); border-radius: 18px;
    padding: 32px; margin: 14px; box-shadow: var(--id-shadow-sm);
}
.testimonial-item .ratings { color: #f5b301; font-size: 1rem; margin-bottom: 10px; }
.testimonial-item p { color: var(--id-ink); font-size: 1.02rem; }
.testimonial-item .name { color: var(--id-ink) !important; }
.testimonial-item .designation { color: var(--id-muted) !important; }

/* ---------- Partners ---------- */
.brand-item { padding: 0 18px; opacity: .65; transition: opacity .2s ease; }
.brand-item:hover { opacity: 1; }
.brand-item img { filter: grayscale(1); transition: filter .2s ease; max-height: 60px; width: auto; margin: auto; }
.brand-item:hover img { filter: grayscale(0); }

/* ---------- Subscribe / CTA strip ---------- */
.subscribe-section { background: linear-gradient(120deg, hsl(var(--base)), #16314f); padding: 56px 0; }
.subscribe-section h4 { color: #fff; font-size: 1.6rem; }
.subscribe-form { display: flex; gap: 12px; }
.subscribe-form .custom-icon-field { flex: 1; }
.subscribe-form .form--control { height: 54px; border-radius: 10px; border: 0; }
.subscribe-form .btn--base { background: var(--id-accent) !important; color: var(--id-ink) !important; height: 54px; }

/* ---------- FAQ ---------- */
.accordion-button:not(.collapsed) { background: hsla(var(--base),.06); color: hsl(var(--base)); }
.accordion-button:focus { box-shadow: 0 0 0 .15rem hsla(var(--base),.2); }

/* ---------- Scroll reveal default ---------- */
.wow { visibility: visible; }

/* =====================================================================
   idGlobal — "Explore Our Financial Solutions" (service) layout
   ===================================================================== */
.solutions-section { background: #fff; }
.solutions-section .section-header { text-align: left; }
.solutions-section .section-title { font-size: 2.6rem; max-width: 620px; }
@media(max-width:767px){ .solutions-section .section-title{ font-size:1.9rem; } }

.solution-stack { display: flex; flex-direction: column; gap: 24px; }
.solution-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--id-line);
    border-radius: 16px;
    padding: 28px 28px 56px;
    box-shadow: var(--id-shadow-sm);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.solution-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--id-shadow);
    border-color: hsla(var(--base), .35);
}
.solution-card__icon {
    width: 56px; height: 56px; border-radius: 14px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 26px; color: hsl(var(--base));
    background: hsla(var(--base), .08);
    margin-bottom: 16px;
}
.solution-card__title { font-size: 1.18rem; color: hsl(var(--base)); margin-bottom: 8px; }
.solution-card__text { color: var(--id-muted); font-size: .95rem; margin-bottom: 0; }
.solution-card__link {
    position: absolute; left: 28px; bottom: 22px;
    width: 38px; height: 38px; border-radius: 10px;
    display: inline-flex; align-items: center; justify-content: center;
    color: hsl(var(--base)); background: hsla(var(--base), .08);
    transition: all .2s ease;
}
.solution-card__link:hover { background: var(--id-accent); color: var(--id-ink); }

/* media + overlapping cards */
.solutions-media-wrap { position: relative; min-height: 600px; }
.solutions-media {
    position: absolute; right: 0; top: 0;
    width: 66%; height: 100%;
    border-radius: 22px; overflow: hidden; box-shadow: var(--id-shadow);
}
.solutions-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.solutions-overlap {
    position: absolute; left: 0; top: 36px; z-index: 2;
    width: 46%;
}
.solutions-overlap .solution-card {
    background: #fff;
    box-shadow: 0 18px 45px rgba(20,35,60,.16);
    width: 100%;
}
.solutions-overlap .solution-card:nth-child(1) { margin-left: 0; }
.solutions-overlap .solution-card:nth-child(2) { margin-left: 34%; margin-top: 26px; }
.solutions-overlap .solution-card:nth-child(3) { margin-left: 8%; margin-top: 26px; }
.solutions-overlap .solution-card:nth-child(n+4) { margin-left: 34%; margin-top: 26px; }

@media(max-width:991px){
    .solutions-media-wrap { min-height: auto; }
    .solutions-media { position: relative; width: 100%; height: 300px; margin-bottom: 24px; }
    .solutions-overlap { position: static; width: 100%; display: flex; flex-direction: column; gap: 22px; }
    .solutions-overlap .solution-card { margin: 0 !important; }
}

/* =====================================================================
   idGlobal — Promo / Education diagonal-split banner
   ===================================================================== */
.promo-section { padding: 0; }
.promo-split {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1E3A5F 0%, #0f3a63 55%, hsl(var(--base)) 100%);
}
.promo-split__media {
    position: absolute;
    top: 0; right: 0;
    width: 52%; height: 100%;
    clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
}
.promo-split__media::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(120deg, rgba(20,35,60,.35), transparent 45%);
    z-index: 1;
}
.promo-split__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.promo-content { padding: 96px 0; max-width: 580px; }
.promo-eyebrow {
    display: inline-block; margin-bottom: 18px;
    text-transform: uppercase; letter-spacing: 2px; font-size: .78rem; font-weight: 700;
    color: var(--id-accent);
    padding: 6px 14px; border-radius: 999px;
    background: rgba(200,212,0,.1); border: 1px solid rgba(200,212,0,.35);
}
.promo-title { color: #fff; font-size: 3rem; font-weight: 800; line-height: 1.08; letter-spacing: -1px; }
@media(max-width:767px){ .promo-title{ font-size:2.1rem; } }
.promo-lead { color: rgba(255,255,255,.86); font-size: 1.1rem; margin-top: 22px; }
.promo-fine { color: rgba(255,255,255,.55); font-size: .9rem; margin-top: 18px; }
.promo-btns { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 16px; }
.btn--outline-light {
    background: transparent;
    border: 2px solid var(--id-accent) !important;
    color: var(--id-accent) !important;
    font-weight: 700;
}
.btn--outline-light:hover { background: var(--id-accent); color: var(--id-ink) !important; }

@media(max-width:991px){
    .promo-split__media { position: relative; width: 100%; height: 300px; clip-path: none; }
    .promo-content { padding: 50px 0 56px; max-width: 100%; }
}

/* =====================================================================
   idGlobal — About Us page (header, story, values)
   ===================================================================== */
/* Page header / breadcrumb */
.inner-hero {
    padding: 120px 0 90px;
    position: relative;
}
.inner-hero.overlay--one::before,
.inner-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(120deg, rgba(10,20,38,.95), hsla(var(--base),.78)) !important;
    opacity: 1 !important;
    z-index: 0;
}
.inner-hero .container { position: relative; z-index: 1; }
.inner-hero .page-title {
    font-size: 3rem; font-weight: 800; letter-spacing: -1px;
}
.inner-hero .page-title::after {
    content: ''; display: block; width: 70px; height: 4px; border-radius: 4px;
    background: var(--id-accent); margin: 18px auto 0;
}
@media(max-width:767px){ .inner-hero .page-title{ font-size:2.1rem; } }

/* Our Story */
.story-section { background: #fff; }
.story-media { position: relative; padding-bottom: 18px; padding-right: 18px; }
.story-media img {
    width: 100%; height: 520px; object-fit: cover;
    border-radius: 20px; box-shadow: var(--id-shadow); position: relative; z-index: 1;
}
.story-media__accent {
    position: absolute; right: 0; bottom: 0; width: 60%; height: 70%;
    border-radius: 20px; z-index: 0;
    background: linear-gradient(135deg, var(--id-accent), transparent);
    opacity: .25;
}
@media(max-width:991px){ .story-media img { height: 360px; } }
.story-text { color: var(--id-muted); font-size: 1.05rem; line-height: 1.75; }
.story-points { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.story-points li { display: flex; align-items: center; gap: 12px; color: var(--id-ink); font-weight: 600; }
.story-points i { color: var(--id-accent); font-size: 22px; }

/* Core Values */
.values-section { background: var(--id-soft); }
.value-card {
    background: #fff; border: 1px solid var(--id-line); border-radius: 18px;
    padding: 36px 28px; height: 100%; text-align: center;
    box-shadow: var(--id-shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease;
}
.value-card:hover { transform: translateY(-8px); box-shadow: var(--id-shadow); }
.value-card__icon {
    width: 76px; height: 76px; margin: 0 auto 20px; border-radius: 20px;
    display: flex; align-items: center; justify-content: center; font-size: 34px;
    color: #fff; background: linear-gradient(135deg, hsl(var(--base)), #16314f);
    box-shadow: 0 10px 24px hsla(var(--base),.3);
}
.value-card__title { font-size: 1.2rem; margin-bottom: 10px; }
.value-card__text { color: var(--id-muted); font-size: .95rem; margin-bottom: 0; }
/* =====================================================================
   idGlobal — Join Customers banner
   ===================================================================== */
.join-section { background: #fff; }
.join-media {
    position: relative; border-radius: 22px; overflow: hidden;
    box-shadow: var(--id-shadow);
}
.join-media img { width: 100%; height: 560px; object-fit: cover; display: block; }
@media(max-width:991px){ .join-media img { height: 380px; } }
.join-title {
    font-size: 3.1rem; font-weight: 800; letter-spacing: -1.2px; line-height: 1.05;
    color: var(--id-ink);
}
@media(max-width:767px){ .join-title { font-size: 2.1rem; } }
.join-text { color: var(--id-muted); font-size: 1.1rem; line-height: 1.7; max-width: 520px; }
.join-btns { display: flex; flex-wrap: wrap; gap: 14px; }
.btn--outline-base {
    background: transparent;
    border: 2px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
    font-weight: 700;
}
.btn--outline-base:hover { background: hsl(var(--base)); color: #fff !important; }

/* =====================================================================
   idGlobal — Modern CTAs (dual image cards + full-bleed image band)
   ===================================================================== */
.dualcta-section { background: #fff; }
.dualcta-section .section-header { margin-bottom: 16px; }
.cta-card {
    background: #fff;
    border: 1px solid var(--id-line);
    border-radius: 22px;
    overflow: hidden;
    height: 100%;
    box-shadow: var(--id-shadow-sm);
    transition: transform .28s ease, box-shadow .28s ease;
}
.cta-card:hover { transform: translateY(-8px); box-shadow: var(--id-shadow); }
.cta-card__media { position: relative; height: 280px; overflow: hidden; }
.cta-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.cta-card:hover .cta-card__media img { transform: scale(1.06); }
.cta-card__media::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(20,35,60,0) 40%, rgba(20,35,60,.55));
}
.cta-card__tag {
    position: absolute; top: 18px; left: 18px; z-index: 2;
    background: var(--id-accent); color: var(--id-ink);
    font-weight: 700; font-size: .8rem; letter-spacing: .5px;
    padding: 6px 14px; border-radius: 999px;
}
.cta-card__body { padding: 30px 32px 34px; }
.cta-card__title { font-size: 1.5rem; margin-bottom: 10px; }
.cta-card__text { color: var(--id-muted); margin-bottom: 20px; }
.cta-card__link {
    display: inline-flex; align-items: center; gap: 8px;
    font-weight: 700; color: hsl(var(--base));
}
.cta-card__link i { transition: transform .2s ease; }
.cta-card__link:hover { color: hsl(var(--base)); }
.cta-card__link:hover i { transform: translateX(5px); }

/* full-bleed image CTA */
.imagecta-section { position: relative; padding: 110px 0; background-size: cover; background-position: center; }
.imagecta-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(120deg, rgba(8,16,30,.92), hsla(var(--base),.78));
}
.imagecta-eyebrow {
    display: inline-block; text-transform: uppercase; letter-spacing: 2px;
    font-size: .78rem; font-weight: 700; color: var(--id-accent);
    padding: 6px 14px; border-radius: 999px;
    background: rgba(200,212,0,.1); border: 1px solid rgba(200,212,0,.35);
}
.imagecta-title { color: #fff; font-size: 2.6rem; font-weight: 800; letter-spacing: -.8px; line-height: 1.12; }
@media(max-width:767px){ .imagecta-title{ font-size: 1.9rem; } }
.imagecta-text { color: rgba(255,255,255,.85); font-size: 1.1rem; max-width: 620px; margin-left: auto; margin-right: auto; }
.imagecta-btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* =====================================================================
   idGlobal — Feature Highlights bento grid
   ===================================================================== */
.highlights-section { background: #fff; }
.highlight-card {
    display: block; position: relative; height: 440px;
    border-radius: 22px; overflow: hidden;
    background: #1E3A5F; color: #fff;
    background-size: cover; background-position: center;
    transition: transform .3s ease, box-shadow .3s ease;
}
.highlight-card:hover { transform: translateY(-8px); box-shadow: 0 24px 50px rgba(8,16,32,.28); color: #fff; }
.highlight-card--image::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(10,12,16,.05) 28%, rgba(10,12,16,.55) 60%, rgba(10,12,16,.9));
}
.highlight-card--dark::before {
    content: ''; position: absolute; top: -50px; right: -50px;
    width: 180px; height: 180px; border-radius: 50%;
    background: radial-gradient(circle, hsla(var(--base),.55), transparent 70%);
}
.highlight-card__icon {
    position: absolute; top: 26px; left: 26px; z-index: 2;
    width: 56px; height: 56px; border-radius: 16px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 26px; color: var(--id-ink);
    background: var(--id-accent);
}
.highlight-card__inner {
    position: absolute; inset: 0; z-index: 2;
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 28px;
}
.highlight-card__title { color: #fff; font-size: 1.55rem; font-weight: 800; line-height: 1.1; margin-bottom: 10px; }
.highlight-card__text { color: rgba(255,255,255,.82); font-size: .95rem; margin-bottom: 22px; }
.highlight-card__arrow {
    width: 48px; height: 48px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,.4);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 20px; color: #fff; transition: all .25s ease;
}
.highlight-card:hover .highlight-card__arrow { background: var(--id-accent); border-color: var(--id-accent); color: var(--id-ink); }

/* =====================================================================
   idGlobal — Card Comparison ("Let's compare")
   ===================================================================== */
.compare-section { background: var(--id-soft); }
.compare-card {
    background: #fff; border-radius: 24px; overflow: hidden; height: 100%;
    box-shadow: var(--id-shadow);
}
.compare-card__head { position: relative; padding: 38px 40px; display: flex; align-items: center; gap: 26px; }
.compare-card__head--lime { background: linear-gradient(135deg, #C8D400 0%, #aeb800 100%); }
.compare-card__head--dark { background: linear-gradient(135deg, #1E3A5F 0%, hsl(var(--base)) 100%); }
.compare-card__head--lime .compare-card__title { color: var(--id-ink); }
.compare-card__head--dark .compare-card__title { color: #fff; }
.compare-card__title { font-size: 1.45rem; font-weight: 800; line-height: 1.18; margin: 0; }
@media(max-width:575px){ .compare-card__head{ flex-direction:column; align-items:flex-start; } }

/* mini card visual */
.mini-card {
    position: relative; flex: 0 0 auto;
    width: 150px; height: 96px; border-radius: 14px;
    background: linear-gradient(135deg, #2E5F8A, #1E3A5F);
    box-shadow: 0 12px 26px rgba(8,12,20,.35);
    padding: 14px 16px; color: #fff;
}
.mini-card__brand { font-size: .8rem; font-weight: 800; letter-spacing: 1px; }
.mini-card__chip {
    position: absolute; left: 16px; top: 38px; width: 22px; height: 16px; border-radius: 4px;
    background: linear-gradient(135deg, #e6c878, #b8902f);
}
.mini-card__label { position: absolute; left: 16px; bottom: 14px; font-size: .72rem; opacity: .8; letter-spacing: .5px; }
.mini-card__dots { position: absolute; right: 14px; bottom: 14px; width: 24px; height: 14px; }
.mini-card__dots::before, .mini-card__dots::after {
    content: ''; position: absolute; bottom: 0; width: 14px; height: 14px; border-radius: 50%;
}
.mini-card__dots::before { right: 8px; background: rgba(255,255,255,.85); }
.mini-card__dots::after { right: 0; background: var(--id-accent); }

.compare-card__body { padding: 34px 40px 38px; }
.compare-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px; }
.compare-list li { display: flex; gap: 16px; align-items: flex-start; }
.compare-list__check {
    flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center; font-size: 15px;
    background: hsla(var(--base), .1); color: hsl(var(--base)); margin-top: 2px;
}
.compare-list h5 { font-size: 1.05rem; font-weight: 700; color: var(--id-ink); margin: 0 0 4px; }
.compare-list p { color: var(--id-muted); font-size: .93rem; margin: 0; line-height: 1.55; }

/* =====================================================================
   idGlobal — Real-time Market Pulse
   ===================================================================== */
.market-section { background: var(--id-soft); overflow: hidden; }
.market-updated {
    display: inline-block; margin-top: 16px; padding: 6px 14px; border-radius: 999px;
    background: rgba(200,212,0,.14); border: 1px solid rgba(200,212,0,.4);
    color: var(--id-ink); font-size: .8rem; font-weight: 700; letter-spacing: .5px; text-transform: uppercase;
}
/* Ticker */
.market-ticker {
    display: flex; align-items: center; gap: 0;
    background: #1E3A5F; border-radius: 18px; padding: 14px 10px 14px 26px;
    box-shadow: 0 18px 40px rgba(8,12,20,.25); overflow: hidden;
}
.market-ticker__label {
    flex: 0 0 auto; color: #fff; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
    font-size: .82rem; padding-right: 22px; display: flex; align-items: center; gap: 10px;
    border-right: 1px solid rgba(255,255,255,.12); margin-right: 18px;
}
.market-dot { width: 10px; height: 10px; border-radius: 50%; background: #34d36b; box-shadow: 0 0 0 0 rgba(52,211,107,.6); animation: idBlink 1.6s infinite; }
@keyframes idBlink { 0%{box-shadow:0 0 0 0 rgba(52,211,107,.6);} 70%{box-shadow:0 0 0 8px rgba(52,211,107,0);} 100%{box-shadow:0 0 0 0 rgba(52,211,107,0);} }
.market-ticker__viewport { flex: 1; overflow: hidden; }
.market-ticker__track { display: inline-flex; gap: 10px; white-space: nowrap; animation: idTicker 38s linear infinite; }
.market-ticker:hover .market-ticker__track { animation-play-state: paused; }
@keyframes idTicker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.market-pill {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
    border-radius: 999px; padding: 8px 16px; color: rgba(255,255,255,.85); font-size: .85rem;
}
.market-pill b { color: #fff; font-weight: 700; }
.market-pill__val.up { color: #34d36b; }
.market-pill__val.down { color: #ff6b6b; }

/* Featured */
.market-featured {
    background: linear-gradient(160deg, #2E5F8A 0%, #1E3A5F 100%);
    border-radius: 22px; padding: 28px; color: #fff; height: 100%;
    box-shadow: var(--id-shadow);
}
.market-featured__top { display: flex; justify-content: space-between; align-items: center; }
.market-featured__label { font-size: .72rem; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,.55); font-weight: 700; }
.market-featured__pill { font-size: .68rem; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,.8); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); padding: 5px 12px; border-radius: 999px; }
.market-featured__sym { color: #fff; font-size: 2rem; font-weight: 800; margin: 22px 0 6px; letter-spacing: -.5px; }
.market-featured__price-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.market-featured__price { font-size: 2.6rem; font-weight: 800; letter-spacing: -1.5px; }
.market-chip { font-size: .82rem; font-weight: 700; padding: 5px 12px; border-radius: 999px; background: rgba(255,255,255,.08); }
.market-chip.up { color: #34d36b; } .market-chip.down { color: #ff6b6b; }
.market-featured__meta { color: rgba(255,255,255,.6); font-size: .85rem; margin: 14px 0 22px; }
.market-featured__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.market-featured__grid > div { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 12px; }
.market-featured__grid small { color: rgba(255,255,255,.5); font-size: .62rem; text-transform: uppercase; letter-spacing: .5px; }
.market-featured__grid p { color: #fff; font-weight: 600; font-size: .82rem; margin: 4px 0 0; line-height: 1.2; }

/* Panels */
.market-panel { background: #fff; border: 1px solid var(--id-line); border-radius: 22px; padding: 22px; height: 100%; box-shadow: var(--id-shadow-sm); }
.market-panel__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; padding: 0 6px 14px; border-bottom: 1px solid var(--id-line); }
.market-panel__head h4 { font-size: 1.1rem; margin: 0; }
.market-panel__head span { font-size: .66rem; text-transform: uppercase; letter-spacing: 1px; color: var(--id-muted); font-weight: 700; }
.market-list { list-style: none; margin: 0; padding: 0; }
.market-list li { display: flex; align-items: center; gap: 12px; padding: 14px 6px; border-bottom: 1px solid var(--id-line); }
.market-list li:last-child { border-bottom: 0; }
.market-ava { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: .85rem; background: hsl(var(--base)); color: #fff; }
.market-ava--c { background: #f7931a; }
.market-ava--fx { background: var(--id-soft); color: hsl(var(--base)); font-size: .72rem; border: 1px solid var(--id-line); }
.market-list__name { flex: 1; min-width: 0; }
.market-list__name b { display: block; font-size: .92rem; color: var(--id-ink); }
.market-list__name small { color: var(--id-muted); font-size: .76rem; }
.market-list__val { text-align: right; }
.market-list__val b { display: block; font-size: .92rem; color: var(--id-ink); }
.market-list__val small { font-size: .76rem; color: var(--id-muted); }
.market-list__val small.up { color: #16a34a; }
.market-list__val small.down { color: #dc2626; }
@media(max-width:575px){ .market-ticker__label{ display:none; } }

/* =====================================================================
   idGlobal — Contact page (method cards + Get in Touch)
   ===================================================================== */
.contact-methods { background: #fff; }
.method-card {
    background: #fff; border: 1px solid var(--id-line); border-radius: 18px;
    padding: 38px 32px; height: 100%; box-shadow: var(--id-shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease;
}
.method-card:hover { transform: translateY(-6px); box-shadow: var(--id-shadow); }
.method-card__icon {
    width: 64px; height: 64px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center; font-size: 28px;
    color: #fff; background: linear-gradient(135deg, hsl(var(--base)), #16314f);
    margin-bottom: 22px; transition: all .25s ease;
}
.method-card:hover .method-card__icon { background: var(--id-accent); color: var(--id-ink); }
.method-card__title { font-size: 1.3rem; margin-bottom: 10px; }
.method-card__text { color: var(--id-muted); margin-bottom: 0; }

.getintouch-section { position: relative; padding: 110px 0; background-size: cover; background-position: center; }
.getintouch-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(120deg, rgba(8,14,26,.92) 0%, rgba(12,24,44,.85) 45%, hsla(var(--base),.6) 100%);
}
.getintouch-title { color: #fff; font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; }
@media(max-width:767px){ .getintouch-title{ font-size: 2.1rem; } }
.getintouch-desc { color: rgba(255,255,255,.82); font-size: 1.05rem; line-height: 1.7; max-width: 520px; margin-top: 18px; }
.getintouch-info { margin-top: 34px; display: grid; gap: 22px; }
.getintouch-info__item { display: flex; align-items: center; gap: 18px; }
.getintouch-info__icon {
    flex: 0 0 auto; width: 56px; height: 56px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center; font-size: 24px;
    color: var(--id-ink); background: var(--id-accent);
}
.getintouch-info__item h5 { color: #fff; font-size: 1.05rem; margin: 0 0 2px; }
.getintouch-info__item p { color: rgba(255,255,255,.8); margin: 0; }

.getintouch-form {
    background: #fff; border-radius: 22px; padding: 40px; box-shadow: var(--id-shadow);
}
.getintouch-form .form-group { margin-bottom: 20px; }
.getintouch-form label { font-weight: 600; color: var(--id-ink); margin-bottom: 8px; display: block; }
.getintouch-form .form--control {
    height: 52px; border-radius: 10px; border: 1px solid var(--id-line);
    padding: 0 16px; width: 100%; background: #fff; transition: border-color .2s ease, box-shadow .2s ease;
}
.getintouch-form textarea.form--control { height: auto; padding: 14px 16px; }
.getintouch-form .form--control:focus { border-color: hsl(var(--base)); box-shadow: 0 0 0 3px hsla(var(--base),.12); outline: 0; }
.getintouch-form .btn--base { width: 100%; }
.text--danger { color: #dc2626; }

/* =====================================================================
   idGlobal — "Banking with us" mega menu
   ===================================================================== */
.banking-nav { position: relative; }
.banking-nav > a { position: relative; }
.banking-nav > a::after {
    content: "\f107"; font-family: "Line Awesome Free"; font-weight: 900;
    margin-left: 7px; font-size: 14px; transition: transform .25s ease; display: inline-block;
}
.banking-nav:hover > a::after { transform: rotate(180deg); }
.banking-mega {
    position: absolute; top: 100%; left: 0; z-index: 999;
    min-width: 540px; background: #fff; border: 1px solid var(--id-line);
    border-radius: 16px; box-shadow: var(--id-shadow);
    padding: 26px 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px;
    opacity: 0; visibility: hidden; transform: translateY(12px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s;
}
.banking-nav:hover .banking-mega { opacity: 1; visibility: visible; transform: translateY(0); }
.banking-mega__label {
    display: block; font-size: .72rem; font-weight: 800; letter-spacing: 1.5px;
    text-transform: uppercase; color: var(--id-muted); margin-bottom: 14px;
}
.banking-mega__col > a {
    display: block; color: var(--id-ink) !important; font-weight: 700; font-size: 1rem;
    padding: 8px 0; transition: color .18s ease, padding .18s ease;
}
.banking-mega__col > a::after { display: none !important; }
.banking-mega__col > a:hover { color: hsl(var(--base)) !important; padding-left: 6px; }

@media (max-width: 991px) {
    .banking-nav > a { display: flex; align-items: center; justify-content: space-between; }
    .banking-nav > a::after {
        content: "\f107"; display: inline-block; font-family: "Line Awesome Free"; font-weight: 900;
        margin-left: 8px; transition: transform .25s ease;
    }
    .banking-nav.open > a::after { transform: rotate(180deg); }
    .banking-mega {
        position: static; opacity: 1; visibility: visible; transform: none;
        min-width: 0; width: 100%; grid-template-columns: 1fr 1fr;
        background: transparent; box-shadow: none; border: 0; border-radius: 0;
        padding: 6px 0 4px; gap: 6px 16px;
        max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease;
    }
    .banking-nav.open .banking-mega { max-height: 460px; padding: 12px 0 10px; }
    .banking-mega__label { color: var(--id-muted); margin-bottom: 4px; font-size: .68rem; }
    .banking-mega__col > a { color: var(--id-ink) !important; padding: 7px 0; font-size: .95rem; }
    .banking-mega__col > a:hover { color: hsl(var(--base)) !important; padding-left: 0; }
}

/* =====================================================================
   idGlobal — Current Account page
   ===================================================================== */
.btn--light { background:#fff !important; color:var(--id-ink) !important; border:0 !important; font-weight:700; }
.btn--light:hover { background:var(--id-accent) !important; color:var(--id-ink) !important; }

/* Hero */
.ca-hero { position:relative; padding:120px 0 70px; color:#fff; background:linear-gradient(150deg,#1E3A5F 0%,#16314f 55%,hsl(var(--base)) 130%); overflow:hidden; }
.ca-hero::after { content:''; position:absolute; right:-120px; top:-120px; width:420px; height:420px; border-radius:50%; background:radial-gradient(circle,hsla(var(--base),.45),transparent 70%); }
.ca-hero__eyebrow { display:inline-block; text-transform:uppercase; letter-spacing:2px; font-size:.78rem; font-weight:700; color:var(--id-accent); padding:6px 14px; border:1px solid rgba(200,212,0,.35); border-radius:999px; background:rgba(200,212,0,.08); }
.ca-hero__title { color:#fff; font-size:3.2rem; font-weight:800; letter-spacing:-1.3px; line-height:1.07; margin-top:18px; }
@media(max-width:767px){ .ca-hero__title{ font-size:2.2rem; } }
.ca-hero__desc { color:rgba(255,255,255,.82); font-size:1.08rem; margin-top:18px; max-width:520px; }
.ca-hero__btns { margin-top:26px; display:flex; flex-wrap:wrap; gap:12px; }
.ca-hero__stats { display:flex; flex-wrap:wrap; gap:14px; margin-top:32px; }
.ca-stat { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:14px; padding:16px 20px; min-width:120px; }
.ca-stat b { display:block; font-size:1.5rem; font-weight:800; color:#fff; }
.ca-stat span { font-size:.82rem; color:rgba(255,255,255,.6); }
/* hero visual */
.ca-hero__visual { position:relative; }
.ca-hero__visual > img { width:100%; height:480px; object-fit:cover; border-radius:22px; box-shadow:0 30px 60px rgba(5,10,20,.5); }
.ca-hero__card { position:absolute; left:-10px; bottom:24px; width:74%; background:rgba(16,24,40,.72); backdrop-filter:blur(10px); border:1px solid rgba(255,255,255,.12); border-radius:16px; padding:18px 20px; box-shadow:0 20px 40px rgba(5,10,20,.45); }
.ca-hero__card-top { display:flex; justify-content:space-between; align-items:center; font-size:.72rem; letter-spacing:1px; text-transform:uppercase; color:rgba(255,255,255,.65); }
.ca-hero__card-top b { color:#fff; letter-spacing:2px; }
.ca-hero__tx { margin-top:14px; display:grid; gap:8px; }
.ca-hero__tx small { font-size:.64rem; text-transform:uppercase; letter-spacing:1px; color:rgba(255,255,255,.45); }
.ca-hero__tx p { margin:0; font-size:.86rem; color:rgba(255,255,255,.85); display:flex; justify-content:space-between; }
.ca-hero__tx b.up { color:#34d36b; } .ca-hero__tx b.down { color:#ff7a7a; }
/* live fx */
.ca-fx { margin-top:46px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.1); border-radius:18px; padding:22px 26px; }
.ca-fx__head { display:flex; justify-content:space-between; align-items:center; margin-bottom:16px; }
.ca-fx__head span { font-weight:700; color:#fff; }
.ca-fx__head small { color:rgba(255,255,255,.5); font-size:.78rem; }
.ca-fx__grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
@media(max-width:575px){ .ca-fx__grid{ grid-template-columns:repeat(2,1fr); } }
.ca-fx__item { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08); border-radius:12px; padding:14px 16px; }
.ca-fx__item small { display:block; font-size:.66rem; text-transform:uppercase; letter-spacing:1px; color:rgba(255,255,255,.5); }
.ca-fx__item b { color:#fff; font-size:1.1rem; }

/* Features */
.ca-features { background:#fff; }
.ca-feature__media img { width:100%; height:420px; object-fit:cover; border-radius:22px; box-shadow:var(--id-shadow); }
.ca-feature__title { font-size:2.2rem; font-weight:800; letter-spacing:-.8px; color:var(--id-ink); }
@media(max-width:767px){ .ca-feature__title{ font-size:1.7rem; } }
.ca-feature__desc { color:var(--id-muted); font-size:1.05rem; line-height:1.7; }
.ca-feature__note { color:var(--id-muted); font-size:.85rem; opacity:.8; margin-top:10px; }

/* Value grid */
.ca-grid { background:var(--id-soft); }
.ca-grid-card { background:#fff; border:1px solid var(--id-line); border-radius:18px; padding:34px 30px; height:100%; box-shadow:var(--id-shadow-sm); transition:transform .25s ease, box-shadow .25s ease; }
.ca-grid-card:hover { transform:translateY(-6px); box-shadow:var(--id-shadow); }
.ca-grid-card__icon { width:62px; height:62px; border-radius:16px; display:inline-flex; align-items:center; justify-content:center; font-size:28px; color:#fff; background:linear-gradient(135deg,hsl(var(--base)),#16314f); margin-bottom:20px; }
.ca-grid-card__title { font-size:1.25rem; margin-bottom:10px; }
.ca-grid-card__text { color:var(--id-muted); font-size:.95rem; margin-bottom:18px; }
.ca-grid-card__link { font-weight:700; color:hsl(var(--base)); display:inline-flex; align-items:center; gap:8px; }
.ca-grid-card__link i { transition:transform .2s ease; }
.ca-grid-card__link:hover i { transform:translateX(5px); }

/* CTA band */
.ca-cta { background:linear-gradient(120deg,#16314f,hsl(var(--base))); border-radius:24px; padding:48px 52px; position:relative; overflow:hidden; }
.ca-cta::after { content:''; position:absolute; right:-40px; bottom:-60px; width:220px; height:220px; border-radius:50%; background:rgba(200,212,0,.16); }
.ca-cta__title { color:#fff; font-size:1.9rem; font-weight:800; letter-spacing:-.5px; }
.ca-cta__text { color:rgba(255,255,255,.82); max-width:560px; }

/* =====================================================================
   idGlobal — Current Account: Lead text + FAQ
   ===================================================================== */
.ca-lead { background:#fff; }
.ca-lead__title { font-size:2.6rem; font-weight:800; letter-spacing:-1px; line-height:1.12; color:var(--id-ink); }
@media(max-width:767px){ .ca-lead__title{ font-size:1.9rem; } }
.ca-lead__para { color:var(--id-muted); font-size:1.15rem; line-height:1.8; margin-bottom:22px; }
.ca-lead__para:first-letter { } /* room for editorial tweaks */
.ca-lead__highlight {
    font-size:1.3rem; font-weight:700; color:var(--id-ink); line-height:1.5;
    padding-left:22px; border-left:4px solid var(--id-accent); margin-top:10px;
}

.ca-faq { background:var(--id-soft); }
.ca-faq__intro .section-title { font-size:2.2rem; }
.ca-accordion .accordion-item {
    background:#fff; border:1px solid var(--id-line); border-radius:16px !important;
    margin-bottom:16px; overflow:hidden; box-shadow:var(--id-shadow-sm);
}
.ca-accordion .accordion-button {
    font-size:1.12rem; font-weight:700; color:var(--id-ink); padding:22px 24px;
    background:#fff; box-shadow:none;
}
.ca-accordion .accordion-button:not(.collapsed) { color:hsl(var(--base)); background:hsla(var(--base),.04); }
.ca-accordion .accordion-button::after { background-size:1rem; }
.ca-accordion .accordion-body { padding:4px 24px 24px; color:var(--id-muted); font-size:1.02rem; line-height:1.75; }

/* =====================================================================
   idGlobal — Credit Card component + page
   ===================================================================== */
.idcc {
    position: relative; width: 100%; max-width: 380px; aspect-ratio: 1.586/1;
    border-radius: 18px; padding: 26px; color: #fff; overflow: hidden;
    background: linear-gradient(135deg, #2E5F8A 0%, #1E3A5F 55%, #16314f 100%);
    box-shadow: 0 28px 60px rgba(5,8,14,.55);
}
.idcc__shine { position:absolute; inset:0; background: linear-gradient(115deg, rgba(255,255,255,.14) 0%, transparent 38%); pointer-events:none; }
.idcc__top { display:flex; justify-content:space-between; align-items:center; position:relative; z-index:1; }
.idcc__brand { font-weight:800; letter-spacing:.5px; font-size:1.1rem; }
.idcc__top > i { font-size:1.2rem; opacity:.8; transform:rotate(90deg); }
.idcc__chip { width:42px; height:32px; border-radius:7px; margin-top:26px; background:linear-gradient(135deg,#e6c878,#b8902f); position:relative; z-index:1; }
.idcc__num { margin-top:20px; font-size:1rem; letter-spacing:1.5px; white-space:nowrap; position:relative; z-index:1; }
.idcc__foot { display:flex; justify-content:space-between; margin-top:18px; position:relative; z-index:1; }
.idcc__foot small { font-size:.6rem; text-transform:uppercase; letter-spacing:1px; opacity:.55; }
.idcc__foot p { margin:3px 0 0; font-size:.85rem; font-weight:600; }

/* Hero */
.cc-hero { position:relative; padding:120px 0 90px; color:#fff; background:linear-gradient(150deg,#1E3A5F 0%,#16314f 60%,#2E5F8A 130%); overflow:hidden; }
.cc-hero::after { content:''; position:absolute; left:-120px; bottom:-120px; width:420px; height:420px; border-radius:50%; background:radial-gradient(circle,hsla(var(--base),.4),transparent 70%); }
.cc-hero__title { color:#fff; font-size:3.4rem; font-weight:800; letter-spacing:-1.4px; line-height:1.05; margin-top:18px; }
@media(max-width:767px){ .cc-hero__title{ font-size:2.3rem; } }
.cc-hero__desc { color:rgba(255,255,255,.82); font-size:1.1rem; margin-top:18px; max-width:520px; }
.cc-card-stage { display:flex; justify-content:center; perspective:1200px; }
.cc-card-stage .idcc { max-width:430px; transform:rotateY(-16deg) rotateX(6deg) rotate(2deg); transition:transform .4s ease; }
.cc-card-stage .idcc:hover { transform:rotateY(-6deg) rotateX(3deg); }

/* Intro */
.cc-intro { background:#fff; }
.cc-card-fan { position:relative; height:380px; max-width:460px; margin:0 auto; }
.cc-card-fan__back, .cc-card-fan__front { position:absolute; width:300px; }
.cc-card-fan__back { top:28px; left:8px; transform:rotate(-9deg); opacity:.96; z-index:1; }
.cc-card-fan__front { top:96px; left:128px; transform:rotate(5deg); z-index:2; }
.cc-card-fan .idcc { max-width:300px; padding:22px; }
.cc-card-fan .idcc__num { font-size:.92rem; }
@media(max-width:1199px){
    .cc-card-fan { height:340px; max-width:400px; }
    .cc-card-fan__back, .cc-card-fan__front { width:260px; }
    .cc-card-fan__front { left:100px; top:84px; }
    .cc-card-fan .idcc { max-width:260px; }
}
@media(max-width:575px){
    .cc-card-fan { height:300px; max-width:320px; }
    .cc-card-fan__back, .cc-card-fan__front { width:220px; }
    .cc-card-fan__back { left:0; }
    .cc-card-fan__front { left:80px; top:72px; }
    .cc-card-fan .idcc { max-width:220px; padding:18px; }
}
.cc-intro__title { font-size:2.4rem; font-weight:800; letter-spacing:-1px; color:var(--id-ink); line-height:1.12; }
@media(max-width:767px){ .cc-intro__title{ font-size:1.8rem; } }
.cc-intro__para { color:var(--id-muted); font-size:1.1rem; line-height:1.75; margin-bottom:18px; }
.cc-intro__note { color:var(--id-muted); font-size:.85rem; opacity:.8; }

/* Perks */
.cc-perks { background:var(--id-soft); }
.cc-perk { background:#fff; border:1px solid var(--id-line); border-radius:18px; padding:32px 28px; height:100%; box-shadow:var(--id-shadow-sm); transition:transform .25s ease, box-shadow .25s ease; }
.cc-perk:hover { transform:translateY(-6px); box-shadow:var(--id-shadow); }
.cc-perk__icon { width:58px; height:58px; border-radius:16px; display:inline-flex; align-items:center; justify-content:center; font-size:26px; color:var(--id-ink); background:var(--id-accent); margin-bottom:20px; }
.cc-perk__title { font-size:1.2rem; margin-bottom:10px; }
.cc-perk__text { color:var(--id-muted); font-size:.95rem; margin-bottom:0; }

/* Representative example */
.cc-example__box { background:var(--id-soft); border:1px solid var(--id-line); border-radius:22px; padding:40px; }
.cc-example__title { font-size:1.8rem; font-weight:800; color:var(--id-ink); margin-bottom:22px; }
.cc-example__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
@media(max-width:767px){ .cc-example__grid{ grid-template-columns:1fr; gap:14px; } }
.cc-example__grid small { display:block; font-size:.68rem; text-transform:uppercase; letter-spacing:1px; color:var(--id-muted); margin-bottom:6px; }
.cc-example__grid b { font-size:1.1rem; color:var(--id-ink); }

/* Explore */
.cc-explore__media { position:relative; border-radius:24px; overflow:hidden; box-shadow:var(--id-shadow); }
.cc-explore__media img { width:100%; height:520px; object-fit:cover; display:block; }
.cc-explore__media::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg, rgba(10,14,22,.35), transparent 55%); }
.cc-explore__card { position:absolute; right:30px; bottom:30px; z-index:2; max-width:360px; background:rgba(255,255,255,.92); backdrop-filter:blur(8px); border-radius:18px; padding:26px 28px; box-shadow:var(--id-shadow); }
.cc-explore__card h3 { font-size:1.35rem; color:var(--id-ink); margin-bottom:8px; }
.cc-explore__card p { color:var(--id-muted); font-size:.95rem; margin:0; }
@media(max-width:575px){ .cc-explore__card{ right:14px; left:14px; bottom:14px; max-width:none; } }

/* =====================================================================
   idGlobal — Saver account page
   ===================================================================== */
.sa-hero { position:relative; padding:120px 0 90px; color:#fff; background:linear-gradient(150deg,#1E3A5F 0%,#16314f 55%,hsl(var(--base)) 130%); overflow:hidden; }
.sa-hero::after { content:''; position:absolute; right:-120px; top:-120px; width:420px; height:420px; border-radius:50%; background:radial-gradient(circle,hsla(var(--base),.4),transparent 70%); }
.sa-hero__title { color:#fff; font-size:3.2rem; font-weight:800; letter-spacing:-1.3px; line-height:1.06; margin-top:18px; }
@media(max-width:767px){ .sa-hero__title{ font-size:2.2rem; } }
.sa-hero__desc { color:rgba(255,255,255,.82); font-size:1.1rem; margin-top:18px; max-width:520px; }
.sa-hero__visual { position:relative; }
.sa-hero__visual > img { width:100%; height:480px; object-fit:cover; border-radius:22px; box-shadow:0 30px 60px rgba(5,10,20,.45); }
.sa-goal { position:absolute; left:-10px; bottom:26px; width:64%; background:#fff; border-radius:16px; padding:20px 22px; box-shadow:var(--id-shadow); }
.sa-goal__head { display:flex; justify-content:space-between; align-items:center; }
.sa-goal__head span { font-size:.72rem; text-transform:uppercase; letter-spacing:1px; color:var(--id-muted); font-weight:700; }
.sa-goal__head i { color:hsl(var(--base)); font-size:20px; }
.sa-goal small { display:block; margin-top:12px; color:var(--id-muted); font-size:.78rem; }
.sa-goal h3 { color:var(--id-ink); font-weight:800; font-size:1.6rem; margin:2px 0 12px; }
.sa-goal__bar { height:8px; border-radius:999px; background:var(--id-line); overflow:hidden; }
.sa-goal__bar span { display:block; height:100%; border-radius:999px; background:var(--id-accent); }
.sa-goal p { margin:10px 0 0; font-size:.78rem; color:var(--id-muted); }

/* Rate highlight */
.sa-rate { background:#fff; }
.sa-rate__box { background:var(--id-soft); border:1px solid var(--id-line); border-radius:24px; padding:46px; }
.sa-rate__num { display:flex; align-items:baseline; gap:12px; margin:16px 0 6px; }
.sa-rate__num b { font-size:3.4rem; font-weight:800; color:hsl(var(--base)); letter-spacing:-2px; line-height:1; }
.sa-rate__num span { font-size:.9rem; font-weight:700; color:var(--id-muted); text-transform:uppercase; letter-spacing:1px; }
.sa-rate__title { font-size:2rem; font-weight:800; color:var(--id-ink); letter-spacing:-.6px; }
.sa-rate__desc { color:var(--id-muted); font-size:1.05rem; line-height:1.7; margin-top:14px; }
.sa-rate__note { color:var(--id-muted); font-size:.85rem; opacity:.8; }
.sa-rate__media img { width:100%; height:380px; object-fit:cover; border-radius:18px; box-shadow:var(--id-shadow); }

/* Cards + features reuse ca-grid-card / ca-feature styles */
.sa-cards { background:var(--id-soft); }
.sa-features { background:#fff; }
.sa-feature__media img { width:100%; height:420px; object-fit:cover; border-radius:22px; box-shadow:var(--id-shadow); }

/* =====================================================================
   idGlobal — Boosted Saver page
   ===================================================================== */
.bs-hero { background:linear-gradient(150deg,#16314f 0%,#1E3A5F 55%,hsl(var(--base)) 130%); }
.bs-badge { position:absolute; left:-14px; bottom:30px; background:var(--id-accent); color:var(--id-ink); border-radius:18px; padding:18px 26px; box-shadow:0 16px 34px rgba(200,212,0,.4); text-align:center; }
.bs-badge__label { display:block; font-size:.7rem; text-transform:uppercase; letter-spacing:1px; font-weight:700; opacity:.8; }
.bs-badge__rate { font-size:2.4rem; font-weight:800; letter-spacing:-1px; line-height:1; }

/* Rate tiers */
.bs-tiers { background:#fff; }
.bs-tier { position:relative; background:#fff; border:1px solid var(--id-line); border-radius:20px; padding:34px 30px; height:100%; box-shadow:var(--id-shadow-sm); transition:transform .25s ease, box-shadow .25s ease; }
.bs-tier:hover { transform:translateY(-6px); box-shadow:var(--id-shadow); }
.bs-tier--popular { border:2px solid hsl(var(--base)); box-shadow:var(--id-shadow); transform:translateY(-8px); }
.bs-tier--popular:hover { transform:translateY(-12px); }
.bs-tier__tag { position:absolute; top:-13px; left:50%; transform:translateX(-50%); background:var(--id-accent); color:var(--id-ink); font-size:.72rem; font-weight:800; text-transform:uppercase; letter-spacing:1px; padding:6px 16px; border-radius:999px; }
.bs-tier__term { display:inline-block; font-size:.85rem; font-weight:700; color:var(--id-muted); text-transform:uppercase; letter-spacing:1px; }
.bs-tier__rate { display:flex; align-items:baseline; gap:8px; margin:14px 0 8px; }
.bs-tier__rate b { font-size:3rem; font-weight:800; color:hsl(var(--base)); letter-spacing:-2px; line-height:1; }
.bs-tier__rate small { font-size:.82rem; color:var(--id-muted); font-weight:700; text-transform:uppercase; letter-spacing:.5px; }
.bs-tier__desc { color:var(--id-muted); font-size:.95rem; margin-bottom:14px; }
.bs-tier__feature { display:flex; align-items:center; gap:8px; color:var(--id-ink); font-weight:600; font-size:.9rem; padding-top:14px; border-top:1px solid var(--id-line); }
.bs-tier__feature i { color:var(--id-accent); font-size:18px; }

/* How it works steps */
.bs-steps { background:var(--id-soft); }
.bs-step { text-align:center; padding:0 12px; }
.bs-step__num { width:72px; height:72px; margin:0 auto 20px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.5rem; font-weight:800; color:#fff; background:linear-gradient(135deg,hsl(var(--base)),#16314f); box-shadow:0 12px 26px hsla(var(--base),.3); position:relative; z-index:2; }
.bs-step__title { font-size:1.15rem; margin-bottom:8px; }
.bs-step__text { color:var(--id-muted); font-size:.92rem; margin-bottom:0; }
.bs-step-item { position:relative; }
.bs-step-item:not(:last-child)::after { content:''; position:absolute; top:36px; left:62%; width:76%; height:2px; background:repeating-linear-gradient(90deg, hsla(var(--base),.35) 0 8px, transparent 8px 16px); z-index:1; }
@media(max-width:767px){ .bs-step-item::after{ display:none !important; } }

/* =====================================================================
   idGlobal — Investing page
   ===================================================================== */
.inv-hero { background:linear-gradient(150deg,#1E3A5F 0%,#16314f 55%,hsl(var(--base)) 130%); }
.inv-pf { position:absolute; left:-12px; bottom:28px; width:70%; background:#fff; border-radius:16px; padding:20px 22px; box-shadow:var(--id-shadow); }
.inv-pf__head { display:flex; justify-content:space-between; align-items:flex-start; }
.inv-pf__head small { display:block; font-size:.72rem; text-transform:uppercase; letter-spacing:1px; color:var(--id-muted); font-weight:700; }
.inv-pf__head h3 { color:var(--id-ink); font-weight:800; font-size:1.6rem; margin:4px 0 0; }
.inv-pf__chip { background:rgba(22,163,74,.1); color:#16a34a; font-weight:700; font-size:.78rem; padding:5px 12px; border-radius:999px; white-space:nowrap; }
.inv-pf__spark { width:100%; height:54px; margin-top:8px; display:block; }

/* Options + features reuse ca-grid-card / sa-feature */
.inv-options { background:#fff; }
.inv-features { background:var(--id-soft); }
.inv-features .sa-feature__media img { width:100%; height:420px; object-fit:cover; border-radius:22px; box-shadow:var(--id-shadow); }

/* Risk notice */
.inv-risk { background:var(--id-soft); }
.inv-risk__box { display:flex; gap:24px; align-items:flex-start; background:#fff; border:1px solid var(--id-line); border-left:5px solid var(--id-accent); border-radius:18px; padding:34px 38px; box-shadow:var(--id-shadow-sm); }
.inv-risk__icon { flex:0 0 auto; width:56px; height:56px; border-radius:14px; display:inline-flex; align-items:center; justify-content:center; font-size:26px; color:var(--id-ink); background:var(--id-accent); }
.inv-risk__eyebrow { font-size:.72rem; text-transform:uppercase; letter-spacing:1.5px; font-weight:800; color:hsl(var(--base)); }
.inv-risk__title { font-size:1.4rem; margin:6px 0 10px; color:var(--id-ink); }
.inv-risk__body { color:var(--id-muted); font-size:1rem; line-height:1.75; margin:0; }
@media(max-width:575px){ .inv-risk__box{ flex-direction:column; gap:16px; padding:26px; } }
/* =====================================================================
   idGlobal — Header: white on all viewports
   ===================================================================== */
.header__bottom {
    background-color: #fff !important;
    border-bottom: 1px solid var(--id-line);
}
.header.menu-fixed .header__bottom {
    background-color: #fff !important;
    box-shadow: 0 2px 16px rgba(0,0,0,.07);
}

/* Menu link colors — dark on white header (desktop + mobile) */
.header .main-menu li a { color: var(--id-ink) !important; }
.header .main-menu li a:hover,
.header .main-menu li a:focus,
.header .main-menu li a.active { color: hsl(var(--base)) !important; }
.header .main-menu .sub-menu li a { color: var(--id-muted) !important; }
.header .main-menu .sub-menu li a:hover { color: hsl(var(--base)) !important; }

/* menu_has_children + icon: make it dark on white header */
.header .main-menu li.menu_has_children > a::before { color: var(--id-ink) !important; }
/* Banking-nav uses its own ::after chevron — hide the ::before + icon */
.banking-nav > a::before { display: none !important; }

/* Hamburger toggle bars — green accent so visible on white */
.menu-toggle { color: var(--id-accent) !important; }
.menu-toggle::before,
.menu-toggle::after { background-color: var(--id-accent) !important; }

/* Mobile-only */
@media (max-width: 991px) {
    .header .header__bottom-bg { background-color: #fff !important; }
}
