.esenttia-transparency-page {
    background: #f4f2f3;
    color: #1f2937;
    font-family: "Lato", sans-serif;
    letter-spacing: 0;
}

.esenttia-transparency-hero {
    position: relative;
    min-height: 190px;
    overflow: hidden;
    background: #30333b;
    color: #fff;
}

.esenttia-transparency-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.esenttia-transparency-hero__overlay {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 190px;
    align-items: center;
    justify-content: center;
    padding: 44px 0;
    background: rgba(18, 24, 34, 0.5);
    text-align: center;
}

.esenttia-transparency-hero__title {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.15;
}

.esenttia-transparency-breadcrumb {
    background: #f8f8f9;
    border-top: 1px solid #ececef;
    border-bottom: 1px solid #ececef;
    padding: 16px 0;
}

.esenttia-transparency-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
}

.esenttia-transparency-breadcrumb__item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333844;
}

.esenttia-transparency-breadcrumb__item:not(:last-child)::after {
    content: "\f054";
    color: #8d929c;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 900;
}

.esenttia-transparency-breadcrumb__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #333844;
    text-decoration: none;
}

.esenttia-transparency-breadcrumb__link:hover {
    color: #c9004b;
    text-decoration: none;
}

.esenttia-transparency-breadcrumb__icon {
    width: 20px;
    height: auto;
}

.esenttia-transparency-shell {
    padding: 32px 0 72px;
}

.esenttia-transparency-panel {
    background: #fff;
    padding: 50px 64px 58px;
}

.esenttia-transparency-heading {
    max-width: 1020px;
    margin: 0 auto 42px;
    text-align: center;
}

.esenttia-transparency-title {
    margin: 0 0 18px;
    color: #d0004f;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2;
}

.esenttia-transparency-subtitle,
.esenttia-transparency-version {
    margin: 0 0 6px;
    color: #5d6470;
    font-size: 17px;
    font-weight: 700;
}

.esenttia-transparency-version {
    font-size: 14px;
    font-weight: 600;
}

.esenttia-transparency-description {
    max-width: 1130px;
    margin: 22px auto 0;
    color: #111827;
    font-size: 16px;
    line-height: 1.65;
}

.esenttia-transparency-description p {
    margin: 0 0 12px;
}

.esenttia-transparency-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin: 0 auto 34px;
    border-bottom: 1px solid #ececef;
}

