    body {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', sans-serif;
        background-color: #edf1f4;
        margin: 0;
        padding: 0;
        color: #333;
    }

    html, body {
        width: 100%;
        overflow-x: hidden;
    }

    a {
        text-decoration: none;
        color: #5d5d5d;
        font-weight: bold;
    }

    .modal-backdrop.show {
        opacity: 0.7 !important;
        background-color: rgba(0, 0, 0, 1.0) !important;
    }

    .btn-go2-blue {
        background-color: #3acce1 !important;
        color: white !important;
        border: 2px solid #3acce1 !important;
        border-radius: 8px;
    }

    .btn-go2-blue-white {
        background-color: #fff !important;
        color: #3acce1 !important;
        border: 2px solid #3acce1 !important;
        border-radius: 8px;
    }

    .btn-go2-white {
        background-color: #fff !important;
        color: #5d5d5d !important;
        border: 2px solid #8d9eb2 !important;
        border-radius: 8px;
    }

    .container {
        border-radius: 10px;
        min-height: 80vh;
        margin-top: 20px;
        max-width: var(--form-width, 900px);
        background-color: #ffffff;
        padding: 20px;
        color: #253b56;
    }

    .container-transp {
        margin: 20px auto 0 auto;
        /* top | right | bottom | left */
        max-width: var(--form-width, 900px);
        color: #8d9eb2;
    }

    .container-shopping {
        margin: 20px auto 0 auto;
        /* top | right | bottom | left */
        max-width: var(--form-width, 500px);
        color: #8d9eb2;
    }

    .container-go2 {
        margin: 20px auto 0 auto;
        /* top | right | bottom | left */
        max-width: var(--form-width, 900px);
        /* display: block; */
        /* font-weight: bold; */
        margin-top: 10px;
        margin-bottom: 20px;
        background-color: #b6e6ed;
        padding: 20px;
        border-radius: 10px;
    }

    .heroText, .subHeadline {
        display: block;
    }

    .heroText {
        display: block;
        font-size: 28px;
        line-height: 1.3;
        color: #5d5d5d;
        margin-bottom: 0px;
        font-weight: bold;
    }

    /* .card-services {
        border: 3px solid #dee2e6;
        border-radius: 10px;
        padding: 10px;
        background-color: #fff;
    } */

    .card-services {
        border: 3px solid #dee2e6;
        border-radius: 8px;
        padding: 0px;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s ease;
        min-height: 80px;
        max-height: 85px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .card-services-img {
        border: 0;
        margin-bottom: 10px;
        /* width: 25px; */
    }

    .card-services-title {
        font-size: 14px;
        font-weight: bold;
        color: #5d5d5d;
    }

    .card-services-description {
        font-size: 12px;
        color: #8d9eb2;
        margin-top: 10px;
        display: block;
    }

    .form-control, .form-select {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* Placeholder mais legível */
    .form-control::placeholder {
        color: #6c757d;
        /* Cinza do Bootstrap */
        opacity: 0.5;
        /* Levemente transparente */
        font-size: 0.9em;
    }

    /* Placeholder em foco */
    .form-control:focus::placeholder {
        color: #adb5bd;
        /* Mais claro quando em foco */
    }

    .btn-disabled-custom {
        background-color: #5d5d5d !important;
        border-color: #5d5d5d !important;
        cursor: not-allowed !important;
    }

    .btn-enabled-custom {
        background-color: #3acce1 !important;
        border-color: #3acce1 !important;
    }

    .littleText {
        font-size: 13px;
        line-height: 1.0;
    }

    .littleTextSpaced {
        font-size: 12px;
        line-height: 1.3;
    }

    .titleText {
        font-size: 20px;
        line-height: 1.0;
        text-align: center;
        color: #253b56;
    }

    .textMonospaced {
        font-family: 'Fira Code', monospace;
    }

    .banner-customer {
        width: 900px;
        margin-top: -10px;
        border-radius: 0px 0px 10px 10px;
        /*top left | top right | bottom right | bottom left*/
    }

    .container-transp2 {
        margin: 20px auto 0 auto;
        /* top | right | bottom | left */
        max-width: var(--form-width, 900px);
        /* color: #8d9eb2; */
        padding: 0px;
    }

    .service-btn {
        font-size: 13px;
        color: #8d9eb2;
        /* font-weight: bold; */
        padding: 8px 8px;
        border-radius: 10px;
        width: fit-content;
        background-color: aliceblue;
        border: 1px solid #dee2e6;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .icon-white {
        filter: brightness(0) invert(1);
    }

    .box-quote {
        margin: 20px auto 0 auto;
        /* top | right | bottom | left */
        width: 850px;
        background-color: white;
        padding: 20px 20px 20px 20px;
        margin-top: -120px;
        border-radius: 10px 10px 10px 10px;
    }

    .box-warning {
        padding: 20px;
        border-radius: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 15px;
        color: #8d9eb2;
    }

    .box-color-gray {
        background-color: #dddfdfd7;
        color: #8d9eb2;
    }

    .box-color-blue {
        background-color: #cff4fc;
        color: #0ca3c1;
    }

    .box-color-yellow {
        background-color: #fff3cd;
        color: #987304;
    }

    .box-color-red {
        background-color: #f8d7db;
        color: #b12a37;
    }

    .box-color-green {
        background-color: #d1e8dd;
        color: #0e503c;
    }

    .box-color-purple {
        background-color: #e0cffd;
        color: #3d1992;
    }

    .verify-container {
        max-width: 420px;
        margin: 20px auto;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
        padding: 40px 30px;
        text-align: center;
    }

    .otp-input {
        width: 60px;
        height: 65px;
        margin: 0 5px;
        border-radius: 10px;
        border: 2px solid #dee2e6;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        transition: all 0.2s ease-in-out;
    }

    .otp-input:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 8px rgba(13, 110, 253, 0.25);
        outline: none;
    }


    @media screen and (max-width: 768px) {

        .card-services {
            flex: 0 0 45%;
            /* Ocupa ~45% da largura (2 por linha) */
            min-width: 120px;
            /* Largura mínima */
            min-height: 80px;
            max-height: 85px;
            overflow: hidden;
        }

        .box-quote {
            margin: 20px auto 0 auto;
            /* auto já centraliza */
            max-width: 85%;
            background-color: white;
            padding: 20px;
            margin-top: -80px;
            border-radius: 10px;
            box-sizing: border-box;
            /* importante! */
        }

        .box-warning {
            padding: 12px 15px;
            font-size: 0.9rem;
        }

        .container,
        .container-transp {
            width: 90%;
            margin: 15px auto;
            padding: 15px;
            margin-top: -10px;
        }

        .titleText {
            font-size: 16px;
        }

        .container-transp2 {
            margin-top: -10px;
            padding: 20px;
            font-size: 13px;
        }

        .banner-customer {
            width: 100%;
        }

    }

    @media screen and (max-width: 400px) {

        .card-services {
            flex: 0 0 45%;
            /* Ocupa ~45% da largura (2 por linha) */
            min-width: 100px;
            /* Largura mínima */
            min-height: 80px;
            max-height: 85px;
            overflow: hidden;
        }
    }