:root {
    --primary: #2563EB;
    --secondary: #7C3AED;
    --accent: #0EA5E9;
    --bg-main: #F8FAFC;
    --bg-glass: rgba(255, 255, 255, 0.45);
    --surface: #FFFFFF;
    --text-primary: #0F172A;
    --text-secondary: #475569;
    --text-muted-color: #94A3B8;
    --glass-border: 1px solid rgba(255, 255, 255, 0.6);
    --subtle-border: 1px solid rgba(226, 232, 240, 0.8);
    --soft-glow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
    --floating-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    --accent-gradient: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background-color: var(--bg-main);
    color: var(--text-primary);
    margin: 0;
    padding: 0;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

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

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

.glassmorphism-layout {
    background-attachment: fixed;
}

/* ===== header ===== */
.sl-header .navbar {
    min-height: 80px;
    background-color: #FFFFFF !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    z-index: 1030;
}

.sl-header .navbar-brand {
    position: relative;
    z-index: 10;
    color: #0F172A !important;
    font-size: 1.1rem;
}

.sl-header .sl-logo-img {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.sl-header .nav-link {
    color: #475569 !important;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.2s ease;
}

.sl-header .nav-link:hover,
.sl-header .nav-link.active {
    color: #2563EB !important;
}

.sl-header .dropdown-menu {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 0.75rem;
    min-width: 200px;
    margin-top: 10px;
}

.sl-header .dropdown-item {
    border-radius: 8px;
    padding: 0.6rem 1rem;
    color: #475569;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.sl-header .dropdown-item:hover {
    background-color: rgba(37, 99, 235, 0.05);
    color: #2563EB;
}

.sl-header .sl-btn-primary {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    border: none;
    border-radius: 8px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sl-header .sl-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    background: linear-gradient(135deg, #1D4ED8 0%, #6D28D9 100%);
}

.sl-header .navbar-toggler {
    font-size: 1.5rem;
    color: #0F172A;
}

@media (max-width: 991.98px) {
    .sl-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 1.5rem 0;
        max-height: 80vh;
        overflow-y: auto;
    }

    .sl-header .navbar-brand {
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .sl-header .nav-item {
        width: 100%;
        text-align: left;
    }

    .sl-header .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: none;
        margin-top: 0;
    }

    .sl-header .sl-brand-text {
        font-size: 1rem;
    }
}

/* ===== hero ===== */
.hero-section {
    min-height: 90vh;
    padding: 100px 0;
    background: #F8FAFC;
    background-image: radial-gradient(at 0% 0%, rgba(37, 99, 235, 0.05) 0px, transparent 50%), radial-gradient(at 100% 100%, rgba(124, 58, 237, 0.05) 0px, transparent 50%);
}

.hero-section .hero-bg-overlay {
    background: url('../resources/uploads/media/research-background-mesh.png') center/cover no-repeat;
    opacity: 0.15;
    filter: grayscale(100%);
    z-index: 0;
}

.hero-section .hero-glass-panel {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    z-index: 1;
}

.hero-section .hero-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: #0F172A;
}

.hero-section .hero-description {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #475569;
    max-width: 600px;
}

.hero-section .hero-btn-primary {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    color: #FFFFFF !important;
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 12px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
}

.hero-section .hero-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(37, 99, 235, 0.3);
    filter: brightness(1.1);
}

.hero-section .hero-image-wrapper {
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
}

.hero-section .hero-visual-card:hover .hero-image-wrapper {
    transform: perspective(1000px) rotateY(0deg);
}

.hero-section .hero-image-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.8);
}

.hero-section .hero-floating-badge {
    bottom: 20px;
    left: -20px;
    z-index: 2;
}

.hero-section .badge-glass {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(37, 99, 235, 0.2);
    color: #2563EB;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

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

    .hero-section .hero-title {
        font-size: 1.75rem;
    }

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

    .hero-section .hero-image-wrapper img {
        height: 250px;
    }

    .hero-section .hero-floating-badge {
        left: 20px;
        bottom: -10px;
    }

    .hero-section .hero-image-wrapper {
        transform: none;
    }
}

/* ===== main-materials ===== */
.main-materials-section {
    background-color: #F8FAFC;
    position: relative;
    overflow: hidden;
}

.main-materials-section .glass-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.main-materials-section .glass-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    border-color: #2563EB;
}

.main-materials-section .card-img-container {
    height: 220px;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    position: relative;
}

.main-materials-section .card-img-container img {
    object-fit: cover;
    transition: transform 0.5s ease;
}

.main-materials-section .glass-card:hover img {
    transform: scale(1.08);
}

.main-materials-section .js-filter-btn {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #475569;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.main-materials-section .js-filter-btn:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #2563EB;
}

.main-materials-section .js-filter-btn.active {
    background-color: #2563EB !important;
    color: #FFFFFF !important;
    border-color: #2563EB !important;
    box-shadow: 0 8px 16px rgba(37, 99, 235, 0.2);
}

.main-materials-section .btn-primary {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    border: none;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    border-radius: 8px;
    transition: opacity 0.3s ease;
}

.main-materials-section .btn-primary:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

.main-materials-section h3 a {
    color: inherit;
    transition: color 0.3s ease;
}

.main-materials-section h3 a:hover {
    color: #2563EB;
}

@media (max-width: 767.98px) {
    .main-materials-section h2 {
        font-size: 16px !important;
    }

    .main-materials-section h3 {
        font-size: 14px !important;
    }

    .main-materials-section p {
        font-size: 0.875rem;
    }

    .main-materials-section .card-img-container {
        height: 180px;
    }
}

/* ===== common-mistakes ===== */
.common-mistakes-section {
    background-color: #F8FAFC;
    overflow: hidden;
}

.common-mistakes-section .mistake-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 1rem;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.common-mistakes-section .mistake-image-wrapper {
    height: 200px;
    border-radius: 1rem 1rem 0 0;
}

.common-mistakes-section .mistake-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.common-mistakes-section .mistake-card:hover .mistake-img {
    transform: scale(1.05);
}

.common-mistakes-section .mistake-icon-overlay {
    position: absolute;
    bottom: -20px;
    right: 20px;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.25rem;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    z-index: 2;
}

.common-mistakes-section .impact-box {
    background: rgba(239, 68, 68, 0.05);
    border-left: 3px solid #EF4444;
    padding: 12px;
    border-radius: 4px;
}

.common-mistakes-section .btn-primary {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: opacity 0.3s ease, transform 0.2s ease;
}

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

.common-mistakes-section h2 {
    color: #2563EB !important;
}

.common-mistakes-section .badge {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    .common-mistakes-section h2 {
        font-size: 1.5rem;
    }

    .common-mistakes-section .mistake-image-wrapper {
        height: 180px;
    }

    .common-mistakes-section .mistake-img {
        height: 180px;
    }
}

/* ===== cost-calculator ===== */
.sourcelogic-calculator {
    background-color: #F8FAFC;
    overflow: hidden;
}

.sourcelogic-calculator .calculator-glass-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.sourcelogic-calculator .calculator-result-card {
    background: #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}

.sourcelogic-calculator .form-label {
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.sourcelogic-calculator .form-select,
.sourcelogic-calculator .form-control {
    border: 1px solid rgba(226, 232, 240, 0.8);
    padding: 0.75rem 1rem;
    border-radius: 12px;
    background-color: #FFFFFF;
    transition: border-color 0.2s ease;
}

.sourcelogic-calculator .form-select:focus,
.sourcelogic-calculator .form-control:focus {
    border-color: #2563EB;
    box-shadow: none;
}

.sourcelogic-calculator .form-range::-webkit-slider-thumb {
    background: #2563EB;
}

.sourcelogic-calculator .btn-group .btn-outline-primary {
    border-color: rgba(37, 99, 235, 0.2);
    color: #475569;
    padding: 0.75rem;
}

.sourcelogic-calculator .btn-group .btn-check:checked+.btn-outline-primary {
    background-color: #2563EB;
    border-color: #2563EB;
    color: #FFFFFF;
}

.sourcelogic-calculator .btn-primary {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    border: none;
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sourcelogic-calculator .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
}

.sourcelogic-calculator .result-display {
    padding: 2rem;
    background: rgba(37, 99, 235, 0.03);
    border-radius: 20px;
}

@media (max-width: 767px) {
    .sourcelogic-calculator .display-5 {
        font-size: 1.75rem;
    }

    .sourcelogic-calculator .calculator-glass-card,
    .sourcelogic-calculator .calculator-result-card {
        padding: 1.5rem !important;
    }
}

/* ===== founder-message ===== */
.founder-note-block {
    background-color: #F8FAFC;
    overflow: hidden;
}

.founder-note-block .founder-glass-card {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.founder-note-block .founder-img-wrapper img {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 1/1;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}

.founder-note-block .founder-title {
    color: #0F172A;
    font-weight: 700;
    line-height: 1.2;
    hyphens: auto;
}

.founder-note-block .founder-text {
    color: #475569;
    font-size: 1.1rem;
    line-height: 1.6;
    hyphens: auto;
}

.founder-note-block .founder-signature-img {
    max-height: 60px;
    width: auto;
    filter: grayscale(1) brightness(0.1);
}

.founder-note-block .founder-name {
    color: #0F172A;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
}

.founder-note-block .founder-role {
    color: #94A3B8;
    font-size: 0.875rem;
}

@media (max-width: 767px) {
    .founder-note-block .founder-title {
        font-size: 16px;
    }

    .founder-note-block .founder-name {
        font-size: 14px;
    }

    .founder-note-block .founder-text {
        font-size: 0.95rem;
    }

    .founder-note-block .founder-img-wrapper img {
        max-width: 220px;
    }
}

/* ===== free-checklist ===== */
.source-checklist-section {
    background-color: #F8FAFC;
    overflow-x: hidden;
}

.source-checklist-glass {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.source-checklist-title {
    color: #0F172A;
    font-weight: 700;
    line-height: 1.2;
}

.source-checklist-lead {
    color: #475569;
    line-height: 1.6;
}

.source-checklist-icon {
    color: #2563EB;
    font-size: 1.5rem;
    line-height: 1;
}

.source-checklist-form-wrapper {
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.source-checklist-form-wrapper .form-control,
.source-checklist-form-wrapper .form-select {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    color: #0F172A;
}

.source-checklist-form-wrapper .form-control:focus,
.source-checklist-form-wrapper .form-select:focus {
    border-color: #2563EB;
    box-shadow: 0 0 0 0.25rem rgba(37, 99, 235, 0.1);
}

.source-checklist-form-wrapper .form-control::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.source-checklist-btn {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.source-checklist-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
    opacity: 0.9;
}

.source-checklist-privacy {
    color: #94A3B8;
}

@media (max-width: 768px) {
    .source-checklist-title {
        font-size: 1.5rem;
    }

    .source-checklist-glass {
        padding: 1.5rem !important;
    }

    .source-checklist-form-wrapper {
        padding: 1.5rem !important;
    }
}

/* ===== footer ===== */
.sourcelogic-footer {
    background-color: #F8FAFC;
    position: relative;
    overflow: hidden;
}

.sourcelogic-footer .footer-disclaimer-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-left: 4px solid #2563EB;
    border-radius: 12px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.05);
}

.sourcelogic-footer .disclaimer-icon-wrapper {
    background: rgba(37, 99, 235, 0.1);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.sourcelogic-footer .disclaimer-icon-wrapper i {
    color: #2563EB;
    font-size: 1.5rem;
}

.sourcelogic-footer .disclaimer-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 0.5rem;
}

.sourcelogic-footer .disclaimer-text p {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.6;
}

.sourcelogic-footer .footer-logo img {
    max-width: 50px;
    height: auto;
    display: block;
}

.sourcelogic-footer .footer-brand-desc {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}

.sourcelogic-footer .footer-links-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
    position: relative;
    padding-bottom: 10px;
}

.sourcelogic-footer .footer-links-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
}

.sourcelogic-footer .footer-links-list li {
    margin-bottom: 0.75rem;
}

.sourcelogic-footer .footer-links-list a {
    color: #475569;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.sourcelogic-footer .footer-links-list a:hover {
    color: #2563EB;
    transform: translateX(5px);
}

.sourcelogic-footer .contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #475569;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.sourcelogic-footer .contact-link i {
    color: #2563EB;
    font-size: 1.2rem;
}

.sourcelogic-footer a.contact-link:hover {
    color: #2563EB;
}

.sourcelogic-footer .whatsapp-link {
    font-weight: 600;
    color: #0F172A;
}

.sourcelogic-footer .whatsapp-link i {
    color: #25D366;
}

.sourcelogic-footer .footer-bottom {
    border-color: rgba(226, 232, 240, 0.8) !important;
}

