:root {
    --petroleo: #159488;
    --verde: #22c55e;
    --campo: #d8fac3;
    --escuro: #071d25;
    --texto: #17231f
}

* {
    box-sizing: border-box
}

body {
    min-height: 100vh;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(135deg, #f6f8fa, #dce7e9);
    color: var(--texto)
}

.hero {
    max-width: 720px;
    padding-top: 12vh
}

.eyebrow {
    color: var(--petroleo);
    font-weight: 700;
    letter-spacing: .12em
}

.hero h1 {
    font-size: clamp(2rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.02;
    margin: 1rem 0
}

.hero p {
    font-size: 1.15rem;
    color: #607075
}

/*.whatsapp-float {
    position: fixed;
    right: 28px;
    bottom: 24px;
    z-index: 1060;
    width: 64px;
    height: 64px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #35c85a;
    box-shadow: 0 10px 28px #0004;
    display: grid;
    place-items: center;
    padding: 10px;
    transition: .25s ease
}

.whatsapp-float:hover {
    transform: translateY(-4px) scale(1.04);
    background: #24b94b
}

.whatsapp-float:focus-visible {
    outline: 3px solid #087a70;
    outline-offset: 4px
}

.whatsapp-float svg {
    width: 100%;
    height: 100%;
    fill: #fff
} */

.modal-dialog-whatsapp {
    position: fixed;
    right: 30px;
    bottom: 140px;
    margin: 0;
    width: min(480px, calc(100vw - 32px));
    max-width: none
}

.whatsapp-card {
    border: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 18px 55px #0007
}

.whatsapp-header {
    background: var(--petroleo);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 11px 16px
}

.whatsapp-header h2 {
    font-size: 1.24rem;
    font-weight: 700;
    margin: 0
}

.brand-mark {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border-radius: 50%;
    background: #fff;
    color: #17211f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: .72
}

.brand-mark b {
    font-size: 16px;
    letter-spacing: 2px
}

.brand-mark small {
    font-size: 5px;
    margin-top: 6px
}

.status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .92rem
}

.status i {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #60ec8b;
    border-radius: 50%
}

.whatsapp-header .btn-close {
    align-self: flex-start;
    margin-top: 4px;
    opacity: 1
}

.whatsapp-body {
    padding: 14px;
    background-color: var(--escuro);
    background-image: radial-gradient(circle at 20px 20px, #24505a55 2px, transparent 3px), radial-gradient(circle at 50px 52px, #24505a40 1px, transparent 3px);
    background-size: 70px 70px
}

.welcome {
    position: relative;
    background: #fff;
    border-radius: 9px;
    padding: 13px 14px;
    margin: 0 0 10px;
    max-width: 340px;
    line-height: 1.42
}

.welcome:before {
    content: "";
    position: absolute;
    left: -7px;
    top: 20px;
    border-width: 7px 8px 7px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent
}

#formWhatsApp {
    margin-left: 105px
}

.form-controlw,
.form-selectw,
.input-group-textw {
    min-height: 32px;
    border: 0;
    background: var(--campo);
    color: #183126
}

.form-control::placeholder {
    color: #6f8a74
}

.form-control:focus,
.form-select:focus {
    background: var(--campo);
    border-color: #147bd1;
    box-shadow: 0 0 0 3px #1684dc
}

.input-group>.form-control:focus {
    z-index: 2
}

.country {
    gap: 8px
}

.country i {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #416742
}

.invalid-feedback {
    background: #fff;
    border-radius: 4px;
    padding: 3px 7px;
    margin-top: 3px
}

.btn-conversa {
    background: var(--verde);
    border-color: var(--verde);
    color: #fff;
    font-size: 1rem;
    padding: 9px 16px
}

.btn-conversa:hover,
.btn-conversa:focus {
    background: #18a94c;
    border-color: #18a94c;
    color: #fff
}

.alert {
    font-size: .88rem;
    padding: 8px 10px;
    margin-bottom: 8px
}

.btn-fechar-whatsapp {
    appearance: none;
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    box-shadow: none;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

@media(max-width:575.98px) {
    .whatsapp-float {
        right: 16px;
        bottom: 16px;
        width: 58px;
        height: 58px
    }

    .modal-dialog-whatsapp {
        inset: auto 8px 86px 8px;
        width: auto
    }

    .whatsapp-header {
        padding: 10px 12px
    }

    .brand-mark {
        width: 50px;
        height: 50px;
        flex-basis: 50px
    }

    .whatsapp-header h2 {
        font-size: 1.05rem
    }

    .whatsapp-body {
        padding: 12px
    }

    .welcome {
        max-width: calc(100% - 12px)
    }

    #formWhatsApp {
        margin-left: 0
    }

    .btn-conversa {
        width: 100%
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        scroll-behavior: auto !important;
        transition: none !important
    }
}
