:root {
    --ta-primary-red: #FF003C;
    --ta-text-main: #111827;
    --ta-text-muted: #6B7280;
    --ta-bg-light: #F9FAFB;
    --ta-breadcrumb-bg: #F8F9FA;
    --ta-brand-blue: #0e0836;
    --ta-brand-blue-hover: #1a1248;
    --ta-brand-blue-soft: #2a1f5c;
    --ta-must-see-bg: #120457;
    --ta-must-see-bg-hover: #1a066f;
    --ta-must-see-width: 11.666667%;
}

/* ==========================================================================
   Supportive Pages Styles (Broker Review & Country Pages)
   ========================================================================== */

.ta-hero-v3-p28 {
    background: #0e0836;
    background: linear-gradient(180deg, #0e0836 0, #000 100%);
    color: #fff;
    padding: 40px 0;
}

.ta-box-v3-k51 {
    background: url('../images/broker-review-supportive.webp') no-repeat center center;
    background-size: cover;
    border-radius: 16px;
    padding: 24px;
    margin: 30px 0;
    color: #fff !important;
    border: 1px solid #0b2047;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}

.ta-bg-country-supportive {
    background: url('../images/country-supportive.webp') no-repeat center center;
    background-size: cover;
    border: 1px solid #232528;
   
}
.ta-box-v3-k51 a,
.ta-box-v3-k51 span,
.ta-box-v3-k51 i,
.ta-box-v3-k51 h1,
.ta-wrapper-v3-n12 .breadcrumb li.active {
    color: #fff !important;
}

.ta-wrapper-v3-n12 {
    position: relative;
    z-index: 2;
}

.ta-wrapper-v3-n12 .broker_details_nav_wrapper {
    position: static;
    top: auto;
    background: transparent;
    z-index: auto;
    box-shadow: none;
    border-top: none;
    padding: 0;
    margin-top: 30px;
}

.ta-wrapper-v3-n12 .scroll-nav-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 8px 24px;
    color: #fff;
    margin-right: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.ta-wrapper-v3-n12 .scroll-nav-item.active {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    font-weight: 700;
}

.ta-wrapper-v3-n12 .scroll-nav {
    margin: 0;
    padding: 0 1px;
}

.ta-wrapper-v3-n12 .left-arrow-overlay,
.ta-wrapper-v3-n12 .left-overflow-overlay {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 1) 100%);
    width: 60px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 2;
    display: none;
}

.ta-wrapper-v3-n12 .right-arrow-overlay,
.ta-wrapper-v3-n12 .right-overflow-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 1) 100%);
    width: 60px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 2;
    display: none;
}

.ta-wrapper-v3-n12 .scroll-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ta-wrapper-v3-n12 .scroll-nav-arrow:hover {
    background: rgba(255, 255, 255, 0.3);
}

.ta-wrapper-v3-n12 .scroll-nav-arrow.left-arrow {
    left: 5px;
}

.ta-wrapper-v3-n12 .scroll-nav-arrow.right-arrow {
    right: 5px;
}

.ta-box-v3-k51 .meta-compact-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 16px;
}