.esenttia-transparency-tab {
    appearance: none;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: #777d87;
    cursor: pointer;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
    padding: 14px 12px 16px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.esenttia-transparency-tab:hover,
.esenttia-transparency-tab:focus,
.esenttia-transparency-tab[aria-selected="true"] {
    color: #d0004f;
    outline: 0;
}

.esenttia-transparency-tab[aria-selected="true"] {
    border-bottom-color: #d0004f;
}

.esenttia-transparency-tab-panel[hidden],
.esenttia-transparency-accordion__panel[hidden] {
    display: none !important;
}

.esenttia-transparency-accordion {
    max-width: 1120px;
    margin: 0 auto;
}

.esenttia-transparency-accordion__item {
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.esenttia-transparency-accordion__trigger {
    appearance: none;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border: 0;
    background: #fff;
    color: #d0004f;
    cursor: pointer;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
    padding: 28px 48px;
    text-align: left;
}

.esenttia-transparency-accordion__trigger:hover,
.esenttia-transparency-accordion__trigger:focus {
    color: #a5003c;
    outline: 0;
}

.esenttia-transparency-accordion__icon {
    flex: 0 0 auto;
    font-size: 18px;
    transition: transform 0.2s ease;
}

.esenttia-transparency-accordion__trigger[aria-expanded="true"] .esenttia-transparency-accordion__icon {
    transform: rotate(180deg);
}

.esenttia-transparency-accordion__panel {
    background: #f8f9fb;
    border-top: 1px solid #ececef;
    padding: 30px 48px 38px;
}

.transparencia-wrapper {
    color: #1f2937;
    font-size: 15px;
    line-height: 1.8;
}

.transparencia-wrapper p,
.transparencia-wrapper li,
.transparencia-wrapper td,
.transparencia-wrapper th,
.transparencia-wrapper span,
.transparencia-wrapper strong,
.transparencia-wrapper b,
.transparencia-wrapper em,
.transparencia-wrapper i,
.transparencia-wrapper u {
    color: #1f2937 !important;
}

.transparencia-wrapper p {
    margin: 0 0 16px;
}

.transparencia-wrapper p:empty {
    display: none;
}

.transparencia-wrapper h2,
.transparencia-wrapper h3,
.transparencia-wrapper h4,
.transparencia-wrapper h5,
.transparencia-wrapper h6,
.transparencia-wrapper strong:first-child {
    color: #1f2937;
    font-weight: 900;
}

.transparencia-wrapper h2,
.transparencia-wrapper h3,
.transparencia-wrapper h4,
.transparencia-wrapper h5,
.transparencia-wrapper h6 {
    margin: 26px 0 12px;
    line-height: 1.35;
}

.transparencia-wrapper ul,
.transparencia-wrapper ol {
    margin: 12px 0 18px;
    padding-left: 24px;
}

.transparencia-wrapper li {
    margin-bottom: 8px;
}

.transparencia-wrapper a {
    color: #c9004b !important;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 2px;
    word-break: break-word;
}

.transparencia-wrapper a:hover {
    color: #9f1239 !important;
}

.transparencia-wrapper [style*="padding-left: 40px"],
.transparencia-wrapper [style*="padding-left:40px"] {
    padding-left: 24px !important;
}

.transparency-table-card {
    margin: 24px 0 30px;
    overflow: hidden;
    border: 1px solid #d9dce3;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.transparencia-wrapper table,
.transparency-enhanced-table {
    width: 100% !important;
    margin: 0;
    border: 0;
    border-collapse: collapse !important;
    background: #fff;
}

.transparencia-wrapper table thead,
.transparency-enhanced-table thead {
    background: #fff;
}

.transparencia-wrapper table th,
.transparencia-wrapper table td,
.transparency-enhanced-table th,
.transparency-enhanced-table td {
    background: #fff !important;
    border: 0;
    border-bottom: 1px solid #d9dce3;
    color: #1f2937 !important;
    font-size: 13px;
    line-height: 1.6;
    padding: 14px 16px;
    vertical-align: top;
}

.transparencia-wrapper table th,
.transparency-enhanced-table th {
    font-weight: 900;
    text-align: center;
}

.transparencia-wrapper table tr:last-child td,
.transparencia-wrapper table tr:last-child th,
.transparency-enhanced-table tr:last-child td,
.transparency-enhanced-table tr:last-child th {
    border-bottom: 0;
}

.transparency-audit-table td:first-child,
.transparency-audit-table th:first-child {
    width: 40%;
    font-weight: 900;
}

.esenttia-transparency-documents {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.esenttia-transparency-documents__item {
    border-top: 1px solid #e5e7eb;
    padding: 13px 0;
}

.esenttia-transparency-documents__link {
    color: #c9004b;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.esenttia-transparency-empty {
    margin: 0;
    color: #5d6470;
    text-align: center;
}

@media (max-width: 991px) {
    .esenttia-transparency-panel {
        padding: 38px 28px 46px;
    }

    .esenttia-transparency-title {
        font-size: 28px;
    }

    .esenttia-transparency-accordion__trigger,
    .esenttia-transparency-accordion__panel {
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media (max-width: 767px) {
    .esenttia-transparency-hero,
    .esenttia-transparency-hero__overlay {
        min-height: 145px;
    }

    .esenttia-transparency-hero__title {
        font-size: 30px;
    }

    .esenttia-transparency-shell {
        padding: 20px 0 46px;
    }

    .esenttia-transparency-panel {
        padding: 30px 18px 38px;
    }

    .esenttia-transparency-title {
        font-size: 25px;
    }

    .esenttia-transparency-description {
        font-size: 15px;
    }

    .esenttia-transparency-tabs {
        gap: 10px;
    }

    .esenttia-transparency-tab {
        font-size: 15px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .esenttia-transparency-accordion__trigger {
        align-items: flex-start;
        font-size: 18px;
        padding: 22px 18px;
    }

    .esenttia-transparency-accordion__panel {
        padding: 22px 18px 28px;
    }

    .transparencia-wrapper {
        font-size: 14px;
    }

    .transparencia-wrapper table,
    .transparency-enhanced-table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .transparencia-wrapper table th,
    .transparencia-wrapper table td,
    .transparency-enhanced-table th,
    .transparency-enhanced-table td {
        min-width: 160px;
        padding: 11px 12px;
        font-size: 12px;
    }
}
