.hrdb-page section{content-visibility:auto; contain-intrinsic-size:1px 760px;}
.hrdb-page .hrdb-hero{content-visibility:visible;}
.hrdb-page img{display:block; max-width:100%; height:auto;}

.hrdb-page {
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
    color: #10213a;
}

.hrdb-hero {
    position: relative;
    overflow: hidden;
    padding: 120px 0 90px;
    background: radial-gradient(circle at top right, rgba(36, 107, 253, 0.16), transparent 32%),
        linear-gradient(135deg, #0f172a, #14213d 55%, #1d4ed8 160%);
}

.hrdb-hero::before,
.hrdb-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.hrdb-hero::before {
    width: 420px;
    height: 420px;
    inset-inline-end: -120px;
    top: -120px;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(6px);
}

.hrdb-hero::after {
    width: 240px;
    height: 240px;
    inset-inline-start: 8%;
    bottom: -80px;
    background: rgba(59, 130, 246, 0.2);
    filter: blur(30px);
}

.hrdb-hero__grid,
.hrdb-two-column {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    align-items: center;
}

.hrdb-badge,
.hrdb-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.12);
    color: #2563eb;
    font-weight: 700;
    font-size: 0.9rem;
}

.hrdb-hero .hrdb-badge {
    background: rgba(255, 255, 255, 0.12);
    color: #dbeafe;
}

.hrdb-title,
.hrdb-section__heading h2,
.hrdb-checklist-card h2,
.hrdb-faq-card h2,
.hrdb-cta__box h2 {
    margin: 18px 0 16px;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.2;
    font-weight: 800;
}

.hrdb-section__heading h2,
.hrdb-checklist-card h2,
.hrdb-faq-card h2,
.hrdb-cta__box h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.hrdb-lead,
.hrdb-section__heading p,
.hrdb-info-card p,
.hrdb-feature-card p,
.hrdb-resource-card p,
.hrdb-checklist-card p,
.hrdb-faq-card p,
.hrdb-cta__box p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.95;
    color: #5a6983;
}

.hrdb-hero .hrdb-title,
.hrdb-hero .hrdb-lead,
.hrdb-hero-card,
.hrdb-hero-card__footer,
.hrdb-stat-card__number,
.hrdb-stat-card__label {
    color: #fff;
}

.hrdb-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.hrdb-actions--center {
    justify-content: center;
}

.hrdb-btn-primary,
.hrdb-btn-secondary {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 13px 24px;
    border-radius: 14px;
    font-weight: 700;
    transition: box-shadow 0.25s ease, background-color 0.25s ease;
}



.hrdb-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.hrdb-btn-secondary:hover {
    color: #fff;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.18);
}

.hrdb-stats,
.hrdb-benefits-grid,
.hrdb-features-grid,
.hrdb-resource-grid {
    display: grid;
    gap: 20px;
}

.hrdb-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 36px;
}

.hrdb-stat-card,
.hrdb-info-card,
.hrdb-feature-card,
.hrdb-resource-card,
.hrdb-checklist-card,
.hrdb-faq-card,
.hrdb-cta__box,
.hrdb-hero-card {
    border-radius: 24px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.hrdb-stat-card {
    padding: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    text-align: center;
}

.hrdb-stat-card__number {
    display: block;
    font-size: 2rem;
    font-weight: 800;
}

.hrdb-stat-card__label {
    display: block;
    margin-top: 8px;
    color: #dbeafe;
}

.hrdb-hero-card {
    padding: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
}

.hrdb-hero-card__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 22px;
}

.hrdb-hero-card__header span {
    color: #bfdbfe;
    font-weight: 700;
}

.hrdb-hero-card__list,
.hrdb-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hrdb-hero-card__list li,
.hrdb-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    line-height: 1.8;
}

.hrdb-hero-card__list i,
.hrdb-checklist i {
    color: #60a5fa;
    margin-top: 4px;
}

.hrdb-hero-card__footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #cbd5e1;
}

.hrdb-section {
    padding: 84px 0;
}

.hrdb-section--alt {
    background: #eff5ff;
}

.hrdb-section__heading {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
}

.hrdb-benefits-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hrdb-features-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hrdb-resource-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hrdb-resource-grid--trainings {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hrdb-info-card,
.hrdb-feature-card,
.hrdb-checklist-card,
.hrdb-faq-card,
.hrdb-cta__box {
    background: #fff;
    padding: 28px;
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.hrdb-resource-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(148, 163, 184, 0.18);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.hrdb-resource-card:hover {
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
    border-color: rgba(37, 99, 235, 0.26);
}

.hrdb-info-card__icon,
.hrdb-feature-card__icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 18px;
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1d4ed8;
    font-size: 1.5rem;
}

.hrdb-info-card h3,
.hrdb-feature-card h3,
.hrdb-resource-card h3 {
    margin-bottom: 12px;
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
}

.hrdb-resource-card__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(135deg, #dbeafe, #bfdbfe 55%, #1d4ed8);
}

.hrdb-resource-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.01);
    transition: filter 0.3s ease;
}

