.rsi-quote-hero { padding-bottom: 100px; }
.rsi-quote-section { padding: 105px 0 125px; background: linear-gradient(180deg,#f7f9fc,#fff); }
.rsi-quote-progress { display: grid; max-width: 610px; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 12px; margin: 0 auto 42px; }
.rsi-quote-progress span { display: flex; align-items: center; flex-direction: column; gap: 6px; color: var(--rsi-muted); font-size: .65rem; font-weight: 800; }
.rsi-quote-progress span b { display: grid; width: 32px; height: 32px; place-items: center; color: var(--rsi-muted); background: #fff; border: 1px solid var(--rsi-line); border-radius: 50%; }
.rsi-quote-progress span.is-active { color: var(--rsi-ink); }
.rsi-quote-progress span.is-active b { color: #fff; background: var(--rsi-accent); border-color: var(--rsi-accent); box-shadow: 0 8px 20px rgba(230,0,144,.23); }
.rsi-quote-progress i { height: 2px; background: #dfe4ea; }

.rsi-quote-panel { padding: 34px; margin-bottom: 25px; background: #fff; border: 1px solid var(--rsi-line); border-radius: 18px; box-shadow: 0 18px 55px rgba(7,24,44,.075); }
.rsi-quote-panel > header { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 25px; }
.rsi-quote-panel > header > span { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; color: #fff; background: #0a2945; border-radius: 10px; font-size: .72rem; font-weight: 800; }
.rsi-quote-panel > header h2 { margin: 0 0 4px; color: var(--rsi-ink); font-size: 1.25rem; font-weight: 800; }
.rsi-quote-panel > header p { margin: 0; color: var(--rsi-muted); font-size: .72rem; line-height: 1.55; }
.rsi-quote-panel label { display: block; margin-bottom: 7px; color: var(--rsi-ink); font-size: .74rem; font-weight: 750; }
.rsi-quote-panel .form-control, .rsi-quote-panel .form-select { min-height: 48px; color: var(--rsi-ink); background: #f9fafc; border-color: #dfe4ea; border-radius: 8px; font-size: .8rem; }
.rsi-quote-panel textarea.form-control { min-height: 175px; resize: vertical; }
.rsi-quote-panel .form-control:focus, .rsi-quote-panel .form-select:focus { background: #fff; border-color: var(--rsi-accent); box-shadow: 0 0 0 .2rem rgba(230,0,144,.1); }
.rsi-quote-panel .is-invalid { border-color: #c00000; }

.rsi-project-options input { position: absolute; opacity: 0; pointer-events: none; }
.rsi-project-options label { position: relative; display: flex; min-height: 175px; flex-direction: column; padding: 22px; margin: 0; cursor: pointer; background: #fff; border: 1px solid #dfe4ea; border-radius: 14px; transition: border-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.rsi-project-options label::after { position: absolute; top: 17px; right: 17px; width: 16px; height: 16px; content: ""; background: #fff; border: 2px solid #c7ced8; border-radius: 50%; }
.rsi-project-options label:hover { border-color: rgba(230,0,144,.45); box-shadow: 0 12px 28px rgba(7,24,44,.08); transform: translateY(-2px); }
.rsi-project-options label b { display: grid; width: 34px; height: 34px; place-items: center; margin-bottom: 20px; color: var(--rsi-accent); background: #fff0f8; border-radius: 9px; font-size: .66rem; }
.rsi-project-options label strong { color: var(--rsi-ink); font-size: .9rem; }
.rsi-project-options label small { margin-top: 8px; color: var(--rsi-muted); font-size: .68rem; font-weight: 400; line-height: 1.5; }
.rsi-project-options input:checked + label { border: 2px solid var(--rsi-accent); box-shadow: 0 14px 34px rgba(230,0,144,.13); }
.rsi-project-options input:checked + label::after { background: var(--rsi-accent); border: 4px solid #fff; box-shadow: 0 0 0 2px var(--rsi-accent); }
.rsi-project-options input:focus-visible + label { outline: 3px solid rgba(230,0,144,.24); outline-offset: 3px; }

.rsi-quote-summary { padding: 30px; background: #fff; border: 1px solid var(--rsi-line); border-top: 4px solid var(--rsi-accent); border-radius: 17px; box-shadow: 0 18px 55px rgba(7,24,44,.08); }
.rsi-quote-summary > span { color: var(--rsi-accent); font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.rsi-quote-summary > h2 { margin: 6px 0 20px; color: var(--rsi-ink); font-size: 1.45rem; font-weight: 800; }
.rsi-summary-selected { padding: 16px; margin-bottom: 14px; background: #fff0f8; border-radius: 11px; }
.rsi-summary-selected small, .rsi-summary-selected strong { display: block; }
.rsi-summary-selected small { color: var(--rsi-muted); font-size: .62rem; }
.rsi-summary-selected strong { margin-top: 5px; color: var(--rsi-ink); font-size: .82rem; }
.rsi-summary-evaluation { padding: 16px; color: #215d36; background: #eff9e9; border: 1px solid #d5edc8; border-radius: 11px; }
.rsi-summary-evaluation strong { font-size: .78rem; }
.rsi-summary-evaluation p { margin: 6px 0 0; font-size: .67rem; line-height: 1.5; }
.rsi-quote-summary h3 { margin: 22px 0 10px; color: var(--rsi-ink); font-size: .8rem; font-weight: 800; }
.rsi-quote-summary ul { padding: 0; margin: 0; list-style: none; }
.rsi-quote-summary li { margin: 8px 0; color: var(--rsi-muted); font-size: .7rem; }
.rsi-quote-summary li::before { margin-right: 7px; color: #55a844; content: "✓"; font-weight: 900; }
.rsi-summary-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 22px; }
.rsi-summary-tags b { padding: 6px 8px; color: #536170; background: #f2f4f7; border-radius: 10px; font-size: .57rem; }
.rsi-quote-submit { min-width: 245px; border: 0; }
.rsi-quote-submit:disabled { cursor: wait; opacity: .7; }

@media (max-width: 767.98px) {
  .rsi-quote-section { padding: 78px 0 90px; }
  .rsi-quote-panel { padding: 25px 20px; }
  .rsi-project-options label { min-height: 155px; }
  .rsi-quote-submit { width: 100%; min-width: 0; }
}
