/* Customize */

/* Override the theme's lime-green primary with the site blue (loads after main.css) */
:root {
    --tp-theme-primary: #009AEE;
    --tp-theme-1: #009AEE;
}

/* ---- Standard input styling: readable #333 text + always-visible border ----
   The theme sets `border: 1px solid transparent` on its inputs, so fields look
   borderless after typing. Give them a real border and a consistent text color. */
input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
textarea,
select {
    color: #333333;
}
.tp-checkout-input input,
.tp-checkout-input textarea,
.tp-checkout-input .tp-select,
.tp-contact-input input,
.tp-profile-input input,
.tp-profile-input select,
.tp-postbox-details-input .tp-input,
.tp-postbox-details-input .tp-textarea,
.tp-postbox-details-input .tp-select,
.tp-input {
    border: 1px solid #d0d5dd !important;
    border-radius: 8px;
    color: #333333 !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.tp-checkout-input input::placeholder,
.tp-checkout-input textarea::placeholder,
.tp-contact-input input::placeholder,
.tp-profile-input input::placeholder,
.tp-input::placeholder {
    color: #8a94a6 !important;
}
.tp-checkout-input input:focus,
.tp-checkout-input textarea:focus,
.tp-contact-input input:focus,
.tp-profile-input input:focus,
.tp-postbox-details-input .tp-input:focus,
.tp-postbox-details-input .tp-textarea:focus,
.tp-input:focus {
    border-color: #009AEE !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(0, 154, 238, 0.12) !important;
}

.p-10{
    padding: 10px;
}
.p-20{
    padding: 20px;
}

.font-16{
    font-size: 16px;
}

.font-14{
    font-size : 14px;
}

.text-white{
    color: white !important;
}

.hide-class {
    display: none !important;

}

.color-white {
    color: white !important;
}

.color-black {
    color: black !important;
}

.color-black-04{
    color: rgba(0,0,0,0.2);
}

.main-color {
    color: #009AEE !important;
}

.main-background-color {
    background-image: linear-gradient(to right, #009AEE, #1ba8f5, #009AEE);
    transition: background-position 0.5s ease;
    color: white;
}

.main-background-color:hover{
    background-image: linear-gradient(to right, #009AEE, #1ba8f5, #009AEE);
    transition: background-position 0.5s ease;
    color: white;
}

.main-background-color::after{
    background-color: #009AEE;
    color: white;
}


.al-price-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
    width: 50px;
    height: 50px;
}


/* ===== Dashboard modern styling (scoped) ===== */
.dash-modern {
    --dash-primary: #009AEE;
    --dash-primary-dark: #007bc0;
}

/* Welcome / hero card */
.dash-welcome {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 32px 36px;
    margin-bottom: 30px;
    background: linear-gradient(120deg, #009AEE 0%, #1ba8f5 55%, #33c0ff 100%);
    box-shadow: 0 18px 40px -18px rgba(0, 154, 238, 0.65);
}
.dash-welcome::after {
    content: "";
    position: absolute;
    top: -60px;
    right: -40px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 70%);
    border-radius: 50%;
}
.dash-welcome::before {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 30%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 70%);
    border-radius: 50%;
}
.dash-welcome .profile__main-thumb {
    position: relative;
    z-index: 2;
}
.dash-welcome .profile__main-thumb img {
    width: 84px;
    height: 84px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.35);
}
.dash-welcome .profile__main-thumb-edit label {
    background: #fff;
    color: var(--dash-primary);
}
.dash-welcome .profile__main-content {
    position: relative;
    z-index: 2;
    margin-left: 20px;
}
.dash-welcome .dash-hello {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 4px;
}
.dash-welcome .profile__main-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
}
.dash-welcome .dash-noti {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    padding: 5px 14px;
    border-radius: 30px;
    backdrop-filter: blur(4px);
    margin: 0;
}
.dash-welcome .dash-noti i { font-size: 13px; }
.dash-welcome .dash-logout-btn {
    position: relative;
    z-index: 2;
    border: none;
    background: #fff;
    color: var(--dash-primary);
    font-weight: 600;
    padding: 11px 26px;
    border-radius: 30px;
    transition: all 0.25s ease;
    box-shadow: 0 8px 18px -8px rgba(0, 0, 0, 0.4);
}
.dash-welcome .dash-logout-btn i { margin-right: 7px; }
.dash-welcome .dash-logout-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.5);
}

/* Stat cards */
.dash-stat {
    position: relative;
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    box-shadow: 0 10px 30px -22px rgba(16, 44, 84, 0.5);
}
.dash-stat:hover {
    transform: translateY(-6px);
    border-color: transparent;
    box-shadow: 0 22px 40px -22px rgba(0, 154, 238, 0.55);
}
.dash-stat-top {
    display: flex;
    align-items: center;
    gap: 16px;
}
.dash-stat-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    font-size: 22px;
    color: #fff;
    background: var(--accent, var(--dash-primary));
    box-shadow: 0 10px 20px -8px var(--accent, rgba(0,154,238,0.6));
}
.dash-stat-label {
    font-size: 14px;
    color: #7a8699;
    margin: 0 0 4px;
}
.dash-stat-value {
    font-size: 28px;
    font-weight: 700;
    color: #16202e;
    line-height: 1.1;
    margin: 0;
}
.dash-stat-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #eef2f7;
}
.dash-stat-foot .dash-stat-sub { font-size: 12px; color: #9aa6b8; margin: 0; }
.dash-stat-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--accent, var(--dash-primary));
    text-decoration: none;
    transition: gap 0.2s ease;
}
.dash-stat-link:hover { gap: 11px; color: var(--accent, var(--dash-primary)); }

@media (max-width: 767px) {
    .dash-welcome { padding: 26px; text-align: center; }
    .dash-welcome .profile__main-inner { justify-content: center; }
    .dash-welcome .profile__main-content { margin-left: 0; margin-top: 16px; }
    .dash-logout-wrap { margin-top: 20px; }
}

/* ============================================================
   Full profile view redesign (scoped to .profile-modern)
   ============================================================ */
.profile-modern {
    --pm-primary: #009AEE;
    --pm-ink: #16202e;
    --pm-muted: #7a8699;
    --pm-line: #eef2f7;
    --pm-bg: #f6f9fc;
}

/* ============================================================
   Profile dashboard shell (scoped to .pm-dash)
   ============================================================ */
.pm-dash {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(900px 420px at 15% 0%, rgba(0, 154, 238, 0.10), rgba(0, 154, 238, 0) 60%),
        radial-gradient(760px 380px at 100% 10%, rgba(51, 192, 255, 0.10), rgba(51, 192, 255, 0) 55%),
        linear-gradient(180deg, #f4f9ff 0%, #eef5fb 100%);
}
.pm-dash > .profile__inner { position: relative; z-index: 1; }
.pm-muted { color: #9aa6b8 !important; }

/* ---- animated profile page background ---- */
.pm-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}
.pm-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(48px);
    will-change: transform;
}
.pm-blob-1 {
    width: 440px; height: 440px;
    top: -110px; left: -90px;
    background: radial-gradient(circle, rgba(75, 87, 230, 0.28), rgba(75, 87, 230, 0) 70%);
    animation: pm-float-1 20s ease-in-out infinite;
}
.pm-blob-2 {
    width: 500px; height: 500px;
    bottom: -160px; right: -110px;
    background: radial-gradient(circle, rgba(18, 184, 134, 0.24), rgba(18, 184, 134, 0) 70%);
    animation: pm-float-2 25s ease-in-out infinite;
}
.pm-blob-3 {
    width: 340px; height: 340px;
    top: 42%; left: 46%;
    background: radial-gradient(circle, rgba(51, 192, 255, 0.20), rgba(51, 192, 255, 0) 70%);
    animation: pm-float-3 28s ease-in-out infinite;
}
/* faint dotted grid overlay for texture */
.pm-grid {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(16, 44, 84, 0.05) 1px, transparent 1px);
    background-size: 26px 26px;
    -webkit-mask-image: radial-gradient(ellipse at 50% 40%, #000 30%, transparent 75%);
    mask-image: radial-gradient(ellipse at 50% 40%, #000 30%, transparent 75%);
}
@keyframes pm-float-1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(70px, 50px) scale(1.12); }
}
@keyframes pm-float-2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-60px, -50px) scale(1.08); }
}
@keyframes pm-float-3 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-45px, 40px); }
}
@media (prefers-reduced-motion: reduce) {
    .pm-blob { animation: none; }
}

