/* .page-header-section */

.page-header-section {
    background-color: #F7F8FA;
    padding: 40px 60px 60px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 58px;
    font-size: 14px;
}

.breadcrumb-link {
    color: #BE930B;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-link:hover {
    color: #a07d09;
}

.breadcrumb-separator {
    color: #999;
}

.breadcrumb-current {
    color: #666;
}

.page-label {
    display: inline-block;
    color: #BE930B;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.page-title {
    color: #082740;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

.page-description {
    color: #64748B;
    font-size: 18px;
    line-height: 1.6;
}

/* Technical Resources Section */

.technical-resources-section {
    padding: 100px 60px;
    background: radial-gradient(107.69% 169.3% at 8% 12%, rgba(190, 147, 11, 0.05) 0%, rgba(190, 147, 11, 0.00) 28%), radial-gradient(107.69% 169.3% at 92% 88%, rgba(8, 39, 64, 0.04) 0%, rgba(8, 39, 64, 0.00) 30%), #FCFCFB;
}

.technical-resources-container {
    display: flex;
    gap: 60px;
}

.technical-resources-main {
    flex: 1;
}

.technical-resources-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid #E5E7EB;
}

.technical-resources-header-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-label {
    display: inline-flex;
    min-height: 26px;
    padding: 6px 11px;
    align-items: center;
    border-radius: 999px;
    background: rgba(190, 147, 11, 0.09);
    color: #BE930B;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 14px;
    width: fit-content;
}

.section-title {
    color: #082740;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 16px;
}

.section-subtitle {
    color: #64748B;
    font-size: 16px;
    line-height: 1.6;
}

/* Resource Cards Grid */

.resource-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.resource-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 26px 24px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.96) inset, 0 0 0 1px rgba(8, 39, 64, 0.04) inset;
    text-decoration: none;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.resource-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.card-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 25px;
    border-radius: 999px;
    background: #F5EED8;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.80) inset;
    color: #967000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.1px;
}

.card-content {
    flex: 1;
}

.card-title {
    color: #082740;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 13px;
}

.card-description {
    color: #607187;
    font-size: 14px;
    line-height: 1.5;
}

.card-arrow {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F1F3F2;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.95) inset, 0 8px 20px 0 rgba(8, 39, 64, 0.05);
    transition: color 0.3s ease;
}

.resource-card:hover .card-arrow {
    color: #BE930B;
}

/* Categories Sidebar */

.categories-sidebar {
    width: 300px;
    flex-shrink: 0;
    border: none;
    border-radius: 20px;
    background: rgba(8, 39, 64, 0.04);
    box-shadow: 0 0 0 1px rgba(8, 39, 64, 0.05) inset, 0 28px 70px 0 rgba(8, 39, 64, 0.09);
    padding: 6px;
    height: fit-content;
    position: sticky;
    top: 100px;
}

.sidebar-content {
    display: flex;
    padding: 30px 24px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 14px;
    background: rgba(250, 250, 247, 0.96);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.98) inset, 0 0 0 1px rgba(8, 39, 64, 0.04) inset;
}

.sidebar-header {
    margin-bottom: 20px;
}

.sidebar-label {
    display: inline-block;
    padding: 6px 11px;
    color: #9C7600;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 999px;
    background: rgba(190, 147, 11, 0.09);
    margin-bottom: 8px;
}

.sidebar-title {
    color: #082740;
    font-size: 28px;
    font-weight: 700;
}

.sidebar-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sidebar-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: #586579;
    font-size: 14px;
    text-decoration: none;
    border-radius: 8px;
    border-bottom: 1px solid rgba(8, 39, 64, 0.08);
    transition: all 0.3s ease;
}

.sidebar-link:hover {
    background: #F5F0E0;
    color: #0A2540;
}

.sidebar-link.active {
    background: #0A2540;
    color: #FFFFFF;
}

.sidebar-link.active svg {
    color: #FFFFFF;
}

/* Responsive */

@media (max-width: 1024px) {
    .technical-resources-section {
        padding: 40px 30px;
    }

    .technical-resources-container {
        flex-direction: column;
        gap: 40px;
    }

    .categories-sidebar {
        width: 100%;
        position: static;
    }
}

@media (max-width: 768px) {
    .technical-resources-section {
        padding: 30px 20px;
    }

    .technical-resources-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .section-title {
        font-size: 28px;
    }

    .resource-cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .resource-card {
        padding: 20px;
    }

    .card-title {
        font-size: 16px;
    }
}