.home-hero {
    background:
        radial-gradient(circle at 10% 20%, rgba(255, 246, 210, .95), transparent 34%),
        linear-gradient(120deg, #fffaf0 0%, #f6fff6 48%, #dff8d7 100%);
    padding: 3.2rem 0 0;
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 47% 53%;
    align-items: center;
    min-height: 520px;
}

.hero-content {
    padding: 2rem 0 3rem;
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-size: clamp(3.2rem, 6.5vw, 6.4rem);
    line-height: .92;
    font-weight: 900;
    color: #1b775f;
    letter-spacing: -0.05em;
    margin-bottom: 1.6rem;
}

.hero-content h1 span {
    display: block;
    color: #7434d8;
}

.hero-content p {
    max-width: 560px;
    font-size: 1.18rem;
    line-height: 1.65;
    font-weight: 800;
    color: #273548;
    margin-bottom: 1.6rem;
}

.hero-content p strong {
    color: #7434d8;
}

.hero-content p .green {
    color: #059669;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-hero-primary {
    background: #04914f;
    color: #fff;
    border-radius: 10px;
    padding: .95rem 1.45rem;
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(4, 145, 79, .25);
}

.btn-hero-primary:hover {
    background: #047a43;
    color: #fff;
}

.btn-hero-video {
    background: #fff;
    color: #17212b;
    border: 2px solid #ded7c9;
    border-radius: 10px;
    padding: .95rem 1.45rem;
    font-weight: 900;
}

.hero-image {
    height: 100%;
    min-height: 520px;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}

.hero-image::before {
    content: "";
    position: absolute;
    left: -70px;
    top: -30px;
    width: 220px;
    height: 120%;
    background: rgba(255, 255, 255, .75);
    border-radius: 50%;
    z-index: 1;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 160px;
    position: relative;
    z-index: 0;
}

.hero-pills {
    position: relative;
    z-index: 3;
    transform: translateY(-10%);
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, .12);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 610px;
    padding: .7rem;
    gap: .45rem;
}

.hero-pills div {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .82rem;
    font-weight: 900;
    color: #152032;
    padding: .65rem .7rem;
    border-right: 1px solid #edf0f4;
}

.hero-pills div:last-child {
    border-right: 0;
}

.hero-pills i {
    font-size: 1.45rem;
    color: #059669;
}

.section-soft {
    padding: 5rem 0 1.5rem;
}

.need-card {
    background: linear-gradient(90deg, #ffffff 0%, #fbfaff 100%);
    border-radius: 28px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .08);
    padding: 2.4rem 2rem;
    display: grid;
    grid-template-columns: 28% 72%;
    align-items: center;
}

.need-title h2 {
    font-size: clamp(1.7rem, 3vw, 2.55rem);
    font-weight: 900;
    line-height: 1.15;
    color: #111827;
}

.need-title span {
    color: #7434d8;
    border-bottom: 6px solid #7434d8;
}

.need-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.need-items article {
    padding: 0 1.2rem;
    border-left: 1px solid #e7e7f0;
}

.circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto 1rem;
    font-size: 2.1rem;
}