/* ---- floating finance icons (light & animated) ---- */
.pm-icons { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.pm-ic {
    position: absolute;
    color: rgba(0, 154, 238, 0.07);
    will-change: transform, opacity;
    animation: pm-ic-float 18s ease-in-out infinite, pm-ic-twinkle 9s ease-in-out infinite;
}
/* scattered positions, sizes, colours & timing */
.pm-ic-1  { top: 10%;  left: 5%;   font-size: 40px; color: rgba(0, 154, 238, 0.08); animation-duration: 17s, 8s;  }
.pm-ic-2  { top: 20%;  left: 90%;  font-size: 52px; color: rgba(18, 184, 134, 0.07); animation-duration: 21s, 10s; animation-delay: -3s, -2s; }
.pm-ic-3  { top: 66%;  left: 8%;   font-size: 46px; color: rgba(124, 58, 237, 0.06); animation-duration: 19s, 7s;  animation-delay: -6s, -1s; }
.pm-ic-4  { top: 82%;  left: 84%;  font-size: 38px; color: rgba(0, 154, 238, 0.08); animation-duration: 23s, 11s; animation-delay: -2s, -4s; }
.pm-ic-5  { top: 6%;   left: 44%;  font-size: 58px; color: rgba(51, 192, 255, 0.07); animation-duration: 25s, 9s;  animation-delay: -8s, -3s; }
.pm-ic-6  { top: 50%;  left: 95%;  font-size: 36px; color: rgba(217, 119, 6, 0.06);  animation-duration: 18s, 8s;  animation-delay: -5s, -2s; }
.pm-ic-7  { top: 90%;  left: 38%;  font-size: 48px; color: rgba(18, 184, 134, 0.07); animation-duration: 22s, 10s; animation-delay: -1s, -5s; }
.pm-ic-8  { top: 38%;  left: 2%;   font-size: 44px; color: rgba(0, 154, 238, 0.06); animation-duration: 20s, 7s;  animation-delay: -9s, -3s; }
.pm-ic-9  { top: 30%;  left: 64%;  font-size: 42px; color: rgba(124, 58, 237, 0.06); animation-duration: 24s, 12s; animation-delay: -4s, -6s; }
.pm-ic-10 { top: 60%;  left: 52%;  font-size: 50px; color: rgba(51, 192, 255, 0.06); animation-duration: 26s, 9s;  animation-delay: -7s, -1s; }
.pm-ic-11 { top: 4%;   left: 22%;  font-size: 38px; color: rgba(0, 154, 238, 0.07); animation-duration: 20s, 8s;  animation-delay: -2s, -4s; }
.pm-ic-12 { top: 16%;  left: 70%;  font-size: 44px; color: rgba(18, 184, 134, 0.06); animation-duration: 23s, 11s; animation-delay: -6s, -2s; }
.pm-ic-13 { top: 44%;  left: 30%;  font-size: 46px; color: rgba(51, 192, 255, 0.07); animation-duration: 19s, 9s;  animation-delay: -3s, -5s; }
.pm-ic-14 { top: 74%;  left: 18%;  font-size: 40px; color: rgba(124, 58, 237, 0.06); animation-duration: 25s, 10s; animation-delay: -8s, -1s; }
.pm-ic-15 { top: 55%;  left: 6%;   font-size: 36px; color: rgba(0, 154, 238, 0.07); animation-duration: 21s, 8s;  animation-delay: -4s, -3s; }
.pm-ic-16 { top: 84%;  left: 62%;  font-size: 48px; color: rgba(18, 184, 134, 0.06); animation-duration: 22s, 12s; animation-delay: -1s, -6s; }
.pm-ic-17 { top: 26%;  left: 34%;  font-size: 42px; color: rgba(217, 119, 6, 0.06);  animation-duration: 24s, 9s;  animation-delay: -5s, -2s; }
.pm-ic-18 { top: 12%;  left: 56%;  font-size: 34px; color: rgba(51, 192, 255, 0.07); animation-duration: 18s, 7s;  animation-delay: -7s, -4s; }
.pm-ic-19 { top: 70%;  left: 90%;  font-size: 38px; color: rgba(0, 154, 238, 0.06); animation-duration: 20s, 10s; animation-delay: -2s, -5s; }
.pm-ic-20 { top: 48%;  left: 78%;  font-size: 46px; color: rgba(124, 58, 237, 0.06); animation-duration: 26s, 11s; animation-delay: -9s, -1s; }
.pm-ic-21 { top: 92%;  left: 8%;   font-size: 40px; color: rgba(18, 184, 134, 0.07); animation-duration: 23s, 8s;  animation-delay: -3s, -3s; }
.pm-ic-22 { top: 34%;  left: 46%;  font-size: 44px; color: rgba(51, 192, 255, 0.06); animation-duration: 21s, 12s; animation-delay: -6s, -6s; }

@keyframes pm-ic-float {
    0%   { transform: translate(0, 0) rotate(-8deg); }
    33%  { transform: translate(20px, -28px) rotate(6deg); }
    66%  { transform: translate(-16px, -14px) rotate(-4deg); }
    100% { transform: translate(0, 0) rotate(-8deg); }
}
@keyframes pm-ic-twinkle {
    0%, 100% { opacity: 0.45; }
    50%      { opacity: 1; }
}
@media (max-width: 991.98px) {
    .pm-ic-5, .pm-ic-6, .pm-ic-9, .pm-ic-10,
    .pm-ic-16, .pm-ic-18, .pm-ic-20, .pm-ic-22 { display: none; }
    .pm-ic { font-size: 30px !important; }
}
@media (prefers-reduced-motion: reduce) {
    .pm-ic { animation: none; }
}

/* sidebar logout item */
.profile-modern .profile__tab .pm-nav-logout {
    margin-top: 6px !important;
    border-top: 1px solid var(--pm-line) !important;
    border-radius: 0 0 12px 12px !important;
    color: #e05252 !important;
    cursor: pointer;
}
.profile-modern .profile__tab .pm-nav-logout span {
    background: rgba(224, 82, 82, 0.1) !important;
    color: #e05252 !important;
}
.profile-modern .profile__tab .pm-nav-logout:hover {
    background: rgba(224, 82, 82, 0.08) !important;
    color: #e05252 !important;
}

/* trend chips */
.dash-trend {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 9px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    vertical-align: middle;
}
.dash-trend-up { color: #1a9e5c; background: rgba(26, 158, 92, 0.14); }
.dash-trend-down { color: #e05252; background: rgba(224, 82, 82, 0.14); }
.dash-trend-flat { color: #7a8699; background: rgba(122, 134, 153, 0.16); }

/* earnings bar chart */
.dash-chart-legend { display: flex; align-items: center; gap: 12px; }
.dash-chart-total { font-size: 20px; font-weight: 800; color: #16202e; }
.dash-chart {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 210px;
    padding-top: 26px;
}
.dash-chart-col {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.dash-chart-bar {
    position: relative;
    width: 100%;
    max-width: 46px;
    border-radius: 10px 10px 4px 4px;
    background: linear-gradient(180deg, #7fd4ff 0%, #33c0ff 40%, #009AEE 100%);
    box-shadow: 0 10px 20px -10px rgba(0, 154, 238, 0.6);
    animation: dash-rise 0.6s ease backwards;
    transition: filter 0.2s ease;
}
.dash-chart-bar.is-current {
    background: linear-gradient(180deg, #ffd07a 0%, #f5a623 55%, #ec8f00 100%);
    box-shadow: 0 10px 20px -10px rgba(245, 166, 35, 0.7);
}
.dash-chart-col:hover .dash-chart-bar { filter: brightness(1.06); }
.dash-chart-val {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    font-weight: 700;
    color: #55627a;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.dash-chart-col:hover .dash-chart-val { opacity: 1; }
.dash-chart-x { margin-top: 10px; font-size: 12px; font-weight: 600; color: #7a8699; }
@keyframes dash-rise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
    .dash-chart-bar { animation: none; }
}

/* ============================================================
   Dashboard v2 (Hope-UI inspired) — scoped to .dash2
   ============================================================ */
/* ---- welcome hero floating decorations ---- */
.dash2 .dash-welcome { position: relative; overflow: hidden; }
.dash2 .dash-welcome .row { position: relative; z-index: 1; }
.dash-hero-decor {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}
.dash-hero-decor i {
    position: absolute;
    color: rgba(255, 255, 255, 0.16);
    animation: dash-hero-float 7s ease-in-out infinite;
    will-change: transform;
}
.dash-hero-decor i:nth-child(1) { top: 16%; right: 6%;  font-size: 52px; animation-delay: 0s; }
.dash-hero-decor i:nth-child(2) { top: 52%; right: 15%; font-size: 34px; animation-delay: -1.4s; color: rgba(255,255,255,0.13); }
.dash-hero-decor i:nth-child(3) { top: 24%; right: 26%; font-size: 40px; animation-delay: -2.6s; }
.dash-hero-decor i:nth-child(4) { top: 62%; right: 33%; font-size: 24px; animation-delay: -3.5s; color: rgba(255,255,255,0.12); }
.dash-hero-decor i:nth-child(5) { top: 10%; right: 38%; font-size: 22px; animation-delay: -4.2s; color: rgba(255,255,255,0.12); }
.dash-hero-decor i:nth-child(6) { top: 44%; right: 44%; font-size: 30px; animation-delay: -5s; }
@keyframes dash-hero-float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-16px) rotate(8deg); }
}
@media (max-width: 767px) {
    .dash-hero-decor i:nth-child(n+4) { display: none; }
}
@media (prefers-reduced-motion: reduce) {
    .dash-hero-decor i { animation: none; }
}

/* ---- ring stat cards ---- */
.dash2-card {
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
    padding: 22px 22px;
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 18px;
    box-shadow: 0 14px 34px -26px rgba(16, 44, 84, 0.5);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.dash2-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 46px -24px color-mix(in srgb, var(--c) 45%, transparent);
}
.dash2-ring {
    position: relative;
    flex-shrink: 0;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(closest-side, #fff 78%, transparent 79%),
        conic-gradient(var(--c) calc(var(--p) * 1%), #eef1f6 0);
    color: var(--c);
    font-size: 20px;
}
.dash2-card-label { font-size: 13.5px; color: #7a8699; }
.dash2-card-value { font-size: 24px; font-weight: 800; color: #16202e; margin: 2px 0 1px; line-height: 1.1; }
.dash2-card-foot { font-size: 12px; color: #9aa6b8; }

/* ---- earnings area chart ---- */
.dash2-gross { font-size: 28px; font-weight: 800; color: #16202e; margin: 0; line-height: 1.1; }
.dash2-gross-sub { font-size: 13px; color: #7a8699; }
.dash2-legend { display: flex; gap: 16px; }
.dash2-legend span { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: #55627a; }
.dash2-legend i { width: 10px; height: 10px; border-radius: 50%; }
.dash2-chart { margin-top: 18px; }
.dash2-svg { width: 100%; height: 260px; display: block; }
.dash2-xaxis {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 600;
    color: #9aa6b8;
}

/* ---- side: wallet + mini + lifetime ---- */
.dash2-side { display: flex; flex-direction: column; gap: 20px; }
.dash2-wallet {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 22px;
    color: #fff;
    background: linear-gradient(135deg, #4b57e6 0%, #6a55e0 45%, #12b886 130%);
    box-shadow: 0 20px 40px -20px rgba(75, 87, 230, 0.7);
}
.dash2-wallet-shape {
    position: absolute;
    top: -40px; right: -30px;
    width: 180px; height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 70%);
}
.dash2-wallet-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 26px;
}
.dash2-wallet-brand { display: block; font-size: 18px; font-weight: 800; }
.dash2-wallet-type { display: block; font-size: 11px; letter-spacing: 1px; opacity: 0.85; }
.dash2-wallet-chip {
    width: 42px; height: 30px;
    border-radius: 7px;
    background: linear-gradient(135deg, rgba(255,255,255,0.85), rgba(255,255,255,0.5));
}
.dash2-wallet-num {
    position: relative;
    z-index: 1;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 22px;
}
.dash2-wallet-foot {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.dash2-wallet-foot small { display: block; font-size: 11px; opacity: 0.8; text-transform: uppercase; letter-spacing: 0.5px; }
.dash2-wallet-foot b { font-size: 15px; font-weight: 700; word-break: break-word; }

.dash2-mini { display: flex; gap: 12px; }
.dash2-mini-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px;
    border-radius: 14px;
    background: #f6f9fc;
    border: 1px solid #eef2f7;
}
.dash2-mini-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    border-radius: 11px;
    font-size: 15px;
    color: #fff;
    background: var(--c, #4b57e6);
}
.dash2-mini-item b { display: block; font-size: 18px; font-weight: 800; color: #16202e; line-height: 1.1; }
.dash2-mini-item small { font-size: 12px; color: #7a8699; }

.dash2-lifetime {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 4px;
    margin-top: auto;
}
.dash2-lifetime h3 { font-size: 26px; font-weight: 800; color: #16202e; margin: 0; }
.dash2-lifetime a { font-size: 13px; font-weight: 600; color: #4b57e6; }
.dash2-lifetime a:hover { text-decoration: underline; }
.dash2-yoy {
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    color: #12b886;
    background: rgba(18, 184, 134, 0.14);
}

@media (max-width: 575px) {
    .dash2-card { padding: 18px; }
    .dash2-svg { height: 200px; }
}

/* ---- Sidebar user card ---- */
.pm-user-card {
    position: relative;
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 18px;
    padding: 0 24px 26px;
    margin-bottom: 24px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 18px 40px -30px rgba(16, 44, 84, 0.5);
}
.pm-user-cover {
    height: 84px;
    margin: 0 -24px 0;
    background: linear-gradient(120deg, #009AEE 0%, #1ba8f5 55%, #33c0ff 100%);
}
.pm-user-avatar {
    position: relative;
    width: 92px;
    height: 92px;
    margin: -46px auto 14px;
}
.pm-user-avatar img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 10px 22px -8px rgba(0, 0, 0, 0.3);
}
.pm-user-status {
    position: absolute;
    right: 6px;
    bottom: 8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2ecc71;
    border: 3px solid #fff;
}
.pm-user-name {
    font-size: 19px;
    font-weight: 700;
    color: #16202e;
    margin: 0 0 2px;
    word-break: break-word;
}
.pm-user-email {
    font-size: 13px;
    color: #7a8699;
    margin: 0 0 12px;
    word-break: break-word;
}
.pm-user-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    color: #1a9e5c;
    background: rgba(26, 158, 92, 0.12);
}
.pm-user-mini {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}
.pm-user-mini > div {
    flex: 1;
    padding: 12px 8px;
    border-radius: 12px;
    background: #f6f9fc;
    border: 1px solid #eef2f7;
}
.pm-user-mini-val { display: block; font-size: 17px; font-weight: 800; color: #16202e; line-height: 1.2; }
.pm-user-mini-lbl { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.4px; color: #9aa6b8; margin-top: 2px; }

/* ---- Dashboard panels ---- */
.dash-panel {
    height: 100%;
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 18px;
    padding: 24px 26px;
    box-shadow: 0 18px 40px -32px rgba(16, 44, 84, 0.5);
}
.dash-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.dash-panel-title {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 18px;
    font-weight: 700;
    color: #16202e;
    margin: 0;
}
.dash-panel-title i { color: #009AEE; font-size: 15px; }
.dash-panel-link { font-size: 13px; font-weight: 600; color: #009AEE; }
.dash-panel-link:hover { color: #0784c9; text-decoration: underline; }

/* ---- Quick actions ---- */
.dash-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.dash-action {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 16px;
    border: 1px solid #eef2f7;
    border-radius: 14px;
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.dash-action:hover {
    transform: translateY(-3px);
    border-color: transparent;
    box-shadow: 0 16px 30px -18px rgba(0, 154, 238, 0.45);
}
.dash-action-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 17px;
    color: #fff;
    background: var(--a, #009AEE);
    box-shadow: 0 10px 18px -8px var(--a, rgba(0, 154, 238, 0.7));
}
.dash-action-txt { display: flex; flex-direction: column; line-height: 1.3; }
.dash-action-txt b { font-size: 14.5px; color: #16202e; }
.dash-action-txt small { font-size: 12px; color: #7a8699; }

/* ---- Recent activity ---- */
.dash-activity { list-style: none; margin: 0; padding: 0; }
.dash-activity li {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 0;
    border-bottom: 1px solid #f0f4f9;
}
.dash-activity li:last-child { border-bottom: none; padding-bottom: 0; }
.dash-activity-dot {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 13px;
}
.dash-dot-green { color: #1a9e5c; background: rgba(26, 158, 92, 0.14); }
.dash-dot-blue { color: #009AEE; background: rgba(0, 154, 238, 0.12); }
.dash-dot-amber { color: #d9880a; background: rgba(245, 166, 35, 0.16); }
.dash-activity-body { flex: 1; min-width: 0; }
.dash-activity-body p { font-size: 14px; color: #16202e; margin: 0; }
.dash-activity-body span { font-size: 12px; color: #9aa6b8; }
.dash-activity-amt { font-size: 14px; font-weight: 700; white-space: nowrap; }
.dash-activity-amt.text-success { color: #1a9e5c; }
.dash-activity-amt.text-danger { color: #e05252; }

@media (max-width: 575px) {
    .dash-actions { grid-template-columns: 1fr; }
}

/* ---- Sidebar navigation ---- */
.profile-modern .profile__tab {
    background: #fff;
    border: 1px solid var(--pm-line);
    border-radius: 18px !important;
    padding: 14px;
    overflow: hidden;
    box-shadow: 0 18px 40px -30px rgba(16, 44, 84, 0.5);
}
.profile-modern .profile__tab .nav { gap: 4px; }
.profile-modern .profile__tab .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    text-align: left;
    border: none !important;
    border-radius: 12px;
    padding: 13px 16px;
    margin: 0 !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    color: #55627a;
    background: transparent;
    transition: all 0.22s ease;
}
/* kill the theme's stretched active background & dashed separators */
.profile-modern .profile__tab .nav-link::before,
.profile-modern .profile__tab .nav-link::after { display: none !important; }
.profile-modern .profile__tab .nav-link span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--pm-bg);
    color: var(--pm-primary);
    font-size: 15px;
    transition: all 0.22s ease;
}
.profile-modern .profile__tab .nav-link:hover {
    background: #edf5ff;
    color: #0d47a1;
    box-shadow: inset 4px 0 0 #1565c0, inset 10px 0 12px rgba(21, 101, 192, 0.08);
}
.profile-modern .profile__tab .nav-link:hover span {
    background: #dbeafe;
    color: #1565c0;
}
/* Higher specificity (0-5-1) beats main.css .profile__tab nav .nav-tabs .nav-link.active (0-4-1)
   which was forcing blue text on the blue gradient background */
.profile-modern .profile__tab nav .nav-tabs .nav-link.active,
.profile-modern .profile__tab .nav-link.active {
    background: linear-gradient(135deg, #0f5ec9 0%, #1a78e8 100%) !important;
    color: #ffffff !important;
    font-weight: 700;
    box-shadow: inset 4px 0 0 #fff, inset 12px 0 18px rgba(255, 255, 255, 0.18), 0 8px 24px -10px rgba(15, 94, 201, 0.55);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.profile-modern .profile__tab nav .nav-tabs .nav-link.active span,
.profile-modern .profile__tab .nav-link.active span {
    background: rgba(255, 255, 255, 0.22) !important;
    color: #ffffff !important;
}

/* ---- Content card ---- */
.profile-modern .profile__tab-content {
    background: #fff;
    border: 1px solid var(--pm-line);
    border-radius: 18px !important;
    padding: 32px;
    box-shadow: 0 18px 40px -30px rgba(16, 44, 84, 0.5);
}

/* ---- Section titles ---- */
.profile-modern .profile__info-title,
.profile-modern .profile__notification-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--pm-ink);
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 6px;
}
.profile-modern .profile__info-title::after,
.profile-modern .profile__notification-title::after {
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    width: 46px; height: 3px;
    border-radius: 3px;
    background: var(--pm-primary);
}

/* ---- Sub-tab pills (Personal / Password / Threshold / KYC) ---- */
.profile-modern .tp-product-tab { flex-wrap: wrap; gap: 4px; border: none; }
.profile-modern .tp-product-tab .nav-link {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--pm-line);
    border-radius: 30px;
    padding: 10px 22px;
    margin: 0 10px 10px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    color: var(--pm-muted);
    background: #fff;
    transition: all 0.22s ease;
}
.profile-modern .tp-product-tab .nav-link::before,
.profile-modern .tp-product-tab .nav-link::after { display: none !important; }
.profile-modern .tp-product-tab .nav-link:hover {
    color: var(--pm-primary);
    border-color: var(--pm-primary);
}
.profile-modern .tp-product-tab .nav-link.active {
    color: #fff;
    background: linear-gradient(120deg, #009AEE, #1ba8f5);
    border-color: transparent;
    box-shadow: 0 10px 20px -12px rgba(0, 154, 238, 0.75);
}

/* ---- Inputs ---- */
.profile-modern .profile__input { margin-bottom: 22px; }
.profile-modern .profile__input input,
.profile-modern .profile__input select,
.profile-modern .tp-contact-input input,
.profile-modern .tp-profile-input input {
    width: 100%;
    height: 54px;
    border: 1px solid var(--pm-line);
    border-radius: 12px;
    background: var(--pm-bg);
    padding: 0 18px 0 46px;
    color: var(--pm-ink);
    font-size: 15px;
    transition: all 0.22s ease;
}
.profile-modern .profile__input input::placeholder { color: #9aa6b8; }
.profile-modern .profile__input input:focus,
.profile-modern .profile__input select:focus,
.profile-modern .tp-contact-input input:focus,
.profile-modern .tp-profile-input input:focus {
    outline: none;
    border-color: var(--pm-primary);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 154, 238, 0.12);
}
.profile-modern .profile__input span {
    left: 16px;
    right: auto;
    color: var(--pm-muted);
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.profile-modern .profile__input select { padding-left: 46px; padding-right: 32px; }
.profile-modern .tp-profile-input-title label,
.profile-modern .tp-contact-input-title label {
    font-weight: 600;
    color: var(--pm-ink);
    margin-bottom: 8px;
    display: inline-block;
}
/* Field label above each input */
.profile-modern .pm-field-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--pm-ink);
    margin-bottom: 7px;
    letter-spacing: 0.015em;
}
/* KYC info notice */
.profile-modern .pm-kyc-notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 13px 16px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    font-size: 13.5px;
    color: #1e40af;
    margin-bottom: 4px;
}
.profile-modern .pm-kyc-notice i { margin-top: 2px; color: #3b82f6; flex-shrink: 0; }
/* KYC upload placeholder */
.profile-modern .pm-kyc-upload-section {
    padding: 20px 22px;
    background: var(--pm-bg);
    border: 1.5px dashed #c5d8ee;
    border-radius: 12px;
}
.profile-modern .pm-kyc-upload-section h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
}
.profile-modern .pm-kyc-upload-section .pm-kyc-desc {
    font-size: 13.5px;
    color: var(--pm-muted);
    margin: 0;
}

/* ---- Buttons ---- */
.profile-modern .tp-btn-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    border-radius: 12px;
    min-height: 50px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
    background: linear-gradient(120deg, #009AEE, #1ba8f5);
    transition: all 0.25s ease;
    box-shadow: 0 12px 24px -12px rgba(0, 154, 238, 0.7);
    overflow: visible;
}
/* neutralize the theme's sliding hover overlay that clips the label */
.profile-modern .tp-btn-cart::before,
.profile-modern .tp-btn-cart::after { display: none !important; }
.profile-modern .tp-btn-cart:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px -12px rgba(0, 154, 238, 0.8);
    color: #fff;
}
.profile-modern .profile__btn {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.profile-modern .profile__btn { margin-top: 6px; }

/* ---- Rebates table ---- */
.profile-modern .profile__ticket table { border-collapse: separate; border-spacing: 0 10px; }
.profile-modern .profile__ticket thead th {
    border: none;
    background: var(--pm-bg);
    color: var(--pm-muted);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 18px;
}
.profile-modern .profile__ticket thead th:first-child { border-radius: 10px 0 0 10px; }
.profile-modern .profile__ticket thead th:last-child { border-radius: 0 10px 10px 0; }
.profile-modern .profile__ticket tbody tr {
    background: #fff;
    box-shadow: 0 8px 20px -18px rgba(16, 44, 84, 0.6);
}
.profile-modern .profile__ticket tbody td,
.profile-modern .profile__ticket tbody th {
    border: none;
    border-top: 1px solid var(--pm-line);
    border-bottom: 1px solid var(--pm-line);
    padding: 16px 18px;
    vertical-align: middle;
    color: var(--pm-ink);
}
.profile-modern .profile__ticket tbody td:first-child,
.profile-modern .profile__ticket tbody th:first-child { border-left: 1px solid var(--pm-line); border-radius: 10px 0 0 10px; }
.profile-modern .profile__ticket tbody td:last-child { border-right: 1px solid var(--pm-line); border-radius: 0 10px 10px 0; }
.profile-modern .profile__ticket .tp-logout-btn {
    display: inline-block;
    padding: 7px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    color: var(--pm-primary);
    background: rgba(0, 154, 238, 0.1);
    transition: all 0.2s ease;
}
.profile-modern .profile__ticket .tp-logout-btn:hover {
    background: var(--pm-primary);
    color: #fff;
}

/* ---- Withdraw / notification toggles ---- */
.profile-modern .profile__notification-item {
    border: 1px solid var(--pm-line);
    border-radius: 12px;
    padding: 16px 20px;
    background: #fff;
    transition: border-color 0.2s ease;
}
.profile-modern .profile__notification-item:hover { border-color: var(--pm-primary); }
.profile-modern .profile__notification-item .form-check-label {
    font-weight: 500;
    color: var(--pm-ink);
    margin-left: 10px;
}
.profile-modern .form-check-input:checked {
    background-color: var(--pm-primary);
    border-color: var(--pm-primary);
}

/* ---- Broker / address cards ---- */
.profile-modern .profile__address-item {
    border: 1px solid var(--pm-line);
    border-radius: 16px;
    padding: 26px;
    height: 100%;
    background: #fff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 10px 30px -24px rgba(16, 44, 84, 0.5);
}
.profile-modern .profile__address-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 40px -24px rgba(0, 154, 238, 0.45);
}
.profile-modern .profile__address-icon span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(0, 154, 238, 0.1);
    margin-right: 18px;
}
.profile-modern .profile__address-icon svg { width: 30px; height: 30px; fill: var(--pm-primary); }
.profile-modern .profile__address-icon svg path { fill: var(--pm-primary); }
.profile-modern .profile__address-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--pm-ink);
    margin-bottom: 12px;
}
.profile-modern .profile__address-content p {
    margin-bottom: 6px;
    color: #55627a;
    font-size: 14px;
}
.profile-modern .profile__address-content p span {
    color: var(--pm-muted);
    min-width: 120px;
    display: inline-block;
    font-weight: 600;
}

@media (max-width: 991px) {
    .profile-modern .profile__tab { margin-right: 0 !important; margin-bottom: 24px; }
    .profile-modern .profile__tab-content { padding: 22px; }
}

/* ============================================================
   Broker list redesign (scoped to .broker-modern)
   ============================================================ */
.broker-modern {
    --bk-primary: #009AEE;
    --bk-ink: #16202e;
    --bk-muted: #7a8699;
    --bk-line: #eef2f7;
    --bk-bg: #f6f9fc;
}

/* ---- Tab pills with counters ---- */
.broker-modern .broker-tabs {
    display: inline-flex;
    gap: 8px;
    padding: 6px;
    border: 1px solid var(--bk-line);
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 12px 30px -24px rgba(16, 44, 84, 0.5);
}
.broker-modern .broker-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: none;
    border-radius: 30px;
    padding: 11px 24px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    color: var(--bk-muted);
    background: transparent;
    transition: all 0.22s ease;
}
.broker-modern .broker-tabs .nav-link i { font-size: 13px; }
.broker-modern .broker-tabs .nav-link:hover { color: var(--bk-primary); }
.broker-modern .broker-tabs .nav-link.active {
    color: #fff;
    background: linear-gradient(120deg, #009AEE, #1ba8f5);
    box-shadow: 0 10px 20px -12px rgba(0, 154, 238, 0.8);
}
.broker-modern .broker-tab-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border-radius: 12px;
    font-size: 12px;
    background: var(--bk-bg);
    color: var(--bk-primary);
}
.broker-modern .broker-tabs .nav-link.active .broker-tab-count {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}

/* ---- Broker card ---- */
.broker-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid var(--bk-line);
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    box-shadow: 0 12px 30px -24px rgba(16, 44, 84, 0.5);
}
.broker-card:hover {
    transform: translateY(-6px);
    border-color: transparent;
    box-shadow: 0 26px 46px -22px rgba(0, 154, 238, 0.5);
}
.broker-card-flag {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 13px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #fff;
    background: linear-gradient(120deg, #f5a623, #f7b955);
    box-shadow: 0 8px 16px -8px rgba(245, 166, 35, 0.8);
}
.broker-card-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    padding: 24px;
    background: var(--bk-bg);
    border-bottom: 1px solid var(--bk-line);
}
.broker-card-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.broker-card:hover .broker-card-logo img { transform: scale(1.06); }

.broker-card-body {
    flex: 1;
    padding: 20px 22px 0;
}
.broker-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}
.broker-card-name {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
}
.broker-card-name a { color: var(--bk-ink); transition: color 0.2s ease; }
.broker-card-name a:hover { color: var(--bk-primary); }
.broker-card-tag {
    flex-shrink: 0;
    padding: 5px 11px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: var(--bk-primary);
    background: rgba(0, 154, 238, 0.1);
}
.broker-card-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #f5a623;
}
.broker-card-rating i.is-dim { color: #dde4ec; }
.broker-card-rating span {
    margin-left: 6px;
    font-weight: 700;
    color: var(--bk-ink);
}

/* Rebate highlight */
.broker-card-rebate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-radius: 14px;
    margin-bottom: 16px;
    background: linear-gradient(120deg, rgba(0, 154, 238, 0.08), rgba(27, 168, 245, 0.14));
    border: 1px dashed rgba(0, 154, 238, 0.35);
}
.broker-rebate-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--bk-muted);
    margin-bottom: 2px;
}
.broker-rebate-value {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--bk-primary);
}
.broker-rebate-value small {
    font-size: 13px;
    font-weight: 600;
    color: var(--bk-muted);
}
.broker-rebate-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(120deg, #009AEE, #1ba8f5);
    box-shadow: 0 10px 18px -10px rgba(0, 154, 238, 0.8);
}

/* Meta rows */
.broker-card-meta {
    list-style: none;
    margin: 0;
    padding: 0;
}
.broker-card-meta li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 0;
    font-size: 14px;
    border-bottom: 1px solid var(--bk-line);
}
.broker-card-meta li:last-child { border-bottom: none; }
.broker-card-meta li span { color: var(--bk-muted); }
.broker-card-meta li b { color: var(--bk-ink); font-weight: 600; text-align: right; }

/* Actions */
.broker-card-actions {
    display: flex;
    gap: 10px;
    padding: 18px 22px 22px;
}
.broker-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    transition: all 0.22s ease;
}
.broker-btn-ghost {
    color: var(--bk-ink);
    border: 1px solid var(--bk-line);
    background: #fff;
}
.broker-btn-ghost:hover {
    color: var(--bk-primary);
    border-color: var(--bk-primary);
}
.broker-btn-solid {
    color: #fff;
    border: none;
    background: linear-gradient(120deg, #009AEE, #1ba8f5);
    box-shadow: 0 12px 22px -12px rgba(0, 154, 238, 0.8);
}
.broker-btn-solid:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 26px -12px rgba(0, 154, 238, 0.9);
}

@media (max-width: 575px) {
    .broker-modern .broker-tabs { width: 100%; }
    .broker-modern .broker-tabs .nav-link { flex: 1; justify-content: center; padding: 11px 12px; }
}

/* ============================================================
   Broker detail page (scoped to .bkd-modern)
   ============================================================ */

/* ---- Hero ---- */
.bkd-hero {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--bk-line);
    border-radius: 22px;
    padding: 36px;
    box-shadow: 0 24px 50px -34px rgba(16, 44, 84, 0.55);
}
.bkd-hero::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 154, 238, 0.12) 0%, rgba(0, 154, 238, 0) 70%);
}
.bkd-hero-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    padding: 24px;
    border-radius: 18px;
    background: var(--bk-bg);
    border: 1px solid var(--bk-line);
}
.bkd-hero-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.bkd-hero-main { position: relative; z-index: 1; padding: 10px 10px 0 10px; }
.bkd-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.bkd-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: var(--bk-primary);
    background: rgba(0, 154, 238, 0.1);
}
.bkd-badge-gold {
    color: #fff;
    background: linear-gradient(120deg, #f5a623, #f7b955);
}
.bkd-hero-title {
    font-size: 40px;
    font-weight: 800;
    color: var(--bk-ink);
    margin-bottom: 12px;
}
.bkd-hero-ratings {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}
.bkd-rating-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 12px;
    border: 1px solid var(--bk-line);
    background: #fff;
    font-size: 13px;
}
.bkd-rating-score { font-weight: 800; color: var(--bk-ink); }
.bkd-rating-stars { color: #f5a623; font-size: 11px; letter-spacing: 1px; }
.bkd-rating-stars .is-dim { color: #dde4ec; }
.bkd-rating-src { color: var(--bk-muted); font-weight: 600; }
.bkd-rating-src img { height: 18px; display: block; }
.bkd-hero-desc {
    color: #55627a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    max-width: 560px;
}
.bkd-hero-cta {
    position: relative;
    z-index: 1;
    padding: 22px;
    border-radius: 18px;
    border: 1px solid var(--bk-line);
    background: var(--bk-bg);
    text-align: center;
}
.bkd-hero-rebate { margin-bottom: 16px; }
.bkd-hero-rebate-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: var(--bk-muted);
    margin-bottom: 2px;
}
.bkd-hero-rebate-value {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--bk-primary);
}
.bkd-hero-rebate-value small { font-size: 15px; font-weight: 600; color: var(--bk-muted); }
.bkd-hero-cta .broker-btn { width: 100%; }

/* ---- Quick stats strip ---- */
.bkd-stat {
    display: flex;
    align-items: center;
    gap: 14px;
    height: 100%;
    padding: 18px 20px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--bk-line);
    box-shadow: 0 12px 30px -26px rgba(16, 44, 84, 0.5);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.bkd-stat:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 36px -24px rgba(0, 154, 238, 0.45);
}
.bkd-stat-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(120deg, #009AEE, #1ba8f5);
    box-shadow: 0 10px 18px -10px rgba(0, 154, 238, 0.8);
}
.bkd-stat-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: var(--bk-muted);
}
.bkd-stat-value {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: var(--bk-ink);
}

/* ---- Tabs (centered pills reuse .broker-tabs) ---- */
.bkd-tab-wrap { display: flex; justify-content: center; }
.bkd-tabs { flex-wrap: wrap; justify-content: center; }

/* ---- Content panels ---- */
.bkd-panel {
    background: #fff;
    border: 1px solid var(--bk-line);
    border-radius: 18px;
    padding: 28px 30px;
    box-shadow: 0 18px 40px -32px rgba(16, 44, 84, 0.5);
}
.bkd-panel-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 21px;
    font-weight: 700;
    color: var(--bk-ink);
    margin-bottom: 10px;
}
.bkd-panel-sub { color: var(--bk-muted); font-size: 14px; margin-bottom: 18px; }
.bkd-panel p { color: #55627a; line-height: 1.75; }

/* ---- Tables ---- */
.bkd-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}
.bkd-table thead th {
    background: var(--bk-bg);
    color: var(--bk-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 13px 18px;
    border: none;
    text-align: left;
}
.bkd-table thead th:first-child { border-radius: 10px 0 0 10px; }
.bkd-table thead th:last-child { border-radius: 0 10px 10px 0; }
.bkd-table tbody td {
    padding: 14px 18px;
    font-size: 15px;
    color: var(--bk-ink);
    background: #fff;
    border-top: 1px solid var(--bk-line);
    border-bottom: 1px solid var(--bk-line);
    vertical-align: middle;
}
.bkd-table tbody td:first-child { border-left: 1px solid var(--bk-line); border-radius: 10px 0 0 10px; }
.bkd-table tbody td:last-child { border-right: 1px solid var(--bk-line); border-radius: 0 10px 10px 0; }
.bkd-table tbody tr { transition: transform 0.2s ease; }
.bkd-table tbody tr:hover td { background: var(--bk-bg); }
.bkd-table-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    border-radius: 9px;
    font-size: 13px;
    color: var(--bk-primary);
    background: rgba(0, 154, 238, 0.1);
}
.bkd-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    color: var(--bk-primary);
    background: rgba(0, 154, 238, 0.1);
}
.bkd-pill-green { color: #1a9e5c; background: rgba(26, 158, 92, 0.12); }

/* ---- How it works steps ---- */
.bkd-step {
    height: 100%;
    padding: 24px;
    border-radius: 16px;
    border: 1px dashed rgba(0, 154, 238, 0.35);
    background: linear-gradient(160deg, rgba(0, 154, 238, 0.04), rgba(27, 168, 245, 0.08));
}
.bkd-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(120deg, #009AEE, #1ba8f5);
    box-shadow: 0 10px 18px -10px rgba(0, 154, 238, 0.8);
}
.bkd-step h4 { font-size: 16px; font-weight: 700; color: var(--bk-ink); margin-bottom: 6px; }
.bkd-step p { font-size: 14px; color: #55627a; margin: 0; line-height: 1.65; }

/* ---- Pros / cons ---- */
.bkd-pros .bkd-panel-title i { color: #1a9e5c; }
.bkd-cons .bkd-panel-title i { color: #e05252; }
.bkd-list {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}
.bkd-list li {
    position: relative;
    padding: 8px 0 8px 26px;
    color: #55627a;
    font-size: 15px;
    border-bottom: 1px solid var(--bk-line);
}
.bkd-list li:last-child { border-bottom: none; }
.bkd-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 12px;
    color: #1a9e5c;
}
.bkd-cons .bkd-list li::before { content: "\f00d"; color: #e05252; }

/* ---- Safety cards ---- */
.bkd-safety {
    height: 100%;
    padding: 24px;
    text-align: center;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--bk-line);
    box-shadow: 0 12px 30px -26px rgba(16, 44, 84, 0.5);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.bkd-safety:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 36px -24px rgba(0, 154, 238, 0.45);
}
.bkd-safety > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
    border-radius: 15px;
    font-size: 20px;
    color: var(--bk-primary);
    background: rgba(0, 154, 238, 0.1);
}
.bkd-safety h4 { font-size: 16px; font-weight: 700; color: var(--bk-ink); margin-bottom: 6px; }
.bkd-safety p { font-size: 14px; color: #55627a; margin: 0; line-height: 1.65; }

/* ---- Offer cards ---- */
.bkd-offer {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    height: 100%;
    padding: 26px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--bk-line);
    box-shadow: 0 18px 40px -32px rgba(16, 44, 84, 0.5);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.bkd-offer:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 44px -26px rgba(0, 154, 238, 0.45);
}
.bkd-offer-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 15px;
    font-size: 21px;
    color: #fff;
    background: linear-gradient(120deg, #009AEE, #1ba8f5);
    box-shadow: 0 10px 20px -10px rgba(0, 154, 238, 0.8);
}
.bkd-offer h4 { font-size: 18px; font-weight: 700; color: var(--bk-ink); margin-bottom: 6px; }
.bkd-offer p { font-size: 14px; color: #55627a; margin-bottom: 10px; line-height: 1.65; }
.bkd-offer-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 700;
    color: var(--bk-primary);
    transition: gap 0.2s ease;
}
.bkd-offer-link:hover { gap: 12px; color: var(--bk-primary); }

/* ---- News list ---- */
.bkd-news-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid var(--bk-line);
}
.bkd-news-item:last-child { border-bottom: none; padding-bottom: 0; }
.bkd-news-date {
    flex-shrink: 0;
    padding: 6px 13px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    color: var(--bk-primary);
    background: rgba(0, 154, 238, 0.1);
}
.bkd-news-item h4 { font-size: 16px; font-weight: 700; color: var(--bk-ink); margin-bottom: 4px; }
.bkd-news-item p { font-size: 14px; color: #55627a; margin: 0; line-height: 1.65; }

@media (max-width: 991px) {
    .bkd-hero { padding: 26px; }
    .bkd-hero-logo { height: 140px; margin-bottom: 20px; }
    .bkd-hero-main { padding: 0; }
    .bkd-hero-cta { margin-top: 20px; }
    .bkd-hero-title { font-size: 32px; }
}

/* ============================================================
   Header menu (scoped to .hdr-modern)
   ============================================================ */
.hdr-modern {
    --hdr-primary: #009AEE;
    --hdr-ink: #16202e;
    --hdr-muted: #7a8699;
    --hdr-line: #eef2f7;
    --hdr-bg: #f6f9fc;
}

/* ---- "Soon" chip on nav items ---- */
.hdr-soon {
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #fff;
    background: linear-gradient(120deg, #009AEE, #1ba8f5);
    vertical-align: middle;
}

/* ---- Mega menu items ---- */
.hdr-modern .hdr-mega-col ul { padding: 0; margin: 0; list-style: none; }
.hdr-modern .hdr-mega-col ul li { margin: 0; }
.hdr-modern .hdr-mega-item {
    font-size: 13px !important;
    display: flex !important;
    align-items: flex-start;
    gap: 14px;
    padding: 13px 14px !important;
    border-radius: 14px;
    transform: translateX(0);
    transition: background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}
.hdr-modern .hdr-mega-item:hover {
    background: var(--hdr-bg);
    transform: translateX(4px);
    box-shadow: -3px 0 0 0 #009AEE;
}
.hdr-mega-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 16px !important;
    color: var(--hdr-primary);
    background: rgba(0, 154, 238, 0.1);
    transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}
.hdr-modern .hdr-mega-item:hover .hdr-mega-icon {
    color: #fff;
    background: #009AEE;
    transform: rotate(-8deg) scale(1.08);
}
.hdr-mega-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    transition: transform 0.22s ease;
}
.hdr-modern .hdr-mega-item:hover .hdr-mega-text { transform: translateX(2px); }
.hdr-mega-name {
    font-weight: 600;
    color: var(--hdr-ink);
    line-height: 1.3;
    transition: color 0.22s ease;
}
.hdr-modern .hdr-mega-item:hover .hdr-mega-name { color: var(--hdr-primary); font-size: 15px !important; }
.hdr-modern .hdr-mega-item:hover .hdr-mega-desc { font-size: 13px !important; }
.hdr-modern .hdr-mega-item:hover .hdr-mega-icon i { font-size: 16px !important; }
.hdr-mega-desc {
    font-weight: 400;
    color: var(--hdr-muted);
    line-height: 1.45;
}

/* ---- Mega menu promo card ---- */
.hdr-mega-promo {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    padding: 26px 24px;
    border-radius: 18px;
    background: linear-gradient(140deg, #009AEE 0%, #1ba8f5 60%, #33c0ff 100%);
    box-shadow: 0 18px 36px -20px rgba(0, 154, 238, 0.7);
}
.hdr-mega-promo::after {
    content: "";
    position: absolute;
    top: -50px;
    right: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 70%);
}
.hdr-mega-promo-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 13px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
}
.hdr-mega-promo h5 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    margin: 4px 0 0;
}
.hdr-mega-promo p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    margin: 0 0 8px;
}
.hdr-mega-promo-btn {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    color: var(--hdr-primary);
    background: #fff;
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.35);
    transition: all 0.22s ease;
}
.hdr-mega-promo-btn:hover {
    color: var(--hdr-primary);
    transform: translateY(-2px);
    box-shadow: 0 12px 20px -8px rgba(0, 0, 0, 0.45);
}