.sourcelogic-footer .copyright-text {
    color: #94A3B8;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .sourcelogic-footer {
        padding-bottom: 2rem;
    }

    .sourcelogic-footer .footer-links-block {
        margin-top: 1rem;
    }

    .sourcelogic-footer .footer-disclaimer-card {
        margin-bottom: 2rem;
    }
}

/* ===== PAGE: zotero ===== */
.zotero-guide-section {
  background: #F8FAFC;
  font-family: 'Inter', system-ui, sans-serif;
  color: #0F172A;
}

.zotero-guide-section .badge.bg-primary-soft {
  background-color: rgba(37, 99, 235, 0.1);
  color: #2563EB;
}

.zotero-guide-section .glass-sidebar,
.zotero-guide-section .glass-content-panel,
.zotero-guide-section .glass-output-panel,
.zotero-guide-section .glass-guide-card,
.zotero-guide-section .glass-cta {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.04);
  transition: all 0.3s ease;
}

.zotero-guide-section .glass-sidebar .btn-light {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  color: #475569;
  transition: all 0.2s ease;
}

.zotero-guide-section .glass-sidebar .btn-light:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #0F172A;
}

.zotero-guide-section .glass-sidebar .btn-light.active {
  background: #2563EB !important;
  color: #FFFFFF !important;
  border-color: #2563EB !important;
}

.zotero-guide-section .glass-sidebar .btn-light.active .js-step-status {
  color: #FFFFFF !important;
}

.zotero-guide-section .form-control,
.zotero-guide-section .form-select {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(226, 232, 240, 0.8);
  color: #0F172A;
}

.zotero-guide-section .form-control:focus,
.zotero-guide-section .form-select:focus {
  background-color: #FFFFFF;
  border-color: #2563EB;
  box-shadow: 0 0 0 0.25rem rgba(37, 99, 235, 0.15);
}

.zotero-guide-section .form-control::placeholder {
  color: #94A3B8;
  opacity: 1;
}

.zotero-guide-section .btn-primary {
  background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
  border: none;
  color: #FFFFFF;
  font-weight: 500;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.zotero-guide-section .btn-primary:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

.zotero-guide-section .btn-outline-primary {
  color: #2563EB;
  border-color: rgba(37, 99, 235, 0.5);
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease;
}

.zotero-guide-section .btn-outline-primary:hover {
  background: #2563EB;
  border-color: #2563EB;
  color: #FFFFFF;
}

.zotero-guide-section .btn-outline-secondary {
  color: #475569;
  border-color: rgba(71, 85, 105, 0.4);
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease;
}

.zotero-guide-section .btn-outline-secondary:hover {
  background: #475569;
  border-color: #475569;
  color: #FFFFFF;
}

.zotero-guide-section .bg-primary-soft {
  background-color: rgba(37, 99, 235, 0.08);
}

.zotero-guide-section .step-num {
  font-size: 1.5rem;
  font-weight: 700;
  opacity: 0.5;
}

/* ===== PAGE: source-fieldbook ===== */
.source-fieldbook-section {
  background-color: #F8FAFC;
  font-family: 'Inter', sans-serif;
}

.source-fieldbook-section .glass-card {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  border-radius: 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.source-fieldbook-section .glass-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.12);
  border-color: rgba(255, 255, 255, 0.8);
}

.source-fieldbook-section .card-img-wrapper {
  height: 220px;
  position: relative;
}

.source-fieldbook-section .card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.source-fieldbook-section .glass-card:hover .card-img-wrapper img {
  transform: scale(1.03);
}

.source-fieldbook-section .glass-input-group {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 8px;
  padding: 4px 8px;
}

.source-fieldbook-section .glass-input-group input:focus {
  outline: none;
  box-shadow: none;
}

.source-fieldbook-section .glass-input-group input::placeholder {
  color: #94A3B8;
  opacity: 1;
}

.source-fieldbook-section .glass-select {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  color: #0F172A;
  border-radius: 8px;
  padding: 8px 36px 8px 12px;
  font-weight: 500;
}

.source-fieldbook-section .glass-select:focus {
  box-shadow: none;
  border-color: #2563EB;
}

.source-fieldbook-section .glass-input {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(226, 232, 240, 0.8);
  color: #0F172A;
  border-radius: 8px;
}

.source-fieldbook-section .glass-input::placeholder {
  color: #94A3B8;
  opacity: 1;
}

.source-fieldbook-section .glass-input:focus {
  background: rgba(255, 255, 255, 0.85);
  border-color: #2563EB;
  color: #0F172A;
  box-shadow: none;
}

.source-fieldbook-section .btn-primary {
  transition: opacity 0.2s ease;
}

.source-fieldbook-section .btn-primary:hover {
  opacity: 0.95;
}

.source-fieldbook-section .btn-outline-primary {
  border: 1px solid rgba(37, 99, 235, 0.3);
  color: #2563EB;
  background: transparent;
  font-weight: 500;
  transition: all 0.2s ease;
}

.source-fieldbook-section .btn-outline-primary:hover {
  background: #2563EB;
  border-color: #2563EB;
  color: #FFFFFF;
}

/* ===== PAGE: evidence-strength ===== */
.evidence-strength-block {
  background-color: #F8FAFC;
  font-family: 'Inter', system-ui, sans-serif;
  color: #0F172A;
}

.evidence-strength-block .filter-glass-card {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.evidence-strength-block .search-input-wrapper {
  position: relative;
}

.evidence-strength-block .search-input-wrapper .search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #475569;
  font-size: 1.15rem;
}

.evidence-strength-block .js-search-input {
  padding-left: 42px;
  height: 48px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #0F172A;
  font-size: 0.95rem;
  transition: border-color 0.2s ease;
}

.evidence-strength-block .js-search-input:focus {
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
  outline: none;
}

.evidence-strength-block .btn-filter {
  background-color: #FFFFFF;
  color: #475569;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.evidence-strength-block .btn-filter:hover {
  background-color: #F1F5F9;
  color: #0F172A;
  border-color: #CBD5E1;
}

.evidence-strength-block .btn-filter.active {
  background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
  color: #FFFFFF;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.evidence-strength-block .guide-card-glass {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.evidence-strength-block .guide-card-glass:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px 0 rgba(31, 38, 135, 0.12);
  border-color: rgba(37, 99, 235, 0.4);
}

.evidence-strength-block .guide-card-image-link {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background-color: #E2E8F0;
}

.evidence-strength-block .guide-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.evidence-strength-block .guide-card-glass:hover .guide-card-image {
  transform: scale(1.03);
}

.evidence-strength-block .badge-glass {
  background-color: rgba(37, 99, 235, 0.1);
  color: #2563EB;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.evidence-strength-block .meta-date,
.evidence-strength-block .meta-author {
  font-size: 0.8rem;
  color: #64748B;
}

.evidence-strength-block .guide-card-title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.35;
}

.evidence-strength-block .guide-card-title .title-link {
  color: #0F172A;
  text-decoration: none;
  transition: color 0.2s ease;
}

.evidence-strength-block .guide-card-title .title-link:hover {
  color: #2563EB;
}

.evidence-strength-block .guide-card-text {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.5;
}

.evidence-strength-block .border-top {
  border-top: 1px solid rgba(226, 232, 240, 0.8) !important;
}

.evidence-strength-block .btn-link-action {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2563EB;
  text-decoration: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}

.evidence-strength-block .btn-link-action:hover {
  color: #7C3AED;
}


.evidence-strength-block .form-glass-card {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.evidence-strength-block .section-subtitle-badge {
  display: inline-block;
  background-color: rgba(124, 58, 237, 0.1);
  color: #7C3AED;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 12px;
  border-radius: 50px;
}

.evidence-strength-block .section-heading-form {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0F172A;
}

.evidence-strength-block .section-desc-form {
  color: #475569;
  font-size: 0.95rem;
  max-width: 580px;
  margin: 0 auto;
}

.evidence-strength-block .form-group-custom {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.evidence-strength-block .form-label-custom {
  font-size: 0.85rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: 6px;
}

.evidence-strength-block .form-control-custom {
  width: 100%;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #0F172A;
  padding: 10px 14px;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s ease;
}

.evidence-strength-block .form-control-custom:focus {
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.evidence-strength-block textarea.form-control-custom {
  resize: vertical;
}

.evidence-strength-block .btn-gradient-submit {
  background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
  border: none;
  border-radius: 8px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.95rem;
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
}

.evidence-strength-block .btn-gradient-submit:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

.evidence-strength-block .btn-gradient-submit:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .evidence-strength-block .section-heading-form {
    font-size: 1.25rem;
  }
  .evidence-strength-block .form-glass-card {
    padding: 24px 16px;
  }
}

/* ===== PAGE: limitations ===== */
.limitations-block {
  background-color: #F8FAFC;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.limitations-block .badge {
  font-weight: 600;
  letter-spacing: 0.05em;
}

.limitations-block .bg-dark-overlay {
  background-color: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(4px);
  color: #FFFFFF;
  font-weight: 500;
  font-size: 0.75rem;
}

.limitations-block .limitations-card {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  border-radius: 16px;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
}

.limitations-block .limitations-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 0 8px 32px 0 rgba(37, 99, 235, 0.08);
  border-color: rgba(37, 99, 235, 0.3);
}

.limitations-block .limitations-card img {
  height: 200px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.limitations-block .limitations-card:hover img {
  transform: scale(1.05);
}

.limitations-block .hover-link {
  color: #0F172A;
  transition: color 0.2s ease;
}

.limitations-block .hover-link:hover {
  color: #2563EB;
}

.limitations-block .btn-outline-primary {
  border-color: rgba(37, 99, 235, 0.4);
  color: #2563EB;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
}

.limitations-block .btn-outline-primary.active,
.limitations-block .btn-outline-primary:hover {
  background-color: #2563EB !important;
  border-color: #2563EB !important;
  color: #FFFFFF !important;
}

.limitations-block .consultation-form-wrapper {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}

.limitations-block .custom-input,
.limitations-block .custom-select {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(226, 232, 240, 0.8);
  color: #0F172A;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.limitations-block .custom-input:focus,
.limitations-block .custom-select:focus {
  background-color: #FFFFFF;
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
  color: #0F172A;
}

.limitations-block .custom-input::placeholder {
  color: #94A3B8;
  opacity: 1;
}

.limitations-block .btn-primary {
  background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
  border: none;
  border-radius: 8px;
  padding: 0.85rem 2rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.limitations-block .btn-primary:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

.limitations-block .btn-primary:active {
  transform: translateY(0);
}

/* ===== PAGE: conflicting-findings ===== */
.conflicting-findings-section {
  background-color: #F8FAFC;
  padding: 5rem 0;
  font-family: 'Inter', sans-serif;
}

.conflicting-findings-section .glass-card {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 16px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.05);
  transition: all 0.3s ease;
}

.conflicting-findings-section .glass-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
  border-color: rgba(37, 99, 235, 0.3);
}

.conflicting-findings-section .card-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  height: 200px;
}

.conflicting-findings-section .card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.conflicting-findings-section .glass-card:hover .card-img-wrapper img {
  transform: scale(1.05);
}

.conflicting-findings-section .badge-category {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  color: #0F172A;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.35rem 0.75rem;
  border-radius: 20px;
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.conflicting-findings-section .btn-glass-primary {
  background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
  color: #FFFFFF;
  border: none;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  transition: opacity 0.2s ease;
}

.conflicting-findings-section .btn-glass-primary:hover {
  opacity: 0.9;
  color: #FFFFFF;
}

.conflicting-findings-section .btn-glass-secondary {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(226, 232, 240, 0.8);
  color: #475569;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.conflicting-findings-section .btn-glass-secondary:hover,
.conflicting-findings-section .btn-glass-secondary.active {
  background: #FFFFFF;
  color: #2563EB;
  border-color: #2563EB;
}

.conflicting-findings-section .search-input-wrapper {
  position: relative;
}

.conflicting-findings-section .search-input-wrapper i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #94A3B8;
  font-size: 1.2rem;
}

.conflicting-findings-section .search-input-wrapper input {
  padding-left: 2.75rem;
  border-radius: 30px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  color: #0F172A;
}

.conflicting-findings-section .search-input-wrapper input::placeholder {
  color: #94A3B8;
}

.conflicting-findings-section .search-input-wrapper input:focus {
  background: #FFFFFF;
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.conflicting-findings-section .meta-info {
  font-size: 0.825rem;
  color: #94A3B8;
}

.conflicting-findings-section .form-glass {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 20px;
  padding: 2.5rem;
}

.conflicting-findings-section .hover-primary {
  transition: color 0.2s ease;
}
.conflicting-findings-section .hover-primary:hover {
  color: #2563EB !important;
}

/* ===== PAGE: inclusion-decisions ===== */
.inclusion-decisions-section {
  padding: 80px 0;
  background-color: #F8FAFC;
  font-family: 'Inter', sans-serif;
}
.inclusion-decisions-section .section-header {
  margin-bottom: 40px;
}
.inclusion-decisions-section .section-title {
  font-weight: 700;
  color: #0F172A;
  font-size: 2.25rem;
}
.inclusion-decisions-section .section-subtitle {
  color: #475569;
  font-size: 1.1rem;
  max-width: 600px;
  line-height: 1.6;
}
.inclusion-decisions-section .filter-panel {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 40px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.05);
}
.inclusion-decisions-section .form-control-custom {
  background: #FFFFFF;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 8px;
  color: #0F172A;
  padding: 10px 16px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
.inclusion-decisions-section .form-control-custom:focus {
  border-color: #2563EB;
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.inclusion-decisions-section .form-control-custom::placeholder {
  color: #94A3B8;
  opacity: 1;
}
.inclusion-decisions-section .filter-pill {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(226, 232, 240, 0.8);
  color: #475569;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.inclusion-decisions-section .filter-pill.active {
  background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
  color: #FFFFFF;
  border-color: transparent;
}
.inclusion-decisions-section .guide-card {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.inclusion-decisions-section .guide-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  border-color: rgba(37, 99, 235, 0.4);
}
.inclusion-decisions-section .card-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 220px;
}
.inclusion-decisions-section .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.inclusion-decisions-section .guide-card:hover .card-img {
  transform: scale(1.05);
}
.inclusion-decisions-section .card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.inclusion-decisions-section .card-meta {
  font-size: 0.85rem;
  color: #94A3B8;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.inclusion-decisions-section .card-meta i {
  color: #7C3AED;
}
.inclusion-decisions-section .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 12px;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s ease;
}
.inclusion-decisions-section .card-title:hover {
  color: #2563EB;
}
.inclusion-decisions-section .card-excerpt {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 24px;
  flex-grow: 1;
}
.inclusion-decisions-section .card-btn {
  background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
  color: #FFFFFF;
  border: none;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: opacity 0.3s ease;
  text-align: center;
  display: block;
  text-decoration: none;
}
.inclusion-decisions-section .card-btn:hover {
  opacity: 0.9;
  color: #FFFFFF;
}
.inclusion-decisions-section .consultation-form-block {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  padding: 40px;
  margin-top: 80px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}
.inclusion-decisions-section .form-title {
  color: #0F172A;
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 12px;
}
.inclusion-decisions-section .form-desc {
  color: #475569;
  margin-bottom: 30px;
  font-size: 1rem;
}
.inclusion-decisions-section .submit-btn {
  background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
  color: #FFFFFF;
  border: none;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 10px;
  transition: opacity 0.3s ease;
  width: 100%;
}
.inclusion-decisions-section .submit-btn:hover {
  opacity: 0.9;
}

/* ===== PAGE: review-cases ===== */
.category-grid-block {
  background-color: #F8FAFC;
  font-family: 'Inter', system-ui, sans-serif;
  color: #0F172A;
}

.category-grid-block .category-badge {
  background: rgba(37, 99, 235, 0.1);
  color: #2563EB;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid rgba(37, 99, 235, 0.2);
  letter-spacing: 0.5px;
}

.category-grid-block .block-heading {
  color: #0F172A;
  font-weight: 700;
  line-height: 1.2;
}

.category-grid-block .block-description {
  color: #475569;
  font-size: 1.125rem;
  line-height: 1.6;
}

.category-grid-block .glass-control-panel {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.04);
}

.category-grid-block .search-input-wrapper {
  position: relative;
}

.category-grid-block .search-input-wrapper .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #94A3B8;
  font-size: 1.1rem;
}

