.climcat-educational-resources-page {
    background: #f5f3ef;
    color: #202124;
    font-family: "Climcat Inter", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.climcat-educational-resources-container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 24px;
}

.climcat-educational-resources-hero {
    align-items: center;
    background: #0e6b3a;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 360px;
    text-align: center;
}

.climcat-educational-resources-hero__icon {
    align-items: center;
    background: #ff6b2d;
    border-radius: 999px;
    display: inline-flex;
    height: 80px;
    justify-content: center;
    margin: 0 0 28px;
    position: relative;
    width: 80px;
}

.climcat-educational-resources-hero__icon img {
    display: block;
    filter: brightness(0) invert(1);
    height: 44px;
    position: relative;
    width: 44px;
    z-index: 1;
}

.climcat-educational-resources-hero__icon::before,
.climcat-educational-resources-hero__icon::after {
    display: none;
}

.climcat-educational-resources-hero h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 24px;
}

.climcat-educational-resources-hero p {
    color: rgba(255, 255, 255, 0.94);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.climcat-educational-resources-list {
    background: #f5f3ef;
    padding: 44px 0 58px;
}

.climcat-educational-resources-tabs {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: center;
    margin: 0 0 48px;
}

.climcat-educational-resources-tabs a {
    align-items: center;
    background: #ffffff;
    border: 0;
    border-radius: 10px;
    color: #202124;
    display: inline-flex;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    min-height: 42px;
    min-width: 110px;
    padding: 0 24px;
    text-decoration: none;
}

.climcat-educational-resources-tabs a:hover,
.climcat-educational-resources-tabs a:focus {
    color: #202124;
    text-decoration: none;
}

.climcat-educational-resources-tabs a.is-active {
    background: #ff6b2d;
    color: #ffffff;
}

.climcat-educational-resources-tabs a.is-active:hover,
.climcat-educational-resources-tabs a.is-active:focus {
    color: #ffffff;
}

.climcat-educational-resources-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.climcat-resource-card {
    background: #ffffff;
    border: 1px solid #dedbd4;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(32, 33, 36, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 242px;
    padding: 24px;
}

.climcat-resource-card__content {
    display: grid;
    gap: 16px;
    grid-template-columns: 48px minmax(0, 1fr);
}

.climcat-resource-card__icon {
    align-items: center;
    background: #f5f3ef;
    border-radius: 9px;
    display: flex;
    height: 48px;
    justify-content: center;
    position: relative;
    width: 48px;
}

.climcat-resource-card__icon::before {
    border: 2px solid #0e6b3a;
    border-radius: 2px;
    content: "";
    height: 22px;
    width: 17px;
}

.climcat-resource-card__heading {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.climcat-resource-card__type {
    align-items: center;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    min-height: 24px;
    padding: 0 14px;
}

.climcat-resource-card__type--green {
    background: #0e6b3a;
}

.climcat-resource-card__type--orange {
    background: #ff6b2d;
}

.climcat-resource-card h2 {
    color: #202124;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.45;
    margin: 0 0 2px;
}

.climcat-resource-card p {
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.climcat-resource-card__download {
    align-items: center;
    background: #ff6b2d;
    border-radius: 9px;
    color: #ffffff;
    display: flex;
    font-size: 16px;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    margin-top: 28px;
    min-height: 40px;
    text-decoration: none;
}

.climcat-resource-card__download:hover,
.climcat-resource-card__download:focus {
    background: #f55d1d;
    color: #ffffff;
    text-decoration: none;
}

.climcat-resource-card__download--disabled {
    background: #d9d6cf;
    color: #6a6a6a;
}

.climcat-educational-resources-empty {
    background: #ffffff;
    border: 1px solid #dedbd4;
    border-radius: 12px;
    color: #6a6a6a;
    font-size: 18px;
    font-weight: 600;
    grid-column: 1 / -1;
    padding: 34px;
    text-align: center;
}

.climcat-educational-resources-how {
    background: #ffffff;
    padding: 72px 0 84px;
}

.climcat-educational-resources-how h2 {
    color: #202124;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 36px;
    text-align: center;
}

.climcat-educational-resources-steps {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 895px;
}

.climcat-resource-step {
    background: #f5f3ef;
    border-radius: 12px;
    padding: 24px;
}

.climcat-resource-step__number {
    align-items: center;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 20px;
    font-weight: 800;
    height: 48px;
    justify-content: center;
    margin: 0 0 22px;
    width: 48px;
}

.climcat-resource-step__number--orange {
    background: #ff6b2d;
}

.climcat-resource-step__number--green {
    background: #0e6b3a;
}

.climcat-resource-step h3 {
    color: #202124;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 16px;
}

.climcat-resource-step p {
    color: #6a6a6a;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.45;
    margin: 0;
}

@media (max-width: 900px) {
    .climcat-educational-resources-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .climcat-educational-resources-hero {
        min-height: 320px;
        padding: 44px 20px;
    }

    .climcat-educational-resources-hero h1 {
        font-size: 38px;
    }

    .climcat-educational-resources-hero p {
        font-size: 18px;
    }

    .climcat-educational-resources-tabs {
        flex-wrap: wrap;
        gap: 10px;
    }

    .climcat-educational-resources-tabs a {
        min-width: 0;
    }

    .climcat-educational-resources-grid,
    .climcat-educational-resources-steps {
        grid-template-columns: 1fr;
    }
}
