.hero {
    min-height: 940px;
    padding: 170px 0 90px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 20%, rgba(184,217,139,.35), transparent 30%),
        linear-gradient(135deg, #f7f4ec 0%, #fff 62%);
}
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; }
.hero-content em { font-family: 'Playfair Display', serif; font-weight: 600; color: var(--green-700); }
.hero-content > p { font-size: 1.1rem; max-width: 640px; }
.hero-actions { display: flex; gap: 14px; margin: 34px 0 46px; }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-top: 28px; border-top: 1px solid var(--border); }
.hero-trust strong, .hero-trust span { display: block; }
.hero-trust strong { font-size: .96rem; }
.hero-trust span { font-size: .78rem; color: var(--muted); margin-top: 4px; }
.hero-visual { position: relative; min-height: 610px; }
.hero-image-main {
    position: absolute; inset: 0 30px 20px 60px;
    border-radius: 48% 48% 18% 18% / 38% 38% 18% 18%;
    overflow: hidden; box-shadow: var(--shadow);
}
.hero-image-main img { width: 100%; height: 100%; object-fit: cover; }
.floating-card {
    position: absolute; background: rgba(255,255,255,.9); backdrop-filter: blur(16px);
    width: 220px; padding: 18px; border-radius: 18px; box-shadow: var(--shadow);
}
.floating-card span { color: var(--onion); font-weight: 800; font-size: .75rem; }
.floating-card p { margin: 6px 0 0; color: var(--ink); font-weight: 700; font-size: .9rem; }
.floating-card-top { top: 70px; left: 0; }
.floating-card-bottom { right: 0; bottom: 50px; }
.hero-pattern { position: absolute; border: 1px solid rgba(23,62,42,.08); border-radius: 50%; }
.hero-pattern-one { width: 540px; height: 540px; right: -210px; top: 70px; }
.hero-pattern-two { width: 280px; height: 280px; left: -120px; bottom: 90px; }
.industry-strip { background: var(--green-950); color: white; }
.industry-strip-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-weight: 700; }
.industry-strip i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime-300); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.section-copy p { font-size: 1.12rem; }
.section-top { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.products-preview { background: var(--cream); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { background: white; padding: 18px 18px 26px; border-radius: var(--radius-md); transition: .3s ease; }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.product-card-image { aspect-ratio: 4/3; border-radius: 14px; overflow: hidden; margin-bottom: 22px; }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: .5s ease; }
.product-card:hover img { transform: scale(1.06); }
.product-card > span { color: var(--onion); font-size: .78rem; font-weight: 800; }
.product-card h3 { margin: 8px 0; }
.process-section { background: var(--green-950); color: white; }
.centered { text-align: center; max-width: 800px; margin: 0 auto 60px; }
.process-section .eyebrow { color: var(--lime-300); }
.process-line { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; position: relative; }
.process-line::before { content: ''; position: absolute; left: 8%; right: 8%; top: 28px; height: 1px; background: rgba(255,255,255,.2); }
.process-item { position: relative; text-align: center; }
.process-item span { width: 56px; height: 56px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: var(--green-700); border: 6px solid var(--green-950); position: relative; z-index: 2; }
.process-item p { color: rgba(255,255,255,.62); font-size: .9rem; }
.final-cta { background: var(--onion); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta .eyebrow { color: var(--green-950); }
.final-cta h2 { max-width: 820px; margin-bottom: 0; color: var(--green-950); }

/* =========================================================
   INSTAGRAM
========================================================= */

.instagram-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(184, 217, 139, 0.22),
            transparent 27%
        ),
        var(--white);
}

.instagram-section::before {
    content: "@";
    position: absolute;
    right: -25px;
    bottom: -160px;
    font-family: "Playfair Display", serif;
    font-size: 430px;
    font-weight: 700;
    line-height: 1;
    color: rgba(23, 62, 42, 0.025);
    pointer-events: none;
}

.instagram-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 50px;
}

.instagram-header > div {
    max-width: 760px;
}

.instagram-header h2 {
    margin-top: 12px;
    margin-bottom: 18px;
}

.instagram-header p {
    max-width: 650px;
    margin-bottom: 0;
    font-size: 1.05rem;
}

.instagram-profile-button {
    flex-shrink: 0;
}

.instagram-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.instagram-card {
    display: block;
    overflow: hidden;
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.instagram-card:hover {
    transform: translateY(-8px);
    border-color: rgba(23, 62, 42, 0.25);
    box-shadow: var(--shadow);
}

.instagram-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: var(--cream-2);
}

.instagram-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.65s ease,
        filter 0.4s ease;
}

.instagram-card:hover .instagram-image img {
    transform: scale(1.07);
    filter: brightness(0.72);
}

.instagram-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--white);
    background: linear-gradient(
        180deg,
        rgba(15, 45, 32, 0.04),
        rgba(15, 45, 32, 0.74)
    );
    opacity: 0;
    transition: opacity 0.35s ease;
}

.instagram-card:hover .instagram-overlay {
    opacity: 1;
}

.instagram-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    font-size: 2rem;
    line-height: 1;
    backdrop-filter: blur(8px);
}

.instagram-overlay span:last-child {
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.instagram-card-content {
    padding: 24px;
}

.instagram-card-content > span {
    display: block;
    margin-bottom: 8px;
    color: var(--green-700);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.instagram-card-content p {
    margin-bottom: 0;
    color: var(--ink);
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.55;
}

.instagram-mobile-button {
    display: none;
    margin-top: 32px;
    text-align: center;
}

/* Tablet */

@media (max-width: 900px) {
    .instagram-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }

    .instagram-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .instagram-card:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 12px);
        margin-inline: auto;
    }
}

/* Celular */

@media (max-width: 620px) {
    .instagram-profile-button {
        display: none;
    }

    .instagram-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .instagram-card:last-child {
        grid-column: auto;
        width: 100%;
    }

    .instagram-card-content {
        padding: 20px;
    }

    .instagram-overlay {
        opacity: 1;
        align-items: flex-end;
        justify-content: flex-end;
        padding: 18px;
        background: linear-gradient(
            180deg,
            transparent 50%,
            rgba(15, 45, 32, 0.72)
        );
    }

    .instagram-icon {
        width: 42px;
        height: 42px;
        font-size: 1.5rem;
    }

    .instagram-overlay span:last-child {
        display: none;
    }

    .instagram-mobile-button {
        display: block;
    }

    .instagram-mobile-button .btn {
        width: 100%;
    }
}