.compound-page {
    background: #f7faf9;
    color: #17334a;
}

.compound-page main {
    overflow: hidden;
}

.compound-hero {
    padding: 7.25rem 0 4.5rem;
    background: #eef6f3;
}

.compound-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
}

.compound-kicker,
.compound-card__label,
.compound-small-label {
    margin: 0;
    color: #007f78;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.compound-hero h1 {
    max-width: 760px;
    margin: 0.8rem 0 1.15rem;
    color: #0f314b;
    font-size: clamp(2.05rem, 3.45vw, 3.85rem);
    line-height: 1.02;
    letter-spacing: 0;
}

.compound-hero__lede {
    max-width: 720px;
    margin: 0;
    color: #425d70;
    font-size: clamp(1.08rem, 1.5vw, 1.28rem);
    line-height: 1.72;
}

.compound-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.6rem;
}

.compound-hero__actions .btn {
    border-radius: 8px;
    box-shadow: none;
}

.compound-hero__actions .btn-outline {
    background: #ffffff;
    border-color: rgba(0, 80, 158, 0.28);
}

.compound-hero__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 2rem;
}

.compound-fact {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(0, 80, 158, 0.1);
    border-radius: 8px;
}

.compound-fact strong {
    display: block;
    color: #0f314b;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    line-height: 1;
}

.compound-fact span {
    display: block;
    margin-top: 0.35rem;
    color: #557086;
    font-size: 0.9rem;
    line-height: 1.35;
}

.compound-hero__visual {
    position: relative;
    padding: 0.75rem;
    background: #ffffff;
    border: 1px solid rgba(15, 49, 75, 0.1);
    border-radius: 8px;
    box-shadow: 0 26px 60px rgba(15, 49, 75, 0.16);
}

.compound-hero__visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 6px;
}

.compound-visual-card {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    width: min(290px, calc(100% - 3rem));
    padding: 1rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(0, 168, 150, 0.2);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(15, 49, 75, 0.14);
}

.compound-visual-card p {
    margin: 0.35rem 0 0;
    color: #304b60;
    font-size: 0.98rem;
    line-height: 1.45;
}

.compound-section {
    padding: 4.5rem 0;
}

.compound-section--white {
    background: #ffffff;
}

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

.compound-section__header h2 {
    margin: 0.65rem 0 0.9rem;
    color: #0f314b;
    font-size: clamp(2rem, 3vw, 3.15rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.compound-section__header p {
    margin: 0 auto;
    color: #526d80;
    font-size: 1.08rem;
    line-height: 1.7;
}

.compound-snapshot {
    display: grid;
    grid-template-columns: 0.8fr repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
    align-items: stretch;
}

.compound-snapshot__lead,
.compound-snapshot__item {
    min-height: 160px;
    padding: 1.15rem;
    background: #ffffff;
    border: 1px solid rgba(0, 80, 158, 0.1);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(15, 49, 75, 0.07);
}

.compound-snapshot__lead {
    background: #0f314b;
    color: #ffffff;
}

.compound-snapshot__lead p {
    margin: 0.65rem 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.98rem;
    line-height: 1.55;
}

.compound-snapshot__item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 1rem;
    color: #007f78;
    background: #e8f6f3;
    border-radius: 8px;
}

.compound-snapshot__item h3 {
    margin: 0 0 0.55rem;
    color: #153b58;
    font-size: 1rem;
}

.compound-snapshot__item p {
    margin: 0;
    color: #526d80;
    font-size: 0.95rem;
    line-height: 1.55;
}

.compound-explorer {
    padding: 1rem;
    background: #eaf3f0;
    border: 1px solid rgba(0, 80, 158, 0.08);
    border-radius: 8px;
}

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

.compound-search {
    position: relative;
}

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

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

.compound-search input:focus {
    border-color: #00a896;
    box-shadow: 0 0 0 3px rgba(0, 168, 150, 0.16);
    outline: none;
}

.compound-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(0, 80, 158, 0.12);
    border-radius: 8px;
    font-weight: 800;
    font-size: 0.9rem;
    cursor: pointer;
}

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

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

.compound-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.2rem;
    background: #ffffff;
    border: 1px solid rgba(0, 80, 158, 0.1);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 49, 75, 0.08);
}

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

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

