:root {
    --background: #020b17;
    --background-secondary: #061424;
    --card-background: #ffffff;
    --yellow: #ffb000;
    --yellow-light: #ffc740;
    --yellow-dark: #e89900;
    --text-dark: #07111e;
    --text-muted: #6f7b8c;
    --border: #e2e7ed;
    --border-strong: #cfd7e2;
    --surface: #f8fafc;
    --danger: #d94b4b;
    --danger-background: #fff3f3;
    --danger-border: #f2d1d1;
    --success: #249e67;
    --success-background: #eefaf5;
    --success-border: #cfeee0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

html,
body {
    min-height: 100%;
}

body {
    color: var(--text-dark);
    background: var(--background);
}

button,
input,
select {
    font: inherit;
}

button,
a,
input,
select,
label {
    -webkit-tap-highlight-color: transparent;
}

button {
    border: 0;
}

a {
    text-decoration: none;
}

.is-hidden {
    display: none !important;
}

/* PÁGINA */

.subscribe-page {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 45px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 12% 15%,
            rgba(255, 176, 0, 0.12),
            transparent 24%
        ),
        radial-gradient(
            circle at 90% 90%,
            rgba(24, 91, 151, 0.16),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #020914 0%,
            #061424 55%,
            #020b17 100%
        );
}

.subscribe-page::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.2;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        );
    background-size: 48px 48px;
    mask-image: linear-gradient(
        to bottom,
        black,
        transparent 85%
    );
    content: "";
}

.subscribe-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(100px);
}

.subscribe-glow-one {
    top: -100px;
    right: -70px;
    width: 350px;
    height: 350px;
    opacity: 0.18;
    background: var(--yellow);
}

.subscribe-glow-two {
    bottom: -150px;
    left: -100px;
    width: 380px;
    height: 380px;
    opacity: 0.16;
    background: #1464a2;
}

.back-home {
    position: absolute;
    top: 26px;
    left: 34px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #a7b3c3;
    font-size: 13px;
    font-weight: 600;
    transition: 0.25s ease;
}

.back-home i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 11px;
}

.back-home:hover {
    color: #ffffff;
    transform: translateX(-3px);
}

/* ESTRUTURA PRINCIPAL */

.subscribe-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    width: min(1380px, 100%);
    min-height: 820px;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 45px 120px rgba(0, 0, 0, 0.48);
}

/* LADO INSTITUCIONAL */

.subscribe-presentation {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: 52px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 85% 12%,
            rgba(255, 176, 0, 0.2),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #06182b 0%,
            #020b17 100%
        );
}

.subscribe-presentation::after {
    position: absolute;
    right: -130px;
    bottom: 40px;
    width: 330px;
    height: 330px;
    border: 70px solid rgba(255, 176, 0, 0.035);
    border-radius: 50%;
    content: "";
}

.presentation-content,
.presentation-footer {
    position: relative;
    z-index: 2;
}

.presentation-logo {
    display: inline-flex;
    margin-bottom: 58px;
}

.presentation-logo img {
    width: auto;
    height: 84px;
    object-fit: contain;
}

.presentation-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin-bottom: 24px;
    padding: 9px 13px;
    color: var(--yellow-light);
    background: rgba(255, 176, 0, 0.08);
    border: 1px solid rgba(255, 176, 0, 0.18);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}

.subscribe-presentation h1 {
    max-width: 480px;
    margin-bottom: 20px;
    font-size: clamp(40px, 4vw, 58px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -2.7px;
}

.subscribe-presentation h1 span {
    color: var(--yellow);
}

.subscribe-presentation > .presentation-content > p {
    max-width: 500px;
    margin-bottom: 38px;
    color: #a5b2c3;
    font-size: 15px;
    line-height: 1.8;
}

.presentation-benefits {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.presentation-benefit {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 16px;
    backdrop-filter: blur(12px);
}

.benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    color: var(--yellow);
    background: rgba(255, 176, 0, 0.1);
    border-radius: 13px;
}

.presentation-benefit strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.presentation-benefit span {
    display: block;
    color: #93a1b3;
    font-size: 11px;
    line-height: 1.6;
}

.presentation-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 45px;
    color: #6f8094;
    font-size: 10px;
}