.ta-box-v3-k51 .meta-date-v3 {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 4px 12px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ta-box-v3-k51 .meta-date-v3 .dot {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    margin-right: 6px;
    display: inline-block;
}

.ta-v3-main-wrapper {
    padding: 60px 0;
    background: #fff;
}

.country-supportive-page .country-supportive-content {
    color: #374151;
    font-size: 18px;
    line-height: 1.8;
}

.country-supportive-page .country-supportive-content h2 {
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.25rem;
    scroll-margin-top: 120px;
}

.country-supportive-page .country-supportive-content h3 {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.country-supportive-page .country-supportive-content p {
    margin-bottom: 1.25rem;
}

.country-supportive-page .country-supportive-content ul,
.country-supportive-page .country-supportive-content ol {
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
}

.country-supportive-page .country-supportive-content img {
    border-radius: 12px;
    margin: 1rem 0;
}

.country-supportive-page .country-supportive-content table,
.country-supportive-page .country-supportive-content table th,
.country-supportive-page .country-supportive-content table td {
    font-size: 16px;
}

.country-supportive-page .country-supportive-cards {
    margin-top: 0.5rem;
}

.country-supportive-cards .holo-card .visit-btn.link_fill,
.category-supportive-cards .holo-card .visit-btn.link_fill,
.country-supportive-cards .compact-btn.visit-btn.link_fill,
.category-supportive-cards .compact-btn.visit-btn.link_fill {
    background: #fa0d44 !important;
    background-image: none !important;
    background-size: auto !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
}

.country-supportive-cards .holo-card .review-btn.link_fill,
.category-supportive-cards .holo-card .review-btn.link_fill,
.country-supportive-cards .compact-btn.review-btn.link_fill,
.category-supportive-cards .compact-btn.review-btn.link_fill {
    background: #f8f9fa !important;
    background-image: none !important;
    background-size: auto !important;
    color: #2c3e50 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
}

.country-supportive-cards .holo-card .visit-btn,
.category-supportive-cards .holo-card .visit-btn,
.country-supportive-cards .compact-btn.visit-btn,
.category-supportive-cards .compact-btn.visit-btn {
    background-color: #fa0d44 !important;
    color: #ffffff !important;
    border: none !important;
}

.country-supportive-cards .holo-card .visit-btn:hover,
.category-supportive-cards .holo-card .visit-btn:hover,
.country-supportive-cards .compact-btn.visit-btn:hover,
.category-supportive-cards .compact-btn.visit-btn:hover {
    background-color: #d90b3a !important;
    color: #ffffff !important;
}

.country-supportive-cards .holo-card .review-btn,
.category-supportive-cards .holo-card .review-btn,
.country-supportive-cards .compact-btn.review-btn,
.category-supportive-cards .compact-btn.review-btn {
    background-color: #f8f9fa !important;
    color: #2c3e50 !important;
    border: 1px solid #e0e0e0 !important;
}

.country-supportive-cards .holo-card .review-btn:hover,
.category-supportive-cards .holo-card .review-btn:hover,
.country-supportive-cards .compact-btn.review-btn:hover,
.category-supportive-cards .compact-btn.review-btn:hover {
    background-color: #eef1f4 !important;
    color: #2c3e50 !important;
}

.ta-box-v3-k51 .exness-card-v3 .btn-go-broker.visit-btn {
    background-color: #fa0d44 !important;
    color: #ffffff !important;
}

.ta-box-v3-k51 .exness-card-v3 .btn-go-broker.visit-btn:hover {
    background-color: #d90b3a !important;
    color: #ffffff !important;
}

.category-supportive-page .category-supportive-content {
    color: #374151;
    font-size: 18px;
    line-height: 1.8;
}

.category-supportive-page .category-supportive-content h2 {
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.25rem;
    scroll-margin-top: 120px;
}

.category-supportive-page .category-supportive-content h3 {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.category-supportive-page .category-supportive-content p {
    margin-bottom: 1.25rem;
}

.category-supportive-page .category-supportive-content ul,
.category-supportive-page .category-supportive-content ol {
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
}

.category-supportive-page .category-supportive-content img {
    border-radius: 12px;
    margin: 1rem 0;
}

.category-supportive-page .category-supportive-content table,
.category-supportive-page .category-supportive-content table th,
.category-supportive-page .category-supportive-content table td {
    font-size: 16px;
}

.ta-v3-sidebar {
    position: sticky;
    top: 100px;
}

.ta-box-v3-k51 .exness-card-v3 {
    background: #040c20;
    border-radius: 12px;
    padding: 24px;
    width: 300px;
    border: 1px solid #022361;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ta-box-v3-k51 .exness-card-v3.country-variant,
.ta-box-v3-k51 .exness-card-v3.category-variant {
    width: 100%;
    max-width: 450px;
    padding: 0 0 30px 0;
    align-items: stretch;
}

.ta-box-v3-k51 .exness-card-v3.country-variant .card-content-v3,
.ta-box-v3-k51 .exness-card-v3.category-variant .card-content-v3 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 12px;
    padding: 0 24px;
    width: 100%;
    margin-top: 24px;
}

.ta-box-v3-k51 .exness-card-v3.country-variant .btn-go-broker,
.ta-box-v3-k51 .exness-card-v3.category-variant .btn-go-broker {
    flex: 1 1 55%;
    min-width: 0;
    width: auto;
    white-space: nowrap;
    padding: 10px 12px;
    font-size: 12px;
    gap: 6px;
}

.ta-box-v3-k51 .exness-card-v3.country-variant .must-see-dropdown-host,
.ta-box-v3-k51 .exness-card-v3.category-variant .must-see-dropdown-host {
    flex: 1 1 45%;
    min-width: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: flex;
}

.ta-box-v3-k51 .exness-card-v3.country-variant .must-see-dropdown-host .country-hub-must-see-btn,
.ta-box-v3-k51 .exness-card-v3.category-variant .must-see-dropdown-host .country-hub-must-see-btn {
    white-space: nowrap;
    padding: 10px 12px;
    font-size: 12px;
    gap: 6px;
    height: 100%;
}

.ta-box-v3-k51 .exness-card-v3.country-variant .country-banner,
.ta-box-v3-k51 .exness-card-v3.category-variant .country-banner {
    margin: 0;
    height: 180px;
    border-radius: 12px 12px 0 0;
    width: 100%;
}

.ta-box-v3-k51 .exness-card-v3.category-variant.supportive-broker-card {
    padding: 24px 24px 30px;
}

.ta-box-v3-k51 .exness-card-v3.supportive-broker-card .supportive-card-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0 12px;
}

.ta-box-v3-k51 .exness-card-v3.supportive-broker-card .supportive-card-logo {
    max-height: 75px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.ta-box-v3-k51 .exness-card-v3.supportive-broker-card .rating-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 10px;
}

.ta-box-v3-k51 .exness-card-v3.supportive-broker-card .rating-stars i {
    color: #ff0b46;
    font-size: 13px;
}

.ta-box-v3-k51 .exness-card-v3.supportive-broker-card .rating-stars .rating-score {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-left: 4px;
}

.ta-box-v3-k51 .exness-card-v3.supportive-broker-card .supportive-card-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 16px 16px;
    text-align: center;
}

.ta-box-v3-k51 .exness-card-v3.supportive-broker-card .supportive-card-tag span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ta-box-v3-k51 .exness-card-v3.supportive-broker-card .card-content-v3 {
    margin-top: 0;
}

.ta-box-v3-k51 .exness-card-v3.country-variant:hover .banner-img,
.ta-box-v3-k51 .exness-card-v3.category-variant:hover .banner-img {
    transform: scale(1.05);
}

.ta-box-v3-k51 .exness-card-v3 .country-banner {
    position: relative;
    overflow: hidden;
}

.ta-box-v3-k51 .exness-card-v3 .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px 12px 0 0;
    transition: transform 0.5s ease;
}

