:root {
    --tp-primary: #0F172A;
    --tp-secondary: #6366F1;
    --tp-accent: #10B981;
    --tp-bg: #F8FAFC;
    --tp-surface: #FFFFFF;
    --tp-text: #1E293B;
    --tp-text-sec: #475569;
    --tp-text-muted: #94A3B8;
    --tp-border: rgba(226, 232, 240, 0.8);
    --tp-mesh-1: rgba(99, 102, 241, 0.08);
    --tp-mesh-2: rgba(16, 185, 129, 0.05);
    --tp-mesh-3: rgba(244, 63, 94, 0.03);
    --tp-grad-mesh: radial-gradient(at 0% 0%, rgba(99, 102, 241, 0.15) 0px, transparent 50%), radial-gradient(at 100% 0%, rgba(16, 185, 129, 0.1) 0px, transparent 50%);
    --tp-grad-btn: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);
    --tp-shadow-soft: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
    --tp-shadow-depth: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
}

.tp-layout-body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: var(--tp-bg);
    color: var(--tp-text);
    margin: 0;
    padding: 0;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    background-image: var(--tp-grad-mesh);
    background-attachment: fixed;
}

.text-muted {
    color: var(--tp-text-muted) !important;
}

.tp-container-fluid {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.tp-main-transition {
    transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.tp-glass {
    backdrop-filter: blur(12px) saturate(180%);
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--tp-border);
    border-radius: 24px;
}

.tp-btn-pill {
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 400ms;
}

.tp-btn-pill:hover {
    transform: scale(1.02);
}

.tp-btn-pill:active {
    transform: scale(0.98);
}

.tp-section-gap {
    padding-top: clamp(5rem, 10vw, 8rem);
    padding-bottom: clamp(5rem, 10vw, 8rem);
}

/* ===== header ===== */
.header-block {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #FFFFFF;
    z-index: 1000;
}

.header-block .header-top-bar {
    background-color: #F8FAFC;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.header-block .header-text {
    font-size: 0.875rem;
    color: #475569;
    font-weight: 500;
}

.header-block .header-contact-link {
    text-decoration: none;
    transition: color 0.3s ease;
}

.header-block .header-contact-link:hover {
    color: #6366F1;
}

.header-block .header-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: #6366F1;
}

.header-block .header-nav {
    background-color: #FFFFFF !important;
}

.header-block .header-logo {
    max-width: 48px;
    height: auto;
    object-fit: cover;
}

.header-block .header-brand-name {
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
    color: #0F172A;
}

.header-block .header-nav-link {
    font-weight: 600;
    color: #1E293B !important;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.header-block .header-nav-link:hover {
    color: #6366F1 !important;
    transform: translateY(-1px);
}

.header-block .header-toggler {
    border: none;
    padding: 0.5rem;
}

.header-block .header-toggler:focus {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .header-block .navbar-collapse {
        background-color: #FFFFFF;
        padding: 1.5rem 0;
        margin-top: 0.5rem;
        border-top: 1px solid rgba(226, 232, 240, 0.8);
    }

    .header-block .header-nav-link {
        padding: 0.75rem 0;
        font-size: 1rem;
    }
}

/* ===== hero ===== */
.timless-hero {
    background-color: #0F172A;
    min-height: 100vh;
    z-index: 1;
}

.timless-hero .timless-hero-bg {
    background-image: url('../content/pictures/uploads/strategic-asset-analysis-desk.png');
    background-position: center;
    background-size: cover;
    z-index: -2;
}

.timless-hero .timless-hero-overlay {
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.5) 100%);
    z-index: -1;
}

.timless-hero .timless-hero-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: #F8FAFC;
}

.timless-hero .timless-hero-description {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.125rem;
    line-height: 1.8;
    color: #CBD5E1;
    max-width: 600px;
}

.timless-hero .timless-hero-form-wrapper {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.timless-hero .timless-input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 0.875rem 1.5rem 0.875rem 3rem;
    color: #FFFFFF !important;
    transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.timless-hero .timless-input:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: #6366F1;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.2);
}

.timless-hero .timless-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.timless-hero .timless-btn-primary {
    background: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);
    border: none;
    border-radius: 50px;
    padding: 0.875rem 2rem;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    height: 100%;
}

.timless-hero .timless-btn-primary:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
    color: #FFFFFF;
}

.timless-hero .timless-btn-primary:active {
    transform: scale(0.98);
}

.timless-hero .timless-icon-sm {
    width: 20px;
    height: 20px;
}

.timless-hero .timless-icon-xs {
    width: 16px;
    height: 16px;
}

.timless-hero .timless-form-note {
    font-size: 0.875rem;
    color: rgba(203, 213, 225, 0.7);
}

.timless-hero .timless-hero-wave {
    height: 60px;
    line-height: 0;
}

@media (max-width: 767.98px) {
    .timless-hero .timless-hero-title {
        font-size: 1.75rem;
    }

    .timless-hero .timless-hero-description {
        font-size: 1rem;
    }

    .timless-hero .timless-hero-form-wrapper {
        padding: 1.5rem !important;
    }

    .timless-hero .timless-hero-wave {
        height: 30px;
    }
}

/* ===== about-block ===== */
.about-section {
    background-color: #F8FAFC;
    min-height: 600px;
}

