.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.93) 0%, rgba(7, 32, 48, 0.78) 43%, rgba(7, 32, 48, 0.2) 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: 780px;
    margin: 0.8rem 0 1.05rem;
    color: #ffffff;
    font-size: clamp(2.2rem, 5vw, 4.75rem);
    line-height: 1;
    letter-spacing: 0;
}

.supp-hero__lede {
    max-width: 710px;
    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,
.supp-inquiry-form .btn {
    display: inline-flex;
    align-items: center;
    justify-content: 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--catalog {
    background: #edf6f3;
}

.supp-section__header {
    max-width: 840px;
    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-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-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-catalog {
    padding: 1rem;
    background: #ffffff;
    border: 1px solid rgba(13, 79, 130, 0.1);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(16, 35, 52, 0.1);
}

.supp-catalog__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.supp-catalog__stats div {
    min-height: 108px;
    padding: 1rem;
    background: #f6fbfa;
    border: 1px solid rgba(11, 143, 134, 0.12);
    border-radius: 8px;
}

.supp-catalog__stats strong {
    display: block;
    color: #0d4f82;
    font-size: clamp(1.7rem, 3vw, 2.55rem);
    line-height: 1;
}

.supp-catalog__stats span {
    display: block;
    margin-top: 0.45rem;
    color: #536775;
    font-weight: 800;
    line-height: 1.35;
}

.supp-catalog__toolbar {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(190px, 0.36fr) minmax(190px, 0.36fr);
    gap: 0.75rem;
    align-items: end;
    margin-bottom: 1rem;
    padding: 0.85rem;
    background: #eaf3f0;
    border: 1px solid rgba(13, 79, 130, 0.08);
    border-radius: 8px;
}

.supp-search,
.supp-select {
    position: relative;
    display: grid;
    gap: 0.4rem;
}

.supp-search i {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: #6d8494;
}

.supp-select span {
    color: #31536a;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

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

.supp-search input {
    padding: 0.9rem 1rem 0.9rem 2.75rem;
}

.supp-select select,
.supp-inquiry-form input {
    padding: 0.9rem 1rem;
}

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

.supp-catalog__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.38fr);
    gap: 1rem;
    align-items: start;
}

.supp-results-bar,
.supp-selection__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.supp-results-bar p {
    margin: 0;
    color: #31536a;
    font-weight: 800;
}

.supp-link-button {
    padding: 0;
    color: #0d4f82;
    background: transparent;
    border: 0;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 900;
    cursor: pointer;
}

.supp-link-button:hover,
.supp-link-button:focus-visible {
    color: #0b8f86;
    text-decoration: underline;
}

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

.supp-product {
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 0.75rem;
    min-height: 210px;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid rgba(13, 79, 130, 0.1);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(16, 35, 52, 0.06);
}

.supp-product__top {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
}

.supp-product__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    aspect-ratio: 1;
    background: #ffffff;
    border: 1px solid rgba(13, 79, 130, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.supp-product__image img {
    width: 100%;
    height: 100%;
    padding: 0.38rem;
    object-fit: contain;
}

.supp-product__image.is-empty {
    color: #0b8f86;
    background: #e9f7f4;
}

.supp-product__image.is-empty i {
    font-size: 1.35rem;
}

.supp-product__details {
    display: grid;
    gap: 0.55rem;
    align-content: start;
    min-width: 0;
}

.supp-product__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: center;
}

.supp-product__brand,
.supp-product__type {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0.32rem 0.52rem;
    border-radius: 8px;
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1.1;
}

.supp-product__brand {
    color: #0d4f82;
    background: #eaf4fb;
}

.supp-product__type {
    color: #11665f;
    background: #e9f7f4;
}

.supp-product h3 {
    margin: 0;
    color: #153b58;
    font-size: 1.02rem;
    line-height: 1.38;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.supp-product__price {
    margin: 0;
    color: #0d4f82;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.2;
}

.supp-product__select {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 42px;
    width: 100%;
    color: #0d4f82;
    background: #ffffff;
    border: 1px solid rgba(13, 79, 130, 0.22);
    border-radius: 8px;
    font-weight: 900;
    cursor: pointer;
}

.supp-product__select:hover,
.supp-product__select:focus-visible {
    border-color: #0b8f86;
    box-shadow: 0 0 0 3px rgba(11, 143, 134, 0.12);
    outline: none;
}

.supp-product.is-selected {
    border-color: rgba(11, 143, 134, 0.48);
    box-shadow: 0 16px 36px rgba(11, 143, 134, 0.14);
}

.supp-product.is-selected .supp-product__select {
    color: #ffffff;
    background: #0b8f86;
    border-color: #0b8f86;
}

.supp-empty {
    display: grid;
    gap: 0.4rem;
    padding: 1.25rem;
    color: #536775;
    background: #f7fbfa;
    border: 1px solid rgba(13, 79, 130, 0.1);
    border-radius: 8px;
    text-align: center;
}

.supp-empty strong {
    color: #153b58;
}

.supp-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.85rem;
    padding: 0.75rem;
    background: #f7fbfa;
    border: 1px solid rgba(13, 79, 130, 0.1);
    border-radius: 8px;
}

.supp-pagination[hidden] {
    display: none;
}

.supp-pagination button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 42px;
    min-width: 118px;
    padding: 0.65rem 0.85rem;
    color: #ffffff;
    background: #0d4f82;
    border: 1px solid #0d4f82;
    border-radius: 8px;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 900;
    cursor: pointer;
}

.supp-pagination button:hover:not(:disabled) {
    background: #0b8f86;
    border-color: #0b8f86;
}

.supp-pagination button:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.supp-pagination span {
    color: #31536a;
    font-weight: 900;
    text-align: center;
}

.supp-selection {
    position: sticky;
    top: 1rem;
    padding: 1rem;
    background: #102334;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(16, 35, 52, 0.18);
}

.supp-selection .supp-kicker {
    color: #cdeee8;
}

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

.supp-selection h3 {
    margin: 0.25rem 0 0;
    color: #ffffff;
    font-size: 1.25rem;
    letter-spacing: 0;
}

.supp-selection .supp-link-button {
    color: #cdeee8;
}

.supp-selected-list {
    display: grid;
    gap: 0.5rem;
    max-height: 300px;
    overflow: auto;
    margin-bottom: 1rem;
    padding-right: 0.15rem;
}

.supp-selected-empty {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.5;
}

.supp-selected-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.65rem;
    align-items: start;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
}