/* ÁREA DO FORMULÁRIO */

.subscribe-form-area {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    padding: 54px 60px;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(255, 176, 0, 0.07),
            transparent 24%
        ),
        #ffffff;
}

.subscribe-form-wrapper {
    width: 100%;
    max-width: 760px;
}

.mobile-logo {
    display: none;
    margin-bottom: 34px;
    text-align: center;
}

.mobile-logo img {
    width: auto;
    height: 74px;
}

.subscribe-card-header {
    margin-bottom: 28px;
}

.subscribe-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    color: #07111e;
    background: linear-gradient(
        135deg,
        var(--yellow),
        var(--yellow-light)
    );
    border-radius: 15px;
    box-shadow: 0 12px 28px rgba(255, 176, 0, 0.22);
}

.subscribe-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: var(--yellow-dark);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.subscribe-card-header h2 {
    margin-bottom: 10px;
    color: var(--text-dark);
    font-size: clamp(28px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -1.3px;
}

.subscribe-card-header p {
    margin: 0;
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.7;
}

/* ALERTAS */

.subscribe-alert {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 21px;
    padding: 13px 15px;
    border: 1px solid;
    border-radius: 13px;
    font-size: 12px;
    line-height: 1.5;
}

.subscribe-alert > i {
    margin-top: 2px;
}

.subscribe-alert strong,
.subscribe-alert span {
    display: block;
}

.subscribe-alert ul {
    margin: 5px 0 0;
    padding-left: 17px;
}

.subscribe-alert-error {
    color: #a33636;
    background: var(--danger-background);
    border-color: var(--danger-border);
}

.subscribe-alert-success {
    color: #197b50;
    background: var(--success-background);
    border-color: var(--success-border);
}

/* PROGRESSO */

.subscribe-progress {
    margin-bottom: 30px;
    padding: 18px;
    background: #f8fafc;
    border: 1px solid var(--border);
    border-radius: 17px;
}

.progress-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.progress-header > div {
    display: flex;
    align-items: center;
    gap: 9px;
}

.progress-header span {
    color: #8a96a5;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.progress-header strong {
    color: #202c3a;
    font-size: 12px;
}

.progress-bar-background {
    height: 5px;
    margin: 14px 0 17px;
    overflow: hidden;
    background: #e9edf2;
    border-radius: 50px;
}

.progress-bar-value {
    width: 20%;
    height: 100%;
    background: linear-gradient(
        90deg,
        var(--yellow),
        var(--yellow-light)
    );
    border-radius: inherit;
    box-shadow: 0 0 13px rgba(255, 176, 0, 0.25);
    transition: width 0.3s ease;
}

.progress-items {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px;
}

.progress-item {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #98a3b1;
    font-size: 10px;
    transition: color 0.2s ease;
}

.progress-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    color: #8c98a7;
    background: #ffffff;
    border: 1px solid #dce2e9;
    border-radius: 8px;
    font-size: 9px;
    font-weight: 800;
}

.progress-item.is-active {
    color: #263241;
}

.progress-item.is-active span {
    color: #07111e;
    background: var(--yellow);
    border-color: var(--yellow);
    box-shadow: 0 6px 14px rgba(255, 176, 0, 0.22);
}

.progress-item.is-complete {
    color: #5e6b7a;
}

.progress-item.is-complete span {
    color: #9b6600;
    background: #fff8e8;
    border-color: #f3d993;
}

/* ETAPAS */

.form-step {
    display: none;
    animation: form-step-entry 0.28s ease;
}

.form-step.is-active {
    display: block;
}

@keyframes form-step-entry {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 25px;
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 47px;
    width: 47px;
    height: 47px;
    color: #9d6800;
    background: #fff8e8;
    border: 1px solid #f1d892;
    border-radius: 14px;
    font-size: 11px;
    font-weight: 800;
}

.step-heading h2 {
    margin: 0 0 4px;
    color: var(--text-dark);
    font-size: 20px;
    font-weight: 800;
}

.step-heading p {
    margin: 0;
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1.5;
}

