@import url("/css/platform-about.css");
.hero-grid{grid-template-columns:minmax(0,1.06fr) minmax(320px,.94fr)}
.hero-media{grid-template-columns:1fr;grid-template-rows:auto auto}
.feature-shot{display:grid;grid-template-columns:1.2fr .8fr;gap:12px}.feature-shot figure,.thumb-row figure{margin:0;position:relative;overflow:hidden;border-radius:18px;min-height:200px;background:#d9e7e0;border:1px solid var(--line)}
.feature-shot img,.thumb-row img{width:100%;height:100%;object-fit:cover}
.feature-copy{padding:18px;border-radius:18px;background:#06120e;color:#fff;border:1px solid rgba(124,245,210,.18)}.feature-copy strong{display:block;font-size:18px;margin-bottom:6px}.feature-copy p{font-size:14px;line-height:1.6;color:#d8f7ec}
.thumb-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.article{padding:16px;border-radius:14px;background:#f8fbf9;border:1px solid var(--line)}
.article small{display:block;font-size:11px;letter-spacing:0;text-transform:uppercase;color:var(--brand-2);margin-bottom:8px;font-weight:900}.article strong{display:block;font-size:15px;margin-bottom:6px}.article p{font-size:13px;line-height:1.6;color:var(--muted)}
.feature-band{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;align-items:center;padding:22px 24px;border-radius:18px;background:linear-gradient(135deg,#06120e,#0b1d17 62%,#113a30);color:#fff;margin-top:18px}.feature-band p{max-width:68ch;color:#d8f7ec;line-height:1.7}.feature-band .btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;background:#fff;color:#102018;font-weight:800}.feature-band-heading{margin-bottom:8px}
@media (max-width:960px){.article-grid,.thumb-row,.feature-shot{grid-template-columns:1fr}}
@media (max-width:640px){.hero-grid{grid-template-columns:1fr}.article-grid{grid-template-columns:1fr}}
