.home-why {
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 56px;
    border-top: 1px solid rgba(18, 24, 18, 0.10);
}

.home-why-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 52px;
    flex-wrap: wrap;
    gap: 20px;
}

.home-why-title {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 1.02;
    letter-spacing: -0.02em;
    margin-top: 16px;
    max-width: 680px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.benefit-card {
    background: #F6F7F2;
    border: 1px solid rgba(18, 24, 18, 0.10);
    border-radius: 20px;
    padding: 32px 28px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.benefit-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(21, 81, 43, 0.12);
    border: 1px solid rgba(21, 81, 43, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.benefit-icon svg {
    display: block;
}

.benefit-title {
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 1.1;
    margin-bottom: 12px;
}

.benefit-body {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #5C665E;
}

.stats-band {
    background: #F4F5F0;
    border-top: 1px solid rgba(18, 24, 18, 0.10);
    border-bottom: 1px solid rgba(18, 24, 18, 0.10);
}

.stats-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 56px;
}

.stats-title {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.04;
    letter-spacing: -0.02em;
    margin-top: 16px;
    margin-bottom: 18px;
    max-width: 760px;
}

.stats-description {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.55;
    color: #48524C;
    margin-bottom: 54px;
    max-width: 780px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.stat-item {
    border-left: 2px solid rgba(21, 81, 43, 0.5);
    padding-left: 22px;
}

.stat-value {
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 0.95;
    color: #15512B;
    letter-spacing: -0.02em;
}

.stat-label {
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #141414;
    margin-top: 14px;
    line-height: 1.35;
}

.stat-source {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #7C857E;
    margin-top: 6px;
}

.crops-section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 56px;
}

.crops-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
    flex-wrap: wrap;
    gap: 20px;
}

.crops-title {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 1.02;
    letter-spacing: -0.02em;
    margin-top: 16px;
}

.crops-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.crop-card {
    background: #F6F7F2;
    border: 1px solid rgba(18, 24, 18, 0.10);
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    min-height: 132px;
}

.crop-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.crop-name {
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
    font-size: 22px;
}

.crop-code {
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    color: #15512B;
}

.crop-services {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.45;
    color: #5C665E;
}

.crops-footnote {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #7C857E;
    margin-top: 24px;
}

.evidence-band {
    background: #F4F5F0;
    border-top: 1px solid rgba(18, 24, 18, 0.10);
}

.evidence-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 56px;
}

.evidence-intro {
    max-width: 760px;
    margin-bottom: 52px;
}

.evidence-title {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.03;
    letter-spacing: -0.02em;
    margin-top: 16px;
    margin-bottom: 20px;
}

.evidence-description {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.55;
    color: #48524C;
}

.pilots-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pilot-card {
    background: #F6F7F2;
    border: 1px solid rgba(18, 24, 18, 0.10);
    border-radius: 18px;
    padding: 30px 34px;
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 36px;
    align-items: start;
}

.pilot-meta {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pilot-tag {
    justify-self: start;
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(21, 81, 43, 0.12);
    color: #15512B;
    border: 1px solid rgba(21, 81, 43, 0.4);
    align-self: flex-start;
}

.pilot-source {
    font-family: 'Space Mono', monospace;
    font-size: 11px;
    color: #7C857E;
    line-height: 1.5;
}

.pilot-title {
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.pilot-note {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #48524C;
    max-width: 760px;
}

.home-cta-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 108px 56px;
}