/* FORMULÁRIO */

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 19px;
}

.form-group {
    min-width: 0;
}

.form-group-full {
    grid-column: 1 / -1;
}

.form-group label {
    display: block;
    margin-bottom: 9px;
    color: #202c3a;
    font-size: 12px;
    font-weight: 700;
}

.form-group label span {
    color: var(--yellow-dark);
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 55px;
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 15px;
    transition: 0.22s ease;
}

.input-wrapper:focus-within {
    background: #ffffff;
    border-color: var(--yellow);
    box-shadow: 0 0 0 4px rgba(255, 176, 0, 0.1);
}

.input-icon {
    position: absolute;
    left: 18px;
    z-index: 2;
    color: #98a4b4;
    font-size: 15px;
    pointer-events: none;
}

.input-wrapper input,
.input-wrapper select {
    width: 100%;
    min-height: 53px;
    padding: 0 48px;
    color: var(--text-dark);
    background: transparent;
    border: none;
    outline: none;
    font-size: 13px;
    font-weight: 500;
}

.input-wrapper select {
    padding-right: 42px;
    cursor: pointer;
}

.input-wrapper-no-icon input,
.input-wrapper-no-icon select {
    padding-left: 17px;
}

.input-wrapper input::placeholder {
    color: #a7b0bd;
    font-weight: 400;
}

.input-wrapper input[type="date"] {
    color-scheme: light;
}

.input-wrapper select option {
    color: var(--text-dark);
    background: #ffffff;
}

.form-group.has-error .input-wrapper {
    border-color: var(--danger);
    box-shadow: 0 0 0 4px rgba(217, 75, 75, 0.07);
}

.field-error,
.step-error,
.terms-error {
    display: block;
    min-height: 16px;
    margin-top: 7px;
    color: var(--danger);
    font-size: 10px;
    font-weight: 600;
}

.form-divider {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 29px 0 21px;
    color: #8b96a4;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-divider::after {
    flex: 1;
    height: 1px;
    background: var(--border);
    content: "";
}

/* CARREGAMENTO DO CEP */

.input-wrapper.is-loading::after {
    position: absolute;
    right: 17px;
    width: 17px;
    height: 17px;
    border: 2px solid #dce2e9;
    border-top-color: var(--yellow-dark);
    border-radius: 50%;
    animation: postal-code-loading 0.7s linear infinite;
    content: "";
}

.input-wrapper.is-loading input {
    padding-right: 50px;
}

@keyframes postal-code-loading {
    to {
        transform: rotate(360deg);
    }
}

/* ESCOLHA DO PERFIL */

.account-type-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.account-type-card {
    position: relative;
    cursor: pointer;
}

.account-type-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.account-type-card-content {
    position: relative;
    display: flex;
    min-height: 270px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    background: #f8fafc;
    border: 1px solid var(--border);
    border-radius: 19px;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.account-type-card:hover .account-type-card-content {
    background: #ffffff;
    border-color: #efc667;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(17, 32, 51, 0.08);
}

.account-type-card input:checked + .account-type-card-content {
    background: #fffbf2;
    border-color: var(--yellow);
    box-shadow: 0 0 0 4px rgba(255, 176, 0, 0.08);
}

.account-check {
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: transparent;
    background: #ffffff;
    border: 1px solid #d7dee6;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 800;
}

.account-type-card input:checked
    + .account-type-card-content
    .account-check {
    color: #07111e;
    background: var(--yellow);
    border-color: var(--yellow);
}

.account-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
    color: #a66e00;
    background: #fff5dc;
    border-radius: 17px;
    font-size: 22px;
}

.account-type-card-content strong {
    margin-bottom: 10px;
    color: var(--text-dark);
    font-size: 17px;
}

.account-description {
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1.7;
}

.account-note {
    margin-top: auto;
    padding-top: 22px;
    color: #a76e00;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

/* PESSOA FÍSICA OU JURÍDICA */

.person-type-options {
    display: inline-flex;
    gap: 4px;
    margin-bottom: 25px;
    padding: 5px;
    background: #f4f6f9;
    border: 1px solid var(--border);
    border-radius: 13px;
}

.person-type-options label {
    margin: 0;
    cursor: pointer;
}

.person-type-options input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.person-type-options span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 39px;
    padding: 0 15px;
    color: #778392;
    border-radius: 9px;
    font-size: 11px;
    font-weight: 700;
}