.hrdb-resource-card:hover .hrdb-resource-card__media img {
    filter: saturate(1.04) contrast(1.03);
}

.hrdb-resource-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, 0.38) 100%);
    pointer-events: none;
}

.hrdb-resource-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px 24px 26px;
}

.hrdb-resource-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.hrdb-resource-card__badge {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.85rem;
    font-weight: 700;
}

.hrdb-resource-card__date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5a6983;
    font-size: 0.92rem;
    font-weight: 600;
}

.hrdb-resource-card--training {
    background: linear-gradient(180deg, #ffffff 0%, #f6fffa 100%);
}

.hrdb-resource-card--training .hrdb-resource-card__badge {
    background: #eefbf3;
    color: #0f8a4b;
}

.hrdb-resource-card--training:hover {
    border-color: rgba(15, 138, 75, 0.24);
}

.hrdb-resource-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 18px;
    color: #1d4ed8;
    font-weight: 700;
}

.hrdb-resource-card--training .hrdb-resource-card__link {
    color: #0f8a4b;
}

.hrdb-actions--compact {
    margin-top: 28px;
}

.hrdb-btn-secondary--dark {
    background: #e2e8f0;
    border-color: rgba(148, 163, 184, 0.3);
    color: #0f172a;
}

.hrdb-btn-secondary--dark:hover {
    color: #0f172a;
}

.hrdb-btn-secondary--training {
    background: rgba(15, 138, 75, 0.08);
    border: 1px solid rgba(15, 138, 75, 0.18);
    color: #0f8a4b;
}

.hrdb-btn-secondary--training:hover {
    color: #0f8a4b;
    box-shadow: 0 18px 30px rgba(15, 138, 75, 0.12);
}

.hrdb-resource-empty-state {
    display: grid;
    place-items: center;
    gap: 14px;
    padding: 44px 28px;
    text-align: center;
    border-radius: 24px;
    border: 1px dashed rgba(148, 163, 184, 0.4);
    background: rgba(255, 255, 255, 0.75);
}

.hrdb-resource-empty-state i {
    font-size: 2rem;
    color: #1d4ed8;
}

.hrdb-resource-empty-state--training i {
    color: #0f8a4b;
}

.hrdb-accordion__item + .hrdb-accordion__item {
    margin-top: 12px;
}

.hrdb-accordion__item {
    list-style: none;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 18px;
    overflow: hidden;
    background: #f8fbff;
}

.hrdb-accordion__button {
    min-height: 56px;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border: 0;
    background: transparent;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 700;
    text-align: start;
}

.hrdb-accordion__content {
    display: none;
    padding: 0 20px 18px;
}

.hrdb-accordion__item[open] .hrdb-accordion__content {
    display: block;
}

.hrdb-accordion__item[open] .hrdb-accordion__button i {
    transform: rotate(45deg);
}

.hrdb-accordion__button::-webkit-details-marker {
    display:none;
}

.hrdb-accordion__button i {
    transition: transform 0.2s ease;
}

.hrdb-cta {
    padding-top: 0;
}

.hrdb-cta__box {
    text-align: center;
    background: linear-gradient(135deg, #0f172a, #1e3a8a);
    color: #fff;
    padding: 48px 32px;
}

.hrdb-cta__box .hrdb-section__eyebrow {
    background: rgba(255, 255, 255, 0.12);
    color: #dbeafe;
}

.hrdb-cta__box p {
    max-width: 760px;
    margin-inline: auto;
    color: #dbeafe;
}

@media (max-width: 1199px) {
    .hrdb-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hrdb-features-grid,
    .hrdb-resource-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .hrdb-hero__grid,
    .hrdb-two-column,
    .hrdb-stats {
        grid-template-columns: 1fr;
    }

    .hrdb-hero {
        padding: 100px 0 70px;
    }

    .hrdb-hero__content,
    .hrdb-hero__visual {
        text-align: center;
    }

    .hrdb-actions {
        justify-content: center;
    }

    .hrdb-hero-card__list li,
    .hrdb-checklist li {
        text-align: start;
    }
}

@media (max-width: 767px) {
    .hrdb-title {
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    .hrdb-lead,
    .hrdb-section__heading p,
    .hrdb-info-card p,
    .hrdb-feature-card p,
    .hrdb-resource-card p,
    .hrdb-checklist-card p,
    .hrdb-faq-card p,
    .hrdb-cta__box p {
        font-size: 1rem;
    }

    .hrdb-actions a,
    .hrdb-accordion__button {
        width: 100%;
    }

    .hrdb-badge,
    .hrdb-section__eyebrow {
        justify-content: center;
        text-align: center;
    }

    .hrdb-section {
        padding: 68px 0;
    }

    .hrdb-benefits-grid,
    .hrdb-features-grid,
    .hrdb-resource-grid {
        grid-template-columns: 1fr;
    }

    .hrdb-info-card,
    .hrdb-feature-card,
    .hrdb-resource-card,
    .hrdb-checklist-card,
    .hrdb-faq-card,
    .hrdb-hero-card,
    .hrdb-cta__box {
        padding: 22px;
    }
}