.ta-box-v3-k51 .exness-card-v3 .country-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px 24px;
    background: linear-gradient(to top, rgb(0 0 0) 30%, transparent 100%);
    display: flex;
    align-items: center;
    gap: 10px;
}

.ta-box-v3-k51 .exness-card-v3 .country-name {
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex-shrink: 0;
    max-width: 42%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ta-box-v3-k51 .exness-card-v3 .country-overlay .vertical-line {
    width: 2px;
    height: 28px;
    background: #fff;
    opacity: 0.5;
    display: inline-block;
    flex-shrink: 0;
}

.ta-box-v3-k51 .exness-card-v3 .country-overlay .tag-text {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ta-box-v3-k51 .exness-card-v3 .rating-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
    font-size: 12px;
}

.ta-box-v3-k51 .exness-card-v3 .rating-stars i {
    color: #ff0b46;
}

.ta-box-v3-k51 .exness-card-v3 .rating-stars .rating-score {
    color: #fff;
    margin-left: 4px;
    font-weight: 500;
    font-size: 14px;
}

.ta-box-v3-k51 .exness-card-v3 .btn-go-broker {
    background: #fa0d44;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 6px 14px;
    font-size: 13px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 0;
    transition: background 0.2s;
}

.ta-box-v3-k51 .exness-card-v3 .btn-go-broker:hover {
    background: #d90a3a;
    color: #fff;
}

.ta-box-v3-k51 .exness-card-v3 .country-hub-must-see-btn {
    background: var(--ta-must-see-bg, #120457);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;
    padding: 8px 14px;
    font-size: 13px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    transition: background 0.2s, box-shadow 0.2s, border-color 0.2s;
    box-shadow: 0 2px 10px rgba(18, 4, 87, 0.24);
    appearance: none;
}

.ta-box-v3-k51 .exness-card-v3 .country-hub-must-see-btn:hover,
.ta-box-v3-k51 .exness-card-v3 .country-hub-must-see-btn[aria-expanded="true"] {
    background: var(--ta-must-see-bg-hover, #1a066f);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
}

.ta-box-v3-k51 .exness-card-v3 .country-hub-must-see-btn .must-see-chevron {
    font-size: 12px;
    margin-left: 4px;
    transition: transform 0.3s;
    color: #fff;
}

.ta-box-v3-k51 .card-content-v3 .must-see-dropdown-host {
    margin-top: 0;
    width: 100%;
}

@keyframes dropdownFade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.ta-box-v3-k51 .custom-dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 13px;
    color: #333 !important;
    transition: all 0.2s;
    margin-bottom: 4px;
}

.ta-box-v3-k51 .custom-dropdown-menu li:last-child .dropdown-item {
    margin-bottom: 0;
}

.ta-box-v3-k51 .custom-dropdown-menu .dropdown-item:hover,
.ta-box-v3-k51 .custom-dropdown-menu .dropdown-item:focus {
    background: #f8f9fa;
    color: #111 !important;
}

.ta-box-v3-k51 .custom-dropdown-menu .icon-box {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.ta-box-v3-k51 .custom-dropdown-menu .icon-box.blue {
    background: #eef2ff;
}

.ta-box-v3-k51 .custom-dropdown-menu .icon-box.blue i {
    color: #4f46e5 !important;
}

.ta-box-v3-k51 .custom-dropdown-menu .icon-box.green {
    background: #ecfdf5;
}

.ta-box-v3-k51 .custom-dropdown-menu .icon-box.green i {
    color: #10b981 !important;
}

/* ==========================================================================
   Team Page Styles
   ========================================================================== */

.ta-team-wrapper {
    font-family: 'Inter', sans-serif;
    color: var(--ta-text-main);
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

/* --- Breadcrumb Section --- */
.ta-breadcrumb-wrapper {
    background-color: var(--ta-breadcrumb-bg);
    border-bottom: 1px solid #EDEDED;
}

.ta-meta-bar {
    padding: 24px 0;
    font-size: 13px;
}

.ta-breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ta-breadcrumb-list a {
    text-decoration: none;
    color: #4A5568;
}

.ta-breadcrumb-list .active {
    color: #1A202C;
    font-weight: 500;
}

.ta-breadcrumb-list .separator {
    font-size: 10px;
    color: #A0AEC0;
}

.ta-updated-info {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #718096;
}

/* --- Hero --- */
.ta-hero-section {
    padding: 60px 0 40px;
    text-align: center;
}

.ta-hero-section h1 {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.ta-hero-section p {
    font-size: 1.1rem;
    color: #4A5568;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.ta-hero-section .methodology-link {
    color: var(--ta-primary-red);
    text-decoration: none;
    border-bottom: 1.5px solid var(--ta-primary-red);
    font-weight: 700;
}

/* --- Bootstrap Tabs Refinement --- */
.ta-filter-nav {
    border: none;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
    border-bottom: 1px solid #f0f0f0;
}

.ta-filter-nav .nav-item {
    margin-bottom: -1px;
}

.ta-filter-nav .nav-link {
    border: none !important;
    padding: 15px 0;
    color: #718096;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent !important;
    position: relative;
    transition: 0.3s;
}

.ta-filter-nav .nav-link i {
    color: var(--ta-primary-red);
}

.ta-filter-nav .nav-link.active {
    color: var(--ta-primary-red) !important;
}

.ta-filter-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--ta-primary-red);
}

.ta-badge-count {
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
    background: #FFE5EC;
    color: var(--ta-primary-red);
    transition: 0.2s;
}

.ta-filter-nav .nav-link.active .ta-badge-count {
    background: var(--ta-primary-red);
    color: #fff;
}

/* --- Team Grid --- */
.ta-team-grid {
    padding: 0 0 60px;
}

.ta-member-card {
    background: #000;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ta-member-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.ta-member-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
    transition: transform 0.8s ease;
}

.ta-member-card:hover .ta-member-img {
    transform: scale(1.08);
    opacity: 1;
}

.ta-member-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 25px 35px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 10%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
    text-align: center;
    color: #fff;
    z-index: 2;
}

.ta-member-overlay h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
}

.ta-member-overlay p {
    font-size: 14px;
    color: #CBD5E0;
    margin: 0;
    font-weight: 500;
}

.ta-role-tag {
    position: absolute;
    top: 25px;
    right: 25px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 3;
}

.ta-btn-see-more {
    background: var(--ta-primary-red);
    color: #fff !important;
    padding: 16px 40px;
    border-radius: 8px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    display: block;
    margin: 60px auto 20px;
    transition: 0.3s;
}

.ta-btn-see-more:hover {
    background: #000;
}

/* --- How We Work Section --- */
.ta-work-section {
    background-color: #F8FAFC;
    padding: 60px 0;
}

.ta-work-section h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: -1px;
}

