.est-it-wrap { max-width: 860px; margin: 30px auto; padding: 0 12px; }
.est-it-card { background: #fff; border: 1px solid #e7e7e7; border-radius: 12px; padding: 18px; box-shadow: 0 6px 20px rgba(0,0,0,0.04); }
/* Ensure only the active step section is visible (prevents duplicate nav bars due to theme CSS) */
.est-it-section{ display:none; }
.est-it-section[data-step="0"]{ display:block; }

/* Button row alignment */
.est-it-actions{ display:flex; gap:10px; margin-top:14px; flex-wrap:wrap; justify-content:flex-end; align-items:center; }
.est-it-actions .est-it-prev{ margin-right:auto; }

.est-it-title { margin: 0 0 14px; font-size: 28px; }
.est-it-stepper { display:flex; flex-wrap:wrap; gap: 8px; margin: 12px 0 18px; align-items:center; }
.est-it-step { display:inline-flex; align-items:center; gap:8px; font-size: 12px; padding: 8px 10px; border-radius: 999px; border: 1px solid #ddd; color: #333; background: #fafafa; flex-shrink: 0; }
/* Only the first span (step number) is the circle; label text stays inline */
.est-it-step > span:first-child { width: 18px; height: 18px; min-width: 18px; display:inline-flex; align-items:center; justify-content:center; border-radius: 50%; border: 1px solid #bbb; font-weight: 700; font-size: 11px; flex-shrink: 0; }
.est-it-step.active { border-color: #0b57d0; background: #eef5ff; }
.est-it-step.active > span:first-child { border-color: #0b57d0; }
.est-it-field { margin: 10px 0; }
.est-it-field label { display:block; font-weight: 600; margin-bottom: 6px; }
.est-it-field input, .est-it-field select { width: 100%; padding: 10px 12px; border: 1px solid #d7d7d7; border-radius: 10px; }
.est-it-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.est-it-grid2 { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
@media (max-width: 820px){ .est-it-grid{ grid-template-columns: 1fr; } .est-it-grid2{ grid-template-columns: 1fr; } }
.est-it-pkg { border: 1px solid #e0e0e0; border-radius: 12px; padding: 14px; cursor:pointer; background: #fff; transition: all .15s ease; }
.est-it-pkg:hover { transform: translateY(-1px); box-shadow: 0 10px 26px rgba(0,0,0,0.06); }
.est-it-pkg.active { border-color: #0b57d0; box-shadow: 0 10px 26px rgba(11,87,208,0.12); }
.est-it-pkg h4 { margin: 0 0 6px; font-size: 16px; }
.est-it-pkg .muted { color:#666; font-size: 12px; margin: 0 0 8px; min-height: 30px; }
.est-it-pkg .price { font-weight: 800; font-size: 18px; }
.est-it-pkg .key { margin-top: 6px; font-size: 11px; color:#888; }
.est-it-actions { display:flex; gap: 10px; margin-top: 14px; }
.est-it-owner { border: 1px dashed #d7d7d7; border-radius: 12px; padding: 12px; margin: 12px 0; }
.est-it-owner h4 { margin: 0 0 8px; }
.est-it-muted { color:#666; font-size: 12px; margin: 6px 0 0; }
.req { color: #c00; }
.est-it-messages { padding: 10px 12px; border-radius: 10px; margin: 10px 0 14px; font-weight: 600; }
.est-it-messages.error { background: #fff3f3; border: 1px solid #ffd0d0; color: #a20000; }
.est-it-messages.success { background: #f2fff3; border: 1px solid #c9f0cd; color: #0d6b17; }
.est-it-summary { border: 1px solid #e7e7e7; border-radius: 12px; padding: 12px; background: #fbfbfb; }
.est-it-table { width: 100%; border-collapse: collapse; }
.est-it-table th, .est-it-table td { text-align:left; border-bottom: 1px solid #eee; padding: 10px 8px; }
.est-it-login-btn { display:inline-block; padding: 8px 12px; border-radius: 999px; border: 1px solid #ddd; text-decoration:none; }


/* ===== Dashboard (matches site reference) ===== */
.est-it-dash { max-width: 1180px; margin: 24px auto; padding: 0 14px; }
.est-it-dash .est-it-card { box-shadow: none; border-radius: 14px; }
.est-it-dash-top { display:flex; align-items:center; justify-content:space-between; padding: 6px 2px 14px; }
.est-it-dash-brand { display:flex; align-items:center; gap:10px; font-weight: 800; letter-spacing: .2px; }
.est-it-dash-dot { width: 10px; height: 10px; border-radius: 999px; background: #0b57d0; display:inline-block; }
.est-it-dash-title { font-size: 16px; }
.est-it-dash-actions { display:flex; gap: 10px; align-items:center; }

.est-it-btn { display:inline-flex; align-items:center; justify-content:center; padding: 10px 14px; border-radius: 10px; text-decoration:none; border: 1px solid #e6e9ef; background: #fff; color:#0c1b2a; font-weight: 700; }
.est-it-btn:hover { box-shadow: 0 10px 24px rgba(0,0,0,0.06); transform: translateY(-1px); }
.est-it-btn-primary { background: #0b57d0; border-color: #0b57d0; color:#fff; }
.est-it-btn-primary:hover { color:#fff; }
.est-it-btn-ghost { background: #f5f7fb; border-color: #e6e9ef; color:#0c1b2a; }
.est-it-btn-small { padding: 7px 10px; border-radius: 9px; font-size: 12px; }

.est-it-tabs { display:flex; gap: 18px; align-items:center; border-bottom: 1px solid #eef1f6; margin: 0 0 18px; padding: 0 2px; }
.est-it-tab { padding: 12px 2px; font-weight: 700; color: #223; text-decoration:none; position: relative; opacity: .85; }
.est-it-tab:hover { opacity: 1; }
.est-it-tab.active { opacity: 1; color: #0b57d0; }
.est-it-tab.active::after { content:""; position:absolute; left:0; bottom:-1px; height: 3px; width: 100%; background:#0b57d0; border-radius: 999px; }

.est-it-panel { padding: 6px 2px 22px; }
.est-it-panel-head { margin-bottom: 12px; }
.est-it-h1 { font-size: 34px; margin: 0 0 4px; }
.est-it-sub { margin: 0 0 14px; color:#6a7380; }

.est-it-kpis { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 12px; }
.est-it-kpi { border: 1px solid #eef1f6; border-radius: 14px; padding: 12px; background: #fff; }
.est-it-kpi .k-label { font-size: 12px; color:#6a7380; font-weight: 700; }
.est-it-kpi .k-value { font-size: 16px; font-weight: 900; margin-top: 6px; }

.est-it-info { border: 1px solid #eef1f6; border-radius: 14px; padding: 12px; background:#fff; }
.est-it-info .label { font-size: 12px; color:#6a7380; font-weight: 800; }
.est-it-info .value { font-size: 14px; font-weight: 800; margin-top: 6px; color:#0c1b2a; }

.est-it-list { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.est-it-list-item { border: 1px solid #eef1f6; border-radius: 14px; padding: 12px; background:#fff; }
.est-it-list-item .pill { display:inline-block; font-size: 11px; font-weight: 900; color:#0b57d0; background:#eef5ff; border: 1px solid #d9e8ff; padding: 4px 8px; border-radius: 999px; margin-bottom: 8px; }
.est-it-list-item .main { font-weight: 900; font-size: 14px; }
.est-it-list-item .meta { color:#6a7380; font-weight: 700; margin-top: 4px; font-size: 12px; }

.est-it-table-wrap { overflow:auto; border: 1px solid #eef1f6; border-radius: 14px; }
.est-it-table { margin:0; }
.est-it-table th { background:#f7f9fc; font-size: 12px; letter-spacing: .2px; text-transform: none; }
.est-it-table th, .est-it-table td { border-bottom: 1px solid #eef1f6; }

.est-it-empty { border: 1px dashed #d7dfe9; border-radius: 14px; padding: 18px; background: #fbfcff; }

@media (max-width: 920px){
  .est-it-kpis { grid-template-columns: 1fr; }
  .est-it-list { grid-template-columns: 1fr; }
  .est-it-dash-top { flex-direction: column; align-items:flex-start; gap: 10px; }
  .est-it-tabs { overflow:auto; white-space:nowrap; }
}

/* --- v1.2.4 form enhancements --- */
.est-it-instructions{
  padding: 12px 14px;
  border: 1px dashed #d0d7de;
  border-radius: 10px;
  background: #fafbfc;
  margin: 10px 0 14px;
}
.est-it-info{
  padding: 12px 14px;
  border: 1px solid #d0d7de;
  border-radius: 10px;
  background: #fff;
}
.est-it-calcbox{
  padding: 12px 14px;
  border: 1px solid #d0d7de;
  border-radius: 10px;
  background: #fff;
  display: grid;
  gap: 6px;
}
.est-it-tablewrap{ overflow:auto; }
.est-it-table{
  width: 100%;
  border-collapse: collapse;
}
.est-it-table th, .est-it-table td{
  border: 1px solid #e5e7eb;
  padding: 8px 10px;
  text-align: left;
  font-size: 14px;
}
.est-it-table th{ background: #f6f7f8; }

.est-it-field input.is-invalid,
.est-it-field select.is-invalid,
.est-it-field textarea.is-invalid{
  border-color: #d63638 !important;
  box-shadow: 0 0 0 1px rgba(214,54,56,.2);
}
