: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;
    }
}
/* --------------------------------------------------------------------------
   Benefício de teste grátis no cadastro
   -------------------------------------------------------------------------- */
.subscribe-trial-spotlight {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 18px;
    padding: 13px 15px;
    text-align: left;
    background: linear-gradient(135deg, rgba(255, 176, 0, .12), rgba(255, 255, 255, .84));
    border: 1px solid rgba(255, 176, 0, .34);
    border-radius: 16px;
}

.subscribe-trial-spotlight > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    color: #071522;
    background: linear-gradient(145deg, #ffb000, #ffd15a);
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(255, 176, 0, .18);
}

.subscribe-trial-spotlight > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.subscribe-trial-spotlight small,
.subscribe-trial-spotlight em {
    color: #75879a;
    font-size: 9px;
    font-style: normal;
    line-height: 1.45;
}

.subscribe-trial-spotlight small {
    color: #c78300;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.subscribe-trial-spotlight strong {
    color: #0a2033;
    font-size: 12px;
    line-height: 1.35;
}

.account-note--trial {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    color: #a66d00 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.presentation-benefit--trial .benefit-icon {
    color: #061522;
    background: linear-gradient(145deg, #ffb000, #ffd15a);
}

@media (max-width: 575.98px) {
    .subscribe-trial-spotlight {
        align-items: flex-start;
        padding: 12px;
    }
}


/* PWA instalado: a navegação deve permanecer dentro do aplicativo. */
@media (display-mode: standalone) {
    .back-home {
        display: none !important;
    }
}

/* Autofill acompanha a superfície clara original do cadastro, sem branco imposto pelo navegador. */
.subscribe-page :is(input, textarea, select):-webkit-autofill,
.subscribe-page :is(input, textarea, select):-webkit-autofill:hover,
.subscribe-page :is(input, textarea, select):-webkit-autofill:focus,
.subscribe-page :is(input, textarea, select):-webkit-autofill:active {
    -webkit-text-fill-color: var(--text-dark) !important;
    caret-color: var(--text-dark) !important;
    -webkit-box-shadow: 0 0 0 1000px var(--surface) inset !important;
    box-shadow: 0 0 0 1000px var(--surface) inset !important;
    border-color: transparent !important;
    transition: background-color 99999s ease-out 0s, color 99999s ease-out 0s !important;
}

.subscribe-page :is(input, textarea, select):autofill {
    color: var(--text-dark) !important;
    background: var(--surface) !important;
    caret-color: var(--text-dark) !important;
}

/* Van-Tagem | iOS Safari/Chrome: evita zoom automatico ao focar campos.
   O iOS amplia controles cuja fonte computada e menor que 16px.
   Mantemos o pinch-to-zoom do usuario intacto por acessibilidade. */
@supports (-webkit-touch-callout: none) {
    @media (hover: none) and (pointer: coarse) {
        input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]):not([type="file"]):not([type="button"]):not([type="submit"]):not([type="reset"]),
        select,
        textarea,
        [contenteditable="true"] {
            font-size: 16px !important;
            -webkit-text-size-adjust: 100%;
            touch-action: manipulation;
        }
    }
}

/* VANTAGEM UI | legibilidade consistente no cadastro */
.subscribe-shell :is(label, .field-label) { font-size: 12px !important; }
.subscribe-shell small,
.account-note,
.password-requirements span,
.subscribe-trial-spotlight small,
.subscribe-trial-spotlight em,
.field-error,
.step-error,
.terms-error { font-size: 11px !important; line-height: 1.5 !important; }