.person-type-options input:checked + span {
    color: #07111e;
    background: var(--yellow);
    box-shadow: 0 7px 15px rgba(255, 176, 0, 0.18);
}

/* CAIXAS INFORMATIVAS */

.information-box,
.approval-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 24px;
    padding: 15px 16px;
    color: #75623d;
    background: #fffbf2;
    border: 1px solid #f0dfb5;
    border-radius: 15px;
}

.information-box > span,
.approval-box > span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    color: #a66e00;
    background: #fff2cf;
    border-radius: 9px;
    font-size: 12px;
}

.information-box p,
.approval-box p {
    margin: 2px 0 0;
    font-size: 11px;
    line-height: 1.65;
}

.approval-box strong {
    display: block;
    margin-bottom: 3px;
    color: #6d551f;
    font-size: 11px;
}

/* CÓDIGO DO MOTORISTA */

.driver-code-box {
    padding: 24px;
    background: #f8fafc;
    border: 1px solid var(--border);
    border-radius: 19px;
}

.driver-code-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 23px;
}

.driver-code-symbol {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 47px;
    width: 47px;
    height: 47px;
    color: #a66e00;
    background: #fff5dc;
    border-radius: 14px;
    font-size: 17px;
}

.driver-code-heading h3 {
    margin: 0 0 4px;
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 800;
}

.driver-code-heading p {
    margin: 0;
    color: var(--text-muted);
    font-size: 11px;
    line-height: 1.55;
}

.driver-code-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 12px;
}

.driver-code-form .button-code {
    min-height: 56px;
    margin-top: 25px;
    padding: 0 22px;
    white-space: nowrap;
}

.driver-code-result {
    display: none;
    align-items: center;
    gap: 9px;
    margin-top: 15px;
    padding: 13px 15px;
    border: 1px solid;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 650;
}

.driver-code-result.is-success {
    display: flex;
    color: #197b50;
    background: var(--success-background);
    border-color: var(--success-border);
}

.driver-code-result.is-error {
    display: flex;
    color: #a33636;
    background: var(--danger-background);
    border-color: var(--danger-border);
}

/* SENHA */

.password-wrapper input {
    padding-right: 58px;
}

.password-toggle {
    position: absolute;
    right: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #8e9aa9;
    background: transparent;
    border: none;
    border-radius: 11px;
    cursor: pointer;
    transition: 0.2s ease;
}

.password-toggle:hover {
    color: var(--text-dark);
    background: #edf1f5;
}

.password-requirements {
    margin-top: 22px;
    padding: 16px;
    background: #f8fafc;
    border: 1px solid var(--border);
    border-radius: 15px;
}

.password-requirements strong {
    display: block;
    margin-bottom: 11px;
    color: #505d6d;
    font-size: 10px;
}

.password-requirements > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.password-requirements span {
    display: inline-flex;
    padding: 7px 10px;
    color: #7d8997;
    background: #edf1f5;
    border-radius: 50px;
    font-size: 9px;
    font-weight: 650;
}

.password-requirements span.is-valid {
    color: #197b50;
    background: #e8f7f0;
}

/* TERMOS */

.terms-field {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 21px;
    padding: 16px;
    color: #657183;
    background: #fbfcfd;
    border: 1px solid var(--border);
    border-radius: 15px;
    cursor: pointer;
    font-size: 11px;
    line-height: 1.65;
}

.terms-field input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.terms-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    color: transparent;
    background: #ffffff;
    border: 1px solid #cfd6df;
    border-radius: 6px;
    font-size: 9px;
    font-weight: 800;
    transition: 0.2s ease;
}

.terms-field input:checked + .terms-checkbox {
    color: #07111e;
    background: var(--yellow);
    border-color: var(--yellow);
}

.terms-field a {
    color: #a66e00;
    font-weight: 700;
}

/* NAVEGAÇÃO */

