:root {
    --cc-primary: #2563EB;
    --cc-primary-hover: #1D4ED8;
    --cc-primary-subtle: #EFF6FF;
    --cc-secondary: #0F172A;
    --cc-secondary-hover: #1E293B;
    --cc-accent: #F59E0B;
    --cc-accent-subtle: #FEF3C7;
    --cc-bg-primary: #F8FAFC;
    --cc-bg-secondary: #FFFFFF;
    --cc-bg-tertiary: #F1F5F9;
    --cc-card-bg: #FFFFFF;
    --cc-text-primary: #0F172A;
    --cc-text-secondary: #475569;
    --cc-text-muted: #94A3B8;
    --cc-border: #E2E8F0;
    --cc-border-focus: #3B82F6;
    --cc-border-subtle: #F1F5F9;
    --cc-surface-tint: rgba(37, 99, 235, 0.04);
    --cc-badge-bg: #EEF2FF;
    --cc-badge-text: #3730A3;
    --font-heading: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-mono: 'JetBrains Mono', monospace;
}

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

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--cc-text-primary);
    background-color: var(--cc-bg-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.text-muted {
    color: #94A3B8 !important;
}

.font-mono {
    font-family: var(--font-mono);
}

.font-heading {
    font-family: var(--font-heading);
}

.cc-transition {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===== header ===== */
.site-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
    box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05);
    z-index: 1030;
    position: sticky;
    top: 0;
    width: 100%
}

.site-header .main-navbar {
    padding: 0.75rem 0;
    background-color: #FFFFFF
}

.site-header .brand-logo {
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
    border-radius: 8px
}

.site-header .brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2
}

.site-header .brand-title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: #0F172A;
    letter-spacing: -0.02em
}

.site-header .brand-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.68rem;
    font-weight: 600;
    color: #2563EB;
    text-transform: uppercase;
    letter-spacing: 0.04em
}

.site-header .custom-toggler {
    border: 1px solid #E2E8F0;
    padding: 0.4rem 0.65rem;
    border-radius: 8px;
    background-color: #F8FAFC;
    color: #0F172A;
    box-shadow: none
}

.site-header .custom-toggler:focus {
    box-shadow: 0 0 0 2px #2563EB
}

.site-header .custom-toggler .menu-open-icon {
    font-size: 1.35rem;
    color: #0F172A
}

.site-header .nav-link-custom {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.925rem;
    font-weight: 600;
    color: #475569;
    padding: 0.5rem 0.85rem !important;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1)
}

.site-header .nav-link-custom:hover,
.site-header .nav-link-custom:focus {
    color: #2563EB;
    background-color: #EFF6FF
}

.site-header .nav-icon {
    font-size: 1.05rem;
    color: #2563EB
}

.site-header .dropdown-menu-custom {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 0.5rem;
    box-shadow: 0 16px 36px -6px rgba(15, 23, 42, 0.08);
    margin-top: 0.5rem
}

.site-header .dropdown-item-custom {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0F172A;
    padding: 0.55rem 0.85rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease
}

.site-header .dropdown-item-custom:hover,
.site-header .dropdown-item-custom:focus {
    color: #2563EB;
    background-color: #EFF6FF
}

.site-header .dropdown-icon {
    font-size: 1rem;
    color: #2563EB
}

.site-header .header-cta-btn {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    background-color: #2563EB;
    color: #FFFFFF;
    padding: 0.6rem 1.15rem;
    border-radius: 10px;
    border: 1px solid #2563EB;
    box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05);
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1)
}

.site-header .header-cta-btn:hover,
.site-header .header-cta-btn:focus {
    background-color: #1D4ED8;
    border-color: #1D4ED8;
    color: #FFFFFF;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.12)
}

@media (max-width:991.98px) {
    .site-header .navbar-collapse {
        background-color: #FFFFFF;
        border: 1px solid #E2E8F0;
        border-radius: 12px;
        padding: 1rem;
        margin-top: 0.75rem;
        box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.08)
    }

    .site-header .nav-link-custom {
        width: 100%;
        padding: 0.6rem 0.75rem !important
    }

    .site-header .dropdown-menu-custom {
        border: none;
        box-shadow: none;
        padding-left: 1rem;
        margin-top: 0;
        background-color: #F8FAFC;
        border-radius: 8px
    }

    .site-header .header-actions {
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        border-top: 1px solid #E2E8F0;
        width: 100%
    }

    .site-header .header-cta-btn {
        width: 100%;
        justify-content: center
    }
}

/* ===== give_the_task_better_context_before_asking_ai_to_solve_it ===== */
.hero-context-canvas {
    background-color: #F8FAFC;
    color: #0F172A;
    min-height: auto;
}

.hero-context-canvas__bg-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.hero-context-canvas__bg-orb--1 {
    width: 340px;
    height: 340px;
    top: -60px;
    right: -60px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.12) 0%, rgba(37, 99, 235, 0) 70%);
}

.hero-context-canvas__bg-orb--2 {
    width: 280px;
    height: 280px;
    bottom: 80px;
    left: -80px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.1) 0%, rgba(245, 158, 11, 0) 70%);
}

.hero-context-canvas__bg-orb--3 {
    width: 200px;
    height: 200px;
    top: 40%;
    left: 45%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, rgba(59, 130, 246, 0) 70%);
}

.hero-context-canvas__badge {
    background-color: #EEF2FF;
    border: 1px solid #C7D2FE;
    padding: 6px 14px;
    border-radius: 9999px;
}

.hero-context-canvas__badge-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #3730A3;
    letter-spacing: -0.01em;
}

.hero-context-canvas__title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.03em;
    color: #0F172A;
}

.hero-context-canvas__highlight {
    background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-context-canvas__subtitle {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.125rem;
    line-height: 1.65;
    color: #475569;
    max-width: 540px;
}

.hero-context-canvas__btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #2563EB;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1rem;
    padding: 14px 28px;
    border-radius: 12px;
    border: 1px solid #2563EB;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
    min-height: 52px;
}

.hero-context-canvas__btn-primary:hover {
    background-color: #1D4ED8;
    border-color: #1D4ED8;
    color: #FFFFFF;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
}

.hero-context-canvas__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    color: #0F172A;
    font-weight: 600;
    font-size: 1rem;
    padding: 14px 28px;
    border-radius: 12px;
    border: 1px solid #CBD5E1;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05);
    min-height: 52px;
}

.hero-context-canvas__btn-secondary:hover {
    background-color: #F8FAFC;
    border-color: #94A3B8;
    color: #0F172A;
    transform: translateY(-1px);
}

.hero-context-canvas__visual-wrapper {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(241, 245, 249, 0.8) 100%);
    border: 1px solid #E2E8F0;
    border-radius: 24px;
    box-shadow: 0 16px 36px -6px rgba(15, 23, 42, 0.08);
}

.hero-context-canvas__image-container {
    background-color: #0F172A;
}

.hero-context-canvas__image {
    object-fit: cover;
    aspect-ratio: 4 / 3;
    display: block;
}

.hero-context-canvas__floating-pill {
    bottom: 20px;
    left: 20px;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    border: 1px solid #E2E8F0;
    padding: 8px 16px;
    border-radius: 9999px;
    box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.12);
}

.hero-context-canvas__pill-icon {
    font-size: 1.125rem;
    line-height: 1;
}

.hero-context-canvas__pill-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    color: #0F172A;
}

.hero-context-canvas__stat-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.hero-context-canvas__stat-card:hover {
    transform: translateY(-3px);
    border-color: #93C5FD;
    box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.08);
}

.hero-context-canvas__stat-num {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #2563EB;
    line-height: 1.2;
}

.hero-context-canvas__stat-label {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #475569;
}

@media (max-width: 767.98px) {
    .hero-context-canvas__title {
        font-size: 18px;
        line-height: 1.3;
        hyphens: auto;
    }

    .hero-context-canvas__subtitle {
        font-size: 0.9375rem;
        line-height: 1.5;
    }

    .hero-context-canvas__stat-num {
        font-size: 1.5rem;
    }

    .hero-context-canvas__stat-label {
        font-size: 0.8125rem;
    }
}

/* ===== workbook_model ===== */
.workbook-model-section {
    background-color: #F8FAFC;
    color: #0F172A;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.workbook-model-section .workbook-badge {
    background-color: #EEF2FF;
    color: #3730A3;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    letter-spacing: 0.02em;
    border: 1px solid #E0E7FF;
}

.workbook-model-section .section-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    color: #0F172A;
    letter-spacing: -0.02em;
}

.workbook-model-section .section-subtitle {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #475569;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.workbook-model-section .model-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s ease;
}

.workbook-model-section .model-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -4px rgba(15, 23, 42, 0.08);
    border-color: #93C5FD;
}

.workbook-model-section .model-card-featured {
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
    border: 1px solid #CBD5E1;
}

.workbook-model-section .model-step-number {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748B;
    letter-spacing: 0.05em;
}

.workbook-model-section .model-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.workbook-model-section .bg-blue-subtle {
    background-color: #EFF6FF;
    color: #2563EB;
}

.workbook-model-section .bg-slate-subtle {
    background-color: #F1F5F9;
    color: #0F172A;
}

.workbook-model-section .bg-amber-subtle {
    background-color: #FEF3C7;
    color: #D97706;
}

.workbook-model-section .model-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0F172A;
    letter-spacing: -0.01em;
}

.workbook-model-section .model-description {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #475569;
    flex-grow: 1;
}

.workbook-model-section .model-field-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 500;
    color: #334155;
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    padding: 0.35rem 0.65rem;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
}

.workbook-model-section .context-blueprint-preview {
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 16px -2px rgba(15, 23, 42, 0.05);
}

.workbook-model-section .badge-terminal {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #2563EB;
    background-color: #EFF6FF;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    letter-spacing: 0.04em;
}

.workbook-model-section .blueprint-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0F172A;
}

.workbook-model-section .blueprint-text {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #475569;
}

.workbook-model-section .btn-primary {
    background-color: #2563EB;
    border-color: #2563EB;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(37, 99, 235, 0.15);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.workbook-model-section .btn-primary:hover {
    background-color: #1D4ED8;
    border-color: #1D4ED8;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

@media (max-width: 767.98px) {
    .workbook-model-section .section-title {
        font-size: 1.35rem;
        hyphens: auto;
    }

    .workbook-model-section .section-subtitle {
        font-size: 0.875rem;
    }

    .workbook-model-section .model-title {
        font-size: 1.1rem;
    }

    .workbook-model-section .blueprint-title {
        font-size: 1.1rem;
    }

    .workbook-model-section .blueprint-text {
        font-size: 0.875rem;
    }

    .workbook-model-section .model-card {
        padding: 1.25rem;
    }
}

/* ===== context_materials ===== */
.contextcraft-materials-section {
    background-color: #F8FAFC;
    color: #0F172A;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.contextcraft-materials-section .text-slate-900 {
    color: #0F172A !important;
}

.contextcraft-materials-section .text-slate-600 {
    color: #475569 !important;
    font-size: 0.95rem;
    line-height: 1.6;
}

.contextcraft-materials-section .text-indigo {
    color: #4F46E5 !important;
}

.contextcraft-materials-section .text-warning-dark {
    color: #D97706 !important;
}

.contextcraft-materials-section .bg-primary-subtle {
    background-color: #EFF6FF !important;
    border-color: #DBEAFE !important;
}

.contextcraft-materials-section .material-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0 !important;
    border-radius: 16px;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.contextcraft-materials-section .material-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -4px rgba(15, 23, 42, 0.08);
    border-color: #93C5FD !important;
}

.contextcraft-materials-section .material-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contextcraft-materials-section .bg-blue-soft {
    background-color: #EFF6FF;
}

.contextcraft-materials-section .bg-amber-soft {
    background-color: #FEF3C7;
}

.contextcraft-materials-section .bg-indigo-soft {
    background-color: #EEF2FF;
}

.contextcraft-materials-section .bg-emerald-soft {
    background-color: #ECFDF5;
}

.contextcraft-materials-section .badge-phase {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.contextcraft-materials-section .badge-format {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #64748B;
    background-color: #F1F5F9;
    padding: 4px 8px;
    border-radius: 6px;
}

.contextcraft-materials-section .btn-material-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2563EB;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.15s ease, transform 0.15s ease;
}

.contextcraft-materials-section .btn-material-link:hover {
    color: #1D4ED8;
    text-decoration: none;
    transform: translateX(2px);
}

.contextcraft-materials-section .materials-filter-pills {
    background-color: #F1F5F9;
}

.contextcraft-materials-section .materials-filter-pills .btn {
    color: #475569;
    font-weight: 600;
    border: none;
    background: transparent;
    transition: all 0.2s ease;
}

.contextcraft-materials-section .materials-filter-pills .btn.active {
    background-color: #2563EB !important;
    color: #FFFFFF !important;
    box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
}

.contextcraft-materials-section .materials-filter-pills .btn:not(.active):hover {
    background-color: #E2E8F0;
    color: #0F172A;
}

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

    .contextcraft-materials-section h3 {
        font-size: 1.15rem !important;
    }
}

/* ===== featured_exercise ===== */
.featured-exercise-section {
    background-color: #F8FAFC;
}

.featured-exercise-section .exercise-lead-text {
    max-width: 760px;
    color: #475569;
    font-size: 1.125rem;
    line-height: 1.65;
}

.featured-exercise-section .exercise-card {
    background-color: #FFFFFF;
    border-color: #E2E8F0 !important;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s ease;
}

.featured-exercise-section .exercise-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px -6px rgba(15, 23, 42, 0.08) !important;
    border-color: #93C5FD !important;
}

.featured-exercise-section .exercise-interactive-workbench {
    border: 1px solid #E2E8F0 !important;
    background-color: #FFFFFF;
}

.featured-exercise-section .letter-spacing-1 {
    letter-spacing: 0.08em;
}

.featured-exercise-section .js-dim-btn {
    transition: all 0.2s ease;
    border-color: #E2E8F0 !important;
    background-color: #FFFFFF;
    font-size: 0.95rem;
}

.featured-exercise-section .js-dim-btn:hover {
    background-color: #EFF6FF;
    border-color: #BFDBFE !important;
    color: #1D4ED8 !important;
}

.featured-exercise-section .js-dim-btn.active {
    background-color: #EFF6FF;
    border-color: #2563EB !important;
    color: #2563EB !important;
    box-shadow: 0 2px 8px -2px rgba(37, 99, 235, 0.15);
}

