/* Remover espaçamento inferior extra inserido pelo css da Smart em produção */
@media (max-width: 576px) {
    .new-home-v4-header {
         margin-bottom: 0px !important;
    }
}

/* Reset */
* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    background: #fff;
    color: #111;
    zoom: 0.9;
}

@supports not (zoom: 0.9) {
    body {
        transform: scale(0.9);
        transform-origin: top left;
        width: 111.11%;
    }
}

:root {
    --container-max: 1450px;
    --gutter: 20px;

    --text: #111111;
    --muted: #444;
    --input-bg: #f1f1f1;
    --input-radius: 4px;

    --sf-yellow: #f9b500;
    --focus: #1a73e8;
}

.section__banner {
    width: 100%;
    background-image: url("banner-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    aspect-ratio: 3 / 4;
    position: relative;
}

@supports not (aspect-ratio: 1 / 1) {
    .section__banner {
        height: 0;
        padding-top: 133.33%;
    }
}

@media (min-width: 768px) {
    .section__banner {
        background-image: url("banner-desktop.png");
        aspect-ratio: 4 / 1;
        background-position: left center;
    }

    @supports not (aspect-ratio: 1 / 1) {
        .section__banner {
            padding-top: 25%;
        }
    }
}

.section__body {
    padding: 50px 0 40px;
}

.container {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--gutter);
}

.wrapper {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

@media (min-width: 992px) {
    .wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 80px;
    }
}

.column {
    width: 100%;
}

@media (min-width: 992px) {
    .column {
        width: 50%;
    }
}

.title {
    max-width: 677px;
}

.title h1 {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.45;
    color: var(--text);
    font-weight: 400;
}

.title h1 span {
    font-weight: 700;
}

.benefits-title {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.benefits {
    margin: 0;
    padding-left: 18px;
    list-style: disc;
}

.benefits li {
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 8px;
    color: var(--text);
}

.benefits li strong {
    font-weight: 700;
}

@media (min-width: 992px) {
    .title h1 {
        font-size: 20px;
    }

    .benefits-title {
        font-size: 20px;
    }

    .benefits li {
        font-size: 18px;
    }

    .form-group input {
        height: 52px;
        font-size: 16px;
    }

    .btn_submit button {
        height: 44px;
        padding: 0 32px;
        font-size: 15px;
    }

    .campos_obligatorios {
        font-size: 13px;
    }
}

.title_form {
    max-width: 420px;
    margin: 0 auto;
}

.title_form h2 {
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 1.05;
    font-weight: 800;
    text-align: center;
}

@media (min-width: 992px) {
    .title_form h2 {
        font-size: 42px;
        text-align: center;
    }
}

.formulario {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.form-group {
    position: relative;
}

.form-group label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.form-group input {
    width: 100%;
    height: 48px;
    border: 1px solid transparent;
    background: var(--input-bg);
    border-radius: var(--input-radius);
    padding: 0 14px;
    font-size: 15px;
    color: var(--text);
    outline: none;
}

.form-group input::placeholder {
    color: #111;
    font-weight: 700;
    opacity: 1;
}

.form-group input:focus {
    border-color: var(--focus);
    box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.18);
    background: #f6f6f6;
}

.error-message {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    color: #d93025;
    line-height: 1.2;
    min-height: 12px;
}

.form-footer {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.btn_submit button {
    border: none;
    cursor: pointer;
    height: 40px;
    padding: 0 28px;
    border-radius: 999px;
    background: var(--sf-yellow);
    color: #111;
    font-weight: 900;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 14px;
}

.btn_submit button:active {
    transform: translateY(1px);
}

.campos_obligatorios {
    font-size: 12px;
    color: var(--muted);
    text-align: right;
    white-space: nowrap;
}

.error-messages {
    max-width: var(--container-max);
    margin: 0 auto 16px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff3f2;
    color: #b3261e;
    font-size: 13px;
    line-height: 1.35;
}

.form-alert {
    max-width: 420px;
    margin: 0 auto 16px;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.form-alert--success {
    background: #e6f4ea;
    color: #1e7e34;
}

.form-alert--error {
    background: #fff3f2;
    color: #b3261e;
}

.btn_submit button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
