.history-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px;margin-top:36px}.history-card{background:rgba(255,255,255,.92);border:1px solid rgba(15,23,42,.12);border-radius:24px;overflow:hidden;box-shadow:0 20px 56px rgba(15,23,42,.08)}.history-image{aspect-ratio:16/9;background:linear-gradient(135deg,#fbbf24,#fb923c);display:grid;place-items:center;overflow:hidden;border-bottom:1px solid rgba(15,23,42,.08)}.history-image img{width:100%;height:100%;object-fit:contain;display:block}.history-image span{font-weight:900;color:#111827}.history-body{padding:18px}.history-meta{display:flex;justify-content:space-between;gap:12px;color:#64748b;font-weight:900;margin-bottom:10px}.history-body h2{margin:0 0 8px;letter-spacing:-.04em}.history-body p{margin:0 0 16px;color:#64748b}.history-link{display:inline-flex;align-items:center;justify-content:center;background:#0f172a;color:#fff;border-radius:999px;padding:10px 14px;font-weight:900}@media (max-width:980px){.history-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.history-grid{grid-template-columns:1fr}}