/* gen fallbacks */
.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}
.card .icon,.icon{width:44px;height:44px;border-radius:10px;background:rgba(128,128,128,.14);display:grid;place-items:center;margin:0 0 14px;color:var(--brand,#22c55e);font-weight:800;font-size:18px;line-height:1}
.hero-art{position:relative;aspect-ratio:5/4;background:linear-gradient(180deg,var(--panel,#141414),var(--panel-2,#0d0d0d));border-radius:24px;overflow:hidden}.hero-art img,.hero-art svg,.hero-art iframe{width:100%;height:100%;object-fit:cover;display:block}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:22px}.section-head h2{margin:0}
.contact-card{background:var(--panel,#141414);border:1px solid var(--line,rgba(128,128,128,.2));border-radius:16px;padding:32px;text-align:center;max-width:760px;margin:0 auto}.contact-card h2{margin:0 0 8px}
.news{padding:16px 0}
