:root {
    --primary-background: #FFFFFF;
    --secondary-background: #F8F9FA;
    --surface-color: #FFFFFF;
    --text-primary: #1A202C;
    --text-secondary: #4A5568;
    --text-muted: #718096;
    --accent-primary: #1A2B48;
    --accent-turquoise: #26C6DA;
    --accent-blue: #007BFF;
    --accent-amber: #FFB300;
    --border-color: #E2E8F0;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--primary-background);
    color: var(--text-primary);
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

/* Article sidebars must remain in normal document flow. Keeping them sticky can
   pull tall panels over the sticky site header near the end of an article. */
main .sticky-top,
main .position-sticky {
    position: static !important;
    top: auto !important;
}

.ds-sidebar-cta .btn,
.ds-sidebar-cta .btn:visited,
main .btn-outline-light,
main .btn-outline-light:visited {
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    color: #1A2B48 !important;
}

.ds-sidebar-cta .btn:hover,
.ds-sidebar-cta .btn:focus-visible,
main .btn-outline-light:hover,
main .btn-outline-light:focus-visible {
    background-color: #26C6DA !important;
    border-color: #26C6DA !important;
    color: #10213D !important;
    text-decoration: none;
}

@media (max-width: 575.98px) {
    .decisionsignal-header .navbar-brand span {
        max-width: 190px;
        font-size: 0.92rem;
        line-height: 1.15;
        white-space: normal;
    }
}

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

a {
    text-decoration: none;
    transition: color 0.2s ease-in-out, text-decoration 0.2s ease-in-out;
    color: inherit;
}

a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: var(--accent-turquoise);
}

.analytical-premium-layout {
    overflow-x: hidden;
}

.ds-btn-primary {
    background-color: var(--accent-primary);
    color: #FFFFFF;
    border-radius: 4px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border: none;
    display: inline-block;
}

.ds-btn-outline {
    background: transparent;
    color: var(--accent-primary);
    border: 2px solid var(--accent-primary);
    border-radius: 4px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    display: inline-block;
}

.ds-card {
    background: var(--surface-color);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
}

.ds-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.ds-section-padding {
    padding: clamp(4rem, 8vw, 8rem) 0;
}

.ds-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ===== header ===== */
.decisionsignal-header .navbar {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #E2E8F0;
    z-index: 1030;
}

.decisionsignal-header .navbar-brand span {
    font-size: 1.05rem;
    letter-spacing: -0.02em;
    color: #1A2B48 !important;
    font-family: 'Inter', sans-serif;
}

.decisionsignal-header .nav-link {
    color: #4A5568 !important;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.2s ease-in-out;
}

.decisionsignal-header .nav-link:hover,
.decisionsignal-header .nav-link.active {
    color: #26C6DA !important;
}

.decisionsignal-header .dropdown-toggle::after {
    border-top: 0.3em solid #4A5568;
    vertical-align: middle;
}

.decisionsignal-header .dropdown-menu {
    border-radius: 8px;
    padding: 0.5rem 0;
    min-width: 240px;
    background-color: #FFFFFF !important;
}

.decisionsignal-header .dropdown-item {
    font-size: 0.9rem;
    color: #4A5568 !important;
    font-weight: 500;
    padding: 0.6rem 1.5rem;
    transition: all 0.2s ease;
}

.decisionsignal-header .dropdown-item:hover {
    background-color: #F8F9FA;
    color: #1A2B48 !important;
    padding-left: 1.75rem;
}

.decisionsignal-header .btn-primary {
    background-color: #1A2B48 !important;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    color: #FFFFFF !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.decisionsignal-header .btn-primary:hover {
    background-color: #26C6DA !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991.98px) {
    .decisionsignal-header .navbar-collapse.collapsing {
        height: auto !important;
        transition: none !important;
    }

    .decisionsignal-header .navbar-collapse {
        background-color: #FFFFFF !important;
        padding: 1.5rem 0;
        transition: none !important;
    }

    .decisionsignal-header .nav-item {
        border-bottom: 1px solid #F1F5F9;
    }

    .decisionsignal-header .nav-link {
        padding: 0.8rem 1rem !important;
        font-size: 0.8rem;
    }

    .decisionsignal-header .dropdown-menu {
        border: none;
        box-shadow: none !important;
        padding-left: 1.5rem;
        margin-top: 0;
    }

    .decisionsignal-header .btn-primary {
        width: 100%;
        margin-top: 1.5rem;
        text-align: center;
    }
}

/* ===== hero ===== */
.hero-signal-block {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background-color: #1A2B48;
    padding: clamp(4rem, 8vw, 8rem) 0;
    overflow: hidden;
}

.hero-signal-block .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-signal-block .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(26, 43, 72, 0.9) 0%, rgba(26, 43, 72, 0.6) 100%);
    z-index: 1;
}

.hero-signal-block .z-1 {
    z-index: 2;
}

.hero-signal-block .hero-label {
    color: #26C6DA;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 1rem;
}

