.quote-payment{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:800px;margin:0 auto}.quote-payment img{width:450px;max-width:100%}.quote-payment form{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1em}.quote-payment form input{padding:8px;font-family:Inter,sans-serif;font-size:13px;border:1px solid #d1c4e9;border-radius:4px;background-color:rgba(0,0,0,0)}.quote-payment form .form__col1,.quote-payment form .form__col2{width:50%;height:260px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.quote-payment form .form__col2{display:flex;flex-direction:column;justify-content:center;align-items:center}.quote-payment .banner__container{width:auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.quote-payment .wompi__container{height:208px;display:flex;flex-direction:column;justify-content:center;align-items:center}.quote-payment .input-error{border:2px solid red;animation:shake .2s ease-in-out 2}@keyframes shake{0%{transform:translateX(0)}25%{transform:translateX(-5px)}50%{transform:translateX(5px)}75%{transform:translateX(-5px)}to{transform:translateX(0)}}.quote-payment__buttons{margin-top:2em;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.quote-payment h3{padding-top:1em;padding-bottom:1em}.wompi__container{visibility:hidden!important}@media(max-width:640px){.quote-payment img{width:280px}.quote-payment form{flex-direction:column;align-items:stretch}.quote-payment form .form__col1,.quote-payment form .form__col2{width:100%;height:auto}.quote-payment__buttons{flex-direction:column;gap:10px}.quote-payment__buttons a,.quote-payment__buttons button{width:100%;text-align:center;min-height:48px}}@media(max-width:400px){.quote-payment img{width:220px}}.display-text{font-family:Inter,sans-serif;font-size:32px}.display-text,.h1-text{font-weight:700;line-height:1.2}.h1-text{font-size:24px}.h2-text{font-weight:600;font-size:20px;line-height:1.5}.h3-text{font-weight:500;font-size:18px;line-height:1.5}.body-text{font-weight:400;font-size:16px;line-height:1.75}.caption-text{font-weight:400;font-size:13px;line-height:1.5}.button-text{font-weight:600;font-size:14px;line-height:1.5;text-transform:uppercase}.quote-service-options{padding:2rem 1rem;max-width:900px;margin:0 auto}.quote-service-options__header{text-align:center;margin-bottom:3rem}.quote-service-options__title{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.quote-service-options__subtitle{font-size:1.1rem;color:#334155;max-width:600px;margin:0 auto}.quote-service-options__grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:stretch}.quote-card{position:relative;display:flex;flex-direction:column;background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -2px rgba(0,0,0,.05);padding:2.5rem 2rem;transition:transform .2s ease,box-shadow .2s ease}.quote-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.quote-card__badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background-color:#2e5793;color:#fff;padding:4px 16px;border-radius:20px;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;display:flex;align-items:center;gap:6px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.quote-card__badge-icon{font-size:.8rem}.quote-card__header{text-align:left;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f3f4f6}.quote-card__title{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.quote-card__desc{font-size:.95rem;color:#334155;line-height:1.5;margin-bottom:1.5rem;min-height:48px}.quote-card__pricing{display:flex;align-items:baseline;gap:4px}.quote-card__price{font-size:2.5rem;font-weight:800;color:#0f172a;letter-spacing:-1px}.quote-card__currency{font-size:1rem;font-weight:600;color:#334155}.quote-card__content{flex-grow:1;margin-bottom:2rem}.quote-card__benefits{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.quote-card__benefit{display:flex;align-items:flex-start;gap:12px;font-size:.95rem;color:#0f172a;line-height:1.4}.quote-card__benefit-icon{color:#14b8a6;font-size:1.1rem;margin-top:2px;flex-shrink:0}.quote-card__footer{width:100%}.quote-card__button{width:100%;padding:14px 24px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:center}.quote-card--highlight{border:2px solid #2e5793;background-color:#f8fafc}.quote-card--highlight .quote-card__header{border-bottom-color:#e2e8f0}.button--outline{background-color:rgba(0,0,0,0);color:#2e5793;border:2px solid #2e5793}.button--outline:hover{background-color:rgba(46,87,147,.05)}@media(max-width:700px){.quote-service-options{padding:1.5rem .75rem}.quote-service-options__header{margin-bottom:2rem}.quote-service-options__title{font-size:1.5rem}.quote-service-options__grid{grid-template-columns:1fr;gap:1.5rem}.quote-card{padding:2rem 1.5rem}.quote-card__price{font-size:2rem}.quote-card__button{min-height:48px;font-size:1rem}}@media(max-width:400px){.quote-service-options{padding:1rem .5rem}.quote-service-options__title{font-size:1.25rem}.quote-card{padding:1.5rem 1.25rem}}:root{--thx-primary:#2e5793;--thx-primary-hover:#254b82;--thx-success:#10b981;--thx-warning:#f59e0b;--thx-bg:#f8fafc;--thx-surface:#ffffff;--thx-border:#e2e8f0;--thx-text-main:#0f172a;--thx-text-muted:#64748b}.quote-thanks-wrapper{display:flex;justify-content:center;align-items:center;padding:3rem 1rem;min-height:60vh;font-family:inherit}.quote-thanks{width:100%;max-width:600px;background:var(--thx-surface);border-radius:20px;box-shadow:0 10px 25px -5px rgba(0,0,0,.05),0 8px 10px -6px rgba(0,0,0,.01);padding:3rem 2.5rem;border:1px solid var(--thx-border)}@media(max-width:600px){.quote-thanks{padding:2rem 1.5rem}}.quote-thanks--warning{border-color:#fcd34d;background:#fffbeb;text-align:center}.quote-thanks__header{text-align:center;margin-bottom:2.5rem}.quote-thanks__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;margin-bottom:1.25rem}.quote-thanks__icon--success{background:#d1fae5;color:var(--thx-success)}.quote-thanks__icon--success svg{width:32px;height:32px}.quote-thanks__icon--warning{background:#fef3c7;color:var(--thx-warning);font-size:2rem}.quote-thanks__title{margin:0 0 .5rem;font-size:1.75rem;font-weight:800;color:var(--thx-text-main);letter-spacing:-.5px}.quote-thanks__subtitle{color:var(--thx-text-muted);font-size:1.05rem;line-height:1.5;margin:0}.quote-thanks__subtitle strong{color:var(--thx-text-main);font-weight:600}.quote-thanks__receipt{background:var(--thx-bg);border:1px solid var(--thx-border);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.quote-thanks__datetime{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px dashed #cbd5e1}.quote-thanks__datetime .datetime-block{display:flex;flex-direction:column;gap:.25rem}.quote-thanks__datetime .datetime-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;color:var(--thx-text-muted);font-weight:600}.quote-thanks__datetime .datetime-value{font-size:1.2rem;color:var(--thx-primary);font-weight:700}.quote-thanks__datetime .datetime-divider{width:1px;height:40px;background-color:#cbd5e1;margin:0 1rem}@media(max-width:480px){.quote-thanks__datetime{flex-direction:column;align-items:flex-start;gap:1rem}.quote-thanks__datetime .datetime-divider{display:none}}.quote-thanks__details{display:flex;flex-direction:column;gap:.875rem}.quote-thanks__details .detail-row{display:flex;justify-content:space-between;align-items:baseline;font-size:.95rem}.quote-thanks__details .detail-row .detail-label{color:var(--thx-text-muted)}.quote-thanks__details .detail-row .detail-value{color:var(--thx-text-main);font-weight:500;text-align:right}.quote-thanks__details .detail-row .detail-value.mono{font-family:monospace;letter-spacing:.5px;color:var(--thx-text-muted)}.quote-thanks__details .detail-row .detail-status{font-weight:600;padding:.2rem .6rem;border-radius:4px;font-size:.85rem}.quote-thanks__details .detail-row .detail-status.status-ok{background:#d1fae5;color:#047857}.quote-thanks__details .detail-row .detail-status.status-pending{background:#fef3c7;color:#b45309}.quote-thanks__note{background:#eff6ff;border-left:4px solid var(--thx-primary);padding:1rem 1.25rem;border-radius:0 8px 8px 0;margin-bottom:2rem}.quote-thanks__note p{margin:0;color:#1e3a8a;font-size:.95rem;line-height:1.5}.quote-thanks__note p em{opacity:.8}.quote-thanks__actions{display:flex;gap:1rem;flex-direction:column}@media(min-width:480px){.quote-thanks__actions{flex-direction:row;justify-content:stretch}.quote-thanks__actions>*{flex:1}}.quote-thanks__actions--center{justify-content:center;margin-top:1.5rem}.quote-thanks__actions--center .btn-primary{flex:none;width:auto;padding-left:2rem;padding-right:2rem}.quote-thanks .btn-outline,.quote-thanks .btn-primary{display:inline-flex;justify-content:center;align-items:center;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease;text-align:center}.quote-thanks .btn-primary{background:var(--thx-primary);color:#fff;border:1px solid var(--thx-primary);box-shadow:0 2px 4px rgba(46,87,147,.2)}.quote-thanks .btn-primary:hover{background:var(--thx-primary-hover);border-color:var(--thx-primary-hover);transform:translateY(-1px)}.quote-thanks .btn-outline{background:rgba(0,0,0,0);color:var(--thx-text-main);border:1px solid var(--thx-border)}.quote-thanks .btn-outline:hover{background:var(--thx-bg);border-color:#cbd5e1}@media(max-width:400px){.quote-thanks-wrapper{padding:1.5rem .75rem;align-items:flex-start}.quote-thanks{border-radius:14px;padding:1.5rem 1rem}.quote-thanks__title{font-size:1.4rem}.quote-thanks__receipt{padding:1rem}}