.compound-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #00509e;
    background: #edf6ff;
    border-radius: 8px;
}

.compound-card__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 30px;
    padding: 0 0.55rem;
    color: #007f78;
    background: #e7f7f4;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 900;
}

.compound-card h3 {
    margin: 0.25rem 0 0.4rem;
    color: #123653;
    font-size: 1.25rem;
    line-height: 1.18;
}

.compound-card__intro {
    margin: 0;
    color: #526d80;
    font-size: 0.98rem;
    line-height: 1.55;
}

.compound-card__lanes {
    display: grid;
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
    gap: 0.85rem;
    margin-top: auto;
}

.compound-lane {
    padding: 0.95rem;
    background: #f7faf9;
    border: 1px solid rgba(0, 80, 158, 0.08);
    border-radius: 8px;
}

.compound-lane p {
    margin: 0.35rem 0 0;
    color: #526d80;
    font-size: 0.95rem;
    line-height: 1.52;
}

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

.compound-chip {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0.35rem 0.55rem;
    color: #183a55;
    background: #ffffff;
    border: 1px solid rgba(0, 80, 158, 0.12);
    border-radius: 8px;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.15;
}

.compound-empty {
    display: none;
    padding: 1.2rem;
    color: #526d80;
    background: #ffffff;
    border: 1px solid rgba(0, 80, 158, 0.1);
    border-radius: 8px;
    text-align: center;
}

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

.compound-note-band {
    margin-top: 1rem;
    padding: 1rem 1.15rem;
    background: #fffaf0;
    border: 1px solid rgba(195, 126, 28, 0.22);
    border-radius: 8px;
}

.compound-note-band p {
    margin: 0;
    color: #69512d;
    font-size: 0.98rem;
    line-height: 1.6;
}

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

.compound-process__step {
    position: relative;
    padding: 1.15rem;
    background: #ffffff;
    border: 1px solid rgba(0, 80, 158, 0.1);
    border-radius: 8px;
}

.compound-process__step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 0.9rem;
    color: #ffffff;
    background: #00509e;
    border-radius: 8px;
    font-weight: 900;
}

.compound-process__step h3 {
    margin: 0 0 0.55rem;
    color: #123653;
    font-size: 1.05rem;
}

.compound-process__step p {
    margin: 0;
    color: #526d80;
    font-size: 0.95rem;
    line-height: 1.55;
}

.compound-cta {
    padding: 3.5rem 0;
    background: #0f314b;
    color: #ffffff;
}

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

.compound-cta h2 {
    margin: 0 0 0.75rem;
    color: #ffffff;
    text-align: left;
    font-size: clamp(2rem, 3vw, 3rem);
    letter-spacing: 0;
}

.compound-cta p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.06rem;
    line-height: 1.7;
}

.compound-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.compound-cta .btn {
    border-radius: 8px;
}

.compound-cta .btn-outline {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.46);
}

.compound-cta .btn-outline:hover {
    color: #0f314b;
    background: #ffffff;
}

@media (max-width: 1100px) {
    .compound-snapshot {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .compound-snapshot__lead {
        grid-column: 1 / -1;
        min-height: auto;
    }

    .compound-card__lanes {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .compound-hero {
        padding-top: 6rem;
    }

    .compound-hero__grid,
    .compound-toolbar,
    .compound-grid,
    .compound-process,
    .compound-cta__inner {
        grid-template-columns: 1fr;
    }

    .compound-filter-group,
    .compound-cta__actions {
        justify-content: flex-start;
    }

    .compound-hero__visual img {
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 640px) {
    .compound-hero {
        padding: 5.15rem 0 2.7rem;
    }

    .compound-hero__facts,
    .compound-snapshot {
        grid-template-columns: 1fr;
    }

    .compound-hero__visual {
        display: none;
    }

    .compound-section {
        padding: 2.85rem 0;
    }

    .compound-explorer {
        padding: 0.7rem;
    }

    .compound-card {
        padding: 1rem;
    }

    .compound-card__top {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .compound-card__count {
        grid-column: 2;
        justify-self: start;
    }

    .compound-visual-card {
        position: static;
        width: 100%;
        margin-top: 0.75rem;
    }
}
