/* features-cards.v1.css -- the #features cards (2026-09-27, patches/landing_static).
 * Served max-age=604800: never edit in place, ship a new name.
 * Operator: "more white space in between, a bit more shadows and a bit more
 * of a box outline". The gap grows from 28px to 40px, the hairline takes the
 * stronger line, and the cards carry the same soft panel shadow the tablet's
 * frame uses (interface-frame.v1.css), so both sections speak one language.
 * The illustrations note under the cards (.fx-legal) is not drawn any more:
 * the footer's small print carries that sentence (sectionsNN.shots bundle). */
#features .fx-grid { gap: 40px; }
#features .fx-card {
  border-color: hsl(var(--line-strong) / .75);
  box-shadow:
    0 1px 2px hsl(var(--deep) / .05),
    0 14px 34px -12px hsl(var(--deep) / .16);
}
#features .fx-legal { display: none; }
@media (max-width: 768px) {
  #features .fx-grid { gap: 28px; }
}