.about-mesh-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(at 0% 0%, rgba(99, 102, 241, 0.08) 0px, transparent 50%), radial-gradient(at 100% 0%, rgba(16, 185, 129, 0.05) 0px, transparent 50%);
    pointer-events: none;
}

.about-content-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px) saturate(180%);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 24px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
}

.about-badge {
    background: rgba(99, 102, 241, 0.1);
    color: #6366F1;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.about-title {
    color: #0F172A;
    font-weight: 800;
    line-height: 1.2;
}

.about-text {
    color: #475569;
    line-height: 1.7;
    font-size: 1.125rem;
}

.about-icon-box {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6366F1;
    color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(99, 102, 241, 0.2);
}

.about-feature-title {
    color: #1E293B;
    font-weight: 700;
}

.about-feature-desc {
    color: #64748B;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.about-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);
    color: #FFFFFF;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
}

.about-cta-btn:hover {
    transform: scale(1.02) translateY(-2px);
    box-shadow: 0 20px 25px -5px rgba(99, 102, 241, 0.4);
    color: #FFFFFF;
}

.about-image-frame {
    padding-left: 2rem;
}

.about-main-img {
    border-radius: 32px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    aspect-ratio: 1 / 1.1;
    object-fit: cover;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
}

.about-floating-card {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 280px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 20px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.about-pulse-dot {
    width: 10px;
    height: 10px;
    background: #10B981;
    border-radius: 50%;
    position: relative;
}

.about-pulse-dot::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #10B981;
    border-radius: 50%;
    animation: about-pulse 2s infinite;
}

@keyframes about-pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .about-content-card {
        padding: 2.5rem 1.5rem !important;
    }

    .about-title {
        font-size: 1.75rem;
    }

    .about-text {
        font-size: 1rem;
    }
}

/* ===== instruments-preview ===== */
.instruments-preview-section {
    background: radial-gradient(at 0% 0%, rgba(99, 102, 241, 0.08) 0px, transparent 50%), radial-gradient(at 100% 0%, rgba(16, 185, 129, 0.05) 0px, transparent 50%), #F8FAFC;
    position: relative;
    overflow: hidden;
}

.instruments-preview-section .instrument-section-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #1E293B;
    letter-spacing: -0.01em;
}

.instruments-preview-section .instrument-section-subtitle {
    color: #475569;
    font-size: 1.1rem;
    line-height: 1.7;
}

.instruments-preview-section .instrument-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px) saturate(180%);
    border-radius: 24px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.instruments-preview-section .instrument-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
}

.instruments-preview-section .instrument-img-link {
    display: block;
    overflow: hidden;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    height: 240px;
}

.instruments-preview-section .instrument-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.instruments-preview-section .instrument-card:hover .instrument-img {
    transform: scale(1.05);
}

.instruments-preview-section .instrument-badge {
    background: rgba(99, 102, 241, 0.1);
    color: #6366F1;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.instruments-preview-section .instrument-rating {
    color: #1E293B;
    font-weight: 600;
    font-size: 0.9rem;
}

.instruments-preview-section .icon-star {
    width: 16px;
    height: 16px;
    color: #F59E0B;
}

.instruments-preview-section .instrument-title-link {
    text-decoration: none;
}

.instruments-preview-section .instrument-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1E293B;
    transition: color 300ms ease;
}

.instruments-preview-section .instrument-title:hover {
    color: #6366F1;
}

.instruments-preview-section .instrument-text {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}

.instruments-preview-section .instrument-footer {
    border-color: rgba(226, 232, 240, 0.8) !important;
}

.instruments-preview-section .btn-share {
    background: transparent;
    border: 1px solid rgba(226, 232, 240, 0.8);
    color: #475569;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease;
}

.instruments-preview-section .btn-share:hover {
    background: #F1F5F9;
    color: #6366F1;
    border-color: #6366F1;
}

.instruments-preview-section .icon-share {
    width: 20px;
    height: 20px;
}

.instruments-preview-section .btn-instrument-action {
    background: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);
    color: #FFFFFF;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 300ms ease;
    box-shadow: 0 4px 10px rgba(99, 102, 241, 0.2);
}

.instruments-preview-section .btn-instrument-action:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 15px rgba(99, 102, 241, 0.3);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .instruments-preview-section .instrument-section-title {
        font-size: 1.5rem;
    }

    .instruments-preview-section .instrument-section-subtitle {
        font-size: 1rem;
    }
}

/* ===== sectors-preview ===== */
.sectors-preview-section {
    position: relative;
    background: #F8FAFC;
    background-image: radial-gradient(at 0% 0%, rgba(99, 102, 241, 0.08) 0px, transparent 50%), radial-gradient(at 100% 0%, rgba(16, 185, 129, 0.05) 0px, transparent 50%);
    overflow: hidden;
}

.sectors-preview-title {
    color: #1E293B;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.sectors-preview-subtitle {
    color: #475569;
    font-size: 1.1rem;
    line-height: 1.7;
}

.sectors-preview-card {
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 400ms cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sectors-preview-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
}