.hero-signal-block .hero-title {
    color: #FFFFFF;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}

.hero-signal-block .hero-desc {
    color: #E2E8F0;
    font-size: 1.125rem;
    line-height: 1.6;
    max-width: 600px;
    margin-bottom: 2.5rem;
}

.hero-signal-block .hero-btn {
    padding: 0.75rem 2rem;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    text-align: center;
    display: inline-block;
}

.hero-signal-block .hero-btn-primary {
    background-color: #26C6DA;
    color: #1A2B48;
    border: 2px solid #26C6DA;
}

.hero-signal-block .hero-btn-primary:hover {
    background-color: #007BFF;
    border-color: #007BFF;
    color: #FFFFFF;
}

.hero-signal-block .hero-btn-secondary {
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.hero-signal-block .hero-btn-secondary:hover {
    background-color: #FFFFFF;
    color: #1A2B48;
}

.hero-signal-block .hero-stats-panel {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 2.5rem;
}

.hero-signal-block .hero-stat-icon-wrapper {
    width: 48px;
    height: 48px;
    background: rgba(38, 198, 218, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #26C6DA;
    font-size: 1.5rem;
}

.hero-signal-block .hero-stat-value {
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.hero-signal-block .hero-stat-label {
    color: #E2E8F0;
    font-size: 0.875rem;
}

.hero-signal-block .hero-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 3;
}

.hero-signal-block .hero-divider svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #FFFFFF;
}

@media (max-width: 991.98px) {
    .hero-signal-block .hero-stats-panel {
        margin-top: 3rem;
    }
}

@media (max-width: 767.98px) {
    .hero-signal-block .hero-title {
        font-size: 18px !important;
    }

    .hero-signal-block .hero-desc {
        font-size: 14px !important;
    }

    .hero-signal-block .hero-label {
        font-size: 12px !important;
    }

    .hero-signal-block .hero-btn-group {
        width: 100%;
    }

    .hero-signal-block .hero-btn {
        width: 100%;
    }
}

/* ===== featured_case_grid ===== */
.featured-case-grid {
    background-color: #FFFFFF;
    font-family: 'Inter', sans-serif;
}

.featured-case-grid .section-title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
}

.featured-case-grid .section-subtitle {
    font-size: 1.125rem;
    max-width: 700px;
}

.featured-case-grid .ui-text {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.featured-case-grid .main-featured-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    border-left: 4px solid #1A2B48;
}

.featured-case-grid .main-featured-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.featured-case-grid .image-wrapper {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.featured-case-grid .main-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-case-grid .badge-featured {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: #26C6DA;
    color: #FFFFFF;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.featured-case-grid .side-featured-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    height: 100%;
    min-height: 290px;
    border-left: 4px solid #26C6DA;
}

.featured-case-grid .side-featured-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.featured-case-grid .side-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    .featured-case-grid .col-lg-5 > .row {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .featured-case-grid .col-lg-5 > .row > .col-12 {
        display: flex;
        flex: 1 1 0;
        width: 100%;
    }

    .featured-case-grid .side-featured-card > .row {
        height: 100%;
    }
}

.featured-case-grid .btn-primary-custom {
    display: inline-block;
    background-color: #1A2B48;
    color: #FFFFFF;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.2s;
    border: none;
}

.featured-case-grid .btn-primary-custom:hover {
    background-color: #2c4775;
    color: #FFFFFF;
}

.featured-case-grid .btn-sm {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

@media (max-width: 991.98px) {
    .featured-case-grid .image-wrapper {
        height: 250px;
    }

    .featured-case-grid .side-featured-card {
        height: auto;
        min-height: 0;
    }
}

@media (max-width: 767.98px) {
    .featured-case-grid .section-title {
        font-size: 1.75rem;
    }

    .featured-case-grid .image-wrapper {
        height: 200px;
    }
}

/* ===== common_mistakes ===== */
.common-mistakes-section {
    position: relative;
    overflow: hidden;
}

.common-mistakes-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 1;
}

.common-mistakes-section .container-xl {
    position: relative;
    z-index: 2;
}

.common-mistakes-section .mistake-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-left: 4px solid #1A2B48;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.common-mistakes-section .mistake-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.common-mistakes-section .btn {
    transition: all 0.2s ease;
}

.common-mistakes-section .btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.common-mistakes-section .btn-outline-primary:hover {
    background-color: #1A2B48;
    color: #FFFFFF;
}

/* ===== inside_look ===== */
.inside-look-section {
    background-color: #F8F9FA;
    padding: clamp(4rem, 8vw, 8rem) 0;
}

.inside-look-section .inside-look-title {
    color: #1A2B48;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 1.2;
}

.inside-look-section .inside-look-subtitle {
    color: #4A5568;
    max-width: 700px;
    font-size: 1.125rem;
    line-height: 1.6;
}

.inside-look-section .inside-look-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
}

.inside-look-section .inside-look-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.inside-look-section .inside-look-image-wrapper {
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.inside-look-section .inside-look-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inside-look-section .inside-look-content {
    padding: 2rem;
    flex-grow: 1;
}

.inside-look-section .inside-look-card-title {
    color: #1A2B48;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.inside-look-section .inside-look-card-text {
    color: #718096;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .inside-look-section .inside-look-title {
        font-size: 1.5rem;
    }

    .inside-look-section .inside-look-subtitle {
        font-size: 1rem;
    }

    .inside-look-section .inside-look-content {
        padding: 1.5rem;
    }
}

/* ===== founder_message ===== */
.founder-message-section {
    background-color: #FFFFFF;
    padding-top: clamp(4rem, 8vw, 8rem);
    padding-bottom: clamp(4rem, 8vw, 8rem);
    position: relative;
}

.founder-message-section .founder-quote-icon {
    font-size: 3rem;
    color: #26C6DA;
    opacity: 0.4;
    display: block;
}

.founder-message-section .founder-heading {
    color: #1A2B48;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    line-height: 1.2;
}

.founder-message-section .founder-text-wrapper p {
    color: #4A5568;
    font-size: 1.1rem;
    line-height: 1.7;
}

.founder-message-section .founder-name {
    color: #1A2B48;
    font-size: 1.5rem;
    font-weight: 700;
}

.founder-message-section .founder-designation {
    color: #718096;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.founder-message-section .founder-image-container {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
}

.founder-message-section .founder-image-frame {
    position: relative;
    padding: 1rem;
    background: #F8F9FA;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.founder-message-section .founder-image-frame::after {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 60px;
    height: 60px;
    border-top: 4px solid #1A2B48;
    border-right: 4px solid #1A2B48;
    z-index: 0;
}

.founder-message-section .founder-image-frame img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .founder-message-section .founder-image-frame img {
        height: 400px;
    }

    .founder-message-section .founder-message-content {
        text-align: center;
        padding-top: 2rem;
    }

    .founder-message-section .founder-quote-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .founder-message-section .founder-image-container {
        max-width: 350px;
    }
}

@media (max-width: 767px) {
    .founder-message-section .founder-heading {
        font-size: 1.5rem;
    }

    .founder-message-section .founder-text-wrapper p {
        font-size: 1rem;
    }
}

/* ===== support_info ===== */
.support-info-block {
    background-color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.support-info-block .support-info-title {
    color: #1A2B48;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
}

.support-info-block .support-info-lead {
    color: #4A5568;
    font-size: 1.125rem;
    line-height: 1.6;
}

.support-info-block .support-info-image-wrapper img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border: 1px solid #E2E8F0;
}

.support-info-block .support-info-card {
    background-color: #F8F9FA;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 2rem;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.support-info-block .support-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.support-info-block .support-info-icon-box {
    width: 48px;
    height: 48px;
    background-color: #1A2B48;
    color: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.support-info-block .support-info-card-title {
    color: #1A2B48;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.support-info-block .support-info-text {
    color: #4A5568;
    font-size: 0.9375rem;
    line-height: 1.5;
}

.support-info-block .support-info-link {
    color: #1A2B48;
    text-decoration: none;
    font-size: 0.9375rem;
    transition: color 0.2s ease;
    font-weight: 500;
}

.support-info-block .support-info-link:hover {
    color: #26C6DA;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.support-info-block .support-info-list li {
    color: #4A5568;
    font-size: 0.9375rem;
    margin-bottom: 0.5rem;
}

.support-info-block .support-info-badge-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.support-info-block .support-info-badge {
    background-color: rgba(38, 198, 218, 0.1);
    color: #26C6DA;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    border: 1px solid rgba(38, 198, 218, 0.2);
}

@media (max-width: 768px) {
    .support-info-block .support-info-title {
        font-size: 1.75rem;
    }

    .support-info-block .support-info-lead {
        font-size: 1rem;
    }

    .support-info-block .support-info-image-wrapper img {
        height: 250px;
    }
}

/* ===== categories_grid ===== */
.categories-grid {
    background-color: #FFFFFF;
    overflow: hidden;
}

.categories-grid .text-primary-dark {
    color: #1A2B48 !important;
}

.categories-grid .text-secondary-dark {
    color: #4A5568 !important;
}

.categories-grid .category-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 2.5rem 2rem;
    transition: all 0.2s ease-in-out;
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.categories-grid .category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-color: #26C6DA;
}

