.climcat-home-page {
    color: #ffffff;
    font-family: "Climcat Inter", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    position: relative;
}

.climcat-home-hero {
    align-items: center;
    background-image: url("/climcat_app/static/images/home_page_climcat_1.jpg");
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 80px);
    position: relative;
}

.climcat-home-hero__overlay {
    background: rgba(4, 22, 13, 0.58);
    inset: 0;
    position: absolute;
}

.climcat-home-hero__content {
    padding-bottom: 5rem;
    padding-top: 5rem;
    position: relative;
    text-align: center;
    z-index: 1;
}

.climcat-home-hero h1 {
    color: #ffffff !important;
    font-size: clamp(3.8rem, 7vw, 7rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 0.96;
    margin: 0 auto;
    max-width: 12ch;
}

.climcat-home-hero p {
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 400;
    line-height: 1.65;
    margin: 2.5rem auto 0;
    max-width: 31ch;
}

.climcat-home-hero__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: center;
    margin-top: 3rem;
}

.climcat-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    gap: 0.85rem;
    justify-content: center;
    min-height: 84px;
    min-width: 320px;
    padding: 1.15rem 2rem;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.climcat-btn:hover,
.climcat-btn:focus {
    color: inherit;
    text-decoration: none;
    transform: translateY(-1px);
}

.climcat-btn--primary {
    background: #ff6b2d;
    color: #ffffff;
}

.climcat-btn--primary:hover,
.climcat-btn--primary:focus {
    background: #f55d1d;
}

.climcat-btn--secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid #ffffff;
    color: #ffffff;
}

.climcat-btn--light {
    background: #ffffff;
    color: #34c16a;
}

.climcat-btn--light:hover,
.climcat-btn--light:focus {
    background: #f6fff8;
    color: #2fb460;
}

.climcat-btn--outline-green {
    background: #ffffff;
    border: 3px solid #15673d;
    color: #15673d;
}

.climcat-btn--outline-green:hover,
.climcat-btn--outline-green:focus {
    background: #f6fff8;
    color: #15673d;
}

.climcat-home-hero__scroll {
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    bottom: -0.75rem;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 28px;
}

.climcat-home-hero__scroll span {
    animation: climcat-scroll 1.8s infinite;
    background: #ffffff;
    border-radius: 999px;
    display: block;
    height: 12px;
    width: 3px;
}

.climcat-home-next-section {
    background: #f6f3ec;
    color: #1f2f24;
}

.climcat-home-memory-section {
    background: #f7f6f2;
    color: #17663d;
    padding: 8rem 0 6rem;
}

.climcat-home-memory-section__content {
    margin: 0 auto;
    max-width: 980px;
    text-align: center;
}