.ta-work-section .subtitle {
    text-align: center;
    color: var(--ta-text-muted);
    font-size: 16px;
    margin-bottom: 40px;
}

.ta-work-card {
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    transition: all 0.3s ease;
}

.ta-work-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border-color: var(--ta-primary-red);
}

.ta-work-icon-box {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.ta-icon-blue {
    background: #EFF6FF;
    color: #3B82F6;
}

.ta-icon-green {
    background: #ECFDF5;
    color: #10B981;
}

.ta-icon-purple {
    background: #F5F3FF;
    color: #8B5CF6;
}

.ta-icon-orange {
    background: #FFF7ED;
    color: #F97316;
}

.ta-work-card h4 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #1A202C;
}

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

/* --- Join Banner --- */
.ta-join-section {
    padding: 60px 0 0;
}

.ta-join-banner {
    background: #000 url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&q=80&w=1200') no-repeat center center;
    background-size: cover;
    border-radius: 40px;
    padding: 80px 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ta-join-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #000 50%, transparent 100%);
    z-index: 1;
}

.ta-join-banner-inner {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.ta-join-banner h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: -2px;
    line-height: 1;
}

.ta-join-banner p {
    color: #E2E8F0;
    font-size: 1.25rem;
    margin-bottom: 40px;
    max-width: 550px;
    line-height: 1.6;
}