.sectors-preview-img-link {
    display: block;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.sectors-preview-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: scale 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.sectors-preview-card:hover .sectors-preview-img {
    scale: 1.05;
}

.sectors-preview-card-body {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.sectors-preview-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.sectors-preview-card-title a {
    text-decoration: none;
    color: #1E293B;
    transition: color 0.3s ease;
}

.sectors-preview-card-title a:hover {
    color: #6366F1;
}

.sectors-preview-card-text {
    color: #475569;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.sectors-preview-btn {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);
    color: #FFFFFF;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    transition: transform 300ms ease, box-shadow 300ms ease;
}

.sectors-preview-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
    color: #FFFFFF;
}

.sectors-preview-newsletter-box {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px) saturate(180%);
    border-radius: 24px;
    padding: 3rem;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.newsletter-title {
    color: #1E293B;
    font-weight: 700;
}

.newsletter-text {
    color: #475569;
}

.sectors-preview-form .input-group {
    background: #FFFFFF;
    border-radius: 50px;
    padding: 0.4rem;
    border: 1px solid #E2E8F0;
    transition: border-color 0.3s ease;
}

.sectors-preview-form .input-group:focus-within {
    border-color: #6366F1;
}

.sectors-preview-form .form-control {
    border: none !important;
    background: transparent !important;
    padding-left: 1.5rem;
    box-shadow: none !important;
    color: #1E293B;
}

.sectors-preview-form .form-control::placeholder {
    color: #94A3B8;
}

.sectors-preview-submit-btn {
    background: #0F172A;
    color: #FFFFFF;
    border-radius: 50px !important;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.2s ease;
}

.sectors-preview-submit-btn:hover {
    background: #1E293B;
    color: #FFFFFF;
    transform: scale(1.02);
}

@media (max-width: 767px) {
    .sectors-preview-title {
        font-size: 1.5rem;
    }

    .sectors-preview-card-body {
        padding: 1.5rem;
    }

    .sectors-preview-newsletter-box {
        padding: 1.5rem;
        text-align: center;
    }

    .sectors-preview-form .input-group {
        flex-direction: column;
        border-radius: 15px;
        background: transparent;
        border: none;
        padding: 0;
    }

    .sectors-preview-form .form-control {
        background: #FFFFFF !important;
        border-radius: 50px !important;
        margin-bottom: 0.5rem;
        height: 50px;
        text-align: center;
        border: 1px solid #E2E8F0 !important;
    }

    .sectors-preview-submit-btn {
        width: 100%;
        height: 50px;
    }
}

/* ===== footer ===== */
.footer-block {
    background-color: #F8FAFC;
    background-image: radial-gradient(at 0% 0%, rgba(99, 102, 241, 0.08) 0px, transparent 50%), radial-gradient(at 100% 0%, rgba(16, 185, 129, 0.05) 0px, transparent 50%);
    padding: 80px 0 40px;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    color: #1E293B;
    font-family: 'Plus Jakarta Sans', sans-serif;
    position: relative;
    overflow: hidden;
}

.footer-logo-img {
    max-width: 56px;
    height: auto;
}

.footer-brand-description {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 320px;
}

.footer-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #0F172A;
    letter-spacing: -0.01em;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-item {
    margin-bottom: 0.75rem;
}

.footer-link {
    text-decoration: none;
    color: #475569;
    font-size: 0.95rem;
    transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}

.footer-link:hover {
    color: #6366F1;
    transform: translateX(4px);
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #475569;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.footer-icon {
    width: 20px;
    height: 20px;
    color: #6366F1;
    flex-shrink: 0;
}

.footer-contact-link {
    text-decoration: none;
    color: #475569;
    transition: color 400ms ease;
}

.footer-contact-link:hover {
    color: #6366F1;
}

.footer-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);
    color: #FFFFFF !important;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgba(99, 102, 241, 0.2);
}

.footer-wa-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
    color: #FFFFFF;
}

.footer-icon-sm {
    width: 18px;
    height: 18px;
}

.footer-divider {
    margin: 3rem 0 2rem;
    border: 0;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
}

.footer-bottom {
    text-align: center;
    color: #94A3B8;
    font-size: 0.875rem;
}