.circle.purple { background: #eee5ff; }
.circle.green { background: #dcfce7; }
.circle.pink { background: #ffe4ef; }

.need-items h3 {
    font-size: .95rem;
    font-weight: 900;
    color: #7434d8;
}

.need-items p {
    font-size: .82rem;
    font-weight: 700;
    color: #394150;
    margin: 0;
}

.section-process {
    padding: 1rem 0 1.5rem;
}

.process-card {
    background: linear-gradient(135deg, #003c2c 0%, #00281e 100%);
    border-radius: 26px;
    padding: 2rem 2rem 2.3rem;
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.process-card h2 {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}

.process-card h2 span {
    color: #f5c800;
}

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

.process-steps article {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
}

.step-icon {
    grid-row: span 2;
    font-size: 3.3rem;
    line-height: 1;
}

.process-steps h3 {
    font-size: 1rem;
    font-weight: 900;
    margin: 0 0 .35rem;
}

.process-steps p {
    font-size: .83rem;
    font-weight: 700;
    color: rgba(255,255,255,.82);
    margin: 0;
}

.section-platform {
    padding: 1rem 0 1.5rem;
}

.platform-grid {
    display: grid;
    grid-template-columns: 1fr 1.12fr;
    gap: 1.5rem;
}

.platform-card {
    border-radius: 28px;
    padding: 2rem;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .08);
}

.platform-card.left {
    background: linear-gradient(135deg, #fff 0%, #f5edff 100%);
    display: grid;
    grid-template-columns: 1fr 240px;
    align-items: end;
    overflow: hidden;
}

.platform-card.left h2,
.platform-card.community h2 {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.platform-card.left h2 span {
    color: #7434d8;
}

.platform-card.left img {
    width: 240px;
    align-self: end;
    margin-bottom: -2rem;
}

.platform-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.platform-card li {
    font-size: .95rem;
    font-weight: 800;
    margin-bottom: .7rem;
}

.platform-card li::before {
    content: "✓";
    color: #059669;
    font-weight: 900;
    margin-right: .55rem;
}

.btn-purple {
    background: #7434d8;
    color: #fff;
    font-weight: 900;
    border-radius: 10px;
    padding: .85rem 1.3rem;
}

.btn-purple:hover {
    background: #5f27b8;
    color: #fff;
}

.community {
    background: linear-gradient(135deg, #f3fff7 0%, #eafaf2 100%);
}

.community h2 {
    color: #064e3b;
}

.community-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.community-grid article {
    background: #fff;
    border-radius: 18px;
    padding: 1.2rem;
    min-height: 170px;
}

.community-grid article div {
    font-size: 2.5rem;
    margin-bottom: .5rem;
}

.community-grid h3 {
    font-size: .95rem;
    font-weight: 900;
}

.community-grid p {
    font-size: .82rem;
    font-weight: 700;
    color: #475569;
    margin: 0;
}

.testimonial {
    margin-top: 1.2rem;
    background: #fff;
    border-radius: 18px;
    padding: 1.2rem 1.4rem;
    font-size: .95rem;
    font-weight: 800;
    color: #385043;
}

.testimonial small {
    display: block;
    margin-top: .6rem;
    color: #64748b;
}

.section-final {
    padding: 1rem 0 3rem;
}

.final-card {
    background: linear-gradient(90deg, #fff6d8 0%, #fffaf0 65%, #08743c 65%, #08743c 100%);
    border-radius: 28px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 65% 35%;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .08);
}

.final-card > div:first-child {
    padding: 2rem;
}

.final-card h2 {
    font-size: 1.75rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}

.final-card h2 span {
    color: #7434d8;
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.stats div {
    font-weight: 900;
}

.stats strong {
    display: inline-block;
    font-size: 1.4rem;
    margin-left: .3rem;
    color: #111827;
}

.stats small {
    display: block;
    color: #374151;
    font-weight: 800;
    font-size: .78rem;
}

.final-green {
    padding: 2rem;
    color: #fff;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.final-green h3 {
    font-size: 1.7rem;
    font-weight: 900;
}

.final-green p {
    font-weight: 700;
    color: rgba(255,255,255,.85);
}


.step-icon {
    width: 72px;
    height: 72px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    filter: drop-shadow(0 8px 18px rgba(0,0,0,.18));
}

@media (max-width: 991px) {
    .hero-grid,
    .need-card,
    .platform-grid,
    .final-card {
        grid-template-columns: 1fr;
    }

    .hero-image {
        min-height: 360px;
    }

    .hero-image img {
        border-radius: 38px;
    }

    .hero-pills,
    .need-items,
    .process-steps,
    .community-grid,
    .stats {
        grid-template-columns: 1fr 1fr;
    }

    .platform-card.left {
        grid-template-columns: 1fr;
    }

    .platform-card.left img {
        margin: 1rem auto -2rem;
    }

    .final-card {
        background: #fff6d8;
    }

    .final-green {
        background: #08743c;
    }
}

@media (max-width: 575px) {
    .hero-pills,
    .need-items,
    .process-steps,
    .community-grid,
    .stats {
        grid-template-columns: 1fr;
    }

    .hero-content h1 {
        font-size: 3.4rem;
    }
}