
.agro-str-section,.agro-str-section *{box-sizing:border-box}
.agro-str-section{
    position:relative;width:100%;overflow:hidden;padding:var(--agro-str-padding) 20px;
    background:
      radial-gradient(circle at 90% 8%,color-mix(in srgb,var(--agro-str-accent) 15%,transparent),transparent 30%),
      linear-gradient(180deg,color-mix(in srgb,var(--agro-str-bg) 98%,white),var(--agro-str-bg));
    font-family:inherit;isolation:isolate
}
.agro-str-section:before{
    content:"";position:absolute;left:-220px;top:30%;width:430px;height:430px;border-radius:50%;
    border:1px solid color-mix(in srgb,var(--agro-str-dark) 8%,transparent);
    box-shadow:0 0 0 65px color-mix(in srgb,var(--agro-str-dark) 2.5%,transparent);z-index:-1
}
.agro-str-container{width:min(1280px,100%);margin:0 auto}
.agro-str-main-heading{max-width:800px;margin:0 auto 58px;text-align:center}
.agro-str-label{
    display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;color:var(--agro-str-dark);
    font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase
}
.agro-str-label span{width:28px;height:2px;background:var(--agro-str-accent);border-radius:99px}
.agro-str-main-heading h2{margin:0;color:var(--agro-str-dark);font-size:clamp(36px,4vw,58px);font-weight:800;line-height:1.05;letter-spacing:-.045em}
.agro-str-main-heading p{max-width:680px;margin:18px auto 0;color:color-mix(in srgb,var(--agro-str-dark) 60%,white);font-size:17px;line-height:1.7}
.agro-str-category-groups{display:grid;gap:64px}
.agro-str-category-block{min-width:0}
.agro-str-animate .agro-str-category-block{opacity:0;transform:translateY(24px);animation:agroStrReveal .7s ease forwards;animation-delay:var(--agro-str-block-delay)}
.agro-str-category-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid color-mix(in srgb,var(--agro-str-dark) 12%,transparent)}
.agro-str-category-kicker{display:block;margin-bottom:7px;color:var(--agro-str-category-accent);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.agro-str-category-heading h3{margin:0;color:var(--agro-str-dark);font-size:clamp(28px,3vw,42px);font-weight:800;line-height:1.1;letter-spacing:-.035em}
.agro-str-category-heading p{max-width:660px;margin:10px 0 0;color:var(--agro-str-muted);font-size:14px;line-height:1.6}
.agro-str-all-link{
    flex:0 0 auto;display:inline-flex;align-items:center;gap:10px;padding:11px 15px;border-radius:999px;
    background:color-mix(in srgb,var(--agro-str-category-accent) 18%,white);color:var(--agro-str-dark);
    text-decoration:none;font-size:12px;font-weight:800;transition:.25s
}
.agro-str-all-link:hover{background:var(--agro-str-category-accent);transform:translateY(-2px)}
.agro-str-all-link svg,.agro-str-read-more svg{width:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.agro-str-grid{display:grid;grid-template-columns:repeat(var(--agro-str-columns),minmax(0,1fr));gap:var(--agro-str-gap)}
.agro-str-card{min-width:0}
.agro-str-animate .agro-str-card{opacity:0;transform:translateY(20px);animation:agroStrReveal .65s ease forwards;animation-delay:calc(var(--agro-str-block-delay) + var(--agro-str-delay))}
.agro-str-card-link{
    display:flex;flex-direction:column;height:var(--agro-str-card-height);overflow:hidden;border-radius:var(--agro-str-radius);
    background:var(--agro-str-card-bg);color:inherit;text-decoration:none;
    box-shadow:0 12px 35px rgba(16,45,33,.08),0 2px 7px rgba(16,45,33,.05);
    transition:transform .32s ease,box-shadow .32s ease
}
.agro-str-card-link:hover{transform:translateY(-8px);box-shadow:0 26px 58px rgba(16,45,33,.16),0 4px 10px rgba(16,45,33,.07)}
.agro-str-image-wrap{position:relative;flex:0 0 var(--agro-str-image-height);overflow:hidden;background:var(--agro-str-dark)}
.agro-str-image-wrap img,.agro-str-fallback{width:100%;height:100%;display:block}
.agro-str-image-wrap img{object-fit:cover;transform:scale(1.02);transition:transform .75s cubic-bezier(.2,.75,.3,1),filter .4s ease}
.agro-str-card-link:hover .agro-str-image-wrap img{transform:scale(1.09);filter:saturate(1.08)}
.agro-str-fallback{display:grid;place-items:center;background:linear-gradient(145deg,var(--agro-str-dark),color-mix(in srgb,var(--agro-str-dark) 78%,var(--agro-str-category-accent)))}
.agro-str-fallback span{font-size:100px;font-weight:900;color:rgba(255,255,255,.11)}
.agro-str-card-badge{
    position:absolute;left:15px;bottom:15px;display:inline-flex;align-items:center;min-height:31px;padding:0 11px;
    border-radius:999px;background:var(--agro-str-category-accent);color:var(--agro-str-dark);
    font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase
}
.agro-str-card-content{display:flex;flex-direction:column;flex:1;padding:20px 20px 19px}
.agro-str-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:9px;color:var(--agro-str-muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.agro-str-card-content h4{
    margin:0;color:var(--agro-str-text);font-size:20px;font-weight:800;line-height:1.25;letter-spacing:-.02em;
    display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden
}
.agro-str-card-content p{
    margin:12px 0 0;color:var(--agro-str-muted);font-size:13px;line-height:1.55;
    display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden
}
.agro-str-read-more{
    display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:17px;color:var(--agro-str-dark);
    font-size:12px;font-weight:800;transition:gap .25s ease
}
.agro-str-read-more svg{color:var(--agro-str-category-accent)}
.agro-str-card-link:hover .agro-str-read-more{gap:13px}
@keyframes agroStrReveal{to{opacity:1;transform:translateY(0)}}
@media(max-width:1100px){.agro-str-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){
    .agro-str-section{padding:calc(var(--agro-str-padding) * .72) 15px}
    .agro-str-main-heading{text-align:left;margin-bottom:42px}
    .agro-str-main-heading h2{font-size:38px}
    .agro-str-main-heading p{margin-left:0;font-size:15px}
    .agro-str-category-heading{display:block}
    .agro-str-all-link{margin-top:16px}
    .agro-str-grid{grid-template-columns:1fr;gap:17px}
    .agro-str-card-link{height:auto;min-height:var(--agro-str-card-height)}
}
@media(prefers-reduced-motion:reduce){
    .agro-str-animate .agro-str-category-block,.agro-str-animate .agro-str-card{opacity:1;transform:none;animation:none}
    .agro-str-card-link,.agro-str-image-wrap img,.agro-str-all-link{transition:none}
}