@media (max-width: 767.98px) {
    .footer-block {
        padding: 60px 0 30px;
        text-align: center;
    }

    .footer-brand-description {
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .footer-contact-item {
        justify-content: center;
    }

    .footer-link:hover {
        transform: none;
    }
}

/* ===== PAGE: privacy ===== */
.policy-block-wrapper { font-family: 'Plus Jakarta Sans', sans-serif; color: #1E293B; line-height: 1.7; background: radial-gradient(at 0% 0%, rgba(99, 102, 241, 0.08) 0px, transparent 50%), radial-gradient(at 100% 0%, rgba(16, 185, 129, 0.05) 0px, transparent 50%); padding: clamp(3rem, 8vw, 6rem) 0; }.policy-inner-content { max-width: 900px; margin: 0 auto; background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(12px) saturate(180%); padding: 3rem; border-radius: 24px; border: 1px solid rgba(226, 232, 240, 0.8); box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05); }.policy-inner-content h2 { font-size: 1.8rem; font-weight: 700; color: #0F172A; margin-top: 2.5rem; margin-bottom: 1.25rem; letter-spacing: -0.01em; }.policy-inner-content p { margin-bottom: 1.5rem; color: #475569; }.policy-inner-content ul { margin-bottom: 1.5rem; padding-left: 1.5rem; list-style: none; }.policy-inner-content li { position: relative; margin-bottom: 0.75rem; color: #475569; }.policy-inner-content li::before { content: ''; position: absolute; left: -1.5rem; top: 0.6rem; width: 8px; height: 8px; border-radius: 50%; background-color: #6366F1; }.policy-inner-content a { color: #6366F1; text-decoration: none; font-weight: 600; transition: color 400ms cubic-bezier(0.4, 0, 0.2, 1); }.policy-inner-content a:hover { color: #4F46E5; text-decoration: underline; }@media (max-width: 767px) { .policy-inner-content { padding: 1.5rem; border-radius: 16px; } .policy-inner-content h2 { font-size: 1.25rem; margin-top: 2rem; } .policy-inner-content p, .policy-inner-content li { font-size: 0.95rem; } }

/* ===== PAGE: terms ===== */
.policy-inner-content { font-family: 'Plus Jakarta Sans', sans-serif; color: #475569; line-height: 1.8; max-width: 900px; margin: 0 auto; padding: 2rem 1rem; } .policy-inner-content h2 { color: #0F172A; font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 700; margin-top: 3rem; margin-bottom: 1.5rem; letter-spacing: -0.01em; border-bottom: 2px solid rgba(99, 102, 241, 0.1); padding-bottom: 0.5rem; } .policy-inner-content h3 { color: #1E293B; font-size: clamp(1.25rem, 2vw, 1.5rem); font-weight: 600; margin-top: 2rem; margin-bottom: 1rem; } .policy-inner-content p { margin-bottom: 1.25rem; font-size: 1rem; } .policy-inner-content ul { padding-left: 1.25rem; margin-bottom: 2rem; list-style: none; } .policy-inner-content ul li { position: relative; margin-bottom: 0.75rem; padding-left: 1.5rem; } .policy-inner-content ul li::before { content: ''; position: absolute; left: 0; top: 0.75rem; width: 6px; height: 6px; border-radius: 50%; background-color: #6366F1; } .policy-inner-content a { color: #6366F1; text-decoration: none; font-weight: 500; transition: color 0.3s ease; } .policy-inner-content a:hover { color: #4F46E5; text-decoration: underline; } .terms-section { margin-bottom: 3.5rem; } @media (max-width: 768px) { .policy-inner-content h2 { font-size: 18px; } .policy-inner-content h3 { font-size: 16px; } .policy-inner-content p { font-size: 14px; } .terms-section { margin-bottom: 2.5rem; } }

/* ===== PAGE: cookies ===== */
.policy-block-wrapper { background: #F8FAFC; padding: clamp(3rem, 8vw, 6rem) 0; position: relative; overflow: hidden; } .policy-block-wrapper::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(at 0% 0%, rgba(99, 102, 241, 0.08) 0px, transparent 50%), radial-gradient(at 100% 0%, rgba(16, 185, 129, 0.05) 0px, transparent 50%); pointer-events: none; } .policy-inner-content { max-width: 900px; margin: 0 auto; padding: 0 1.5rem; position: relative; z-index: 1; color: #1E293B; } .policy-main-title { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; color: #0F172A; margin-bottom: 2.5rem; letter-spacing: -0.02em; text-align: center; } .policy-section-title { font-size: clamp(1.25rem, 3vw, 1.75rem); font-weight: 700; color: #0F172A; margin-top: 3.5rem; margin-bottom: 1.25rem; letter-spacing: -0.01em; border-left: 4px solid #6366F1; padding-left: 1rem; } .policy-intro-text { font-size: 1.15rem; line-height: 1.8; color: #475569; margin-bottom: 3rem; text-align: center; } .policy-description { font-size: 1rem; line-height: 1.7; color: #475569; margin-bottom: 1.5rem; } .policy-list { list-style: none; padding-left: 0; margin-bottom: 2rem; } .policy-list li { position: relative; padding-left: 2rem; margin-bottom: 1rem; line-height: 1.7; color: #475569; } .policy-list li::before { content: ''; position: absolute; left: 0; top: 0.5rem; width: 0.75rem; height: 0.75rem; background-color: #6366F1; border-radius: 50%; } .policy-list li strong { color: #0F172A; } .policy-grid-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin: 3rem 0; } .policy-card { background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(12px) saturate(180%); border: 1px solid rgba(226, 232, 240, 0.8); border-radius: 24px; padding: 2rem; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease; height: 100%; } .policy-card:hover { transform: translateY(-8px); box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05); } .policy-card h3 { font-size: 1.25rem; font-weight: 700; color: #0F172A; margin-bottom: 1rem; } .policy-card p { font-size: 0.95rem; color: #64748B; margin-bottom: 0; line-height: 1.6; } .policy-contact-list { list-style: none; padding-left: 0; margin-top: 1.5rem; } .policy-contact-list li { margin-bottom: 0.75rem; font-weight: 500; } .js-contact-link { color: #6366F1; text-decoration: none; transition: color 0.3s ease; border-bottom: 1px solid transparent; } .js-contact-link:hover { color: #4F46E5; border-bottom-color: #4F46E5; } @media (max-width: 768px) { .policy-main-title { font-size: 24px; } .policy-section-title { font-size: 20px; } .policy-description, .policy-list li { font-size: 16px; } .policy-card { padding: 1.5rem; } }

/* ===== PAGE: disclaimer ===== */
.policy-block-wrapper { background-color: #F8FAFC; padding: 5rem 0; font-family: 'Plus Jakarta Sans', sans-serif; } .policy-inner-content { max-width: 800px; margin: 0 auto; padding: 2.5rem; background: #FFFFFF; border-radius: 24px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); border: 1px solid rgba(226, 232, 240, 0.8); color: #1E293B; } .policy-inner-content h1 { font-size: clamp(2rem, 5vw, 2.5rem); font-weight: 800; color: #0F172A; margin-bottom: 0.5rem; letter-spacing: -0.02em; } .policy-inner-content .last-updated { font-size: 0.9rem; color: #94A3B8; margin-bottom: 2.5rem; } .policy-inner-content h2 { font-size: clamp(1.25rem, 3vw, 1.5rem); font-weight: 700; color: #0F172A; margin-top: 2rem; margin-bottom: 1rem; letter-spacing: -0.01em; } .policy-inner-content p { font-size: 1rem; line-height: 1.7; color: #475569; margin-bottom: 1.25rem; } .policy-inner-content ul { padding-left: 1.25rem; margin-bottom: 1.25rem; list-style-type: disc; } .policy-inner-content li { font-size: 1rem; line-height: 1.7; color: #475569; margin-bottom: 0.5rem; } .policy-inner-content a { color: #6366F1; text-decoration: none; transition: color 400ms ease; } .policy-inner-content a:hover { color: #4F46E5; text-decoration: underline; } @media (max-width: 768px) { .policy-block-wrapper { padding: 3rem 1rem; } .policy-inner-content { padding: 1.5rem; } .policy-inner-content h1 { font-size: 18px; } .policy-inner-content h2 { font-size: 16px; } .policy-inner-content p, .policy-inner-content li { font-size: 14px; } }

/* ===== PAGE: methodology ===== */
.methodology-page {
  background: radial-gradient(at 0% 0%, rgba(99, 102, 241, 0.08) 0px, transparent 50%), radial-gradient(at 100% 0%, rgba(16, 185, 129, 0.05) 0px, transparent 50%);
}

.methodology-page .pillar-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  border-radius: 24px;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.methodology-page .pillar-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
}

.methodology-page .pillar-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(99, 102, 241, 0.1);
  border-radius: 12px;
}

.methodology-page .step-num {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}

.methodology-page .process-item {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.methodology-page .process-item:hover {
  opacity: 0.8;
}

.methodology-page .contact-form-card {
  background: #FFFFFF;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.methodology-page .form-control,
.methodology-page .form-select {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  color: #1E293B;
}

.methodology-page .form-control:focus {
  background: #FFFFFF;
  border-color: #6366F1;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
}

.methodology-page .btn-primary-gradient {
  background: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);
  border: none;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.methodology-page .btn-primary-gradient:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
}

.methodology-page .shadow-depth {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .methodology-page h2 {
    font-size: 1.5rem !important;
  }
  .methodology-page .pillar-card {
    padding: 1.5rem !important;
  }
}

/* ===== PAGE: asset-instruments ===== */
.asset-category-grid {
  background: radial-gradient(at 0% 0%, rgba(99, 102, 241, 0.05) 0px, transparent 50%), #F8FAFC;
  position: relative;
}

.asset-category-grid__card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 24px;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.asset-category-grid__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
  border-color: #6366F1;
}

.asset-category-grid__image-link {
  height: 220px;
  position: relative;
}

.asset-category-grid__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.asset-category-grid__card:hover .asset-category-grid__img {
  transform: scale(1.05);
}

.asset-tariff-section {
  background: #F8FAFC;
}

.asset-tariff-section__wrapper {
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.asset-tariff-section__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(at 100% 0%, rgba(16, 185, 129, 0.05) 0px, transparent 50%);
  pointer-events: none;
}

.asset-tariff-section__plan-card {
  border: 2px solid #E2E8F0;
  transition: all 0.3s ease;
  cursor: pointer;
  background: #ffffff;
}

.asset-tariff-section__plan-card.active {
  border-color: #6366F1;
  box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.1);
  background: rgba(99, 102, 241, 0.02);
}

.asset-tariff-section__form-container {
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
}

.btn-primary {
  background: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);
  border: none;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.x-small {
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  .asset-category-grid__title {
    font-size: 1.75rem;
  }
  .asset-category-grid__lead {
    font-size: 0.9rem;
  }
}

/* ===== PAGE: market-sectors ===== */
.sector-analytics-block {
  background: radial-gradient(at 0% 0%, rgba(99, 102, 241, 0.08) 0px, transparent 50%), radial-gradient(at 100% 0%, rgba(16, 185, 129, 0.05) 0px, transparent 50%);
  min-height: 80vh;
}

.sector-analytics-block .card-glass {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 400ms ease;
  border-radius: 24px;
}

.sector-analytics-block .card-glass:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05) !important;
}