.featured-exercise-section .btn-primary {
    background-color: #2563EB;
    border-color: #2563EB;
    color: #FFFFFF;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.featured-exercise-section .btn-primary:hover {
    background-color: #1D4ED8;
    border-color: #1D4ED8;
    color: #FFFFFF;
    transform: translateY(-1px);
}

.featured-exercise-section h2 {
    color: #0F172A;
}

.featured-exercise-section h3 {
    color: #0F172A;
}

.featured-exercise-section h4 {
    color: #0F172A;
}

@media (max-width: 767.98px) {
    .featured-exercise-section h2 {
        font-size: 1.5rem;
    }

    .featured-exercise-section h3 {
        font-size: 1.25rem;
    }

    .featured-exercise-section .exercise-lead-text {
        font-size: 1rem;
    }
}

/* ===== real_case_study ===== */
.context-case-study-section {
    background-color: #F8FAFC;
    color: #0F172A;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.context-case-study-section .font-mono {
    font-family: 'JetBrains Mono', monospace;
}

.context-case-study-section .case-heading {
    color: #0F172A;
    font-size: 2rem;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.context-case-study-section .case-subheading {
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 680px;
    margin: 0 auto;
}

.context-case-study-section .case-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s ease;
}

.context-case-study-section .case-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px -4px rgba(15, 23, 42, 0.08);
    border-color: #93C5FD;
}

.context-case-study-section .badge-stage {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 9999px;
    font-family: 'JetBrains Mono', monospace;
}

.context-case-study-section .stage-before {
    background-color: #FEE2E2;
    color: #991B1B;
}

.context-case-study-section .stage-action {
    background-color: #EFF6FF;
    color: #1E40AF;
}

.context-case-study-section .stage-after {
    background-color: #DCFCE7;
    color: #166534;
}

.context-case-study-section .metric-box {
    background-color: #F8FAFC;
    border: 1px solid #F1F5F9;
}

.context-case-study-section .metric-box.highlight-success {
    background-color: #F0FDF4;
    border-color: #DCFCE7;
}

.context-case-study-section .progress-track {
    width: 100%;
    height: 6px;
    background-color: #E2E8F0;
    border-radius: 9999px;
    overflow: hidden;
}

.context-case-study-section .progress-fill {
    height: 100%;
    border-radius: 9999px;
}

.context-case-study-section .action-list li {
    line-height: 1.5;
    color: #334155;
}

.context-case-study-section .interactive-context-box {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 12px -2px rgba(15, 23, 42, 0.04);
}

.context-case-study-section .btn-mode-toggle {
    background-color: #F1F5F9;
    border: 1px solid #E2E8F0;
    color: #475569;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.context-case-study-section .btn-mode-toggle:hover {
    background-color: #E2E8F0;
    color: #0F172A;
}

.context-case-study-section .btn-mode-toggle.active-mode {
    background-color: #2563EB;
    border-color: #2563EB;
    color: #FFFFFF;
}

.context-case-study-section .context-display-code {
    background-color: #0F172A;
    color: #F8FAFC;
    border: 1px solid #1E293B;
    line-height: 1.6;
}

.context-case-study-section .context-display-code .text-dark {
    color: #F8FAFC !important;
}

.context-case-study-section .code-meta {
    font-size: 0.78rem;
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
}

.context-case-study-section .code-key {
    color: #93C5FD;
}

.context-case-study-section .code-val {
    color: #FDE047;
}

.context-case-study-section .impact-summary {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
}

.context-case-study-section .btn-primary {
    background-color: #2563EB;
    border-color: #2563EB;
    color: #FFFFFF;
    box-shadow: 0 2px 6px -1px rgba(37, 99, 235, 0.3);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.context-case-study-section .btn-primary:hover {
    background-color: #1D4ED8;
    border-color: #1D4ED8;
    color: #FFFFFF;
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .context-case-study-section .case-heading {
        font-size: 16px;
        hyphens: auto;
    }

    .context-case-study-section .h5 {
        font-size: 14px;
        hyphens: auto;
    }

    .context-case-study-section .case-subheading {
        font-size: 0.875rem;
    }
}

/* ===== problem_and_solution ===== */
.cc-problem-solution {
    background-color: #F8FAFC;
    color: #0F172A;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.cc-problem-solution .cc-heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0F172A;
    line-height: 1.25;
}

.cc-problem-solution .cc-subheading {
    color: #475569;
    font-size: 1.125rem;
    line-height: 1.6;
}

.cc-problem-solution .cc-badge-mono {
    background-color: #EEF2FF;
    border: 1px solid #C7D2FE;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #3730A3;
    letter-spacing: 0.05em;
}

.cc-problem-solution .cc-label-mono {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.cc-problem-solution .cc-card {
    background: #FFFFFF;
    border-radius: 16px;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px -2px rgba(15, 23, 42, 0.05);
}

.cc-problem-solution .cc-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px -4px rgba(15, 23, 42, 0.08);
}

.cc-problem-solution .cc-card-pain {
    border: 1px solid #FECDD3;
    border-top: 4px solid #EF4444;
}

.cc-problem-solution .cc-card-solution {
    border: 1px solid #BFDBFE;
    border-top: 4px solid #2563EB;
}

.cc-problem-solution .cc-card-title {
    font-weight: 700;
    color: #0F172A;
}

.cc-problem-solution .cc-status-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.cc-problem-solution .cc-status-pain {
    background-color: #FEE2E2;
    color: #DC2626;
}

.cc-problem-solution .cc-status-solution {
    background-color: #EFF6FF;
    color: #2563EB;
}

.cc-problem-solution .cc-bullet-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.cc-problem-solution .cc-bullet-pain {
    background-color: #FFF1F2;
    color: #E11D48;
}

.cc-problem-solution .cc-bullet-solution {
    background-color: #EFF6FF;
    color: #2563EB;
}

.cc-problem-solution .cc-text-slate {
    color: #475569;
    font-size: 0.9375rem;
    line-height: 1.55;
}

.cc-problem-solution .cc-pain-footer {
    background-color: #FFF1F2;
    border: 1px solid #FFE4E6;
}

.cc-problem-solution .cc-solution-footer {
    background-color: #EFF6FF;
    border: 1px solid #DBEAFE;
}

.cc-problem-solution .cc-inspector-box {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.06);
}

.cc-problem-solution .cc-btn-toggle {
    background-color: #F8FAFC;
    border: 1px solid #CBD5E1;
    color: #334155;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.625rem 1.25rem;
    border-radius: 10px;
    transition: all 0.2s ease;
    text-align: left;
}

.cc-problem-solution .cc-btn-toggle:hover {
    background-color: #F1F5F9;
    border-color: #94A3B8;
    color: #0F172A;
}

.cc-problem-solution .cc-btn-toggle.active {
    background-color: #FFFFFF;
    border-color: #2563EB;
    color: #2563EB;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
}

.cc-problem-solution .cc-code-window {
    background: #0F172A;
    border: 1px solid #1E293B;
}

.cc-problem-solution .cc-code-header {
    background: #1E293B;
    border-bottom: 1px solid #334155;
}

.cc-problem-solution .cc-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.cc-problem-solution .cc-dot-red {
    background-color: #EF4444;
}

.cc-problem-solution .cc-dot-yellow {
    background-color: #F59E0B;
}

.cc-problem-solution .cc-dot-green {
    background-color: #10B981;
}

.cc-problem-solution .cc-code-title {
    color: #E2E8F0;
    font-size: 0.8125rem;
}

.cc-problem-solution .cc-code-body {
    background: #0B1120;
    color: #E2E8F0;
    font-size: 0.875rem;
    line-height: 1.6;
}

.cc-problem-solution .cc-pre {
    white-space: pre-wrap;
    word-break: break-word;
}

.cc-problem-solution .cc-code-annotation {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.25);
    font-size: 0.8125rem;
}

.cc-problem-solution .cc-code-annotation-solution {
    background: rgba(37, 99, 235, 0.12);
    border: 1px solid rgba(37, 99, 235, 0.25);
    font-size: 0.8125rem;
}

.cc-problem-solution .cc-cta-btn {
    background-color: #2563EB;
    border: 1px solid #1D4ED8;
    color: #FFFFFF;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
}

.cc-problem-solution .cc-cta-btn:hover {
    background-color: #1D4ED8;
    color: #FFFFFF;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

@media (max-width: 767.98px) {
    .cc-problem-solution .cc-heading {
        font-size: 1.5rem !important;
    }

    .cc-problem-solution .cc-card-title {
        font-size: 1.125rem !important;
    }

    .cc-problem-solution .cc-card {
        padding: 1.25rem !important;
    }
}

/* ===== tariffs_and_pricing ===== */
.cc-pricing-section {
    background-color: #F8FAFC;
    color: #0F172A;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    overflow: hidden;
}

.cc-pricing-section .cc-badge {
    display: inline-flex;
    align-items: center;
    background-color: #EEF2FF;
    color: #3730A3;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    border: 1px solid #E0E7FF;
    letter-spacing: 0.02em;
}

.cc-pricing-section .cc-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.25;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.cc-pricing-section .cc-section-subtitle {
    font-size: 1.0625rem;
    color: #475569;
    line-height: 1.6;
    max-width: 680px;
    margin: 0 auto;
}

.cc-pricing-section .cc-pricing-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 2rem;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05);
    position: relative;
}

.cc-pricing-section .cc-pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px -6px rgba(15, 23, 42, 0.08);
    border-color: #93C5FD;
}

.cc-pricing-section .cc-pricing-card.active {
    border: 2px solid #2563EB;
    box-shadow: 0 12px 30px -4px rgba(37, 99, 235, 0.12);
}

.cc-pricing-section .cc-pricing-card-recommended {
    border-color: #3B82F6;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
}

.cc-pricing-section .cc-popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2563EB;
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.85rem;
    border-radius: 9999px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

.cc-pricing-section .cc-tier-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #2563EB;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 0.5rem;
}

.cc-pricing-section .cc-tier-name {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.cc-pricing-section .cc-price-wrap {
    display: flex;
    align-items: baseline;
    margin-bottom: 1rem;
    color: #0F172A;
}

.cc-pricing-section .cc-price-currency {
    font-size: 1.35rem;
    font-weight: 600;
    vertical-align: top;
    margin-right: 2px;
}

.cc-pricing-section .cc-price-amount {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #0F172A;
}

.cc-pricing-section .cc-price-period {
    font-size: 0.875rem;
    color: #475569;
    margin-left: 0.4rem;
    font-weight: 500;
}

.cc-pricing-section .cc-tier-desc {
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    min-height: 42px;
}

.cc-pricing-section .cc-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.cc-pricing-section .cc-feature-item {
    display: flex;
    align-items: flex-start;
    font-size: 0.875rem;
    color: #0F172A;
    line-height: 1.45;
}

.cc-pricing-section .cc-feature-item-disabled {
    color: #94A3B8;
    text-decoration: line-through;
}

.cc-pricing-section .cc-check-icon {
    color: #2563EB;
    font-size: 1.125rem;
    margin-right: 0.5rem;
    flex-shrink: 0;
    line-height: 1.2;
}

.cc-pricing-section .cc-cross-icon {
    color: #CBD5E1;
    font-size: 1.125rem;
    margin-right: 0.5rem;
    flex-shrink: 0;
    line-height: 1.2;
}

.cc-pricing-section .cc-btn-select {
    background-color: #FFFFFF;
    color: #0F172A;
    border: 1px solid #CBD5E1;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.7rem 1.25rem;
    transition: all 0.2s ease;
}

.cc-pricing-section .cc-btn-select:hover {
    background-color: #F1F5F9;
    color: #0F172A;
    border-color: #94A3B8;
}

.cc-pricing-section .cc-btn-primary {
    background-color: #2563EB;
    color: #FFFFFF;
    border: 1px solid #2563EB;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.7rem 1.25rem;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(37, 99, 235, 0.25);
}

.cc-pricing-section .cc-btn-primary:hover {
    background-color: #1D4ED8;
    color: #FFFFFF;
    border-color: #1D4ED8;
}

.cc-pricing-section .cc-form-panel {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.06);
}

.cc-pricing-section .cc-form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.3;
}

.cc-pricing-section .cc-form-desc {
    font-size: 0.9375rem;
    color: #475569;
}

.cc-pricing-section .cc-selected-display {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #EFF6FF;
    border: 1px solid #BFDBFE;
    border-radius: 8px;
    padding: 0.5rem 0.85rem;
    font-size: 0.875rem;
}

.cc-pricing-section .cc-display-label {
    color: #475569;
    font-weight: 500;
}

.cc-pricing-section .cc-display-value {
    color: #1D4ED8;
    font-weight: 700;
    font-family: 'JetBrains Mono', monospace;
}

.cc-pricing-section .cc-field-group {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    text-align: left;
}

.cc-pricing-section .cc-field-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0F172A;
    margin: 0;
}