.category-grid-block .search-input-wrapper .js-search-input {
  padding-left: 40px;
  border-radius: 8px;
  border: 1px solid #CBD5E1;
  background-color: #FFFFFF;
  color: #0F172A;
  font-size: 0.95rem;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.category-grid-block .search-input-wrapper .js-search-input:focus {
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
  outline: none;
}

.category-grid-block .btn-filter {
  background-color: transparent;
  color: #475569;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 8px 16px;
  transition: all 0.25s ease;
}

.category-grid-block .btn-filter:hover {
  background-color: rgba(226, 232, 240, 0.5);
  color: #0F172A;
  border-color: #CBD5E1;
}

.category-grid-block .btn-filter.active {
  background-color: #2563EB;
  color: #FFFFFF;
  border-color: #2563EB;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.category-grid-block .glass-card {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.category-grid-block .glass-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 99, 235, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.category-grid-block .card-img-link {
  height: 200px;
  display: block;
}

.category-grid-block .card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.category-grid-block .glass-card:hover .card-img-top {
  transform: scale(1.05);
}

.category-grid-block .card-tag-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 0.3px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.category-grid-block .card-meta {
  font-size: 0.8rem;
  color: #64748B;
  font-weight: 500;
}

.category-grid-block .card-meta .meta-item {
  display: inline-flex;
  align-items: center;
}

.category-grid-block .card-title {
  color: #0F172A;
  font-weight: 600;
  line-height: 1.3;
}

.category-grid-block .card-title-link {
  color: #0F172A;
  transition: color 0.2s ease;
}

.category-grid-block .card-title-link:hover {
  color: #2563EB;
}

.category-grid-block .card-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #475569;
}

.category-grid-block .card-btn {
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 10px 16px;
  transition: all 0.2s ease;
  border-color: #E2E8F0;
  color: #2563EB;
  background: #FFFFFF;
}

.category-grid-block .card-btn:hover {
  background: #2563EB;
  color: #FFFFFF;
  border-color: #2563EB;
}

.category-grid-block .glass-form-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 10px 40px rgba(31, 38, 135, 0.05);
}

.category-grid-block .form-label {
  font-size: 0.875rem;
  margin-bottom: 6px;
  color: #334155;
}

.category-grid-block .input-group-text {
  background-color: #F1F5F9;
  border: 1px solid #CBD5E1;
  color: #64748B;
  border-radius: 8px 0 0 8px;
}

.category-grid-block .form-control,
.category-grid-block .form-select {
  border: 1px solid #CBD5E1;
  background-color: #FFFFFF;
  color: #0F172A;
  border-radius: 8px;
  font-size: 0.95rem;
  padding: 10px 14px;
}

.category-grid-block .input-group .form-control,
.category-grid-block .input-group .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.category-grid-block .btn-gradient {
  background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
  border: none;
  color: #FFFFFF;
  font-weight: 600;
  border-radius: 8px;
  transition: opacity 0.25s ease, transform 0.2s ease;
}

.category-grid-block .btn-gradient:hover {
  opacity: 0.95;
  transform: translateY(-1px);
  color: #FFFFFF;
}

.category-grid-block .btn-gradient:active {
  transform: translateY(1px);
}

.category-grid-block ::placeholder {
  color: #94A3B8 !important;
  opacity: 1 !important;
}
.category-grid-block :-ms-input-placeholder {
  color: #94A3B8 !important;
}
.category-grid-block ::-ms-input-placeholder {
  color: #94A3B8 !important;
}

/* ===== PAGE: research-handoffs ===== */
.research-handoffs-section {
  background-color: #F8FAFC;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.research-handoffs-section .category-badge {
  background: rgba(37, 99, 235, 0.1);
  color: #2563EB;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: inline-block;
}

.research-handoffs-section .glass-filter-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.04);
}

.research-handoffs-section .search-wrapper .search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #94A3B8;
  font-size: 1.2rem;
}

.research-handoffs-section .custom-input {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(226, 232, 240, 1);
  color: #0F172A;
  font-size: 0.95rem;
  border-radius: 8px;
  padding: 0.75rem 1rem;
}

.research-handoffs-section .custom-input::placeholder {
  color: #94A3B8;
  opacity: 1;
}

.research-handoffs-section .custom-input:focus {
  background: #FFFFFF;
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
  outline: none;
}

.research-handoffs-section .filter-btn {
  background: transparent;
  border: 1px solid rgba(226, 232, 240, 0.8);
  color: #475569;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.research-handoffs-section .filter-btn:hover,
.research-handoffs-section .filter-btn.active {
  background: #2563EB;
  border-color: #2563EB;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.research-handoffs-section .handoff-glass-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.research-handoffs-section .handoff-glass-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.research-handoffs-section .card-img-wrapper {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.research-handoffs-section .card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.research-handoffs-section .handoff-glass-card:hover .card-img-wrapper img {
  transform: scale(1.05);
}

.research-handoffs-section .card-category-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  color: #0F172A;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.research-handoffs-section .card-title a {
  color: #0F172A;
  font-weight: 700;
  transition: color 0.2s ease;
}

.research-handoffs-section .card-title a:hover {
  color: #2563EB;
}

.research-handoffs-section .btn-primary-glass {
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.15);
  color: #2563EB;
  font-weight: 600;
  padding: 0.625rem 1.25rem;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.research-handoffs-section .btn-primary-glass:hover {
  background: #2563EB;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.research-handoffs-section .request-glass-card {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 20px 40px rgba(31, 38, 135, 0.06);
}

.research-handoffs-section .btn-gradient {
  background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
  border: none;
  color: #FFFFFF;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.25);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.research-handoffs-section .btn-gradient:hover {
  opacity: 0.95;
  transform: translateY(-1px);
  color: #FFFFFF;
}

.research-handoffs-section .text-slate-900 {
  color: #0F172A;
}

.research-handoffs-section .text-slate-700 {
  color: #334155;
}

.research-handoffs-section .text-slate-600 {
  color: #475569;
}

.research-handoffs-section .text-slate-500 {
  color: #64748B;
}

@media (max-width: 768px) {
  .research-handoffs-section h1 {
    font-size: 1.75rem !important;
  }
  .research-handoffs-section h2 {
    font-size: 1.35rem !important;
  }
  .research-handoffs-section h3 {
    font-size: 1.15rem !important;
  }
}

/* ===== PAGE: about ===== */
.about-content-section {
  background-color: #F8FAFC;
  font-family: 'Inter', sans-serif;
}
.about-content-section .glass-card-wrapper {
  position: relative;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}
.about-content-section .glass-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
}
.about-content-section .icon-box {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}
.about-content-section .js-tab-content.d-none {
  display: none !important;
}
.about-content-section .js-tab-content.active {
  display: block !important;
}
.about-content-section .form-control:focus {
  border-color: #2563EB;
  box-shadow: 0 0 0 0.25rem rgba(37, 99, 235, 0.15);
}
.about-content-section .form-control::placeholder {
  color: #475569 !important;
  opacity: 0.85;
}

/* ===== PAGE: contact ===== */
.sourcelogic-contact-section {
  background-color: #F8FAFC;
  font-family: 'Inter', sans-serif;
  color: #0F172A;
}

.sourcelogic-contact-section .contact-info-card,
.sourcelogic-contact-section .contact-form-card {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.sourcelogic-contact-section .info-badge {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(124, 58, 237, 0.1) 100%);
  color: #2563EB;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  border: 1px solid rgba(37, 99, 235, 0.2);
}

.sourcelogic-contact-section .contact-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.2;
}

.sourcelogic-contact-section .contact-desc {
  font-size: 1rem;
  color: #475569;
  line-height: 1.6;
}

.sourcelogic-contact-section .icon-wrapper {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
  border-radius: 12px;
  color: #FFFFFF;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.sourcelogic-contact-section .item-label {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94A3B8;
}

.sourcelogic-contact-section .item-value {
  font-size: 1.05rem;
  font-weight: 500;
  color: #0F172A;
  transition: color 0.2s ease;
}

.sourcelogic-contact-section a.item-value:hover {
  color: #2563EB;
}

.sourcelogic-contact-section .footer-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #64748B;
}