.sector-analytics-block .card-img-top {
  height: 240px;
  object-fit: cover;
}

.sector-analytics-block .search-wrapper input {
  min-width: 280px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  height: 48px;
  transition: all 0.3s ease;
}

.sector-analytics-block .search-wrapper input:focus {
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
  border-color: #6366F1;
}

.sector-analytics-block .avatar-sm {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
}

.sector-analytics-block .badge {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.sector-analytics-block .btn-primary {
  background: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sector-analytics-block .btn-primary:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.sector-analytics-block .modal-content {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 30px;
}

.sector-analytics-block .js-request-btn {
  transition: color 0.3s ease;
}

.sector-analytics-block .js-request-btn:hover {
  color: #4F46E5 !important;
}

@media (max-width: 767.98px) {
  .sector-analytics-block .search-wrapper input {
    min-width: 100%;
  }
}

/* ===== PAGE: knowledge-base ===== */
.kb-section {
  padding: 8rem 0;
  background: #F8FAFC;
  position: relative;
  overflow: hidden;
}

.kb-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: radial-gradient(at 0% 0%, rgba(99, 102, 241, 0.08) 0px, transparent 50%), 
              radial-gradient(at 100% 0%, rgba(16, 185, 129, 0.05) 0px, transparent 50%);
  z-index: 0;
  pointer-events: none;
}

.kb-section .container {
  position: relative;
  z-index: 1;
}

.kb-section__heading {
  color: #0F172A;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.kb-section__subheading {
  color: #475569;
  font-size: 1.1rem;
}

.kb-search-container {
  max-width: 500px;
  margin: 0 auto;
}

.kb-section .form-control {
  padding: 0.75rem 1.25rem;
  border-radius: 50px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  font-size: 0.95rem;
  background-color: #FFFFFF;
}

.kb-section .input-group-text {
  border-radius: 50px 0 0 50px;
  border-color: rgba(226, 232, 240, 0.8);
  color: #94A3B8;
}

.kb-section .form-control:focus {
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
  border-color: #6366F1;
}

.kb-icon-sm {
  width: 1.25rem;
  height: 1.25rem;
}

.kb-card {
  background: #FFFFFF;
  border-radius: 24px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  overflow: hidden;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.kb-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
}

.kb-card__img-link {
  height: 200px;
  overflow: hidden;
}

.kb-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.kb-card:hover .kb-card__img {
  transform: scale(1.05);
}

.kb-card__content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.kb-card__meta {
  font-size: 0.8rem;
  color: #94A3B8;
  display: flex;
  gap: 1rem;
}

.kb-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1E293B;
  margin-bottom: 0.75rem;
  transition: color 300ms ease;
}