.cc-pricing-section .cc-input {
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.cc-pricing-section .cc-input::placeholder {
    color: #64748B;
    opacity: 1;
}

.cc-pricing-section .cc-input:focus {
    background-color: #FFFFFF;
    border-color: #3B82F6;
    color: #0F172A;
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.cc-pricing-section .cc-btn-submit {
    background-color: #2563EB;
    color: #FFFFFF;
    border: 1px solid #2563EB;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: -0.01em;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.cc-pricing-section .cc-btn-submit:hover {
    background-color: #1D4ED8;
    color: #FFFFFF;
    border-color: #1D4ED8;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.4);
}

.cc-pricing-section .cc-form-footnote {
    font-size: 0.8125rem;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

@media (max-width: 767.98px) {
    .cc-pricing-section .cc-section-title {
        font-size: 1rem;
        hyphens: auto;
    }

    .cc-pricing-section .cc-tier-name {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .cc-pricing-section .cc-form-title {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .cc-pricing-section .cc-pricing-card {
        padding: 1.5rem 1.25rem;
    }

    .cc-pricing-section .cc-form-panel {
        padding: 1.5rem 1.25rem;
    }
}

/* ===== quick_application_form ===== */
.cc-quick-form-block {
    background-color: #F8FAFC;
    width: 100%;
    position: relative;
}

.cc-quick-form-block .cc-quick-form-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.03);
}

.cc-quick-form-block .cc-quick-form-badge {
    background-color: #EEF2FF;
    padding: 6px 14px;
    border-radius: 9999px;
    border: 1px solid #E2E8F0;
}

.cc-quick-form-block .cc-quick-form-badge-icon {
    color: #3730A3;
    font-size: 1rem;
}

.cc-quick-form-block .cc-quick-form-badge-text {
    color: #3730A3;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'JetBrains Mono', monospace;
}

.cc-quick-form-block .cc-quick-form-title {
    color: #0F172A;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
}

@media (max-width: 767.98px) {
    .cc-quick-form-block .cc-quick-form-title {
        font-size: 16px;
        hyphens: auto;
    }
}

.cc-quick-form-block .cc-quick-form-desc {
    color: #475569;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cc-quick-form-block .cc-form-label {
    color: #0F172A;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.cc-quick-form-block .cc-required-indicator {
    color: #2563EB;
    font-weight: 700;
}

.cc-quick-form-block .cc-optional-indicator {
    color: #94A3B8;
    font-size: 0.75rem;
    font-weight: 400;
}

.cc-quick-form-block .cc-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.cc-quick-form-block .cc-input-icon {
    position: absolute;
    left: 14px;
    color: #475569;
    font-size: 1.125rem;
    pointer-events: none;
    z-index: 2;
}

.cc-quick-form-block .cc-form-input {
    background-color: #FFFFFF;
    color: #0F172A;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding: 12px 14px 12px 42px;
    font-size: 0.9375rem;
    height: auto;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
}

.cc-quick-form-block .cc-form-input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.cc-quick-form-block .cc-form-input::-webkit-input-placeholder {
    color: #94A3B8;
}

.cc-quick-form-block .cc-form-input::-moz-placeholder {
    color: #94A3B8;
    opacity: 1;
}

.cc-quick-form-block .cc-form-input:-ms-input-placeholder {
    color: #94A3B8;
}

.cc-quick-form-block .cc-form-input:focus {
    background-color: #FFFFFF;
    color: #0F172A;
    border-color: #2563EB;
    outline: 2px solid #2563EB;
    outline-offset: 1px;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.cc-quick-form-block select.cc-form-input {
    padding-left: 42px;
    background-position: right 14px center;
}

.cc-quick-form-block .cc-btn-primary {
    background-color: #2563EB;
    color: #FFFFFF;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    padding: 13px 24px;
    border-radius: 10px;
    border: 1px solid transparent;
    box-shadow: 0 2px 8px -2px rgba(37, 99, 235, 0.35);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.cc-quick-form-block .cc-btn-primary:hover,
.cc-quick-form-block .cc-btn-primary:focus {
    background-color: #1D4ED8;
    color: #FFFFFF;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px -2px rgba(37, 99, 235, 0.45);
}

.cc-quick-form-block .cc-btn-primary:active {
    transform: translateY(1px);
    background-color: #1E40AF;
}

.cc-quick-form-block .cc-btn-icon {
    font-size: 1.125rem;
    transition: transform 0.2s ease;
}

.cc-quick-form-block .cc-btn-primary:hover .cc-btn-icon {
    transform: translateX(3px);
}

.cc-quick-form-block .cc-after-submission-box {
    border-top: 1px solid #F1F5F9;
}

.cc-quick-form-block .cc-submission-note {
    color: #475569;
    font-size: 0.875rem;
    line-height: 1.5;
}

.cc-quick-form-block .cc-submission-icon {
    color: #2563EB;
    font-size: 1.125rem;
    flex-shrink: 0;
}

/* ===== explore_context_worksheets ===== */
.context-worksheets-block {
    background-color: #F8FAFC;
    color: #0F172A;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.context-worksheets-block__tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #2563EB;
    background-color: #EEF2FF;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    border: 1px solid #E0E7FF;
    letter-spacing: 0.02em;
}

.context-worksheets-block__title {
    font-size: 2rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.context-worksheets-block__lead {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: #475569;
}

.context-worksheets-block__view-all-btn {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #2563EB;
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    padding: 0.65rem 1.25rem;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.context-worksheets-block__view-all-btn:hover {
    background-color: #EFF6FF;
    border-color: #93C5FD;
    color: #1D4ED8;
    transform: translateY(-1px);
}

.context-worksheets-block__card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05), 0 1px 4px -1px rgba(15, 23, 42, 0.03);
}

.context-worksheets-block__card:hover {
    transform: translateY(-4px);
    border-color: #93C5FD;
    box-shadow: 0 16px 36px -6px rgba(15, 23, 42, 0.08), 0 4px 12px -2px rgba(15, 23, 42, 0.04);
}

.context-worksheets-block__media {
    height: 230px;
    background-color: #0F172A;
}

.context-worksheets-block__media-link {
    height: 100%;
    width: 100%;
}

.context-worksheets-block__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.context-worksheets-block__card:hover .context-worksheets-block__img {
    transform: scale(1.03);
}

.context-worksheets-block__badge {
    top: 1rem;
    left: 1rem;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #0F172A;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    padding: 0.3rem 0.75rem;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.12);
    z-index: 2;
}

.context-worksheets-block__meta-item {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    color: #475569;
}

.context-worksheets-block__card-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.35;
    color: #0F172A;
}

.context-worksheets-block__title-link {
    color: #0F172A;
    text-decoration: none;
    transition: color 0.2s ease;
}

.context-worksheets-block__title-link:hover {
    color: #2563EB;
}

.context-worksheets-block__card-desc {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #475569;
}

.context-worksheets-block__footer {
    border-color: #F1F5F9 !important;
}

.context-worksheets-block__action-btn {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #2563EB;
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 0.4rem 0;
}

.context-worksheets-block__action-btn i {
    transition: transform 0.2s ease;
}

.context-worksheets-block__action-btn:hover {
    color: #1D4ED8;
}

.context-worksheets-block__action-btn:hover i {
    transform: translateX(4px);
}

@media (max-width: 767.98px) {
    .context-worksheets-block__title {
        font-size: 1.5rem;
    }

    .context-worksheets-block__media {
        height: 200px;
    }

    .context-worksheets-block__card-title {
        font-size: 1.125rem;
    }
}

/* ===== footer ===== */
.contextcraft-footer-section {
    background-color: #0B132B;
    color: #E2E8F0;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    border-top: 1px solid #1E293B;
    overflow: hidden;
}

.contextcraft-footer-section .contextcraft-footer-top {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
}

.contextcraft-footer-section .footer-brand-wrap {
    display: flex;
    align-items: center;
}

.contextcraft-footer-section .footer-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #FFFFFF;
}

.contextcraft-footer-section .footer-brand-logo {
    width: 44px;
    height: 44px;
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contextcraft-footer-section .footer-brand-title {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    line-height: 1.2;
}

.contextcraft-footer-section .footer-brand-tagline {
    color: #94A3B8;
    font-size: 0.925rem;
    line-height: 1.65;
    margin-bottom: 1.5rem;
    max-width: 360px;
    hyphens: auto;
}

.contextcraft-footer-section .footer-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.85rem;
    border-radius: 9999px;
    background-color: rgba(37, 99, 235, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.contextcraft-footer-section .footer-pill-icon {
    font-size: 0.95rem;
    color: #60A5FA;
}

.contextcraft-footer-section .footer-pill-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 500;
    color: #93C5FD;
    letter-spacing: 0.02em;
}

.contextcraft-footer-section .footer-column-heading {
    font-size: 1.05rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 1.25rem;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.contextcraft-footer-section .footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.contextcraft-footer-section .footer-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #94A3B8;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    line-height: 1.4;
}

.contextcraft-footer-section .nav-link-icon {
    font-size: 1rem;
    color: #475569;
    transition: color 0.2s ease, transform 0.2s ease;
}

.contextcraft-footer-section .footer-nav-link:hover {
    color: #FFFFFF;
    transform: translateX(3px);
}

.contextcraft-footer-section .footer-nav-link:hover .nav-link-icon {
    color: #3B82F6;
}

.contextcraft-footer-section .footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contextcraft-footer-section .footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.contextcraft-footer-section .contact-icon-wrapper {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 8px;
    background-color: #1E293B;
    border: 1px solid #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.contextcraft-footer-section .contact-icon {
    font-size: 1rem;
    color: #60A5FA;
}

.contextcraft-footer-section .contact-icon-wa .contact-icon {
    color: #34D399;
}

.contextcraft-footer-section .contact-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.contextcraft-footer-section .contact-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748B;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2px;
}

.contextcraft-footer-section .contact-value {
    font-size: 0.875rem;
    color: #CBD5E1;
    line-height: 1.4;
    word-break: break-word;
}

.contextcraft-footer-section .contact-link {
    font-size: 0.875rem;
    color: #E2E8F0;
    text-decoration: none;
    transition: color 0.2s ease;
    line-height: 1.4;
    word-break: break-all;
}

.contextcraft-footer-section .contact-link:hover {
    color: #60A5FA;
}

.contextcraft-footer-section .contact-link-highlight {
    color: #34D399;
    font-weight: 600;
}

.contextcraft-footer-section .contact-link-highlight:hover {
    color: #6EE7B7;
    text-decoration: underline;
}

.contextcraft-footer-section .contextcraft-footer-bottom {
    border-top: 1px solid #1E293B;
    background-color: #060D20;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.contextcraft-footer-section .footer-copyright-text {
    color: #64748B;
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.5;
}

.contextcraft-footer-section .footer-bottom-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.contextcraft-footer-section .footer-sublink {
    color: #94A3B8;
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contextcraft-footer-section .footer-sublink:hover {
    color: #FFFFFF;
}

.contextcraft-footer-section .footer-sublink-separator {
    color: #334155;
    font-size: 0.75rem;
    user-select: none;
}

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

    .contextcraft-footer-section .footer-column-heading {
        font-size: 0.95rem;
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .contextcraft-footer-section .footer-brand-title {
        font-size: 1.2rem;
    }

    .contextcraft-footer-section .footer-brand-tagline {
        font-size: 0.875rem;
        margin-bottom: 1.25rem;
    }

    .contextcraft-footer-section .footer-bottom-inner {
        text-align: center;
        gap: 0.75rem;
    }

    .contextcraft-footer-section .footer-bottom-links {
        justify-content: center;
    }
}

/* ===== PAGE: microsoft-copilot-context-prep ===== */
.copilot-prep-block {
  background-color: #F8FAFC;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #0F172A;
  min-height: 100vh;
}

.copilot-prep-block__badge {
  background-color: #EFF6FF;
  border: 1px solid #BFDBFE;
  color: #1E40AF;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 600;
  font-family: 'JetBrains Mono', monospace;
}

.copilot-prep-block__title {
  color: #0F172A;
  font-size: 2.25rem;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.copilot-prep-block__lead {
  font-size: 1.0625rem;
  line-height: 1.6;
  max-width: 760px;
}

.copilot-prep-block__actions {
  margin-top: 1.5rem;
}

.copilot-prep-block__btn {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 1.4;
}

.copilot-prep-block__btn--primary {
  background-color: #2563EB;
  color: #FFFFFF;
  border-color: #2563EB;
  box-shadow: 0 1px 2px 0 rgba(37, 99, 235, 0.2);
}

.copilot-prep-block__btn--primary:hover {
  background-color: #1D4ED8;
  border-color: #1D4ED8;
  color: #FFFFFF;
  transform: translateY(-1px);
}

.copilot-prep-block__btn--secondary {
  background-color: #FFFFFF;
  color: #0F172A;
  border-color: #E2E8F0;
  box-shadow: 0 1px 2px 0 rgba(15, 23, 42, 0.04);
}

.copilot-prep-block__btn--secondary:hover {
  background-color: #F8FAFC;
  border-color: #CBD5E1;
  color: #2563EB;
}

.copilot-prep-block__btn--ghost {
  background-color: transparent;
  color: #475569;
  border-color: transparent;
}

.copilot-prep-block__btn--ghost:hover {
  background-color: #F1F5F9;
  color: #0F172A;
}

.copilot-prep-block__card {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.copilot-prep-block__card:hover {
  border-color: #93C5FD;
  box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.08);
}

.copilot-prep-block__card-header {
  border-bottom: 1px solid #F1F5F9;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.copilot-prep-block__step-index {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #EFF6FF;
  color: #2563EB;
  font-weight: 700;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.875rem;
  border-radius: 8px;
  flex-shrink: 0;
}

.copilot-prep-block__meta-tag {
  font-size: 0.75rem;
  font-family: 'JetBrains Mono', monospace;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748B;
  font-weight: 600;
}

.copilot-prep-block__heading {
  color: #0F172A;
  font-weight: 700;
}

.copilot-prep-block__status-pill {
  font-size: 0.75rem;
  font-family: 'JetBrains Mono', monospace;
  padding: 0.2rem 0.6rem;
  border-radius: 9999px;
  background-color: #F1F5F9;
  color: #475569;
  font-weight: 500;
  transition: all 0.2s ease;
}

.copilot-prep-block__status-pill.is-active {
  background-color: #DCFCE7;
  color: #166534;
}

.copilot-prep-block__text {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #475569;
}

.copilot-prep-block__input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.copilot-prep-block__label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #334155;
}

.copilot-prep-block__textarea {
  width: 100%;
  border: 1px solid #CBD5E1;
  border-radius: 8px;
  padding: 0.75rem;
  font-size: 0.875rem;
  font-family: 'JetBrains Mono', monospace;
  color: #0F172A;
  background-color: #FFFFFF;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
  resize: vertical;
}

.copilot-prep-block__textarea:focus {
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.copilot-prep-block__textarea::placeholder {
  color: #94A3B8;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.875rem;
}

.copilot-prep-block__tips-box {
  background-color: #F8FAFC;
  border-left: 3px solid #2563EB;
  padding: 0.75rem 1rem;
  font-size: 0.8125rem;
  color: #334155;
  border-radius: 0 8px 8px 0;
}

.copilot-prep-block__sidebar {
  top: 2rem;
}

.copilot-prep-block__summary-card,
.copilot-prep-block__related-card {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
}

.copilot-prep-block__terminal {
  background-color: #0F172A;
  border: 1px solid #1E293B;
  max-height: 280px;
  overflow-y: auto;
}

.copilot-prep-block__code {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.75rem;
  color: #E2E8F0;
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 1.5;
}

.copilot-prep-block__caption {
  font-size: 0.8125rem;
}

.copilot-prep-block__resource-link {
  color: #1E293B;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #F8FAFC;
  border: 1px solid #F1F5F9;
  transition: all 0.15s ease;
}

.copilot-prep-block__resource-link:hover {
  background-color: #EFF6FF;
  border-color: #BFDBFE;
  color: #2563EB;
}

.copilot-prep-block__copy-alert {
  font-size: 0.8125rem;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .copilot-prep-block__title {
    font-size: 1.125rem;
    hyphens: auto;
  }
  .copilot-prep-block__heading {
    font-size: 1rem;
  }
  .copilot-prep-block__lead {
    font-size: 0.875rem;
  }
  .copilot-prep-block__card {
    padding: 1rem;
  }
  .copilot-prep-block__step-index {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
  }
}

/* ===== PAGE: context-worksheets ===== */
.worksheets-list {
  background-color: #F8FAFC;
  color: #0F172A;
  min-height: 50vh;
}

.worksheets-list__badge {
  background-color: #EEF2FF;
  color: #2563EB;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.4rem 0.85rem;
  border-radius: 9999px;
  border: 1px solid #DBEAFE;
  display: inline-flex;
  align-items: center;
}

.worksheets-list__title {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  color: #0F172A;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-size: 2rem;
}

@media (max-width: 767.98px) {
  .worksheets-list__title {
    font-size: 1.125rem;
    hyphens: auto;
  }
  .worksheets-list__card-title {
    font-size: 0.95rem !important;
    hyphens: auto;
  }
}

.worksheets-list__lead {
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 720px;
}

.worksheets-list__count-wrapper {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.worksheets-list__controls {
  background-color: #FFFFFF;
  border-color: #E2E8F0 !important;
}

.worksheets-list__search-group {
  border: 1px solid #CBD5E1;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFFFFF;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.worksheets-list__search-group:focus-within {
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.worksheets-list__search-icon {
  background-color: #FFFFFF;
  border: none;
  color: #64748B;
  font-size: 1.1rem;
  padding-left: 0.85rem;
  padding-right: 0.5rem;
}

.worksheets-list__search-input {
  border: none !important;
  background-color: #FFFFFF !important;
  color: #0F172A !important;
  font-size: 0.9375rem;
  padding: 0.6rem 0.75rem;
  box-shadow: none !important;
}

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

.worksheets-list__search-clear {
  background-color: transparent;
  border: none;
  color: #94A3B8;
  padding: 0 0.75rem;
  transition: color 0.15s ease;
}

.worksheets-list__search-clear:hover {
  color: #0F172A;
}

.worksheets-list__filter-btn {
  background-color: #FFFFFF;
  color: #475569;
  border: 1px solid #E2E8F0;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.45rem 1rem;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.worksheets-list__filter-btn:hover {
  background-color: #F1F5F9;
  color: #0F172A;
  border-color: #CBD5E1;
}

.worksheets-list__filter-btn.active {
  background-color: #2563EB;
  color: #FFFFFF;
  border-color: #2563EB;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.25);
}

.worksheets-list__card {
  background-color: #FFFFFF;
  border-color: #E2E8F0 !important;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.worksheets-list__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -4px rgba(15, 23, 42, 0.08), 0 4px 10px -2px rgba(15, 23, 42, 0.04) !important;
  border-color: #93C5FD !important;
}

.worksheets-list__image-link {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #F1F5F9;
  aspect-ratio: 16 / 9;
}

.worksheets-list__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.worksheets-list__card:hover .worksheets-list__card-img {
  transform: scale(1.03);
}

.worksheets-list__category-badge {
  background-color: #EFF6FF;
  color: #2563EB;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
  border: 1px solid #DBEAFE;
}

.worksheets-list__card-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  line-height: 1.35;
  font-size: 1.15rem;
}

.worksheets-list__card-title a {
  color: #0F172A !important;
  transition: color 0.15s ease;
}

.worksheets-list__card-title a:hover {
  color: #2563EB !important;
}

.worksheets-list__card-footer {
  border-color: #F1F5F9 !important;
}

.worksheets-list__read-btn {
  background-color: #EFF6FF;
  color: #2563EB;
  border: 1px solid #DBEAFE;
  border-radius: 8px;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  transition: all 0.2s ease;
}

.worksheets-list__read-btn:hover {
  background-color: #2563EB;
  color: #FFFFFF;
  border-color: #2563EB;
}

.worksheets-list__empty-state .max-w-md {
  max-width: 440px;
}

/* ===== PAGE: use-cases ===== */
.use-cases-section{background-color:#F8FAFC;min-height:600px;font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,sans-serif}.use-cases-section .use-cases-main-title{letter-spacing:-0.02em;color:#0F172A}.use-cases-section .use-case-card{background-color:#FFFFFF;border-color:#E2E8F0;transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.use-cases-section .use-case-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -6px rgba(15,23,42,0.08);border-color:#93C5FD}.use-cases-section .use-case-img-link{background-color:#F1F5F9}.use-cases-section .use-case-img-link img{transition:transform 0.3s ease}.use-cases-section .use-case-card:hover .use-case-img-link img{transform:scale(1.03)}.use-cases-section .use-case-title-link{transition:color 0.2s ease}.use-cases-section .use-case-title-link:hover{color:#2563EB!important}.use-cases-section .fs-7{font-size:0.8125rem}.use-cases-section .js-filter-btn{font-weight:500;font-size:0.875rem;transition:all 0.2s ease}.use-cases-section .js-filter-btn:not(.active){color:#475569;background-color:#FFFFFF}.use-cases-section .js-filter-btn:not(.active):hover{background-color:#F1F5F9;color:#0F172A}.use-cases-section .js-filter-btn.active{background-color:#2563EB;color:#FFFFFF;border-color:#2563EB}.use-cases-section .form-control:focus{border-color:#3B82F6;box-shadow:0 0 0 3px rgba(37,99,235,0.15)}

/* ===== PAGE: knowledge-base ===== */
.kb-hub-section {
  background-color: #F8FAFC;
  min-height: 60vh;
}
.kb-hub-section .kb-header-meta {
  background-color: #EFF6FF;
  border: 1px solid #DBEAFE;
}
.kb-hub-section .kb-meta-tag {
  color: #1D4ED8;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.kb-hub-section .kb-main-heading {
  color: #0F172A;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.kb-hub-section .kb-lead-text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #475569;
}
.kb-hub-section .kb-search-container {
  position: relative;
}
.kb-hub-section .kb-search-group {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}
.kb-hub-section .kb-search-icon {
  border-color: #CBD5E1;
  padding-left: 1rem;
  color: #64748B;
}
.kb-hub-section .kb-search-input {
  background-color: #FFFFFF;
  color: #0F172A;
  border-color: #CBD5E1;
  font-size: 0.9rem;
  padding: 0.75rem 1rem 0.75rem 0.5rem;
}
.kb-hub-section .kb-search-input::placeholder {
  color: #94A3B8;
  opacity: 1;
}
.kb-hub-section .kb-search-input:focus {
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
  outline: none;
}
.kb-hub-section .kb-filter-btn {
  background-color: #FFFFFF;
  color: #334155;
  border: 1px solid #E2E8F0;
  padding: 0.5rem 1.1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.kb-hub-section .kb-filter-btn:hover {
  background-color: #EFF6FF;
  border-color: #BFDBFE;
  color: #1D4ED8;
}
.kb-hub-section .kb-filter-btn.active {
  background-color: #2563EB;
  border-color: #2563EB;
  color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.25);
}
.kb-hub-section .kb-article-card {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.kb-hub-section .kb-article-card:hover {
  transform: translateY(-4px);
  border-color: #93C5FD;
  box-shadow: 0 12px 24px -4px rgba(15, 23, 42, 0.08) !important;
}
.kb-hub-section .kb-img-link {
  aspect-ratio: 16 / 9;
  background-color: #F1F5F9;
}
.kb-hub-section .kb-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.kb-hub-section .kb-article-card:hover .kb-card-img {
  transform: scale(1.03);
}
.kb-hub-section .kb-card-badge {
  background-color: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(4px);
  color: #F8FAFC;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.kb-hub-section .kb-card-meta {
  font-size: 0.8125rem;
}
.kb-hub-section .kb-title-link {
  color: #0F172A;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.35;
}
.kb-hub-section .kb-title-link:hover {
  color: #2563EB;
}
.kb-hub-section .kb-card-desc {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #475569;
}
.kb-hub-section .kb-read-btn {
  background-color: #EFF6FF;
  color: #1D4ED8;
  border: 1px solid #DBEAFE;
  padding: 0.65rem 1rem;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.kb-hub-section .kb-read-btn:hover {
  background-color: #2563EB;
  color: #FFFFFF;
  border-color: #2563EB;
}
.kb-hub-section .kb-empty-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #F1F5F9;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .kb-hub-section .kb-main-heading {
    font-size: 1.125rem;
    hyphens: auto;
  }
  .kb-hub-section .kb-card-title {
    font-size: 1rem;
  }
}

/* ===== PAGE: formats-integrations ===== */
.formats-integrations-section{background-color:#F8FAFC;font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,sans-serif}.formats-integrations-section .text-slate-900{color:#0F172A}.formats-integrations-section .text-slate-800{color:#1E293B}.formats-integrations-section .text-slate-700{color:#334155}.formats-integrations-section .text-slate-600{color:#475569}.formats-integrations-section .bg-primary-subtle{background-color:#EFF6FF!important}.formats-integrations-section .fs-7{font-size:0.875rem}.formats-integrations-section .fs-8{font-size:0.75rem}.formats-integrations-section .font-monospace{font-family:'JetBrains Mono',monospace!important}.formats-integrations-section .formats-card{background-color:#FFFFFF;border-color:#E2E8F0!important;transition:all 0.25s ease-in-out}.formats-integrations-section .formats-card:hover{transform:translateY(-4px);border-color:#93C5FD!important;box-shadow:0 12px 28px -4px rgba(15,23,42,0.08)!important}.formats-integrations-section .formats-card-img-wrapper{height:220px;background-color:#0F172A}.formats-integrations-section .formats-img{width:100%;height:100%;object-fit:cover;transition:transform 0.35s ease}.formats-integrations-section .formats-card:hover .formats-img{transform:scale(1.03)}.formats-integrations-section .formats-title-link{transition:color 0.2s ease}.formats-integrations-section .formats-title-link:hover{color:#2563EB!important}.formats-integrations-section .btn-primary{background-color:#2563EB;border-color:#2563EB;color:#FFFFFF;border-radius:10px}.formats-integrations-section .btn-primary:hover{background-color:#1D4ED8;border-color:#1D4ED8;color:#FFFFFF}.formats-integrations-section .btn-secondary{background-color:#0F172A;border-color:#0F172A;color:#FFFFFF;border-radius:10px}.formats-integrations-section .btn-secondary:hover{background-color:#1E293B;border-color:#1E293B;color:#FFFFFF}.formats-integrations-section .form-control:focus{border-color:#3B82F6;box-shadow:0 0 0 3px rgba(37,99,235,0.15)}

/* ===== PAGE: contact ===== */
.contact-page-section {
  background-color: #F8FAFC;
  color: #0F172A;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.contact-page-section__badge {
  display: inline-flex;
  align-items: center;
  background-color: #EEF2FF;
  color: #3730A3;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  letter-spacing: 0.04em;
  border: 1px solid #E0E7FF;
}

.contact-page-section__title {
  color: #0F172A;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.contact-page-section__lead {
  max-width: 680px;
  font-size: 1.05rem;
  line-height: 1.6;
}

.contact-page-section__info-card,
.contact-page-section__form-card {
  background-color: #FFFFFF;
  border-color: #E2E8F0 !important;
  transition: border-color 0.2s ease;
}

.contact-page-section__h2 {
  color: #0F172A;
}

.contact-page-section__h3 {
  color: #0F172A;
  margin-bottom: 0.25rem;
}

.contact-page-section__icon-box {
  width: 44px;
  height: 44px;
  background-color: #EFF6FF;
  color: #2563EB;
  font-size: 1.25rem;
  border: 1px solid #DBEAFE;
}

.contact-page-section__icon-box--wa {
  background-color: #ECFDF5;
  color: #059669;
  border-color: #D1FAE5;
}

.contact-page-section__link {
  font-size: 0.95rem;
  word-break: break-word;
  transition: color 0.15s ease;
}

.contact-page-section__link:hover {
  color: #1D4ED8;
}

.contact-page-section__link--wa {
  color: #059669;
}

.contact-page-section__link--wa:hover {
  color: #047857;
}

.contact-page-section__meta {
  font-size: 0.95rem;
  line-height: 1.5;
}

.contact-page-section__sla-box {
  background-color: #F8FAFC;
  border: 1px solid #E2E8F0;
}

.contact-page-section__input,
.contact-page-section__select,
.contact-page-section__textarea {
  background-color: #FFFFFF;
  border: 1px solid #CBD5E1;
  color: #0F172A;
  border-radius: 8px;
  padding: 0.65rem 0.85rem;
  font-size: 0.95rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.contact-page-section__input:focus,
.contact-page-section__select:focus,
.contact-page-section__textarea:focus {
  background-color: #FFFFFF;
  color: #0F172A;
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
  outline: none;
}

.contact-page-section__input::placeholder,
.contact-page-section__textarea::placeholder {
  color: #94A3B8;
  opacity: 1;
}

.contact-page-section__submit-btn {
  background-color: #2563EB;
  border-color: #2563EB;
  border-radius: 10px;
  font-size: 0.95rem;
  transition: background-color 0.2s ease, transform 0.1s ease;
  min-height: 46px;
}

.contact-page-section__submit-btn:hover {
  background-color: #1D4ED8;
  border-color: #1D4ED8;
}

.contact-page-section__submit-btn:active {
  transform: translateY(1px);
}

@media (max-width: 767.98px) {
  .contact-page-section__title {
    font-size: 1.5rem;
    hyphens: auto;
  }
  .contact-page-section__h2 {
    font-size: 1rem;
    hyphens: auto;
  }
  .contact-page-section__h3 {
    font-size: 0.875rem;
    hyphens: auto;
  }
  .contact-page-section__submit-btn {
    width: 100%;
  }
}

/* ===== PAGE: privacy ===== */
.privacy-section { background-color: #F8FAFC; color: #0F172A; min-height: 100vh; }
.privacy-section .privacy-toc-card { background-color: #FFFFFF; border: 1px solid #E2E8F0; box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05); top: 2rem; }
.privacy-section .privacy-toc-link { color: #475569; text-decoration: none; font-size: 0.875rem; font-weight: 500; display: block; padding: 0.4rem 0.6rem; border-radius: 6px; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
.privacy-section .privacy-toc-link:hover { color: #2563EB; background-color: #EFF6FF; }
.privacy-section .privacy-toc-link.active { color: #2563EB; background-color: #EFF6FF; font-weight: 600; }
.privacy-section .privacy-badge-mono { font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; color: #3730A3; background-color: #EEF2FF; padding: 0.25rem 0.5rem; border-radius: 4px; display: inline-flex; align-items: center; }
.privacy-section .privacy-badge-tech { font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; color: #2563EB; background-color: #EFF6FF; font-weight: 600; padding: 0.3rem 0.65rem; border-radius: 6px; display: inline-block; letter-spacing: 0.05em; }
.privacy-section .privacy-card { background-color: #FFFFFF; border: 1px solid #E2E8F0; box-shadow: 0 4px 12px -2px rgba(15, 23, 42, 0.04); }
.privacy-section .privacy-main-title { font-size: 2rem; line-height: 1.25; }
.privacy-section .privacy-heading { font-size: 1.35rem; line-height: 1.3; }
.privacy-section .privacy-subheading { font-size: 1.05rem; line-height: 1.3; }
.privacy-section .privacy-step-num { font-family: 'JetBrains Mono', monospace; color: #2563EB; background-color: #EFF6FF; font-size: 0.8rem; font-weight: 700; padding: 0.2rem 0.5rem; border-radius: 4px; }
.privacy-section .privacy-audit-badge { font-size: 0.85rem; }
.privacy-section .privacy-subcard { background-color: #F8FAFC; border: 1px solid #E2E8F0; }
.privacy-section .privacy-callout { background-color: #EFF6FF; border: 1px solid #BFDBFE; }
.privacy-section .privacy-feature-pill { background-color: #F8FAFC; border: 1px solid #E2E8F0; }
.privacy-section .privacy-rights-badge { background-color: #F8FAFC; border: 1px solid #E2E8F0; font-size: 0.875rem; }
.privacy-section .privacy-contact-box { background-color: #F1F5F9; border: 1px solid #E2E8F0; }
.privacy-section .privacy-icon-avatar { width: 48px; height: 48px; border-radius: 10px; background-color: #EFF6FF; display: flex; align-items: center; justify-content: center; }
.privacy-section .privacy-styled-list { padding-left: 1.25rem; }
.privacy-section .privacy-styled-list li { margin-bottom: 0.5rem; }
@media (max-width: 767.98px) {
  .privacy-section .privacy-main-title { font-size: 1.5rem; }
  .privacy-section .privacy-heading { font-size: 1.2rem; }
  .privacy-section .privacy-subheading { font-size: 0.95rem; }
}

/* ===== PAGE: terms ===== */
.terms-content-block {
  background-color: #F8FAFC;
  color: #0F172A;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.65;
}

.terms-content-block__sidebar {
  top: 96px;
  z-index: 10;
}

.terms-content-block__toc-card {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05);
}

.terms-content-block__toc-title {
  font-size: 1rem;
  letter-spacing: -0.01em;
}

.terms-content-block__toc-btn {
  border: 1px solid transparent;
  background: transparent;
  padding: 8px 12px;
  border-radius: 8px;
  color: #475569;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  width: 100%;
}

.terms-content-block__toc-btn:hover {
  background-color: #F1F5F9;
  color: #2563EB;
}

.terms-content-block__toc-btn.active {
  background-color: #EFF6FF;
  color: #2563EB;
  font-weight: 600;
  border-color: #BFDBFE;
}

.terms-content-block__help-box {
  background-color: #F8FAFC;
  border: 1px dashed #CBD5E1;
}

.terms-content-block__help-text {
  font-size: 0.8125rem;
  line-height: 1.45;
}

.terms-content-block__link-action {
  color: #2563EB;
  font-size: 0.875rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}

.terms-content-block__link-action:hover {
  color: #1D4ED8;
  text-decoration: underline;
}

.terms-content-block__body-card {
  border: 1px solid #E2E8F0;
  background-color: #FFFFFF;
}

.terms-content-block__badge {
  background-color: #EEF2FF;
  color: #3730A3;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.terms-content-block__main-title {
  font-size: 2.25rem;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.terms-content-block__meta {
  font-size: 0.875rem;
  font-family: 'JetBrains Mono', monospace;
}

.terms-content-block__section-title {
  font-size: 1.375rem;
  letter-spacing: -0.015em;
  scroll-margin-top: 110px;
}

.terms-content-block__num {
  color: #2563EB;
  font-family: 'JetBrains Mono', monospace;
}

.terms-content-block__paragraph {
  font-size: 1rem;
  color: #475569;
}

.terms-content-block__card-sub {
  background-color: #F8FAFC;
  border: 1px solid #E2E8F0;
}

.terms-content-block__sub-title {
  font-size: 1.0625rem;
}

.terms-content-block__list {
  padding-left: 1.25rem;
  font-size: 0.9375rem;
}

.terms-content-block__feature-box {
  background-color: #FFFFFF;
  border-color: #E2E8F0 !important;
}

.terms-content-block__box-text {
  font-size: 0.875rem;
  line-height: 1.5;
}

.terms-content-block__inline-link {
  color: #2563EB;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
  transition: color 0.15s ease;
}

.terms-content-block__inline-link:hover {
  color: #1D4ED8;
}

.terms-content-block__contact-box {
  background-color: #EFF6FF;
  border: 1px solid #BFDBFE;
}

.terms-content-block__btn-primary {
  background-color: #2563EB;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.15s ease;
  border: 1px solid transparent;
}

.terms-content-block__btn-primary:hover {
  background-color: #1D4ED8;
  color: #FFFFFF;
  transform: translateY(-1px);
}

@media (max-width: 767.98px) {
  .terms-content-block__main-title {
    font-size: 18px;
  }
  .terms-content-block__section-title {
    font-size: 16px;
  }
  .terms-content-block__sub-title {
    font-size: 14px;
  }
  .terms-content-block__sidebar {
    position: static !important;
  }
}

/* ===== PAGE: disclaimer ===== */
.disclaimer-page-section {
  background-color: #F8FAFC;
  min-height: 80vh;
}

.disclaimer-page-section .disclaimer-header-box {
  border-color: #E2E8F0 !important;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
}

.disclaimer-page-section .disclaimer-badge {
  background-color: #EFF6FF;
  border: 1px solid #DBEAFE;
}

.disclaimer-page-section .disclaimer-title {
  font-size: 2.25rem;
  letter-spacing: -0.025em;
  line-height: 1.25;
  color: #0F172A !important;
}

.disclaimer-page-section .disclaimer-lead {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #475569 !important;
}

.disclaimer-page-section .disclaimer-sidebar {
  border-color: #E2E8F0 !important;
}

.disclaimer-page-section .disclaimer-nav .nav-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: #475569 !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.disclaimer-page-section .disclaimer-nav .nav-link:hover {
  background-color: #EFF6FF;
  color: #2563EB !important;
}

.disclaimer-page-section .disclaimer-nav .nav-link.active {
  background-color: #EFF6FF;
  color: #2563EB !important;
  font-weight: 600;
}

.disclaimer-page-section .disclaimer-alert-subtle {
  background-color: #F1F5F9;
  border: 1px solid #E2E8F0;
}

.disclaimer-page-section .disclaimer-section-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background-color: #EFF6FF;
  color: #2563EB;
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid #DBEAFE;
}

.disclaimer-page-section .disclaimer-body {
  line-height: 1.7;
  font-size: 1rem;
  color: #334155 !important;
}

.disclaimer-page-section .disclaimer-body p {
  margin-bottom: 1rem;
}

.disclaimer-page-section .disclaimer-body p:last-child {
  margin-bottom: 0;
}

.disclaimer-page-section .btn-primary {
  background-color: #2563EB !important;
  border-color: #2563EB !important;
  color: #FFFFFF !important;
  box-shadow: 0 2px 8px -2px rgba(37, 99, 235, 0.4);
  transition: all 0.2s ease;
}

.disclaimer-page-section .btn-primary:hover {
  background-color: #1D4ED8 !important;
  border-color: #1D4ED8 !important;
  transform: translateY(-1px);
}

.disclaimer-page-section .btn-outline-secondary {
  background-color: #FFFFFF !important;
  border: 1px solid #CBD5E1 !important;
  color: #0F172A !important;
  transition: all 0.2s ease;
}

.disclaimer-page-section .btn-outline-secondary:hover {
  background-color: #F8FAFC !important;
  border-color: #94A3B8 !important;
  color: #0F172A !important;
  transform: translateY(-1px);
}

@media (max-width: 767.98px) {
  .disclaimer-page-section .disclaimer-title {
    font-size: 1.5rem;
    hyphens: auto;
  }
  .disclaimer-page-section .disclaimer-lead {
    font-size: 0.95rem;
  }
  .disclaimer-page-section .disclaimer-header-box {
    padding: 1.5rem !important;
  }
  .disclaimer-page-section .disclaimer-sidebar {
    position: static !important;
    margin-bottom: 1.5rem;
  }
}

.comment-card.main-comment {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0 !important;
    border-radius: 16px;
    box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05), 0 1px 4px -1px rgba(15, 23, 42, 0.03);
    transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.comment-card.main-comment:hover {
    border-color: #93C5FD !important;
    box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.03);
}

.comment-avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    object-fit: cover;
    border: 2px solid #EFF6FF;
}

.comment-author-name {
    color: #0F172A;
    font-size: 1rem;
    letter-spacing: -0.01em;
}

.badge-tag {
    background-color: #EEF2FF;
    color: #3730A3;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.25rem 0.6rem;
    border-radius: 9999px;
    border: 1px solid #E0E7FF;
}

.font-mono {
    font-family: 'JetBrains Mono', monospace;
}

.comment-timestamp {
    color: #64748B;
    font-size: 0.75rem;
}

.comment-text {
    color: #334155;
    font-size: 0.9375rem;
    line-height: 1.65;
    margin-bottom: 0.75rem;
}

.text-slate-900 {
    color: #0F172A !important;
}

.text-slate-700 {
    color: #334155 !important;
}

.text-muted-slate {
    color: #64748B !important;
}

.comment-action-btn {
    background: transparent;
    border: 1px solid transparent;
    padding: 0.35rem 0.65rem;
    border-radius: 8px;
    color: #475569;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease-out;
}

.comment-action-btn:hover {
    background-color: #F1F5F9;
    color: #2563EB;
}

.comment-action-btn.btn-like:hover i {
    color: #2563EB;
}

.comment-action-btn:focus-visible {
    outline: 2px solid #2563EB;
    outline-offset: 2px;
}

.comment-reply-wrapper {
    position: relative;
}

.reply-connector-line {
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 50%;
    width: 16px;
    border-left: 2px solid #E2E8F0;
    border-bottom: 2px solid #E2E8F0;
    border-bottom-left-radius: 10px;
}

.comment-card.reply-comment {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0 !important;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s ease;
}

.comment-card.reply-comment:hover {
    border-color: #CBD5E1 !important;
    background-color: #FFFFFF;
}

.reply-avatar {
    width: 36px;
    height: 36px;
    min-width: 36px;
    object-fit: cover;
    border: 1.5px solid #E2E8F0;
}

.reply-name {
    font-size: 0.875rem;
}

.reply-badge-tag {
    background-color: #F1F5F9;
    color: #475569;
    font-size: 0.6875rem;
    font-weight: 500;
    padding: 0.15rem 0.5rem;
    border-radius: 9999px;
    border: 1px solid #E2E8F0;
}

.reply-text {
    font-size: 0.875rem;
    line-height: 1.6;
}

.bg-slate-subtle {
    background-color: #F8FAFC !important;
}


/* ===== PAGE TEMPLATE: context-worksheets ===== */
.detail-worksheet-body {
    background-color: #F8FAFC;
    color: #0F172A;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.65;
}

.site-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
    box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05);
    z-index: 1030;
    position: sticky;
    top: 0;
    width: 100%;
}

.site-header .main-navbar {
    padding: 0.75rem 0;
    background-color: #FFFFFF;
}

.site-header .brand-logo {
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
    border-radius: 8px;
}

.site-header .brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.site-header .brand-title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: #0F172A;
    letter-spacing: -0.02em;
}

.site-header .brand-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.68rem;
    font-weight: 600;
    color: #2563EB;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.site-header .custom-toggler {
    border: 1px solid #E2E8F0;
    padding: 0.4rem 0.65rem;
    border-radius: 8px;
    background-color: #F8FAFC;
    color: #0F172A;
    box-shadow: none;
}

.site-header .custom-toggler:focus {
    box-shadow: 0 0 0 2px #2563EB;
}

.site-header .custom-toggler .menu-open-icon {
    font-size: 1.35rem;
    color: #0F172A;
}

.site-header .nav-link-custom {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.925rem;
    font-weight: 600;
    color: #475569;
    padding: 0.5rem 0.85rem !important;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header .nav-link-custom:hover,
.site-header .nav-link-custom:focus,
.site-header .nav-link-custom.active {
    color: #2563EB;
    background-color: #EFF6FF;
}

.site-header .nav-icon {
    font-size: 1.05rem;
    color: #2563EB;
}

.site-header .dropdown-menu-custom {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 0.5rem;
    box-shadow: 0 16px 36px -6px rgba(15, 23, 42, 0.08);
    margin-top: 0.5rem;
}

.site-header .dropdown-item-custom {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0F172A;
    padding: 0.55rem 0.85rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
}

.site-header .dropdown-item-custom:hover,
.site-header .dropdown-item-custom:focus {
    color: #2563EB;
    background-color: #EFF6FF;
}

.site-header .dropdown-icon {
    font-size: 1rem;
    color: #2563EB;
}

.site-header .header-cta-btn {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    background-color: #2563EB;
    color: #FFFFFF;
    padding: 0.6rem 1.15rem;
    border-radius: 10px;
    border: 1px solid #2563EB;
    box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05);
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header .header-cta-btn:hover,
.site-header .header-cta-btn:focus {
    background-color: #1D4ED8;
    border-color: #1D4ED8;
    color: #FFFFFF;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.12);
}

.worksheet-detail-hero {
    background: linear-gradient(180deg, #FFFFFF 0%, #F1F5F9 100%);
    border-bottom: 1px solid #E2E8F0;
}

.worksheet-breadcrumb .breadcrumb-item a {
    color: #64748B;
    text-decoration: none;
    font-size: 0.875rem;
}

.worksheet-breadcrumb .breadcrumb-item a:hover {
    color: #2563EB;
}

.worksheet-breadcrumb .breadcrumb-item.active {
    color: #0F172A;
    font-weight: 600;
    font-size: 0.875rem;
}

.detail-category-badge {
    background-color: #EEF2FF;
    border: 1px solid #C7D2FE;
    color: #3730A3;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 9999px;
}

.detail-main-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0F172A;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.detail-main-subtitle {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.6;
}

.detail-meta-bar {
    border-color: #E2E8F0 !important;
}

.detail-meta-item {
    font-size: 0.875rem;
    color: #64748B;
}

.detail-meta-item strong {
    color: #0F172A;
}

.worksheet-article-body {
    color: #334155;
}

.worksheet-main-image {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border: 1px solid #E2E8F0;
}

.worksheet-body-text h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F172A;
    margin-top: 1.75rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.worksheet-body-text h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1E293B;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.35;
}

.worksheet-body-text p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    color: #334155;
}

.worksheet-body-text .lead-text {
    font-size: 1.125rem;
    color: #1E293B;
    font-weight: 500;
}

.worksheet-body-text blockquote {
    border-left: 4px solid #2563EB;
    background-color: #EFF6FF;
    padding: 1rem 1.25rem;
    border-radius: 0 8px 8px 0;
    margin: 1.5rem 0;
}

.worksheet-body-text blockquote p {
    font-style: italic;
    color: #1E3A8A;
    margin-bottom: 0.5rem;
}

.worksheet-body-text blockquote cite {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2563EB;
    font-style: normal;
}

.worksheet-highlight-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.worksheet-highlight-list li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
    color: #334155;
}

.worksheet-highlight-list li::before {
    content: "\ea5e";
    font-family: 'remixicon';
    position: absolute;
    left: 0;
    top: 0;
    color: #2563EB;
    font-weight: bold;
}

.spec-container-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0F172A;
}

.worksheet-tabs-container .nav-pills .nav-link {
    color: #475569;
    background-color: #F1F5F9;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.5rem 0.85rem;
    white-space: nowrap;
    border: 1px solid #E2E8F0;
}

.worksheet-tabs-container .nav-pills .nav-link.active {
    color: #FFFFFF;
    background-color: #2563EB;
    border-color: #2563EB;
}

.spec-table th {
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #475569;
}

.spec-table td {
    font-size: 0.875rem;
    color: #1E293B;
}

.accordion-button {
    font-size: 1rem;
    font-weight: 600;
    color: #0F172A;
    background-color: #F8FAFC;
}

.accordion-button:not(.collapsed) {
    color: #2563EB;
    background-color: #EFF6FF;
}

.comment-card {
    border-color: #E2E8F0 !important;
}

.comment-avatar,
.reply-avatar {
    object-fit: cover;
    border: 1px solid #CBD5E1;
}

.badge-tag {
    background-color: #EEF2FF;
    color: #3730A3;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
}

.text-muted-slate {
    color: #94A3B8;
    font-size: 0.8125rem;
}

.comment-action-btn {
    background: none;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 0.8125rem;
    color: #475569;
    transition: all 0.2s ease;
}

.comment-action-btn:hover,
.comment-action-btn.active {
    background-color: #EFF6FF;
    color: #2563EB;
    border-color: #93C5FD;
}

.comment-reply-wrapper {
    position: relative;
}

.reply-connector-line {
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #E2E8F0;
}

.bg-slate-subtle {
    background-color: #F8FAFC;
}

.form-control-solid {
    background-color: #F8FAFC;
    border: 1px solid #CBD5E1;
    color: #0F172A;
}

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

.sticky-sidebar-wrapper {
    position: sticky;
    top: 90px;
}

.service-request-widget input,
.service-request-widget select {
    border: 1px solid #CBD5E1;
    font-size: 0.875rem;
}

.curated-banner-widget {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    border: 1px solid #334155;
}

.banner-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.2);
    color: #60A5FA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.contextcraft-footer-section {
    background-color: #0B132B;
    color: #E2E8F0;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    border-top: 1px solid #1E293B;
    overflow: hidden;
}

.contextcraft-footer-section .contextcraft-footer-top {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
}

.contextcraft-footer-section .footer-brand-wrap {
    display: flex;
    align-items: center;
}

.contextcraft-footer-section .footer-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #FFFFFF;
}

.contextcraft-footer-section .footer-brand-logo {
    width: 44px;
    height: 44px;
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contextcraft-footer-section .footer-brand-title {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    line-height: 1.2;
}

.contextcraft-footer-section .footer-brand-tagline {
    color: #94A3B8;
    font-size: 0.925rem;
    line-height: 1.65;
    margin-bottom: 1.5rem;
    max-width: 360px;
    hyphens: auto;
}

.contextcraft-footer-section .footer-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.85rem;
    border-radius: 9999px;
    background-color: rgba(37, 99, 235, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.contextcraft-footer-section .footer-pill-icon {
    font-size: 0.95rem;
    color: #60A5FA;
}

.contextcraft-footer-section .footer-pill-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 500;
    color: #93C5FD;
    letter-spacing: 0.02em;
}

.contextcraft-footer-section .footer-column-heading {
    font-size: 1.05rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 1.25rem;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.contextcraft-footer-section .footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.contextcraft-footer-section .footer-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #94A3B8;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    line-height: 1.4;
}

.contextcraft-footer-section .nav-link-icon {
    font-size: 1rem;
    color: #475569;
    transition: color 0.2s ease, transform 0.2s ease;
}

.contextcraft-footer-section .footer-nav-link:hover {
    color: #FFFFFF;
    transform: translateX(3px);
}

.contextcraft-footer-section .footer-nav-link:hover .nav-link-icon {
    color: #3B82F6;
}

.contextcraft-footer-section .footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contextcraft-footer-section .footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.contextcraft-footer-section .contact-icon-wrapper {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 8px;
    background-color: #1E293B;
    border: 1px solid #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.contextcraft-footer-section .contact-icon {
    font-size: 1rem;
    color: #60A5FA;
}

.contextcraft-footer-section .contact-icon-wa .contact-icon {
    color: #34D399;
}

.contextcraft-footer-section .contact-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.contextcraft-footer-section .contact-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748B;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2px;
}

.contextcraft-footer-section .contact-value {
    font-size: 0.875rem;
    color: #CBD5E1;
    line-height: 1.4;
    word-break: break-word;
}

.contextcraft-footer-section .contact-link {
    font-size: 0.875rem;
    color: #E2E8F0;
    text-decoration: none;
    transition: color 0.2s ease;
    line-height: 1.4;
    word-break: break-all;
}

.contextcraft-footer-section .contact-link:hover {
    color: #60A5FA;
}

.contextcraft-footer-section .contact-link-highlight {
    color: #34D399;
    font-weight: 600;
}

.contextcraft-footer-section .contact-link-highlight:hover {
    color: #6EE7B7;
    text-decoration: underline;
}

.contextcraft-footer-section .contextcraft-footer-bottom {
    border-top: 1px solid #1E293B;
    background-color: #060D20;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.contextcraft-footer-section .footer-copyright-text {
    color: #64748B;
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.5;
}

.contextcraft-footer-section .footer-bottom-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.contextcraft-footer-section .footer-sublink {
    color: #94A3B8;
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contextcraft-footer-section .footer-sublink:hover {
    color: #FFFFFF;
}

.contextcraft-footer-section .footer-sublink-separator {
    color: #334155;
    font-size: 0.75rem;
    user-select: none;
}

@media (max-width: 991.98px) {
    .site-header .navbar-collapse {
        background-color: #FFFFFF;
        border: 1px solid #E2E8F0;
        border-radius: 12px;
        padding: 1rem;
        margin-top: 0.75rem;
        box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.08);
    }

    .site-header .nav-link-custom {
        width: 100%;
        padding: 0.6rem 0.75rem !important;
    }

    .site-header .dropdown-menu-custom {
        border: none;
        box-shadow: none;
        padding-left: 1rem;
        margin-top: 0;
        background-color: #F8FAFC;
        border-radius: 8px;
    }

    .site-header .header-actions {
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        border-top: 1px solid #E2E8F0;
        width: 100%;
    }

    .site-header .header-cta-btn {
        width: 100%;
        justify-content: center;
    }

    .sticky-sidebar-wrapper {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .detail-main-title {
        font-size: 18px;
        line-height: 1.3;
        hyphens: auto;
    }

    .worksheet-body-text h2 {
        font-size: 16px;
        line-height: 1.3;
        hyphens: auto;
    }

    .worksheet-body-text h3 {
        font-size: 14px;
        line-height: 1.3;
        hyphens: auto;
    }

    .contextcraft-footer-section .contextcraft-footer-top {
        padding-top: 3rem;
        padding-bottom: 2.25rem;
    }

    .contextcraft-footer-section .footer-column-heading {
        font-size: 0.95rem;
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .contextcraft-footer-section .footer-brand-title {
        font-size: 1.2rem;
    }

    .contextcraft-footer-section .footer-brand-tagline {
        font-size: 0.875rem;
        margin-bottom: 1.25rem;
    }

    .contextcraft-footer-section .footer-bottom-inner {
        text-align: center;
        gap: 0.75rem;
    }

    .contextcraft-footer-section .footer-bottom-links {
        justify-content: center;
    }
}

/* ===== PAGE TEMPLATE: use-cases ===== */
.site-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
    box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05);
    z-index: 1030;
    position: sticky;
    top: 0;
    width: 100%
}

.site-header .main-navbar {
    padding: 0.75rem 0;
    background-color: #FFFFFF
}

.site-header .brand-logo {
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
    border-radius: 8px
}

.site-header .brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2
}

.site-header .brand-title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: #0F172A;
    letter-spacing: -0.02em
}

.site-header .brand-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.68rem;
    font-weight: 600;
    color: #2563EB;
    text-transform: uppercase;
    letter-spacing: 0.04em
}

.site-header .custom-toggler {
    border: 1px solid #E2E8F0;
    padding: 0.4rem 0.65rem;
    border-radius: 8px;
    background-color: #F8FAFC;
    color: #0F172A;
    box-shadow: none
}

.site-header .custom-toggler:focus {
    box-shadow: 0 0 0 2px #2563EB
}

.site-header .custom-toggler .menu-open-icon {
    font-size: 1.35rem;
    color: #0F172A
}

.site-header .nav-link-custom {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.925rem;
    font-weight: 600;
    color: #475569;
    padding: 0.5rem 0.85rem !important;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1)
}

.site-header .nav-link-custom:hover,
.site-header .nav-link-custom:focus,
.site-header .nav-link-custom.active {
    color: #2563EB;
    background-color: #EFF6FF
}

.site-header .nav-icon {
    font-size: 1.05rem;
    color: #2563EB
}

.site-header .dropdown-menu-custom {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 0.5rem;
    box-shadow: 0 16px 36px -6px rgba(15, 23, 42, 0.08);
    margin-top: 0.5rem
}

.site-header .dropdown-item-custom {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0F172A;
    padding: 0.55rem 0.85rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease
}

.site-header .dropdown-item-custom:hover,
.site-header .dropdown-item-custom:focus {
    color: #2563EB;
    background-color: #EFF6FF
}

.site-header .dropdown-icon {
    font-size: 1rem;
    color: #2563EB
}

.site-header .header-cta-btn {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    background-color: #2563EB;
    color: #FFFFFF;
    padding: 0.6rem 1.15rem;
    border-radius: 10px;
    border: 1px solid #2563EB;
    box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05);
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1)
}

.site-header .header-cta-btn:hover,
.site-header .header-cta-btn:focus {
    background-color: #1D4ED8;
    border-color: #1D4ED8;
    color: #FFFFFF;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.12)
}

@media (max-width:991.98px) {
    .site-header .navbar-collapse {
        background-color: #FFFFFF;
        border: 1px solid #E2E8F0;
        border-radius: 12px;
        padding: 1rem;
        margin-top: 0.75rem;
        box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.08)
    }

    .site-header .nav-link-custom {
        width: 100%;
        padding: 0.6rem 0.75rem !important
    }

    .site-header .dropdown-menu-custom {
        border: none;
        box-shadow: none;
        padding-left: 1rem;
        margin-top: 0;
        background-color: #F8FAFC;
        border-radius: 8px
    }

    .site-header .header-actions {
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        border-top: 1px solid #E2E8F0;
        width: 100%
    }

    .site-header .header-cta-btn {
        width: 100%;
        justify-content: center
    }
}

.hero-context-canvas {
    background-color: #F8FAFC;
    color: #0F172A;
}

.hero-context-canvas__bg-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.hero-context-canvas__bg-orb--1 {
    width: 340px;
    height: 340px;
    top: -60px;
    right: -60px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.12) 0%, rgba(37, 99, 235, 0) 70%);
}

.hero-context-canvas__bg-orb--2 {
    width: 280px;
    height: 280px;
    bottom: 80px;
    left: -80px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.1) 0%, rgba(245, 158, 11, 0) 70%);
}