.sourcelogic-contact-section .whatsapp-btn {
  background: #128C7E;
  color: #FFFFFF;
  border-radius: 12px;
  font-weight: 600;
  border: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.sourcelogic-contact-section .whatsapp-btn:hover {
  background: #075E54;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.sourcelogic-contact-section .form-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0F172A;
}

.sourcelogic-contact-section .form-subtitle {
  font-size: 0.95rem;
  color: #64748B;
}

.sourcelogic-contact-section .form-group-custom {
  margin-bottom: 0.5rem;
}

.sourcelogic-contact-section .form-label-custom {
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.5rem;
  display: block;
}

.sourcelogic-contact-section .form-control-custom {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 10px;
  color: #0F172A;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sourcelogic-contact-section .form-control-custom:focus {
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.sourcelogic-contact-section .form-select-custom {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23475569' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  padding-right: 2.5rem;
}


.sourcelogic-contact-section input::placeholder,
.sourcelogic-contact-section textarea::placeholder {
  color: #94A3B8 !important;
  opacity: 1 !important;
}

.sourcelogic-contact-section .form-check-input-custom {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.2rem;
  border: 1px solid rgba(203, 213, 225, 1);
  border-radius: 4px;
  cursor: pointer;
  accent-color: #2563EB;
}

.sourcelogic-contact-section .form-check-label-custom {
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.5;
  user-select: none;
  cursor: pointer;
}

.sourcelogic-contact-section .submit-btn {
  background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
  color: #FFFFFF;
  font-weight: 600;
  border-radius: 12px;
  border: none;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.sourcelogic-contact-section .submit-btn:hover {
  opacity: 0.95;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.2);
  color: #FFFFFF;
}

@media (max-width: 767.98px) {
  .sourcelogic-contact-section .contact-title {
    font-size: 1.75rem;
  }
  .sourcelogic-contact-section .form-title {
    font-size: 1.5rem;
  }
}

/* ===== PAGE: privacy ===== */
.sourcelogic-privacy-section {
  background-color: #F8FAFC;
  font-family: 'Inter', sans-serif;
}

.sourcelogic-privacy-section .privacy-sidebar {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  top: 100px;
}

.sourcelogic-privacy-section .nav-link-item {
  color: #475569;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.sourcelogic-privacy-section .nav-link-item:hover {
  color: #2563EB;
  background: rgba(37, 99, 235, 0.08);
}

.sourcelogic-privacy-section .nav-link-item.active {
  color: #2563EB;
  background: rgba(37, 99, 235, 0.12);
  font-weight: 600;
}

.sourcelogic-privacy-section .privacy-content-wrapper {
  background: #FFFFFF;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.02);
}

.sourcelogic-privacy-section .search-box-wrapper {
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 12px;
}

.sourcelogic-privacy-section .search-box-wrapper .form-control {
  border: 1px solid rgba(226, 232, 240, 1);
  font-size: 0.95rem;
  color: #0F172A;
  box-shadow: none;
}

.sourcelogic-privacy-section .search-box-wrapper .form-control::placeholder {
  color: #94A3B8;
}

.sourcelogic-privacy-section .search-box-wrapper .form-control:focus {
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.sourcelogic-privacy-section .search-box-wrapper .input-group-text {
  border: 1px solid rgba(226, 232, 240, 1);
  color: #94A3B8;
}

.sourcelogic-privacy-section .privacy-card {
  padding: 1.5rem;
  border-radius: 12px;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}

.sourcelogic-privacy-section .privacy-card:hover {
  background: rgba(248, 250, 252, 0.5);
  border-color: rgba(226, 232, 240, 0.8);
}

.sourcelogic-privacy-section .badge-num {
  background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
  color: #FFFFFF;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.sourcelogic-privacy-section h2 {
  color: #0F172A;
}

.sourcelogic-privacy-section .text-secondary {
  color: #475569 !important;
  line-height: 1.7;
}

.sourcelogic-privacy-section .btn-outline-primary {
  border-color: #2563EB;
  color: #2563EB;
  transition: all 0.2s;
}

.sourcelogic-privacy-section .btn-outline-primary:hover {
  background-color: #2563EB;
  border-color: #2563EB;
  color: #FFFFFF;
}

/* ===== PAGE: terms ===== */
.terms-block {
  background-color: #F8FAFC;
  font-family: 'Inter', system-ui, sans-serif;
  color: #0F172A;
}

.terms-block .terms-sidebar {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  position: sticky;
  top: 100px;
  z-index: 10;
}

.terms-block .terms-sidebar-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0F172A;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.terms-block .js-toc-link {
  color: #475569;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
}

.terms-block .js-toc-link:hover {
  color: #2563EB;
  background: rgba(37, 99, 235, 0.08);
}

.terms-block .js-toc-link.active {
  color: #FFFFFF;
  background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.terms-block .terms-search-card {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.terms-block .terms-main-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0F172A;
}

.terms-block .terms-subtitle {
  font-size: 0.875rem;
  color: #64748B;
}

.terms-block .form-control {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  color: #0F172A;
  font-size: 0.9rem;
  padding: 10px 14px;
  border-radius: 8px;
  transition: border-color 0.2s ease;
}

.terms-block .form-control:focus {
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.terms-block .form-control::placeholder {
  color: #94A3B8;
  opacity: 1;
}

.terms-block .input-group-text {
  border: 1px solid #E2E8F0;
  color: #64748B;
}

.terms-block .terms-content-card {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.terms-block .terms-section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0F172A;
}

.terms-block .badge-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563EB;
  font-size: 0.75rem;
  font-weight: 700;
}

.terms-block .terms-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 1.25rem;
  text-align: justify;
  hyphens: auto;
}

.terms-block .terms-list {
  padding-left: 1.25rem;
  color: #475569;
  font-size: 0.95rem;
}

.terms-block .terms-list li {
  margin-bottom: 0.5rem;
  position: relative;
  list-style-type: square;
}

.terms-block hr {
  border-top: 1px solid rgba(226, 232, 240, 0.8);
  opacity: 1;
}

.terms-block .contact-details {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.terms-block .contact-details a {
  color: #2563EB;
  text-decoration: none;
  font-weight: 500;
}

.terms-block .contact-details a:hover {
  text-decoration: underline;
}

.terms-block .btn-primary {
  background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
  border: none;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
  transition: all 0.25s ease-in-out;
}

.terms-block .btn-primary:hover {
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.3);
  transform: translateY(-1px);
}

@media (max-width: 991.98px) {
  .terms-block .terms-content-card {
    padding: 1.5rem !important;
  }
  .terms-block .terms-main-title {
    font-size: 1.5rem;
  }
  .terms-block .terms-section-title {
    font-size: 1.1rem;
  }
}

/* ===== PAGE: disclaimer ===== */
.disclaimer-section {
  background-color: #F8FAFC;
  font-family: 'Inter', sans-serif;
  min-height: 80vh;
}
.disclaimer-section .disclaimer-filter-card {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}
.disclaimer-section #js-disclaimer-search {
  background-color: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.8);
  color: #0F172A;
  box-shadow: none;
}
.disclaimer-section #js-disclaimer-search:focus {
  border-color: #2563EB;
}
.disclaimer-section #js-disclaimer-search::placeholder {
  color: #94A3B8;
  opacity: 1;
}
.disclaimer-section .js-filter-btn {
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.8);
  color: #475569;
  border: 1px solid rgba(226, 232, 240, 0.8);
  font-weight: 500;
  box-shadow: none;
}
.disclaimer-section .js-filter-btn:hover {
  background-color: #2563EB;
  color: #ffffff;
  border-color: #2563EB;
}
.disclaimer-section .js-filter-btn.active {
  background-color: #2563EB;
  color: #ffffff;
  border-color: #2563EB;
}
.disclaimer-section .disclaimer-item-card {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  transition: transform 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.disclaimer-section .disclaimer-item-card:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.4);
}
.disclaimer-section .disclaimer-icon-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.disclaimer-section .disclaimer-title {
  font-weight: 700;
  font-size: 2.25rem;
}
.disclaimer-section .disclaimer-item-title {
  font-weight: 600;
}

.glass-comment-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.glass-comment-card:hover {
    border-color: rgba(37, 99, 235, 0.4);
    box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.12);
}

.avatar-initials {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

.commenter-name {
    color: #0F172A;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1rem;
}

.comment-metadata {
    color: #475569;
    font-size: 0.825rem;
    font-weight: 400;
}

.comment-content p {
    color: #0F172A;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.btn-icon-glass {
    background: transparent;
    border: none;
    color: #475569;
    padding: 6px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
}

.btn-icon-glass:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #0F172A;
}

.btn-glass-action {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #475569;
    border-radius: 8px;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

.btn-glass-action:hover {
    background: rgba(37, 99, 235, 0.08);
    border-color: rgba(37, 99, 235, 0.3);
    color: #2563EB;
    transform: translateY(-1px);
}

.glass-comment-reply {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 3px solid #7C3AED !important;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 4px 20px 0 rgba(31, 38, 135, 0.04);
    position: relative;
}

.avatar-initials-sm {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7C3AED 0%, #0EA5E9 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 3px 8px rgba(124, 58, 237, 0.2);
}

.commenter-name-sm {
    color: #0F172A;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
}

.comment-metadata-sm {
    color: #475569;
    font-size: 0.775rem;
    font-weight: 400;
}

.comment-content-sm p {
    color: #0F172A;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.btn-glass-action-sm {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #475569;
    border-radius: 6px;
    padding: 4px 10px;
    font-weight: 500;
    font-size: 0.775rem;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

.btn-glass-action-sm:hover {
    background: rgba(124, 58, 237, 0.08);
    border-color: rgba(124, 58, 237, 0.3);
    color: #7C3AED;
}


/* ===== PAGE TEMPLATE: source-fieldbook ===== */
.sl-header .navbar {
    min-height: 80px;
    background-color: #FFFFFF !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    z-index: 1030;
}

.sl-header .navbar-brand {
    position: relative;
    z-index: 10;
    color: #0F172A !important;
    font-size: 1.1rem;
}

.sl-header .sl-logo-img {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.sl-header .nav-link {
    color: #475569 !important;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.2s ease;
}

.sl-header .nav-link:hover,
.sl-header .nav-link.active {
    color: #2563EB !important;
}

.sl-header .dropdown-menu {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 0.75rem;
    min-width: 200px;
    margin-top: 10px;
}

.sl-header .dropdown-item {
    border-radius: 8px;
    padding: 0.6rem 1rem;
    color: #475569;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.sl-header .dropdown-item:hover {
    background-color: rgba(37, 99, 235, 0.05);
    color: #2563EB;
}

.sl-header .sl-btn-primary {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    border: none;
    border-radius: 8px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sl-header .sl-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    background: linear-gradient(135deg, #1D4ED8 0%, #6D28D9 100%);
}

.sl-header .navbar-toggler {
    font-size: 1.5rem;
    color: #0F172A;
}

@media (max-width: 991.98px) {
    .sl-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 1.5rem 0;
        max-height: 80vh;
        overflow-y: auto;
    }

    .sl-header .navbar-brand {
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .sl-header .nav-item {
        width: 100%;
        text-align: left;
    }

    .sl-header .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: none;
        margin-top: 0;
    }

    .sl-header .sl-brand-text {
        font-size: 1rem;
    }
}

.hero-section {
    min-height: 50vh;
    padding: 140px 0 60px 0;
    background: #F8FAFC;
    background-image: radial-gradient(at 0% 0%, rgba(37, 99, 235, 0.05) 0px, transparent 50%), radial-gradient(at 100% 100%, rgba(124, 58, 237, 0.05) 0px, transparent 50%);
}

.hero-section .hero-bg-overlay {
    opacity: 0.05;
    filter: grayscale(100%);
    z-index: 0;
}

.hero-section .hero-glass-panel {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    z-index: 1;
}

.hero-section .hero-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.3;
    color: #0F172A;
}

.hero-section .hero-description {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #475569;
    max-width: 700px;
}

.sourcelogic-footer {
    background-color: #F8FAFC;
    position: relative;
    overflow: hidden;
}

.sourcelogic-footer .footer-disclaimer-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-left: 4px solid #2563EB;
    border-radius: 12px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.05);
}

.sourcelogic-footer .disclaimer-icon-wrapper {
    background: rgba(37, 99, 235, 0.1);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.sourcelogic-footer .disclaimer-icon-wrapper i {
    color: #2563EB;
    font-size: 1.5rem;
}

.sourcelogic-footer .disclaimer-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 0.5rem;
}

.sourcelogic-footer .disclaimer-text p {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.6;
}

.sourcelogic-footer .footer-logo img {
    max-width: 50px;
    height: auto;
    display: block;
}

.sourcelogic-footer .footer-brand-desc {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}

.sourcelogic-footer .footer-links-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
    position: relative;
    padding-bottom: 10px;
}

.sourcelogic-footer .footer-links-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
}

.sourcelogic-footer .footer-links-list li {
    margin-bottom: 0.75rem;
}

.sourcelogic-footer .footer-links-list a {
    color: #475569;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.sourcelogic-footer .footer-links-list a:hover {
    color: #2563EB;
    transform: translateX(5px);
}

.sourcelogic-footer .contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #475569;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.sourcelogic-footer .contact-link i {
    color: #2563EB;
    font-size: 1.2rem;
}

.sourcelogic-footer a.contact-link:hover {
    color: #2563EB;
}

.sourcelogic-footer .whatsapp-link {
    font-weight: 600;
    color: #0F172A;
}

