:root { --sf-ink: #151b17; --sf-green: #648f68; --sf-green-dark: #274d32; --sf-orange: #ff3600; --sf-paper: #f5f6f2; --sf-white: #fff; --sf-muted: #677069; --sf-line: #d9ddd7; }
* { box-sizing: border-box; }
.movva-sf-panel, .movva-sf-access, .movva-sf-public { color: var(--sf-ink); font-family: Arial, Helvetica, sans-serif; letter-spacing: 0; }
.movva-sf-panel { width: 100%; min-height: 100vh; padding: 30px; background-color: var(--sf-paper); background-image: linear-gradient(rgba(21,27,23,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(21,27,23,.035) 1px, transparent 1px); background-size: 42px 42px; }
.movva-sf-nav { display: flex; gap: 4px; max-width: 1480px; margin: 0 auto 20px; padding: 5px; border: 1px solid var(--sf-line); background: #fff; }
.movva-sf-nav a { padding: 12px 18px; color: var(--sf-muted); font-size: 13px; font-weight: 800; text-decoration: none; }
.movva-sf-nav a.is-active { background: var(--sf-ink); color: #fff; }
.movva-sf-panel__header { display: flex; align-items: center; justify-content: space-between; gap: 30px; max-width: 1480px; margin: 0 auto; padding: 34px 38px; border-bottom: 6px solid var(--sf-orange); background: var(--sf-ink); color: #fff; }
.movva-sf-panel__identity { display: flex; align-items: center; gap: 30px; }
.movva-sf-panel__identity img { width: 190px; height: auto; }
.movva-sf-panel__identity p, .movva-sf-panel__identity h2, .movva-sf-panel__identity span { margin: 0; }
.movva-sf-panel__identity p { color: #8ed99a; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.movva-sf-panel__identity h2 { margin: 6px 0 8px; font-size: 34px; line-height: 1; }
.movva-sf-panel__identity span { color: rgba(255,255,255,.68); line-height: 1.5; }
.movva-sf-panel__summary { display: flex; align-items: center; gap: 18px; }
.movva-sf-panel__summary > span { color: rgba(255,255,255,.7); font-size: 12px; }
.movva-sf-panel__summary strong { display: block; color: #fff; font-size: 26px; }
.movva-sf-panel__summary a, .movva-sf-primary { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 13px 18px; border: 0; border-radius: 5px; background: var(--sf-orange); color: #fff; font-weight: 850; text-decoration: none; cursor: pointer; }
.movva-sf-notice { max-width: 1480px; margin: 18px auto; padding: 17px 20px; border-left: 5px solid var(--sf-green); background: #fff; line-height: 1.5; }
.movva-sf-notice a { color: var(--sf-orange); font-weight: 800; overflow-wrap: anywhere; }
.movva-sf-builder { display: grid; gap: 24px; max-width: 1480px; margin: 22px auto 0; padding: 34px 38px; border: 1px solid var(--sf-line); background: #fff; }
.movva-sf-builder__intro { display: grid; grid-template-columns: 200px minmax(0,1fr); gap: 26px; padding-bottom: 24px; border-bottom: 1px solid var(--sf-line); }
.movva-sf-builder__intro > span, .movva-sf-template-preview > span, .movva-sf-list__head span { color: var(--sf-orange); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.movva-sf-builder__intro h3 { margin: 0 0 8px; font-size: 27px; }
.movva-sf-builder__intro p { margin: 0; color: var(--sf-muted); }
.movva-sf-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.movva-sf-builder label { display: grid; gap: 8px; min-width: 0; color: var(--sf-ink); font-size: 13px; font-weight: 800; }
.movva-sf-builder label small { color: var(--sf-muted); font-size: 11px; font-weight: 500; }
.movva-sf-builder input, .movva-sf-builder select, .movva-sf-builder textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--sf-line); border-radius: 5px; outline: none; background: #fafbf9; color: var(--sf-ink); font: inherit; font-weight: 500; }
.movva-sf-builder textarea { resize: vertical; line-height: 1.55; }
.movva-sf-builder input:focus, .movva-sf-builder select:focus, .movva-sf-builder textarea:focus { border-color: var(--sf-orange); box-shadow: 0 0 0 3px rgba(255,54,0,.1); background: #fff; }
.movva-sf-template-preview { display: grid; gap: 14px; padding: 24px; background: #edf3ec; }
.movva-sf-template-preview > div { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.movva-sf-template-preview > div span { display: grid; grid-template-columns: 34px 1fr; gap: 8px; align-items: center; min-height: 58px; padding: 10px; border: 1px solid rgba(100,143,104,.23); background: #fff; font-size: 12px; font-weight: 750; }
.movva-sf-template-preview b { color: var(--sf-orange); font-size: 10px; }
.movva-sf-primary { justify-self: end; min-width: 260px; }
.movva-sf-list { max-width: 1480px; margin: 44px auto 0; }
.movva-sf-list__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 14px; }
.movva-sf-list__head h3 { margin: 5px 0 0; font-size: 28px; }
.movva-sf-list__head p { margin: 0; color: var(--sf-muted); }
.movva-sf-list__item { display: grid; grid-template-columns: 120px minmax(280px,1fr) auto; gap: 22px; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--sf-line); background: #fff; }
.movva-sf-list__status { display: flex; align-items: center; gap: 8px; color: var(--sf-muted); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.movva-sf-list__status i { width: 9px; height: 9px; border: 2px solid #a9afa9; border-radius: 50%; }
.movva-sf-list__status.is-opened i { border-color: var(--sf-orange); background: var(--sf-orange); }
.movva-sf-list__status.is-answered i { border-color: var(--sf-green); background: var(--sf-green); box-shadow: 0 0 0 4px rgba(100,143,104,.16); }
.movva-sf-list__main { display: grid; gap: 4px; min-width: 0; }
.movva-sf-list__main strong { font-size: 18px; }
.movva-sf-list__main span { color: var(--sf-green-dark); font-size: 12px; font-weight: 800; }
.movva-sf-list__main small { color: var(--sf-muted); overflow-wrap: anywhere; }
.movva-sf-list__actions { display: flex; align-items: center; gap: 7px; }
.movva-sf-list__actions a, .movva-sf-list__actions button { display: inline-flex; align-items: center; min-height: 38px; padding: 9px 12px; border: 1px solid var(--sf-line); border-radius: 4px; background: #fff; color: var(--sf-ink); font-size: 12px; font-weight: 800; text-decoration: none; cursor: pointer; }
.movva-sf-list__actions a.is-response { border-color: var(--sf-green); background: var(--sf-green); color: #fff; }
.movva-sf-list__actions form { margin: 0; }
.movva-sf-list__actions button { color: #b92e16; }
.movva-sf-empty { padding: 34px; border: 1px dashed #b8beb8; background: rgba(255,255,255,.65); color: var(--sf-muted); text-align: center; }
.movva-sf-responses { max-width: 1480px; margin: 22px auto 0; }
.movva-sf-responses__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding: 36px; background: var(--sf-orange); color: #fff; }
.movva-sf-responses__header span { font-size: 10px; font-weight: 900; text-transform: uppercase; }
.movva-sf-responses__header h2 { margin: 8px 0; font-size: 42px; }
.movva-sf-responses__header p { margin: 0; }
.movva-sf-responses__header a { padding: 12px 16px; border: 1px solid rgba(255,255,255,.6); color: #fff; font-weight: 800; text-decoration: none; }
.movva-sf-response-group { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 36px; padding: 34px; border-bottom: 1px solid var(--sf-line); background: #fff; }
.movva-sf-response-group > div span { color: var(--sf-orange); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.movva-sf-response-group h3 { margin: 7px 0; font-size: 25px; }
.movva-sf-response-group dl { margin: 0; }
.movva-sf-response-group dl > div { padding: 0 0 20px; margin-bottom: 20px; border-bottom: 1px solid var(--sf-line); }
.movva-sf-response-group dt { margin-bottom: 7px; color: var(--sf-muted); font-size: 12px; font-weight: 800; }
.movva-sf-response-group dd { margin: 0; font-size: 17px; line-height: 1.6; }
.movva-sf-reset { padding: 22px 34px; background: #fff; text-align: right; }
.movva-sf-reset button { padding: 12px 16px; border: 1px solid #b92e16; background: #fff; color: #b92e16; font-weight: 800; cursor: pointer; }
.movva-sf-access { display: grid; justify-items: start; gap: 12px; min-height: 520px; padding: 70px; background: var(--sf-ink); color: #fff; }
.movva-sf-access img { width: 190px; }
.movva-sf-access p { color: #8ed99a; font-weight: 900; text-transform: uppercase; }
.movva-sf-access h2 { max-width: 620px; margin: 8px 0; font-size: 42px; }
.movva-sf-access span { max-width: 620px; color: rgba(255,255,255,.7); line-height: 1.6; }
.movva-sf-access a { margin-top: 14px; padding: 14px 18px; background: var(--sf-orange); color: #fff; font-weight: 800; text-decoration: none; }

.movva-sf-public-body { margin: 0; background: var(--sf-paper); }
.movva-sf-public { overflow: hidden; background: var(--sf-paper); }
.movva-sf-public__bar { position: relative; z-index: 5; display: grid; grid-template-columns: 1fr auto auto; gap: 24px; align-items: center; min-height: 76px; padding: 16px 32px; border-bottom: 1px solid rgba(255,255,255,.18); background: var(--sf-ink); color: #fff; }
.movva-sf-public__bar img { width: 150px; }
.movva-sf-public__bar span, .movva-sf-public__bar b { font-size: 11px; text-transform: uppercase; }
.movva-sf-public__bar span { color: rgba(255,255,255,.58); }
.movva-sf-public__bar b { color: #8ed99a; }
.movva-sf-hero { position: relative; isolation: isolate; min-height: 690px; background: var(--sf-ink); color: #fff; }
.movva-sf-hero::before { content: ""; position: absolute; z-index: -2; inset: 0 0 0 44%; background-image: linear-gradient(rgba(21,27,23,.18),rgba(21,27,23,.5)), var(--movva-sf-photo); background-position: center; background-size: cover; }
.movva-sf-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,var(--sf-ink) 0,var(--sf-ink) 44%,transparent 44%); }
.movva-sf-hero__content { display: flex; flex-direction: column; justify-content: center; min-height: 690px; max-width: 1280px; margin: 0 auto; padding: 70px 42% 70px 34px; }
.movva-sf-hero__content > p { margin: 0 0 20px; color: #8ed99a; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.movva-sf-hero__content h1 { max-width: 680px; margin: 0; font-size: 70px; line-height: .94; }
.movva-sf-hero__content > div { display: grid; gap: 10px; max-width: 650px; margin-top: 38px; padding-left: 20px; border-left: 4px solid var(--sf-orange); }
.movva-sf-hero__content strong { font-size: 20px; text-transform: uppercase; }
.movva-sf-hero__content span { color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.6; }
.movva-sf-hero__motion { position: absolute; z-index: 1; inset: 0; overflow: hidden; pointer-events: none; }
.movva-sf-hero__motion > span { position: absolute; width: 140px; height: 140px; border: 1px solid rgba(142,217,154,.32); animation: sfRotate 18s linear infinite; }
.movva-sf-hero__motion > span:first-child { top: 8%; left: 39%; }
.movva-sf-hero__motion > span:nth-child(2) { right: 6%; bottom: 8%; width: 90px; height: 90px; border-color: rgba(255,54,0,.45); animation-direction: reverse; }
.movva-sf-hero__motion strong { position: absolute; right: -2%; bottom: -5%; color: transparent; font-size: 190px; line-height: .8; -webkit-text-stroke: 1px rgba(255,255,255,.15); animation: sfDrift 10s ease-in-out infinite alternate; }
@keyframes sfRotate { to { transform: rotate(360deg); } }
@keyframes sfDrift { to { transform: translate(-40px,-24px); } }
.movva-sf-progress { position: sticky; z-index: 8; top: 0; height: 5px; background: #dfe2dc; }
.movva-sf-progress span { display: block; width: 0; height: 100%; background: var(--sf-orange); transition: width .35s ease; }
.movva-sf-question-section { display: grid; grid-template-columns: 330px minmax(0,1fr); gap: 70px; max-width: 1180px; margin: 0 auto; padding: 100px 30px; opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.movva-sf-question-section.is-visible { opacity: 1; transform: none; }
.movva-sf-question-section:nth-of-type(even) { max-width: none; padding-left: max(30px,calc((100% - 1120px)/2)); padding-right: max(30px,calc((100% - 1120px)/2)); background: var(--sf-ink); color: #fff; }
.movva-sf-question-section__title { position: sticky; top: 48px; align-self: start; }
.movva-sf-question-section__title span { color: var(--sf-orange); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.movva-sf-question-section__title h2 { margin: 14px 0; font-size: 46px; line-height: .95; }
.movva-sf-question-section__title p { margin: 0; color: var(--sf-muted); line-height: 1.6; }
.movva-sf-question-section:nth-of-type(even) .movva-sf-question-section__title p { color: rgba(255,255,255,.62); }
.movva-sf-questions { min-width: 0; }
.movva-sf-question { min-width: 0; margin: 0; padding: 28px 0; border: 0; border-bottom: 1px solid var(--sf-line); }
.movva-sf-question-section:nth-of-type(even) .movva-sf-question { border-color: rgba(255,255,255,.16); }
.movva-sf-question legend { width: 100%; margin: 0 0 9px; padding: 0; font-size: 20px; font-weight: 800; line-height: 1.35; }
.movva-sf-question legend sup { margin-left: 4px; color: var(--sf-orange); }
.movva-sf-question > p { margin: 0 0 16px; color: var(--sf-muted); font-size: 13px; line-height: 1.55; }
.movva-sf-question-section:nth-of-type(even) .movva-sf-question > p { color: rgba(255,255,255,.58); }
.movva-sf-question input[type="text"], .movva-sf-question input[type="date"], .movva-sf-question textarea { width: 100%; min-height: 54px; padding: 14px 0; border: 0; border-bottom: 2px solid #aeb4ae; border-radius: 0; outline: none; background: transparent; color: inherit; font: inherit; font-size: 17px; }
.movva-sf-question textarea { min-height: 125px; resize: vertical; line-height: 1.6; }
.movva-sf-question input:focus, .movva-sf-question textarea:focus { border-color: var(--sf-orange); }
.movva-sf-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.movva-sf-options label { position: relative; cursor: pointer; }
.movva-sf-options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.movva-sf-options span { display: flex; align-items: center; min-height: 54px; padding: 13px 16px; border: 1px solid #bdc2bc; background: rgba(255,255,255,.5); font-size: 14px; font-weight: 700; transition: .2s ease; }
.movva-sf-question-section:nth-of-type(even) .movva-sf-options span { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.movva-sf-options input:checked + span { border-color: var(--sf-orange); background: var(--sf-orange); color: #fff; box-shadow: inset 5px 0 0 rgba(21,27,23,.28); }
.movva-sf-options input:focus-visible + span { outline: 3px solid rgba(255,54,0,.25); outline-offset: 2px; }
.movva-sf-question.has-error { padding-left: 16px; border-left: 4px solid #c42f18; }
.movva-sf-question.has-error::after { content: "Selecione pelo menos uma opção."; display: block; margin-top: 12px; color: #c42f18; font-size: 12px; font-weight: 800; }
.movva-sf-errors { max-width: 1120px; margin: 35px auto 0; padding: 20px; border-left: 5px solid #c42f18; background: #fff; color: #8c2817; }
.movva-sf-errors p { margin: 6px 0 0; }
.movva-sf-submit { position: relative; overflow: hidden; padding: 100px max(30px,calc((100% - 1120px)/2)); background: var(--sf-orange); color: #fff; }
.movva-sf-submit::after { content: "ENVIAR"; position: absolute; right: -2%; bottom: -10%; color: transparent; font-size: 180px; font-weight: 900; line-height: .8; -webkit-text-stroke: 1px rgba(255,255,255,.2); }
.movva-sf-submit > * { position: relative; z-index: 1; }
.movva-sf-submit > span { font-size: 10px; font-weight: 900; text-transform: uppercase; }
.movva-sf-submit h2 { max-width: 850px; margin: 15px 0 34px; font-size: 50px; line-height: 1; }
.movva-sf-submit > label { display: flex; gap: 10px; align-items: center; margin-bottom: 22px; font-weight: 700; }
.movva-sf-submit > label input { width: 18px; height: 18px; accent-color: var(--sf-ink); }
.movva-sf-submit button, .movva-sf-success a { display: inline-flex; align-items: center; gap: 30px; min-height: 56px; padding: 15px 20px; border: 2px solid var(--sf-ink); background: var(--sf-ink); color: #fff; font-size: 15px; font-weight: 850; text-decoration: none; cursor: pointer; }
.movva-sf-submit button:disabled { cursor: wait; opacity: .72; }
.movva-sf-success { min-height: 650px; padding: 120px max(30px,calc((100% - 1000px)/2)); background-color: #edf3ec; background-image: linear-gradient(rgba(39,77,50,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(39,77,50,.05) 1px,transparent 1px); background-size: 44px 44px; }
.movva-sf-success > span { color: var(--sf-orange); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.movva-sf-success h2 { max-width: 800px; margin: 15px 0 22px; font-size: 72px; line-height: .95; }
.movva-sf-success p { max-width: 740px; margin: 0 0 30px; color: var(--sf-muted); font-size: 19px; line-height: 1.7; }
.movva-sf-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 36px max(30px,calc((100% - 1120px)/2)); background: var(--sf-ink); color: rgba(255,255,255,.58); }
.movva-sf-footer img { width: 160px; }
.movva-sf-footer p { margin: 0; font-size: 11px; text-transform: uppercase; }
@media (prefers-reduced-motion: reduce) { .movva-sf-hero__motion *, .movva-sf-question-section { animation: none; transition: none; transform: none; opacity: 1; } }
@media (max-width: 900px) {
    .movva-sf-panel { padding: 18px; }
    .movva-sf-panel__header, .movva-sf-panel__identity, .movva-sf-panel__summary, .movva-sf-list__head { align-items: flex-start; flex-direction: column; }
    .movva-sf-builder__intro, .movva-sf-response-group { grid-template-columns: 1fr; }
    .movva-sf-template-preview > div { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .movva-sf-list__item { grid-template-columns: 110px minmax(0,1fr); }
    .movva-sf-list__actions { grid-column: 1 / -1; }
    .movva-sf-hero::before { inset: 42% 0 0; }
    .movva-sf-hero::after { background: linear-gradient(180deg,var(--sf-ink) 0,var(--sf-ink) 42%,transparent 42%); }
    .movva-sf-hero__content { justify-content: flex-start; min-height: 760px; padding: 62px 30px 390px; }
    .movva-sf-hero__content h1 { font-size: 58px; }
    .movva-sf-question-section { grid-template-columns: 1fr; gap: 35px; }
    .movva-sf-question-section__title { position: static; }
}
@media (max-width: 600px) {
    .movva-sf-panel { padding: 10px; }
    .movva-sf-nav { align-items: stretch; flex-direction: column; }
    .movva-sf-panel__header, .movva-sf-builder { padding: 24px 18px; }
    .movva-sf-panel__identity img { width: 150px; }
    .movva-sf-panel__identity h2 { font-size: 29px; }
    .movva-sf-grid, .movva-sf-template-preview > div { grid-template-columns: 1fr; }
    .movva-sf-primary { width: 100%; min-width: 0; }
    .movva-sf-list__item { grid-template-columns: 1fr; }
    .movva-sf-list__actions { flex-wrap: wrap; grid-column: auto; }
    .movva-sf-responses__header { align-items: flex-start; flex-direction: column; padding: 26px 20px; }
    .movva-sf-response-group { padding: 28px 20px; }
    .movva-sf-public__bar { grid-template-columns: 1fr auto; padding: 15px 20px; }
    .movva-sf-public__bar span { display: none; }
    .movva-sf-public__bar img { width: 130px; }
    .movva-sf-hero__content { min-height: 700px; padding: 52px 20px 350px; }
    .movva-sf-hero__content h1 { font-size: 43px; }
    .movva-sf-hero__motion strong { font-size: 110px; }
    .movva-sf-question-section, .movva-sf-question-section:nth-of-type(even) { padding: 72px 20px; }
    .movva-sf-question-section__title h2 { font-size: 38px; }
    .movva-sf-question legend { font-size: 18px; }
    .movva-sf-options { grid-template-columns: 1fr; }
    .movva-sf-submit { padding: 80px 20px; }
    .movva-sf-submit h2 { font-size: 38px; }
    .movva-sf-submit::after { font-size: 100px; }
    .movva-sf-success { padding: 90px 20px; }
    .movva-sf-success h2 { font-size: 48px; }
    .movva-sf-footer { align-items: flex-start; flex-direction: column; padding: 30px 20px; }
}