.hero-context-canvas__bg-orb--3 {
    width: 200px;
    height: 200px;
    top: 40%;
    left: 45%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, rgba(59, 130, 246, 0) 70%);
}

.hero-context-canvas__badge {
    background-color: #EEF2FF;
    border: 1px solid #C7D2FE;
    padding: 6px 14px;
    border-radius: 9999px;
}

.hero-context-canvas__badge-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #3730A3;
    letter-spacing: -0.01em;
}

.hero-context-canvas__title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.03em;
    color: #0F172A;
}

.hero-context-canvas__subtitle {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #475569;
    max-width: 780px;
}

.usecase-detail-block {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.usecase-main-image {
    object-fit: cover;
    max-height: 460px;
    display: block;
}

.usecase-body-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #334155;
}

.usecase-body-text h2 {
    color: #0F172A;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-top: 1.75rem;
}

.usecase-body-text h3 {
    color: #0F172A;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-top: 1.5rem;
}

.usecase-bullet-list {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.usecase-bullet-list li {
    margin-bottom: 0.5rem;
    color: #475569;
}

.usecase-quote-card blockquote {
    font-size: 1.1rem;
    line-height: 1.6;
}

.bg-slate-subtle {
    background-color: #F8FAFC;
}

.text-slate-900 {
    color: #0F172A !important;
}

.text-slate-800 {
    color: #1E293B !important;
}

.text-slate-700 {
    color: #334155 !important;
}

.text-muted-slate {
    color: #64748B !important;
}

.font-mono {
    font-family: 'JetBrains Mono', monospace;
}

.comment-card {
    border-color: #E2E8F0 !important;
    transition: box-shadow 0.2s ease;
}

.comment-card:hover {
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
}

.comment-badge {
    background-color: #EEF2FF;
    color: #3730A3;
    font-size: 0.75rem;
    padding: 2px 8px;
    border-radius: 9999px;
    border: 1px solid #C7D2FE;
}

.comment-action-btn {
    background: transparent;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 0.8125rem;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s ease;
}

.comment-action-btn:hover,
.comment-action-btn.active {
    color: #2563EB;
    background-color: #EFF6FF;
    border-color: #93C5FD;
}

.recent-post-link {
    color: #0F172A;
    transition: color 0.2s ease;
}

.recent-post-link:hover {
    color: #2563EB;
}

.contextcraft-footer-section {
    background-color: #0B132B;
    color: #E2E8F0;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    border-top: 1px solid #1E293B;
    overflow: hidden;
}

.contextcraft-footer-section .contextcraft-footer-top {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
}

.contextcraft-footer-section .footer-brand-wrap {
    display: flex;
    align-items: center;
}

.contextcraft-footer-section .footer-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #FFFFFF;
}