/* ---- Support submenu icons ---- */
.hdr-modern .hdr-submenu li a i {
    width: 18px;
    margin-right: 8px;
    font-size: 13px;
    color: var(--hdr-primary);
    text-align: center;
}

/* ---- Right side buttons ---- */
.hdr-modern .tp-header-btn-box { gap: 10px; }
.hdr-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    transition: all 0.22s ease;
}
.hdr-btn-ghost {
    color: var(--hdr-ink);
    border: 1px solid rgba(22, 32, 46, 0.18);
    background: transparent;
}
.hdr-btn-ghost:hover {
    color: var(--hdr-primary);
    border-color: var(--hdr-primary);
    background: rgba(0, 154, 238, 0.06);
}
.hdr-btn-solid {
    color: #fff;
    border: none;
    background: linear-gradient(120deg, #009AEE, #1ba8f5);
    box-shadow: 0 10px 20px -10px rgba(0, 154, 238, 0.8);
}
.hdr-btn-solid:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 24px -10px rgba(0, 154, 238, 0.9);
}
.hdr-btn-solid i { font-size: 12px; transition: transform 0.22s ease; }
.hdr-btn-solid:hover i { transform: translateX(3px); }
.hdr-btn-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: -6px;
    border-radius: 50%;
    font-size: 11px;
    background: rgba(255, 255, 255, 0.25);
}

/* ============================================================
   Coming soon page (scoped to .cs-modern)
   ============================================================ */
.cs-modern {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 0 80px;
    background: linear-gradient(160deg, #f6f9fc 0%, #eaf6fe 55%, #f6f9fc 100%);
}

/* floating decorations */
.cs-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    animation: cs-float 7s ease-in-out infinite;
}
.cs-blob-1 {
    top: 12%;
    left: 8%;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle at 30% 30%, rgba(0, 154, 238, 0.25), rgba(0, 154, 238, 0.05));
}
.cs-blob-2 {
    bottom: 14%;
    right: 10%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle at 30% 30%, rgba(51, 192, 255, 0.22), rgba(51, 192, 255, 0.04));
    animation-delay: -2.5s;
}
.cs-blob-3 {
    top: 55%;
    left: 16%;
    width: 70px;
    height: 70px;
    background: radial-gradient(circle at 30% 30%, rgba(245, 166, 35, 0.3), rgba(245, 166, 35, 0.06));
    animation-delay: -4s;
}
.cs-ring {
    position: absolute;
    border-radius: 50%;
    border: 2px dashed rgba(0, 154, 238, 0.25);
    animation: cs-spin 30s linear infinite;
}
.cs-ring-1 { top: 8%; right: 14%; width: 120px; height: 120px; }
.cs-ring-2 { bottom: 10%; left: 6%; width: 90px; height: 90px; animation-direction: reverse; }

@keyframes cs-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-22px); }
}
@keyframes cs-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.cs-inner {
    position: relative;
    z-index: 1;
    max-width: 640px;
    margin: 0 auto;
}

.cs-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    margin-bottom: 24px;
    border-radius: 28px;
    font-size: 36px;
    color: #fff;
    background: linear-gradient(140deg, #009AEE, #1ba8f5, #33c0ff);
    box-shadow: 0 22px 40px -16px rgba(0, 154, 238, 0.7);
    animation: cs-float 5s ease-in-out infinite;
}

.cs-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #009AEE;
    background: rgba(0, 154, 238, 0.1);
    border: 1px solid rgba(0, 154, 238, 0.25);
}

.cs-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    color: #16202e;
    margin-bottom: 16px;
}
.cs-title span {
    background: linear-gradient(120deg, #009AEE, #33c0ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cs-desc {
    font-size: 17px;
    line-height: 1.7;
    color: #55627a;
    max-width: 480px;
    margin: 0 auto 32px;
}

/* progress */
.cs-progress {
    max-width: 420px;
    margin: 0 auto 30px;
}
.cs-progress-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #7a8699;
}
.cs-progress-percent { color: #009AEE; font-weight: 800; }
.cs-progress-bar {
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #e3ecf4;
}
.cs-progress-fill {
    display: block;
    width: 75%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, #009AEE, #33c0ff);
    background-size: 200% 100%;
    animation: cs-shimmer 2.2s linear infinite;
}
@keyframes cs-shimmer {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

/* upcoming feature chips */
.cs-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 34px;
}
.cs-feature {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #16202e;
    background: #fff;
    border: 1px solid #eef2f7;
    box-shadow: 0 10px 24px -18px rgba(16, 44, 84, 0.55);
}
.cs-feature i { color: #009AEE; }

.cs-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 26px;
}
.cs-actions .broker-btn { min-width: 190px; }

.cs-contact { font-size: 14px; color: #7a8699; margin: 0; }
.cs-contact a { font-weight: 700; color: #009AEE; }
.cs-contact a:hover { text-decoration: underline; }

@media (max-width: 575px) {
    .cs-title { font-size: 36px; }
    .cs-icon { width: 76px; height: 76px; font-size: 30px; }
    .cs-actions .broker-btn { width: 100%; }
}

/* ============================================================
   Home page polish (smooth scroll + step cards)
   ============================================================ */
html { scroll-behavior: smooth; }

/* ---- "How it works" step cards ---- */
.home-steps .al-price-item {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #eef2f7;
    box-shadow: 0 14px 34px -26px rgba(16, 44, 84, 0.55);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.home-steps .al-price-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(120deg, #009AEE, #33c0ff);
    transition: transform 0.35s ease;
}
.home-steps .al-price-item:hover {
    transform: translateY(-8px);
    border-color: transparent;
    box-shadow: 0 28px 46px -24px rgba(0, 154, 238, 0.5);
}
.home-steps .al-price-item:hover::before { transform: scaleX(1); }

/* icon lift on hover */
.home-steps .al-price-item .al-price-icon {
    transition: transform 0.35s ease;
}
.home-steps .al-price-item:hover .al-price-icon {
    transform: translateY(-4px) scale(1.06);
}

/* step number accent */
.home-steps .al-price-head h6.main-color {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    background: rgba(0, 154, 238, 0.1);
}

/* ---- Counter items: subtle hover ---- */
.tp-counter-item {
    transition: transform 0.3s ease;
}
.tp-counter-item:hover {
    transform: translateY(-6px);
}

/* ============================================================
   Home hero elevation (scoped to .home-hero)
   ============================================================ */
/* Sub badge → pill */
.home-hero .hh-sub {
    gap: 9px;
    padding: 9px 20px;
    border-radius: 30px;
    font-weight: 600;
    color: #0784c9;
    background: rgba(0, 154, 238, 0.1);
    border: 1px solid rgba(0, 154, 238, 0.22);
    line-height: 1.3;
}
.home-hero .hh-sub i {
    color: #009AEE;
    animation: hh-pulse 1.8s ease-in-out infinite;
}
@keyframes hh-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.25); opacity: 0.7; }
}

/* Title gradient accent */
.home-hero .hh-accent {
    position: relative;
    background: linear-gradient(120deg, #009AEE, #33c0ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}

/* Feature list → check pills */
.home-hero .hh-features ul {
    display: inline-flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    padding: 0;
    margin: 22px 0 0;
    list-style: none;
}
.home-hero .hh-features ul li {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 40px;
    font-size: 15px;
    color: #55627a;
    background: #fff;
    border: 1px solid #eef2f7;
    box-shadow: 0 12px 30px -24px rgba(16, 44, 84, 0.5);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.home-hero .hh-features ul li b { color: #16202e; font-weight: 700; }
.home-hero .hh-features ul li i { color: #1a9e5c; font-size: 15px; }
.home-hero .hh-features ul li:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 154, 238, 0.4);
    box-shadow: 0 18px 34px -22px rgba(0, 154, 238, 0.5);
}

/* Trust badge row under CTA */
.home-hero .hh-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
    margin-top: 26px;
}
.home-hero .hh-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #55627a;
}
.home-hero .hh-trust i { color: #009AEE; }

/* ============================================================
   Counter strip as a card (scoped to .home-counter)
   ============================================================ */
.home-counter .tp-counter-wrap-box {
    border-radius: 22px;
    padding: 40px 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f2f9fe 100%);
    border: 1px solid #e7f1f9;
    box-shadow: 0 24px 50px -34px rgba(0, 154, 238, 0.5);
}
.home-counter .tp-counter-item h3 {
    background: linear-gradient(120deg, #009AEE, #33c0ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ============================================================
   Trusted brokers wall (scoped to .home-trusted)
   ============================================================ */
.home-trusted {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f2f9fe 100%);
}
.home-trusted-glow {
    position: absolute;
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
    width: 620px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(0, 154, 238, 0.16) 0%, rgba(0, 154, 238, 0) 70%);
    pointer-events: none;
}

/* section header */
.home-trusted-head { position: relative; z-index: 1; margin-bottom: 48px; }
.home-trusted-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #009AEE;
    background: rgba(0, 154, 238, 0.1);
    border: 1px solid rgba(0, 154, 238, 0.22);
}
.home-trusted-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    color: #16202e;
    margin-bottom: 12px;
}
.home-trusted-title span {
    background: linear-gradient(120deg, #009AEE, #33c0ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-trusted-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #55627a;
    margin: 0;
}

/* rows */
.home-trusted-rows {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.home-trusted-marquee {
    position: relative;
    width: 100%;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.home-trusted-track {
    display: flex;
    align-items: center;
    gap: 22px;
    width: max-content;
    animation: home-marquee 40s linear infinite;
}
.home-trusted-track--reverse {
    animation-duration: 48s;
    animation-direction: reverse;
}
.home-trusted-marquee:hover .home-trusted-track { animation-play-state: paused; }

.home-trusted-logo {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    min-width: 180px;
    padding: 16px 32px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #eef2f7;
    box-shadow: 0 16px 34px -28px rgba(16, 44, 84, 0.55);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.home-trusted-logo img {
    max-height: 44px;
    max-width: 130px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.65;
    transition: filter 0.28s ease, opacity 0.28s ease;
}
.home-trusted-logo:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 154, 238, 0.45);
    box-shadow: 0 26px 40px -22px rgba(0, 154, 238, 0.5);
}
.home-trusted-logo:hover img {
    filter: grayscale(0);
    opacity: 1;
}
@keyframes home-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (max-width: 575px) {
    .home-trusted-title { font-size: 30px; }
    .home-trusted-logo { height: 74px; min-width: 150px; padding: 14px 24px; }
    .home-trusted-logo img { max-height: 36px; max-width: 108px; }
}

@media (prefers-reduced-motion: reduce) {
    .home-trusted-track { animation: none; }
    .hh-sub i { animation: none; }
    .hh-thumb { animation: none; }
}

/* ============================================================
   Hero image glow + gentle float (scoped to .hh-thumb)
   ============================================================ */
.hh-thumb {
    animation: hh-thumb-float 6s ease-in-out infinite;
}
.hh-thumb::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 52%;
    width: 78%;
    height: 70%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(0, 154, 238, 0.35) 0%, rgba(51, 192, 255, 0.18) 40%, rgba(0, 154, 238, 0) 72%);
    filter: blur(20px);
}
.hh-thumb img { position: relative; z-index: 1; }
@keyframes hh-thumb-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-16px); }
}

/* ============================================================
   Why choose us (scoped to .home-why)
   ============================================================ */
.home-why { background: #fff; }
.home-why-sub {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #009AEE;
    background: rgba(0, 154, 238, 0.1);
    border: 1px solid rgba(0, 154, 238, 0.22);
}
.home-why-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    color: #16202e;
    margin-bottom: 14px;
}
.home-why-head p {
    font-size: 16px;
    line-height: 1.7;
    color: #55627a;
    margin: 0;
}
.home-why-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 32px 28px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #eef2f7;
    box-shadow: 0 18px 40px -30px rgba(16, 44, 84, 0.55);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.home-why-card::after {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 154, 238, 0.12) 0%, rgba(0, 154, 238, 0) 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.home-why-card:hover {
    transform: translateY(-8px);
    border-color: transparent;
    box-shadow: 0 30px 50px -26px rgba(0, 154, 238, 0.5);
}
.home-why-card:hover::after { opacity: 1; }
.home-why-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
    border-radius: 18px;
    font-size: 24px;
    color: #fff;
    background: linear-gradient(140deg, #009AEE, #1ba8f5, #33c0ff);
    box-shadow: 0 14px 26px -12px rgba(0, 154, 238, 0.8);
    transition: transform 0.3s ease;
}
.home-why-card:hover .home-why-icon { transform: translateY(-4px) rotate(-6deg); }
.home-why-card h5 {
    font-size: 19px;
    font-weight: 700;
    color: #16202e;
    margin-bottom: 10px;
}
.home-why-card p {
    font-size: 14.5px;
    line-height: 1.65;
    color: #55627a;
    margin: 0;
}

@media (max-width: 575px) {
    .home-why-title { font-size: 30px; }
}

/* ============================================================
   Testimonials (scoped to .home-reviews)
   ============================================================ */