.kb-card__title:hover {
  color: #6366F1;
}

.kb-card__excerpt {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.6;
  flex-grow: 1;
}

.kb-card__rating {
  font-weight: 600;
  color: #1E293B;
  font-size: 0.9rem;
}

.kb-btn {
  background: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);
  color: #FFFFFF;
  border: none;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.85rem;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.kb-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
  color: #FFFFFF;
}

.kb-btn:active {
  transform: scale(0.98);
}

.kb-btn--sm {
  padding: 0.5rem 1.25rem;
  font-size: 0.75rem;
}

.kb-newsletter {
  background: #FFFFFF;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.kb-newsletter__img-wrapper {
  width: 100%;
  height: 250px;
}

@media (min-width: 768px) {
  .kb-newsletter__img-wrapper {
    width: 40%;
    height: 400px;
  }
  .kb-newsletter__form-box {
    width: 60%;
  }
}

.kb-newsletter__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kb-newsletter__title {
  color: #0F172A;
  font-weight: 700;
}

.kb-newsletter__text {
  color: #475569;
  line-height: 1.6;
}

.kb-input {
  background-color: #F8FAFC !important;
  border-radius: 50px !important;
}

.kb-input::placeholder {
  color: #94A3B8 !important;
  opacity: 1;
}

.tp-comment-card {
    background: #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 24px;
    padding: 2.5rem;
    transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(12px) saturate(180%);
    position: relative;
}

.tp-comment-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
}

.tp-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #6366F1;
    padding: 2px;
    background: #FFF;
}

.tp-user-name {
    color: #0F172A;
    font-weight: 700;
    font-size: 1.125rem;
}

.tp-user-badge {
    color: #6366F1;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.tp-star {
    width: 18px;
    height: 18px;
}

.tp-text-body {
    color: #475569;
    line-height: 1.7;
    font-size: 1.05rem;
    margin-bottom: 0;
}

.tp-timestamp {
    color: #94A3B8;
    font-size: 0.875rem;
}

.tp-action-btn {
    background: transparent;
    border: none;
    color: #475569;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 300ms ease;
    padding: 0;
}

.tp-action-btn:hover {
    color: #6366F1;
}

.tp-icon-sm {
    width: 18px;
    height: 18px;
}

.tp-reply-container {
    border-color: rgba(226, 232, 240, 0.8) !important;
    margin-top: -1rem;
    margin-bottom: 2rem;
}

.reply-comment {
    padding: 1.75rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid rgba(226, 232, 240, 0.5);
}

.tp-avatar-sm {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #10B981;
}

.tp-user-badge-sm {
    color: #10B981;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.tp-text-body-sm {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.tp-icon-xs {
    width: 16px;
    height: 16px;
}


/* ===== PAGE TEMPLATE: asset-instruments ===== */
.tp-detail-page {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #1E293B;
    background-color: #F8FAFC;
}

.tp-hero-section {
    min-height: 350px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.tp-hero-title {
    font-weight: 800;
    font-size: clamp(2rem, 5vw, 3.5rem);
    letter-spacing: -0.02em;
    color: #0F172A;
}

.tp-hero-subtitle {
    font-size: 1.1rem;
    color: #475569;
    max-width: 600px;
    line-height: 1.6;
}

.tp-breadcrumb-link {
    color: #6366F1;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.tp-breadcrumb-link:hover {
    text-decoration: underline;
}


.glassmorphic {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px) saturate(180%);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
}