.contextcraft-footer-section .footer-brand-logo {
    width: 44px;
    height: 44px;
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contextcraft-footer-section .footer-brand-title {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    line-height: 1.2;
}

.contextcraft-footer-section .footer-brand-tagline {
    color: #94A3B8;
    font-size: 0.925rem;
    line-height: 1.65;
    margin-bottom: 1.5rem;
    max-width: 360px;
    hyphens: auto;
}

.contextcraft-footer-section .footer-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.85rem;
    border-radius: 9999px;
    background-color: rgba(37, 99, 235, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.contextcraft-footer-section .footer-pill-icon {
    font-size: 0.95rem;
    color: #60A5FA;
}

.contextcraft-footer-section .footer-pill-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 500;
    color: #93C5FD;
    letter-spacing: 0.02em;
}

.contextcraft-footer-section .footer-column-heading {
    font-size: 1.05rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 1.25rem;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.contextcraft-footer-section .footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.contextcraft-footer-section .footer-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #94A3B8;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    line-height: 1.4;
}

.contextcraft-footer-section .nav-link-icon {
    font-size: 1rem;
    color: #475569;
    transition: color 0.2s ease, transform 0.2s ease;
}

.contextcraft-footer-section .footer-nav-link:hover {
    color: #FFFFFF;
    transform: translateX(3px);
}

.contextcraft-footer-section .footer-nav-link:hover .nav-link-icon {
    color: #3B82F6;
}

.contextcraft-footer-section .footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contextcraft-footer-section .footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.contextcraft-footer-section .contact-icon-wrapper {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 8px;
    background-color: #1E293B;
    border: 1px solid #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.contextcraft-footer-section .contact-icon {
    font-size: 1rem;
    color: #60A5FA;
}

.contextcraft-footer-section .contact-icon-wa .contact-icon {
    color: #34D399;
}

.contextcraft-footer-section .contact-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.contextcraft-footer-section .contact-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748B;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2px;
}