.categories-grid .icon-box {
    width: 60px;
    height: 60px;
    background-color: #F8F9FA;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.categories-grid .category-card:hover .icon-box {
    background-color: #E6F9FB;
}

.categories-grid .icon-box i {
    font-size: 2rem;
    color: #1A2B48;
}

.categories-grid .category-card:hover .icon-box i {
    color: #26C6DA;
}

.categories-grid .btn-primary-custom {
    background-color: #1A2B48;
    color: #FFFFFF;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    text-transform: none;
    font-size: 0.95rem;
}

.categories-grid .btn-primary-custom:hover {
    background-color: #26C6DA;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .categories-grid .display-5 {
        font-size: 1.75rem;
    }

    .categories-grid .lead {
        font-size: 1rem;
    }

    .categories-grid .category-card {
        padding: 2rem 1.5rem;
    }
}

/* ===== newsletter ===== */
.ds-newsletter-block {
    background-color: #F8F9FA;
    padding: clamp(4rem, 8vw, 8rem) 0;
    position: relative;
    overflow: hidden;
}

.ds-newsletter-block .ds-newsletter-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.ds-newsletter-block .ds-newsletter-icon-wrapper {
    display: flex;
    justify-content: center;
}

.ds-newsletter-block .ds-newsletter-deco-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.ds-newsletter-block .ds-newsletter-title {
    color: #1A2B48;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1.2;
}