.home-reviews { background: linear-gradient(180deg, #f6f9fc 0%, #eaf6fe 100%); }
.home-review-card {
    position: relative;
    height: 100%;
    padding: 32px 28px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #eef2f7;
    box-shadow: 0 18px 40px -30px rgba(16, 44, 84, 0.55);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.home-review-card:hover {
    transform: translateY(-8px);
    border-color: transparent;
    box-shadow: 0 30px 50px -26px rgba(0, 154, 238, 0.45);
}
.home-review-quote {
    position: absolute;
    top: 26px;
    right: 28px;
    font-size: 34px;
    line-height: 1;
    color: rgba(0, 154, 238, 0.14);
}
.home-review-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 16px;
    color: #f5a623;
    font-size: 14px;
}
.home-review-text {
    font-size: 15.5px;
    line-height: 1.75;
    color: #3f4a5c;
    margin-bottom: 24px;
}
.home-review-author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 18px;
    border-top: 1px solid #eef2f7;
}
.home-review-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
}
.home-review-meta { display: flex; flex-direction: column; }
.home-review-name { font-size: 15px; font-weight: 700; color: #16202e; }
.home-review-role { font-size: 13px; color: #7a8699; }

/* ============================================================
   Cashback calculator (scoped to .fx-calc)
   ============================================================ */
.fx-calc-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #009AEE;
    background: rgba(0, 154, 238, 0.1);
    border: 1px solid rgba(0, 154, 238, 0.22);
}
.fx-calc-intro {
    max-width: 640px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 1.7;
    color: #55627a;
}

.fx-calc { background: linear-gradient(180deg, #f6f9fc 0%, #eaf6fe 100%); }
.fx-calc-card {
    background: #fff;
    border: 1px solid #e7f1f9;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px -38px rgba(16, 44, 84, 0.55);
}

/* ---- Form side ---- */
.fx-calc-form { padding: 40px; }
.fx-calc-form-title {
    font-size: 22px;
    font-weight: 800;
    color: #16202e;
    margin-bottom: 26px;
}
.fx-calc-field { margin-bottom: 24px; }
.fx-calc-field > label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #16202e;
}
.fx-calc-lotval {
    float: right;
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    color: #009AEE;
    background: rgba(0, 154, 238, 0.1);
}

/* select with leading icon */
.fx-calc-select { position: relative; }
.fx-calc-select > i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #009AEE;
    pointer-events: none;
}
.fx-calc-select::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #7a8699;
    pointer-events: none;
}
.fx-calc-select select {
    width: 100%;
    height: 54px;
    padding: 0 42px 0 44px;
    border: 1px solid #e3ecf4;
    border-radius: 12px;
    background: #f6f9fc;
    color: #16202e;
    font-size: 15px;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.fx-calc-select select:focus {
    outline: none;
    border-color: #009AEE;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 154, 238, 0.12);
}

/* account toggle */
.fx-calc-toggle {
    display: flex;
    gap: 8px;
    padding: 6px;
    border-radius: 14px;
    background: #f6f9fc;
    border: 1px solid #e3ecf4;
}
.fx-calc-toggle button {
    flex: 1;
    height: 42px;
    border: none;
    border-radius: 10px;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #55627a;
    cursor: pointer;
    transition: all 0.2s ease;
}
.fx-calc-toggle button.is-active {
    color: #fff;
    background: linear-gradient(120deg, #009AEE, #1ba8f5);
    box-shadow: 0 8px 16px -8px rgba(0, 154, 238, 0.8);
}

/* range slider */
.fx-calc-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 8px;
    background: #e3ecf4;
    outline: none;
}
.fx-calc-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #009AEE;
    box-shadow: 0 6px 14px -4px rgba(0, 154, 238, 0.8);
    cursor: pointer;
    transition: transform 0.15s ease;
}
.fx-calc-range::-webkit-slider-thumb:hover { transform: scale(1.12); }
.fx-calc-range::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #009AEE;
    box-shadow: 0 6px 14px -4px rgba(0, 154, 238, 0.8);
    cursor: pointer;
}
.fx-calc-range-scale {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 12px;
    color: #9aa6b8;
}

.fx-calc-note {
    display: flex;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.55;
    color: #55627a;
    background: rgba(0, 154, 238, 0.06);
    border: 1px dashed rgba(0, 154, 238, 0.3);
}
.fx-calc-note i { color: #009AEE; margin-top: 2px; }

/* ---- Result side ---- */
.fx-calc-result {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 40px;
    color: #fff;
    background: linear-gradient(150deg, #0090e0 0%, #009AEE 45%, #33c0ff 100%);
}
.fx-calc-result-shape {
    position: absolute;
    top: -70px;
    right: -50px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 70%);
}
.fx-calc-result-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}
.fx-calc-result-label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.fx-calc-result-period {
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
}
.fx-calc-result-hero {
    position: relative;
    z-index: 1;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 28px;
    letter-spacing: -1px;
}
.fx-calc-result-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 28px;
}
.fx-calc-result-item {
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(4px);
}
.fx-calc-result-k {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 4px;
}
.fx-calc-result-v {
    display: block;
    font-size: 22px;
    font-weight: 700;
}
.fx-calc-cta {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    height: 54px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #0784c9;
    background: #fff;
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.4);
    transition: all 0.22s ease;
}
.fx-calc-cta:hover {
    color: #0784c9;
    transform: translateY(-2px);
    box-shadow: 0 18px 30px -12px rgba(0, 0, 0, 0.5);
}
.fx-calc-cta i { transition: transform 0.22s ease; }
.fx-calc-cta:hover i { transform: translateX(3px); }
.fx-calc-result-foot {
    position: relative;
    z-index: 1;
    margin: 14px 0 0;
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}

