:root{--red:#C91D17;--gold:#E9A11B;--cream:#FFF2D5;--brown:#3B180B;--soft:#F5E5C7}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--brown);background:linear-gradient(145deg,#fffaf0,var(--cream));min-height:100vh}.quote-header{height:78px;padding:0 max(20px,calc((100vw - 1100px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;box-shadow:0 4px 20px #3b180b12;position:sticky;top:0;z-index:5}.quote-brand{color:var(--red);font-weight:1000;letter-spacing:1.5px;text-decoration:none}.quote-brand span{font-size:26px}.quote-header nav{display:flex;align-items:center;gap:10px}.quote-header nav a{text-decoration:none;color:var(--brown);font-weight:800;padding:11px 18px;border-radius:999px}.quote-header nav a.active{background:var(--red);color:#fff}.quote-page{width:min(1050px,calc(100% - 36px));margin:auto;padding:70px 0;display:grid;grid-template-columns:1fr 480px;gap:60px;align-items:center}.quote-intro>p:first-child{color:var(--red);font-size:.8rem;font-weight:1000;letter-spacing:2.5px}.quote-intro h1{font-size:clamp(3rem,6vw,5.3rem);line-height:.95;margin:12px 0 22px;letter-spacing:-3px}.quote-intro h1 span{color:var(--red)}.lead{font-size:1.1rem;line-height:1.6;max-width:520px}.quote-card{background:#fff;padding:30px;border-radius:28px;box-shadow:0 18px 50px #3b180b1f}.quote-card form{display:grid;gap:18px}.quote-card label{display:grid;gap:8px;font-weight:800}.quote-card input,.quote-card select{width:100%;height:52px;border:1px solid #d9cbb9;border-radius:12px;background:#fff;padding:0 14px;font:inherit;color:var(--brown);outline:none}.quote-card input:focus,.quote-card select:focus{border:2px solid var(--gold)}.quote-card button{height:55px;border:0;border-radius:999px;background:var(--red);color:#fff;font:inherit;font-weight:1000;text-transform:uppercase;letter-spacing:.6px;cursor:pointer;margin-top:4px}.demo-message{background:var(--cream);padding:12px;border-radius:12px;font-size:.86rem;line-height:1.4;margin:0;text-align:center}@media(max-width:760px){.quote-header{height:auto;padding:14px 16px;display:grid;gap:12px}.quote-header nav{justify-content:center}.quote-header nav a{padding:9px 12px;font-size:.88rem}.quote-page{grid-template-columns:1fr;padding:45px 0;gap:28px}.quote-intro{text-align:center}.quote-intro h1{font-size:3rem;letter-spacing:-2px}.quote-card{padding:22px}}
/* El header del cotizador usa exactamente el header global de Inicio */
.quote-page{min-height:calc(100vh - 72px)}
@media(max-width:760px){
  .quote-page{padding-top:45px}
}

.quote-result{margin-top:24px;padding:24px;border-radius:20px;background:#fff8ed;border:1px solid rgba(201,29,23,.16);text-align:left}.quote-result-kicker{margin:0 0 6px;color:#c91d17;font-size:.76rem;font-weight:1000;letter-spacing:1.5px}.quote-result h2{margin:0 0 18px;color:#3b180b}.quote-result h2 small{font-size:.7em;font-weight:700}.quote-summary{display:grid;gap:10px}.quote-summary>div{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-bottom:1px solid rgba(59,24,11,.1)}.quote-summary span{color:#6b554b}.quote-summary strong{text-align:right}.quote-summary .quote-total{margin-top:5px;padding-top:15px;border-top:2px solid #e9a11b;border-bottom:0;font-size:1.15rem}.quote-summary .quote-total strong{font-size:1.55rem;color:#c91d17}.quote-client{margin:18px 0 6px}.quote-note{margin:8px 0 0;font-size:.83rem;line-height:1.45;color:#745f55}@media(max-width:520px){.quote-summary>div{align-items:flex-start}.quote-summary>div:not(.quote-total){flex-direction:column;gap:3px}.quote-summary strong{text-align:left}}
