.crop-hero {
    padding: 120px 0 90px;
    color: #fff;
    background: linear-gradient(180deg, rgba(31, 106, 58, 0.28) 0%, rgba(22, 82, 45, 0.42) 50%, rgba(22, 82, 45, 0.55) 100%), url('../images/homephotos/2.jpeg') center/cover no-repeat;
}

.crop-kicker {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.32);
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.7px;
    margin-bottom: 0.9rem;
}

.crop-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.crop-subtitle {
    font-size: 1.2rem;
    color: #c9a227;
    font-weight: 700;
}

.crop-pill {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.85rem;
}

.crop-hero-image {
    background: #fff;
    border-radius: 20px;
    border-top: 5px solid #c9a227;
    padding: 1rem;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.15);
}

.crop-hero-image img {
    width: 100%;
    border-radius: 14px;
}

.crop-benefits {
    background: linear-gradient(180deg, #fff 0%, #f8fbf8 100%);
}

.crop-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(31, 106, 58, 0.12);
    border-top: 5px solid #c9a227;
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.08);
    padding: 1.4rem 1.2rem;
}

.crop-card h3,
.crop-card h4 {
    color: #16522d;
    font-weight: 800;
}

.crop-card p {
    color: #5c6672;
    margin-bottom: 0;
}

.crop-usage {
    background: #fff;
}

.crop-table-wrap {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(31, 106, 58, 0.12);
    border-top: 5px solid #c9a227;
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.08);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
}

.crop-table thead th {
    background: #1f6a3a;
    color: #fff;
    border: none;
    font-weight: 700;
}

.crop-table td {
    vertical-align: middle;
}

/* Allow horizontal scroll inside the rounded card instead of widening the page */
.crop-table {
    min-width: 520px;
    margin-bottom: 0;
}

.crop-cta {
    color: #fff;
    background: linear-gradient(135deg, #1f6a3a, #16522d);
}

@media (max-width: 767.98px) {
    .crop-hero {
        padding: 95px 0 70px;
    }

    .crop-hero h1 {
        font-size: 2.2rem;
    }
}