/* ---- Info cards ---- */
.fx-calc-info {
    height: 100%;
    padding: 26px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e7f1f9;
    box-shadow: 0 16px 40px -32px rgba(16, 44, 84, 0.5);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.fx-calc-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 44px -26px rgba(0, 154, 238, 0.4);
}
.fx-calc-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 15px;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(140deg, #009AEE, #33c0ff);
    box-shadow: 0 12px 22px -10px rgba(0, 154, 238, 0.8);
}
.fx-calc-info h5 { font-size: 17px; font-weight: 700; color: #16202e; margin-bottom: 8px; }
.fx-calc-info p { font-size: 14px; line-height: 1.6; color: #55627a; margin: 0; }

@media (max-width: 767px) {
    .fx-calc-form { padding: 30px 24px; }
    .fx-calc-result { padding: 30px 24px; }
    .fx-calc-result-hero { font-size: 42px; }
}
.fx-calc-select input.fx-calc-input {
    width: 100%;
    height: 54px;
    padding: 0 16px 0 44px;
    border: 1px solid #e3ecf4;
    border-radius: 12px;
    background: #f6f9fc;
    color: #16202e;
    font-size: 15px;
    font-weight: 500;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.fx-calc-select input.fx-calc-input:focus {
    outline: none;
    border-color: #009AEE;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0,154,238,.1);
}
.fx-calc-risk-row { display: flex; gap: 10px; align-items: stretch; }
.fx-calc-select--sm { flex: 0 0 90px; }
.fx-calc-select--sm::after { display: none; }
.fx-calc-select--sm select { padding-left: 12px; }

.fx-calc-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    padding: 0 32px;
    height: 52px;
    background: #009AEE;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
    width: 100%;
    justify-content: center;
}
.fx-calc-btn:hover { background: #007bbf; transform: translateY(-1px); }

/* ============================================================
   Profile → Broker tables (scoped to .pb-txn / .pb-accounts)
   ============================================================ */
.pb-head { margin-bottom: 18px; }

/* filter tabs */
.pb-filter {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 6px;
    margin-bottom: 22px;
    border-radius: 40px;
    background: #f6f9fc;
    border: 1px solid #eef2f7;
}
.pb-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    border-radius: 30px;
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #55627a;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}
.pb-filter-btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    color: #009AEE;
    background: rgba(0, 154, 238, 0.1);
}
.pb-filter-btn:hover { color: #009AEE; }
.pb-filter-btn.is-active {
    color: #fff;
    background: linear-gradient(120deg, #009AEE, #1ba8f5);
    box-shadow: 0 10px 20px -12px rgba(0, 154, 238, 0.8);
}
.pb-filter-btn.is-active span { color: #fff; background: rgba(255, 255, 255, 0.25); }

/* status badges */
.pb-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 13px;
    border-radius: 30px;
    font-size: 12.5px;
    font-weight: 700;
    white-space: nowrap;
}
.pb-badge::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}
.pb-badge-approved,
.pb-badge-active   { color: #1a9e5c; background: rgba(26, 158, 92, 0.12); }
.pb-badge-pending  { color: #d9880a; background: rgba(245, 166, 35, 0.15); }
.pb-badge-rejected { color: #e05252; background: rgba(224, 82, 82, 0.12); }
.pb-badge-inactive { color: #7a8699; background: rgba(122, 134, 153, 0.14); }

.pb-empty td { color: #9aa6b8; font-style: italic; padding: 26px 18px; }

/* row action buttons */
.pb-actions { text-align: right; white-space: nowrap; }
.pb-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-left: 6px;
    border: 1px solid #eef2f7;
    border-radius: 10px;
    background: #fff;
    font-size: 13px;
    color: #7a8699;
    cursor: pointer;
    transition: all 0.2s ease;
}
.pb-icon-btn.pb-edit:hover {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(120deg, #009AEE, #1ba8f5);
    box-shadow: 0 8px 16px -8px rgba(0, 154, 238, 0.8);
}
.pb-icon-btn.pb-delete:hover {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(120deg, #e05252, #ef6b6b);
    box-shadow: 0 8px 16px -8px rgba(224, 82, 82, 0.8);
}

/* empty filler rows keep the table height consistent */
.profile-modern .profile__ticket tbody tr.pb-filler,
.pb-filler {
    background: transparent !important;
    box-shadow: none !important;
}
.profile-modern .profile__ticket tbody tr.pb-filler td,
.pb-filler td {
    height: 57px;
    border: 1px solid transparent !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* ============================================================
   Withdraw form (scoped to .wd)
   ============================================================ */
.wd-sub { font-size: 14px; color: #7a8699; margin: 6px 0 0; }
.wd-card {
    margin-top: 22px;
    padding: 30px;
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 18px;
    box-shadow: 0 18px 40px -32px rgba(16, 44, 84, 0.5);
}
.wd .pb-input[readonly] {
    background: #f0f4f9;
    color: #55627a;
    cursor: not-allowed;
}
.wd-note {
    display: flex;
    gap: 10px;
    margin-top: 6px;
    padding: 13px 16px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.55;
    color: #55627a;
    background: rgba(0, 154, 238, 0.06);
    border: 1px dashed rgba(0, 154, 238, 0.3);
}
.wd-note i { color: #009AEE; margin-top: 2px; }
.wd-actions { margin-top: 22px; text-align: right; }

/* destination tabs (Bank / Crypto) */
.wd-dest-label {
    display: block;
    margin: 8px 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #16202e;
}
.wd-tabs {
    display: inline-flex;
    gap: 6px;
    padding: 6px;
    margin-bottom: 22px;
    border-radius: 14px;
    background: #f6f9fc;
    border: 1px solid #eef2f7;
}
.wd-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #55627a;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}
.wd-tab i { font-size: 14px; }
.wd-tab:hover { color: #009AEE; }
.wd-tab.is-active {
    color: #fff;
    background: linear-gradient(120deg, #009AEE, #1ba8f5);
    box-shadow: 0 10px 20px -12px rgba(0, 154, 238, 0.8);
}
.wd-empty {
    margin-top: 22px;
    padding: 22px 24px;
    border-radius: 14px;
    font-size: 15px;
    color: #55627a;
    background: rgba(245, 166, 35, 0.1);
    border: 1px solid rgba(245, 166, 35, 0.3);
}
.wd-empty i { color: #d9880a; margin-right: 6px; }
.wd-empty a { font-weight: 700; color: #009AEE; }
.wd-empty a:hover { text-decoration: underline; }

/* profile broker top action bar */
.pb-top-bar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
}

/* ============================================================
   Payment methods (scoped to .pmpay)
   ============================================================ */
.pmpay-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 40px;
}
.pmpay-title {
    font-size: 26px;
    font-weight: 800;
    color: #2c47d6;
    margin: 0;
}
.pmpay-head-right { display: inline-flex; align-items: center; gap: 18px; }
.pmpay-threshold-note { font-size: 16px; color: #55627a; }
.pmpay-threshold-note b { color: #16202e; }
.pmpay-threshold-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 22px;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #3a4de0;
    box-shadow: 0 12px 24px -12px rgba(58, 77, 224, 0.8);
    cursor: pointer;
    transition: all 0.22s ease;
}
.pmpay-threshold-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 28px -12px rgba(58, 77, 224, 0.9); }

/* method card */
.pmpay-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e7ecf3;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.pmpay-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 46px -28px rgba(16, 44, 84, 0.5);
}
.pmpay-card-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    height: 150px;
    background: #fafbfd;
    border-bottom: 1px solid #eef2f7;
}
.pmpay-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 12px;
    font-size: 26px;
    color: #fff;
}
.pmpay-logo-bank { background: #2c3aa8; }
.pmpay-logo-crypto { background: linear-gradient(140deg, #f7931a, #ffb454); }
.pmpay-logo-text {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #16202e;
}
.pmpay-logo-crypto + .pmpay-logo-text { color: #2c3aa8; }

.pmpay-card-body {
    padding: 28px 24px;
    text-align: center;
    border-bottom: 1px solid #eef2f7;
}
.pmpay-method-name {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #16202e;
    margin-bottom: 8px;
}
.pmpay-method-desc {
    font-size: 15px;
    color: #7a8699;
    line-height: 1.5;
    margin-bottom: 26px;
}
.pmpay-action {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.pmpay-action-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.22s ease;
}
.pmpay-action-add {
    color: #3a4de0;
    border: 2px solid #3a4de0;
    background: #fff;
}
.pmpay-action:hover .pmpay-action-add {
    color: #fff;
    background: #3a4de0;
    box-shadow: 0 10px 20px -8px rgba(58, 77, 224, 0.8);
}
.pmpay-action-done {
    color: #fff;
    background: #34c759;
    box-shadow: 0 10px 20px -8px rgba(52, 199, 89, 0.7);
}
.pmpay-action-label { font-size: 15px; color: #55627a; }
.pmpay-action-edit { color: #3a4de0; font-weight: 600; }

.pmpay-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
}
.pmpay-status { font-size: 16px; color: #7a8699; }
.pmpay-status.is-active { color: #16202e; }

/* toggle switch */
.pmpay-switch { position: relative; display: inline-block; width: 56px; height: 30px; margin: 0; }
.pmpay-switch input { opacity: 0; width: 0; height: 0; }
.pmpay-slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    border-radius: 30px;
    background: #dbe0ea;
    transition: background 0.25s ease;
}
.pmpay-slider::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    transition: transform 0.25s ease;
}
.pmpay-switch input:checked + .pmpay-slider { background: #3a4de0; }
.pmpay-switch input:checked + .pmpay-slider::before { transform: translateX(26px); }

@media (max-width: 575px) {
    .pmpay-head { justify-content: center; text-align: center; }
    .pmpay-head-right { flex-wrap: wrap; justify-content: center; }
}

/* table toolbar (filter + search) */
.pb-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}
.pb-toolbar-end { justify-content: flex-end; }
.pb-toolbar .pb-filter { margin-bottom: 0; }
.pb-search-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: 240px;
}
.pb-search-wrap > i {
    position: absolute;
    left: 16px;
    font-size: 13px;
    color: #9aa6b8;
    pointer-events: none;
}
.pb-search {
    width: 100%;
    height: 44px;
    padding: 0 16px 0 40px;
    border: 1px solid #e3ecf4;
    border-radius: 30px;
    background: #f6f9fc;
    font-size: 14px;
    color: #16202e;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.pb-search::placeholder { color: #9aa6b8; }
.pb-search:focus {
    outline: none;
    border-color: #009AEE;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 154, 238, 0.12);
}

/* pagination control */
.pb-pager {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
}
.pb-pager:empty { display: none; }
.pb-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #eef2f7;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #55627a;
    cursor: pointer;
    transition: all 0.2s ease;
}
.pb-page-btn:hover:not(:disabled):not(.is-active) {
    color: #009AEE;
    border-color: rgba(0, 154, 238, 0.4);
}
.pb-page-btn.is-active {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(120deg, #009AEE, #1ba8f5);
    box-shadow: 0 8px 16px -10px rgba(0, 154, 238, 0.8);
}
.pb-page-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

/* head with action button */
.pb-head-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.pb-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    border-radius: 30px;
    padding: 11px 22px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(120deg, #009AEE, #1ba8f5);
    box-shadow: 0 12px 24px -12px rgba(0, 154, 238, 0.8);
    cursor: pointer;
    transition: all 0.22s ease;
}
.pb-add-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px -12px rgba(0, 154, 238, 0.9);
}
.pb-add-btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 11px;
    background: rgba(255, 255, 255, 0.25);
}

/* add-account modal */
.pb-modal .modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 40px 80px -30px rgba(16, 44, 84, 0.6);
}
.pb-modal .modal-header {
    align-items: center;
    padding: 22px 26px;
    border-bottom: 1px solid #eef2f7;
}
.pb-modal .modal-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 19px;
    font-weight: 700;
    color: #16202e;
}
.pb-modal .modal-title i { color: #009AEE; }
.pb-modal .modal-body { padding: 26px; }
.pb-modal .modal-footer {
    padding: 18px 26px;
    border-top: 1px solid #eef2f7;
    gap: 10px;
}
.pb-modal .modal-footer .broker-btn { flex: 0 0 auto; min-width: 130px; }

.pb-field { margin-bottom: 18px; }
.pb-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #16202e;
}
.pb-input {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border: 1px solid #e3ecf4;
    border-radius: 12px;
    background: #f6f9fc;
    color: #16202e;
    font-size: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.pb-input:focus {
    outline: none;
    border-color: #009AEE;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 154, 238, 0.12);
}
.pb-note-inline {
    display: flex;
    gap: 9px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #55627a;
    background: rgba(0, 154, 238, 0.06);
    border: 1px dashed rgba(0, 154, 238, 0.3);
}
.pb-note-inline i { color: #009AEE; margin-top: 2px; }

/* ============================================================
   Live Broker Spreads tool (scoped to .lbs)
   ============================================================ */
.lbs {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f6f9fc 0%, #e9f4fd 100%);
}
.lbs-bg-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.lbs-bg-glow-1 {
    top: -120px; left: -80px;
    width: 460px; height: 460px;
    background: radial-gradient(circle, rgba(0, 154, 238, 0.16) 0%, rgba(0, 154, 238, 0) 70%);
}
.lbs-bg-glow-2 {
    top: 120px; right: -120px;
    width: 420px; height: 420px;
    background: radial-gradient(circle, rgba(51, 192, 255, 0.16) 0%, rgba(51, 192, 255, 0) 70%);
}
.lbs .container { position: relative; z-index: 1; }

/* hero */
.lbs-hero { max-width: 820px; margin: 0 auto 46px; text-align: center; }
.lbs-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #009AEE;
    background: rgba(0, 154, 238, 0.1);
    border: 1px solid rgba(0, 154, 238, 0.22);
}
.lbs-hero-title {
    font-size: 54px;
    font-weight: 800;
    line-height: 1.1;
    color: #16202e;
    margin-bottom: 16px;
}
.lbs-hero-title span {
    background: linear-gradient(120deg, #009AEE, #33c0ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lbs-hero-sub {
    font-size: 16px;
    line-height: 1.75;
    color: #55627a;
    margin: 0 auto 28px;
    max-width: 680px;
}
.lbs-hero-stats {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}
.lbs-hero-stat {
    min-width: 140px;
    padding: 16px 22px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e7f1f9;
    box-shadow: 0 16px 34px -28px rgba(16, 44, 84, 0.5);
}
.lbs-hero-stat b {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #16202e;
    line-height: 1;
    margin-bottom: 4px;
}
.lbs-hero-stat span { font-size: 13px; color: #7a8699; }
.lbs-live-dot {
    font-size: 9px !important;
    color: #e05252;
    vertical-align: middle;
    animation: lbs-pulse 1.4s infinite;
}

/* card */
.lbs-card {
    position: relative;
    background: #fff;
    border: 1px solid #e2eefb;
    border-radius: 24px;
    padding: 34px 32px 32px;
    box-shadow: 0 40px 80px -44px rgba(11, 92, 214, 0.5);
}
.lbs-card::before {
    content: "";
    position: absolute;
    top: 0; left: 32px; right: 32px;
    height: 4px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, #0b5cd6, #8592a6, #f5871f);
}
.lbs-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 26px;
}
.lbs-card-head h3 { font-size: 24px; font-weight: 800; color: #16202e; margin-bottom: 4px; }
.lbs-card-head p { font-size: 14px; color: #7a8699; margin: 0; }
.lbs-powered { font-size: 12px; color: #9aa6b8; white-space: nowrap; }
.lbs-powered b { color: #009AEE; }

/* instrument columns */
.lbs-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.lbs-col-title {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
}
.lbs-col:nth-child(1) .lbs-col-title { color: #0b5cd6; }
.lbs-col:nth-child(2) .lbs-col-title { color: #8592a6; }
.lbs-col:nth-child(3) .lbs-col-title { color: #f5871f; }

/* selects */
.lbs-select { position: relative; }
.lbs-select::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #0b5cd6;
    pointer-events: none;
}
.lbs-broker-select {
    width: 100%;
    height: 52px;
    padding: 0 42px 0 18px;
    border: 1px solid #d7e6f8;
    border-radius: 12px;
    background: #eff6fe;
    color: #0b5cd6;
    font-size: 14px;
    font-weight: 600;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    text-overflow: ellipsis;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.lbs-col:nth-child(2) .lbs-broker-select { color: #6b7788; }
.lbs-col:nth-child(3) .lbs-broker-select { color: #d9740f; }
.lbs-broker-select:focus {
    outline: none;
    border-color: #0b5cd6;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(11, 92, 214, 0.12);
}

/* chart */
.lbs-chart-wrap {
    position: relative;
    margin-top: 12px;
    padding: 18px 6px 6px;
    border-radius: 16px;
    background: linear-gradient(180deg, #fbfdff 0%, #f4f9ff 100%);
    border: 1px solid #eef4fb;
    min-height: 300px;
}
.lbs-chart-wrap canvas { display: block; width: 100%; }
.lbs-live {
    position: absolute;
    top: 14px;
    right: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #e05252;
    background: rgba(224, 82, 82, 0.1);
}
.lbs-live i {
    width: 8px; height: 8px; border-radius: 50%;
    background: #e05252;
    box-shadow: 0 0 0 0 rgba(224, 82, 82, 0.6);
    animation: lbs-pulse 1.4s infinite;
}
@keyframes lbs-pulse {
    0% { box-shadow: 0 0 0 0 rgba(224, 82, 82, 0.5); }
    70% { box-shadow: 0 0 0 8px rgba(224, 82, 82, 0); }
    100% { box-shadow: 0 0 0 0 rgba(224, 82, 82, 0); }
}
.lbs-empty {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #9aa6b8;
    text-align: center;
}

/* indicators */
.lbs-indicators { margin-top: 22px; display: flex; flex-direction: column; gap: 14px; }
.lbs-ind {
    display: grid;
    grid-template-columns: 220px 1fr 90px;
    align-items: center;
    gap: 16px;
}
.lbs-ind-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 600;
    color: #16202e;
}
.lbs-ind-label i { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.lbs-ind-track {
    position: relative;
    height: 8px;
    border-radius: 8px;
    background: #e7eef6;
}
.lbs-ind-dot {
    position: absolute;
    top: 50%;
    width: 18px; height: 18px;
    border-radius: 50%;
    border: 3px solid #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 10px -2px rgba(16, 44, 84, 0.4);
    transition: left 0.6s ease;
}
.lbs-ind-val { font-size: 15px; font-weight: 800; text-align: right; }

/* footer */
.lbs-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px solid #eef4fb;
}
.lbs-updated { font-size: 13px; color: #7a8699; }
.lbs-updated i { color: #009AEE; margin-right: 5px; }
.lbs-embed {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border: 1px solid #d7e6f8;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    color: #0b5cd6;
    background: #eff6fe;
    cursor: pointer;
    transition: all 0.2s ease;
}
.lbs-embed:hover { background: #0b5cd6; color: #fff; border-color: #0b5cd6; }

.lbs-note {
    display: flex;
    gap: 10px;
    max-width: 860px;
    margin: 24px auto 0;
    font-size: 13px;
    line-height: 1.6;
    color: #7a8699;
    text-align: left;
}
.lbs-note i { color: #009AEE; margin-top: 3px; }

@media (max-width: 767px) {
    .lbs-card { padding: 22px; }
    .lbs-cols { grid-template-columns: 1fr; gap: 14px; }
    .lbs-col-title { font-size: 24px; margin-bottom: 8px; }
    .lbs-ind { grid-template-columns: 1fr; gap: 8px; }
    .lbs-ind-val { text-align: left; }
    .lbs-card-head { flex-direction: column; }
}

/* ---- Live spreads: accordion + content + FAQ + CTA ---- */
.lbs-acc {
    margin-top: 40px;
    background: #fff;
    border: 1px solid #e2eefb;
    border-radius: 16px;
    box-shadow: 0 18px 40px -34px rgba(11, 92, 214, 0.5);
    overflow: hidden;
}
.lbs-acc > summary,
.lbs-faq-item > summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 20px 24px;
    font-size: 16px;
    font-weight: 700;
    color: #16202e;
}
.lbs-acc > summary::-webkit-details-marker,
.lbs-faq-item > summary::-webkit-details-marker { display: none; }
.lbs-acc-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    font-size: 12px;
    color: #009AEE;
    background: rgba(0, 154, 238, 0.1);
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.lbs-acc[open] .lbs-acc-ico { transform: rotate(180deg); }
.lbs-faq-item[open] .lbs-acc-ico {
    transform: rotate(45deg);
    color: #fff;
    background: #009AEE;
}
.lbs-acc-content { padding: 0 24px 22px; }

.lbs-steps {
    margin: 0;
    padding-left: 20px;
    counter-reset: lbs;
    list-style: none;
}
.lbs-steps li {
    position: relative;
    padding: 8px 0 8px 40px;
    color: #55627a;
    font-size: 15px;
    line-height: 1.6;
}
.lbs-steps li::before {
    counter-increment: lbs;
    content: counter(lbs);
    position: absolute;
    left: 0;
    top: 7px;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(120deg, #009AEE, #1ba8f5);
}

/* content blocks */
.lbs-content { margin-top: 30px; }
.lbs-info-block {
    padding: 30px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e7f1f9;
    border-radius: 18px;
    box-shadow: 0 18px 40px -34px rgba(16, 44, 84, 0.5);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.lbs-info-block:hover {
    transform: translateY(-5px);
    border-color: transparent;
    box-shadow: 0 30px 50px -30px rgba(0, 154, 238, 0.4);
}
.lbs-info-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}
.lbs-info-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(140deg, #009AEE, #33c0ff);
    box-shadow: 0 12px 22px -10px rgba(0, 154, 238, 0.8);
    transition: transform 0.28s ease;
}
.lbs-info-block:hover .lbs-info-icon { transform: rotate(-6deg) scale(1.05); }

/* economic calendar widget */
.eco-widget {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eef4fb;
    background: #fbfdff;
}
.eco-widget .tradingview-widget-container { min-height: 600px; }

/* ---- Heat Map page: floating forex decorations ---- */
.hm-decor {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}
.hm-coin,
.hm-tile {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    will-change: transform;
}
/* currency coins */
.hm-coin {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    background: linear-gradient(140deg, #009AEE, #33c0ff);
    box-shadow: 0 16px 30px -12px rgba(0, 154, 238, 0.55);
    opacity: 0.55;
    animation: hm-float 7s ease-in-out infinite;
}
.hm-coin-1 { top: 12%;  left: 5%;  }
.hm-coin-2 { top: 22%;  right: 7%; width: 48px; height: 48px; font-size: 18px; animation-delay: -1.5s; }
.hm-coin-3 { top: 6%;   right: 22%; width: 44px; height: 44px; font-size: 17px; animation-delay: -3s; }
.hm-coin-4 { top: 32%;  left: 11%; width: 50px; height: 50px; font-size: 19px; animation-delay: -2.2s; }
.hm-coin-5 { top: 8%;   left: 26%; width: 40px; height: 40px; font-size: 15px; animation-delay: -4s; opacity: 0.4; }
.hm-coin-6 { top: 28%;  right: 16%; width: 54px; height: 54px; font-size: 20px; animation-delay: -0.8s; }

/* heat tiles (green up / red down) */
.hm-tile {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    font-size: 16px;
    opacity: 0.5;
    animation: hm-float 8s ease-in-out infinite;
}
.hm-tile-up {
    color: #1a9e5c;
    background: rgba(26, 158, 92, 0.14);
    border: 1px solid rgba(26, 158, 92, 0.28);
}
.hm-tile-down {
    color: #e05252;
    background: rgba(224, 82, 82, 0.14);
    border: 1px solid rgba(224, 82, 82, 0.28);
}
.hm-tile-1 { top: 16%; left: 16%; animation-delay: -1s; }
.hm-tile-2 { top: 18%; right: 26%; animation-delay: -3.5s; }
.hm-tile-3 { top: 34%; right: 6%; animation-delay: -2s; }
.hm-tile-4 { top: 36%; left: 4%; animation-delay: -4.5s; }

@keyframes hm-float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(6deg); }
}

@media (max-width: 991px) {
    .hm-decor { display: none; }
}

/* legend bar inside the widget card */
.hm-legend {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}
.hm-legend-txt {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}
.hm-legend-weak { color: #e05252; }
.hm-legend-strong { color: #1a9e5c; }
.hm-legend-bar {
    flex: 1;
    height: 12px;
    border-radius: 8px;
    background: linear-gradient(90deg, #e05252 0%, #f0b6b6 25%, #f3f5f8 50%, #a9dcc2 75%, #1a9e5c 100%);
    box-shadow: inset 0 0 0 1px rgba(16, 44, 84, 0.06);
}

/* how-to-read guide cards */
.hm-guide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}
.hm-guide-card {
    padding: 26px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e7f1f9;
    box-shadow: 0 18px 40px -34px rgba(16, 44, 84, 0.5);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.hm-guide-card:hover {
    transform: translateY(-6px);
    border-color: transparent;
    box-shadow: 0 30px 50px -30px rgba(0, 154, 238, 0.4);
}
.hm-guide-card h5 { font-size: 17px; font-weight: 700; color: #16202e; margin: 16px 0 8px; }
.hm-guide-card p { font-size: 14px; line-height: 1.6; color: #55627a; margin: 0; }
.hm-guide-cell {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 800;
    animation: hm-cell-pulse 2.4s ease-in-out infinite;
}
.hm-guide-up .hm-guide-cell { color: #1a9e5c; background: rgba(26, 158, 92, 0.14); }
.hm-guide-down .hm-guide-cell { color: #e05252; background: rgba(224, 82, 82, 0.14); animation-delay: -1.2s; }
.hm-guide-cell-blue { color: #0b5cd6 !important; background: rgba(11, 92, 214, 0.12) !important; animation-delay: -0.6s; }
.hm-guide-cell-amber { color: #d9880a !important; background: rgba(245, 166, 35, 0.16) !important; animation-delay: -1.8s; }
@keyframes hm-cell-pulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
    50% { transform: scale(1.04); box-shadow: 0 8px 18px -8px currentColor; }
}
/* intensity scale */
.hm-guide-scale { display: inline-flex; gap: 6px; }
.hm-guide-scale i {
    width: 26px;
    height: 26px;
    border-radius: 7px;
    display: inline-block;
}
.hm-guide-scale i:nth-child(1) { background: rgba(26, 158, 92, 0.18); }
.hm-guide-scale i:nth-child(2) { background: rgba(26, 158, 92, 0.36); }
.hm-guide-scale i:nth-child(3) { background: rgba(26, 158, 92, 0.55); }
.hm-guide-scale i:nth-child(4) { background: rgba(26, 158, 92, 0.75); }
.hm-guide-scale i:nth-child(5) { background: rgba(26, 158, 92, 0.95); }

@media (max-width: 767px) {
    .hm-guide { grid-template-columns: 1fr; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
    .hm-coin, .hm-tile, .hm-guide-cell { animation: none; }
}

/* ============================================================
   Contact Us channel cards (scoped to .cu-channels)
   ============================================================ */
.cu-card {
    height: 100%;
    padding: 34px 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 20px;
    box-shadow: 0 18px 44px -32px rgba(16, 44, 84, 0.55);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.cu-card:hover {
    transform: translateY(-8px);
    border-color: transparent;
    box-shadow: 0 30px 52px -28px rgba(0, 154, 238, 0.45);
}
.cu-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    border-radius: 20px;
    font-size: 26px;
    color: #fff;
    background: linear-gradient(140deg, #009AEE, #33c0ff);
    box-shadow: 0 16px 28px -12px rgba(0, 154, 238, 0.8);
    transition: transform 0.28s ease;
}
.cu-card:hover .cu-card-icon { transform: translateY(-4px) scale(1.05); }
.cu-icon-tg { background: linear-gradient(140deg, #229ed9, #2fb9f0); box-shadow: 0 16px 28px -12px rgba(34, 158, 217, 0.8); }
.cu-icon-wa { background: linear-gradient(140deg, #25d366, #4ae388); box-shadow: 0 16px 28px -12px rgba(37, 211, 102, 0.8); }
.cu-card h4 { font-size: 20px; font-weight: 700; color: #16202e; margin-bottom: 8px; }
.cu-card p { font-size: 14px; line-height: 1.6; color: #7a8699; margin-bottom: 14px; }
.cu-card a {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #009AEE;
    word-break: break-word;
    transition: color 0.2s ease;
}
.cu-card a:hover { color: #0784c9; text-decoration: underline; }

/* ============================================================
   FAQ page — two column layout (scoped to .faq2)
   ============================================================ */
.faq2 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f4f9ff 0%, #e8f4fd 55%, #f4f9ff 100%);
}
.faq2 .container { position: relative; z-index: 1; }
.faq-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.faq-glow-1 {
    top: -120px; left: -100px;
    width: 440px; height: 440px;
    background: radial-gradient(circle, rgba(0, 154, 238, 0.14) 0%, rgba(0, 154, 238, 0) 70%);
}
.faq-glow-2 {
    top: 200px; right: -120px;
    width: 420px; height: 420px;
    background: radial-gradient(circle, rgba(51, 192, 255, 0.14) 0%, rgba(51, 192, 255, 0) 70%);
}
.faq-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #009AEE;
    background: rgba(0, 154, 238, 0.1);
    border: 1px solid rgba(0, 154, 238, 0.22);
}

/* left sticky panel */
.faq2-side { position: sticky; top: 110px; }
.faq2-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.15;
    color: #16202e;
    margin: 16px 0 14px;
}
.faq2-title span {
    background: linear-gradient(120deg, #009AEE, #33c0ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.faq2-lead { font-size: 15.5px; line-height: 1.7; color: #55627a; margin-bottom: 28px; }
.faq2-help {
    position: relative;
    overflow: hidden;
    padding: 30px 28px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    background: linear-gradient(150deg, #0090e0 0%, #009AEE 45%, #33c0ff 100%);
    box-shadow: 0 26px 46px -22px rgba(0, 154, 238, 0.7);
}
.faq2-help::after {
    content: "";
    position: absolute;
    top: -60px; right: -50px;
    width: 180px; height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 70%);
}
.faq2-help-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
    border-radius: 16px;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
}
.faq2-help h4 { position: relative; z-index: 1; color: #fff; font-size: 20px; font-weight: 700; margin-bottom: 6px; }
.faq2-help p { position: relative; z-index: 1; color: rgba(255, 255, 255, 0.9); font-size: 14px; line-height: 1.6; margin-bottom: 20px; }
.faq2-help-btn {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 52px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    color: #0784c9;
    background: #fff;
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.35);
    transition: all 0.22s ease;
}
.faq2-help-btn:hover { color: #0784c9; transform: translateY(-2px); box-shadow: 0 18px 30px -12px rgba(0, 0, 0, 0.45); }
.faq2-help-btn i { transition: transform 0.22s ease; }
.faq2-help-btn:hover i { transform: translateX(3px); }

/* right groups */
.faq2-group + .faq2-group { margin-top: 36px; }
.faq2-group-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 21px;
    font-weight: 800;
    color: #16202e;
    margin-bottom: 18px;
}
.faq2-gi {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(140deg, #009AEE, #33c0ff);
    box-shadow: 0 12px 22px -10px rgba(0, 154, 238, 0.8);
}

/* accordion items */
.faq2-item {
    background: #fff;
    border: 1px solid #e5eef7;
    border-radius: 14px;
    margin-bottom: 14px;
    overflow: hidden;
    box-shadow: 0 14px 34px -30px rgba(16, 44, 84, 0.5);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.faq2-item:hover { transform: translateY(-2px); border-color: rgba(0, 154, 238, 0.4); }
.faq2-item:has(.faq2-q:not(.collapsed)) {
    border-color: rgba(0, 154, 238, 0.5);
    box-shadow: 0 22px 44px -26px rgba(0, 154, 238, 0.5);
}
.faq2-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 20px 22px;
    font-size: 16.5px;
    font-weight: 600;
    line-height: 1.45;
    color: #16202e;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: color 0.2s ease;
}
.faq2-q:not(.collapsed) { color: #009AEE; }
.faq2-ico {
    position: relative;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: rgba(0, 154, 238, 0.1);
    transition: background 0.25s ease;
}
.faq2-q:not(.collapsed) .faq2-ico { background: #009AEE; }
.faq2-ico::before,
.faq2-ico::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #009AEE;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}
.faq2-ico::before { width: 11px; height: 2px; transform: translate(-50%, -50%); }
.faq2-ico::after { width: 2px; height: 11px; transform: translate(-50%, -50%); }
.faq2-q:not(.collapsed) .faq2-ico::before,
.faq2-q:not(.collapsed) .faq2-ico::after { background: #fff; }
.faq2-q:not(.collapsed) .faq2-ico::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.faq2-a { padding: 0 22px 22px; }
.faq2-a p { font-size: 15px; line-height: 1.75; color: #55627a; margin: 0; }

@media (max-width: 991px) {
    .faq2-side { position: static; margin-bottom: 40px; }
}
@media (max-width: 575px) {
    .faq2-title { font-size: 32px; }
    .faq2-q { font-size: 15.5px; padding: 17px 18px; }
}
.lbs-info-title {
    font-size: 22px;
    font-weight: 800;
    color: #16202e;
    margin: 0;
}
.lbs-info-title span { font-size: 20px; }
.lbs-info-block > p { font-size: 15px; line-height: 1.75; color: #55627a; margin-bottom: 14px; }
.lbs-check-list { list-style: none; margin: 0; padding: 0; }
.lbs-check-list li {
    position: relative;
    padding: 9px 0 9px 32px;
    font-size: 15px;
    line-height: 1.6;
    color: #55627a;
    border-bottom: 1px solid #f0f4f9;
}
.lbs-check-list li:last-child { border-bottom: none; }
.lbs-check-list li b { color: #16202e; }
.lbs-check-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 12px;
    color: #009AEE;
}

/* faq items */
.lbs-faq-item {
    border: 1px solid #eef2f7;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.lbs-faq-item[open] {
    border-color: rgba(0, 154, 238, 0.35);
    box-shadow: 0 14px 30px -24px rgba(0, 154, 238, 0.5);
}
.lbs-faq-item > summary { padding: 16px 20px; font-size: 15px; }
.lbs-faq-item > p {
    margin: 0;
    padding: 0 20px 18px;
    font-size: 14.5px;
    line-height: 1.7;
    color: #55627a;
}

/* join cta */
.lbs-join {
    margin-top: 34px;
    padding: 8px;
    border-radius: 40px;
    background: #fff;
    border: 1px solid #e2eefb;
    box-shadow: 0 20px 44px -30px rgba(11, 92, 214, 0.5);
}
.lbs-join a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 60px;
    border-radius: 34px;
    font-size: 17px;
    font-weight: 800;
    color: #0b5cd6;
    background: linear-gradient(180deg, #fbfdff 0%, #eff6fe 100%);
    transition: all 0.25s ease;
}
.lbs-join a:hover {
    color: #fff;
    background: linear-gradient(120deg, #009AEE, #1ba8f5);
}
.lbs-join a i { color: #f5a623; }
.lbs-join a:hover i { color: #fff; }
/* ============================================================
   Resources page
   ============================================================ */
.res-page { background: #f8fafc; }

/* hero */
.res-hero {
    padding: 120px 0 56px;
    background: #fff;
    border-bottom: 1px solid #eef2f7;
}
.res-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #7a8699;
    margin-bottom: 28px;
}
.res-breadcrumb a { color: #7a8699; text-decoration: none; }
.res-breadcrumb a:hover { color: var(--pm-primary); }
.res-breadcrumb i { font-size: 11px; color: #b0bcc8; }
.res-hero h1 {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    color: #0f1b2d;
    line-height: 1.15;
    margin: 0;x
}
.res-hero-desc {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
    max-width: 560px;
    margin: 0;
}

/* cards grid */
.res-grid { padding: 56px 0 100px; }
.res-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 32px 28px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
    height: 100%;
}
.res-card:hover {
    border-color: #009AEE;
    box-shadow: 0 12px 36px -12px rgba(0, 154, 238, 0.18);
    transform: translateY(-3px);
    color: inherit;
    text-decoration: none;
}
.res-card-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 24px;
}
.res-card-icon.clr-red    { background: #fff1f0; color: #e53935; }
.res-card-icon.clr-blue   { background: #eff6ff; color: #2563eb; }
.res-card-icon.clr-amber  { background: #fffbeb; color: #d97706; }
.res-card-icon.clr-green  { background: #f0fdf4; color: #16a34a; }
.res-card-icon.clr-purple { background: #f5f3ff; color: #7c3aed; }
.res-card-icon.clr-dark   { background: #f1f5f9; color: #1e293b; }
.res-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f1b2d;
    margin: 0;
    line-height: 1.3;
}
.res-card-desc {
    font-size: 14.5px;
    line-height: 1.7;
    color: #64748b;
    margin: 0;
    flex: 1;
}
.res-card-arrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--pm-primary);
    margin-top: 4px;
}
.res-card:hover .res-card-arrow { gap: 10px; }

/* ============================================================
   Learn Forex Basics page  (.lfb-*)
   ============================================================ */

/* hero */
.lfb-hero {
    padding: 120px 0 60px;
    background: #fff;
    border-bottom: 1px solid #eef2f7;
}
.lfb-hero h1 {
    font-size: clamp(30px, 4.5vw, 46px);
    font-weight: 800;
    color: #0f1b2d;
    line-height: 1.15;
    margin: 0 0 16px;
}
.lfb-hero-desc {
    font-size: 17px;
    line-height: 1.75;
    color: #4a5568;
    max-width: 600px;
    margin: 0;
}

/* stats strip */
.lfb-stats {
    background: linear-gradient(135deg, #0f5ec9 0%, #1a78e8 100%);
    padding: 36px 0;
}
.lfb-stat {
    text-align: center;
    color: #fff;
    padding: 8px 0;
}
.lfb-stat-val {
    display: block;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 6px;
}
.lfb-stat-lbl {
    font-size: 13px;
    font-weight: 500;
    opacity: 0.82;
    letter-spacing: 0.03em;
}
.lfb-stat-sep {
    width: 1px;
    background: rgba(255,255,255,0.2);
    align-self: stretch;
}

/* topic cards */
.lfb-section { padding: 70px 0 100px; background: #f8fafc; }
.lfb-section-title {
    font-size: 26px;
    font-weight: 800;
    color: #0f1b2d;
    margin-bottom: 6px;
}
.lfb-section-sub {
    font-size: 15px;
    color: #64748b;
    margin-bottom: 44px;
}
.lfb-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: border-color .22s, box-shadow .22s, transform .22s;
}
.lfb-card:hover {
    border-color: #009AEE;
    box-shadow: 0 12px 32px -12px rgba(0,154,238,.16);
    transform: translateY(-3px);
}
.lfb-card-icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}
.lfb-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #0f1b2d;
    margin: 0;
    line-height: 1.3;
}
.lfb-card-desc {
    font-size: 14px;
    line-height: 1.72;
    color: #64748b;
    margin: 0;
    flex: 1;
}
.lfb-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    width: fit-content;
}
.lfb-tag-beginner  { background: #f0fdf4; color: #16a34a; }
.lfb-tag-intermediate { background: #fffbeb; color: #b45309; }
.lfb-tag-advanced  { background: #f5f3ff; color: #7c3aed; }

/* CTA banner */
.lfb-cta {
    background: linear-gradient(135deg, #0f5ec9 0%, #1a78e8 100%);
    border-radius: 20px;
    padding: 48px 40px;
    text-align: center;
    margin-top: 20px;
}
.lfb-cta h3 {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}
.lfb-cta p { color: rgba(255,255,255,.82); margin-bottom: 28px; font-size: 16px; }
.lfb-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: #fff;
    color: #0f5ec9;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all .22s;
}
.lfb-cta-btn:hover {
    background: #0f1b2d;
    color: #fff;
    text-decoration: none;
}

/* ============================================================
   Resources sub-pages — sidebar + article cards
   ============================================================ */

/* shared two-column layout */
.res-sub-layout { padding: 56px 0 100px; background: #f8fafc; }

/* ── Sidebar ── */
.res-sidebar {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    position: sticky;
    top: 100px;
}
.res-sidebar-title {
    font-size: 18px;
    font-weight: 800;
    color: #0f1b2d;
    padding: 22px 20px 16px;
    border-bottom: 1px solid #eef2f7;
    margin: 0;
}
/* accordion item */
.res-nav-item { border-bottom: 1px solid #eef2f7; }
.res-nav-item:last-child { border-bottom: none; }
.res-nav-header {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 14px 18px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: background .18s;
}
.res-nav-header:hover { background: #f8fafc; }
.res-nav-header.active { background: #eff6ff; }
.res-nav-icon {
    width: 30px; height: 30px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
    background: var(--pm-bg);
    color: var(--pm-primary);
}
.res-nav-name {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    color: #0f1b2d;
    line-height: 1.3;
}
.res-nav-header.active .res-nav-name { color: var(--pm-primary); }
.res-nav-chevron {
    font-size: 11px;
    color: #94a3b8;
    transition: transform .22s;
    flex-shrink: 0;
}
.res-nav-header[aria-expanded="true"] .res-nav-chevron { transform: rotate(180deg); }
.res-nav-body { padding: 0 18px 14px 58px; }
.res-nav-desc {
    font-size: 12.5px;
    line-height: 1.65;
    color: #64748b;
    margin: 0;
}

/* ── Article cards ── */
.frb-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: border-color .22s, box-shadow .22s, transform .22s;
    text-decoration: none;
    color: inherit;
}
.frb-card:hover {
    border-color: #009AEE;
    box-shadow: 0 12px 32px -12px rgba(0,154,238,.16);
    transform: translateY(-3px);
    text-decoration: none;
    color: inherit;
}
/* thumbnail */
.frb-thumb {
    position: relative;
    aspect-ratio: 16/10;
    background: #f1f5f9;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.frb-thumb img {
    max-height: 52%;
    max-width: 62%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}
.frb-thumb-brand {
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 8.5px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--pm-primary);
    text-transform: uppercase;
    z-index: 1;
}
.frb-thumb-label {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: #5c6bc0;
    text-transform: uppercase;
    z-index: 1;
    position: absolute;
    bottom: 10px;
}
/* decorative diagonal in corner */
.frb-thumb::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 90px; height: 90px;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    transform: rotate(45deg);
    opacity: 0.12;
}
/* generic (non-broker) thumbnail */
.frb-thumb-generic {
    background: linear-gradient(135deg, #0f5ec9 0%, #1a78e8 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
}
.frb-thumb-generic i { font-size: 36px; opacity: .85; }
.frb-thumb-generic span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: .9;
    text-align: center;
    padding: 0 20px;
}
.frb-thumb-generic::after { display: none; }
/* card body */
.frb-body { padding: 20px 20px 22px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.frb-author {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--pm-primary);
}
.frb-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f1b2d;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.frb-date {
    font-size: 12px;
    color: #94a3b8;
}
.frb-excerpt {
    font-size: 13.5px;
    line-height: 1.65;
    color: #64748b;
    margin: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ============================================================
   BROKER REVIEW ARTICLE  (.br-*)
   ============================================================ */

/* ── Page wrapper ── */
.br-page {
    background: #f6f8fb;
    min-height: 100vh;
}

/* ── Hero banner ── */
.br-hero {
    background: linear-gradient(135deg, #0a1628 0%, #0f2447 60%, #0b3a6e 100%);
    padding: 56px 0 48px;
    position: relative;
    overflow: hidden;
}
.br-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 120% at 80% 50%, rgba(0,154,238,.18) 0%, transparent 70%);
}
.br-hero-inner {
    position: relative;
    z-index: 1;
}
.br-hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255,255,255,.55);
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.br-hero-breadcrumb a {
    color: rgba(255,255,255,.55);
    text-decoration: none;
    transition: color .2s;
}
.br-hero-breadcrumb a:hover { color: #fff; }
.br-hero-breadcrumb i { font-size: 10px; }

.br-hero-logo-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.br-hero-logo {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 16px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(0,0,0,.35);
}
.br-hero-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.br-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0,154,238,.25);
    border: 1px solid rgba(0,154,238,.45);
    color: #7dd3fc;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 5px 12px;
    border-radius: 30px;
    text-transform: uppercase;
}
.br-hero-title {
    font-size: clamp(26px, 3.5vw, 40px);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 14px;
}
.br-hero-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    font-size: 13px;
    color: rgba(255,255,255,.6);
}
.br-hero-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.br-hero-rating {
    display: flex;
    align-items: center;
    gap: 6px;
}
.br-rating-stars { color: #fbbf24; font-size: 14px; }
.br-rating-val {
    font-size: 15px;
    font-weight: 800;
    color: #fff;
}

/* Score badge (right side of hero) */
.br-score-card {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 20px;
    padding: 24px 28px;
    text-align: center;
    backdrop-filter: blur(10px);
}
.br-score-num {
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin-bottom: 4px;
}
.br-score-num span { font-size: 26px; font-weight: 500; color: rgba(255,255,255,.6); }
.br-score-label { font-size: 13px; color: rgba(255,255,255,.55); margin-bottom: 10px; }
.br-score-stars { color: #fbbf24; font-size: 18px; letter-spacing: 2px; margin-bottom: 14px; }
.br-score-cta {
    display: block;
    background: linear-gradient(135deg, #009aee, #0072bf);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    transition: opacity .2s;
}
.br-score-cta:hover { opacity: .88; color: #fff; }

/* ── Article layout ── */
.br-layout {
    padding: 48px 0 64px;
}
.br-article {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e8edf4;
    padding: 36px 40px;
    box-shadow: 0 2px 18px rgba(15,27,45,.05);
}
@media (max-width: 768px) {
    .br-article { padding: 24px 18px; }
}

/* ── Key highlights (green callout box) ── */
.br-highlights {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border: 1.5px solid #86efac;
    border-radius: 16px;
    padding: 24px 28px;
    margin: 28px 0 36px;
}
.br-highlights-title {
    font-size: 15px;
    font-weight: 800;
    color: #15803d;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.br-highlights ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 24px;
}
@media (max-width: 576px) {
    .br-highlights ul { grid-template-columns: 1fr; }
}
.br-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13.5px;
    color: #166534;
    line-height: 1.5;
}
.br-highlights li i {
    color: #22c55e;
    margin-top: 3px;
    flex-shrink: 0;
}

/* ── Quick facts table ── */
.br-facts-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    font-size: 14px;
    margin: 0 0 36px;
}
.br-facts-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: top;
}
.br-facts-table tr:last-child td { border-bottom: none; }
.br-facts-table td:first-child {
    width: 38%;
    font-weight: 700;
    color: #374151;
    background: #f8fafc;
}
.br-facts-table td:last-child { color: #1e293b; }

/* ── Table of Contents ── */
.br-toc {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px 26px;
    margin: 0 0 36px;
}
.br-toc-title {
    font-size: 14px;
    font-weight: 800;
    color: #0f1b2d;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.br-toc ol {
    margin: 0;
    padding: 0 0 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 24px;
}
@media (max-width: 576px) {
    .br-toc ol { grid-template-columns: 1fr; }
}
.br-toc li a {
    font-size: 13.5px;
    color: #0f5ec9;
    text-decoration: none;
    line-height: 1.5;
}
.br-toc li a:hover { text-decoration: underline; }

/* ── Section headings ── */
.br-section { margin: 0 0 40px; }
.br-h2 {
    font-size: 22px;
    font-weight: 800;
    color: #0f1b2d;
    border-left: 4px solid #009aee;
    padding-left: 14px;
    margin: 0 0 16px;
    line-height: 1.3;
}
.br-h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1e293b;
    margin: 20px 0 10px;
}
.br-p {
    font-size: 15px;
    line-height: 1.8;
    color: #374151;
    margin: 0 0 14px;
}

/* ── Account type cards ── */
.br-account-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; margin: 0 0 20px; }
.br-account-card {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 20px;
    transition: box-shadow .2s, border-color .2s;
}
.br-account-card:hover { box-shadow: 0 4px 18px rgba(0,154,238,.12); border-color: #93c5fd; }
.br-account-name {
    font-size: 14px;
    font-weight: 800;
    color: #0f5ec9;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e8f0;
}
.br-account-row {
    display: flex;
    justify-content: space-between;
    font-size: 12.5px;
    margin-bottom: 5px;
    color: #475569;
}
.br-account-row span:last-child { font-weight: 600; color: #1e293b; }

/* ── Pros / Cons ── */
.br-pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 0 0 20px; }
@media (max-width: 576px) { .br-pros-cons { grid-template-columns: 1fr; } }
.br-pros, .br-cons {
    border-radius: 14px;
    padding: 20px 22px;
}
.br-pros { background: #f0fdf4; border: 1.5px solid #86efac; }
.br-cons { background: #fff1f2; border: 1.5px solid #fca5a5; }
.br-pros-title, .br-cons-title {
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.br-pros-title { color: #15803d; }
.br-cons-title { color: #dc2626; }
.br-pros ul, .br-cons ul { margin: 0; padding: 0; list-style: none; }
.br-pros li, .br-cons li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 7px;
}
.br-pros li { color: #166534; }
.br-cons li { color: #991b1b; }
.br-pros li i { color: #22c55e; margin-top: 3px; flex-shrink: 0; }
.br-cons li i { color: #ef4444; margin-top: 3px; flex-shrink: 0; }

/* ── Verdict box ── */
.br-verdict {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 1.5px solid #93c5fd;
    border-radius: 16px;
    padding: 28px 30px;
    margin: 0 0 20px;
}
.br-verdict-title {
    font-size: 17px;
    font-weight: 800;
    color: #1d4ed8;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.br-verdict p { font-size: 14.5px; line-height: 1.75; color: #1e3a8a; margin: 0; }

/* ── FAQ accordion ── */
.br-faq { margin: 0 0 20px; }
.br-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 8px;
    overflow: hidden;
}
.br-faq-btn {
    width: 100%;
    background: #f8fafc;
    border: none;
    padding: 16px 20px;
    text-align: left;
    font-size: 14.5px;
    font-weight: 700;
    color: #0f1b2d;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: background .2s;
}
.br-faq-btn:hover { background: #eff6ff; }
.br-faq-btn[aria-expanded="true"] { background: #eff6ff; color: #0f5ec9; }
.br-faq-btn i { flex-shrink: 0; font-size: 12px; transition: transform .25s; }
.br-faq-btn[aria-expanded="true"] i { transform: rotate(180deg); }
.br-faq-body { padding: 0 20px 16px; font-size: 14px; line-height: 1.75; color: #374151; }

/* ── Bottom CTA ── */
.br-bottom-cta {
    background: linear-gradient(135deg, #0f2447 0%, #0b3a6e 100%);
    border-radius: 20px;
    padding: 40px 36px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.br-bottom-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 100% at 50% 100%, rgba(0,154,238,.22) 0%, transparent 70%);
}
.br-bottom-cta > * { position: relative; z-index: 1; }
.br-bottom-cta h3 { font-size: 24px; font-weight: 800; color: #fff; margin: 0 0 10px; }
.br-bottom-cta p { font-size: 15px; color: rgba(255,255,255,.7); margin: 0 0 24px; }
.br-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.br-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #009aee;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 12px;
    text-decoration: none;
    transition: opacity .2s;
}
.br-cta-btn-primary:hover { opacity: .88; color: #fff; }
.br-cta-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 12px;
    border: 2px solid rgba(255,255,255,.35);
    text-decoration: none;
    transition: border-color .2s, background .2s;
}
.br-cta-btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }

/* ── Info callout ── */
.br-callout {
    background: #fffbeb;
    border: 1.5px solid #fde68a;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 13.5px;
    color: #92400e;
    margin: 0 0 20px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 1.6;
}
.br-callout i { color: #d97706; margin-top: 2px; flex-shrink: 0; }

/* ── Inline rating badge ── */
.br-inline-score {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 700;
    color: #1d4ed8;
    vertical-align: middle;
    margin-left: 6px;
}
.br-inline-score .br-rating-stars { font-size: 12px; }

/* ============================================================
   BROKER REVIEW — ENHANCED VISUALS
   ============================================================ */

/* ── Hero dot pattern ── */
.br-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}

/* ── Hero stat chips ── */
.br-hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}
.br-hero-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 12px;
    padding: 9px 14px;
    backdrop-filter: blur(8px);
    transition: background .2s;
}
.br-hero-chip:hover { background: rgba(255,255,255,.13); }
.br-hero-chip-icon {
    width: 30px; height: 30px;
    background: rgba(0,154,238,.28);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: #7dd3fc; font-size: 13px; flex-shrink: 0;
}
.br-hero-chip-text { line-height: 1; }
.br-hero-chip-label {
    font-size: 10px; font-weight: 700;
    color: rgba(255,255,255,.45);
    text-transform: uppercase; letter-spacing: .08em;
    display: block; margin-bottom: 3px;
}
.br-hero-chip-val {
    font-size: 13px; font-weight: 700; color: #fff;
    display: block;
}

/* ── Enhanced score card ── */
.br-score-card {
    position: relative;
    overflow: hidden;
}
.br-score-card::before {
    content: "";
    position: absolute;
    top: -30px; right: -30px;
    width: 120px; height: 120px;
    border-radius: 50%;
    background: rgba(0,154,238,.12);
    pointer-events: none;
}
.br-score-card::after {
    content: "";
    position: absolute;
    bottom: -20px; left: -20px;
    width: 80px; height: 80px;
    border-radius: 50%;
    background: rgba(255,255,255,.04);
    pointer-events: none;
}

/* ── Stats strip ── */
.br-stats-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 0 0 32px;
}
@media (max-width: 768px) { .br-stats-strip { grid-template-columns: repeat(2, 1fr); } }
.br-stat-card {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 18px 16px;
    text-align: center;
    transition: box-shadow .2s, border-color .2s, transform .2s;
}
.br-stat-card:hover {
    box-shadow: 0 6px 20px rgba(0,154,238,.1);
    border-color: #93c5fd;
    transform: translateY(-2px);
}
.br-stat-card-icon {
    width: 42px; height: 42px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 17px;
    margin: 0 auto 12px;
}
.br-stat-card-val {
    font-size: 17px; font-weight: 800; color: #0f1b2d;
    line-height: 1; margin-bottom: 5px; display: block;
}
.br-stat-card-lbl {
    font-size: 11.5px; color: #64748b; font-weight: 500;
    display: block;
}

/* ── Rating breakdown bars ── */
.br-breakdown {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    padding: 26px 28px;
    margin: 0 0 32px;
}
.br-breakdown-title {
    font-size: 15px; font-weight: 800; color: #0f1b2d;
    margin: 0 0 20px;
    display: flex; align-items: center; gap: 8px;
}
.br-breakdown-row {
    display: flex; align-items: center; gap: 14px;
    margin-bottom: 14px;
}
.br-breakdown-row:last-child { margin-bottom: 0; }
.br-breakdown-label {
    font-size: 13px; font-weight: 600; color: #374151;
    width: 160px; flex-shrink: 0;
}
.br-breakdown-track {
    flex: 1; height: 9px;
    background: #e2e8f0; border-radius: 99px; overflow: hidden;
}
.br-breakdown-fill {
    height: 100%; border-radius: 99px;
    background: linear-gradient(90deg, #0f5ec9, #009aee);
}
.br-breakdown-score {
    font-size: 13px; font-weight: 800; color: #0f5ec9;
    width: 40px; text-align: right; flex-shrink: 0;
}

/* ── Icon quick-facts grid ── */
.br-fact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0 0 32px;
}
@media (max-width: 576px) { .br-fact-grid { grid-template-columns: 1fr; } }
.br-fact-item {
    display: flex; align-items: flex-start; gap: 12px;
    background: #f8fafc; border: 1.5px solid #e8edf4;
    border-radius: 12px; padding: 14px 16px;
    transition: border-color .2s, box-shadow .2s;
}
.br-fact-item:hover { border-color: #bfdbfe; box-shadow: 0 3px 12px rgba(0,154,238,.07); }
.br-fact-icon {
    width: 38px; height: 38px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; flex-shrink: 0;
}
.br-fact-key {
    font-size: 10.5px; font-weight: 700; color: #94a3b8;
    text-transform: uppercase; letter-spacing: .07em;
    display: block; margin-bottom: 3px;
}
.br-fact-val {
    font-size: 13.5px; font-weight: 700; color: #0f1b2d;
    line-height: 1.4; display: block;
}

/* ── Platform cards ── */
.br-platform-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 16px;
    margin: 0 0 20px;
}
.br-platform-card {
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    padding: 24px 20px;
    text-align: center;
    transition: box-shadow .25s, border-color .25s, transform .25s;
}
.br-platform-card:hover {
    box-shadow: 0 10px 30px rgba(0,154,238,.13);
    border-color: #93c5fd;
    transform: translateY(-4px);
}
.br-platform-icon {
    width: 56px; height: 56px; border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; margin: 0 auto 14px;
}
.br-platform-name {
    font-size: 15px; font-weight: 800; color: #0f1b2d; margin: 0 0 8px;
}
.br-platform-desc {
    font-size: 12.5px; color: #64748b; line-height: 1.65; margin: 0 0 14px;
}
.br-platform-tags {
    display: flex; flex-wrap: wrap; gap: 5px; justify-content: center;
}
.br-platform-tag {
    font-size: 11px; font-weight: 600; padding: 3px 9px;
    border-radius: 20px;
}

/* ── Market pills ── */
.br-market-pills {
    display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 20px;
}
.br-market-pill {
    display: flex; align-items: center; gap: 8px;
    border-radius: 12px; padding: 10px 16px;
    font-size: 13px; font-weight: 700;
}
.br-market-pill span { font-weight: 500; font-size: 12px; opacity: .75; }

/* ── Enhanced account card header ── */
.br-account-card-hd {
    border-radius: 10px 10px 0 0;
    margin: -20px -20px 16px;
    padding: 14px 20px;
}
.br-account-card-hd-name {
    font-size: 14px; font-weight: 800; color: #fff; margin: 0;
}
.br-account-card-hd-sub {
    font-size: 11px; color: rgba(255,255,255,.7); margin-top: 2px;
}

/* ── Divider ── */
.br-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
    margin: 36px 0;
}

/* ── Regulation entity cards ── */
.br-reg-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 14px;
    margin: 0 0 20px;
}
.br-reg-card {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px 20px;
    display: flex; align-items: flex-start; gap: 12px;
    transition: border-color .2s, box-shadow .2s;
}
.br-reg-card:hover { border-color: #86efac; box-shadow: 0 4px 14px rgba(22,163,74,.1); }
.br-reg-card-icon {
    width: 38px; height: 38px; border-radius: 10px;
    background: #dcfce7; color: #15803d;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; flex-shrink: 0;
}
.br-reg-card-name {
    font-size: 13.5px; font-weight: 800; color: #0f1b2d;
    margin: 0 0 2px; line-height: 1.3;
}
.br-reg-card-body {
    font-size: 12px; color: #64748b; line-height: 1.5; margin: 0;
}
.br-reg-card-badge {
    display: inline-block;
    background: #dcfce7; color: #15803d;
    font-size: 10.5px; font-weight: 700;
    padding: 2px 8px; border-radius: 20px;
    margin-top: 5px;
}

/* ── Fee comparison row ── */
.br-fee-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin: 0 0 20px;
}
@media (max-width: 576px) { .br-fee-grid { grid-template-columns: 1fr; } }
.br-fee-card {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px;
    text-align: center;
    transition: border-color .2s;
}
.br-fee-card:hover { border-color: #93c5fd; }
.br-fee-card-label {
    font-size: 12px; font-weight: 700; color: #64748b;
    text-transform: uppercase; letter-spacing: .06em;
    margin-bottom: 8px; display: block;
}
.br-fee-card-val {
    font-size: 20px; font-weight: 900; color: #0f1b2d;
    line-height: 1; display: block; margin-bottom: 4px;
}
.br-fee-card-sub {
    font-size: 11.5px; color: #94a3b8; display: block;
}

/* ============================================================
   ARTICLE BANNER HERO  (.ba-*)  — used by guide/list articles
   ============================================================ */
.ba-banner {
    background: linear-gradient(135deg, #0a1628 0%, #0f2447 55%, #0b3a6e 100%);
    border-radius: 18px;
    padding: 48px 44px;
    margin: 0 0 36px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 32px;
}
.ba-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 26px 26px;
}
.ba-banner::after {
    content: "";
    position: absolute;
    right: -60px; top: -60px;
    width: 280px; height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,154,238,.22) 0%, transparent 70%);
    pointer-events: none;
}
.ba-banner-icon {
    position: relative; z-index: 1;
    width: 72px; height: 72px;
    background: linear-gradient(135deg, #009aee, #0f5ec9);
    border-radius: 20px;
    display: flex; align-items: center; justify-content: center;
    font-size: 30px; color: #fff;
    flex-shrink: 0;
    box-shadow: 0 8px 28px rgba(0,154,238,.4);
}
.ba-banner-text { position: relative; z-index: 1; flex: 1; }
.ba-banner-label {
    font-size: 11px; font-weight: 800;
    color: #7dd3fc; text-transform: uppercase; letter-spacing: .1em;
    display: block; margin-bottom: 8px;
}
.ba-banner-title {
    font-size: clamp(20px, 2.8vw, 30px);
    font-weight: 900; color: #fff;
    line-height: 1.2; margin: 0 0 10px;
    text-transform: uppercase; letter-spacing: .01em;
}
.ba-banner-title span { color: #38bdf8; }
.ba-banner-meta {
    display: flex; gap: 16px; flex-wrap: wrap;
    font-size: 12.5px; color: rgba(255,255,255,.55);
}
.ba-banner-meta span { display: flex; align-items: center; gap: 5px; }

/* ── Broker comparison table ── */
.ba-compare-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 14px;
    overflow: hidden;
    border: 1.5px solid #e2e8f0;
    font-size: 13.5px;
    margin: 0 0 32px;
}
.ba-compare-table thead th {
    background: linear-gradient(135deg, #0f2447, #1d4ed8);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 13px 14px;
    text-align: left;
    white-space: nowrap;
}
.ba-compare-table thead th:first-child { border-radius: 0; }
.ba-compare-table tbody tr { border-bottom: 1px solid #f1f5f9; }
.ba-compare-table tbody tr:last-child { border-bottom: none; }
.ba-compare-table tbody tr:hover { background: #f8fafc; }
.ba-compare-table tbody td {
    padding: 12px 14px;
    vertical-align: middle;
    color: #1e293b;
}
.ba-compare-table tbody td:first-child { font-weight: 700; }
.ba-rank-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 26px; height: 26px; border-radius: 7px;
    background: linear-gradient(135deg, #0f5ec9, #009aee);
    color: #fff; font-size: 12px; font-weight: 800;
    margin-right: 8px; flex-shrink: 0;
}
.ba-rank-badge.gold   { background: linear-gradient(135deg, #b45309, #f59e0b); }
.ba-rank-badge.silver { background: linear-gradient(135deg, #475569, #94a3b8); }
.ba-rank-badge.bronze { background: linear-gradient(135deg, #92400e, #d97706); }
.ba-reg-tag {
    display: inline-block;
    background: #f0fdf4; color: #15803d;
    border: 1px solid #86efac;
    font-size: 11px; font-weight: 700;
    padding: 2px 7px; border-radius: 5px;
    margin: 1px 2px 1px 0;
}
.ba-spread-val { font-weight: 700; color: #0f5ec9; }
.ba-cashback-val { font-weight: 800; color: #16a34a; }

/* ── Broker mini-card ── */
.ba-broker-card {
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    padding: 28px 30px;
    margin: 0 0 24px;
    transition: box-shadow .2s;
}
.ba-broker-card:hover { box-shadow: 0 6px 24px rgba(0,154,238,.09); }
.ba-broker-card-header {
    display: flex; align-items: center; gap: 16px; margin-bottom: 18px;
    padding-bottom: 16px; border-bottom: 1px solid #f1f5f9;
}
.ba-broker-logo {
    width: 56px; height: 56px;
    background: #f8fafc; border: 1.5px solid #e2e8f0;
    border-radius: 14px; padding: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.ba-broker-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.ba-broker-card-name { font-size: 18px; font-weight: 800; color: #0f1b2d; margin: 0 0 4px; }
.ba-broker-card-reg { display: flex; flex-wrap: wrap; gap: 4px; }
.ba-broker-card-score {
    margin-left: auto; text-align: center; flex-shrink: 0;
}
.ba-broker-card-score-val {
    font-size: 22px; font-weight: 900; color: #0f1b2d; line-height: 1; display: block;
}
.ba-broker-card-score-stars { color: #fbbf24; font-size: 13px; }
.ba-broker-card-body { font-size: 14px; line-height: 1.8; color: #374151; margin: 0 0 16px; }
.ba-broker-card-stats {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 10px; margin-bottom: 16px;
}
@media (max-width: 576px) { .ba-broker-card-stats { grid-template-columns: 1fr 1fr; } }
.ba-broker-stat {
    background: #f8fafc; border-radius: 10px; padding: 10px 12px; text-align: center;
}
.ba-broker-stat-val { font-size: 15px; font-weight: 800; color: #0f1b2d; display: block; }
.ba-broker-stat-lbl { font-size: 11px; color: #64748b; display: block; margin-top: 2px; }

/* ── Key question list ── */
.ba-question-list { margin: 0 0 24px; padding: 0; list-style: none; }
.ba-question-list li {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 14px; color: #374151; line-height: 1.7;
    margin-bottom: 8px;
}
.ba-question-list li i { color: #009aee; margin-top: 4px; flex-shrink: 0; }

/* ════════════════════════════════════════
   Forex Tools — tool article thumbnail
   ════════════════════════════════════════ */
.frb-thumb-tool {
    background: var(--tool-bg, #eff6ff);
    color: var(--tool-clr, #2563eb);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 150px;
    border-radius: 14px 14px 0 0;
    padding: 24px 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    position: relative;
    overflow: hidden;
}
.frb-thumb-tool::before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: currentColor;
    opacity: .06;
}
.frb-thumb-tool::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: currentColor;
    opacity: .04;
}
.frb-thumb-tool i {
    font-size: 36px;
    position: relative;
    z-index: 1;
}
.frb-thumb-tool span {
    position: relative;
    z-index: 1;
    text-align: center;
}

/* ════════════════════════════════════════
   Forex Tools — bottom tools strip
   ════════════════════════════════════════ */
.frt-tools-strip {
    margin-top: 40px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    padding: 28px;
}
.frt-tools-strip-hd {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}
.frt-tools-strip-icon {
    font-size: 28px;
    color: #009aee;
    flex-shrink: 0;
}
.frt-tools-strip-title {
    font-size: 17px;
    font-weight: 800;
    color: #0f1b2d;
}
.frt-tools-strip-sub {
    font-size: 13px;
    color: #64748b;
    margin-top: 2px;
}
.frt-tool-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 16px;
    text-decoration: none;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}
.frt-tool-btn:hover {
    border-color: #009aee;
    box-shadow: 0 4px 16px rgba(0,154,238,.12);
    transform: translateY(-2px);
}
.frt-tool-btn-icon { font-size: 18px; flex-shrink: 0; }
.frt-tool-btn-label {
    flex: 1;
    font-size: 13px;
    font-weight: 700;
    color: #0f1b2d;
}
.frt-tool-btn-arrow { font-size: 12px; color: #009aee; }
.frt-tool-btn--soon { opacity: .65; pointer-events: none; }
.frt-tool-btn-soon {
    font-size: 10px;
    font-weight: 700;
    background: #f1f5f9;
    color: #94a3b8;
    border-radius: 20px;
    padding: 2px 8px;
    letter-spacing: .06em;
}

/* ════════════════════════════════════════
   Position Size Calculator — formula block
   ════════════════════════════════════════ */
.psc-formula {
    background: linear-gradient(135deg,#0a1628,#0d2d52);
    border: 1.5px solid rgba(0,154,238,.25);
    border-radius: 16px;
    padding: 28px 32px;
    margin: 20px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.psc-formula::before {
    content: '';
    position: absolute;
    top: -40px; right: -40px;
    width: 160px; height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,154,238,.15), transparent 70%);
    pointer-events: none;
}
.psc-formula-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #009aee;
    margin-bottom: 18px;
}
.psc-formula-eq {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.psc-formula-result {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    white-space: nowrap;
}
.psc-formula-equals {
    font-size: 22px;
    font-weight: 300;
    color: #64748b;
}
.psc-formula-fraction {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.psc-formula-num, .psc-formula-den {
    font-size: 14px;
    font-weight: 700;
    color: #e2e8f0;
    padding: 4px 12px;
    white-space: nowrap;
}
.psc-formula-num { color: #86efac; }
.psc-formula-den { color: #93c5fd; }
.psc-formula-bar {
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,.25);
    margin: 2px 0;
}

/* Hero score card mini formula */
.psc-formula-mini {
    background: #0d1f3c;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    margin-bottom: 4px;
}
.psc-formula-mini-label {
    font-size: 12px;
    font-weight: 700;
    color: #16a34a;
    margin-bottom: 10px;
    letter-spacing: .04em;
}
.psc-formula-mini-eq {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.psc-formula-mini-top, .psc-formula-mini-bot {
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    padding: 3px 0;
}
.psc-formula-mini-top { color: #86efac; }
.psc-formula-mini-bar {
    display: block;
    width: 80%;
    height: 1.5px;
    background: rgba(255,255,255,.2);
    margin: 2px 0;
}

/* ════════════════════════════════════════
   Position Size Calculator — example cards
   ════════════════════════════════════════ */
.psc-example-card {
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(15,27,45,.06);
}
.psc-example-hd {
    background: var(--ex-accent, #2563eb);
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.psc-example-pair {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
}
.psc-example-tag {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255,255,255,.75);
    background: rgba(255,255,255,.15);
    border-radius: 20px;
    padding: 3px 10px;
    letter-spacing: .04em;
}
.psc-example-inputs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    border-bottom: 1.5px solid #f1f5f9;
}
@media (max-width: 640px) { .psc-example-inputs { grid-template-columns: repeat(2, 1fr); } }
.psc-example-input {
    padding: 12px 14px;
    border-right: 1px solid #f1f5f9;
    text-align: center;
}
.psc-example-input:last-child { border-right: none; }
.psc-example-input-label {
    display: block;
    font-size: 11px;
    color: #64748b;
    margin-bottom: 4px;
    font-weight: 600;
    letter-spacing: .04em;
}
.psc-example-input-val {
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #0f1b2d;
}
.psc-example-calc {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    background: #f8fafc;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}
.psc-example-op { color: #64748b; }
.psc-example-result {
    color: var(--ex-accent, #2563eb);
    font-size: 16px;
}

/* ════════════════════════════════════════
   Position Size Calculator — mistake grid
   ════════════════════════════════════════ */
.psc-mistake-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 20px 0;
}
@media (max-width: 576px) { .psc-mistake-grid { grid-template-columns: 1fr; } }
.psc-mistake-card {
    border: 1.5px solid #fee2e2;
    background: #fff5f5;
    border-radius: 14px;
    padding: 18px;
}
.psc-mistake-icon {
    font-size: 20px;
    color: #ef4444;
    margin-bottom: 10px;
}
.psc-mistake-title {
    font-size: 14px;
    font-weight: 800;
    color: #0f1b2d;
    margin-bottom: 6px;
}
.psc-mistake-body {
    font-size: 13px;
    color: #374151;
    line-height: 1.7;
}

/* ════════════════════════════════════════
   PSC — Stats strip wrapper (replaces br-stats-strip misuse)
   ════════════════════════════════════════ */
.psc-strip-wrap {
    padding: 30px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

/* ════════════════════════════════════════
   PSC — Example calc row (improved)
   ════════════════════════════════════════ */
.psc-example-calc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 20px;
    background: #f8fafc;
    flex-wrap: wrap;
    text-align: center;
}
.psc-calc-label {
    font-size: 13px;
    font-weight: 700;
    color: #374151;
}
.psc-calc-sep {
    font-size: 16px;
    font-weight: 300;
    color: #94a3b8;
    padding: 0 2px;
}
.psc-calc-step {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 4px 10px;
}
.psc-calc-result {
    font-size: 17px;
    font-weight: 900;
}

/* ════════════════════════════════════════
   PSC — Formula fraction alignment fix
   ════════════════════════════════════════ */
.psc-formula-fraction {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
}
.psc-formula-bar {
    display: block;
    width: 100%;
    min-width: 180px;
    height: 2px;
    background: rgba(255,255,255,.3);
    margin: 4px 0;
    border-radius: 2px;
}
.psc-formula-num,
.psc-formula-den {
    white-space: nowrap;
    text-align: center;
    padding: 4px 16px;
}

/* ════════════════════════════════════════
   PSC — Mini formula bar centering fix
   ════════════════════════════════════════ */
.psc-formula-mini-eq {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.psc-formula-mini-bar {
    display: block;
    width: 90%;
    height: 1.5px;
    background: rgba(255,255,255,.25);
    margin: 4px auto;
    border-radius: 2px;
}
.psc-formula-mini-top,
.psc-formula-mini-bot {
    text-align: center;
    width: 100%;
    padding: 2px 8px;
}

/* ════════════════════════════════════════
   Trade Better — 6-step pre-trade flow
   ════════════════════════════════════════ */
.ptb-step-flow {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 20px 0;
    position: relative;
}
.ptb-step-flow::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 40px;
    bottom: 40px;
    width: 2px;
    background: linear-gradient(180deg, #e2e8f0, #e2e8f0);
    z-index: 0;
}
.ptb-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    position: relative;
    padding: 0 0 24px;
}
.ptb-step:last-child { padding-bottom: 0; }
.ptb-step-num {
    width: 40px; height: 40px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 900;
    flex-shrink: 0;
    border: 2px solid currentColor;
    position: relative; z-index: 1;
}
.ptb-step-body {
    flex: 1;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px 18px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    transition: box-shadow .2s, border-color .2s;
}
.ptb-step-body:hover {
    box-shadow: 0 4px 16px rgba(15,27,45,.08);
    border-color: #c7d2fe;
}
.ptb-step-icon {
    width: 38px; height: 38px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; flex-shrink: 0;
}
.ptb-step-content { flex: 1; }
.ptb-step-title {
    font-size: 14px; font-weight: 800; color: #0f1b2d;
    margin-bottom: 5px;
}
.ptb-step-text {
    font-size: 13px; color: #374151; line-height: 1.7;
}

/* ════════════════════════════════════════
   Trade Better — account type cards
   ════════════════════════════════════════ */
.ptb-account-card {
    border: 1.5px solid;
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    transition: box-shadow .2s, transform .2s;
}
.ptb-account-card:hover {
    box-shadow: 0 6px 20px rgba(15,27,45,.1);
    transform: translateY(-2px);
}
.ptb-account-hd {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.ptb-account-icon { font-size: 22px; }
.ptb-account-type {
    font-size: 15px; font-weight: 800; color: #0f1b2d;
}
.ptb-account-balance {
    font-size: 12px; color: #64748b; margin-top: 2px;
}
.ptb-account-tag {
    display: inline-block;
    font-size: 10px; font-weight: 700;
    border-radius: 20px;
    padding: 3px 10px;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.ptb-account-rows {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ptb-account-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    background: rgba(255,255,255,.7);
    border-radius: 8px;
    font-size: 13px;
}
.ptb-account-row span { color: #64748b; }
.ptb-account-row-val { font-weight: 800; }

/* ════════════════════════════════════════
   Trade Better — trading style cards
   ════════════════════════════════════════ */
.ptb-style-card {
    border: 1.5px solid;
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    transition: box-shadow .2s, transform .2s;
}
.ptb-style-card:hover {
    box-shadow: 0 6px 20px rgba(15,27,45,.1);
    transform: translateY(-2px);
}
.ptb-style-hd {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.ptb-style-icon {
    width: 34px; height: 34px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 14px; flex-shrink: 0;
}
.ptb-style-name {
    font-size: 16px; font-weight: 800; color: #0f1b2d;
}
.ptb-style-rows {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
}
.ptb-style-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12.5px;
    color: #64748b;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0,0,0,.06);
}
.ptb-style-row:last-child { border-bottom: none; }
.ptb-style-row strong { color: #0f1b2d; }
.ptb-style-tip {
    font-size: 12.5px;
    color: #374151;
    line-height: 1.6;
    background: rgba(255,255,255,.6);
    border-radius: 8px;
    padding: 8px 10px;
}

/* ════════════════════════════════════════
   Trading Platforms Analysis — hero quick-compare card
   ════════════════════════════════════════ */
.fta-quick-compare {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.fta-quick-row {
    display: grid;
    grid-template-columns: 1fr 48px 48px 48px;
    align-items: center;
    gap: 4px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
    font-size: 12.5px;
}
.fta-quick-row:last-child { border-bottom: none; }
.fta-quick-label { color: rgba(255,255,255,.55); font-weight: 500; }
.fta-quick-val {
    text-align: center;
    font-weight: 700;
    color: rgba(255,255,255,.85);
    font-size: 12px;
}

/* ════════════════════════════════════════
   Trading Platforms Analysis — platform review header
   ════════════════════════════════════════ */
.fta-platform-header {
    border: 1.5px solid;
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    flex-wrap: wrap;
}
.fta-platform-header-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #fff;
    flex-shrink: 0;
}
.fta-platform-header-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 140px;
}
.fta-platform-header-name {
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}
.fta-platform-header-tag {
    display: inline-block;
    font-size: 10px; font-weight: 700;
    color: #fff; border-radius: 20px;
    padding: 3px 10px;
    letter-spacing: .05em; text-transform: uppercase;
    align-self: flex-start;
}
.fta-platform-header-facts {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    min-width: 240px;
}
@media (max-width: 576px) {
    .fta-platform-header-facts { grid-template-columns: repeat(2, 1fr); }
}
.fta-platform-fact {
    background: rgba(255,255,255,.5);
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 12px;
}
.fta-platform-fact span {
    display: block; color: #64748b; font-weight: 500; margin-bottom: 2px;
}
.fta-platform-fact strong {
    display: block; color: #0f1b2d; font-weight: 700;
}

/* ════════════════════════════════════════
   Trading Platforms Analysis — comparison table
   ════════════════════════════════════════ */
.fta-compare-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 14px;
    overflow: hidden;
    border: 1.5px solid #e2e8f0;
    font-size: 13.5px;
}
.fta-compare-table thead th {
    background: linear-gradient(135deg, #1c0a00, #431407);
    color: rgba(255,255,255,.8);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 13px 16px;
    text-align: center;
}
.fta-compare-table thead th:first-child { text-align: left; }
.fta-compare-table tbody tr:nth-child(even) { background: #f8fafc; }
.fta-compare-table tbody tr:hover { background: #f1f5f9; }
.fta-compare-table td {
    padding: 10px 16px;
    border-bottom: 1px solid #e8edf4;
    color: #374151;
    text-align: center;
    vertical-align: middle;
}
.fta-compare-table td:first-child {
    text-align: left;
    font-weight: 600;
    color: #0f1b2d;
}
.fta-compare-table .fta-check { color: #16a34a; font-weight: 700; }
.fta-compare-table .fta-cross { color: #ef4444; }
.fta-compare-table .fta-warn { color: #d97706; }

/* ── WhyUseVPS — benefit cards ── */
.vps-benefit-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    height: 100%;
    transition: box-shadow 0.2s, transform 0.2s;
}
.vps-benefit-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,.08);
    transform: translateY(-2px);
}
.vps-benefit-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.vps-benefit-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f1b2d;
    margin-bottom: 6px;
}
.vps-benefit-body {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
}

/* ── ForexNews — news card ── */
.fn-card {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    border: 1.5px solid #e8edf4;
    background: #fff;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: box-shadow 0.22s, transform 0.22s;
    height: 100%;
}
.fn-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.10);
    transform: translateY(-3px);
    text-decoration: none;
    color: inherit;
}

/* thumbnail area */
.fn-thumb {
    position: relative;
    height: 168px;
    padding: 18px 80px 38px 18px;
    overflow: hidden;
}
.fn-thumb-text {
    font-size: 13px;
    line-height: 1.55;
    color: #1e293b;
}
.fn-thumb-text strong { font-weight: 800; }
.fn-thumb-badge {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.2;
    box-shadow: 0 4px 14px rgba(0,0,0,.18);
}
.fn-thumb-brand {
    position: absolute;
    bottom: 12px;
    left: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.09em;
    color: #475569;
    text-transform: uppercase;
}
.fn-thumb-brand-icon {
    width: 16px;
    height: 16px;
    background: #009AEE;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* card body */
.fn-card-body {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}
.fn-card-author {
    font-size: 12px;
    font-weight: 700;
}
.fn-card-title {
    font-size: 15px;
    font-weight: 800;
    color: #0f1b2d;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.fn-card-date {
    font-size: 12px;
    color: #94a3b8;
}
.fn-card-excerpt {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ── ForexNews — category filter strip ── */
.fn-filter-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}
.fn-filter-btn {
    padding: 6px 16px;
    border: 1.5px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.18s;
    line-height: 1.5;
}
.fn-filter-btn:hover {
    border-color: #009AEE;
    color: #009AEE;
    background: #f0f9ff;
}
.fn-filter-btn--active {
    border-color: #009AEE;
    background: #009AEE;
    color: #fff;
}
.fn-filter-btn--active:hover {
    background: #0080cc;
    border-color: #0080cc;
    color: #fff;
}

/* ══════════════════════════════════════════
   News Article Pages  (.na-*)
══════════════════════════════════════════ */
.na-hero {
    padding: 52px 0 44px;
    position: relative;
    overflow: hidden;
}
.na-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.na-pub-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 999px;
    padding: 7px 18px 7px 8px;
    margin-bottom: 20px;
}
.na-pub-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
    flex-shrink: 0;
}
.na-pub-name {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,.9);
    letter-spacing: .02em;
}
.na-pub-label {
    font-size: 10px;
    font-weight: 600;
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
    letter-spacing: .08em;
}
.na-headline {
    font-size: clamp(22px,4vw,40px);
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 20px;
}
.na-byline {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.na-byline-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgba(255,255,255,.55);
}
.na-byline-item i { font-size: 11px; }

/* stat strip */
.na-stat-strip {
    background: #f8fafc;
    border-bottom: 1px solid #e8edf4;
    padding: 28px 0;
}
.na-stat {
    text-align: center;
    padding: 8px 16px;
    border-right: 1px solid #e2e8f0;
}
.na-stat:last-child { border-right: none; }
.na-stat-num {
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 4px;
}
.na-stat-lbl {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

/* article body */
.na-layout { padding: 48px 0 64px; }
.na-article { font-family: inherit; }
.na-lead {
    font-size: 17px;
    line-height: 1.8;
    color: #1e293b;
    font-weight: 500;
    margin: 0 0 28px;
}
.na-h2 {
    font-size: 22px;
    font-weight: 800;
    color: #0f1b2d;
    margin: 36px 0 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f1f5f9;
}
.na-h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1e293b;
    margin: 24px 0 10px;
}
.na-p {
    font-size: 15px;
    line-height: 1.8;
    color: #374151;
    margin: 0 0 18px;
}
.na-pullquote {
    border-left: 4px solid #009AEE;
    padding: 18px 22px;
    background: #f8fafc;
    margin: 28px 0;
    border-radius: 0 12px 12px 0;
}
.na-pullquote-text {
    font-size: 17px;
    font-style: italic;
    color: #1e293b;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 8px;
}
.na-pullquote-src {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.na-callout {
    background: linear-gradient(135deg,#eff6ff,#dbeafe);
    border: 1.5px solid #bfdbfe;
    border-radius: 14px;
    padding: 20px 22px;
    margin: 24px 0;
    font-size: 14px;
    line-height: 1.7;
    color: #1e3a5f;
}
.na-callout-title {
    font-size: 13px;
    font-weight: 800;
    color: #1d4ed8;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 8px;
}
.na-list {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.na-list li {
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
}
.na-divider {
    border: none;
    border-top: 1px solid #f1f5f9;
    margin: 36px 0;
}
.na-img-box {
    border-radius: 14px;
    overflow: hidden;
    margin: 24px 0;
    border: 1.5px solid #e8edf4;
    padding: 24px;
    background: linear-gradient(135deg,#f8fafc,#f1f5f9);
    text-align: center;
}
.na-step-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 20px 0;
}
.na-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px 18px;
    background: #fff;
    border: 1.5px solid #e8edf4;
    border-radius: 14px;
}
.na-step-num {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
    flex-shrink: 0;
}
.na-step-title { font-size: 14px; font-weight: 700; color: #0f1b2d; margin-bottom: 4px; }
.na-step-text  { font-size: 13px; color: #64748b; line-height: 1.6; }

/* sidebar card */
.na-sidebar-card {
    border: 1.5px solid #e8edf4;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}
.na-sidebar-card-hd {
    padding: 14px 16px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    border-bottom: 1px solid #f1f5f9;
}
.na-related-item {
    display: flex;
    gap: 10px;
    padding: 12px 16px;
    border-bottom: 1px solid #f8fafc;
    text-decoration: none;
    color: inherit;
    transition: background .15s;
}
.na-related-item:hover { background: #f8fafc; text-decoration: none; color: inherit; }
.na-related-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}
.na-related-title { font-size: 12px; font-weight: 700; color: #0f1b2d; line-height: 1.4; margin-bottom: 2px; }
.na-related-date  { font-size: 11px; color: #94a3b8; }

/* bottom CTA */
.na-cta {
    background: linear-gradient(135deg,#0f1b2d 0%,#1e3a5f 100%);
    border-radius: 20px;
    padding: 36px 32px;
    text-align: center;
    margin-top: 40px;
}
.na-cta-label { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 10px; }
.na-cta-title { font-size: clamp(18px,3vw,26px); font-weight: 900; color: #fff; margin: 0 0 10px; }
.na-cta-sub   { font-size: 14px; color: rgba(255,255,255,.6); margin: 0 auto 22px; max-width: 500px; line-height: 1.7; }
.na-cta-btns  { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.na-cta-btn-primary {
    padding: 12px 28px;
    border-radius: 10px;
    background: #009AEE;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background .18s;
}
.na-cta-btn-primary:hover { background: #0080cc; color: #fff; text-decoration: none; }
.na-cta-btn-ghost {
    padding: 12px 28px;
    border-radius: 10px;
    background: rgba(255,255,255,.1);
    border: 1.5px solid rgba(255,255,255,.25);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background .18s;
}
.na-cta-btn-ghost:hover { background: rgba(255,255,255,.18); color: #fff; text-decoration: none; }

/* ============================================================
   Header — transparent at top, solid frosted on scroll
   (template JS toggles .header-sticky at scroll >= 20)
   ============================================================ */

/* ---- Wrapper: transparent overlay at rest ---- */
.hdr-modern.hdr-sticky-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid transparent;
    transition: background .35s ease, box-shadow .35s ease, border-color .35s ease;
}
/* soft dark scrim so white text stays readable over any hero */
.hdr-modern.hdr-sticky-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 1;
    transition: opacity .35s ease;
    background: linear-gradient(to bottom, rgba(6,12,26,.45) 0%, rgba(6,12,26,.12) 60%, rgba(6,12,26,0) 100%);
}

/* ---- Scrolled state: solid frosted white, slides down ---- */
.hdr-modern.hdr-sticky-wrap.header-sticky {
    position: fixed;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 6px 26px rgba(15,27,45,.10);
    border-bottom: 1px solid rgba(15,27,45,.06);
    animation: .6s ease 0s normal forwards 1 running headerSlideDown;
}
.hdr-modern.hdr-sticky-wrap.header-sticky::before { opacity: 0; }

/* ---- Logo: white at rest, full colour when solid ---- */
.hdr-modern.hdr-sticky-wrap .tp-header-logo img {
    filter: brightness(0) invert(1);
    transition: filter .35s ease;
}
.hdr-modern.hdr-sticky-wrap.header-sticky .tp-header-logo img {
    filter: none;
}

/* ---- Nav links ---- */
.hdr-modern .tp-main-menu nav > ul > li > a {
    padding: 30px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    transition: color .25s ease, padding .35s ease;
}
/* rest — white text */
.hdr-modern.hdr-sticky-wrap .tp-main-menu nav > ul > li > a { color: #fff; }
.hdr-modern.hdr-sticky-wrap .tp-main-menu nav > ul > li > a > span {
    color: rgba(255,255,255,.7);
    font-size: 11px;
    margin-left: 4px;
    transition: color .25s ease;
}
.hdr-modern.hdr-sticky-wrap .tp-main-menu nav > ul > li > a:hover,
.hdr-modern.hdr-sticky-wrap .tp-main-menu nav > ul > li:hover > a { color: #8fd6ff; }
.hdr-modern.hdr-sticky-wrap .tp-main-menu nav > ul > li:hover > a > span { color: #8fd6ff; }
/* scrolled — dark text, smaller padding */
.hdr-modern.hdr-sticky-wrap.header-sticky .tp-main-menu nav > ul > li > a {
    color: #16202e;
    padding: 22px 0;
}
.hdr-modern.hdr-sticky-wrap.header-sticky .tp-main-menu nav > ul > li > a > span { color: #9ca3af; }
.hdr-modern.hdr-sticky-wrap.header-sticky .tp-main-menu nav > ul > li > a:hover,
.hdr-modern.hdr-sticky-wrap.header-sticky .tp-main-menu nav > ul > li:hover > a { color: #009AEE; }
.hdr-modern.hdr-sticky-wrap.header-sticky .tp-main-menu nav > ul > li:hover > a > span { color: #009AEE; }

/* ---- Buttons: white/ghost at rest, coloured when solid ---- */
.hdr-modern.hdr-sticky-wrap .hdr-btn-ghost {
    color: #fff;
    border-color: rgba(255,255,255,.55);
    background: transparent;
}
.hdr-modern.hdr-sticky-wrap .hdr-btn-ghost:hover {
    color: #0b2b45;
    background: #fff;
    border-color: #fff;
}
.hdr-modern.hdr-sticky-wrap .hdr-btn-solid {
    color: #0b2b45;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.18);
}
.hdr-modern.hdr-sticky-wrap .hdr-btn-solid:hover {
    color: #0b2b45;
    background: #eaf6ff;
}
/* scrolled — revert to brand colours */
.hdr-modern.hdr-sticky-wrap.header-sticky .hdr-btn-ghost {
    color: #16202e;
    border-color: rgba(22,32,46,.18);
    background: transparent;
}
.hdr-modern.hdr-sticky-wrap.header-sticky .hdr-btn-ghost:hover {
    color: #009AEE;
    border-color: #009AEE;
    background: rgba(0,154,238,.06);
}
.hdr-modern.hdr-sticky-wrap.header-sticky .hdr-btn-solid {
    color: #fff;
    background: linear-gradient(120deg, #009AEE, #1ba8f5);
    box-shadow: 0 10px 20px -10px rgba(0,154,238,.8);
}
.hdr-modern.hdr-sticky-wrap.header-sticky .hdr-btn-solid:hover {
    color: #fff;
    background: linear-gradient(120deg, #0090e0, #17a2ef);
}

/* ---- Hero top padding so content clears the overlay header ---- */
.na-hero { padding-top: 108px; }
.rsi-hero { padding-top: 120px; }
.br-hero { padding-top: 112px; }
.str-hero { padding-top: 112px; }

/* ---- Mobile hamburger contrast at rest ---- */
.hdr-modern.hdr-sticky-wrap .tp-header-2-menu-btn {
    background: rgba(255,255,255,.15);
    border-color: rgba(255,255,255,.3);
}
.hdr-modern.hdr-sticky-wrap .tp-header-2-menu-btn span { background: #fff; }
.hdr-modern.hdr-sticky-wrap.header-sticky .tp-header-2-menu-btn {
    background: rgba(0,154,238,.08);
    border-color: rgba(0,154,238,.2);
}
.hdr-modern.hdr-sticky-wrap.header-sticky .tp-header-2-menu-btn span { background: #009AEE; }

/* Mega menu column label */
.hdr-mega-col-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #9ca3af;
    padding: 0 14px 10px;
    border-bottom: 1px solid #eef2f7;
    margin-bottom: 4px;
}

/* Mega menu wrapper override — fit inside sticky header */
.hdr-modern .tp-megamenu-wrapper {
    padding-top: 0;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 20px 40px -12px rgba(19,19,22,.15);
}

/* Support submenu — white style override */
.hdr-modern .submenu.hdr-submenu {
    background: #fff;
    box-shadow: 0 16px 32px -8px rgba(19,19,22,.14);
}
.hdr-modern .submenu.hdr-submenu li a {
    color: #374151;
    font-size: 14px;
}
.hdr-modern .submenu.hdr-submenu li:hover > a {
    background: #f6f9fc;
    color: #009AEE;
}

/* "Soon" chips in nav should not show underline */
.hdr-modern .tp-main-menu nav > ul > li > a .hdr-soon {
    vertical-align: middle;
    pointer-events: none;
}

/* ============================================================
   Broker detail — attractive gradient hero + page background
   ============================================================ */
.bkd-page { position: relative; overflow: hidden;
    background:
        radial-gradient(820px 380px at 10% -6%, rgba(0,154,238,.14), transparent 60%),
        radial-gradient(720px 360px at 100% 4%, rgba(18,184,134,.12), transparent 55%),
        linear-gradient(180deg, #eaf3fb 0%, #f6f9fc 42%, #f6f9fc 100%);
}
.bkd-page > * { position: relative; z-index: 1; }
.bkd-page-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.bkd-page-bg::after {  /* faint dotted texture near the top */
    content: ""; position: absolute; inset: 0;
    background-image: radial-gradient(rgba(16,44,84,.05) 1px, transparent 1px);
    background-size: 24px 24px;
    -webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 26%, transparent 68%);
    mask-image: radial-gradient(ellipse at 50% 0%, #000 26%, transparent 68%);
}
.bkd-blob { position: absolute; border-radius: 50%; filter: blur(52px); will-change: transform; }
.bkd-blob-1 { width: 460px; height: 460px; top: -140px; left: -100px;
    background: radial-gradient(circle, rgba(0,154,238,.30), rgba(0,154,238,0) 70%);
    animation: bkd-float-1 22s ease-in-out infinite; }
.bkd-blob-2 { width: 520px; height: 520px; top: -80px; right: -140px;
    background: radial-gradient(circle, rgba(75,87,230,.22), rgba(75,87,230,0) 70%);
    animation: bkd-float-2 26s ease-in-out infinite; }
.bkd-blob-3 { width: 360px; height: 360px; top: 34%; left: 42%;
    background: radial-gradient(circle, rgba(18,184,134,.16), rgba(18,184,134,0) 70%);
    animation: bkd-float-3 30s ease-in-out infinite; }
@keyframes bkd-float-1 { 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(60px,40px) scale(1.1);} }
@keyframes bkd-float-2 { 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(-50px,50px) scale(1.06);} }
@keyframes bkd-float-3 { 0%,100%{transform:translate(0,0);} 50%{transform:translate(-40px,-30px);} }
@media (prefers-reduced-motion: reduce) { .bkd-blob { animation: none; } }

/* ---- Gradient hero ---- */
.bkd-modern .bkd-hero {
    background: linear-gradient(135deg, #071a33 0%, #0d2f57 46%, #0a6fb0 100%);
    border: 1px solid rgba(255,255,255,.08);
    color: #fff;
    box-shadow: 0 34px 70px -34px rgba(6,24,54,.75);
}
.bkd-modern .bkd-hero::before {
    background: radial-gradient(circle, rgba(0,154,238,.45) 0%, rgba(0,154,238,0) 70%);
    top: -140px; right: -100px; width: 360px; height: 360px;
}
.bkd-modern .bkd-hero::after {
    content: ""; position: absolute; bottom: -120px; left: -80px;
    width: 300px; height: 300px; border-radius: 50%;
    background: radial-gradient(circle, rgba(18,184,134,.30) 0%, rgba(18,184,134,0) 70%);
    pointer-events: none;
}
.bkd-modern .bkd-hero-logo {
    background: #fff; border: none;
    box-shadow: 0 18px 40px -20px rgba(0,0,0,.55);
}
.bkd-modern .bkd-hero-title { color: #fff; }
.bkd-modern .bkd-hero-desc { color: rgba(255,255,255,.82); }
.bkd-modern .bkd-badge {
    color: #fff; background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(4px);
}
.bkd-modern .bkd-badge-gold { background: linear-gradient(120deg, #f5a623, #f7b955); border-color: transparent; }
.bkd-modern .bkd-rating-chip {
    background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.20); color: #fff;
    backdrop-filter: blur(4px);
}
.bkd-modern .bkd-rating-score { color: #fff; }
.bkd-modern .bkd-rating-src { color: rgba(255,255,255,.72); }
.bkd-modern .bkd-hero-cta {
    background: rgba(255,255,255,.97); border: none;
    box-shadow: 0 18px 40px -22px rgba(0,0,0,.5);
}

/* ---- Tab bar polish ---- */
.bkd-modern .bkd-tabs .nav-link {
    background: #fff; border: 1px solid var(--bk-line);
    box-shadow: 0 10px 26px -22px rgba(16,44,84,.5);
}

/* ---- Panels lift a little on the soft background ---- */
.bkd-modern .bkd-panel,
.bkd-modern .bkd-safety,
.bkd-modern .bkd-offer {
    box-shadow: 0 18px 40px -30px rgba(16,44,84,.5);
}

/* ============================================================
   Broker rebate setup page (scoped to .bkd-page .sr-*)
   ============================================================ */
.sr-crumb { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #7a8699; margin-bottom: 26px; }
.sr-crumb a { color: #7a8699; text-decoration: none; transition: color .15s; }
.sr-crumb a:hover { color: #009AEE; }
.sr-crumb i { font-size: 10px; opacity: .6; }
.sr-crumb span { color: #16202e; font-weight: 700; }

/* hero */
.sr-hero {
    display: flex; align-items: center; gap: 26px; flex-wrap: wrap;
    padding: 30px 34px; border-radius: 22px;
    background: linear-gradient(135deg, #071a33 0%, #0d2f57 46%, #0a6fb0 100%);
    box-shadow: 0 34px 70px -34px rgba(6,24,54,.75);
    position: relative; overflow: hidden;
}
.sr-hero::after {
    content: ""; position: absolute; top: -120px; right: -80px; width: 320px; height: 320px;
    border-radius: 50%; background: radial-gradient(circle, rgba(0,154,238,.45), rgba(0,154,238,0) 70%); pointer-events: none;
}
.sr-hero-logo {
    flex-shrink: 0; width: 108px; height: 108px; border-radius: 18px; background: #fff;
    display: flex; align-items: center; justify-content: center; padding: 16px;
    box-shadow: 0 18px 40px -20px rgba(0,0,0,.55); position: relative; z-index: 1;
}
.sr-hero-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.sr-hero-initial { font-size: 44px; font-weight: 800; color: #009AEE; }
.sr-hero-text { position: relative; z-index: 1; }
.sr-hero-eyebrow {
    display: inline-flex; align-items: center; gap: 7px; padding: 5px 14px; border-radius: 30px;
    font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    color: #fff; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); margin-bottom: 12px;
}
.sr-hero-title { font-size: clamp(26px,3.6vw,38px); font-weight: 800; color: #fff; margin: 0 0 8px; line-height: 1.15; }
.sr-hero-sub { color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.7; margin: 0; max-width: 620px; }

/* steps */
.sr-steps { position: relative; padding-left: 8px; margin-bottom: 26px; }
.sr-step { position: relative; display: flex; gap: 18px; padding-bottom: 26px; }
.sr-step::before {
    content: ""; position: absolute; left: 23px; top: 48px; bottom: -4px; width: 2px; background: #dfe7f1;
}
.sr-step.sr-step-last::before { display: none; }
.sr-step-num {
    flex-shrink: 0; width: 48px; height: 48px; border-radius: 14px; z-index: 1;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 18px; font-weight: 800; color: #fff;
    background: linear-gradient(120deg, #009AEE, #1ba8f5);
    box-shadow: 0 12px 22px -12px rgba(0,154,238,.9);
}
.sr-step-last .sr-step-num { background: linear-gradient(120deg, #12b886, #22c58f); box-shadow: 0 12px 22px -12px rgba(18,184,134,.9); }
.sr-step-body { padding-top: 3px; }
.sr-step-body h4 { font-size: 17px; font-weight: 800; color: #16202e; margin: 0 0 5px; }
.sr-step-body p { font-size: 14px; color: #55627a; line-height: 1.65; margin: 0; }
.sr-step-btn { display: inline-flex; width: auto; margin-top: 12px; }

/* form card */
.sr-form-card {
    background: #fff; border: 1px solid #eef2f7; border-radius: 18px; padding: 26px 28px;
    box-shadow: 0 18px 44px -30px rgba(16,44,84,.5);
}
.sr-form-title { font-size: 18px; font-weight: 800; color: #16202e; margin: 0 0 18px; display: flex; align-items: center; gap: 10px; }
.sr-form-title i { color: #009AEE; }
.sr-field { margin-bottom: 16px; }
.sr-field label { display: block; font-size: 13px; font-weight: 700; color: #16202e; margin-bottom: 7px; }
.sr-input {
    width: 100%; height: 50px; padding: 0 16px; border-radius: 12px;
    border: 1.5px solid #e2e8f0; font-size: 15px; color: #16202e; transition: border-color .18s, box-shadow .18s;
}
.sr-input:focus { outline: none; border-color: #009AEE; box-shadow: 0 0 0 4px rgba(0,154,238,.12); }
.sr-form-note { font-size: 12.5px; color: #9aa6b8; margin: 14px 0 0; display: flex; align-items: center; gap: 7px; }
.sr-form-note i { color: #12b886; }
.sr-form-note-lg { font-size: 14px; color: #55627a; margin: 0 0 16px; }

/* summary card */
.sr-summary {
    position: sticky; top: 100px; background: #fff; border: 1px solid #eef2f7; border-radius: 20px;
    padding: 28px 26px; text-align: center; box-shadow: 0 22px 50px -30px rgba(16,44,84,.55);
}
.sr-summary-logo {
    width: 84px; height: 84px; margin: 0 auto 14px; border-radius: 16px; background: #f6f9fc;
    display: flex; align-items: center; justify-content: center; padding: 12px; border: 1px solid #eef2f7;
}
.sr-summary-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.sr-summary-name { font-size: 18px; font-weight: 800; color: #16202e; margin: 0 0 14px; }
.sr-summary-rebate { padding: 16px; border-radius: 14px; background: linear-gradient(135deg,#eff6ff,#ecfeff); margin-bottom: 18px; }
.sr-summary-rebate-label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .5px; color: #7a8699; margin-bottom: 3px; }
.sr-summary-rebate-value { font-size: 30px; font-weight: 800; color: #009AEE; line-height: 1.1; }
.sr-summary-meta { list-style: none; padding: 0; margin: 0 0 18px; text-align: left; }
.sr-summary-meta li { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #f1f5f9; font-size: 13.5px; }
.sr-summary-meta li:last-child { border-bottom: none; }
.sr-summary-meta li span { color: #7a8699; display: inline-flex; align-items: center; gap: 8px; }
.sr-summary-meta li span i { color: #009AEE; width: 15px; text-align: center; }
.sr-summary-meta li b { color: #16202e; }

@media (max-width: 767.98px) {
    .sr-hero { padding: 22px; }
    .sr-summary { position: static; }
}

/* ---- Text slider star separator ---- */
.tp-text-slider-item .tp-slider-star {
    font-size: 16px !important;
    padding: 0 28px !important;
    opacity: 0.7;
    display: inline-block;
    animation: starPulse 2s ease-in-out infinite;
}
@keyframes starPulse {
    0%, 100% { opacity: 0.55; transform: scale(1); }
    50%       { opacity: 1;   transform: scale(1.3); }
}
