
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-bottom:3rem}
.story-img-wrap{position:relative;height:500px}
.story-img-main{width:78%;height:380px;object-fit:cover;border-radius:16px;position:absolute;top:0;left:0;box-shadow:0 20px 60px rgba(43,45,66,.14)}
.story-img-sec{width:52%;height:240px;object-fit:cover;border-radius:16px;position:absolute;bottom:0;right:0;border:4px solid #fff;box-shadow:0 20px 60px rgba(43,45,66,.14)}
.story-badge{position:absolute;top:1rem;right:1rem;background:#2D6A4F;color:#fff;border-radius:16px;padding:1rem 1.25rem;text-align:center}
.sb-n{display:block;font-family:Montserrat,sans-serif;font-size:1.6rem;font-weight:900;line-height:1}
.sb-l{display:block;font-size:.72rem;opacity:.85;margin-top:.25rem}
.story-text{font-size:.95rem;color:#5C6470;line-height:1.85}
.cert-strip{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:3rem;padding:2rem;background:#F8FAFB;border-radius:16px}
.cert-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 1.25rem;text-align:center;min-width:90px}
.cert-icon{width:52px;height:52px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2D6A4F;box-shadow:0 4px 16px rgba(43,45,66,.08)}
.cert-label{font-size:.72rem;font-weight:700;color:#2B2D42;line-height:1.4}
.section-hdr{text-align:center;max-width:620px;margin:0 auto 3rem}
.section-sub{font-size:1rem;color:#5C6470;line-height:1.75;margin-top:.5rem}
.values-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-bottom:3rem}
.value-card{background:#fff;border-radius:16px;padding:2rem;border:1px solid #E8ECEF;transition:all .4s}
.value-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(43,45,66,.12)}
.val-icon{width:56px;height:56px;background:#D8F3DC;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#2D6A4F;margin-bottom:1.25rem}
.val-title{font-size:1rem;font-weight:700;color:#2B2D42;margin-bottom:.6rem}
.val-desc{font-size:.875rem;color:#5C6470;line-height:1.75}
.about-cta-banner{background:linear-gradient(135deg,#1B4332,#2D6A4F);border-radius:16px;padding:3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.about-cta-banner h2{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:.5rem}
.about-cta-banner p{color:rgba(255,255,255,.85);font-size:.95rem}
.stat-row{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}
.stat-cell{text-align:center;padding:1.25rem .5rem}
.stat-n{display:block;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:900;color:#2D6A4F;line-height:1}
.stat-l{display:block;font-size:.72rem;color:#5C6470;text-transform:uppercase;letter-spacing:.06em;margin-top:.35rem;font-weight:600}
@media(max-width:968px){.story-grid{grid-template-columns:1fr;gap:2rem}.story-img-wrap{height:320px}.story-img-main{width:75%;height:260px}.story-img-sec{width:55%;height:200px}.stat-row{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.stat-row{grid-template-columns:repeat(2,1fr)}.about-cta-banner{flex-direction:column;text-align:center}}