/* Van-Tagem | cadastro rápido 2026 */
.subscribe-container--quick { max-width: 1080px; }
.subscribe-form-wrapper--quick { max-width: 530px; }
.quick-form-grid { grid-template-columns: 1fr; }
.subscribe-google-button { display:flex; align-items:center; gap:13px; width:100%; min-height:60px; padding:10px 14px; margin:18px 0 16px; color:#07111e; background:#fff; border:1px solid #dce2e9; border-radius:15px; box-shadow:0 10px 30px rgba(4,16,30,.07); transition:.2s ease; }
.subscribe-google-button:hover { color:#07111e; transform:translateY(-1px); border-color:rgba(255,176,0,.55); box-shadow:0 14px 34px rgba(4,16,30,.11); }
.subscribe-google-button__icon { display:grid; place-items:center; width:40px; height:40px; flex:0 0 40px; border-radius:12px; background:#f5f7fa; color:#4285f4; font-size:19px; }
.subscribe-google-button > span:nth-child(2) { display:flex; flex:1; flex-direction:column; gap:1px; }
.subscribe-google-button small { color:#7a8491; font-size:9px; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.subscribe-google-button strong { font-size:13px; font-weight:800; }
.subscribe-google-button > i:last-child { color:#e89900; font-size:13px; }
.quick-separator { position:relative; display:flex; justify-content:center; margin:12px 0 20px; color:#8a94a1; font-size:9px; font-weight:800; text-transform:uppercase; letter-spacing:.05em; }
.quick-separator::before { content:""; position:absolute; left:0; right:0; top:50%; height:1px; background:#e7ebef; }
.quick-separator span { position:relative; z-index:1; padding:0 12px; background:#fff; }
.quick-invite-note { display:flex; gap:11px; align-items:center; margin:14px 0; padding:12px 14px; border:1px solid #dbe7f3; border-radius:13px; background:#f5f9fd; color:#18334f; }
.quick-invite-note > i { color:#e89900; }
.quick-invite-note div { display:flex; flex-direction:column; gap:2px; }
.quick-invite-note strong { font-size:11px; font-weight:800; }
.quick-invite-note span { font-size:10px; color:#687686; }
.quick-password-toggle { position:absolute; right:7px; z-index:3; display:grid; place-items:center; width:38px; height:38px; margin:0; color:#748091; background:transparent; border:0; border-radius:10px; cursor:pointer; }
.quick-password-toggle:hover { color:#a66e00; background:rgba(255,176,0,.08); }
.quick-terms { margin-top:22px; }
.quick-password-requirements { margin-top:10px; padding:13px 14px; }
.quick-password-requirements strong { margin-bottom:8px; }
.quick-password-requirements span { gap:5px; }
.quick-password-requirements span i { font-size:8px; }
.quick-navigation { justify-content:stretch; }
.quick-submit { width:100%; }
.quick-login-link { margin-top:18px; text-align:center; color:#788493; font-size:11px; }
.quick-login-link a { color:#a66e00; font-weight:800; }
.subscribe-alert { display:flex; gap:10px; padding:12px 14px; margin:12px 0; border-radius:13px; font-size:11px; }
.subscribe-alert div { display:flex; flex-direction:column; gap:2px; }
.subscribe-alert-error { color:#9c3434; background:#fff3f3; border:1px solid #f2d1d1; }
.field-error { display:block; margin-top:6px; color:#c43f3f; font-size:10px; font-weight:650; }
@media (max-width: 720px) { .subscribe-form-wrapper--quick { max-width:none; } .subscribe-google-button { min-height:56px; } }

/* Van-Tagem | configuração obrigatória da conta */
.account-setup-body { min-height:100vh; background:radial-gradient(circle at 8% 8%,rgba(255,176,0,.10),transparent 24%),radial-gradient(circle at 92% 12%,rgba(36,115,190,.12),transparent 26%),#020b17; color:#fff; }
.account-setup-shell { min-height:100vh; padding:22px clamp(16px,3vw,42px) 34px; }
.account-setup-topbar { max-width:1240px; margin:0 auto 22px; display:flex; align-items:center; justify-content:space-between; gap:16px; }
.account-setup-brand { display:flex; align-items:center; gap:13px; }
.account-setup-brand img { width:118px; max-height:52px; object-fit:contain; }
.account-setup-brand span { display:flex; flex-direction:column; gap:1px; border-left:1px solid rgba(255,255,255,.12); padding-left:13px; }
.account-setup-brand small { font-size:9px; color:rgba(255,255,255,.5); text-transform:uppercase; letter-spacing:.08em; font-weight:800; }
.account-setup-brand strong { font-size:11px; color:#fff; }
.account-setup-logout { display:flex; align-items:center; gap:8px; min-height:40px; padding:0 14px; border:1px solid rgba(255,255,255,.12); border-radius:11px; background:rgba(255,255,255,.055); color:#dbe5ef; font-size:11px; font-weight:750; cursor:pointer; }
.account-setup-layout { max-width:1240px; margin:0 auto; display:grid; grid-template-columns:360px minmax(0,1fr); border:1px solid rgba(255,255,255,.10); border-radius:26px; overflow:hidden; box-shadow:0 30px 90px rgba(0,0,0,.35); }
.account-setup-aside { position:relative; padding:44px 34px; background:linear-gradient(160deg,rgba(9,34,57,.98),rgba(3,18,32,.98)); }
.account-setup-aside::after { content:""; position:absolute; right:-70px; bottom:-80px; width:210px; height:210px; border:1px solid rgba(255,176,0,.16); border-radius:50%; }
.account-setup-aside .ui-kicker { color:#ffb000; font-size:9px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.account-setup-aside h1 { margin:14px 0 13px; font-size:29px; line-height:1.15; font-weight:800; }
.account-setup-aside h1 em { color:#ffb000; font-style:normal; }
.account-setup-aside > p { margin:0; color:rgba(231,240,249,.62); font-size:11px; line-height:1.75; }
.account-setup-progress { display:flex; flex-direction:column; gap:7px; margin:30px 0; }
.setup-progress-item { display:flex; align-items:center; gap:11px; width:100%; padding:10px 11px; text-align:left; color:rgba(255,255,255,.58); background:transparent; border:1px solid transparent; border-radius:13px; cursor:default; transition:.2s; }
.setup-progress-item b { display:grid; place-items:center; width:31px; height:31px; flex:0 0 31px; border-radius:10px; background:rgba(255,255,255,.07); color:rgba(255,255,255,.65); font-size:10px; }
.setup-progress-item span { display:flex; flex-direction:column; gap:1px; }
.setup-progress-item small { font-size:8px; text-transform:uppercase; letter-spacing:.06em; color:inherit; }
.setup-progress-item strong { font-size:11px; color:inherit; }
.setup-progress-item.is-active { color:#fff; background:rgba(255,176,0,.08); border-color:rgba(255,176,0,.22); }
.setup-progress-item.is-active b { background:#ffb000; color:#07111e; }
.setup-progress-item.is-done { cursor:pointer; color:#dce8f2; }
.setup-progress-item.is-done b { background:rgba(43,174,112,.18); color:#66d49a; }
.account-setup-lock-note { display:flex; gap:10px; padding:13px; border-radius:14px; background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.08); position:relative; z-index:1; }
.account-setup-lock-note > i { color:#ffb000; margin-top:2px; }
.account-setup-lock-note div { display:flex; flex-direction:column; gap:3px; }
.account-setup-lock-note strong { font-size:10px; color:#fff; }
.account-setup-lock-note span { font-size:9px; line-height:1.55; color:rgba(255,255,255,.55); }
.account-setup-card { background:#fff; color:#07111e; padding:38px clamp(24px,4vw,56px) 34px; min-height:680px; }
.account-setup-mobile-brand { display:none; }
.account-setup-card-head { display:flex; align-items:flex-start; justify-content:space-between; gap:18px; margin-bottom:22px; }
.account-setup-card-head h2 { margin:6px 0 7px; font-size:24px; font-weight:800; }
.account-setup-card-head p { margin:0; max-width:650px; color:#788493; font-size:11px; line-height:1.65; }
.account-setup-counter { flex:0 0 auto; padding:7px 10px; border-radius:999px; background:#f4f6f8; color:#6d7886; font-size:9px; font-weight:800; }
.setup-step { display:none; animation:setupFade .22s ease; }
.setup-step.is-active { display:block; }
@keyframes setupFade { from{opacity:.2;transform:translateY(5px)} to{opacity:1;transform:none} }
.setup-account-grid { margin-top:8px; }
.setup-invite-banner,.staff-profile-card,.staff-finish-card,.setup-final-note,.setup-section-intro { display:flex; align-items:center; gap:12px; padding:14px 15px; border-radius:15px; }
.setup-invite-banner { margin-top:16px; background:#fff8e8; border:1px solid #f4dfad; color:#614717; }
.setup-invite-banner div,.staff-profile-card div,.staff-finish-card div,.setup-final-note div,.setup-section-intro div { display:flex; flex-direction:column; gap:2px; }
.setup-invite-banner strong,.staff-profile-card strong,.staff-finish-card strong,.setup-final-note strong,.setup-section-intro strong { font-size:11px; font-weight:800; }
.setup-invite-banner span,.staff-profile-card span,.staff-finish-card span,.setup-final-note small,.setup-section-intro p { margin:0; font-size:9.5px; line-height:1.55; color:inherit; opacity:.72; }
.staff-profile-card { background:#f5f8fb; border:1px solid #dce5ed; }
.staff-profile-card > i { font-size:22px; color:#e89900; }
.setup-section-intro { margin-bottom:18px; padding:12px 14px; background:#f5f8fb; border:1px solid #e0e7ed; }
.setup-section-intro > span { display:grid; place-items:center; width:38px; height:38px; flex:0 0 38px; border-radius:12px; color:#9a6900; background:#ffedc3; }
.setup-section-intro p { color:#718090; }
.person-type-switch { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:0 0 18px; }
.person-type-switch input { position:absolute; opacity:0; }
.person-type-switch span { display:flex; align-items:center; justify-content:center; gap:8px; min-height:44px; padding:0 12px; border:1px solid #dfe5eb; border-radius:12px; color:#687686; font-size:10px; font-weight:750; cursor:pointer; }
.person-type-switch input:checked + span { border-color:#ffb000; background:#fff8e7; color:#6f4c00; box-shadow:0 0 0 2px rgba(255,176,0,.08); }
.setup-mini-divider { display:flex; align-items:center; gap:10px; margin:24px 0 17px; color:#8a95a2; font-size:9px; font-weight:800; text-transform:uppercase; letter-spacing:.07em; }
.setup-mini-divider::before,.setup-mini-divider::after { content:""; flex:1; height:1px; background:#e4e8ed; }
.driver-code-feedback { display:block; min-height:18px; margin-top:6px; color:#ba4949; font-size:9px; font-weight:700; }
.driver-code-feedback.is-valid { color:#25875a; }
.setup-final-note { margin-top:22px; background:#071a2b; color:#fff; border:1px solid #15334c; }
.setup-final-note > i { display:grid; place-items:center; width:40px; height:40px; border-radius:12px; background:#ffb000; color:#07111e; }
.staff-finish-card { background:#effaf5; border:1px solid #cfeee0; color:#256e4f; }
.setup-success { color:#256e4f; background:#effaf5; border:1px solid #cfeee0; }
.setup-navigation { position:sticky; bottom:0; margin-top:28px; background:linear-gradient(to bottom,rgba(255,255,255,.85),#fff 24%); padding-bottom:2px; }
.account-setup-card .input-wrapper button { border:0; background:transparent; }
@media (max-width: 900px) { .account-setup-shell{padding:0;}.account-setup-topbar{display:none}.account-setup-layout{display:block;border:0;border-radius:0;min-height:100vh}.account-setup-aside{display:none}.account-setup-card{min-height:100vh;padding:24px 18px 28px}.account-setup-mobile-brand{display:block;margin-bottom:20px}.account-setup-mobile-brand img{width:125px;max-height:50px;object-fit:contain}.account-setup-card-head h2{font-size:21px}.setup-account-grid{grid-template-columns:1fr}.setup-navigation{bottom:-1px;padding:16px 0 max(2px,env(safe-area-inset-bottom));}.setup-navigation .button{min-height:48px}.account-setup-counter{font-size:8px} }
@media (max-width: 520px) { .account-setup-card-head{gap:10px}.account-setup-card-head p{font-size:10px}.person-type-switch{grid-template-columns:1fr}.setup-navigation{gap:8px}.setup-navigation .button{padding:0 14px}.setup-navigation .navigation-spacer{display:none}.setup-navigation .button-next,.setup-navigation .button-submit{flex:1} }


/* Consentimento discreto do cadastro Google */
.quick-google-legal{margin:10px 4px 2px;text-align:center;font-size:11px;line-height:1.55;color:rgba(255,255,255,.52)}
.quick-google-legal a{color:rgba(255,193,7,.9);font-weight:700;text-decoration:none}
.quick-google-legal a:hover{text-decoration:underline}
.subscribe-form-area .quick-google-legal{color:#758195}
.subscribe-form-area .quick-google-legal a{color:#8b6500}

/* Account setup reuses the same control ecosystem as the legacy registration. */
.account-setup-card .input-icon { color:#98a4b4; }
.account-setup-card .input-wrapper-no-icon .vt-smart-select,
.account-setup-card .input-wrapper-no-icon .vt-datetime-trigger { width:100%; }
.account-setup-card .vt-address-search-control { margin-bottom:14px; }
.account-setup-card .vt-address-status { font-family:'Montserrat',sans-serif; }
.account-setup-card .vt-smart-trigger,
.account-setup-card .vt-address-search-input,
.account-setup-card .vt-datetime-trigger { font-family:'Montserrat',sans-serif; }
