.supplements-page {
    background: #ffffff;
    color: #102334;
}

.supplements-page main {
    overflow: hidden;
}

.supp-hero {
    position: relative;
    min-height: min(760px, 92vh);
    display: flex;
    align-items: flex-end;
    padding: 8rem 0 4.5rem;
    color: #ffffff;
}

.supp-hero__media,
.supp-hero__media img,
.supp-hero__shade {
    position: absolute;
    inset: 0;
}

.supp-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.supp-hero__shade {
    background: linear-gradient(90deg, rgba(7, 32, 48, 0.9) 0%, rgba(7, 32, 48, 0.74) 44%, rgba(7, 32, 48, 0.18) 100%);
}

.supp-hero__content {
    position: relative;
    z-index: 1;
    max-width: 1180px;
}

.supp-kicker,
.supp-card__label {
    margin: 0;
    color: #0b8f86;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.supp-hero .supp-kicker,
.supp-cta .supp-kicker {
    color: #cdeee8;
}

.supp-hero h1 {
    max-width: 760px;
    margin: 0.8rem 0 1.05rem;
    color: #ffffff;
    font-size: clamp(2.25rem, 5vw, 4.9rem);
    line-height: 0.98;
    letter-spacing: 0;
}

.supp-hero__lede {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.08rem, 1.55vw, 1.28rem);
    line-height: 1.66;
}

.supp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.75rem;
}

.supp-hero__actions .btn,
.supp-cta .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border-radius: 8px;
}

.supp-hero__actions .btn-outline {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.08);
}

.supp-hero__actions .btn-outline:hover {
    color: #102334;
    background: #ffffff;
}

.supp-clarity {
    position: relative;
    z-index: 2;
    margin-top: -2.5rem;
}

.supp-clarity__panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid rgba(13, 79, 130, 0.12);
    border-radius: 8px;
    box-shadow: 0 22px 45px rgba(16, 35, 52, 0.12);
}

.supp-trust-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.9rem;
    align-items: start;
    padding: 1rem;
    background: #f7fbfa;
    border: 1px solid rgba(11, 143, 134, 0.12);
    border-radius: 8px;
}

.supp-clarity__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #0b8f86;
    background: #e5f6f2;
    border-radius: 8px;
}

.supp-clarity h2 {
    margin: 0 0 0.35rem;
    color: #123653;
    font-size: 1.05rem;
    letter-spacing: 0;
}

.supp-clarity p {
    margin: 0;
    color: #536775;
    font-size: 0.95rem;
    line-height: 1.55;
}

.supp-section {
    padding: clamp(4rem, 7vw, 6.5rem) 0;
}

.supp-section--soft {
    background: #f3f8f7;
}

.supp-section__header {
    max-width: 820px;
    margin: 0 auto 2rem;
    text-align: center;
}

.supp-section__header h2,
.supp-split h2,
.supp-cta h2 {
    margin: 0.65rem 0 0.85rem;
    color: #102334;
    font-size: clamp(2rem, 3.2vw, 3.15rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.supp-section__header p,
.supp-split p,
.supp-cta p {
    margin: 0;
    color: #536775;
    font-size: 1.05rem;
    line-height: 1.7;
}

.supp-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.supp-feature,
.supp-card,
.supp-question-list article {
    padding: 1.15rem;
    background: #ffffff;
    border: 1px solid rgba(13, 79, 130, 0.1);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(16, 35, 52, 0.07);
}

.supp-feature i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 1rem;
    color: #0d4f82;
    background: #eaf4fb;
    border-radius: 8px;
}

.supp-feature h3,
.supp-card h3,
.supp-question-list h3 {
    margin: 0 0 0.55rem;
    color: #153b58;
    font-size: 1.08rem;
    line-height: 1.25;
    letter-spacing: 0;
}

.supp-feature p,
.supp-question-list p {
    margin: 0;
    color: #536775;
    font-size: 0.96rem;
    line-height: 1.58;
}

.supp-explorer {
    padding: 1rem;
    background: #e7f1ef;
    border: 1px solid rgba(13, 79, 130, 0.08);
    border-radius: 8px;
}

.supp-toolbar {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}

.supp-search {
    position: relative;
}

.supp-search i {
    position: absolute;
    top: 50%;
    left: 1rem;
    color: #6d8494;
    transform: translateY(-50%);
}

.supp-search input {
    width: 100%;
    min-height: 52px;
    padding: 0.9rem 1rem 0.9rem 2.75rem;
    color: #153b58;
    background: #ffffff;
    border: 1px solid rgba(13, 79, 130, 0.16);
    border-radius: 8px;
    font: inherit;
}

.supp-search input:focus {
    border-color: #0b8f86;
    box-shadow: 0 0 0 3px rgba(11, 143, 134, 0.16);
    outline: none;
}

.supp-filter-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.compound-filter {
    min-height: 40px;
    padding: 0.55rem 0.8rem;
    color: #31536a;
    background: #ffffff;
    border: 1px solid rgba(13, 79, 130, 0.12);
    border-radius: 8px;
    font-weight: 800;
    font-size: 0.9rem;
    cursor: pointer;
}

.compound-filter:hover,
.compound-filter.is-active {
    color: #ffffff;
    background: #0d4f82;
    border-color: #0d4f82;
}

.supp-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.supp-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.supp-card.is-hidden {
    display: none;
}

.supp-card__top {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.9rem;
    align-items: start;
    margin-bottom: 1rem;
}

.supp-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: #0b8f86;
    background: #e9f7f4;
    border-radius: 8px;
}

.supp-card h3 {
    margin-top: 0.25rem;
}

.supp-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: auto;
}

.supp-chip-list span {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 0.35rem 0.55rem;
    color: #183a55;
    background: #f7faf9;
    border: 1px solid rgba(13, 79, 130, 0.1);
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.15;
}

.compound-empty {
    display: none;
    padding: 1.2rem;
    color: #536775;
    background: #ffffff;
    border: 1px solid rgba(13, 79, 130, 0.1);
    border-radius: 8px;
    text-align: center;
}

.compound-empty.is-visible {
    display: block;
}

.supp-split {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}

.supp-question-list {
    display: grid;
    gap: 0.8rem;
}

.supp-question-list article {
    box-shadow: none;
}

.supp-cta {
    padding: 3.5rem 0;
    color: #ffffff;
    background: #0d4f82;
}

.supp-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
}

.supp-cta h2 {
    color: #ffffff;
    text-align: left;
}

.supp-cta p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 992px) {
    .supp-feature-grid,
    .supp-toolbar,
    .supp-grid,
    .supp-split,
    .supp-clarity__panel,
    .supp-cta__inner {
        grid-template-columns: 1fr;
    }

    .supp-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .supp-filter-group {
        justify-content: flex-start;
    }

    .supp-cta__inner {
        align-items: start;
    }
}

@media (max-width: 640px) {
    .supp-hero {
        min-height: 680px;
        padding: 6.5rem 0 3.5rem;
    }

    .supp-hero__shade {
        background: linear-gradient(180deg, rgba(7, 32, 48, 0.76) 0%, rgba(7, 32, 48, 0.92) 100%);
    }

    .supp-hero__actions .btn {
        width: 100%;
    }

    .supp-clarity {
        margin-top: 0;
    }

    .supp-clarity__panel,
    .supp-trust-item,
    .supp-feature-grid,
    .supp-card__top {
        grid-template-columns: 1fr;
    }

    .supp-section {
        padding: 3.25rem 0;
    }

    .supp-explorer {
        padding: 0.7rem;
    }
}
