
/* ============ Quote tool ============ */
.quote-wrap { max-width: 1100px; margin: 0 auto; padding: 40px 20px 80px; }
.quote-header { text-align: center; margin-bottom: 40px; }
.quote-header .eyebrow { font-family: 'Manrope', sans-serif; font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--silver); margin-bottom: 12px; display: block; }
.quote-header h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3rem); color: var(--navy-deep); margin-bottom: 12px; }
.quote-header p { color: var(--muted); max-width: 620px; margin: 0 auto; line-height: 1.6; }

.quote-shell { display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: start; }
@media (max-width: 900px) { .quote-shell { grid-template-columns: 1fr; } }

/* Left: wizard */
.quote-wizard { background: var(--paper); border: 1px solid var(--line); border-radius: 4px; padding: 40px; }
.step-bar { display: flex; gap: 8px; margin-bottom: 32px; }
.step-dot { flex: 1; height: 4px; background: var(--line); border-radius: 2px; transition: background 0.3s; }
.step-dot.done { background: var(--gold, #B8965A); }
.step-dot.active { background: var(--navy); }

.step-heading { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; color: var(--navy-deep); margin-bottom: 8px; }
.step-sub { color: var(--muted); font-size: 0.95rem; margin-bottom: 26px; }

.opts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .opts { grid-template-columns: 1fr; } }
.opt {
  cursor: pointer;
  padding: 18px 20px;
  border: 1.5px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
  transition: all 0.18s;
  text-align: left;
  font-family: inherit;
  display: flex; flex-direction: column; gap: 4px;
}
.opt:hover { border-color: var(--silver); background: #FAFBFC; }
.opt.selected { border-color: var(--navy); background: #F5F7FB; box-shadow: inset 0 0 0 1px var(--navy); }
.opt .opt-title { font-weight: 500; color: var(--navy-deep); font-size: 1rem; }
.opt .opt-hint { font-size: 0.83rem; color: var(--muted); line-height: 1.4; }

.wizard-nav { display: flex; justify-content: space-between; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.wizard-btn {
  padding: 14px 28px;
  border: none;
  font-family: 'Manrope', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.18s;
}
.wizard-btn.primary { background: var(--navy-deep); color: var(--paper); }
.wizard-btn.primary:hover { background: var(--navy); }
.wizard-btn.primary:disabled { background: var(--silver); cursor: not-allowed; opacity: 0.6; }
.wizard-btn.secondary { background: transparent; color: var(--muted); border: 1px solid var(--line); }
.wizard-btn.secondary:hover { color: var(--navy-deep); border-color: var(--silver); }

/* Right: live preview + price */
.quote-panel { position: sticky; top: 100px; }
.quote-preview { background: linear-gradient(180deg, #F5F7FB, #EEF1F6); padding: 30px; border: 1px solid var(--line); border-radius: 4px; margin-bottom: 20px; }
.quote-preview svg { display: block; margin: 0 auto; max-width: 220px; height: auto; }
.quote-price-card { background: var(--navy-deep); color: var(--paper); padding: 26px 28px; border-radius: 4px; }
.quote-price-card .label { font-family: 'Manrope', sans-serif; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-bottom: 8px; }
.quote-price-card .range { font-family: 'Cormorant Garamond', serif; font-size: 2rem; line-height: 1.1; margin-bottom: 10px; }
.quote-price-card .range.dim { color: rgba(255,255,255,0.4); }
.quote-price-card .note { font-size: 0.82rem; color: rgba(255,255,255,0.7); line-height: 1.5; }

/* Summary in contact step */
.spec-list { list-style: none; padding: 0; margin: 20px 0 28px; background: #F5F7FB; padding: 18px 22px; border-left: 3px solid var(--gold, #B8965A); }
.spec-list li { display: flex; justify-content: space-between; padding: 6px 0; font-size: 0.94rem; }
.spec-list li:not(:last-child) { border-bottom: 1px dotted rgba(0,0,0,0.06); }
.spec-list .k { color: var(--muted); }
.spec-list .v { color: var(--navy-deep); font-weight: 500; }

/* Contact form */
.quote-form label { display: block; margin-bottom: 18px; }
.quote-form label span { display: block; font-size: 0.85rem; color: var(--muted); margin-bottom: 6px; }
.quote-form input, .quote-form textarea {
  width: 100%; padding: 12px 14px;
  border: 1.5px solid var(--line); border-radius: 3px;
  font-family: inherit; font-size: 0.95rem; background: var(--paper);
  transition: border-color 0.18s;
}
.quote-form input:focus, .quote-form textarea:focus { border-color: var(--navy); outline: none; }
.quote-form textarea { min-height: 90px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 500px) { .form-row { grid-template-columns: 1fr; } }

.success-panel { text-align: center; padding: 40px 20px; }
.success-panel .tick { font-size: 3rem; margin-bottom: 12px; }
.success-panel h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; color: var(--navy-deep); margin-bottom: 12px; }
.success-panel p { color: var(--muted); max-width: 480px; margin: 0 auto 20px; line-height: 1.6; }