.form-navigation {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
    padding-top: 23px;
    border-top: 1px solid var(--border);
}

.navigation-spacer {
    flex: 1;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 13px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 750;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-back {
    color: #5e6b7a;
    background: #ffffff;
    border: 1px solid var(--border);
}

.button-back:hover {
    background: #f6f8fa;
    border-color: #ccd4de;
}

.button-next,
.button-submit {
    color: #07111e;
    background: linear-gradient(
        135deg,
        var(--yellow),
        var(--yellow-light)
    );
    box-shadow: 0 12px 27px rgba(255, 176, 0, 0.2);
}

.button-next:hover,
.button-submit:hover {
    box-shadow: 0 16px 33px rgba(255, 176, 0, 0.29);
}

.button-code {
    color: #ffffff;
    background: #07182a;
    border: 1px solid #07182a;
}

.button-code:hover {
    background: #0c263f;
    border-color: #0c263f;
    box-shadow: 0 10px 22px rgba(7, 24, 42, 0.16);
}

.button:disabled {
    cursor: wait;
    opacity: 0.68;
    transform: none;
}

.button-loading {
    display: none;
}

.button-submit.loading .button-content {
    display: none;
}

.button-submit.loading .button-loading {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

/* RODAPÉ DA ÁREA DE CADASTRO */

.login-access {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 24px;
    color: #778392;
    font-size: 11px;
}

.login-access a {
    color: #a66e00;
    font-weight: 800;
    transition: 0.2s ease;
}

.login-access a:hover {
    color: #744d00;
}

.security-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    color: #909baa;
    font-size: 10px;
}

.security-message i {
    color: #8793a1;
}

/* RESPONSIVIDADE */

@media (max-width: 1180px) {
    .subscribe-page {
        padding: 34px;
    }

    .subscribe-container {
        grid-template-columns: 0.72fr 1.28fr;
    }

    .subscribe-presentation {
        padding: 42px;
    }

    .subscribe-form-area {
        padding: 48px 42px;
    }

    .subscribe-presentation h1 {
        font-size: 43px;
    }
}

@media (max-width: 980px) {
    .subscribe-page {
        display: block;
        padding: 28px;
        overflow: visible;
    }

    .back-home {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 20px;
    }

    .subscribe-container {
        display: block;
        width: min(820px, 100%);
        min-height: auto;
        margin: 0 auto;
        overflow: hidden;
        border-radius: 27px;
    }

    .subscribe-presentation {
        display: none;
    }

    .subscribe-form-area {
        min-height: auto;
        padding: 48px 55px;
    }

    .mobile-logo {
        display: block;
    }
}

@media (max-width: 720px) {
    .subscribe-page {
        padding: 20px 14px 28px;
    }

    .back-home {
        margin-left: 4px;
        font-size: 12px;
    }

    .subscribe-container {
        border-radius: 23px;
    }

    .subscribe-form-area {
        padding: 38px 25px;
    }

    .subscribe-card-header h2 {
        font-size: 29px;
    }

    .progress-header > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .progress-item small {
        display: none;
    }

    .form-grid,
    .account-type-grid,
    .driver-code-form {
        grid-template-columns: 1fr;
    }

    .account-type-card-content {
        min-height: 230px;
    }

    .person-type-options {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .button-code {
        width: 100%;
    }

    .form-navigation {
        flex-wrap: wrap;
    }

    .navigation-spacer {
        display: none;
    }

    .button-back,
    .button-next,
    .button-submit {
        flex: 1;
    }
}

@media (max-width: 470px) {
    .subscribe-form-area {
        padding: 34px 18px;
    }

    .subscribe-progress {
        padding: 15px 11px;
    }

    .progress-item span {
        flex-basis: 23px;
        width: 23px;
        height: 23px;
    }

    .step-heading {
        align-items: flex-start;
    }

    .step-heading h2 {
        font-size: 18px;
    }

    .button-back,
    .button-next,
    .button-submit {
        width: 100%;
        flex: auto;
    }

    .login-access {
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .driver-code-form {
        grid-template-columns: 1fr;
    }

    .driver-code-form .button-code {
        width: 100%;
        margin-top: 0;
    }
}