/* ===== SIMULATOR PAGE STYLES - Light Theme ===== */

/* === HERO BANNER === */
.sim-hero {
  padding: 48px 0 42px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 80% 30%, rgba(10, 181, 228, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 20% 70%, rgba(245, 166, 35, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, rgba(10, 181, 228, 0.03) 0%, transparent 60%), #fff;
  border-bottom: 1px solid #e8e8e8;
}
.sim-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
}
.sim-hero-title {
  font-size: 36px;
  font-weight: 900;
  color: #1a1a2e;
  line-height: 1.3;
  margin-bottom: 10px;
  position: relative;
}
.sim-hero-accent {
  background: linear-gradient(135deg, #0ab5e4, #f5a623);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sim-hero-sub {
  font-size: 16px;
  color: rgba(26, 26, 46, 0.55);
  position: relative;
}

.sim-hero-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(10, 181, 228, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #087da0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 28px rgba(10, 181, 228, 0.08);
}
.sim-hero-kicker span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
}
.sim-hero-title em {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 8px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #0ab5e4, #0a6bce);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  vertical-align: middle;
}
.sim-hero-trust {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}
.sim-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #64748b;
  font-size: 13px;
}
.sim-hero-trust span::before {
  content: '✓';
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #059669;
  background: #ecfdf5;
  font-size: 11px;
  font-weight: 900;
}

/* === WORKSPACE === */
.sim-workspace {
  padding: 48px 0 80px;
  position: relative;
  min-height: 70vh;
}

/* === TWO-COLUMN LAYOUT === */
.sim-layout {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  position: relative;
}
.sim-config {
  flex: 0 0 60%;
  min-width: 0;
  padding: 0 16px 16px;
}
.sim-right-col {
  flex: 1;
  position: sticky;
  top: calc(var(--nav-h) + var(--topbar-h) + 20px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sim-summary {
  background:
    radial-gradient(circle at 90% 3%, rgba(10, 181, 228, 0.16), transparent 32%),
    linear-gradient(145deg, #121e31, #0b1423);
  border: 1px solid rgba(129, 167, 204, 0.16);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.2);
  position: relative;
  overflow: hidden;
}
/* Decorative background elements */
.sim-summary::before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  top: -110px;
  right: -60px;
  border: 1px solid rgba(56, 189, 248, 0.16);
  border-radius: 50%;
  pointer-events: none;
}
.sim-summary::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  top: -70px;
  right: -20px;
  border: 1px solid rgba(56, 189, 248, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.sim-step-card {
  margin-bottom: 18px;
  padding: 22px;
  border: 1px solid #e7edf4;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.05);
}
.sim-step-heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.sim-step-heading > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 10px;
  color: #087da0;
  background: #e9f9fd;
  font: 800 12px/1 var(--font-en);
}
.sim-step-heading > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.sim-step-heading strong {
  color: #172033;
  font-size: 17px;
  line-height: 1.3;
}
.sim-step-heading small {
  color: #8290a3;
  font-size: 12px;
  line-height: 1.6;
}
.sim-products-heading {
  margin: 28px 4px 14px;
}
.sim-goal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.sim-goal-btn {
  position: relative;
  min-height: 82px;
  padding: 15px 16px;
  border: 1px solid #e4eaf1;
  border-radius: 14px;
  color: #172033;
  background: #fbfcfe;
  text-align: left;
  cursor: pointer;
  transition: 180ms ease;
}
.sim-goal-btn b,
.sim-goal-btn span {
  display: block;
}
.sim-goal-btn b {
  margin-bottom: 5px;
  font-size: 14px;
}
.sim-goal-btn span {
  color: #7a8798;
  font-size: 12px;
}
.sim-goal-btn:hover {
  border-color: rgba(10, 181, 228, 0.45);
  transform: translateY(-1px);
}
.sim-goal-btn.active {
  border-color: #0ab5e4;
  background: linear-gradient(135deg, #effcff, #fff);
  box-shadow: 0 0 0 3px rgba(10, 181, 228, 0.09);
}
.sim-goal-btn.active::after {
  content: '✓';
  position: absolute;
  top: 10px;
  right: 11px;
  color: #0891b2;
  font-size: 13px;
  font-weight: 900;
}

.sim-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.sim-plan-btn {
  position: relative;
  min-height: 144px;
  padding: 15px;
  border: 1px solid #e3e9f0;
  border-radius: 15px;
  color: #172033;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: 180ms ease;
}
.sim-plan-btn i,
.sim-plan-btn b,
.sim-plan-btn span,
.sim-plan-btn em {
  display: block;
  font-style: normal;
}
.sim-plan-btn i {
  width: max-content;
  margin-bottom: 14px;
  padding: 4px 7px;
  border-radius: 6px;
  color: #64748b;
  background: #f1f5f9;
  font-size: 10px;
  font-weight: 700;
}
.sim-plan-btn b {
  margin-bottom: 7px;
  font-size: 14px;
}
.sim-plan-btn span {
  min-height: 34px;
  color: #7b8797;
  font-size: 11px;
  line-height: 1.5;
}
.sim-plan-btn em {
  margin-top: 10px;
  color: #0891b2;
  font-size: 11px;
  font-weight: 700;
}
.sim-plan-btn:hover,
.sim-plan-btn.active {
  border-color: #0ab5e4;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(10, 181, 228, 0.11);
}
.sim-plan-btn.is-recommended::before {
  content: '推荐';
  position: absolute;
  top: -8px;
  right: 10px;
  padding: 3px 7px;
  border-radius: 999px;
  color: #fff;
  background: #f5a623;
  font-size: 9px;
  font-weight: 800;
}
.sim-plan-btn.active {
  background: linear-gradient(150deg, #f0fbff, #fff);
}

/* === FORM INPUTS (Company Name & Industry) === */
.sim-optional-info {
  margin-bottom: 16px;
}
.sim-optional-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 4px 8px;
  color: #8793a3;
  font-size: 12px;
}
.sim-optional-title strong {
  color: #68798a;
  font-size: 13px;
}
.sim-form-section {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid #e5edf5;
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.05);
}
.sim-form-field {
  flex: 1;
}
.sim-form-field label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 6px;
}
.sim-form-field input,
.sim-form-field select {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  font-size: 14px;
  border: 2px solid #e8eaed;
  border-radius: 12px;
  transition: all 0.25s;
  background: #fff;
  color: #1a1a2e;
  font-family: var(--font-cn);
}
.sim-form-field input:focus,
.sim-form-field select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(10, 181, 228, 0.08);
  outline: none;
}
.sim-form-field input::placeholder {
  color: #b0b8c8;
}