.tp-main-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
}


.tp-article-body h2,
.tp-article-body h3 {
    color: #0F172A;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.tp-article-body p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #475569;
}


.tp-nav-pills .nav-link {
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    color: #475569;
    transition: all 0.3s ease;
    background: transparent;
    border: 1px solid rgba(226, 232, 240, 0.8);
    margin-right: 0.5rem;
}

.tp-nav-pills .nav-link.active {
    background: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);
    color: #FFFFFF;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}

.tp-tab-content {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(226, 232, 240, 0.8);
}


.tp-sidebar-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 1.5rem;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.tp-sidebar-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0F172A;
}

.tp-spec-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-accent-text {
    color: #10B981;
}

.tp-recent-link {
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
}

.tp-recent-link:hover {
    transform: translateX(5px);
}

.tp-recent-date {
    font-size: 0.75rem;
    color: #94A3B8;
    text-transform: uppercase;
    font-weight: 700;
}

.tp-recent-item-title {
    font-size: 0.95rem;
    color: #1E293B;
    font-weight: 600;
}


.tp-btn-primary {
    background: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.4s ease;
}

.tp-btn-primary:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
}

.tp-input {
    background-color: #F8FAFC !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    color: #1E293B !important;
}

.tp-input::placeholder {
    color: #94A3B8;
}


.tp-comment-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.tp-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.tp-user-name {
    font-weight: 700;
    font-size: 1rem;
    color: #0F172A;
}

.tp-user-badge {
    font-size: 0.75rem;
    color: #6366F1;
    font-weight: 600;
}

.tp-action-btn {
    background: none;
    border: none;
    color: #6366F1;
    font-weight: 600;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
    transition: color 0.3s ease;
}

.tp-action-btn.active {
    color: #10B981;
}

.tp-icon-sm {
    width: 18px;
    height: 18px;
}

.tp-status-msg {
    padding: 1rem;
    border-radius: 10px;
    background: rgba(16, 185, 129, 0.1);
    color: #10B981;
    font-weight: 600;
}

.tp-share-link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F5F9;
    border-radius: 50%;
    color: #475569;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.75rem;
    transition: all 0.3s ease;
}

.tp-share-link:hover {
    background: #6366F1;
    color: #FFFFFF;
}


.header-block {
    background: #FFFFFF;
    z-index: 1000;
}

.header-block .header-text {
    font-size: 0.875rem;
    color: #475569;
    font-weight: 500;
}

.header-block .header-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: #6366F1;
}

.header-block .header-logo {
    max-width: 48px;
    height: auto;
}

.header-block .header-brand-name {
    font-weight: 800;
    font-size: 1.5rem;
    color: #0F172A;
}

.header-block .header-nav-link {
    font-weight: 600;
    color: #1E293B !important;
    transition: all 0.3s ease;
}

.header-block .header-nav-link:hover {
    color: #6366F1 !important;
}

.footer-block {
    background-color: #F8FAFC;
    padding: 80px 0 40px;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
}

.footer-logo-img {
    max-width: 56px;
}

.footer-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
}

.footer-link {
    text-decoration: none;
    color: #475569;
    font-size: 0.95rem;
    transition: transform 0.3s ease;
    display: inline-block;
}

.footer-link:hover {
    color: #6366F1;
    transform: translateX(4px);
}

.footer-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);
    color: #FFFFFF !important;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 6px -1px rgba(99, 102, 241, 0.2);
}

@media (max-width: 768px) {
    .tp-main-img {
        height: 250px;
    }

    .glassmorphic {
        padding: 1.5rem;
    }
}

/* ===== PAGE TEMPLATE: market-sectors ===== */
.tp-detail-page {
    background-color: #F8FAFC;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.tp-hero-section {
    position: relative;
    padding: 100px 0 80px;
    background: radial-gradient(at 0% 0%, rgba(99, 102, 241, 0.15) 0px, transparent 50%), radial-gradient(at 100% 0%, rgba(16, 185, 129, 0.1) 0px, transparent 50%);
    overflow: hidden;
}

.tp-hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    color: #0F172A;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.tp-hero-subtitle {
    font-size: 1.25rem;
    color: #475569;
    max-width: 600px;
}

.tp-main-card {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.tp-featured-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
}

.tp-meta-icon {
    width: 20px;
    height: 20px;
    color: #6366F1;
}

.tp-meta-item {
    font-size: 0.9rem;
    color: #64748B;
    font-weight: 600;
}

.tp-content-area h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0F172A;
    margin: 2.5rem 0 1.5rem;
}

.tp-content-area p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #334155;
    margin-bottom: 1.5rem;
}

.tp-bento-item {
    background: #F8FAFC;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    transition: transform 0.3s ease;
}

.tp-bento-item:hover {
    transform: translateY(-5px);
}

.tp-bento-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #6366F1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.tp-bento-value {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 0.25rem;
}

.tp-bento-label {
    font-size: 0.875rem;
    color: #64748B;
}

.tp-sidebar-card {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.tp-sidebar-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 1.5rem;
}

.tp-related-link {
    text-decoration: none;
    color: #1E293B;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.tp-related-link:hover {
    color: #6366F1;
}

.tp-btn-primary {
    background: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);
    color: #FFFFFF;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}

.tp-btn-primary:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
}

.tp-input,
.tp-textarea {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    color: #1E293B;
}

