/* Flexa-T — shared iframe/form design tokens.
   The form (form.html) inlines its critical CSS for performance;
   this file documents the shared palette so the iframe container
   and the form body use one identical background (no visual seam). */
:root{
  --coral:#E8607A;
  --coral-deep:#C7405E;
  --berry:#9E2F49;
  --formbg:#FCEDEE;   /* iframe container bg === form.html body bg */
  --ink:#2C1D22;
  --muted:#7A5560;
  --line:rgba(158,47,73,.16);
  --grad:linear-gradient(135deg,#F0708A 0%,#E8607A 45%,#C7405E 100%);
}
/* iframe container on the landing shares the form background */
.oright,.oright iframe{background:var(--formbg)}
