:root { --red: #e32636; --ink: #25252b; --muted: #686873; --line: #e4e3e6; --soft: #f8f8f9; --dark: #15151a; --focus: #0866d9; }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; background: #f1f1f3; color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.45; }
button, input, select, textarea { font: inherit; }
.page-shell { width: min(100% - 32px, 1040px); margin: 0 auto; padding: 48px 0 72px; }
.hero { max-width: 680px; margin: 0 0 28px; }.eyebrow, .step-label { margin: 0 0 6px; color: var(--red); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.hero h1 { margin: 0; font-size: clamp(2rem, 5vw, 3.4rem); letter-spacing: -.055em; }.hero > p:last-child { margin: 10px 0 0; color: var(--muted); font-size: 1.05rem; }
.form-card { overflow: hidden; background: #fff; border-radius: 18px; box-shadow: 0 16px 45px rgba(35,35,45,.09); }.progress { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; padding: 18px 28px; margin: 0; border-bottom: 1px solid var(--line); list-style: none; color: #92929b; font-size: .78rem; font-weight: 700; }.progress li { display: flex; align-items: center; gap: 7px; }.progress span { display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid currentColor; border-radius: 50%; }.progress .is-current, .progress .is-done { color: var(--red); }.progress .is-done span { color: #fff; background: var(--red); border-color: var(--red); }
form { padding: 34px 42px 28px; }.form-step { display: none; }.form-step.is-active { display: block; }.section-heading { margin-bottom: 24px; }.section-heading h2 { margin: 0; font-size: 1.55rem; letter-spacing: -.03em; }.section-heading p:not(.step-label) { margin: 6px 0 0; color: var(--muted); }.field-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.compact-grid { grid-template-columns: repeat(2, 1fr); }.field { display: grid; gap: 6px; color: #393941; font-size: .88rem; font-weight: 700; }.field small { color: var(--muted); font-weight: 400; } .field-full { grid-column: 1 / -1; }.field-wide { grid-column: span 2; }
input, select, textarea { width: 100%; padding: 11px 12px; border: 1px solid #c9c8cc; border-radius: 7px; background: #fff; color: var(--ink); outline: none; font-size: .96rem; font-weight: 400; transition: border-color .15s, box-shadow .15s; } textarea { resize: vertical; } input:focus, select:focus, textarea:focus { border-color: var(--focus); box-shadow: 0 0 0 3px rgba(8,102,217,.13); } input:invalid:not(:placeholder-shown), select:invalid { border-color: var(--red); }
.service-stack { display: grid; gap: 14px; }.service-card { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }.service-question { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 19px 20px; background: var(--soft); }.service-question h3, .repeater-heading h4, .mobile-line h4 { margin: 0; font-size: 1rem; }.service-question p, .repeater-heading p { margin: 2px 0 0; color: var(--muted); font-size: .85rem; }.choice-group { display: flex; gap: 8px; }.choice-group label { padding: 7px 11px; border: 1px solid #d2d1d5; border-radius: 999px; background: #fff; cursor: pointer; font-size: .86rem; font-weight: 700; }.choice-group input { width: auto; margin: 0 4px 0 0; accent-color: var(--red); }.conditional-panel { padding: 20px; border-top: 1px solid var(--line); }.conditional-panel fieldset, .installation-section fieldset, .holder-fields { min-width: 0; padding: 0; margin: 0; border: 0; }.repeater-heading { display: flex; align-items: end; justify-content: space-between; gap: 15px; margin-top: 18px; }.line-list, .mobile-lines { display: grid; gap: 12px; margin-top: 12px; }.repeat-row { display: flex; align-items: end; gap: 10px; }.repeat-row .field { flex: 1; }.icon-button, .text-button { border: 0; background: transparent; color: var(--red); cursor: pointer; font-weight: 700; }.icon-button { margin: 0 0 8px; }.text-button { padding: 0; }.field-error { min-height: 1.25em; margin: 8px 0 0; color: #bd1725; font-size: .84rem; font-weight: 700; }
.installation-section { padding: 25px 0; margin: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.mobile-service { margin-top: 24px; }.mobile-line { padding: 18px; border: 1px solid #dedde1; border-radius: 8px; background: #fcfcfc; }.mobile-line-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }.holder-fields { grid-column: 1 / -1; padding: 14px; margin-top: 16px; border: 1px solid #dedde1; border-radius: 7px; }.holder-fields legend { padding: 0 5px; font-weight: 700; font-size: .9rem; }
.upload-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.upload-card { display: grid; gap: 8px; padding: 20px; border: 1px dashed #aaa8af; border-radius: 10px; cursor: pointer; font-weight: 700; }.upload-card span { color: var(--muted); font-size: .85rem; font-weight: 400; }.upload-card input { padding: 0; border: 0; font-size: .85rem; }.file-name { overflow-wrap: anywhere; color: var(--red); font-size: .82rem; }.form-actions { display: flex; justify-content: space-between; gap: 12px; padding-top: 28px; margin-top: 30px; border-top: 1px solid var(--line); }.form-actions .button-primary { margin-left: auto; }.button { min-height: 42px; padding: 9px 16px; border: 1px solid transparent; border-radius: 7px; cursor: pointer; font-weight: 800; }.button-primary { background: var(--red); color: #fff; }.button-primary:hover { background: #c91e2d; }.button-secondary { border-color: #c9c8cc; background: #fff; color: var(--ink); }.button-secondary:hover { border-color: var(--ink); }.review-content { display: grid; gap: 18px; }.review-block { padding: 18px; border: 1px solid var(--line); border-radius: 9px; }.review-block h3 { margin: 0 0 12px; font-size: 1rem; }.review-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 18px; margin: 0; }.review-list div { display: grid; gap: 1px; }.review-list dt { color: var(--muted); font-size: .78rem; }.review-list dd { margin: 0; font-size: .9rem; font-weight: 700; overflow-wrap: anywhere; }.privacy-note { margin: 20px 0 0; color: var(--muted); font-size: .86rem; }.confirmation { padding: 62px 35px; text-align: center; }.confirmation h2 { margin: 12px 0 6px; }.confirmation p:not(.confirmation-mark) { max-width: 480px; margin: 0 auto 22px; color: var(--muted); }.confirmation-mark { display: grid; width: 52px; height: 52px; place-items: center; margin: auto; border-radius: 50%; background: #e6f7ea; color: #16803c; font-size: 1.7rem; font-weight: 800; }
@media (max-width: 700px) { .page-shell { width: min(100% - 20px, 1040px); padding-top: 26px; }.form-card { border-radius: 12px; }.progress { padding: 14px; font-size: .68rem; }.progress li { justify-content: center; gap: 4px; }.progress span { width: 21px; height: 21px; }.field-grid, .compact-grid, .upload-grid, .review-list { grid-template-columns: 1fr; }.field-wide { grid-column: auto; } form { padding: 26px 18px 20px; }.service-question { align-items: flex-start; flex-direction: column; gap: 12px; padding: 17px; }.conditional-panel { padding: 16px; }.repeater-heading { align-items: flex-start; flex-direction: column; }.repeat-row { align-items: stretch; flex-direction: column; }.icon-button { align-self: flex-start; margin: 0; padding: 0; }.form-actions { margin-top: 24px; }.button { width: 100%; }.form-actions .button-primary { margin-left: 0; }.mobile-line { padding: 14px; } }
@media (max-width: 430px) { .progress li { font-size: 0; }.progress span { font-size: .72rem; }.choice-group { width: 100%; }.choice-group label { flex: 1; text-align: center; }.hero h1 { font-size: 2rem; } }

.field-hint { color: var(--muted); font-size: .82rem; font-weight: 400; line-height: 1.35; }
.flow-heading { display: flex; align-items: flex-start; gap: 11px; margin: 30px 0 14px; }.flow-heading > span { display: grid; flex: 0 0 27px; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: var(--dark); color: #fff; font-size: .78rem; font-weight: 800; }.flow-heading h3 { margin: 0; font-size: 1.08rem; letter-spacing: -.02em; }.flow-heading p { margin: 2px 0 0; color: var(--muted); font-size: .86rem; }
.service-stack + .fixed-service-details .flow-heading { margin-top: 28px; }.fixed-service-details, .installation-section { animation: reveal .18s ease-out; }.detail-stack { display: grid; gap: 12px; }.fixed-service-details .conditional-panel { border: 1px solid var(--line); border-radius: 10px; }.conditional-panel > h4 { margin: 0 0 16px; font-size: .96rem; }.installation-section { padding: 0; margin: 28px 0; border: 0; }.installation-section > fieldset { padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: #fcfcfc; }.installation-section .flow-heading { margin-top: 0; }.installation-contact { margin-top: 26px; padding-top: 4px; border-top: 1px solid var(--line); }.installation-contact .flow-heading { margin-top: 22px; }.cep-autofill-field input, .cep-autofill-field select { background: #fafafa; }.cep-autofill-field::after { content: 'Preparado para preenchimento por CEP'; color: var(--muted); font-size: .72rem; font-weight: 400; }.installation-address-grid .field:nth-child(2) { grid-column: span 2; }
@keyframes reveal { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 700px) { .hero { margin-bottom: 20px; }.hero > p:last-child { font-size: .98rem; }.section-heading { margin-bottom: 20px; }.section-heading h2 { font-size: 1.4rem; }.flow-heading { gap: 10px; margin: 26px 0 13px; }.flow-heading h3 { font-size: 1rem; }.flow-heading p { font-size: .84rem; }.service-stack { gap: 10px; }.service-question { padding: 16px; }.choice-group label { min-height: 40px; display: flex; align-items: center; justify-content: center; }.conditional-panel { padding: 16px; }.fixed-service-details .conditional-panel { padding: 16px; }.installation-section { margin: 24px 0; }.installation-section > fieldset { padding: 16px; }.installation-contact { margin-top: 22px; }.installation-address-grid .field:nth-child(2) { grid-column: auto; }.cep-autofill-field::after { line-height: 1.25; }.repeater-heading .button, .mobile-service .button { min-height: 44px; }.form-actions { position: sticky; bottom: 0; padding: 14px 0 max(14px, env(safe-area-inset-bottom)); margin-top: 22px; background: #fff; }.form-actions .button { min-height: 48px; }.field { gap: 7px; }.field-hint { font-size: .8rem; } }
