/* EQPACK Request Support form. Inherits RWA brand tokens with literal fallbacks. */
.eqpack-support-form, .eqpack-gate, .eqpack-notice{
  --red:#8A2222; --red-deep:#6A1A1A; --ink:#1A1A1A; --muted:#6b6b66;
  --rule:#d8d4cc; --paper-pure:#fff;
  font-family:'Inter',system-ui,sans-serif; color:var(--ink); max-width:640px;
}
.eqpack-support-form label{ display:block; font-size:14px; font-weight:600; margin-bottom:18px; }
.eqpack-support-form input[type=text],
.eqpack-support-form textarea,
.eqpack-support-form select{
  width:100%; margin-top:6px; padding:10px 12px; border:1px solid var(--rule);
  border-radius:4px; font:inherit; background:var(--paper-pure); font-weight:400;
}
.eqpack-cm-note{ background:rgba(138,34,34,.05); border-left:3px solid var(--red);
  padding:10px 14px; font-size:14px; color:var(--ink); margin:0 0 22px; }
.eqpack-btn{ display:inline-flex; align-items:center; gap:8px; background:var(--red); color:#fff;
  border:none; border-radius:4px; padding:11px 20px; font-size:14px; font-weight:600;
  text-decoration:none; cursor:pointer; }
.eqpack-btn:hover{ background:var(--red-deep); color:#fff; }
.eqpack-gate p{ margin:0 0 12px; }
.eqpack-notice{ padding:14px 16px; border-radius:4px; background:#efece6; font-size:15px; }
.eqpack-notice-ok{ background:rgba(138,34,34,.06); border-left:3px solid var(--red); }
.eqpack-member-register input[type=email]{
  width:100%; margin-top:6px; padding:10px 12px; border:1px solid var(--rule);
  border-radius:4px; font:inherit; background:var(--paper-pure); font-weight:400;
}

/* Two-path registration landing ([eqpack_register_choice]). */
.eqpack-choice{
  --red:#8A2222; --red-deep:#6A1A1A; --ink:#1A1A1A; --muted:#6b6b66;
  --rule:#d8d4cc; --paper-pure:#fff;
  font-family:'Inter',system-ui,sans-serif; color:var(--ink);
  display:flex; flex-wrap:wrap; gap:24px; max-width:880px; align-items:stretch;
}
.eqpack-choice-card{
  flex:1 1 320px; background:var(--paper-pure); border:1px solid var(--rule);
  border-radius:6px; padding:26px 26px 28px; display:flex; flex-direction:column;
}
.eqpack-choice-card--member{ border-top:4px solid var(--red); }
.eqpack-choice-title{ font-family:'Source Serif 4',Georgia,serif; font-size:20px; margin:0 0 10px; color:var(--ink); }
.eqpack-choice-lead{ font-size:15px; line-height:1.5; margin:0 0 14px; color:var(--ink); }
.eqpack-choice-list{ list-style:none; padding:0; margin:0 0 22px; }
.eqpack-choice-list li{ font-size:14px; color:var(--muted); padding:5px 0 5px 22px; position:relative; }
.eqpack-choice-list li::before{ content:"\2022"; color:var(--red); position:absolute; left:6px; font-weight:700; }
.eqpack-choice-card .eqpack-btn{ margin-top:auto; align-self:flex-start; }