.contextcraft-footer-section .contact-value {
    font-size: 0.875rem;
    color: #CBD5E1;
    line-height: 1.4;
    word-break: break-word;
}

.contextcraft-footer-section .contact-link {
    font-size: 0.875rem;
    color: #E2E8F0;
    text-decoration: none;
    transition: color 0.2s ease;
    line-height: 1.4;
    word-break: break-all;
}

.contextcraft-footer-section .contact-link:hover {
    color: #60A5FA;
}

.contextcraft-footer-section .contact-link-highlight {
    color: #34D399;
    font-weight: 600;
}

.contextcraft-footer-section .contact-link-highlight:hover {
    color: #6EE7B7;
    text-decoration: underline;
}

.contextcraft-footer-section .contextcraft-footer-bottom {
    border-top: 1px solid #1E293B;
    background-color: #060D20;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.contextcraft-footer-section .footer-copyright-text {
    color: #64748B;
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.5;
}

.contextcraft-footer-section .footer-bottom-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.contextcraft-footer-section .footer-sublink {
    color: #94A3B8;
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contextcraft-footer-section .footer-sublink:hover {
    color: #FFFFFF;
}

.contextcraft-footer-section .footer-sublink-separator {
    color: #334155;
    font-size: 0.75rem;
    user-select: none;
}

@media (max-width: 767.98px) {
    .hero-context-canvas__title {
        font-size: 18px;
        line-height: 1.3;
        hyphens: auto;
    }

    .hero-context-canvas__subtitle {
        font-size: 0.9375rem;
        line-height: 1.5;
    }

    .usecase-body-text h2 {
        font-size: 16px;
    }

    .usecase-body-text h3 {
        font-size: 14px;
    }

    .contextcraft-footer-section .contextcraft-footer-top {
        padding-top: 3rem;
        padding-bottom: 2.25rem;
    }

    .contextcraft-footer-section .footer-column-heading {
        font-size: 0.95rem;
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .contextcraft-footer-section .footer-brand-title {
        font-size: 1.2rem;
    }

    .contextcraft-footer-section .footer-brand-tagline {
        font-size: 0.875rem;
        margin-bottom: 1.25rem;
    }

    .contextcraft-footer-section .footer-bottom-inner {
        text-align: center;
        gap: 0.75rem;
    }

    .contextcraft-footer-section .footer-bottom-links {
        justify-content: center;
    }
}

/* ===== PAGE TEMPLATE: knowledge-base ===== */
.site-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
    box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05);
    z-index: 1030;
    position: sticky;
    top: 0;
    width: 100%
}

