/* 报价计算器独立页：自带基础样式，不依赖 site.css */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body.page-quote {
  margin: 0;
  font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #0f172a;
  background: #f8fafc;
}
.page-quote img { max-width: 100%; height: auto; display: block; }
.page-quote a { color: inherit; }
.section-inner {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}
.quote-lite-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}
.quote-lite-logo img { height: 36px; width: auto; }
.quote-lite-nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
}
.quote-lite-nav a {
  padding: 0.4rem 0.75rem;
  border-radius: 8px;
  text-decoration: none;
  color: #334155;
  transition: background 0.15s;
}
.quote-lite-nav a:hover { background: #f1f5f9; }
.quote-lite-nav a:last-child {
  background: #2563eb;
  color: #fff;
}
.quote-lite-nav a:last-child:hover { background: #1d4ed8; }
.quote-lite-footer {
  padding: 1.25rem 1rem 1.5rem;
  text-align: center;
  font-size: 0.8rem;
  color: #94a3b8;
  border-top: 1px solid #e2e8f0;
  background: #fff;
}
.quote-lite-footer p { margin: 0; }
.quote-lite-footer-links {
  margin-top: 0.35rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.quote-lite-footer-links a {
  color: #64748b;
  text-decoration: none;
}
.quote-lite-footer-links a:hover { color: #2563eb; }
.quote-page-hero {
  padding: 1.5rem 0 1rem;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 55%, #f8fafc 100%);
}.quote-page-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
}
.quote-page-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #0f172a;
}
.quote-page-lead {
  margin: 0;
  max-width: 42rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #64748b;
}
.quote-section-page {
  padding: 1rem 0 2rem;
}
.quote-section {
  padding: 0;
  background: #f8fafc;
}.quote-panel {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 1.5rem;
  align-items: start;
}
@media (max-width: 960px) {
  .quote-panel { grid-template-columns: 1fr; }
  .quote-sidebar { position: static; }
}
@media (max-width: 640px) {
  .quote-lite-header { flex-wrap: wrap; }
  .quote-lite-nav { width: 100%; justify-content: flex-end; }
  .quote-page-title { font-size: 1.5rem; }
  .quote-options { grid-template-columns: 1fr; }
}
.quote-main {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}
.quote-scheme-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.quote-scheme-tab {
  padding: 0.5rem 1rem;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #fff;
  color: #334155;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s;
}
.quote-scheme-tab.is-active {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #fff;
}
.quote-step {
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px dashed #e2e8f0;
}
.quote-step:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.quote-step-head {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.quote-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background: #dbeafe;
  color: #1d4ed8;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}
.quote-step-title { margin: 0; font-size: 1rem; font-weight: 600; }
.quote-step-hint { margin: 0; font-size: 0.8rem; color: #94a3b8; }
.quote-options {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.6rem;
}
.quote-option {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.75rem 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  background: #fafbfc;
}
.quote-option:hover { border-color: #93c5fd; }
.quote-option.is-selected { border-color: #2563eb; background: #eff6ff; }
.quote-option input { position: absolute; opacity: 0; pointer-events: none; }
.quote-option-name { font-weight: 600; font-size: 0.9rem; color: #1e293b; }
.quote-option-price { font-size: 0.8rem; color: #2563eb; }
.quote-option-note { font-size: 0.75rem; color: #94a3b8; }
.quote-number-control {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.quote-number-control input[type="range"] { flex: 1; }
.quote-number-value {
  min-width: 4rem;
  text-align: center;
  font-weight: 700;
  color: #1d4ed8;
}
.quote-switch {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  cursor: pointer;
  background: #fafbfc;
}
.quote-switch.is-on { border-color: #2563eb; background: #eff6ff; }
.quote-switch input { width: 1.1rem; height: 1.1rem; }
.quote-sidebar {
  position: sticky;
  top: 1rem;  background: #1e293b;
  color: #fff;
  border-radius: 16px;
  padding: 1.5rem;
}
.quote-sidebar h3 { margin: 0 0 1rem; font-size: 1.1rem; }
.quote-price-total {
  font-size: 2rem;
  font-weight: 800;
  color: #fbbf24;
  margin-bottom: 0.25rem;
}
.quote-price-label { font-size: 0.8rem; color: #94a3b8; margin-bottom: 1rem; }
.quote-breakdown {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  font-size: 0.85rem;
  border-top: 1px solid #334155;
  padding-top: 0.75rem;
}
.quote-breakdown li {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.3rem 0;
  color: #cbd5e1;
}
.quote-breakdown li span:last-child { color: #f1f5f9; white-space: nowrap; }
.quote-note { font-size: 0.75rem; color: #94a3b8; line-height: 1.5; margin-bottom: 1rem; }
.quote-cta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.quote-cta a, .quote-cta button {
  display: block;
  text-align: center;
  padding: 0.65rem 1rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
}
.quote-cta-primary { background: #2563eb; color: #fff; }
.quote-cta-primary:hover { background: #1d4ed8; }
.quote-cta-secondary { background: transparent; color: #94a3b8; border: 1px solid #475569; }
.quote-empty-state {
  text-align: center;
  padding: 3rem 1rem;
  color: #94a3b8;
}