.sourcelogic-footer .whatsapp-link i {
    color: #25D366;
}

.sourcelogic-footer .footer-bottom {
    border-color: rgba(226, 232, 240, 0.8) !important;
}

.sourcelogic-footer .copyright-text {
    color: #94A3B8;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .sourcelogic-footer {
        padding-bottom: 2rem;
    }

    .sourcelogic-footer .footer-links-block {
        margin-top: 1rem;
    }

    .sourcelogic-footer .footer-disclaimer-card {
        margin-bottom: 2rem;
    }
}

.fieldbook-detail-section {
    background: #F8FAFC;
    padding-bottom: 80px;
}

.fieldbook-detail-section .detail-glass-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 1.5rem;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.04);
}

.fieldbook-detail-section .detail-img-wrapper img {
    height: 380px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

@media(max-width: 767.98px) {
    .fieldbook-detail-section .detail-img-wrapper img {
        height: 220px;
    }
}

.fieldbook-detail-section .text-primary-color {
    color: #0F172A !important;
}

.fieldbook-detail-section .text-secondary-color {
    color: #475569 !important;
}

.fieldbook-detail-section .section-heading {
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(37, 99, 235, 0.1);
}

.fieldbook-detail-section .lead-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #334155;
}

.fieldbook-detail-section .info-block-glass {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.fieldbook-detail-section .info-block-title {
    font-size: 1.1rem;
    font-weight: 600;
}

.fieldbook-detail-section .custom-glass-accordion .accordion-item {
    border-color: rgba(226, 232, 240, 0.8);
}

.fieldbook-detail-section .custom-glass-accordion .accordion-button {
    box-shadow: none;
    padding: 1.25rem 0.5rem;
    font-size: 1rem;
}

.fieldbook-detail-section .custom-glass-accordion .accordion-button:not(.collapsed) {
    color: #2563EB;
}

.fieldbook-detail-section .custom-glass-accordion .accordion-button::after {
    filter: grayscale(1) opacity(0.5);
}

.fieldbook-detail-section .sidebar-title {
    font-size: 1.25rem;
    font-weight: 700;
}

.fieldbook-detail-section .metadata-list span {
    font-size: 0.95rem;
}

.fieldbook-detail-section .glass-input {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 8px;
    color: #0F172A;
    transition: all 0.3s ease;
}

.fieldbook-detail-section .glass-input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.fieldbook-detail-section .glass-input:focus {
    background: #FFFFFF;
    border-color: #2563EB;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.fieldbook-detail-section .custom-btn {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.fieldbook-detail-section .custom-btn:hover {
    background: linear-gradient(135deg, #1D4ED8 0%, #6D28D9 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(37, 99, 235, 0.25);
}

.fieldbook-detail-section .module-link {
    color: #475569;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.fieldbook-detail-section .module-link:hover {
    color: #2563EB;
}

/* ===== PAGE TEMPLATE: evidence-strength ===== */
.sl-header .navbar {
    min-height: 80px;
    background-color: #FFFFFF !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    z-index: 1030;
}

.sl-header .navbar-brand {
    position: relative;
    z-index: 10;
    color: #0F172A !important;
    font-size: 1.1rem;
}

.sl-header .sl-logo-img {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.sl-header .nav-link {
    color: #475569 !important;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.2s ease;
}

.sl-header .nav-link:hover,
.sl-header .nav-link.active {
    color: #2563EB !important;
}

.sl-header .dropdown-menu {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 0.75rem;
    min-width: 200px;
    margin-top: 10px;
}

.sl-header .dropdown-item {
    border-radius: 8px;
    padding: 0.6rem 1rem;
    color: #475569;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.sl-header .dropdown-item:hover {
    background-color: rgba(37, 99, 235, 0.05);
    color: #2563EB;
}

.sl-header .sl-btn-primary {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    border: none;
    border-radius: 8px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sl-header .sl-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    background: linear-gradient(135deg, #1D4ED8 0%, #6D28D9 100%);
}

.sl-header .navbar-toggler {
    font-size: 1.5rem;
    color: #0F172A;
}

@media (max-width: 991.98px) {
    .sl-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 1.5rem 0;
        max-height: 80vh;
        overflow-y: auto;
    }

    .sl-header .navbar-brand {
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .sl-header .nav-item {
        width: 100%;
        text-align: left;
    }

    .sl-header .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: none;
        margin-top: 0;
    }

    .sl-header .sl-brand-text {
        font-size: 1rem;
    }
}

.hero-detail-section {
    padding: 120px 0 60px;
    background: #F8FAFC;
    background-image: radial-gradient(at 0% 0%, rgba(37, 99, 235, 0.03) 0px, transparent 50%), radial-gradient(at 100% 100%, rgba(124, 58, 237, 0.03) 0px, transparent 50%);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.hero-detail-section .hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: #0F172A;
}

.hero-detail-section .hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #475569;
}

.hero-detail-section .badge-es-category {
    background: rgba(37, 99, 235, 0.1);
    color: #2563EB;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 50px;
}

.hero-detail-section .breadcrumb-item+.breadcrumb-item::before {
    color: #94A3B8;
}

.hero-detail-section .breadcrumb-item a {
    text-decoration: none;
    transition: color 0.2s ease;
}

.hero-detail-section .breadcrumb-item a:hover {
    color: #2563EB;
}

.es-detail-wrapper {
    background-color: #F8FAFC;
}

.es-detail-wrapper .glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 1.25rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.es-detail-wrapper h2.section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0F172A;
}

.es-detail-wrapper h3.subsection-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #0F172A;
}

.es-detail-wrapper h3.sidebar-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0F172A;
}

.es-detail-wrapper h4.subsection-subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    color: #475569;
}

.es-detail-wrapper h4.sidebar-subtitle {
    font-size: 0.95rem;
    font-weight: 600;
    color: #475569;
}

.es-detail-wrapper .section-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #475569;
}

.es-detail-wrapper .info-quote-box {
    background: rgba(37, 99, 235, 0.04);
    border-left: 4px solid #2563EB;
    border-radius: 0 8px 8px 0;
    position: relative;
}

.es-detail-wrapper .info-quote-box .quote-icon {
    font-size: 1.5rem;
    color: rgba(37, 99, 235, 0.3);
    position: absolute;
    top: 10px;
    left: 10px;
}

.es-detail-wrapper .info-quote-box p {
    padding-left: 20px;
    font-style: italic;
    color: #1E293B;
}

.es-detail-wrapper .styled-list {
    list-style: none;
    padding-left: 0;
}

.es-detail-wrapper .styled-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: #475569;
    font-size: 0.95rem;
}

.es-detail-wrapper .styled-list li::before {
    content: "\eeb6";
    font-family: 'remixicon' !important;
    position: absolute;
    left: 0;
    top: 2px;
    color: #2563EB;
    font-size: 1rem;
}

.es-detail-wrapper .glass-accordion-item {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    border-radius: 8px !important;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.es-detail-wrapper .glass-accordion-item .accordion-button {
    background: transparent;
    color: #0F172A;
    font-weight: 600;
    box-shadow: none;
    padding: 1rem 1.25rem;
}

.es-detail-wrapper .glass-accordion-item .accordion-button:not(.collapsed) {
    background: rgba(37, 99, 235, 0.05);
    color: #2563EB;
}

.es-detail-wrapper .glass-accordion-item .accordion-button::after {
    filter: grayscale(1) brightness(0.5);
}

.es-detail-wrapper .glass-accordion-item .accordion-body {
    background: rgba(255, 255, 255, 0.2);
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}

.es-detail-wrapper .inquiry-form-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.es-detail-wrapper .form-label {
    font-weight: 500;
    color: #475569;
    font-size: 0.9rem;
}

.es-detail-wrapper .form-control {
    background: #FFFFFF;
    border: 1px solid #D8E2EF;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    color: #0F172A;
    box-shadow: none;
    transition: border-color 0.2s ease;
}

.es-detail-wrapper .form-control:focus {
    border-color: #2563EB;
    background: #FFFFFF;
}

.es-detail-wrapper .form-control::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.es-detail-wrapper .form-control:-ms-input-placeholder {
    color: #94A3B8;
}

.es-detail-wrapper .form-control::-ms-input-placeholder {
    color: #94A3B8;
}

.es-detail-wrapper .btn-submit-inquiry {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    color: #FFFFFF !important;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.es-detail-wrapper .btn-submit-inquiry:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.3);
}

.es-detail-wrapper .sidebar-divider {
    border-color: rgba(226, 232, 240, 0.8);
    margin: 1rem 0;
}

.es-detail-wrapper .stat-label {
    color: #94A3B8;
    font-size: 0.9rem;
}

.es-detail-wrapper .stat-value {
    color: #0F172A;
    font-weight: 600;
    font-size: 0.9rem;
}

.es-detail-wrapper .badge-stat-high {
    background: rgba(37, 99, 235, 0.1);
    color: #2563EB;
    font-weight: 600;
    font-size: 0.85rem;
}

.es-detail-wrapper .badge-stat-yes {
    background: rgba(16, 185, 129, 0.1);
    color: #10B981;
    font-weight: 600;
    font-size: 0.85rem;
}

.es-detail-wrapper .btn-share-action {
    background: #F1F5F9;
    color: #475569 !important;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
    padding: 0;
    border: none;
}

.es-detail-wrapper .btn-share-action:hover {
    background: #2563EB;
    color: #FFFFFF !important;
    transform: translateY(-2px);
}

.es-detail-wrapper .js-tabs-navigation {
    border-bottom: 2px solid #E2E8F0;
}

.es-detail-wrapper .js-tabs-navigation .nav-link {
    border: none;
    color: #475569;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.2s ease;
    background: transparent;
}

.es-detail-wrapper .js-tabs-navigation .nav-link.active {
    color: #2563EB;
    border-bottom: 2px solid #2563EB;
    margin-bottom: -2px;
}

.es-detail-wrapper .tab-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #475569;
}

.es-detail-wrapper .rec-link {
    text-decoration: none;
    transition: transform 0.2s ease;
}

.es-detail-wrapper .rec-link:hover {
    transform: translateX(4px);
}

.es-detail-wrapper .rec-title {
    color: #0F172A;
    font-weight: 600;
    font-size: 0.95rem;
}

.es-detail-wrapper .rec-meta {
    font-size: 0.8rem;
}

.sourcelogic-footer {
    background-color: #F8FAFC;
    position: relative;
    overflow: hidden;
}

.sourcelogic-footer .footer-disclaimer-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-left: 4px solid #2563EB;
    border-radius: 12px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.05);
}

.sourcelogic-footer .disclaimer-icon-wrapper {
    background: rgba(37, 99, 235, 0.1);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.sourcelogic-footer .disclaimer-icon-wrapper i {
    color: #2563EB;
    font-size: 1.5rem;
}

.sourcelogic-footer .disclaimer-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 0.5rem;
}

.sourcelogic-footer .disclaimer-text p {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.6;
}

.sourcelogic-footer .footer-logo img {
    max-width: 50px;
    height: auto;
    display: block;
}

.sourcelogic-footer .footer-brand-desc {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}

.sourcelogic-footer .footer-links-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
    position: relative;
    padding-bottom: 10px;
}

.sourcelogic-footer .footer-links-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
}

.sourcelogic-footer .footer-links-list li {
    margin-bottom: 0.75rem;
}

.sourcelogic-footer .footer-links-list a {
    color: #475569;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.sourcelogic-footer .footer-links-list a:hover {
    color: #2563EB;
    transform: translateX(5px);
}

.sourcelogic-footer .contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #475569;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.sourcelogic-footer .contact-link i {
    color: #2563EB;
    font-size: 1.2rem;
}

.sourcelogic-footer a.contact-link:hover {
    color: #2563EB;
}

.sourcelogic-footer .whatsapp-link {
    font-weight: 600;
    color: #0F172A;
}

.sourcelogic-footer .whatsapp-link i {
    color: #25D366;
}

.sourcelogic-footer .footer-bottom {
    border-color: rgba(226, 232, 240, 0.8) !important;
}

.sourcelogic-footer .copyright-text {
    color: #94A3B8;
    font-size: 0.875rem;
}

@media (max-width: 767.98px) {
    .hero-detail-section .hero-title {
        font-size: 18px !important;
        hyphens: auto;
    }

    .es-detail-wrapper h2.section-title {
        font-size: 16px !important;
        hyphens: auto;
    }

    .es-detail-wrapper h3.subsection-title {
        font-size: 14px !important;
        hyphens: auto;
    }

    .es-detail-wrapper h4.subsection-subtitle {
        font-size: 12px !important;
        hyphens: auto;
    }

    .sourcelogic-footer {
        padding-bottom: 2rem;
    }

    .sourcelogic-footer .footer-links-block {
        margin-top: 1rem;
    }

    .sourcelogic-footer .footer-disclaimer-card {
        margin-bottom: 2rem;
    }
}

