:root {
    font-family: Arial, Helvetica, sans-serif;
    color: #193325;
    background: #f5f9f2
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    min-width: 320px
}

a {
    color: #277d2c
}

.wrap {
    width: min(920px, 92%);
    margin: auto
}

.topbar {
    background: #123b24;
    color: #fff
}

.topbar-inner {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: 800
}

.mark {
    background: #338b2d;
    width: 39px;
    height: 39px;
    border-radius: 11px;
    display: grid;
    place-items: center
}

.back {
    font-size: 13px;
    color: #e0f3d8;
    text-decoration: none
}

.intro {
    text-align: center;
    max-width: 640px;
    margin: 47px auto 26px
}

.eyebrow {
    font-size: 12px;
    letter-spacing: .15em;
    color: #277d2c;
    font-weight: 800
}

.intro h1 {
    font-size: clamp(29px, 5vw, 43px);
    color: #123b24;
    margin: 8px 0
}

.intro p {
    color: #62766a;
    line-height: 1.6
}

.panel {
    background: #fff;
    max-width: 780px;
    margin: 0 auto 65px;
    padding: clamp(22px, 5vw, 43px);
    border: 1px solid #dce9d6;
    border-radius: 24px;
    box-shadow: 0 17px 42px #123b240b
}

.switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 5px;
    gap: 6px;
    border-radius: 14px;
    background: #edf6e9
}

.switch button {
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    padding: 15px;
    border-radius: 11px;
    color: #385a40;
    background: transparent
}

.switch button[aria-pressed=true] {
    background: #123b24;
    color: #fff
}

.info,
.hint {
    font-size: 13px;
    color: #62766a;
    line-height: 1.7
}

.info {
    margin: 20px 0
}

.hint {
    margin: 0 0 23px
}

.progress-area {
    margin: 22px 0 28px
}

.progress-top {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 10px;
    gap: 10px
}

.progress-top span {
    color: #637766
}

.track {
    height: 8px;
    border-radius: 12px;
    background: #e4efdf;
    overflow: hidden
}

#progressFill {
    height: 100%;
    background: #338b2d;
    width: 20%;
    transition: width .2s
}

.stage h2 {
    font-size: 23px;
    color: #123b24;
    margin: 0 0 12px
}

.two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px
}

label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #284b30;
    margin-bottom: 18px
}

input:not([type=checkbox]),
select {
    font: inherit;
    display: block;
    width: 100%;
    margin-top: 9px;
    height: 49px;
    padding: 0 13px;
    border: 1px solid #d9e6d4;
    background: white;
    color: #193325;
    border-radius: 11px;
    font-size: 14px
}

input[type=file] {
    height: auto;
    padding: 12px;
    max-width: 100%
}

input:focus,
select:focus,
button:focus-visible,
a:focus-visible {
    outline: 3px solid #95cc79;
    outline-offset: 2px
}

.uploads {
    display: grid;
    gap: 12px
}

.upload {
    padding: 20px;
    border: 1px dashed #a8c9a2;
    border-radius: 15px;
    background: #f8fcf6
}

.upload small {
    display: block;
    color: #637766;
    line-height: 1.5;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 400
}

.preview {
    display: block;
    color: #176b39;
    font-size: 12px;
    margin-top: 8px;
    overflow-wrap: anywhere
}

.preview img {
    display: block;
    width: 110px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    margin-top: 7px
}

.notice {
    background: #eaf6e4;
    border-radius: 12px;
    padding: 15px;
    color: #275d36;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 22px
}

.notice.warning {
    background: #fff8e7;
    color: #795610
}

.agree {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    line-height: 1.6;
    font-weight: 400
}

.agree input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    accent-color: #338b2d
}

.actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 22px
}

.actions button {
    font: inherit;
    font-size: 14px;
    font-weight: 750;
    padding: 14px 22px;
    border-radius: 11px;
    cursor: pointer;
    min-width: 155px
}

.primary {
    color: white;
    background: #338b2d;
    border: 1px solid #338b2d
}

.secondary {
    color: #245b34;
    background: white;
    border: 1px solid #c8dcc2
}

.actions button:disabled {
    opacity: .6;
    cursor: wait
}

.feedback {
    padding: 15px;
    border-radius: 11px;
    margin-top: 14px;
    line-height: 1.6;
    overflow-wrap: anywhere;
    font-size: 13px
}

.feedback.error {
    background: #fff0f0;
    color: #90232d
}

.feedback.success {
    background: #e8f8ee;
    color: #155a32
}

.footnote {
    font-size: 12px;
    color: #6a7e6c;
    text-align: center;
    line-height: 1.6;
    margin: 28px 0 0
}

footer {
    text-align: center;
    font-size: 12px;
    color: #6a7e6c;
    padding: 0 10px 25px
}

[hidden] {
    display: none !important
}

@media(max-width:620px) {
    .two {
        grid-template-columns: 1fr;
        gap: 0
    }

    .intro {
        margin-top: 30px
    }

    .panel {
        border-radius: 17px
    }

    .actions {
        flex-direction: column-reverse
    }

    .actions button {
        width: 100%
    }
}

/* Identidade visual unificada com a home */
body {
    font-family: Poppins, Arial, sans-serif;
}

.header {
    position: relative;
}

.header .nav-menu {
    list-style: none;
}

.header .nav-logo,
.header .nav-link {
    text-decoration: none;
}

.header .nav-logo {
    white-space: nowrap;
}

.header .nav-logo .logo {
    width: 46px;
    height: 46px;
    object-fit: contain;
    border-radius: 10px;
}

.header .nav-logo .logo-text {
    font-size: 27px;
    font-weight: 800;
}

.header .nav-menu li {
    margin: 0;
}

main.wrap {
    width: min(1040px, 92%);
    padding-bottom: 20px;
}

.intro {
    max-width: 780px;
}

.panel {
    max-width: 880px;
}

.eyebrow {
    letter-spacing: .14em;
}

.stage h2 {
    letter-spacing: -.4px;
}

.header .nav-menu .btn {
    white-space: nowrap;
}

@media(max-width:1000px) {
    .header .nav-menu {
        gap: 12px
    }

    .header .nav-link {
        font-size: 12px
    }

    .header .nav-button {
        font-size: 12px;
        padding: 12px
    }
}