/* === SUMMARY PANEL === */
.sim-summary-header {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  color: #f8fafc;
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sim-summary-header small {
  color: #7f92ad;
  font-size: 10px;
  font-weight: 500;
}

/* Notification Ticker */
.sim-notification-ticker {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  margin-bottom: 14px;
  background: linear-gradient(135deg, rgba(245, 166, 35, 0.06), rgba(245, 166, 35, 0.03));
  border: 1px solid rgba(245, 166, 35, 0.12);
  border-radius: 10px;
  font-size: 12px;
  overflow: hidden;
}
.sim-ticker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}
.sim-ticker-content {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.sim-ticker-text {
  color: rgba(26, 26, 46, 0.6);
  line-height: 1.4;
  display: block;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}
.sim-ticker-text.fade-out {
  opacity: 0;
  transform: translateY(-10px);
}

/* Score Ring */
.sim-score-wrap {
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto 14px;
}
.sim-score-svg {
  width: 100%;
  height: 100%;
}
.sim-ring-fill {
  transition: stroke-dashoffset 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sim-score-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sim-score-num {
  font-family: var(--font-en);
  font-size: 36px;
  font-weight: 900;
  background: linear-gradient(135deg, #0ab5e4, #f5a623);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.sim-score-max {
  font-size: 14px;
  color: rgba(26, 26, 46, 0.35);
  margin-top: 2px;
}

/* Tier Badge */
.sim-tier {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 18px;
}
.sim-tier-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5db;
  transition: background 0.3s;
}
.sim-tier-text {
  font-size: 14px;
  font-weight: 600;
  color: rgba(26, 26, 46, 0.5);
  transition: color 0.3s;
}
.sim-tier.risk .sim-tier-dot {
  background: #ef4444;
}
.sim-tier.risk .sim-tier-text {
  color: #ef4444;
}
.sim-tier.adequate .sim-tier-dot {
  background: #f59e0b;
}
.sim-tier.adequate .sim-tier-text {
  color: #f59e0b;
}
.sim-tier.excellent .sim-tier-dot {
  background: #22c55e;
}
.sim-tier.excellent .sim-tier-text {
  color: #22c55e;
}

/* Price Block */
.sim-price-block {
  text-align: center;
  padding: 18px 16px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(10, 181, 228, 0.04), rgba(245, 166, 35, 0.04));
  border-radius: 14px;
  border: 1px solid rgba(10, 181, 228, 0.1);
}
.sim-price-label {
  font-size: 14px;
  color: rgba(26, 26, 46, 0.45);
  margin-bottom: 6px;
  font-weight: 600;
}
.sim-price-range {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
}
.sim-price-val {
  font-family: var(--font-en);
  font-size: 36px;
  font-weight: 800;
  color: #f5a623;
}
.sim-price-sep {
  color: rgba(26, 26, 46, 0.25);
  font-size: 18px;
}
.sim-price-note {
  font-size: 10px;
  color: rgba(26, 26, 46, 0.35);
  margin-top: 6px;
  font-style: italic;
}

.sim-dashboard-top {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}
.sim-live-score,
.sim-budget-tier {
  min-width: 0;
  padding: 15px;
  border: 1px solid rgba(148, 163, 184, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}
.sim-live-score span,
.sim-budget-tier span {
  display: block;
  margin-bottom: 8px;
  color: #8da0ba;
  font-size: 10px;
}
.sim-live-score strong,
.sim-budget-tier strong {
  color: #f8fafc;
  font: 800 28px/1.1 var(--font-en);
}
.sim-live-score strong {
  color: #55d8f8;
}
.sim-live-score small,
.sim-budget-tier small {
  margin-left: 4px;
  color: #71839c;
  font-size: 10px;
}
.sim-budget-tier strong {
  display: block;
  color: #f6b94f;
  font-family: var(--font-cn);
  font-size: 19px;
}
.sim-budget-tier small {
  display: block;
  margin: 6px 0 0;
  line-height: 1.45;
}
.sim-value-strip {
  position: relative;
  margin-bottom: 16px;
  padding: 12px 14px;
  border-left: 3px solid #22c55e;
  border-radius: 0 10px 10px 0;
  background: rgba(34, 197, 94, 0.07);
}
.sim-value-strip b,
.sim-value-strip span {
  display: block;
}
.sim-value-strip b {
  margin-bottom: 3px;
  color: #b7f7cb;
  font-size: 12px;
}
.sim-value-strip span {
  color: #7f92ad;
  font-size: 10px;
  line-height: 1.5;
}
.sim-selected-count {
  display: flex;
  justify-content: space-between;
  margin: 14px 0 6px;
  color: #8192aa;
  font-size: 11px;
}
.sim-selected-count b {
  color: #dbe8f6;
}

/* Category Mini Bars */
.sim-cat-bars {
  margin-bottom: 14px;
}
.sim-cat-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.sim-cat-bar-label {
  width: 56px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  color: rgba(26, 26, 46, 0.55);
  text-align: right;
  white-space: nowrap;
}
.sim-cat-bar-track {
  flex: 1;
  height: 6px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.sim-cat-bar-fill {
  height: 100%;
  border-radius: 3px;
  width: 0%;
  transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sim-cat-bar-fill.brand {
  background: linear-gradient(90deg, #0ab5e4, #38bdf8);
}
.sim-cat-bar-fill.seo {
  background: linear-gradient(90deg, #f5a623, #fbbf24);
}
.sim-cat-bar-fill.reputation {
  background: linear-gradient(90deg, #22c55e, #4ade80);
}
.sim-cat-bar-fill.acquisition {
  background: linear-gradient(90deg, #a855f7, #c084fc);
}
.sim-cat-bar-score {
  width: 32px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  color: rgba(26, 26, 46, 0.6);
  font-family: var(--font-en);
}

/* Selected List */
.sim-selected-list {
  max-height: 160px;
  overflow-y: auto;
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(10, 181, 228, 0.03);
  border: 1px solid rgba(10, 181, 228, 0.06);
  font-size: 14px;
  color: rgba(26, 26, 46, 0.5);
}
.sim-selected-list::-webkit-scrollbar {
  width: 4px;
}
.sim-selected-list::-webkit-scrollbar-thumb {
  background: rgba(10, 181, 228, 0.15);
  border-radius: 2px;
}
.sim-selected-empty {
  text-align: center;
  padding: 12px 0;
  color: rgba(26, 26, 46, 0.25);
}
.sim-selected-tag {
  display: inline-block;
  padding: 3px 8px;
  margin: 2px;
  border-radius: 6px;
  background: rgba(10, 181, 228, 0.1);
  color: #0a89ac;
  font-size: 14px;
  font-weight: 500;
}

/* Disclaimer */
.sim-disclaimer {
  font-size: 10px;
  color: rgba(26, 26, 46, 0.35);
  line-height: 1.6;
  margin-bottom: 14px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(245, 166, 35, 0.04);
  border: 1px solid rgba(245, 166, 35, 0.08);
}

.sim-summary-empty {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 36px 24px;
  text-align: center;
  color: rgba(26, 26, 46, 0.42);
}
.sim-summary-empty[hidden],
.sim-summary-result[hidden] {
  display: none;
}
.sim-empty-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: var(--blue);
  background: linear-gradient(145deg, rgba(10, 181, 228, 0.12), rgba(245, 166, 35, 0.1));
}
.sim-empty-icon svg {
  width: 42px;
  height: 42px;
}
.sim-summary-empty strong {
  color: #1a1a2e;
  font-size: 17px;
}
.sim-summary-empty span {
  max-width: 260px;
  font-size: 13px;
  line-height: 1.7;
}
.sim-inline-error,
.sim-field-error {
  margin-top: 7px;
  color: #b42318;
  font-size: 13px;
  line-height: 1.5;
}
.sim-inline-error[hidden],
.sim-field-error[hidden] {
  display: none;
}

/* Generate Button */
.sim-generate-btn {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #f5a623, #e8950a);
  box-shadow: 0 4px 20px rgba(245, 166, 35, 0.2);
  transition: all 0.3s;
  border: none;
  letter-spacing: 0.5px;
}
.sim-generate-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(245, 166, 35, 0.3);
}
.sim-generate-btn:active:not(:disabled) {
  transform: translateY(0);
}
.sim-generate-btn:disabled {
  color: #8fa0b5;
  background: #33445b;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.72;
}

/* === CATEGORY CARDS === */
.sim-category-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition:
    box-shadow 0.3s,
    border-color 0.3s;
}

/* Items grid inside each card - 2 columns */
.sim-items-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 8px !important;
}
.sim-category-card:hover {
  border-color: rgba(245, 166, 35, 0.4);
  box-shadow:
    0 4px 24px rgba(245, 166, 35, 0.18),
    0 0 0 1px rgba(245, 166, 35, 0.08);
}
.sim-cat-header {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  background:
    radial-gradient(ellipse at 80% 30%, rgba(10, 181, 228, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 20% 70%, rgba(245, 166, 35, 0.06) 0%, transparent 50%), #fff;
  border-bottom: 1px solid #f0f0f0;
}
.sim-cat-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  background: rgba(5, 150, 105, 0.12);
  color: #059669;
}
.sim-cat-name {
  font-size: 20px;
  font-weight: 800;
  color: #1a1a2e;
  flex: 1;
}
.sim-cat-weight {
  font-size: 14px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  color: #999;
  background: #f0f0f0;
  display: none;
}
.sim-cat-body {
  padding: 4px 0;
  overflow: hidden;
}
.sim-cat-toggle {
  flex-shrink: 0;
  color: #666;
  transition: transform 0.3s;
}
.sim-category-card.collapsed .sim-cat-body {
  max-height: 0;
  padding: 0;
}
.sim-category-card.collapsed .sim-cat-toggle {
  transform: rotate(-90deg);
}

/* Checkbox Items */
.sim-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 22px;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
  transition: background 0.2s;
  color: #666;
}
.sim-item:last-child {
  border-bottom: none;
}
.sim-item:hover {
  background: #f8fafc;
}
.sim-item.checked {
  background: #e8f4f8;
  color: #1a1a2e;
}

/* Custom Checkbox */
.sim-check {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  flex-shrink: 0;
  border: 2px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  background: #fff;
}
.sim-item.checked .sim-check {
  background: var(--blue);
  border-color: var(--blue);
}
.sim-check-icon {
  display: none;
  color: #fff;
}
.sim-item.checked .sim-check-icon {
  display: block;
}
.sim-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sim-item-name {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
}
.sim-item-desc {
  font-size: 12px;
  color: #999;
  line-height: 1.4;
}
.sim-item-price {
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 600;
  color: #d4941a;
  white-space: nowrap;
}
.sim-item.checked .sim-item-price {
  color: #f5a623;
}

/* === MODALS === */
.sim-overlay {
  position: fixed;
  inset: 0;
  z-index: 99990;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
}
.sim-overlay.active {
  display: flex;
}
.sim-modal {
  background: #fff;
  border-radius: 20px;
  max-width: 92vw;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: simModalIn 0.35s ease;
}
@keyframes simModalIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.sim-modal-header {
  background: linear-gradient(135deg, #0a6bce, #0ab5e4, #f5a623);
  padding: 22px 28px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sim-modal-header h3 {
  font-size: 18px;
  font-weight: 700;
}
.sim-modal-close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  border: none;
  transition: all 0.2s;
}
.sim-modal-close:hover {
  background: rgba(255, 255, 255, 0.35);
}
.sim-modal-body {
  padding: 28px;
}

/* Lead Modal */
.sim-lead-modal {
  width: 420px;
}
.sim-lead-spinner {
  text-align: center;
  padding: 24px 0;
}
.sim-spinner-svg {
  width: 48px;
  height: 48px;
  animation: simSpin 1.2s linear infinite;
}
@keyframes simSpin {
  to {
    transform: rotate(360deg);
  }
}
.sim-lead-spinner span {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  color: var(--text-secondary);
}
.sim-lead-form {
  display: none;
}
.sim-lead-form.visible {
  display: block;
}
.sim-lead-desc {
  font-size: 16px;
  color: var(--text-secondary);
  text-align: center;
  margin-bottom: 20px;
}
.sim-lead-field {
  margin-bottom: 14px;
}
.sim-lead-field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 6px;
}
.sim-lead-field input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  font-size: 14px;
  border: 2px solid var(--border);
  border-radius: 12px;
  transition: all 0.25s;
  color: var(--text);
}
.sim-lead-field input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(10, 181, 228, 0.08);
  outline: none;
}
.sim-lead-field input[aria-invalid="true"] {
  border-color: #d92d20;
  box-shadow: 0 0 0 4px rgba(217, 45, 32, 0.08);
}
.sim-lead-hint {
  margin: 7px 2px 0;
  color: #e98218;
  font-size: 12px;
  line-height: 1.5;
}
.sim-lead-field input.is-shaking,
.sim-generate-btn.is-shaking {
  animation: simFieldShake 220ms ease-out;
}
@keyframes simFieldShake {
  0%, 100% { transform: translateX(0); }
  30% { transform: translateX(-5px); }
  70% { transform: translateX(5px); }
}
.sim-lead-or {
  text-align: center;
  font-size: 12px;
  color: var(--text-light);
  margin: 8px 0;
}
.sim-lead-submit {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  box-shadow: 0 4px 16px rgba(10, 181, 228, 0.25);
  transition: all 0.25s;
  margin-top: 8px;
}
.sim-lead-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(10, 181, 228, 0.3);
}