/* ===== PAGE TEMPLATE: limitations ===== */
.detail-page-wrapper {
    background-color: #F8FAFC;
    background-image: radial-gradient(at 0% 0%, rgba(37, 99, 235, 0.03) 0px, transparent 50%), radial-gradient(at 100% 100%, rgba(124, 58, 237, 0.03) 0px, transparent 50%);
    padding-top: 80px;
}

.detail-page-wrapper .hero-section {
    min-height: 50vh;
    padding: 60px 0;
    background: transparent;
}

.detail-page-wrapper .hero-glass-panel {
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 1.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
}

.detail-page-wrapper .hero-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #0F172A;
    line-height: 1.25;
}

.detail-page-wrapper .hero-description {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
}

.detail-page-wrapper .hero-image-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.8);
}

.detail-page-wrapper .detail-body-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 1.25rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.detail-page-wrapper .detail-content-heading {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0F172A;
}

.detail-page-wrapper .detail-content-subheading {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0F172A;
}

.detail-page-wrapper .detail-text-paragraph {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #475569;
}

.detail-page-wrapper .accordion-card-item {
    border: 1px solid rgba(226, 232, 240, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    overflow: hidden;
}

.detail-page-wrapper .accordion-header-btn {
    border: none;
    background: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.detail-page-wrapper .accordion-header-btn:hover {
    background-color: rgba(37, 99, 235, 0.03);
}

.detail-page-wrapper .accordion-content-panel {
    display: none;
    background-color: #FFFFFF;
}

.detail-page-wrapper .checklist-card-item {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 10px;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.detail-page-wrapper .checklist-card-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(31, 38, 135, 0.04);
}

.detail-page-wrapper .checklist-icon-holder i {
    font-size: 1.5rem;
}

.detail-page-wrapper .checklist-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0F172A;
}

.detail-page-wrapper .checklist-desc {
    font-size: 0.85rem;
    color: #64748B;
}

.detail-page-wrapper .detail-sidebar-container {
    position: sticky;
    top: 100px;
}

.detail-page-wrapper .sidebar-card-item {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 1.25rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.detail-page-wrapper .sidebar-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0F172A;
}

.detail-page-wrapper .sidebar-card-text {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.6;
}

.detail-page-wrapper .form-input-element {
    background: #FFFFFF !important;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    font-size: 0.9rem;
    padding: 0.65rem 0.75rem;
    border-radius: 8px;
    transition: border-color 0.2s ease;
}

.detail-page-wrapper .form-input-element:focus {
    border-color: #2563EB;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.detail-page-wrapper .form-input-element::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.detail-page-wrapper .sidebar-topics-list {
    list-style: none;
}

.detail-page-wrapper .topic-item-link a {
    font-size: 0.9rem;
    color: #475569;
    transition: color 0.2s ease;
}

.detail-page-wrapper .topic-item-link a:hover {
    color: #2563EB;
}

@media (max-width: 991.98px) {
    .detail-page-wrapper .detail-sidebar-container {
        position: static;
    }
}

@media (max-width: 768px) {
    .detail-page-wrapper {
        padding-top: 60px;
    }

    .detail-page-wrapper .hero-section {
        padding: 40px 0;
    }

    .detail-page-wrapper .hero-image-wrapper img {
        height: 200px;
    }
}

/* ===== PAGE TEMPLATE: conflicting-findings ===== */
.sl-detail-page {
    background-color: #F8FAFC;
    padding-top: 120px;
    padding-bottom: 80px;
}

.sl-detail-page .glass-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.sl-detail-page .detail-title {
    color: #0F172A;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1.3;
}

.sl-detail-page .meta-item {
    color: #475569;
    font-size: 0.9rem;
}

.sl-detail-page .main-detail-image {
    height: 450px;
    object-fit: cover;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.sl-detail-page .content-body h2 {
    color: #0F172A;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.sl-detail-page .content-body h3 {
    color: #0F172A;
    font-size: 1.25rem;
    font-weight: 600;
}

.sl-detail-page .content-body p {
    color: #475569;
    line-height: 1.7;
    font-size: 1.05rem;
    margin-bottom: 1.25rem;
}

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

.sl-detail-page .custom-tab-btn {
    background: transparent;
    border: 1px solid rgba(37, 99, 235, 0.2);
    color: #475569;
    padding: 0.6rem 1.25rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.sl-detail-page .custom-tab-btn.active {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    color: #FFFFFF !important;
    border-color: transparent;
}

.sl-detail-page .custom-tab-btn:hover:not(.active) {
    background: rgba(37, 99, 235, 0.05);
    color: #2563EB;
}

.sl-detail-page .tab-pane-custom {
    display: none;
}

.sl-detail-page .tab-pane-custom.active {
    display: block;
}

.sl-detail-page .accordion-custom-item {
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 8px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    background: #FFFFFF;
}

.sl-detail-page .accordion-custom-header {
    background: rgba(255, 255, 255, 0.8);
    padding: 1rem;
    width: 100%;
    text-align: left;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0F172A;
    font-weight: 600;
    transition: background 0.2s ease;
}

.sl-detail-page .accordion-custom-header:hover {
    background: rgba(37, 99, 235, 0.02);
}

.sl-detail-page .accordion-custom-body {
    display: none;
    padding: 1rem;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    color: #475569;
    background: #FFFFFF;
    font-size: 0.95rem;
    line-height: 1.6;
}

.sl-detail-page .accordion-custom-item.open .accordion-custom-body {
    display: block;
}

.sl-detail-page .accordion-custom-item.open .accordion-icon {
    transform: rotate(180deg);
}

.sl-detail-page .accordion-icon {
    transition: transform 0.2s ease;
    color: #2563EB;
}

.sl-detail-page .form-control-custom {
    background-color: #FFFFFF !important;
    border: 1px solid rgba(226, 232, 240, 0.8);
    color: #0F172A !important;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.sl-detail-page .form-control-custom::placeholder {
    color: #94A3B8;
}

.sl-detail-page .form-control-custom:focus {
    border-color: #2563EB;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    outline: none;
}

.sl-detail-page .btn-submit {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    color: #FFFFFF;
    font-weight: 600;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    border: none;
    transition: all 0.2s ease;
    width: 100%;
}

.sl-detail-page .btn-submit:hover {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
    filter: brightness(1.05);
}

.sl-detail-page .related-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(226, 232, 240, 0.6);
    color: #475569;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 0.95rem;
}

.sl-detail-page .related-link:hover {
    background: #FFFFFF;
    border-color: #2563EB;
    color: #2563EB;
    transform: translateX(4px);
}

.sl-detail-page .related-link i {
    color: #2563EB;
    margin-right: 8px;
    transition: transform 0.2s ease;
}

.sl-detail-page .sticky-sidebar {
    position: sticky;
    top: 100px;
}

@media (max-width: 991.98px) {
    .sl-detail-page {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .sl-detail-page .main-detail-image {
        height: 280px;
    }

    .sl-detail-page .detail-title {
        font-size: 1.75rem;
    }

    .sl-detail-page .sticky-sidebar {
        position: static;
    }
}

/* ===== PAGE TEMPLATE: inclusion-decisions ===== */
.sl-header .navbar {
    min-height: 80px;
    background-color: #FFFFFF !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    z-index: 1030;
}

.sl-header .navbar-brand {
    position: relative;
    z-index: 10;
    color: #0F172A !important;
    font-size: 1.1rem;
}

.sl-header .sl-logo-img {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.sl-header .nav-link {
    color: #475569 !important;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.2s ease;
}

.sl-header .nav-link:hover,
.sl-header .nav-link.active {
    color: #2563EB !important;
}

.sl-header .dropdown-menu {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 0.75rem;
    min-width: 200px;
    margin-top: 10px;
}

.sl-header .dropdown-item {
    border-radius: 8px;
    padding: 0.6rem 1rem;
    color: #475569;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.sl-header .dropdown-item:hover {
    background-color: rgba(37, 99, 235, 0.05);
    color: #2563EB;
}

.sl-header .sl-btn-primary {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    border: none;
    border-radius: 8px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sl-header .sl-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    background: linear-gradient(135deg, #1D4ED8 0%, #6D28D9 100%);
}

.sl-header .navbar-toggler {
    font-size: 1.5rem;
    color: #0F172A;
}

@media (max-width: 991.98px) {
    .sl-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 1.5rem 0;
        max-height: 80vh;
        overflow-y: auto;
    }

    .sl-header .navbar-brand {
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .sl-header .nav-item {
        width: 100%;
        text-align: left;
    }

    .sl-header .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: none;
        margin-top: 0;
    }

    .sl-header .sl-brand-text {
        font-size: 1rem;
    }
}

.sl-detail-template {
    background-color: #F8FAFC;
    color: #0F172A;
    font-family: 'Inter', sans-serif;
    padding-top: 80px;
}

.sl-detail-template .detail-hero-section {
    background: #F8FAFC;
    background-image: radial-gradient(at 0% 0%, rgba(37, 99, 235, 0.05) 0px, transparent 50%), radial-gradient(at 100% 100%, rgba(124, 58, 237, 0.05) 0px, transparent 50%);
}

.sl-detail-template .breadcrumb {
    margin-bottom: 0;
}

.sl-detail-template .breadcrumb-item a {
    color: #64748B;
    text-decoration: none;
    font-weight: 500;
}

.sl-detail-template .breadcrumb-item a:hover {
    color: #2563EB;
}

.sl-detail-template .breadcrumb-item.active {
    color: #0F172A;
    font-weight: 600;
}

.sl-detail-template .hero-glass-panel {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}

.sl-detail-template .glass-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .sl-detail-template .glass-card {
        padding: 2.5rem;
        margin-bottom: 2rem;
    }
}

.sl-detail-template h1.detail-title {
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    color: #0F172A;
}

.sl-detail-template h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
    .sl-detail-template h2 {
        font-size: 1.75rem;
    }
}

.sl-detail-template h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2563EB;
    margin-bottom: 1rem;
}

.sl-detail-template p {
    color: #475569;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.sl-detail-template .main-post-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
    .sl-detail-template .main-post-image {
        height: 250px;
    }
}

.sl-detail-template .meta-badge {
    background: rgba(37, 99, 235, 0.08);
    color: #2563EB;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.sl-detail-template .meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.sl-detail-template .meta-item {
    font-size: 0.9rem;
    color: #64748B;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sl-detail-template .meta-item i {
    color: #2563EB;
}

.sl-detail-template .nav-tabs-glass {
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.sl-detail-template .nav-link-glass {
    border: 1px solid transparent;
    background: transparent;
    color: #475569;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.sl-detail-template .nav-link-glass.active {
    background: rgba(37, 99, 235, 0.1);
    color: #2563EB;
    border-color: rgba(37, 99, 235, 0.2);
}

.sl-detail-template .tab-pane-glass {
    display: none;
}

.sl-detail-template .tab-pane-glass.show {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sl-detail-template .widget-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sl-detail-template .widget-list-item {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.sl-detail-template .widget-list-item:last-child {
    border-bottom: none;
}

.sl-detail-template .widget-link {
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sl-detail-template .widget-link:hover {
    color: #2563EB;
}

.sl-detail-template .form-control-glass {
    background: #FFFFFF !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    color: #0F172A !important;
    border-radius: 8px !important;
    padding: 0.75rem 1rem !important;
    transition: all 0.2s ease !important;
}

.sl-detail-template .form-control-glass:focus {
    background: #FFFFFF !important;
    border-color: #2563EB !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15) !important;
    color: #0F172A !important;
}

.sl-detail-template .form-control-glass::placeholder {
    color: #94A3B8 !important;
    opacity: 1 !important;
}

.sl-detail-template .form-label-glass {
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.5rem;
}

.sl-detail-template .share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(226, 232, 240, 0.8);
    color: #475569;
    transition: all 0.2s ease;
}

.sl-detail-template .share-btn:hover {
    background: #2563EB;
    color: #FFFFFF;
    border-color: #2563EB;
}

.sourcelogic-footer {
    background-color: #F8FAFC;
    position: relative;
    overflow: hidden;
}

.sourcelogic-footer .footer-disclaimer-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-left: 4px solid #2563EB;
    border-radius: 12px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.05);
}

.sourcelogic-footer .disclaimer-icon-wrapper {
    background: rgba(37, 99, 235, 0.1);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.sourcelogic-footer .disclaimer-icon-wrapper i {
    color: #2563EB;
    font-size: 1.5rem;
}

.sourcelogic-footer .disclaimer-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 0.5rem;
}

.sourcelogic-footer .disclaimer-text p {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.6;
}

.sourcelogic-footer .footer-logo img {
    max-width: 50px;
    height: auto;
    display: block;
}

.sourcelogic-footer .footer-brand-desc {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}

.sourcelogic-footer .footer-links-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
    position: relative;
    padding-bottom: 10px;
}

.sourcelogic-footer .footer-links-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
}