.ds-newsletter-block .ds-newsletter-description {
    color: #4A5568;
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.ds-newsletter-block .ds-newsletter-form {
    max-width: 540px;
    margin: 0 auto;
}

.ds-newsletter-block .ds-newsletter-input {
    height: 52px;
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    color: #1A202C;
    font-size: 1rem;
    padding: 0.75rem 1rem;
    transition: border-color 0.2s ease-in-out;
}

.ds-newsletter-block .ds-newsletter-input:focus {
    border-color: #26C6DA;
    box-shadow: none;
    outline: none;
}

.ds-newsletter-block .ds-newsletter-input::placeholder {
    color: #718096;
    opacity: 1;
}

.ds-newsletter-block .ds-newsletter-btn {
    background-color: #1A2B48;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 4px;
    height: 52px;
    border: none;
    transition: background-color 0.2s ease-in-out;
}

.ds-newsletter-block .ds-newsletter-btn:hover {
    background-color: #2c4675;
    color: #FFFFFF;
}

.ds-newsletter-block .ds-newsletter-privacy {
    color: #718096;
    font-size: 0.875rem;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .ds-newsletter-block .ds-newsletter-title {
        font-size: 1.5rem;
    }

    .ds-newsletter-block .ds-newsletter-description {
        font-size: 1rem;
    }

    .ds-newsletter-block .ds-newsletter-btn {
        width: 100%;
    }
}

/* ===== footer ===== */
.ds-footer {
    background-color: #F8F9FA;
    border-top: 1px solid #E2E8F0;
    color: #1A202C;
    font-family: 'Inter', sans-serif;
}

.ds-footer__logo {
    max-width: 50px;
    height: auto;
    display: block;
}

.ds-footer__brand-text {
    color: #4A5568;
    line-height: 1.6;
    font-size: 0.95rem;
}

.ds-footer__heading {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1A2B48;
}

.ds-footer__link {
    color: #4A5568;
    text-decoration: none;
    font-size: 0.9375rem;
    transition: color 0.2s ease-in-out, text-decoration 0.2s ease-in-out;
    display: inline-block;
    padding: 4px 0;
}

.ds-footer__link:hover {
    color: #1A2B48;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ds-footer__nav li {
    margin-bottom: 0.25rem;
}

.ds-footer__icon {
    color: #1A2B48;
    font-size: 1.25rem;
}

.ds-footer__trust-copy {
    border-color: #E2E8F0 !important;
}

.ds-footer__disclaimer {
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #718096;
    text-align: justify;
    hyphens: auto;
}

.ds-footer__copyright {
    font-size: 0.875rem;
    color: #718096;
}

@media (max-width: 767.98px) {
    .ds-footer {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

    .ds-footer__heading {
        margin-top: 1rem;
    }

    .ds-footer__disclaimer {
        text-align: left;
    }

    .ds-footer__copyright {
        margin-top: 1.5rem;
        text-align: center;
    }
}

/* ===== PAGE: featured-case ===== */
.case-analysis-wrapper { background-color: #F8F9FA; font-family: 'Inter', sans-serif; } .case-analysis-wrapper .text-primary-dark { color: #1A2B48; } .case-analysis-wrapper .card { transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; border: 1px solid #E2E8F0; } .case-analysis-wrapper .card:hover { transform: translateY(-4px); box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); } .case-analysis-wrapper .btn-primary { background-color: #1A2B48; border-color: #1A2B48; color: #FFFFFF; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; border-radius: 4px; } .case-analysis-wrapper .btn-primary:hover { background-color: #0d1a2d; border-color: #0d1a2d; } .case-analysis-wrapper .btn-outline-primary { border: 2px solid #1A2B48; color: #1A2B48; font-weight: 600; border-radius: 4px; } .case-analysis-wrapper .btn-outline-primary:hover { background-color: #1A2B48; color: #FFFFFF; } .case-analysis-wrapper .badge { font-weight: 700; border-radius: 20px; } .case-analysis-wrapper .bg-danger-subtle { background-color: #ffe5e5; } .case-analysis-wrapper .bg-warning-subtle { background-color: #fff9db; } .case-analysis-wrapper .bg-info-subtle { background-color: #e3f2fd; } .case-analysis-wrapper .img-container { border: 1px solid #E2E8F0; } .case-analysis-wrapper .breadcrumb-item a { color: #26C6DA; } .case-analysis-wrapper .breadcrumb-item.active { color: #718096; }

/* ===== PAGE: conflicting-signals ===== */
.conflicting-signals-intro__subtitle {
  letter-spacing: 0.15em;
  font-weight: 600;
  color: #26C6DA;
  font-size: 0.875rem;
}

.conflicting-signals-intro__title {
  color: #1A2B48 !important;
}

.conflicting-signals-intro__callout {
  background-color: #f8f9fa !important;
}

.conflicting-signals-grid__card {
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  border-left: 4px solid #1A2B48 !important;
}

.conflicting-signals-grid__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.conflicting-signals-grid__img {
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.conflicting-signals-grid__card:hover .conflicting-signals-grid__img {
  transform: scale(1.05);
}

.conflicting-signals-grid .input-group-text {
  border-color: #E2E8F0;
}

.conflicting-signals-grid .form-control {
  border-color: #E2E8F0;
  padding: 0.75rem 1rem;
}

.conflicting-signals-grid .form-control:focus {
  box-shadow: none;
  border-color: #1A2B48;
}

.bg-info-subtle {
  background-color: rgba(38, 198, 218, 0.1) !important;
}

.bg-warning-subtle {
  background-color: rgba(255, 179, 0, 0.1) !important;
}

.bg-primary-subtle {
  background-color: rgba(0, 123, 255, 0.1) !important;
}

.bg-danger-subtle {
  background-color: rgba(220, 53, 69, 0.1) !important;
}

/* ===== PAGE: segment-effects ===== */
.segment-effects-page {
  background-color: #f8f9fa;
  min-height: 60vh;
}
.segment-effects-page h1 {
  color: #1A2B48 !important;
  letter-spacing: -0.02em;
}
.segment-effects-page .card {
  transition: all 0.2s ease-in-out;
  border-radius: 8px;
  overflow: hidden;
}
.segment-effects-page .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}
.segment-effects-page .card-title {
  font-weight: 700;
  line-height: 1.3;
}
.segment-effects-page .card-title a {
  color: #1A2B48 !important;
  transition: color 0.2s ease;
}
.segment-effects-page .card-title a:hover {
  color: #26C6DA !important;
}
.segment-effects-page .btn-primary {
  background-color: #1A2B48 !important;
  border-color: #1A2B48 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
}
.segment-effects-page .btn-primary:hover {
  background-color: #26C6DA !important;
  border-color: #26C6DA !important;
}
.segment-effects-page .badge.bg-info {
  background-color: #26C6DA !important;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.7rem;
  padding: 0.5em 0.8em;
}
.segment-effects-page .form-control,
.segment-effects-page .form-select {
  border: 1px solid #E2E8F0;
  padding: 0.6rem 1rem;
  color: #1A202C;
  font-size: 0.95rem;
}
.segment-effects-page .form-control:focus,
.segment-effects-page .form-select:focus {
  border-color: #26C6DA;
  box-shadow: 0 0 0 0.2rem rgba(38, 198, 218, 0.15);
}
.segment-effects-page .input-group-text {
  border: 1px solid #E2E8F0;
  color: #718096;
}
@media (max-width: 768px) {
  .segment-effects-page h1 {
    font-size: 1.75rem !important;
  }
  .segment-effects-page .h5 {
    font-size: 1.1rem !important;
  }
  .segment-effects-page .card-text {
    font-size: 0.85rem !important;
  }
}

/* ===== PAGE: baseline-cases ===== */
.baseline-cases .baseline-intro .border-info { border-color: #26C6DA !important; }
.baseline-cases .baseline-intro .border-warning { border-color: #FFB300 !important; }
.baseline-cases .baseline-intro .bg-light { background-color: #F8F9FA !important; }
.baseline-cases .card { transition: all 0.2s ease-in-out; border-left-color: #1A2B48 !important; }
.baseline-cases .card:hover { transform: translateY(-4px); box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important; }
.baseline-cases .card-img-top { height: 200px; object-fit: cover; transition: transform 0.3s ease; }
.baseline-cases .card:hover .card-img-top { transform: scale(1.05); }
.baseline-cases .card-title a { color: #1A202C; transition: color 0.2s ease; }
.baseline-cases .card-title a:hover { color: #26C6DA; }
.baseline-cases .search-wrapper { min-width: 300px; }
.baseline-cases .form-control:focus { border-color: #1A2B48; box-shadow: 0 0 0 0.25rem rgba(26, 43, 72, 0.1); }
.baseline-cases .badge.bg-info-subtle { background-color: rgba(38, 198, 218, 0.1); color: #26C6DA !important; }
@media (max-width: 767.98px) {
  .baseline-cases .search-wrapper { min-width: 100%; }
  .baseline-cases h1 { font-size: 1.75rem; }
  .baseline-cases .baseline-intro .p-4 { padding: 1.5rem !important; }
}

/* ===== PAGE: definition-gaps ===== */
.definition-gaps-block {
  background-color: #FFFFFF;
  font-family: 'Inter', sans-serif;
}

.definition-gaps-block .text-primary {
  color: #1A2B48 !important;
}

.definition-gaps-block .card-case {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border-left: 4px solid #1A2B48 !important;
}

.definition-gaps-block .card-case:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}

.definition-gaps-block .card-img-link {
  display: block;
  overflow: hidden;
}

.definition-gaps-block .card-img-top {
  transition: transform 0.5s ease;
}

.definition-gaps-block .card-case:hover .card-img-top {
  transform: scale(1.05);
}

.definition-gaps-block .btn-outline-primary {
  color: #1A2B48;
  border-color: #1A2B48;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
}

.definition-gaps-block .btn-outline-primary:hover {
  background-color: #1A2B48;
  color: #FFFFFF;
}

.definition-gaps-block .badge {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.4em 0.8em;
}

.definition-gaps-block .input-group-text {
  border-color: #E2E8F0;
}

.definition-gaps-block .form-control {
  border-color: #E2E8F0;
  padding: 0.75rem;
}

.definition-gaps-block .form-control:focus {
  box-shadow: none;
  border-color: #1A2B48;
}

@media (max-width: 767.98px) {
  .definition-gaps-block h2 {
    font-size: 1.5rem !important;
  }
  .definition-gaps-block .display-5 {
    font-size: 1.75rem !important;
  }
}

/* ===== PAGE: decision-thresholds ===== */
.decision-thresholds-block {
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
}
.decision-thresholds-block .text-primary {
  color: #1A2B48 !important;
  letter-spacing: 0.1em;
}
.decision-thresholds-block .btn-primary {
  background-color: #1A2B48 !important;
  border-color: #1A2B48 !important;
  color: #FFFFFF !important;
  transition: background-color 0.2s ease-in-out;
}
.decision-thresholds-block .btn-primary:hover {
  background-color: #26C6DA !important;
  border-color: #26C6DA !important;
}
.decision-thresholds-block .card {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.decision-thresholds-block .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}
.decision-thresholds-block .border-primary {
  border-color: #26C6DA !important;
}
.decision-thresholds-block .js-hover-zoom {
  transition: transform 0.5s ease;
}
.decision-thresholds-block .card:hover .js-hover-zoom {
  transform: scale(1.05);
}
.decision-thresholds-block .input-group:focus-within {
  border-color: #26C6DA !important;
  box-shadow: 0 0 0 0.2rem rgba(38, 198, 218, 0.25);
}
.decision-thresholds-block .form-control:focus, .decision-thresholds-block .form-select:focus {
  box-shadow: none;
}
.decision-thresholds-block .lead {
  font-size: 1.15rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .decision-thresholds-block h1 {
    font-size: 1.75rem !important;
  }
  .decision-thresholds-block .lead {
    font-size: 1rem;
  }
}

/* ===== PAGE: case-index ===== */
.catalog-grid {
  background-color: #F8F9FA;
}
.catalog-grid__title {
  font-weight: 700;
  color: #1A2B48 !important;
}
.catalog-grid__search-group .form-control {
  border: 1px solid #E2E8F0;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
}
.catalog-grid__search-group .form-control:focus {
  box-shadow: none;
  border-color: #007BFF;
}
.catalog-grid__card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
}
.catalog-grid__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
.catalog-grid__card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.catalog-grid__badge {
  background-color: rgba(38, 198, 218, 0.1);
  color: #26C6DA;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  width: fit-content;
}
.catalog-grid__card-title a {
  color: #1A202C !important;
  font-weight: 600;
  line-height: 1.3;
  transition: color 0.2s ease;
}
.catalog-grid__card-title a:hover {
  color: #007BFF !important;
}
.catalog-grid__card-excerpt {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.catalog-grid .btn-link {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  transition: gap 0.2s ease;
}
.catalog-grid .btn-link:hover {
  gap: 0.5rem;
}
.catalog-grid .dropdown-item.active {
  background-color: #1A2B48;
}
@media (max-width: 767.98px) {
  .catalog-grid__title {
    font-size: 1.5rem;
  }
}

/* ===== PAGE: about ===== */
.about-content-section .fw-extrabold { font-weight: 800; }
.about-content-section .about-image-container img {
  object-fit: cover;
  min-height: 400px;
}
.about-content-section .bg-primary-subtle { background-color: rgba(0, 123, 255, 0.1); }
.about-content-section .bg-info-subtle { background-color: rgba(38, 198, 218, 0.1); }

.methodology-grid-section .methodology-card {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border-left: 4px solid #1A2B48 !important;
}
.methodology-grid-section .methodology-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}
.methodology-grid-section .methodology-card__img {
  height: 200px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.methodology-grid-section .methodology-card:hover .methodology-card__img {
  transform: scale(1.05);
}
.methodology-grid-section .methodology-card__link-title {
  color: #1A202C;
  font-weight: 700;
  transition: color 0.2s ease;
}
.methodology-grid-section .methodology-card__link-title:hover {
  color: #26C6DA;
}
.methodology-grid-section .badge.bg-info-subtle {
  color: #26C6DA !important;
}

@media (max-width: 767px) {
  .about-content-section h1 {
    font-size: 1.5rem !important;
  }
  .methodology-grid-section h2 {
    font-size: 1.25rem !important;
  }
  .methodology-grid-section .h5 {
    font-size: 1.1rem !important;
  }
  .about-content-section .about-image-container img {
    min-height: 300px;
  }
}

/* ===== PAGE: power-bi ===== */
.case-content-block {
  background-color: #F8F9FA;
  font-family: 'Inter', sans-serif;
}
.case-content-block .text-primary-dark {
  color: #1A2B48;
}
.case-content-block .bg-info-light {
  background-color: rgba(0, 123, 255, 0.1);
}
.case-content-block .text-info-dark {
  color: #007BFF;
}
.case-content-block .bg-warning-light {
  background-color: rgba(255, 179, 0, 0.1);
}
.case-content-block .text-warning-dark {
  color: #FFB300;
}
.case-content-block .bg-success-light {
  background-color: rgba(38, 198, 218, 0.1);
}
.case-content-block .text-success-dark {
  color: #26C6DA;
}
.case-content-block .nav-pills .nav-link {
  color: #4A5568;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  margin-bottom: 0.75rem;
  text-align: left;
  padding: 1rem 1.5rem;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.case-content-block .nav-pills .nav-link.active {
  background-color: #1A2B48 !important;
  color: #FFFFFF !important;
  border-color: #1A2B48;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.case-content-block .nav-pills .nav-link:hover,
.case-content-block .nav-pills .nav-link:focus-visible {
  background-color: #E8EEF7 !important;
  border-color: #1A2B48 !important;
  color: #1A2B48 !important;
}
.case-content-block .nav-pills .nav-link.active:hover,
.case-content-block .nav-pills .nav-link.active:focus-visible {
  background-color: #1A2B48 !important;
  color: #FFFFFF !important;
}
.case-content-block .tab-content {
  min-height: 350px;
}
.case-content-block .btn-primary {
  background-color: #1A2B48;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: 700;
}
.case-content-block .btn-primary:hover {
  background-color: #2d3e5a;
  transform: translateY(-2px);
}
.case-content-block .btn-outline-primary {
  color: #1A2B48;
  border: 2px solid #1A2B48;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: 700;
}
.case-content-block .btn-outline-primary:hover {
  background-color: #1A2B48;
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .case-content-block .nav-pills {
    flex-direction: row !important;
    overflow-x: auto;
    padding-bottom: 1rem;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .case-content-block .nav-pills .nav-link {
    margin-bottom: 0;
    margin-right: 0.5rem;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }
  .case-content-block h1 {
    font-size: 1.75rem;
  }
}

/* ===== PAGE: contacts ===== */
.ds-contact-info .ds-info-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
.ds-contact-info .ds-info-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.ds-contact-info .ds-info-icon-wrapper {
  width: 60px;
  height: 60px;
  background: #F0F4F8;
  color: #1A2B48;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 1.75rem;
}
.ds-contact-info .ds-info-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1A202C;
  margin-bottom: 0.5rem;
}
.ds-contact-info .ds-info-text {
  color: #718096;
  font-size: 0.95rem;
  word-break: break-word;
}
.ds-contact-info .ds-info-link {
  color: #1A2B48;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}
.ds-contact-info .ds-info-link:hover {
  color: #26C6DA;
}

.ds-contact-form-section {
  background-color: #F8F9FA;
}
.ds-contact-form-section .ds-section-heading {
  color: #1A2B48;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.ds-contact-form-section .ds-section-lead {
  color: #4A5568;
  font-size: 1.1rem;
  line-height: 1.7;
}
.ds-contact-form-section .ds-status-indicator {
  background: rgba(38, 198, 218, 0.1);
  display: inline-flex;
  padding: 0.5rem 1rem;
  border-radius: 50px;
}
.ds-contact-form-section .ds-status-dot {
  width: 10px;
  height: 10px;
  background: #26C6DA;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
  animation: ds-pulse 2s infinite;
}
@keyframes ds-pulse {
  0% { box-shadow: 0 0 0 0 rgba(38, 198, 218, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(38, 198, 218, 0); }
  100% { box-shadow: 0 0 0 0 rgba(38, 198, 218, 0); }
}
.ds-contact-form-section .ds-status-label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1A2B48;
}
.ds-contact-form-section .ds-form-wrapper {
  border-radius: 8px;
  border: 1px solid #E2E8F0;
}
.ds-contact-form-section .form-outline .form-control {
  background: #FFFFFF;
  border: 1px solid #E2E8F0 !important;
  padding-top: 1rem;
}
.ds-contact-form-section .form-outline .form-label {
  max-width: calc(100% - 1.5rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}
.ds-contact-form-section .form-outline .form-control:focus ~ .form-label,
.ds-contact-form-section .form-outline .form-control:not(:placeholder-shown) ~ .form-label,
.ds-contact-form-section .form-outline .form-control.active ~ .form-label {
  background: #FFFFFF;
  padding: 0 0.35rem;
  transform: translateY(-1rem) translateY(.1rem) scale(.8);
  color: #1A2B48;
}
.ds-contact-form-section .form-outline .form-control:focus {
  border-color: #1A2B48 !important;
}
.ds-contact-form-section .ds-submit-btn {
  background-color: #1A2B48;
  border-color: #1A2B48;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  transition: all 0.3s ease;
}
.ds-contact-form-section .ds-submit-btn:hover {
  background-color: #26C6DA;
  border-color: #26C6DA;
  color: #FFFFFF;
}

/* ===== PAGE: privacy ===== */
.privacy-content-section {
  background-color: #F8F9FA;
  padding: clamp(4rem, 8vw, 8rem) 0;
  font-family: 'Inter', sans-serif;
}

.privacy-content-section .privacy-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 3rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.privacy-content-section .text-primary-dark {
  color: #1A2B48 !important;
}

.privacy-content-section .privacy-sidebar {
  top: 100px;
}

.privacy-content-section .privacy-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-left: 2px solid #E2E8F0;
  padding-left: 1.5rem;
}

.privacy-content-section .privacy-nav-link {
  color: #718096;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  padding: 0.25rem 0;
  display: block;
}

.privacy-content-section .privacy-nav-link:hover,
.privacy-content-section .privacy-nav-link.active {
  color: #1A2B48;
  padding-left: 5px;
}

.privacy-content-section .privacy-nav-link.active {
  font-weight: 700;
  position: relative;
}

.privacy-content-section .privacy-nav-link.active::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background-color: #1A2B48;
  border-radius: 0 4px 4px 0;
}

.privacy-content-section .privacy-section p {
  color: #4A5568;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.privacy-content-section .privacy-section li {
  color: #4A5568;
  margin-bottom: 0.75rem;
}

.privacy-content-section .privacy-visual img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}

.privacy-content-section .btn-primary {
  background-color: #1A2B48;
  border: none;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.privacy-content-section .btn-primary:hover {
  background-color: #2c3e5a;
}

@media (max-width: 768px) {
  .privacy-content-section {
    padding: 2rem 0;
  }
  .privacy-content-section .privacy-card {
    padding: 1.5rem;
  }
  .privacy-content-section .display-5 {
    font-size: 1.75rem;
  }
  .privacy-content-section .h3 {
    font-size: 1.25rem;
  }
}

/* ===== PAGE: terms ===== */
.terms-section { padding: clamp(4rem, 8vw, 8rem) 0; background-color: #F8F9FA; color: #1A202C; } .terms-section .terms-sidebar { top: 100px; padding-right: 2rem; } .terms-section .terms-nav-title { font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: #718096; margin-bottom: 1.5rem; } .terms-section .terms-nav-link { display: block; padding: 0.5rem 0; color: #4A5568; text-decoration: none; transition: all 0.2s ease-in-out; border-left: 2px solid transparent; padding-left: 1rem; margin-left: -1px; font-size: 0.95rem; } .terms-section .terms-nav-link:hover { color: #1A2B48; border-left-color: #26C6DA; } .terms-section .terms-nav-link.active { color: #1A2B48; font-weight: 600; border-left-color: #1A2B48; } .terms-section .terms-content-card { background: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 8px; padding: clamp(2rem, 5vw, 4rem); box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); } .terms-section .terms-h2 { font-size: 1.5rem; font-weight: 700; color: #1A2B48; margin-bottom: 1.5rem; scroll-margin-top: 100px; } .terms-section .terms-block { margin-bottom: 3rem; } .terms-section .terms-block:last-child { margin-bottom: 0; } .terms-section .terms-block p { line-height: 1.8; color: #4A5568; margin-bottom: 1rem; } .terms-section .terms-list { list-style: none; padding-left: 0; } .terms-section .terms-list li { position: relative; padding-left: 1.75rem; margin-bottom: 0.75rem; color: #4A5568; line-height: 1.6; } .terms-section .terms-list li::before { content: '\2713'; font-family: inherit; font-weight: 800; position: absolute; left: 0; top: 0.05rem; color: #26C6DA; font-size: 1.1rem; } @media (max-width: 991.98px) { .terms-section .terms-content-card { padding: 2rem; } }

/* ===== PAGE: disclaimer ===== */
.ds-disclaimer-section { background-color: #F8F9FA; font-family: 'Inter', sans-serif; }
.ds-disclaimer-body { border-radius: 8px; padding: clamp(2rem, 5vw, 4rem); border: 1px solid #E2E8F0; }
.ds-badge { font-size: 0.75rem; font-weight: 700; color: #26C6DA; letter-spacing: 0.1em; }
.ds-section-title { color: #1A2B48; font-weight: 800; line-height: 1.2; margin-bottom: 1.5rem; }
.ds-intro-text { font-size: 1.1rem; color: #4A5568; line-height: 1.7; }
.ds-content-block p { color: #4A5568; line-height: 1.8; margin-bottom: 0; }
.ds-content-block h3 { display: flex; align-items: center; font-weight: 700; }
.ds-content-block h3 i { color: #26C6DA; font-size: 1.5rem; }
.text-primary { color: #1A2B48 !important; }
.bg-light { background-color: #F8F9FA !important; }
.border-primary { border-color: #1A2B48 !important; }
@media (max-width: 768px) {
  .ds-disclaimer-body { padding: 1.5rem; }
  .ds-section-title { font-size: 1.75rem; }
}

.ds-comment-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-left: 4px solid #1A2B48;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
    margin-bottom: 1.5rem;
}

.ds-comment-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.ds-avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ds-author-name {
    color: #1A202C;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

.ds-badge-signal {
    background: #F8F9FA;
    color: #4A5568;
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #E2E8F0;
}

.ds-comment-meta {
    font-size: 0.875rem;
    color: #718096;
    display: flex;
    align-items: center;
}

.ds-comment-content {
    color: #4A5568;
    line-height: 1.6;
    font-size: 1rem;
}

.ds-action-btn {
    background: transparent;
    border: none;
    color: #718096;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0;
    transition: color 0.2s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.ds-action-btn:hover {
    color: #26C6DA;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ds-reply-container {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-left: 2px solid #E2E8F0 !important;
}

.ds-avatar-sm {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 0.875rem;
}

.ds-author-name {
    color: #1A202C;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

.ds-comment-meta {
    font-size: 0.8125rem;
    color: #718096;
}

.ds-comment-content {
    color: #4A5568;
    line-height: 1.5;
    font-size: 0.9375rem;
}

.ds-action-btn {
    background: transparent;
    border: none;
    color: #718096;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.ds-action-btn:hover {
    color: #26C6DA;
}


/* ===== PAGE TEMPLATE: conflicting-cases ===== */
.ds-case-detail {
    background-color: #F8F9FA;
    font-family: 'Inter', sans-serif;
}

.ds-content-body {
    color: #1A202C;
    line-height: 1.8;
}

.ds-text-content h2,
.ds-text-content h3 {
    color: #1A2B48 !important;
    margin-top: 2rem;
}

.ds-text-content p {
    font-size: 1.05rem;
    color: #4A5568;
    margin-bottom: 1.5rem;
}

.ds-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
}

.ds-avatar-sm {
    width: 36px;
    height: 36px;
    font-size: 0.8rem;
}

.ds-badge-signal {
    font-size: 0.7rem;
    background: rgba(38, 198, 218, 0.1);
    color: #26C6DA;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.ds-comment-meta {
    font-size: 0.8rem;
    color: #718096;
}

.ds-comment-card {
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 1.5rem;
    background: #FFFFFF;
}

.ds-action-btn {
    background: none;
    border: none;
    padding: 0;
    font-size: 0.875rem;
    color: #4A5568;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.2s;
}

.ds-action-btn:hover {
    color: #1A2B48;
}

.ds-reply-container {
    margin-top: 1.5rem;
}

.ds-related-link {
    font-size: 0.95rem;
    font-weight: 500;
    transition: transform 0.2s, color 0.2s;
}

.ds-related-link:hover {
    color: #26C6DA !important;
    transform: translateX(5px);
}

.text-turquoise {
    color: #26C6DA !important;
}

@media (max-width: 767.98px) {
    .ds-case-detail {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ds-sidebar {
        position: static !important;
        margin-top: 3rem;
    }

    .ds-main-image-wrapper img {
        height: 250px !important;
    }
}

/* ===== PAGE TEMPLATE: segment-cases ===== */
.sc-detail-page {
    background-color: #F8F9FA;
    font-family: 'Inter', sans-serif;
}

.sc-detail-page .sc-hero {
    padding: clamp(3rem, 6vw, 6rem) 0;
    color: #FFFFFF;
    position: relative;
}

.sc-detail-page .sc-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 43, 72, 0.7);
    z-index: 0;
}

.sc-detail-page .sc-hero .container {
    position: relative;
    z-index: 1;
}

.sc-detail-page .sc-article-body h3 {
    color: #1A2B48;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.sc-detail-page .sc-article-body p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4A5568;
}

.sc-detail-page .sc-interactive-tabs .nav-link {
    color: #4A5568;
    font-weight: 600;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 1rem 1.5rem;
}

.sc-detail-page .sc-interactive-tabs .nav-link.active {
    color: #1A2B48;
    border-bottom-color: #26C6DA;
    background: transparent;
}

.sc-detail-page .ds-comment-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 1.5rem;
}

.sc-detail-page .ds-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.sc-detail-page .ds-badge-signal {
    background: #E2E8F0;
    color: #1A2B48;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

.sc-detail-page .ds-action-btn {
    background: none;
    border: none;
    color: #718096;
    font-size: 0.875rem;
    padding: 0;
    transition: color 0.2s;
}

.sc-detail-page .ds-action-btn:hover {
    color: #1A2B48;
}

.sc-detail-page .ds-reply-container {
    margin-top: 1rem;
    padding-top: 1rem;
    border-left: 2px solid #E2E8F0;
}

.sc-detail-page .form-control {
    border: 1px solid #E2E8F0;
    padding: 0.75rem;
    border-radius: 4px;
    background-color: #FFFFFF;
}

.sc-detail-page .form-control:focus {
    border-color: #26C6DA;
    box-shadow: none;
}

.sc-detail-page .related-case-item a {
    text-decoration: none;
    color: #4A5568;
    transition: all 0.2s;
    font-size: 0.9375rem;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #F1F5F9;
}

.sc-detail-page .related-case-item a:hover {
    color: #26C6DA;
    padding-left: 5px;
}

@media (max-width: 767.98px) {
    .sc-detail-page .sc-hero h1 {
        font-size: 1.75rem;
    }

    .sc-detail-page .sc-hero .lead {
        font-size: 1.1rem !important;
    }

    .sc-detail-page .sc-article-card {
        padding: 1.5rem !important;
    }
}

/* ===== PAGE TEMPLATE: baseline-cases-list ===== */
.hero-signal-block {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    background-color: #1A2B48;
    padding: clamp(4rem, 6vw, 6rem) 0;
    overflow: hidden;
}

.hero-signal-block .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(26, 43, 72, 0.9) 0%, rgba(26, 43, 72, 0.6) 100%);
    z-index: 1;
}

.hero-signal-block .z-1 {
    z-index: 2;
}

.hero-signal-block .hero-label {
    color: #26C6DA;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 1rem;
}

.hero-signal-block .hero-title {
    color: #FFFFFF;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

.hero-signal-block .hero-desc {
    color: #E2E8F0;
    font-size: 1.125rem;
    line-height: 1.6;
    max-width: 800px;
}

.hero-signal-block .hero-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 3;
}

.hero-signal-block .hero-divider svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #FFFFFF;
}

.ds-detail-main .breadcrumb-item,
.ds-detail-main .breadcrumb-item a {
    font-size: 0.875rem;
    color: #718096;
    text-decoration: none;
}

.ds-detail-main .breadcrumb-item.active {
    color: #1A2B48;
    font-weight: 600;
}

.ds-content-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
}

.ds-article-body {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #1A202C;
}

.ds-article-body h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1A2B48;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.ds-article-body h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1A2B48;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.ds-article-body p {
    margin-bottom: 1.5rem;
}

.ds-article-body ul,
.ds-article-body ol {
    margin-bottom: 1.5rem;
    padding-left: 1.25rem;
}

.ds-article-body li {
    margin-bottom: 0.5rem;
}

.ds-sidebar-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
}

.ds-sidebar-title {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1A2B48;
    font-weight: 700;
}

.ds-sidebar-link {
    text-decoration: none;
    transition: all 0.2s ease;
}

.ds-sidebar-link:hover {
    opacity: 0.8;
}

.ds-sidebar-cta {
    background-color: #1A2B48;
}

.ds-comment-card,
.ds-reply-container {
    padding: 1.5rem;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    position: relative;
}

.ds-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.ds-avatar-sm {
    width: 35px;
    height: 35px;
    font-size: 0.75rem;
}

.ds-badge-signal {
    background: #F1F5F9;
    color: #4A5568;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    text-transform: uppercase;
}

.ds-comment-meta {
    font-size: 0.8125rem;
    color: #718096;
}

.ds-action-btn {
    background: transparent;
    border: none;
    color: #718096;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0;
    transition: color 0.2s;
}

.ds-action-btn:hover {
    color: #1A2B48;
}

.ds-comment-form-wrapper .form-control {
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    font-size: 0.95rem;
}

.ds-comment-form-wrapper .btn-primary {
    background-color: #1A2B48 !important;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}

.ds-comment-form-wrapper .btn-primary:hover {
    background-color: #26C6DA !important;
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .hero-signal-block .hero-title {
        font-size: 1.5rem !important;
    }

    .ds-content-card {
        padding: 1.5rem !important;
    }

    .ds-main-image-wrapper img {
        height: 250px !important;
    }
}

/* ===== PAGE TEMPLATE: definition-cases ===== */
.ds-case-hero {
    background-color: #1A2B48;
    min-height: 40vh;
    display: flex;
    align-items: center;
    padding: 4rem 0;
}

.ds-case-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(26, 43, 72, 0.8) 0%, rgba(26, 43, 72, 0.95) 100%);
}

.ds-detail-template .ds-main-img {
    border-radius: 12px;
    object-fit: cover;
    max-height: 500px;
}

.ds-detail-template .ds-article-content {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #1A202C;
}

.ds-detail-template .ds-article-content p {
    margin-bottom: 1.5rem;
}

.ds-detail-template .ds-article-content h2 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 2.5rem 0 1rem;
    color: #1A2B48;
}

.ds-detail-template .ds-article-content ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    list-style-type: none;
}

.ds-detail-template .ds-article-content ul li {
    position: relative;
    margin-bottom: 0.5rem;
}

.ds-detail-template .ds-article-content ul li::before {
    content: '•';
    color: #26C6DA;
    font-weight: bold;
    position: absolute;
    left: -1.2rem;
}

.ds-comment-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.ds-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.ds-badge-signal {
    font-size: 0.7rem;
    padding: 0.2rem 0.6rem;
    background: #EBFBFF;
    color: #007BFF;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.ds-comment-meta {
    font-size: 0.85rem;
    color: #718096;
}

.ds-action-btn {
    background: none;
    border: none;
    font-size: 0.875rem;
    color: #4A5568;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s ease;
}

.ds-action-btn:hover {
    color: #1A2B48;
}

.ds-sidebar-widget {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 1.5rem;
}

.ds-related-link {
    color: #4A5568;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.ds-related-link:hover {
    color: #26C6DA;
    padding-left: 5px;
}

.ds-comment-footer .bx-like.active {
    color: #26C6DA;
}

.decisionsignal-header .navbar {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #E2E8F0;
    z-index: 1030;
}

.decisionsignal-header .nav-link {
    color: #4A5568 !important;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.decisionsignal-header .nav-link:hover {
    color: #26C6DA !important;
}

.ds-footer {
    background-color: #F8F9FA;
    border-top: 1px solid #E2E8F0;
}

.ds-footer__link:hover {
    color: #1A2B48;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .ds-case-hero h1 {
        font-size: 24px !important;
    }

    .ds-case-hero .lead {
        font-size: 14px !important;
    }

    .ds-detail-template {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* ===== PAGE TEMPLATE: threshold-cases ===== */
.threshold-hero {
    background-color: #1A2B48;
    background-image: linear-gradient(135deg, #1A2B48 0%, #1a365d 100%);
    border-bottom: 4px solid #26C6DA;
}

.text-turquoise {
    color: #26C6DA !important;
}

.bg-turquoise {
    background-color: #26C6DA !important;
}

.bg-amber {
    background-color: #FFB300 !important;
}

.threshold-article-body .main-case-image {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.threshold-rich-text h2,
.threshold-rich-text h3 {
    color: #1A2B48;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.threshold-rich-text p {
    font-size: 1.1rem;
    color: #4A5568;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.threshold-rich-text ul,
.threshold-rich-text ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.threshold-rich-text li {
    margin-bottom: 0.75rem;
    color: #4A5568;
}

.hover-turquoise:hover {
    color: #26C6DA !important;
}

.ds-comment-card {
    padding: 2rem;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    background: #FFFFFF;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.ds-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.ds-avatar-sm {
    width: 36px;
    height: 36px;
    font-size: 0.8rem;
}

.ds-badge-signal {
    font-size: 0.7rem;
    padding: 2px 8px;
    background: #F1F5F9;
    border-radius: 12px;
    color: #718096;
    font-weight: 600;
    text-transform: uppercase;
}

.ds-author-name {
    font-size: 1rem;
    font-weight: 700;
    color: #1A2B48;
}

.ds-comment-meta {
    font-size: 0.85rem;
    color: #718096;
}

.ds-comment-content p {
    margin-bottom: 0;
    color: #4A5568;
    line-height: 1.6;
}

.ds-action-btn {
    background: transparent;
    border: none;
    padding: 0;
    font-size: 0.875rem;
    color: #718096;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.2s;
}

.ds-action-btn:hover,
.ds-action-btn.active {
    color: #1A2B48;
}

.ds-reply-container {
    border-left: 3px solid #E2E8F0 !important;
    margin-bottom: 1.5rem;
}

.threshold-comment-form-box .form-control {
    border: 1px solid #E2E8F0;
    padding: 0.75rem 1rem;
}

.threshold-comment-form-box .form-control:focus {
    box-shadow: 0 0 0 3px rgba(38, 198, 218, 0.2);
    border-color: #26C6DA;
}

.decisionsignal-header .navbar {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #E2E8F0;
    z-index: 1030;
}

.decisionsignal-header .nav-link {
    color: #4A5568 !important;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ds-footer {
    background-color: #F8F9FA;
    border-top: 1px solid #E2E8F0;
}

.ds-footer__heading {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #1A2B48;
}

.ds-footer__link {
    color: #4A5568;
    text-decoration: none;
    font-size: 0.9375rem;
}

.ds-footer__disclaimer {
    font-size: 0.8125rem;
    color: #718096;
}

@media (max-width: 767.98px) {
    .threshold-hero h1 {
        font-size: 24px !important;
    }

    .threshold-hero .lead {
        font-size: 16px !important;
    }

    .ds-comment-card {
        padding: 1.25rem;
    }
}

/* ===== PAGE TEMPLATE: methodology-pages ===== */
.methodology-detail-wrapper .methodology-hero {
    background-color: #1A2B48;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.methodology-detail-wrapper .hero-label {
    color: #26C6DA;
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.methodology-detail-wrapper .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.methodology-detail-wrapper .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.3);
}

.methodology-detail-wrapper .signal-breakout-box {
    background: #F0F9FB;
    border-left: 4px solid #26C6DA;
    color: #1A2B48;
}

.methodology-detail-wrapper .content-body h2,
.methodology-detail-wrapper .content-body h3 {
    color: #1A2B48;
}

.methodology-detail-wrapper .content-body p {
    line-height: 1.8;
    color: #4A5568;
    margin-bottom: 1.5rem;
}

.methodology-detail-wrapper .custom-list {
    list-style: none;
    padding-left: 0;
}

.methodology-detail-wrapper .custom-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: #4A5568;
}

.methodology-detail-wrapper .custom-list li::before {
    content: '\eb65';
    font-family: 'boxicons' !important;
    position: absolute;
    left: 0;
    color: #26C6DA;
}

.methodology-detail-wrapper .sidebar-links a {
    text-decoration: none;
    color: #4A5568;
    font-weight: 500;
    font-size: 0.9375rem;
    transition: color 0.2s;
}

.methodology-detail-wrapper .sidebar-links a:hover {
    color: #26C6DA;
}


.ds-comment-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.ds-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.ds-avatar-sm {
    width: 36px;
    height: 36px;
    font-size: 0.8rem;
}

.ds-author-name {
    color: #1A2B48;
    font-weight: 700;
}

.ds-badge-signal {
    background: #E6FFFA;
    color: #26C6DA;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

.ds-comment-meta {
    font-size: 0.8125rem;
    color: #718096;
}

.ds-comment-content p {
    font-size: 0.9375rem;
    color: #4A5568;
    line-height: 1.6;
    margin-bottom: 0;
}

.ds-action-btn {
    background: none;
    border: none;
    padding: 0;
    color: #718096;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}

.ds-action-btn:hover {
    color: #1A2B48;
}

.ds-reply-container {
    border-color: #E2E8F0 !important;
    margin-top: 1rem;
}

@media (max-width: 767.98px) {
    .methodology-detail-wrapper .methodology-hero {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        min-height: auto;
    }

    .methodology-detail-wrapper .display-4 {
        font-size: 24px !important;
    }

    .methodology-detail-wrapper .lead {
        font-size: 16px !important;
    }

    .ds-comment-card {
        padding: 1rem;
    }

    .ds-reply-container {
        margin-left: 1rem !important;
    }
}