.site-header .main-navbar {
    padding: 0.75rem 0;
    background-color: #FFFFFF
}

.site-header .brand-logo {
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
    border-radius: 8px
}

.site-header .brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2
}

.site-header .brand-title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: #0F172A;
    letter-spacing: -0.02em
}

.site-header .brand-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.68rem;
    font-weight: 600;
    color: #2563EB;
    text-transform: uppercase;
    letter-spacing: 0.04em
}

.site-header .custom-toggler {
    border: 1px solid #E2E8F0;
    padding: 0.4rem 0.65rem;
    border-radius: 8px;
    background-color: #F8FAFC;
    color: #0F172A;
    box-shadow: none
}

.site-header .custom-toggler:focus {
    box-shadow: 0 0 0 2px #2563EB
}

.site-header .custom-toggler .menu-open-icon {
    font-size: 1.35rem;
    color: #0F172A
}

.site-header .nav-link-custom {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.925rem;
    font-weight: 600;
    color: #475569;
    padding: 0.5rem 0.85rem !important;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1)
}

.site-header .nav-link-custom:hover,
.site-header .nav-link-custom:focus {
    color: #2563EB;
    background-color: #EFF6FF
}

.site-header .nav-icon {
    font-size: 1.05rem;
    color: #2563EB
}

.site-header .dropdown-menu-custom {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 0.5rem;
    box-shadow: 0 16px 36px -6px rgba(15, 23, 42, 0.08);
    margin-top: 0.5rem
}

.site-header .dropdown-item-custom {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0F172A;
    padding: 0.55rem 0.85rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease
}

.site-header .dropdown-item-custom:hover,
.site-header .dropdown-item-custom:focus {
    color: #2563EB;
    background-color: #EFF6FF
}

.site-header .dropdown-icon {
    font-size: 1rem;
    color: #2563EB
}

.site-header .header-cta-btn {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    background-color: #2563EB;
    color: #FFFFFF;
    padding: 0.6rem 1.15rem;
    border-radius: 10px;
    border: 1px solid #2563EB;
    box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05);
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1)
}

.site-header .header-cta-btn:hover,
.site-header .header-cta-btn:focus {
    background-color: #1D4ED8;
    border-color: #1D4ED8;
    color: #FFFFFF;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.12)
}

@media (max-width:991.98px) {
    .site-header .navbar-collapse {
        background-color: #FFFFFF;
        border: 1px solid #E2E8F0;
        border-radius: 12px;
        padding: 1rem;
        margin-top: 0.75rem;
        box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.08)
    }

    .site-header .nav-link-custom {
        width: 100%;
        padding: 0.6rem 0.75rem !important
    }

    .site-header .dropdown-menu-custom {
        border: none;
        box-shadow: none;
        padding-left: 1rem;
        margin-top: 0;
        background-color: #F8FAFC;
        border-radius: 8px
    }

    .site-header .header-actions {
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        border-top: 1px solid #E2E8F0;
        width: 100%
    }

    .site-header .header-cta-btn {
        width: 100%;
        justify-content: center
    }
}

.detail-page-body {
    background-color: #F8FAFC;
    color: #0F172A;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.kb-detail-layout {
    flex: 1 0 auto
}

.kb-detail-hero {
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
    border-bottom: 1px solid #E2E8F0
}

.kb-detail-hero .breadcrumb {
    font-size: 0.875rem
}

.kb-detail-hero .breadcrumb-item a {
    color: #2563EB
}

.kb-detail-hero .breadcrumb-item.active {
    color: #64748B
}

.kb-detail-hero .kb-badge {
    background-color: #EEF2FF;
    border: 1px solid #C7D2FE;
    color: #3730A3;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 9999px
}

.kb-detail-hero .kb-meta-item {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: #64748B;
    display: inline-flex;
    align-items: center
}

.kb-detail-title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    color: #0F172A;
    line-height: 1.25;
    letter-spacing: -0.02em
}

.kb-detail-subtitle {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.6;
    max-width: 850px
}

.kb-article-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05)
}

.kb-main-image-wrap {
    border-radius: 12px;
    overflow: hidden;
    background-color: #0F172A
}

.kb-featured-image {
    object-fit: cover;
    aspect-ratio: 16/9;
    display: block
}

.kb-rich-text h2 {
    font-size: 1.65rem;
    font-weight: 700;
    color: #0F172A;
    margin-top: 2rem;
    margin-bottom: 1rem;
    letter-spacing: -0.01em
}

.kb-rich-text h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0F172A;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem
}

.kb-rich-text p {
    font-size: 1rem;
    line-height: 1.7;
    color: #334155;
    margin-bottom: 1.25rem
}

.kb-rich-text blockquote {
    border-left: 4px solid #2563EB;
    background-color: #EFF6FF;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #1E293B
}

.kb-bullet-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem
}

.kb-bullet-item {
    display: flex;
    align-items: flex-start;
    font-size: 0.975rem;
    color: #334155;
    margin-bottom: 0.6rem;
    line-height: 1.5
}

.kb-callout-box {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px
}

.kb-callout-icon {
    font-size: 1.5rem;
    color: #2563EB;
    flex-shrink: 0;
    margin-top: 2px
}

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

.kb-callout-text {
    font-size: 0.925rem;
    color: #475569;
    line-height: 1.5
}

.kb-share-btn {
    background-color: #F1F5F9;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease
}

.kb-share-btn:hover {
    background-color: #E2E8F0;
    color: #0F172A
}

.kb-section-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0F172A
}

.kb-sidebar-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05)
}

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

.kb-sidebar-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem
}

.kb-sidebar-post-item {
    border-bottom: 1px solid #F1F5F9;
    padding-bottom: 0.75rem
}

.kb-sidebar-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.kb-sidebar-post-link {
    font-size: 0.9rem;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    transition: color 0.2s ease;
    line-height: 1.4
}

.kb-sidebar-post-link:hover {
    color: #2563EB
}

.kb-sidebar-cta-btn {
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.6rem 1rem
}

.comment-card {
    transition: all 0.2s ease
}

.comment-avatar {
    object-fit: cover
}

.comment-author-name {
    font-size: 0.95rem
}

.comment-badge {
    background-color: #EEF2FF;
    color: #3730A3;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 9999px
}

.comment-timestamp {
    font-size: 0.78rem
}

.comment-text {
    font-size: 0.925rem;
    line-height: 1.55
}

.comment-action-btn {
    background: none;
    border: none;
    color: #64748B;
    font-size: 0.85rem;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.15s ease
}

.comment-action-btn:hover {
    background-color: #F1F5F9;
    color: #2563EB
}

.comment-action-btn.active {
    color: #2563EB;
    background-color: #EFF6FF
}

.reply-connector-line {
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 10px;
    width: 2px;
    background-color: #CBD5E1
}

.bg-slate-subtle {
    background-color: #F8FAFC
}

.form-control-custom {
    background-color: #F8FAFC;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    border-radius: 10px;
    padding: 0.65rem 0.85rem
}

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

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

.kb-submit-comment-btn {
    background-color: #2563EB;
    color: #FFFFFF;
    border: 1px solid #2563EB;
    font-weight: 600;
    border-radius: 10px;
    padding: 0.65rem 1.4rem;
    transition: all 0.2s ease
}

.kb-submit-comment-btn:hover {
    background-color: #1D4ED8;
    border-color: #1D4ED8;
    color: #FFFFFF
}

.contextcraft-footer-section {
    background-color: #0B132B;
    color: #E2E8F0;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    border-top: 1px solid #1E293B;
    overflow: hidden
}

.contextcraft-footer-section .contextcraft-footer-top {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem
}

.contextcraft-footer-section .footer-brand-wrap {
    display: flex;
    align-items: center
}

.contextcraft-footer-section .footer-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #FFFFFF
}

.contextcraft-footer-section .footer-brand-logo {
    width: 44px;
    height: 44px;
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1)
}

.contextcraft-footer-section .footer-brand-title {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    line-height: 1.2
}

.contextcraft-footer-section .footer-brand-tagline {
    color: #94A3B8;
    font-size: 0.925rem;
    line-height: 1.65;
    margin-bottom: 1.5rem;
    max-width: 360px;
    hyphens: auto
}

.contextcraft-footer-section .footer-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.85rem;
    border-radius: 9999px;
    background-color: rgba(37, 99, 235, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3)
}

.contextcraft-footer-section .footer-pill-icon {
    font-size: 0.95rem;
    color: #60A5FA
}

.contextcraft-footer-section .footer-pill-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 500;
    color: #93C5FD;
    letter-spacing: 0.02em
}

.contextcraft-footer-section .footer-column-heading {
    font-size: 1.05rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 1.25rem;
    letter-spacing: -0.01em;
    line-height: 1.3
}