.supp-selected-item strong,
.supp-selected-item span {
    display: block;
}

.supp-selected-item strong {
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.35;
}

.supp-selected-item span {
    margin-top: 0.15rem;
    color: #cdeee8;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.supp-selected-item .supp-selected-price {
    color: #ffffff;
    font-size: 0.9rem;
    text-transform: none;
}

.supp-selected-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    cursor: pointer;
}

.supp-selected-remove:hover,
.supp-selected-remove:focus-visible {
    background: rgba(255, 255, 255, 0.2);
    outline: none;
}

.supp-inquiry-form {
    display: grid;
    gap: 0.7rem;
}

.supp-inquiry-form label {
    color: #cdeee8;
    font-size: 0.84rem;
    font-weight: 900;
}

.supp-inquiry-form .btn {
    width: 100%;
    min-height: 48px;
    margin-top: 0.15rem;
    border: 0;
}

.supp-inquiry-form .btn:disabled {
    cursor: not-allowed;
    opacity: 0.58;
}

.supp-form-note,
.supp-form-message {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    line-height: 1.45;
}

.supp-form-message {
    min-height: 22px;
}

.supp-form-message.is-error {
    color: #ffd5d5;
}

.supp-form-message.is-success {
    color: #bff3d5;
}

.supp-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.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: 780px;
    color: rgba(255, 255, 255, 0.82);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1080px) {
    .supp-catalog__layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .supp-selection {
        position: static;
    }
}

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

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

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

@media (max-width: 640px) {
    .supp-hero {
        min-height: 700px;
        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.94) 100%);
    }

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

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

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

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

    .supp-catalog {
        padding: 0.7rem;
    }

    .supp-catalog__toolbar {
        padding: 0.7rem;
    }

    .supp-results-bar,
    .supp-selection__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.45rem;
    }

    .supp-pagination {
        align-items: stretch;
        flex-direction: column;
    }

    .supp-pagination button {
        width: 100%;
    }

    .supp-product {
        min-height: 190px;
    }

    .supp-product__top {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .supp-product__image {
        width: 76px;
    }

    .supp-selected-list {
        max-height: 240px;
    }
}
