* { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --eq-ink: #141414;
  --eq-deep: #113024;
  --eq-green: #035240;
  --eq-sage: #e1eae8;
  --eq-line: rgba(17, 48, 36, 0.18);
}
body { font-family: 'Satoshi', system-ui, 'Segoe UI', Helvetica, Arial, sans-serif;
       color: var(--eq-ink); background: #fff; -webkit-font-smoothing: antialiased; }
.eqb-wrap { max-width: 880px; margin: 0 auto; padding: 20px 22px 60px; }
.eqb-header { text-align: center; padding: 26px 0 8px; }
.eqb-header img { max-height: 96px; }
.eqb-eyebrow { text-align: center; font-size: 12px; font-weight: 700; letter-spacing: 2.5px;
               text-transform: uppercase; color: var(--eq-green); margin: 18px 0 10px; }
.eqb-title { text-align: center; font-size: 44px; line-height: 1.08; font-weight: 900;
             color: var(--eq-deep); margin: 0 auto 14px; max-width: 640px; }
.eqb-sub { text-align: center; color: #4c5a54; font-size: 17px; max-width: 560px;
           margin: 0 auto 44px; line-height: 1.5; }
.eqb-card { border-top: 1px solid var(--eq-line); padding: 26px 0 30px; margin: 0; }
.eqb-card h2 { font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
               color: var(--eq-green); margin-bottom: 18px; }
.eqb-grid { display: flex; flex-wrap: wrap; gap: 14px; }
.eqb-field { flex: 1 1 250px; }
.eqb-field label { display: block; font-size: 13px; font-weight: 700; color: var(--eq-deep);
                   margin-bottom: 5px; }
.eqb-field input, .eqb-field select, .eqb-field textarea {
  width: 100%; padding: 11px 12px; border: 1px solid var(--eq-line); border-radius: 2px;
  font-size: 15px; font-family: inherit; color: var(--eq-ink); background: #fff; }
.eqb-field input:focus, .eqb-field select:focus, .eqb-field textarea:focus {
  outline: none; border-color: var(--eq-green); }
.eqb-req label::after { content: " *"; color: #a8071a; }
.eqb-modes { display: flex; gap: 8px; margin-bottom: 16px; flex-wrap: wrap; }
.eqb-mode { padding: 8px 16px; border: 1px solid var(--eq-green); border-radius: 2px;
            background: #fff; color: var(--eq-green); cursor: pointer; font-size: 14px;
            font-weight: 700; font-family: inherit; }
.eqb-mode.active { background: var(--eq-green); color: #fff; }
.eqb-lines { width: 100%; border-collapse: collapse; margin-bottom: 12px; }
.eqb-lines th { text-align: left; font-size: 11px; font-weight: 700; text-transform: uppercase;
                letter-spacing: 1.5px; color: var(--eq-deep); padding: 0 6px 8px 0;
                border-bottom: 2px solid var(--eq-deep); }
.eqb-lines td { padding: 8px 6px 8px 0; border-bottom: 1px solid var(--eq-line); }
.eqb-lines input, .eqb-lines select { width: 100%; padding: 9px 10px; font-size: 15px;
  border: 1px solid var(--eq-line); border-radius: 2px; font-family: inherit; background: #fff; }
.eqb-lines input:focus, .eqb-lines select:focus { outline: none; border-color: var(--eq-green); }
.eqb-remove { background: none; border: none; color: #a8071a; font-size: 17px; cursor: pointer; }
.eqb-btn { background: var(--eq-green); color: #fff; border: 1px solid var(--eq-green);
           border-radius: 2px; padding: 12px 26px; font-size: 15px; font-weight: 700;
           cursor: pointer; font-family: inherit; }
.eqb-btn:hover { background: var(--eq-deep); border-color: var(--eq-deep); }
.eqb-btn.secondary { background: #fff; color: var(--eq-green); }
.eqb-btn.secondary:hover { background: var(--eq-sage); }
.eqb-btn:disabled { opacity: .45; cursor: not-allowed; }
.eqb-total { font-size: 14px; margin: 10px 0 2px; color: var(--eq-deep); font-weight: 500; }
.eqb-total.over { color: #a8071a; font-weight: 700; }
.eqb-tiers label.eqb-tier { display: inline-flex; align-items: center; gap: 7px;
                            margin: 0 18px 12px 0; font-size: 15px; color: var(--eq-ink); }
.eqb-tiers input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--eq-green); }
.eqb-prices { width: 100%; border-collapse: collapse; margin-top: 12px; }
.eqb-prices th { background: var(--eq-sage); color: var(--eq-deep); font-size: 12px;
                 font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px;
                 padding: 10px 12px; text-align: right; border: none; }
.eqb-prices th:first-child { text-align: left; }
.eqb-prices td { padding: 12px; text-align: right; font-size: 16px;
                 border-bottom: 1px solid var(--eq-line); }
.eqb-prices td:first-child { text-align: left; font-weight: 700; color: var(--eq-deep); }
.eqb-error { background: #ffdede; border-left: 3px solid #a8071a; color: #7a1220;
             padding: 10px 14px; border-radius: 2px; margin: 14px 0; display: none;
             font-size: 14px; }
.eqb-success { background: var(--eq-sage); border-left: 3px solid var(--eq-green);
               color: var(--eq-deep); padding: 18px; border-radius: 2px; margin: 14px 0;
               font-size: 17px; font-weight: 500; display: none; }
.eqb-note { font-size: 12px; color: #6b7772; margin-top: 8px; }
.eqb-actions { display: flex; gap: 12px; margin-top: 16px; flex-wrap: wrap; }
.eqb-hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
@media (max-width: 640px) {
  .eqb-title { font-size: 32px; }
  .eqb-header img { max-height: 76px; }
}