.contextcraft-footer-section .footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem
}

.contextcraft-footer-section .footer-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #94A3B8;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    line-height: 1.4
}

.contextcraft-footer-section .nav-link-icon {
    font-size: 1rem;
    color: #475569;
    transition: color 0.2s ease, transform 0.2s ease
}

.contextcraft-footer-section .footer-nav-link:hover {
    color: #FFFFFF;
    transform: translateX(3px)
}

.contextcraft-footer-section .footer-nav-link:hover .nav-link-icon {
    color: #3B82F6
}

.contextcraft-footer-section .footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.contextcraft-footer-section .footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem
}

.contextcraft-footer-section .contact-icon-wrapper {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 8px;
    background-color: #1E293B;
    border: 1px solid #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px
}

.contextcraft-footer-section .contact-icon {
    font-size: 1rem;
    color: #60A5FA
}

.contextcraft-footer-section .contact-icon-wa .contact-icon {
    color: #34D399
}

.contextcraft-footer-section .contact-content {
    display: flex;
    flex-direction: column;
    min-width: 0
}

.contextcraft-footer-section .contact-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748B;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2px
}

.contextcraft-footer-section .contact-value {
    font-size: 0.875rem;
    color: #CBD5E1;
    line-height: 1.4;
    word-break: break-word
}

.contextcraft-footer-section .contact-link {
    font-size: 0.875rem;
    color: #E2E8F0;
    text-decoration: none;
    transition: color 0.2s ease;
    line-height: 1.4;
    word-break: break-all
}

.contextcraft-footer-section .contact-link:hover {
    color: #60A5FA
}

.contextcraft-footer-section .contact-link-highlight {
    color: #34D399;
    font-weight: 600
}

.contextcraft-footer-section .contact-link-highlight:hover {
    color: #6EE7B7;
    text-decoration: underline
}

.contextcraft-footer-section .contextcraft-footer-bottom {
    border-top: 1px solid #1E293B;
    background-color: #060D20;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.contextcraft-footer-section .footer-copyright-text {
    color: #64748B;
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.5
}

.contextcraft-footer-section .footer-bottom-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem
}

.contextcraft-footer-section .footer-sublink {
    color: #94A3B8;
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.2s ease
}

.contextcraft-footer-section .footer-sublink:hover {
    color: #FFFFFF
}

.contextcraft-footer-section .footer-sublink-separator {
    color: #334155;
    font-size: 0.75rem;
    user-select: none
}

@media (max-width:767.98px) {
    .kb-detail-title {
        font-size: 18px;
        line-height: 1.3;
        hyphens: auto
    }

    .kb-detail-subtitle {
        font-size: 0.925rem
    }

    .kb-rich-text h2 {
        font-size: 16px;
        hyphens: auto
    }

    .kb-rich-text h3 {
        font-size: 14px;
        hyphens: auto
    }

    .contextcraft-footer-section .contextcraft-footer-top {
        padding-top: 3rem;
        padding-bottom: 2.25rem
    }

    .contextcraft-footer-section .footer-column-heading {
        font-size: 0.95rem;
        margin-top: 0.75rem;
        margin-bottom: 0.75rem
    }

    .contextcraft-footer-section .footer-brand-title {
        font-size: 1.2rem
    }

    .contextcraft-footer-section .footer-brand-tagline {
        font-size: 0.875rem;
        margin-bottom: 1.25rem
    }

    .contextcraft-footer-section .footer-bottom-inner {
        text-align: center;
        gap: 0.75rem
    }

    .contextcraft-footer-section .footer-bottom-links {
        justify-content: center
    }
}

/* ===== PAGE TEMPLATE: formats-integrations ===== */
.site-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
    box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05);
    z-index: 1030;
    position: sticky;
    top: 0;
    width: 100%;
}

.site-header .main-navbar {
    padding: 0.75rem 0;
    background-color: #FFFFFF;
}

.site-header .brand-logo {
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
    border-radius: 8px;
}

.site-header .brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.site-header .brand-title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: #0F172A;
    letter-spacing: -0.02em;
}

.site-header .brand-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.68rem;
    font-weight: 600;
    color: #2563EB;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.site-header .custom-toggler {
    border: 1px solid #E2E8F0;
    padding: 0.4rem 0.65rem;
    border-radius: 8px;
    background-color: #F8FAFC;
    color: #0F172A;
    box-shadow: none;
}

.site-header .custom-toggler:focus {
    box-shadow: 0 0 0 2px #2563EB;
}

.site-header .custom-toggler .menu-open-icon {
    font-size: 1.35rem;
    color: #0F172A;
}

.site-header .nav-link-custom {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.925rem;
    font-weight: 600;
    color: #475569;
    padding: 0.5rem 0.85rem !important;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header .nav-link-custom:hover,
.site-header .nav-link-custom:focus {
    color: #2563EB;
    background-color: #EFF6FF;
}

.site-header .nav-icon {
    font-size: 1.05rem;
    color: #2563EB;
}

.site-header .dropdown-menu-custom {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 0.5rem;
    box-shadow: 0 16px 36px -6px rgba(15, 23, 42, 0.08);
    margin-top: 0.5rem;
}

.site-header .dropdown-item-custom {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0F172A;
    padding: 0.55rem 0.85rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
}

.site-header .dropdown-item-custom:hover,
.site-header .dropdown-item-custom:focus {
    color: #2563EB;
    background-color: #EFF6FF;
}

.site-header .dropdown-icon {
    font-size: 1rem;
    color: #2563EB;
}

.site-header .header-cta-btn {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    background-color: #2563EB;
    color: #FFFFFF;
    padding: 0.6rem 1.15rem;
    border-radius: 10px;
    border: 1px solid #2563EB;
    box-shadow: 0 2px 8px -2px rgba(15, 23, 42, 0.05);
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header .header-cta-btn:hover,
.site-header .header-cta-btn:focus {
    background-color: #1D4ED8;
    border-color: #1D4ED8;
    color: #FFFFFF;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.12);
}

@media (max-width:991.98px) {
    .site-header .navbar-collapse {
        background-color: #FFFFFF;
        border: 1px solid #E2E8F0;
        border-radius: 12px;
        padding: 1rem;
        margin-top: 0.75rem;
        box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.08);
    }

    .site-header .nav-link-custom {
        width: 100%;
        padding: 0.6rem 0.75rem !important;
    }

    .site-header .dropdown-menu-custom {
        border: none;
        box-shadow: none;
        padding-left: 1rem;
        margin-top: 0;
        background-color: #F8FAFC;
        border-radius: 8px;
    }

    .site-header .header-actions {
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        border-top: 1px solid #E2E8F0;
        width: 100%;
    }

    .site-header .header-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

.detail-page-body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #0F172A;
    min-height: 100vh;
}

.font-mono {
    font-family: 'JetBrains Mono', monospace;
}

.fs-8 {
    font-size: 0.8125rem;
}

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

.text-slate-800 {
    color: #1E293B;
}

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

.text-muted-slate {
    color: #64748B;
}

.bg-slate-subtle {
    background-color: #F1F5F9;
}

.detail-integration-main {
    background-color: #F8FAFC;
}

.detail-breadcrumb-nav .breadcrumb-item a {
    color: #475569;
    font-size: 0.875rem;
}

.detail-breadcrumb-nav .breadcrumb-item.active {
    color: #2563EB;
    font-size: 0.875rem;
    font-weight: 600;
}

.detail-article-card {
    border-color: #E2E8F0 !important;
}

.detail-badge-category {
    background-color: #EEF2FF;
    color: #3730A3;
    font-size: 0.75rem;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
    border: 1px solid #C7D2FE;
}

.detail-badge-protocol {
    background-color: #EFF6FF;
    color: #1D4ED8;
    font-size: 0.75rem;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
    border: 1px solid #BFDBFE;
}

.detail-article-title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.25;
    color: #0F172A;
    letter-spacing: -0.02em;
}

.detail-article-lead {
    font-size: 1.125rem;
    line-height: 1.6;
}

.detail-meta-bar {
    border-color: #E2E8F0 !important;
}

.detail-meta-label {
    font-size: 0.8125rem;
    color: #64748B;
}

.detail-meta-val {
    font-size: 0.875rem;
    color: #0F172A;
}

.detail-read-badge {
    font-size: 0.75rem;
    background-color: #F1F5F9;
    color: #475569;
    padding: 0.25rem 0.65rem;
    border-radius: 6px;
    border: 1px solid #E2E8F0;
}

.detail-featured-media {
    background-color: #0F172A;
    border: 1px solid #E2E8F0;
}

.detail-main-img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.rich-text-area {
    font-size: 1rem;
    line-height: 1.7;
    color: #334155;
}

.rich-text-area p {
    margin-bottom: 1.25rem;
}

.rich-text-area .lead-paragraph {
    font-size: 1.1rem;
    color: #1E293B;
    font-weight: 500;
}

.detail-heading-2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F172A;
    letter-spacing: -0.01em;
}

.detail-heading-3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0F172A;
}

.detail-spec-box {
    background-color: #F8FAFC;
    border-color: #E2E8F0 !important;
}

.detail-quote {
    background-color: #EFF6FF;
    border-left-color: #2563EB !important;
    color: #1E293B;
}

.detail-form-input {
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    font-size: 0.9rem;
    border-radius: 8px;
}

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

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

.comment-card {
    border-color: #E2E8F0 !important;
}

.comment-avatar {
    object-fit: cover;
    border: 1px solid #E2E8F0;
}

.badge-tag {
    background-color: #EEF2FF;
    color: #3730A3;
    font-size: 0.6875rem;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    border: 1px solid #C7D2FE;
}

.comment-action-btn {
    background: none;
    border: none;
    font-size: 0.8125rem;
    color: #64748B;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.comment-action-btn:hover {
    color: #2563EB;
    background-color: #EFF6FF;
}

.comment-action-btn.active {
    color: #2563EB;
    font-weight: 600;
}

.detail-sidebar-sticky {
    top: 90px;
}

.contextcraft-footer-section {
    background-color: #0B132B;
    color: #E2E8F0;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    border-top: 1px solid #1E293B;
    overflow: hidden;
}

.contextcraft-footer-section .contextcraft-footer-top {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
}

.contextcraft-footer-section .footer-brand-wrap {
    display: flex;
    align-items: center;
}

.contextcraft-footer-section .footer-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #FFFFFF;
}

.contextcraft-footer-section .footer-brand-logo {
    width: 44px;
    height: 44px;
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contextcraft-footer-section .footer-brand-title {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    line-height: 1.2;
}

.contextcraft-footer-section .footer-brand-tagline {
    color: #94A3B8;
    font-size: 0.925rem;
    line-height: 1.65;
    margin-bottom: 1.5rem;
    max-width: 360px;
    hyphens: auto;
}

.contextcraft-footer-section .footer-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.85rem;
    border-radius: 9999px;
    background-color: rgba(37, 99, 235, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.contextcraft-footer-section .footer-pill-icon {
    font-size: 0.95rem;
    color: #60A5FA;
}

.contextcraft-footer-section .footer-pill-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 500;
    color: #93C5FD;
    letter-spacing: 0.02em;
}

.contextcraft-footer-section .footer-column-heading {
    font-size: 1.05rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 1.25rem;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.contextcraft-footer-section .footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.contextcraft-footer-section .footer-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #94A3B8;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    line-height: 1.4;
}

.contextcraft-footer-section .nav-link-icon {
    font-size: 1rem;
    color: #475569;
    transition: color 0.2s ease, transform 0.2s ease;
}

.contextcraft-footer-section .footer-nav-link:hover {
    color: #FFFFFF;
    transform: translateX(3px);
}

.contextcraft-footer-section .footer-nav-link:hover .nav-link-icon {
    color: #3B82F6;
}

.contextcraft-footer-section .footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contextcraft-footer-section .footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.contextcraft-footer-section .contact-icon-wrapper {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 8px;
    background-color: #1E293B;
    border: 1px solid #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.contextcraft-footer-section .contact-icon {
    font-size: 1rem;
    color: #60A5FA;
}

.contextcraft-footer-section .contact-icon-wa .contact-icon {
    color: #34D399;
}

.contextcraft-footer-section .contact-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.contextcraft-footer-section .contact-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748B;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2px;
}

.contextcraft-footer-section .contact-value {
    font-size: 0.875rem;
    color: #CBD5E1;
    line-height: 1.4;
    word-break: break-word;
}

.contextcraft-footer-section .contact-link {
    font-size: 0.875rem;
    color: #E2E8F0;
    text-decoration: none;
    transition: color 0.2s ease;
    line-height: 1.4;
    word-break: break-all;
}

.contextcraft-footer-section .contact-link:hover {
    color: #60A5FA;
}

.contextcraft-footer-section .contact-link-highlight {
    color: #34D399;
    font-weight: 600;
}

.contextcraft-footer-section .contact-link-highlight:hover {
    color: #6EE7B7;
    text-decoration: underline;
}

.contextcraft-footer-section .contextcraft-footer-bottom {
    border-top: 1px solid #1E293B;
    background-color: #060D20;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.contextcraft-footer-section .footer-copyright-text {
    color: #64748B;
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.5;
}

.contextcraft-footer-section .footer-bottom-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.contextcraft-footer-section .footer-sublink {
    color: #94A3B8;
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contextcraft-footer-section .footer-sublink:hover {
    color: #FFFFFF;
}

.contextcraft-footer-section .footer-sublink-separator {
    color: #334155;
    font-size: 0.75rem;
    user-select: none;
}

@media (max-width: 767.98px) {
    .detail-article-title {
        font-size: 1.25rem;
        line-height: 1.3;
        hyphens: auto;
    }

    .detail-heading-2 {
        font-size: 1.1rem;
    }

    .detail-heading-3 {
        font-size: 1rem;
    }

    .contextcraft-footer-section .contextcraft-footer-top {
        padding-top: 3rem;
        padding-bottom: 2.25rem;
    }

    .contextcraft-footer-section .footer-column-heading {
        font-size: 0.95rem;
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .contextcraft-footer-section .footer-brand-title {
        font-size: 1.2rem;
    }

    .contextcraft-footer-section .footer-brand-tagline {
        font-size: 0.875rem;
        margin-bottom: 1.25rem;
    }

    .contextcraft-footer-section .footer-bottom-inner {
        text-align: center;
        gap: 0.75rem;
    }

    .contextcraft-footer-section .footer-bottom-links {
        justify-content: center;
    }
}