/* Result Modal */
.sim-result-modal {
  width: 900px;
}
.sim-result-header {
  background: linear-gradient(135deg, #0a1628, #0f2847, #1a3356);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sim-result-title-area {
  flex: 1;
}
.sim-result-title-area h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.sim-result-sub {
  margin: 4px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.sim-wechat-share-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #03b3ff, #72d7ff 55%, #f5a623);
  color: #fff;
  border: none;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.sim-wechat-share-btn:hover {
  background: linear-gradient(135deg, #06ad56, #059a4c);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(6, 173, 86, 0.35);
}
.sim-modal-close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
}
.sim-modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.sim-result-body {
  background: linear-gradient(180deg, #f8fafc, #fff);
  max-height: 75vh;
  overflow-y: auto;
}

.sim-section-title,
.sim-price-label,
.sim-benchmark-compare {
  display: flex;
  align-items: center;
  gap: 9px;
}
.sim-section-icon {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 30px;
  border-radius: 9px;
}
.sim-section-icon svg {
  width: 17px;
  height: 17px;
}
.sim-section-icon-benchmark,
.sim-section-icon-trend {
  color: #087da0;
  background: rgba(10, 181, 228, 0.11);
}
.sim-section-icon-score {
  color: #9a6400;
  background: rgba(245, 166, 35, 0.13);
}
.sim-section-icon-price {
  color: #047857;
  background: rgba(5, 150, 105, 0.11);
}

/* Gauge */
.sim-gauge-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.sim-gauge-wrap canvas {
  max-width: 300px;
  width: 100%;
}

/* Score Animated Display */
.sim-score-animate {
  text-align: center;
  margin-bottom: 20px;
}
.sim-score-big {
  font-family: var(--font-en);
  font-size: 64px;
  font-weight: 900;
  background: linear-gradient(135deg, #0ab5e4, #f5a623);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
}
.sim-score-label {
  font-size: 16px;
  color: var(--text-secondary);
  margin-top: 4px;
}

/* Progress Bar */
.sim-progress-wrap {
  margin-bottom: 24px;
}
.sim-progress-bar {
  height: 16px;
  border-radius: 8px;
  background: #e5e7eb;
  overflow: hidden;
}
.sim-progress-fill {
  height: 100%;
  border-radius: 8px;
  width: 0%;
  background: linear-gradient(90deg, #03b3ff, #72d7ff 55%, #f5a623);
  transition: width 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Mini Trend Sparkline */
.sim-sparkline-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(10, 181, 228, 0.03);
  border: 1px solid rgba(10, 181, 228, 0.06);
}
.sim-sparkline-label {
  font-size: 12px;
  color: var(--text-secondary);
  white-space: nowrap;
}
.sim-sparkline-wrap canvas {
  flex: 1;
  height: 40px;
}

/* Advice */
.sim-advice {
  text-align: center;
  padding: 14px 20px;
  margin-bottom: 24px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.7;
}
.sim-advice.risk {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
.sim-advice.adequate {
  background: #fffbeb;
  color: #92400e;
  border: 1px solid #fde68a;
}
.sim-advice.excellent {
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}

/* Sub Scores in Result */
.sim-sub-scores {
  margin-bottom: 28px;
}
.sim-sub-score-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.sim-sub-label {
  width: 72px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}
.sim-sub-track {
  flex: 1;
  height: 10px;
  border-radius: 5px;
  background: var(--bg-gray);
  overflow: hidden;
}
.sim-sub-fill {
  height: 100%;
  border-radius: 5px;
  width: 0%;
  transition: width 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sim-sub-fill.brand {
  background: linear-gradient(90deg, #0ab5e4, #38bdf8);
}
.sim-sub-fill.seo {
  background: linear-gradient(90deg, #f5a623, #fbbf24);
}
.sim-sub-fill.reputation {
  background: linear-gradient(90deg, #22c55e, #4ade80);
}
.sim-sub-fill.acquisition {
  background: linear-gradient(90deg, #a855f7, #c084fc);
}
.sim-sub-val {
  width: 56px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  font-family: var(--font-en);
  text-align: right;
}

/* Trend Chart */
.sim-trend-wrap {
  margin-bottom: 28px;
}
.sim-trend-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 14px;
}
.sim-trend-wrap canvas {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Report conversion actions */
.sim-result-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 12px;
  margin: 24px 0;
}
.sim-result-actions button {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: 180ms ease;
}
.sim-result-primary {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #0878d7, #0ab5e4 58%, #f5a623);
  box-shadow: 0 8px 22px rgba(10, 181, 228, 0.22);
}
.sim-result-secondary {
  border: 1px solid #b9dce9;
  color: #087ca9;
  background: #f4fbfd;
}
.sim-result-actions button:hover {
  transform: translateY(-1px);
}

/* QR Section */
.sim-qr-section {
  border-top: 1px solid var(--border);
  padding-top: 24px;
}
.sim-qr-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  text-align: center;
  margin-bottom: 16px;
}
.sim-qr-row {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.sim-qr-card {
  flex: 1;
  max-width: 200px;
  text-align: center;
  padding: 20px 16px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--bg-gray);
  transition: all 0.25s;
}
.sim-qr-card:hover {
  border-color: var(--blue);
  box-shadow: 0 4px 16px rgba(10, 181, 228, 0.1);
}
.sim-qr-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto 10px;
  overflow: hidden;
}
.sim-qr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sim-qr-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
}
.sim-qr-role {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 8px;
}
.sim-qr-contact {
  font-size: 14px;
  color: var(--blue);
  cursor: pointer;
  font-weight: 500;
}
.sim-qr-contact small {
  color: var(--text-light);
  font-weight: 400;
}

/* === PROFESSIONAL ADVICE SECTION === */
.sim-advice-section {
  flex: 1;
  position: sticky;
  top: calc(var(--nav-h) + var(--topbar-h) + 20px);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow:
    0 8px 40px rgba(0, 0, 0, 0.06),
    0 2px 12px rgba(10, 181, 228, 0.04);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.sim-advice-section {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow:
    0 8px 40px rgba(0, 0, 0, 0.06),
    0 2px 12px rgba(10, 181, 228, 0.04);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.sim-advice-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--blue);
  background: rgba(10, 181, 228, 0.1);
}
.sim-advice-icon svg {
  width: 25px;
  height: 25px;
}
.sim-advice-content {
  text-align: center;
}
.sim-advice-content h3 {
  font-size: 16px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 4px;
}
.sim-advice-content p {
  font-size: 12px;
  color: rgba(26, 26, 46, 0.6);
  margin-bottom: 4px;
  line-height: 1.4;
}
.sim-wechat-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #03b3ff, #72d7ff 55%, #f5a623);
  box-shadow: 0 4px 20px rgba(7, 193, 96, 0.25);
  transition: all 0.3s;
  text-decoration: none;
  margin-top: 6px;
}
.sim-wechat-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(7, 193, 96, 0.35);
  color: #fff;
}
.sim-wechat-btn:active {
  transform: translateY(0);
}

/* === RESULT REPORT LAYOUT === */
.sim-score-dashboard {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(150px, 0.8fr);
  gap: 14px;
  margin-bottom: 18px;
}
.sim-score-animate,
.sim-tier,
.sim-benchmark {
  border: 1px solid #e5edf5;
  border-radius: 16px;
  background: #fff;
}
.sim-score-animate {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 176px;
  margin: 0;
  padding: 20px;
}
.sim-score-label {
  margin: 0 0 5px;
  color: #66768a;
  font-size: 13px;
}
.sim-score-max {
  color: #94a3b8;
  font-size: 11px;
}
.sim-tier {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  margin: 0;
  padding: 18px;
}
.sim-tier-label {
  color: #94a3b8;
  font-size: 11px;
}
.sim-tier-name {
  color: #172033;
  font-size: 19px;
  font-weight: 800;
}
.sim-tier.risk .sim-tier-name { color: #dc2626; }
.sim-tier.adequate .sim-tier-name { color: #d97706; }
.sim-tier.excellent .sim-tier-name { color: #059669; }
.sim-benchmark {
  display: flex;
  align-items: center;
  padding: 14px 18px;
}
.sim-benchmark-compare {
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
}
.sim-benchmark-compare strong {
  margin: 0 3px;
  color: #087da0;
  font-size: 17px;
}
.sim-progress-section,
.sim-trend-section,
.sim-price-summary,
.sim-selected-section {
  margin-bottom: 18px;
  padding: 20px;
  border: 1px solid #e5edf5;
  border-radius: 16px;
  background: #fff;
}
.sim-section-title {
  margin: 0 0 16px;
  color: #172033;
  font-size: 15px;
  font-weight: 800;
}
.sim-progress-wrap {
  margin-bottom: 14px;
}
.sim-progress-wrap:last-child {
  margin-bottom: 0;
}
.sim-progress-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
}
.sim-progress-label {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
}
.sim-progress-label svg {
  color: #0ab5e4;
}
.sim-progress-value {
  color: #7c8a9c;
  font: 700 11px/1 var(--font-en);
}
.sim-progress-bar {
  height: 8px;
  background: #edf2f7;
}
.sim-trend-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}
.sim-trend-header .sim-section-title {
  margin: 0;
}
.sim-sparkline-wrap {
  min-width: 200px;
  margin: 0;
  padding: 7px 10px;
}
.sim-trend-section > canvas {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sim-price-summary .sim-price-block {
  margin: 0;
  border-color: #d9eef4;
  background: linear-gradient(135deg, #effbfe, #f8fcff);
}
.sim-price-summary .sim-price-label {
  justify-content: center;
  color: #526579;
}
.sim-price-min,
.sim-price-max {
  color: #d78308;
  font: 800 30px/1.2 var(--font-en);
}
.sim-selected-section > .sim-selected-list {
  max-height: 240px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.sim-selected-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 2px;
  border-bottom: 1px solid #edf1f5;
}
.sim-selected-item:last-child {
  border-bottom: 0;
}
.sim-selected-name {
  color: #475569;
  font-size: 13px;
}
.sim-selected-price {
  flex-shrink: 0;
  color: #d78308;
  font: 700 12px/1 var(--font-en);
}

/* === REDESIGNED SUMMARY STATES === */
.sim-summary .sim-ticker-text {
  color: #a7b7ca;
}
.sim-summary .sim-cat-bar-label,
.sim-summary .sim-cat-bar-score {
  color: #a8b8ca;
}
.sim-summary .sim-cat-bar-track {
  background: rgba(255, 255, 255, 0.09);
}
.sim-summary .sim-selected-list {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(148, 163, 184, 0.12);
  color: #adbbcb;
}
.sim-summary .sim-selected-tag {
  color: #b9edfa;
  background: rgba(10, 181, 228, 0.12);
}
.sim-summary-empty {
  position: relative;
  color: #8293a9;
}
.sim-summary-empty strong {
  color: #eef6ff;
}
.sim-summary-empty .sim-empty-icon {
  color: #55d8f8;
  background: rgba(10, 181, 228, 0.1);
}
.sim-summary .sim-inline-error {
  color: #fda4af;
}

/* === REGISTER-FIRST UNLOCK === */
.sim-unlock-value {
  margin-bottom: 16px;
  padding: 14px 16px;
  border: 1px solid #dceff5;
  border-radius: 12px;
  background: #f4fbfd;
}
.sim-unlock-value strong,
.sim-unlock-value span {
  display: block;
}
.sim-unlock-value strong {
  margin-bottom: 5px;
  color: #173044;
  font-size: 14px;
}
.sim-unlock-value span {
  color: #68798a;
  font-size: 12px;
  line-height: 1.6;
}
.sim-register-unlock {
  width: 100%;
  padding: 15px 18px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #0a6bce, #0ab5e4);
  box-shadow: 0 8px 24px rgba(10, 181, 228, 0.2);
  cursor: pointer;
  transition: 180ms ease;
}
.sim-register-unlock:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(10, 181, 228, 0.26);
}
.sim-register-unlock b,
.sim-register-unlock span {
  display: block;
}
.sim-register-unlock b {
  margin-bottom: 3px;
  font-size: 15px;
}
.sim-register-unlock span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
}
.sim-register-note {
  margin: 7px 0 0;
  color: #8a97a7;
  font-size: 11px;
  text-align: center;
}
.sim-lead-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 14px;
  color: #8a97a7;
  font-size: 11px;
  white-space: nowrap;
}
.sim-lead-divider::before,
.sim-lead-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e7ebf0;
}
.sim-privacy-note {
  margin-top: 12px;
  color: #96a1af;
  font-size: 11px;
  text-align: center;
}
.sim-modal-close::before,
.sim-modal-close::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}
.sim-modal-close {
  position: relative;
}
.sim-modal-close::before {
  transform: rotate(45deg);
}
.sim-modal-close::after {
  transform: rotate(-45deg);
}

/* === RESPONSIVE === */
@media (max-width: 1200px) {
  .sim-config {
    flex: 0 0 58%;
  }
}
@media (max-width: 900px) {
  .sim-layout {
    flex-direction: column;
  }
  .sim-right-col {
    position: static;
    width: 100%;
    order: 2;
  }
  .sim-config {
    flex: 1;
    order: 1;
  }
  .sim-result-modal {
    width: 95vw;
  }
  .sim-plan-grid {
    grid-template-columns: 1fr;
  }
  .sim-plan-btn {
    min-height: 0;
  }
  .sim-plan-btn span {
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .sim-hero-title {
    font-size: 26px;
  }
  .sim-hero {
    padding: 32px 0 28px;
  }
  .sim-workspace {
    padding: 32px 0 56px;
  }
  .sim-config {
    width: 100%;
    padding: 0;
  }
  .sim-goal-grid,
  .sim-dashboard-top,
  .sim-score-dashboard {
    grid-template-columns: 1fr;
  }
  .sim-score-animate {
    grid-row: auto;
  }
  .sim-trend-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .sim-sparkline-wrap {
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }
  .sim-form-section {
    flex-direction: column;
  }
  .sim-cat-header {
    padding: 14px 16px;
  }
  .sim-item {
    padding: 10px 16px;
  }
  .sim-items-grid {
    grid-template-columns: 1fr !important;
  }
  .sim-summary {
    padding: 22px;
  }
  .sim-price-val {
    font-size: 20px;
  }
  .sim-summary-empty {
    min-height: 250px;
  }
  .sim-sub-score-row {
    flex-wrap: wrap;
  }
  .sim-qr-row {
    flex-direction: column;
    align-items: center;
  }
  .sim-result-actions {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .sim-hero-title {
    font-size: 22px;
  }
  .sim-hero-title em {
    display: table;
    margin: 8px auto 0;
  }
  .sim-hero-trust {
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }
  .sim-step-card,
  .sim-progress-section,
  .sim-trend-section,
  .sim-price-summary,
  .sim-selected-section {
    padding: 16px;
  }
  .sim-dashboard-top {
    grid-template-columns: 1fr;
  }
  .sim-lead-divider {
    white-space: normal;
    text-align: center;
  }
  .sim-price-min,
  .sim-price-max {
    font-size: 22px;
  }
  .sim-cat-bar-label {
    width: 44px;
    font-size: 10px;
  }
  .sim-lead-modal {
    width: 95vw;
  }
  .sim-form-section {
    flex-direction: column;
  }
  .sim-items-grid {
    grid-template-columns: 1fr !important;
  }
  .sim-summary-empty {
    min-height: 210px;
    padding: 28px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sim-spinner-svg,
  .sim-ticker-dot,
  .sim-modal,
  .sim-lead-field input.is-shaking,
  .sim-generate-btn.is-shaking {
    animation: none;
  }
  .sim-ticker-text,
  .sim-cat-bar-fill,
  .sim-progress-fill {
    transition: none;
  }
}