.ta-btn-join {
    background: var(--ta-primary-red);
    color: #fff !important;
    padding: 18px 40px;
    border-radius: 10px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s;
}

.ta-btn-join:hover {
    background: #fff;
    color: #000 !important;
    transform: scale(1.05);
}

/* ==========================================================================
   Global Responsive Overrides (Common)
   ========================================================================== */

/* --- Tablet (991px) --- */
@media (max-width: 991px) {
    .ta-box-v3-k51 {
        flex-direction: column;
        text-align: center;
        gap: 24px;
        padding: 30px 15px;
    }

    .ta-box-v3-k51 .meta-compact-wrapper {
        align-items: center;
    }

    .ta-box-v3-k51 .meta-compact-line {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .ta-box-v3-k51 .exness-card-v3 {
        width: 100%;
        max-width: 450px;
    }

    .ta-v3-sidebar {
        position: static;
        margin-top: 40px;
    }

    .ta-wrapper-v3-n12 .natural-breadcrumb {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .ta-wrapper-v3-n12 .breadcrumb {
        justify-content: center;
    }

    .ta-hero-section h1 {
        font-size: 40px;
        letter-spacing: -1.5px;
    }

    .ta-work-section h2 {
        font-size: 36px;
    }

    .ta-join-banner {
        padding: 60px 50px;
        flex-direction: column;
        text-align: center;
    }

    .ta-join-banner::after {
        background: rgba(0, 0, 0, 0.7);
    }

    .ta-join-banner h2 {
        font-size: 36px;
    }

    .ta-join-banner p {
        margin-left: auto;
        margin-right: auto;
    }
}

/* --- Mobile (767px) --- */
@media (max-width: 767px) {
    .ta-meta-bar {
        padding: 15px 0;
    }

    .ta-hero-section {
        padding: 40px 0 20px;
    }

    .ta-hero-section h1 {
        font-size: 28px;
        letter-spacing: -1px;
    }

    .ta-hero-section p {
        font-size: 0.95rem;
    }

    .ta-v3-main-wrapper h2 {
        margin-bottom: 16px !important;
    }

    .ta-filter-nav {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        gap: 25px;
        padding-bottom: 2px;
        margin-top: 40px;
    }

    .ta-box-v3-k51 .meta-compact-wrapper {
        gap: 8px;
    }

    .ta-box-v3-k51 .meta-compact-line {
        gap: 6px;
    }

    .ta-box-v3-k51 .exness-card-v3 .country-overlay {
        flex-wrap: wrap;
        padding: 15px;
    }

    .ta-box-v3-k51 .exness-card-v3 .country-name {
        font-size: 14px;
    }

    .ta-box-v3-k51 .exness-card-v3 .country-overlay .tag-text {
        font-size: 13px;
    }

    .ta-filter-nav::-webkit-scrollbar {
        display: none;
    }

    .ta-filter-nav .nav-item {
        flex: 0 0 auto;
    }

    .ta-team-grid {
        padding: 20px 0 40px;
    }

    .ta-member-overlay h3 {
        font-size: 18px;
    }

    .ta-work-card h4 {
        font-size: 18px;
    }

    .ta-work-section h2 {
        font-size: 28px;
    }

    .ta-work-section .subtitle {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .ta-work-card {
        padding: 25px;
        gap: 15px;
    }

    .ta-join-section {
        padding: 60px 0 0;
    }

    .ta-join-banner {
        padding: 50px 30px;
    }

    .ta-join-banner h2 {
        font-size: 28px;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }

    .ta-join-banner p {
        font-size: 1.1rem;
    }

    /* Supportive Specifics */
    .natural-hero-title {
        font-size: 26px !important;
        line-height: 1.3;
    }

    .ta-hero-v3-p28 {
        padding: 30px 0;
    }

    .ta-box-v3-k51 .meta-date-v3 {
        margin-top: 10px;
    }

    .ta-wrapper-v3-n12 .scroll-nav-item {
        padding: 8px 16px;
        font-size: 13px;
    }

    .ta-v3-main-wrapper {
        padding: 30px 0;
    }

    .ta-v3-main-wrapper .mb-5 {
        margin-bottom: 25px !important;
    }
}

/* Country hub nav: Must See + content H2 pills — single row, light design */
.country-hub-nav-section {
    padding: 12px 0 16px;
    margin-top: 0;
    background: #fff;
    border-top: 1px solid #f3f4f6;
    overflow: visible;
}

.country-hub-nav-wrapper {
    position: static;
    top: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
}

.country-hub-nav-row {
    width: 100%;
    position: relative;
    margin: 0;
    overflow: visible;
}

/* Broker review page TOC — Must See column + scroll column */
.de_br_re_main .broker_details_nav_wrapper .broker-review-nav-row:not(.broker-review-nav-row--scroll-only) .broker-review-col-must-see {
    position: relative;
    z-index: 110;
    overflow: visible;
}

.de_br_re_main .broker_details_nav_wrapper .broker-review-col-scroll {
    min-width: 0;
    overflow: hidden;
}

.de_br_re_main .broker_details_nav_wrapper .broker-review-col-must-see .must-see-dropdown-host {
    display: block;
    width: 100%;
}

.de_br_re_main .broker_details_nav_wrapper .broker-review-scroll-track {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.de_br_re_main .broker_details_nav_wrapper .broker-review-scroll-nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 8px;
    margin: 0 !important;
    padding: 6px 40px 6px 0 !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.de_br_re_main .broker_details_nav_wrapper .broker-review-scroll-nav::-webkit-scrollbar {
    display: none;
}

@media (min-width: 768px) {
    .de_br_re_main .broker_details_nav_wrapper .broker-review-nav-row:not(.broker-review-nav-row--scroll-only) .broker-review-col-must-see {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .de_br_re_main .broker_details_nav_wrapper .broker-review-nav-row:not(.broker-review-nav-row--scroll-only) .broker-review-col-scroll {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

@media (max-width: 767px) {
    .de_br_re_main .broker_details_nav_wrapper .broker-review-scroll-nav {
        padding: 6px 32px 6px 0 !important;
        gap: 6px;
    }
}

.country-hub-col-must-see {
    position: relative;
    z-index: 30;
    overflow: visible;
}

.country-hub-col-scroll {
    min-width: 0;
    overflow: hidden;
}

.country-hub-col-must-see .must-see-dropdown-host {
    display: block;
    width: 100%;
    position: relative;
}

.country-hub-scroll-track {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.country-hub-scroll-nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 8px;
    margin: 0 !important;
    padding: 6px 40px 6px 0 !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.country-hub-scroll-nav::-webkit-scrollbar {
    display: none;
}

.country-hub-must-see-cell {
    flex: 0 0 auto;
    position: relative;
    z-index: 20;
    overflow: visible;
}

.country-hub-must-see-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    background: var(--ta-must-see-bg);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s, border-color 0.2s;
    line-height: 1.2;
    box-shadow: 0 2px 10px rgba(18, 4, 87, 0.24);
    appearance: none;
}

.country-hub-must-see-btn .fa-fire,
.country-hub-must-see-btn span,
.country-hub-must-see-btn .must-see-chevron {
    color: #fff;
}

.country-hub-must-see-btn .fa-fire {
    font-size: 13px;
}

.country-hub-must-see-btn .must-see-chevron {
    font-size: 11px;
    margin-left: 4px;
    transition: transform 0.25s ease;
}

.country-hub-must-see-btn.dropdown-toggle::before,
.country-hub-must-see-btn::after {
    display: none;
}

.country-hub-must-see-btn:hover,
.must-see-dropdown-host:hover .country-hub-must-see-btn,
.must-see-dropdown-host:focus-within .country-hub-must-see-btn,
.country-hub-must-see-btn[aria-expanded="true"] {
    background: var(--ta-must-see-bg-hover);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 4px 14px rgba(18, 4, 87, 0.32);
}

.must-see-dropdown-host.is-open .must-see-chevron,
.must-see-dropdown-host:hover .must-see-chevron,
.must-see-dropdown-host:focus-within .must-see-chevron,
.country-hub-must-see-btn[aria-expanded="true"] .must-see-chevron {
    transform: rotate(180deg);
}

/* Must See dropdown panel */
.must-see-dropdown-host {
    position: relative;
    z-index: 40;
}

.must-see-dropdown-tray {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    z-index: 1100;
    pointer-events: none;
}

.must-see-dropdown-host:hover .must-see-dropdown-tray,
.must-see-dropdown-host:focus-within .must-see-dropdown-tray,
.must-see-dropdown-host.is-open .must-see-dropdown-tray {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.must-see-dropdown-menu {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 300px;
    width: max-content;
    max-width: min(420px, calc(100vw - 32px));
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 16px;
    list-style: none;
    background: var(--ta-must-see-bg);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(18, 4, 87, 0.42);
}

.must-see-variant-hub .must-see-dropdown-tray {
    min-width: 100%;
}

.must-see-variant-hub .must-see-dropdown-menu {
    min-width: 320px;
    width: max(100%, 320px);
}

.must-see-dropdown-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 4px 14px;
    margin: 0 0 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.must-see-dropdown-head-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 13px;
    flex-shrink: 0;
}

.must-see-dropdown-head-text {
    color: #fff;
    line-height: 1.2;
}

.must-see-dropdown-menu > li[role="none"] {
    margin: 0;
    padding: 0;
}

.must-see-dropdown-menu .must-see-topic-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 6px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    color: #fff !important;
    background: transparent !important;
    text-decoration: none !important;
    border: 1px solid transparent;
    transition: background 0.2s ease, border-color 0.2s ease;
    white-space: normal;
}

.must-see-dropdown-menu li:last-child .must-see-topic-link {
    margin-bottom: 0;
}

.must-see-dropdown-menu .must-see-topic-link:hover,
.must-see-dropdown-menu .must-see-topic-link:focus {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff !important;
}

.must-see-dropdown-menu .must-see-topic-link.active {
    background: rgba(255, 255, 255, 0.14) !important;
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff !important;
    font-weight: 600;
}

.must-see-topic-label {
    flex: 1;
    min-width: 0;
    white-space: normal;
    word-break: break-word;
    line-height: 1.4;
    color: #fff;
}

.must-see-topic-arrow {
    flex-shrink: 0;
    margin-left: auto;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    transition: color 0.2s ease, transform 0.2s ease;
}

.must-see-topic-link:hover .must-see-topic-arrow,
.must-see-topic-link:focus .must-see-topic-arrow,
.must-see-topic-link.active .must-see-topic-arrow {
    color: #fff;
    transform: translateX(2px);
}

.must-see-dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.must-see-dropdown-menu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.22);
    border-radius: 6px;
}

.must-see-dropdown-menu::-webkit-scrollbar-track {
    background: transparent;
}

.must-see-variant-card .must-see-dropdown-tray {
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
}

.must-see-variant-card:hover .must-see-dropdown-tray,
.must-see-variant-card:focus-within .must-see-dropdown-tray,
.must-see-variant-card.is-open .must-see-dropdown-tray {
    transform: translateX(-50%) translateY(0);
}

.country-hub-scroll-item {
    flex: 0 0 auto;
    background: #f3f4f6 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 50px !important;
    color: #374151 !important;
    padding: 8px 16px !important;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.2s ease;
}

.country-hub-scroll-item:hover {
    background: #e5e7eb !important;
    color: #212529 !important;
}

.country-hub-scroll-item.active {
    background: var(--ta-must-see-bg) !important;
    border-color: var(--ta-must-see-bg) !important;
    color: #fff !important;
}

@media (min-width: 768px) {
    .country-hub-nav-row:not(.country-hub-nav-row--scroll-only):not(.country-hub-nav-row--must-see-only) .country-hub-col-must-see {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .country-hub-nav-row:not(.country-hub-nav-row--scroll-only):not(.country-hub-nav-row--must-see-only) .country-hub-col-scroll {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

@media (max-width: 767px) {
    .country-hub-nav-wrapper {
        width: 100% !important;
    }

    .country-hub-scroll-nav {
        padding: 6px 32px 6px 0 !important;
        gap: 6px;
    }

    .country-hub-must-see-btn {
        padding: 9px 12px;
        font-size: 13px;
    }

    .country-hub-scroll-item {
        padding: 6px 12px !important;
        font-size: 13px;
    }

    .must-see-variant-hub .must-see-dropdown-menu {
        min-width: 100%;
        width: 100%;
        max-width: calc(100vw - 32px);
    }
}

.custom-dropdown-menu .icon-box {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.custom-dropdown-menu .icon-box.blue {
    background: #eef2ff;
}

.custom-dropdown-menu .icon-box.blue i {
    color: #4f46e5 !important;
}

.custom-dropdown-menu .icon-box.green {
    background: #ecfdf5;
}

.custom-dropdown-menu .icon-box.green i {
    color: #10b981 !important;
}