/* landing/nfc-info.css — the "NFC setup" three-card explainer band. */

/* ═══ NFC SETUP ═══ */
.nfc-info{padding:6rem 2.5rem;background:var(--warm)}
.nfc-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:3rem auto 0}
.nfc-card{background:var(--warm2);border:1px solid var(--warm3);border-radius:16px;padding:1.75rem 1.5rem}
.nfc-card-icon{font-size:2rem;margin-bottom:1rem;line-height:1}
.nfc-card-h{font-family:var(--font-d);font-weight:800;font-size:1.1rem;letter-spacing:-0.02em;color:var(--ink);margin-bottom:0.6rem}
.nfc-card-p{font-size:0.85rem;color:var(--muted);line-height:1.6}
.nfc-card-p a{color:var(--copper);text-decoration:none}
.nfc-card-p a:hover{text-decoration:underline}