.sourcelogic-footer .footer-links-list li {
    margin-bottom: 0.75rem;
}

.sourcelogic-footer .footer-links-list a {
    color: #475569;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.sourcelogic-footer .footer-links-list a:hover {
    color: #2563EB;
    transform: translateX(5px);
}

.sourcelogic-footer .contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #475569;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.sourcelogic-footer .contact-link i {
    color: #2563EB;
    font-size: 1.2rem;
}

.sourcelogic-footer a.contact-link:hover {
    color: #2563EB;
}

.sourcelogic-footer .whatsapp-link {
    font-weight: 600;
    color: #0F172A;
}

.sourcelogic-footer .whatsapp-link i {
    color: #25D366;
}

.sourcelogic-footer .footer-bottom {
    border-color: rgba(226, 232, 240, 0.8) !important;
}

.sourcelogic-footer .copyright-text {
    color: #94A3B8;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .sourcelogic-footer {
        padding-bottom: 2rem;
    }

    .sourcelogic-footer .footer-links-block {
        margin-top: 1rem;
    }

    .sourcelogic-footer .footer-disclaimer-card {
        margin-bottom: 2rem;
    }
}

/* ===== PAGE TEMPLATE: review-cases ===== */
.sl-header .navbar {
    min-height: 80px;
    background-color: #FFFFFF !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    z-index: 1030;
}

.sl-header .navbar-brand {
    position: relative;
    z-index: 10;
    color: #0F172A !important;
    font-size: 1.1rem;
}

.sl-header .sl-logo-img {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.sl-header .nav-link {
    color: #475569 !important;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.2s ease;
}

.sl-header .nav-link:hover,
.sl-header .nav-link.active {
    color: #2563EB !important;
}

.sl-header .dropdown-menu {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 0.75rem;
    min-width: 200px;
    margin-top: 10px;
}

.sl-header .dropdown-item {
    border-radius: 8px;
    padding: 0.6rem 1rem;
    color: #475569;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.sl-header .dropdown-item:hover {
    background-color: rgba(37, 99, 235, 0.05);
    color: #2563EB;
}

.sl-header .sl-btn-primary {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    border: none;
    border-radius: 8px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sl-header .sl-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    background: linear-gradient(135deg, #1D4ED8 0%, #6D28D9 100%);
}

.sl-header .navbar-toggler {
    font-size: 1.5rem;
    color: #0F172A;
}

@media (max-width: 991.98px) {
    .sl-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 1.5rem 0;
        max-height: 80vh;
        overflow-y: auto;
    }

    .sl-header .navbar-brand {
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .sl-header .nav-item {
        width: 100%;
        text-align: left;
    }

    .sl-header .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: none;
        margin-top: 0;
    }

    .sl-header .sl-brand-text {
        font-size: 1rem;
    }
}

.hero-section {
    min-height: 50vh;
    padding: 140px 0 60px;
    background: #F8FAFC;
    background-image: radial-gradient(at 0% 0%, rgba(37, 99, 235, 0.05) 0px, transparent 50%), radial-gradient(at 100% 100%, rgba(124, 58, 237, 0.05) 0px, transparent 50%);
}

.hero-section .hero-bg-overlay {
    opacity: 0.05;
    filter: grayscale(100%);
    z-index: 0;
}

.hero-section .hero-glass-panel {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    z-index: 1;
}

.hero-section .hero-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.2;
    color: #0F172A;
}

.hero-section .hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #475569;
}

.hero-section .hero-info-card {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(226, 232, 240, 0.8);
    backdrop-filter: blur(8px);
}

.rc-detail-wrapper {
    background-color: #F8FAFC;
}

.rc-detail-wrapper .rc-main-content-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.rc-detail-wrapper .rc-image-container {
    max-height: 480px;
}

.rc-detail-wrapper .rc-main-img {
    height: 450px;
    object-fit: cover;
}

.rc-detail-wrapper .rc-rich-text h2 {
    color: #0F172A;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.rc-detail-wrapper .rc-rich-text p {
    color: #475569;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.rc-detail-wrapper .rc-accordion-item {
    background: #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 0.8);
    transition: border-color 0.2s ease;
}

.rc-detail-wrapper .rc-accordion-header {
    background: #FFFFFF;
    color: #0F172A;
    font-size: 0.95rem;
    transition: background-color 0.2s ease;
}

.rc-detail-wrapper .rc-accordion-header:hover {
    background-color: rgba(37, 99, 235, 0.03);
}

.rc-detail-wrapper .rc-accordion-header.active {
    color: #2563EB;
    background-color: rgba(37, 99, 235, 0.05);
}

.rc-detail-wrapper .rc-accordion-header.active .transition-icon {
    transform: rotate(180deg);
}

.rc-detail-wrapper .rc-accordion-content {
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    background: #FCFDFE;
    font-size: 0.9rem;
    line-height: 1.6;
}

.rc-detail-wrapper .rc-sidebar-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.rc-detail-wrapper .rc-form-input {
    background: #FFFFFF !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    color: #0F172A !important;
    border-radius: 8px;
}

.rc-detail-wrapper .rc-form-input:focus {
    border-color: #2563EB !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15) !important;
}

.rc-detail-wrapper .rc-form-input::placeholder {
    color: #94A3B8 !important;
    opacity: 1;
}

.rc-detail-wrapper .rc-btn-submit {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.rc-detail-wrapper .rc-btn-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

.sourcelogic-footer {
    background-color: #F8FAFC;
    position: relative;
    overflow: hidden;
}

.sourcelogic-footer .footer-disclaimer-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-left: 4px solid #2563EB;
    border-radius: 12px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.05);
}

.sourcelogic-footer .disclaimer-icon-wrapper {
    background: rgba(37, 99, 235, 0.1);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.sourcelogic-footer .disclaimer-icon-wrapper i {
    color: #2563EB;
    font-size: 1.5rem;
}

.sourcelogic-footer .disclaimer-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 0.5rem;
}

.sourcelogic-footer .disclaimer-text p {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.6;
}

.sourcelogic-footer .footer-logo img {
    max-width: 50px;
    height: auto;
    display: block;
}

.sourcelogic-footer .footer-brand-desc {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}

.sourcelogic-footer .footer-links-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
    position: relative;
    padding-bottom: 10px;
}

.sourcelogic-footer .footer-links-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
}

.sourcelogic-footer .footer-links-list li {
    margin-bottom: 0.75rem;
}

.sourcelogic-footer .footer-links-list a {
    color: #475569;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.sourcelogic-footer .footer-links-list a:hover {
    color: #2563EB;
    transform: translateX(5px);
}

.sourcelogic-footer .contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #475569;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.sourcelogic-footer .contact-link i {
    color: #2563EB;
    font-size: 1.2rem;
}

.sourcelogic-footer a.contact-link:hover {
    color: #2563EB;
}

.sourcelogic-footer .whatsapp-link {
    font-weight: 600;
    color: #0F172A;
}

.sourcelogic-footer .whatsapp-link i {
    color: #25D366;
}

.sourcelogic-footer .footer-bottom {
    border-color: rgba(226, 232, 240, 0.8) !important;
}

.sourcelogic-footer .copyright-text {
    color: #94A3B8;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .sourcelogic-footer {
        padding-bottom: 2rem;
    }

    .sourcelogic-footer .footer-links-block {
        margin-top: 1rem;
    }

    .sourcelogic-footer .footer-disclaimer-card {
        margin-bottom: 2rem;
    }

    .rc-detail-wrapper .rc-main-img {
        height: 250px;
    }
}

/* ===== PAGE TEMPLATE: research-handoffs ===== */
.sl-header .navbar {
    min-height: 80px;
    background-color: #FFFFFF !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    z-index: 1030;
}

.sl-header .navbar-brand {
    position: relative;
    z-index: 10;
    color: #0F172A !important;
    font-size: 1.1rem;
}

.sl-header .sl-logo-img {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.sl-header .nav-link {
    color: #475569 !important;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.2s ease;
}

.sl-header .nav-link:hover,
.sl-header .nav-link.active {
    color: #2563EB !important;
}

.sl-header .dropdown-menu {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 0.75rem;
    min-width: 200px;
    margin-top: 10px;
}

.sl-header .dropdown-item {
    border-radius: 8px;
    padding: 0.6rem 1rem;
    color: #475569;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.sl-header .dropdown-item:hover {
    background-color: rgba(37, 99, 235, 0.05);
    color: #2563EB;
}

.sl-header .sl-btn-primary {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    border: none;
    border-radius: 8px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sl-header .sl-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    background: linear-gradient(135deg, #1D4ED8 0%, #6D28D9 100%);
}

.sl-header .navbar-toggler {
    font-size: 1.5rem;
    color: #0F172A;
}

@media (max-width: 991.98px) {
    .sl-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 1.5rem 0;
        max-height: 80vh;
        overflow-y: auto;
    }

    .sl-header .navbar-brand {
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .sl-header .nav-item {
        width: 100%;
        text-align: left;
    }

    .sl-header .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: none;
        margin-top: 0;
    }

    .sl-header .sl-brand-text {
        font-size: 1rem;
    }
}

.hero-section {
    min-height: 90vh;
    padding: 100px 0;
    background: #F8FAFC;
    background-image: radial-gradient(at 0% 0%, rgba(37, 99, 235, 0.05) 0px, transparent 50%), radial-gradient(at 100% 100%, rgba(124, 58, 237, 0.05) 0px, transparent 50%);
}

.hero-section .hero-bg-overlay {
    background: url('../resources/uploads/media/research-background-mesh.png') center/cover no-repeat;
    opacity: 0.15;
    filter: grayscale(100%);
    z-index: 0;
}

.hero-section .hero-glass-panel {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    z-index: 1;
}

.hero-section .hero-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: #0F172A;
}

.hero-section .hero-description {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #475569;
    max-width: 600px;
}

.hero-section .hero-btn-primary {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    color: #FFFFFF !important;
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 12px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
}

.hero-section .hero-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(37, 99, 235, 0.3);
    filter: brightness(1.1);
}

.hero-section .hero-image-wrapper {
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
}

.hero-section .hero-visual-card:hover .hero-image-wrapper {
    transform: perspective(1000px) rotateY(0deg);
}

.hero-section .hero-image-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.8);
}

.hero-section .hero-floating-badge {
    bottom: 20px;
    left: -20px;
    z-index: 2;
}

.hero-section .badge-glass {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(37, 99, 235, 0.2);
    color: #2563EB;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

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

    .hero-section .hero-title {
        font-size: 1.75rem;
    }

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

    .hero-section .hero-image-wrapper img {
        height: 250px;
    }

    .hero-section .hero-floating-badge {
        left: 20px;
        bottom: -10px;
    }

    .hero-section .hero-image-wrapper {
        transform: none;
    }
}

.sourcelogic-footer {
    background-color: #F8FAFC;
    position: relative;
    overflow: hidden;
}

.sourcelogic-footer .footer-disclaimer-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-left: 4px solid #2563EB;
    border-radius: 12px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.05);
}

.sourcelogic-footer .disclaimer-icon-wrapper {
    background: rgba(37, 99, 235, 0.1);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.sourcelogic-footer .disclaimer-icon-wrapper i {
    color: #2563EB;
    font-size: 1.5rem;
}

.sourcelogic-footer .disclaimer-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 0.5rem;
}

.sourcelogic-footer .disclaimer-text p {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.6;
}

.sourcelogic-footer .footer-logo img {
    max-width: 50px;
    height: auto;
    display: block;
}

.sourcelogic-footer .footer-brand-desc {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}

.sourcelogic-footer .footer-links-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
    position: relative;
    padding-bottom: 10px;
}

.sourcelogic-footer .footer-links-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
}

.sourcelogic-footer .footer-links-list li {
    margin-bottom: 0.75rem;
}

.sourcelogic-footer .footer-links-list a {
    color: #475569;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.sourcelogic-footer .footer-links-list a:hover {
    color: #2563EB;
    transform: translateX(5px);
}

.sourcelogic-footer .contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #475569;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.sourcelogic-footer .contact-link i {
    color: #2563EB;
    font-size: 1.2rem;
}

.sourcelogic-footer a.contact-link:hover {
    color: #2563EB;
}

.sourcelogic-footer .whatsapp-link {
    font-weight: 600;
    color: #0F172A;
}