.tp-input:focus,
.tp-textarea:focus {
    background: #FFFFFF;
    border-color: #6366F1;
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.1);
}

.tp-comment-card {
    background: #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 20px;
    padding: 1.5rem;
}

.tp-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.tp-user-name {
    font-weight: 700;
    color: #0F172A;
}

.tp-user-badge {
    font-size: 0.75rem;
    color: #10B981;
    background: rgba(16, 185, 129, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
}

.tp-star {
    width: 16px;
    height: 16px;
}

.tp-action-btn {
    background: none;
    border: none;
    color: #64748B;
    font-size: 0.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}

.tp-action-btn:hover,
.tp-action-btn.active {
    color: #6366F1;
}

.tp-share-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F5F9;
    border-radius: 50%;
    color: #475569;
    transition: all 0.3s ease;
    text-decoration: none;
}

.tp-share-btn:hover {
    background: #6366F1;
    color: #FFFFFF;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .tp-hero-section {
        padding: 60px 0 40px;
    }

    .tp-hero-title {
        font-size: 2rem;
    }

    .tp-main-card {
        padding: 1.5rem;
    }

    .tp-featured-image {
        height: 250px;
    }
}

/* ===== PAGE TEMPLATE: knowledge-base ===== */
.tp-knowledge-detail {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #1E293B;
    background-color: #F8FAFC;
}

.tp-knowledge-detail .tp-hero-detail {
    background: radial-gradient(at 0% 0%, rgba(99, 102, 241, 0.1) 0px, transparent 50%), radial-gradient(at 100% 0%, rgba(16, 185, 129, 0.08) 0px, transparent 50%);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.tp-knowledge-detail .tp-h1 {
    font-weight: 800;
    color: #0F172A;
    letter-spacing: -0.02em;
}

.tp-knowledge-detail .tp-icon-meta {
    width: 20px;
    height: 20px;
    color: #6366F1;
}

.tp-knowledge-detail .glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px) saturate(180%);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.tp-knowledge-detail .tp-rounded-img {
    border-radius: 20px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.tp-knowledge-detail .tp-article-body {
    line-height: 1.8;
    font-size: 1.1rem;
    color: #475569;
}

.tp-knowledge-detail .tp-article-body h2,
.tp-knowledge-detail .tp-article-body h3 {
    color: #0F172A;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.tp-knowledge-detail .tp-share-link {
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    border: 1px solid rgba(226, 232, 240, 1);
    color: #475569;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 400ms ease;
    background: #FFFFFF;
}

.tp-knowledge-detail .tp-share-link:hover {
    background: #6366F1;
    color: #FFFFFF !important;
    border-color: #6366F1;
    transform: translateY(-2px);
}


.tp-comment-card {
    background: #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 20px;
    padding: 1.5rem;
    transition: transform 0.3s ease;
}

.tp-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.tp-avatar-sm {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.tp-user-name {
    font-weight: 700;
    font-size: 1rem;
    color: #0F172A;
}

.tp-user-badge {
    font-size: 0.75rem;
    color: #6366F1;
    font-weight: 600;
}

.tp-user-badge-sm {
    font-size: 0.7rem;
    color: #10B981;
    font-weight: 600;
}

.tp-star {
    width: 16px;
    height: 16px;
}

.tp-action-btn {
    background: transparent;
    border: none;
    color: #94A3B8;
    font-size: 0.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}

.tp-action-btn:hover,
.tp-action-btn.active {
    color: #6366F1;
}

.tp-icon-sm {
    width: 18px;
    height: 18px;
}

.tp-icon-xs {
    width: 16px;
    height: 16px;
}


.tp-input,
.tp-textarea {
    background: #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 1);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
}

.tp-input:focus,
.tp-textarea:focus {
    border-color: #6366F1;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
}

.tp-btn-primary {
    background: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 50px;
    padding: 0.875rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.9rem;
    transition: all 400ms ease;
}

.tp-btn-primary:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
}


.tp-sidebar-title {
    font-weight: 700;
    color: #0F172A;
    font-size: 1.25rem;
}

.tp-related-link {
    text-decoration: none;
    color: #1E293B;
    transition: color 0.3s ease;
}

.tp-related-link:hover {
    color: #6366F1;
}

@media (max-width: 768px) {
    .tp-knowledge-detail .tp-rounded-img {
        height: 250px;
    }

    .tp-knowledge-detail .glass-card {
        padding: 1.5rem;
    }
}

/* asset-instruments: force dark hero background + white text on all article pages */
body.tp-detail-page .tp-hero-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
}
body.tp-detail-page .tp-hero-section .tp-hero-title {
    color: #FFFFFF;
}
body.tp-detail-page .tp-hero-section .tp-hero-subtitle {
    color: rgba(255, 255, 255, 0.75);
}
body.tp-detail-page .tp-hero-section .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.6);
}
body.tp-detail-page .tp-hero-section .tp-breadcrumb-link {
    color: rgba(165, 180, 252, 1);
}

/* knowledge-base: sticky sidebar */
.tp-knowledge-detail .tp-sidebar {
    position: sticky;
    top: 100px;
}

/* market-sectors bento: equal height blocks */
.tp-bento-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* policies: remove double markers (disable native disc from disclaimer CSS override) */
.policy-inner-content ul {
    list-style: none !important;
}
.policy-inner-content li {
    list-style: none !important;
}