.climcat-home-memory-section h2,
.climcat-home-stories-section h2 {
    color: #15673d;
    font-size: clamp(3rem, 5vw, 4.5rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.02;
    margin: 0;
}

.climcat-home-memory-section__lead {
    color: #15673d;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.45;
    margin: 2.8rem auto 0;
    max-width: 27ch;
}

.climcat-home-memory-section__body {
    color: #4d865f;
    font-size: clamp(1.2rem, 1.75vw, 1.45rem);
    line-height: 1.7;
    margin: 2rem auto 0;
    max-width: 48ch;
}

.climcat-home-memory-section__body strong {
    color: #3e7552;
    font-weight: 700;
}

.climcat-home-stories-section,
.climcat-home-map-section {
    background: #ffffff;
    color: #17663d;
}

.climcat-home-stories-section {
    padding: 2rem 0 7rem;
}

.climcat-home-stories-section__heading {
    margin-bottom: 4.5rem;
    text-align: center;
}

.climcat-home-stories-grid {
    display: grid;
    gap: 2.2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.climcat-story-card {
    display: flex;
    flex-direction: column;
}

.climcat-home-stories-empty {
    background: #f7f6f2;
    border: 1px solid #e5e2dc;
    border-radius: 18px;
    color: #4d865f;
    font-size: 1.2rem;
    font-weight: 600;
    grid-column: 1 / -1;
    line-height: 1.4;
    padding: 2rem;
    text-align: center;
}

.climcat-story-card__image {
    background-image: url("/climcat_app/static/images/home_page_climcat_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 28px;
    min-height: 555px;
    width: 100%;
}

.climcat-story-card__image--one {
    background-position: 18% center;
}

.climcat-story-card__image--two {
    background-position: center center;
}

.climcat-story-card__image--three {
    background-position: 82% center;
}

.climcat-story-card__content {
    color: #17663d;
    padding-top: 1.9rem;
}

.climcat-story-card__content h3 {
    color: #15673d;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin: 0;
}

.climcat-story-card__location {
    color: #6f9a7c;
    font-size: 1.2rem;
    margin: 0.9rem 0 0;
    padding-left: 1.8rem;
    position: relative;
}

.climcat-story-card__location::before {
    border: 2px solid #7ca689;
    border-radius: 999px 999px 999px 0;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 0.35rem;
    transform: rotate(-45deg);
    width: 12px;
}

.climcat-story-card__location::after {
    background: #7ca689;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 4px;
    position: absolute;
    top: 0.72rem;
    width: 4px;
}

.climcat-story-card__quote {
    color: #3f7a56;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.45;
    margin: 1rem 0 0;
    min-height: 7.5rem;
}

.climcat-story-card__link {
    color: #ff6b2d;
    display: inline-flex;
    font-size: 1.15rem;
    font-weight: 700;
    gap: 0.8rem;
    margin-top: 0.6rem;
    text-decoration: none;
}

.climcat-home-stories-section__cta {
    display: flex;
    justify-content: center;
    margin-top: 3.5rem;
}

.climcat-home-questionnaire-section {
    background: linear-gradient(180deg, #36c56d 0%, #34c16a 100%);
    color: #ffffff;
    overflow: hidden;
    padding: 7rem 0 5.5rem;
    position: relative;
}

.climcat-home-questionnaire-section__content {
    margin: 0 auto;
    max-width: 1320px;
    text-align: center;
}

.climcat-home-questionnaire-section h2 {
    color: #ffffff;
    font-size: clamp(3.2rem, 6vw, 5.8rem);
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 1.02;
    margin: 0 auto;
    max-width: 11ch;
}

.climcat-home-questionnaire-section__lead {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1.45rem, 2.5vw, 1.95rem);
    line-height: 1.65;
    margin: 2.6rem auto 0;
    max-width: 28ch;
}

.climcat-home-questionnaire-steps {
    display: grid;
    gap: 2.2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 5rem;
}

.climcat-questionnaire-step {
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.24);
    border-radius: 28px;
    min-height: 470px;
    padding: 3.6rem 2.5rem 2.75rem;
}

.climcat-questionnaire-step__icon {
    align-items: center;
    background: rgba(192, 255, 212, 0.32);
    border-radius: 50%;
    display: flex;
    height: 112px;
    justify-content: center;
    margin: 0 auto;
    width: 112px;
}

.climcat-questionnaire-step__icon-image {
    display: block;
    height: 64px;
    width: 64px;
}

.climcat-questionnaire-step__number {
    font-size: 4.7rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 2rem;
}

.climcat-questionnaire-step p {
    font-size: 1.35rem;
    line-height: 1.5;
    margin: 1.75rem auto 0;
    max-width: 12ch;
}

.climcat-home-questionnaire-section__cta {
    display: flex;
    justify-content: center;
    margin-top: 3.6rem;
}

.climcat-home-questionnaire-section__cta .climcat-btn {
    min-width: 640px;
}

.climcat-home-questionnaire-section__note {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 3.8rem auto 0;
    max-width: 38ch;
}

.climcat-home-collaborate-section {
    background: #f7f6f2;
    color: #17663d;
    padding: 7rem 0 6rem;
}

.climcat-home-collaborate-section__content {
    margin: 0 auto;
    max-width: 1500px;
}

.climcat-home-collaborate-section h2 {
    color: #15673d;
    font-size: clamp(3rem, 5vw, 4.6rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.05;
    margin: 0;
    text-align: center;
}

.climcat-home-collaborate-timeline {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 5rem;
    position: relative;
}

.climcat-home-collaborate-timeline::before {
    background: #f5d8c8;
    content: "";
    height: 2px;
    left: 13%;
    position: absolute;
    right: 13%;
    top: 5rem;
}

.climcat-collaborate-step {
    position: relative;
    text-align: center;
    z-index: 1;
}

.climcat-collaborate-step__icon {
    align-items: center;
    background: #fbe9df;
    border-radius: 50%;
    display: flex;
    height: 160px;
    justify-content: center;
    margin: 0 auto;
    width: 160px;
}

.climcat-collaborate-step__icon-image {
    display: block;
    height: 72px;
    width: 72px;
}

.climcat-collaborate-step__number {
    color: #f0d6c7;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 2rem;
}

.climcat-collaborate-step h3 {
    color: #15673d;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin: 0.75rem auto 0;
    max-width: 13ch;
}

.climcat-collaborate-step p {
    color: #6d9a79;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 1rem auto 0;
    max-width: 14ch;
}

.climcat-home-map-section {
    padding: 6.5rem 0 5rem;
}

.climcat-home-map-section__content {
    margin: 0 auto;
    max-width: 1320px;
    text-align: center;
}

.climcat-home-map-section h2 {
    color: #15673d;
    font-size: clamp(3rem, 5vw, 4.8rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.05;
    margin: 0;
}

.climcat-home-map-section__lead {
    color: #6d9a79;
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    line-height: 1.45;
    margin: 1.9rem auto 0;
    max-width: 30ch;
}

.climcat-home-map-card {
    background: #eef0ea;
    border-radius: 28px;
    box-shadow: 0 34px 60px rgba(67, 91, 73, 0.16);
    cursor: grab;
    height: 760px;
    margin: 3.8rem auto 0;
    max-width: 1120px;
    overflow: hidden;
    position: relative;
    touch-action: none;
    user-select: none;
}

.climcat-home-map-card.is-dragging {
    cursor: grabbing;
}

.climcat-home-map-card::after {
    box-shadow: inset 0 0 120px rgba(252, 251, 247, 0.22);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.climcat-home-map-card__tiles,
.climcat-home-map-card__markers {
    inset: 0;
    position: absolute;
}

.climcat-home-map-card__tile {
    height: 256px;
    object-fit: cover;
    position: absolute;
    width: 256px;
}

.climcat-home-map-marker {
    align-items: center;
    background: #ff5f2e;
    border: 4px solid #ff5f2e;
    border-radius: 50% 50% 50% 12px;
    box-shadow: 0 18px 28px rgba(255, 95, 46, 0.24);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    height: 46px;
    justify-content: center;
    position: absolute;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: transform 0.16s ease, box-shadow 0.16s ease;
    width: 46px;
    z-index: 2;
}

.climcat-home-map-marker:hover {
    box-shadow: 0 22px 34px rgba(255, 95, 46, 0.32);
    transform: translate(-50%, -50%) rotate(-45deg) scale(1.06);
}

.climcat-home-map-marker::before {
    border: 3px solid currentColor;
    border-radius: 999px;
    content: "";
    height: 14px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.climcat-home-map-marker::after {
    background: currentColor;
    border-radius: 999px;
    content: "";
    height: 5px;
    margin-top: 18px;
    position: absolute;
    transform: rotate(45deg);
    width: 5px;
}

.climcat-home-map-marker__count {
    align-items: center;
    background: #2fc36c;
    border-radius: 999px;
    color: #ffffff;
    display: flex;
    font-size: 0.82rem;
    font-weight: 800;
    height: 24px;
    justify-content: center;
    min-width: 24px;
    padding: 0 7px;
    position: absolute;
    right: -14px;
    top: -13px;
    transform: rotate(45deg);
}

.climcat-home-map-card__controls {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    left: 1rem;
    position: absolute;
    top: 1rem;
    z-index: 4;
}

.climcat-home-map-card__control {
    align-items: center;
    background: #ffffff;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(33, 43, 33, 0.14);
    color: #15673d;
    display: flex;
    font-size: 1.4rem;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    line-height: 1;
    width: 42px;
}

.climcat-home-map-card__hint {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    bottom: 1rem;
    color: #5e7366;
    font-size: 0.88rem;
    font-weight: 600;
    left: 50%;
    margin: 0;
    padding: 0.65rem 1rem;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 4;
}

.climcat-home-map-section__cta {
    display: flex;
    justify-content: center;
    margin-top: 3.5rem;
}

.climcat-home-impact-section {
    background: #fcfbf7;
    color: #17663d;
    padding: 6.5rem 0 5.5rem;
}

.climcat-home-impact-section__content {
    margin: 0 auto;
    max-width: 1360px;
}

.climcat-home-impact-section h2 {
    color: #15673d;
    font-size: clamp(3rem, 5vw, 4.8rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.05;
    margin: 0;
    text-align: center;
}

.climcat-home-impact-grid {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 5rem;
}

.climcat-impact-card {
    text-align: center;
}

.climcat-impact-card__icon {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 136px;
    justify-content: center;
    margin: 0 auto;
    width: 136px;
}

.climcat-impact-card__icon--orange {
    background: #fbe9df;
}

.climcat-impact-card__icon--green {
    background: #e7f4e8;
}

.climcat-impact-card__icon-image {
    display: block;
    height: 72px;
    width: 72px;
}

.climcat-impact-card__value {
    font-size: clamp(4.4rem, 7vw, 5.8rem);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1;
    margin-top: 2rem;
}

.climcat-impact-card__value--orange {
    color: #ff6b2d;
}

.climcat-impact-card__value--green {
    color: #34c16a;
}

.climcat-impact-card p {
    color: #6d9a79;
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 1rem auto 0;
    max-width: 16ch;
}

.climcat-home-about-section {
    background: #ffffff;
    color: #17663d;
    padding: 7rem 0 7.5rem;
}

.climcat-home-about-section__content {
    align-items: center;
    display: grid;
    gap: clamp(4rem, 7vw, 7rem);
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.94fr);
    margin: 0 auto;
    max-width: 1190px;
}

.climcat-home-about-section__media {
    box-shadow: 0 32px 60px rgba(18, 50, 31, 0.14);
}

.climcat-home-about-section__media img {
    aspect-ratio: 4 / 3;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.climcat-home-about-section__text h2 {
    color: #0f6639;
    font-size: clamp(3rem, 4vw, 4.2rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 0 2rem;
    white-space: nowrap;
}

.climcat-home-about-section__text p {
    color: #227949;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.65;
    margin: 0 0 1.75rem;
    text-align: justify;
}

.climcat-home-about-section__partners {
    margin-top: 3rem;
}

.climcat-home-about-section__partners h3 {
    color: #ff6b2d;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 1.5rem;
}

.climcat-home-about-section__logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.climcat-home-about-section__logos span {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.climcat-home-about-section__logos img {
    display: block;
    max-height: 64px;
    max-width: 230px;
    object-fit: contain;
}

.climcat-home-next-section__placeholder {
    border: 2px dashed #cbd7cf;
    border-radius: 24px;
    color: #557264;
    padding: 2rem;
    text-align: center;
}

@keyframes climcat-scroll {
    0% {
        opacity: 0;
        transform: translateY(-6px);
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(6px);
    }
}

@media (max-width: 991.98px) {
    .climcat-home-hero {
        min-height: auto;
    }

    .climcat-home-hero__content {
        padding-bottom: 6rem;
        padding-top: 4rem;
    }

    .climcat-home-memory-section {
        padding: 6rem 0 4.5rem;
    }

    .climcat-home-stories-grid {
        grid-template-columns: 1fr;
    }

    .climcat-story-card__image {
        min-height: 480px;
    }

    .climcat-story-card__quote {
        min-height: 0;
    }

    .climcat-home-questionnaire-section {
        padding: 5.5rem 0 4.5rem;
    }

    .climcat-home-questionnaire-steps {
        grid-template-columns: 1fr;
        margin-top: 3.75rem;
    }

    .climcat-questionnaire-step {
        min-height: 0;
    }

    .climcat-home-questionnaire-section__cta .climcat-btn {
        min-width: 100%;
    }

    .climcat-home-collaborate-section {
        padding: 5.5rem 0 4.5rem;
    }

    .climcat-home-collaborate-timeline {
        grid-template-columns: 1fr;
        margin-top: 3.75rem;
    }

    .climcat-home-collaborate-timeline::before {
        display: none;
    }

    .climcat-home-map-section {
        padding: 5.5rem 0 4.5rem;
    }

    .climcat-home-map-card {
        height: 620px;
    }

    .climcat-home-impact-section {
        padding: 5.5rem 0 4.5rem;
    }

    .climcat-home-impact-grid {
        grid-template-columns: 1fr;
        margin-top: 3.75rem;
    }

    .climcat-home-about-section {
        padding: 5.5rem 0 4.5rem;
    }

    .climcat-home-about-section__content {
        grid-template-columns: 1fr;
    }

    .climcat-home-about-section__text h2 {
        font-size: clamp(3rem, 11vw, 4.4rem);
        white-space: normal;
    }
}

@media (max-width: 767.98px) {
    .climcat-home-hero h1 {
        max-width: 8ch;
    }

    .climcat-home-hero p {
        max-width: 22ch;
    }

    .climcat-btn {
        min-height: 68px;
        min-width: 100%;
    }

    .climcat-home-memory-section {
        padding: 4.5rem 0 3.5rem;
    }

    .climcat-home-stories-section {
        padding: 1rem 0 4.5rem;
    }

    .climcat-home-stories-section__heading {
        margin-bottom: 3rem;
    }

    .climcat-story-card__image {
        border-radius: 22px;
        min-height: 360px;
    }

    .climcat-story-card__content h3 {
        font-size: 1.8rem;
    }

    .climcat-story-card__location,
    .climcat-story-card__quote,
    .climcat-story-card__link {
        font-size: 1.05rem;
    }

    .climcat-home-questionnaire-section {
        padding: 4.5rem 0 3.75rem;
    }

    .climcat-questionnaire-step {
        border-radius: 22px;
        padding: 2.5rem 1.5rem 2rem;
    }

    .climcat-questionnaire-step__icon {
        height: 96px;
        width: 96px;
    }

    .climcat-questionnaire-step__number {
        font-size: 3.8rem;
    }

    .climcat-questionnaire-step p,
    .climcat-home-questionnaire-section__note {
        font-size: 1rem;
    }

    .climcat-home-collaborate-section {
        padding: 4.5rem 0 3.75rem;
    }

    .climcat-collaborate-step__icon {
        height: 132px;
        width: 132px;
    }

    .climcat-collaborate-step__number {
        font-size: 3.8rem;
    }

    .climcat-collaborate-step h3 {
        font-size: 1.65rem;
    }

    .climcat-collaborate-step p {
        font-size: 1rem;
    }

    .climcat-home-map-section {
        padding: 4.5rem 0 3.75rem;
    }

    .climcat-home-map-card {
        border-radius: 22px;
        height: 460px;
        margin-top: 2.8rem;
    }

    .climcat-home-impact-section {
        padding: 4.5rem 0 3.75rem;
    }

    .climcat-home-about-section {
        padding: 4.5rem 0 3.5rem;
    }

    .climcat-home-about-section__text p {
        font-size: 1rem;
    }

    .climcat-home-about-section__logos {
        align-items: stretch;
        flex-direction: column;
    }

    .climcat-home-about-section__logos span {
        justify-content: flex-start;
    }

    .climcat-impact-card__icon {
        height: 120px;
        width: 120px;
    }

    .climcat-impact-card p {
        font-size: 1.1rem;
    }
}