.sourcelogic-footer .whatsapp-link i {
    color: #25D366;
}

.sourcelogic-footer .footer-bottom {
    border-color: rgba(226, 232, 240, 0.8) !important;
}

.sourcelogic-footer .copyright-text {
    color: #94A3B8;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .sourcelogic-footer {
        padding-bottom: 2rem;
    }

    .sourcelogic-footer .footer-links-block {
        margin-top: 1rem;
    }

    .sourcelogic-footer .footer-disclaimer-card {
        margin-bottom: 2rem;
    }
}

.research-detail-layout {
    background: #F8FAFC;
    background-image: radial-gradient(at 0% 0%, rgba(37, 99, 235, 0.03) 0px, transparent 50%), radial-gradient(at 100% 100%, rgba(124, 58, 237, 0.03) 0px, transparent 50%);
}

.research-detail-layout .breadcrumb-item a {
    color: #475569;
    font-weight: 500;
    transition: color 0.2s ease;
}

.research-detail-layout .breadcrumb-item a:hover {
    color: #2563EB;
}

.research-detail-layout .breadcrumb-item.active {
    color: #0F172A;
    font-weight: 600;
}

.research-detail-layout .detail-glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.research-detail-layout .detail-badge {
    background: rgba(37, 99, 235, 0.1);
    color: #2563EB;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 600;
}

.research-detail-layout .detail-meta-item {
    color: #475569;
    font-size: 0.9rem;
}

.research-detail-layout .detail-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #0F172A !important;
    line-height: 1.3;
}

.research-detail-layout .detail-img-wrapper img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    border-radius: 1rem;
}

.research-detail-layout .detail-body-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #334155;
}

.research-detail-layout .detail-body-text h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F172A !important;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.research-detail-layout .detail-body-text p {
    margin-bottom: 1.5rem;
}

.research-detail-layout .detail-accordion .accordion-item {
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

.research-detail-layout .detail-accordion .accordion-button {
    background-color: transparent;
    color: #0F172A;
    box-shadow: none;
    padding: 1.25rem;
}

.research-detail-layout .detail-accordion .accordion-button:not(.collapsed) {
    color: #2563EB;
    background-color: rgba(37, 99, 235, 0.05);
}

.research-detail-layout .detail-navigation {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    border-radius: 1.25rem;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.15);
}

.research-detail-layout .nav-prev-btn,
.research-detail-layout .nav-next-btn {
    background: transparent;
    border: none;
    padding: 0.5rem 1rem;
    max-width: 48%;
    transition: transform 0.2s ease;
}

.research-detail-layout .nav-prev-btn:hover {
    transform: translateX(-4px);
}

.research-detail-layout .nav-next-btn:hover {
    transform: translateX(4px);
}

.research-detail-layout .nav-prev-btn strong,
.research-detail-layout .nav-next-btn strong {
    font-size: 0.95rem;
    max-width: 180px;
    display: inline-block;
}

.research-detail-layout .nav-prev-btn i,
.research-detail-layout .nav-next-btn i {
    font-size: 1.5rem;
    color: #FFFFFF;
}

.research-detail-layout .sidebar-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0F172A !important;
}

.research-detail-layout .sidebar-desc {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.5;
}

.research-detail-layout .form-label {
    font-weight: 600;
    color: #334155;
    font-size: 0.9rem;
}

.research-detail-layout .form-control {
    background: #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 0.5rem;
    padding: 0.6rem 0.8rem;
    color: #0F172A;
}

.research-detail-layout .form-control:focus {
    border-color: #2563EB;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.research-detail-layout .form-control::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.research-detail-layout .detail-btn-submit {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    color: #FFFFFF !important;
    font-weight: 600;
    border: none;
    border-radius: 0.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.research-detail-layout .detail-btn-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.research-detail-layout .related-link {
    display: block;
}

.research-detail-layout .related-item-title {
    font-size: 0.95rem;
    transition: color 0.2s ease;
    display: block;
    margin-top: 0.25rem;
}

.research-detail-layout .related-item:hover .related-item-title {
    color: #2563EB !important;
}

@media (max-width: 768px) {
    .research-detail-layout .detail-title {
        font-size: 1.6rem;
    }

    .research-detail-layout .detail-img-wrapper img {
        max-height: 280px;
    }
}

/* ===== Final cross-site fixes ===== */
.sl-header .navbar,
.sl-header .navbar > .container {
    background: #FFFFFF !important;
}

.sl-header .nav-link,
.sl-header .navbar-brand,
.sl-header .sl-brand-text,
.sl-header .dropdown-toggle {
    color: #0F172A !important;
    text-shadow: none !important;
}

.sl-header .nav-link:hover,
.sl-header .nav-link:focus,
.sl-header .nav-link.active,
.sl-header .dropdown-toggle:hover,
.sl-header .dropdown-toggle:focus {
    color: #2563EB !important;
}

.sl-header .dropdown-menu.show,
.sl-header .dropdown:hover > .dropdown-menu,
.sl-header .dropdown:focus-within > .dropdown-menu {
    display: block;
}

.sl-header .dropdown-item {
    color: #334155 !important;
}

.sl-header .dropdown-item:hover,
.sl-header .dropdown-item:focus {
    color: #1D4ED8 !important;
    background: rgba(37, 99, 235, 0.08) !important;
}

.sl-header .sl-btn-primary,
.sl-header .sl-btn-primary:hover,
.sl-header .sl-btn-primary:focus,
.sidebar-request-form .sl-btn-primary,
.sidebar-request-form .sl-btn-primary:hover,
.sidebar-request-form .sl-btn-primary:focus,
.detail-content-section .glass-card .sl-btn-primary,
.detail-content-section .glass-card .sl-btn-primary:hover,
.detail-content-section .glass-card .sl-btn-primary:focus,
.inclusion-detail-section .glass-card .sl-btn-primary,
.inclusion-detail-section .glass-card .sl-btn-primary:hover,
.inclusion-detail-section .glass-card .sl-btn-primary:focus,
.confirmation-card .sl-btn-primary,
.confirmation-card .sl-btn-primary:hover,
.confirmation-card .sl-btn-primary:focus {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%) !important;
    border-color: transparent !important;
    color: #FFFFFF !important;
}

.sidebar-card-item,
.sidebar-card-item .sidebar-card-title,
.sidebar-card-item .sidebar-card-text,
.sidebar-card-item .form-label,
.detail-content-section .glass-card,
.detail-content-section .glass-card h2,
.detail-content-section .glass-card p,
.detail-content-section .glass-card .form-label,
.inclusion-detail-section .glass-card,
.inclusion-detail-section .glass-card h2,
.inclusion-detail-section .glass-card p,
.inclusion-detail-section .glass-card .form-label,
.confirmation-card,
.confirmation-card h1,
.confirmation-card h2,
.confirmation-card p {
    color: #0F172A !important;
}

.sidebar-card-item .sidebar-card-text,
.detail-content-section .glass-card p,
.inclusion-detail-section .glass-card p,
.confirmation-card p {
    color: #475569 !important;
}

.contact-item,
.contact-item > div,
.contact-item .item-value,
.contact-link,
.footer-contact-details .contact-link span {
    min-width: 0;
}

.contact-item .item-value,
.footer-contact-details .contact-link span {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.glass-form-card .input-group,
.review-cases-section .glass-form-card .input-group {
    width: 100%;
    flex-wrap: nowrap;
}

.glass-form-card .input-group .form-select,
.glass-form-card .input-group .form-control,
.review-cases-section .glass-form-card .input-group .form-select,
.review-cases-section .glass-form-card .input-group .form-control {
    min-width: 0;
    width: 1%;
    flex: 1 1 auto;
}

.glass-form-card .input-group-text,
.review-cases-section .glass-form-card .input-group-text {
    flex: 0 0 auto;
}

.zotero-guide-section .glass-cta .btn {
    min-height: 52px;
    white-space: normal;
    text-align: center;
}

@media (max-width: 991.98px) {
    .sl-header .navbar {
        min-height: 72px;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .sl-header .navbar > .container {
        align-items: center;
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .sl-header .sl-mobile-brand {
        display: flex !important;
        justify-content: flex-start !important;
        margin: 0 auto 0 0 !important;
        max-width: calc(100% - 62px);
        min-width: 0;
    }

    .sl-header .sl-mobile-brand .sl-logo-img {
        flex: 0 0 auto;
        max-width: 38px;
    }

    .sl-header .sl-mobile-brand .sl-brand-text {
        font-size: 0.95rem;
        line-height: 1.15;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .sl-header .navbar-toggler {
        margin-left: auto;
        flex: 0 0 auto;
    }

    .sl-header .navbar-collapse {
        flex-basis: 100%;
        padding: 1rem 0 0.75rem;
        max-height: none !important;
        overflow: visible !important;
    }

    .sl-header .navbar-collapse .navbar-brand:not(.sl-mobile-brand) {
        display: none !important;
    }

    .sl-header .navbar-nav {
        align-items: stretch !important;
    }

    .sl-header .nav-link,
    .sl-header .dropdown-item {
        white-space: normal;
    }

    .sl-header .navbar-collapse .nav-link,
    .sl-header .navbar-collapse .dropdown-toggle,
    .sl-header .navbar-collapse .dropdown-item {
        color: #0F172A !important;
        background: transparent !important;
    }

    .sl-header .navbar-collapse .nav-link:hover,
    .sl-header .navbar-collapse .nav-link:focus,
    .sl-header .navbar-collapse .dropdown-toggle:hover,
    .sl-header .navbar-collapse .dropdown-toggle:focus,
    .sl-header .navbar-collapse .dropdown-item:hover,
    .sl-header .navbar-collapse .dropdown-item:focus {
        color: #1D4ED8 !important;
        background: rgba(37, 99, 235, 0.08) !important;
    }

    .sl-header .navbar-collapse .dropdown-menu,
    .sl-header .navbar-collapse .dropdown-menu-end {
        position: static !important;
        inset: auto !important;
        transform: none !important;
        width: 100% !important;
        min-width: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        margin: 0.35rem 0 0.75rem !important;
        padding: 0.4rem !important;
        border: 1px solid rgba(226, 232, 240, 0.9) !important;
        box-shadow: none !important;
    }

    .sl-header .navbar-collapse .dropdown-menu.show {
        display: block !important;
    }

    .sl-header .navbar-collapse .dropdown-item {
        display: block;
        padding: 0.75rem 0.9rem !important;
        border-radius: 8px;
    }

    .sl-header .navbar-collapse .btn.sl-btn-primary {
        background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%) !important;
        color: #FFFFFF !important;
        border-color: transparent !important;
    }
}

.category-grid-block .js-audit-form .input-group,
.category-grid-block .js-audit-form .input-group * {
    box-sizing: border-box;
}

.category-grid-block .js-audit-form .input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.category-grid-block .js-audit-form .input-group-text {
    flex: 0 0 auto;
}

.category-grid-block .js-audit-form .input-group .form-control,
.category-grid-block .js-audit-form .input-group .form-select,
.category-grid-block .js-audit-form #auditDiscipline {
    flex: 1 1 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 100% !important;
}

.hero-section .hero-glass-panel .btn.sl-btn-primary {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%) !important;
    border: none !important;
    color: #FFFFFF !important;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.22);
    font-weight: 700;
}

.hero-section .hero-glass-panel .btn.sl-btn-primary:hover,
.hero-section .hero-glass-panel .btn.sl-btn-primary:focus {
    background: linear-gradient(135deg, #1D4ED8 0%, #6D28D9 100%) !important;
    color: #FFFFFF !important;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.3);
    transform: translateY(-1px);
}

.hero-section .hero-glass-panel .btn.sl-btn-primary i {
    color: inherit !important;
}

@media (min-width: 992px) {
    .sl-header .dropdown {
        position: relative;
    }

    .sl-header .dropdown-menu,
    .sl-header .dropdown-menu-end {
        left: 0 !important;
        right: auto !important;
        top: 100% !important;
        transform: none !important;
        margin-top: 0.5rem !important;
    }
}

@media (max-width: 575.98px) {
    .research-detail-layout .detail-navigation {
        padding: 1rem !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .research-detail-layout .nav-prev-btn,
    .research-detail-layout .nav-next-btn {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start !important;
        text-align: left !important;
        padding: 0.75rem !important;
        gap: 0.5rem;
    }

    .research-detail-layout .nav-next-btn {
        justify-content: space-between !important;
    }

    .research-detail-layout .nav-prev-btn strong,
    .research-detail-layout .nav-next-btn strong {
        max-width: none;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        line-height: 1.25;
    }

    .research-detail-layout .nav-prev-btn div,
    .research-detail-layout .nav-next-btn div {
        min-width: 0;
        flex: 1 1 auto;
    }
}
