/* ===========================
   HERO
   =========================== */

.hero {
    padding-top: 7rem;
    padding-bottom: 8rem;
    overflow: hidden;
}

.hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(0, 1fr);
    gap: 4.2rem;
    align-items: center;
}

.hero__title {
    font-size: clamp(2rem, 4.05vw, 4.45rem);
    font-weight: 800;
    line-height: 1.08;
    color: var(--color-primary);
    letter-spacing: -0.03em;
    max-width: 12.6ch;
    margin-bottom: 1.85rem;
}

.hero__description {
    font-size: clamp(1rem, 1.34vw, 1.9rem);
    color: #6f6f72;
    margin-bottom: 2.6rem;
    max-width: 38ch;
    line-height: 1.45;
}

.hero__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn--hero {
    min-width: 220px;
    min-height: 68px;
    line-height: 1.2;
    white-space: normal;
    font-size: 1.78rem;
}

.hero__social-proof {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    background-color: #fcfcfc;
    border: 1px solid #efefef;
    border-radius: 0.75rem;
    padding: 0.7rem 0.95rem;
    min-height: 68px;
}

.hero__social-proof-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 0.25rem;
    background-color: transparent;
    color: var(--color-primary);
    flex-shrink: 0;
}

.hero__social-proof-num {
    display: block;
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.2;
}

.hero__social-proof-label {
    display: block;
    font-size: 0.62rem;
    color: #6a6f76;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
}

.hero__image-wrapper {
    position: relative;
    border-radius: 56px 40px 56px 40px;
    overflow: hidden;
    aspect-ratio: 1/0.96;
    box-shadow: 0 28px 40px -26px rgba(0, 0, 0, 0.36);
    max-width: 520px;
    justify-self: end;
    transform: rotate(2deg);
}

.hero__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--green-700) 0%, var(--green-900) 100%);
    display: none;
    align-items: center;
    justify-content: center;
}

.hero__image-placeholder svg {
    opacity: 0.3;
}

.hero__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===========================
   SECTORS STRIP
   =========================== */

.sectors {
    background-color: var(--color-primary);
    padding-block: 3.15rem;
}

.sectors__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.9rem;
}

.sectors__label {
    font-size: 0.69rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: rgba(255,255,255,0.7);
    text-align: center;
}

.sectors__chips {
    display: flex;
    gap: 2.1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.sector-chip {
    padding: 0.47rem 1.35rem;
    border: none;
    border-radius: 0.4rem;
    font-size: 0.77rem;
    font-weight: 700;
    color: #d4ddd6;
    background-color: rgba(255,255,255,0.18);
    text-transform: uppercase;
    letter-spacing: 0.01em;
    cursor: default;
}

/* ===========================
   HOW IT WORKS
   =========================== */

.how-it-works {
    text-align: center;
    background-color: #f3f3f3;
    padding-block: 7.2rem 5.6rem;
}

.how-it-works__header {
    max-width: 68ch;
    margin-inline: auto;
    margin-bottom: 4.35rem;
}

.how-it-works__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
}

.step-card {
    padding: 2.1rem 1.85rem 1.65rem;
    text-align: left;
    border-radius: 1.75rem;
    border: none;
    box-shadow: none;
    min-height: 290px;
}

.step-card__number {
    font-size: 0.69rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #7b9f7a;
    margin-bottom: 0.8rem;
}

.step-card__icon {
    width: 56px;
    height: 56px;
    background-color: #ebebeb;
    border-radius: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    color: var(--color-primary);
    border: none;
}

.step-card__title {
    font-size: clamp(1.12rem, 1.73vw, 2.18rem);
    font-weight: 700;
    margin-bottom: 0.7rem;
    color: var(--color-primary);
}

.step-card__description {
    font-size: 1.25rem;
    color: #6f6f72;
    line-height: 1.55;
}


/* ===========================
   CTA BANNER
   =========================== */

.cta-banner {
    background: linear-gradient(90deg, #0f4f18 0%, #0f4f18 44%, #176218 58%, #114f1d 76%, #0f4f18 100%);
    border-radius: 2.1rem;
    padding: 2.2rem 2.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    margin-block: 5rem 5.5rem;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 58% 55%, rgba(52, 143, 48, 0.34) 0%, rgba(52, 143, 48, 0.16) 18%, transparent 55%);
    pointer-events: none;
}

.cta-banner__title {
    font-size: clamp(1.6rem, 2.35vw, 2.95rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.5rem;
}

.cta-banner__subtitle {
    font-size: clamp(1rem, 1.18vw, 1.38rem);
    color: rgba(255,255,255,0.45);
}

.cta-banner__button {
    position: relative;
    z-index: 1;
    min-width: 230px;
    min-height: 62px;
    border-radius: 0.9rem;
    background-color: #f5f5f5;
    color: var(--color-primary);
    font-weight: 700;
    box-shadow: none;
}

.cta-banner__button:hover {
    background-color: #ffffff;
}

/* ===========================
   RESPONSIVE
   =========================== */

@media (max-width: 1080px) {
    .hero {
        padding-top: 4.5rem;
        padding-bottom: 5rem;
    }

    .hero__inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero__image-wrapper {
        max-width: min(520px, 100%);
        justify-self: start;
    }

    .how-it-works__grid { grid-template-columns: 1fr; }


    .cta-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.7rem 1.3rem;
        border-radius: 1.3rem;
    }

    .cta-banner__button {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .hero__title { font-size: 2.1rem; }
    .sectors__inner { gap: 1.15rem; }
    .sectors__chips { justify-content: flex-start; }
    .sectors__label { text-align: left; }
    .btn--hero {
        width: 100%;
    }
}
