﻿:root {
    --primary: #033640;
    --accent: #e5751c;
    --text: #171717;
    --muted: #4f4f4f;
    --bg-light: #efefef;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
}

body {
    font-family: "Lato", sans-serif;
    color: var(--text);
    background: #f3f3f3;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body > :first-child {
    margin-top: 0 !important;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1120px, 92%);
    margin: 0 auto;
}

.section-gap {
    padding: 72px 0;
}

.top-alert {
    background: #003947;
    color: #fff;
    text-align: center;
    font-weight: 800;
    padding: 7px 10px 8px;
    font-size: 17px;
    line-height: 1.2;
    margin: 0 !important;
    border-top: 0;
}

.header-wrap {
    background: #fff;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    padding: 20px 0 18px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-logo {
    width: 138px;
    max-width: 100%;
    height: auto;
    display: block;
}

.header-info {
    display: flex;
    gap: 46px;
    text-align: right;
    align-items: flex-start;
    margin-left: auto;
    justify-content: flex-end;
}

.header-info p {
    margin: 0;
    max-width: 335px;
    line-height: 1.45;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.header-info strong {
    display: inline-block;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.hero {
    position: relative;
    background: #003947;
    min-height: 610px;
    color: #fff;
}

.hero-overlay {
    display: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    min-height: 610px;
    display: grid;
    grid-template-columns: 430px 444px;
    justify-content: center;
    gap: 92px;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0 72px;
    background: url('../img/banner.webp') center/cover no-repeat;
    overflow: hidden;
}

.hero-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 0;
}

.hero-content::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(7, 86, 97, 0.58);
    z-index: 1;
}

.hero-copy,
.lead-box {
    position: relative;
    z-index: 2;
}

.hero-copy {
    align-self: center;
    justify-self: end;
}

.hero-copy h1 {
    font-size: 50px;
    margin: 0 0 26px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #ffffff;
    max-width: 310px;
}

.hero-copy p {
    font-size: 30px;
    font-weight: 600;
    color: #f0f3f5;
    max-width: 376px;
    margin: 0;
    line-height: 1.13;
}

.lead-box {
    background: rgba(0, 0, 0, 0.90);
    padding: 40px 34px 42px;
    border-radius: 0;
    width: 444px;
    min-height: 515px;
    max-width: 444px;
    justify-self: start;
    align-self: center;
}

.lead-box h2 {
    margin: 0 0 34px;
    font-size: 30px;
    line-height: 1.13;
    font-weight: 700;
    color: #ffffff;
    max-width: 304px;
}

.feedback {
    font-size: 0.98rem;
    padding: 12px;
    margin-bottom: 14px;
    border-radius: 6px;
}

.feedback.ok {
    background: #115b27;
}

.feedback.erro {
    background: #8a1d1d;
}

.lead-box form {
    display: grid;
    gap: 18px;
}

.lead-box input {
    width: 100%;
    border: none;
    border-radius: 0;
    height: 54px;
    padding: 12px 8px;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    background: #ffffff;
    color: #6f6f6f;
}

.hp-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.btn {
    border: none;
    border-radius: 3px;
    padding: 14px 20px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
}

.btn-primary {
    background: var(--accent);
    color: #000;
}

.lead-box .btn-primary {
    margin-top: 4px;
    height: 49px;
    padding: 0 8px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 0;
}

.btn-light {
    background: #fff;
    color: #000;
}

.benefits h2 {
    text-align: center;
    font-size: 45px;
    line-height: 1.15;
    margin: 0 auto 38px;
    font-weight: 400;
    color: #000;
    max-width: 668px;
}

.benefits h2 span {
    font-weight: 800;
    display: block;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 42px 22px;
    align-items: start;
    max-width: 980px;
    margin: 0 auto;
}

.benefit-grid article {
    text-align: center;
    max-width: 288px;
    margin: 0 auto;
    width: 100%;
}

.benefit-grid article:nth-child(1) {
    grid-column: 1 / span 2;
}

.benefit-grid article:nth-child(2) {
    grid-column: 3 / span 2;
}

.benefit-grid article:nth-child(3) {
    grid-column: 5 / span 2;
}

.benefit-grid article:nth-child(4) {
    grid-column: 2 / span 2;
}

.benefit-grid article:nth-child(5) {
    grid-column: 4 / span 2;
}

.benefit-grid img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin: 0 auto 18px;
    object-fit: cover;
    border: 1px solid #0f1132;
}

.benefit-grid h3 {
    margin: 0 0 14px;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 700;
    color: #0f1132;
    text-transform: uppercase;
}

.benefit-grid p {
    margin: 0;
    color: #424242;
    line-height: 1.42;
    font-size: 20px;
    font-family: "PT Sans", sans-serif;
    max-width: 288px;
    margin-left: auto;
    margin-right: auto;
}

.split {
    display: grid;
    grid-template-columns: 479px minmax(420px, 520px);
    justify-content: center;
    column-gap: 78px;
    background: #00303C !important;
    background-color: #00303C !important;
    width: 100%;
    margin: 0;
}

.split-item {
    min-height: 430px;
}

.split-item.image {
    background-size: cover;
    background-position: 38% center;
    position: relative;
}

.split-item.image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
}

.split-item.dark {
    background: #00303C !important;
    background-color: #00303C !important;
    color: #fff;
    padding: 22px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.split-item.dark h2 {
    font-size: 41px;
    line-height: 1.04;
    margin: 0 0 24px;
    text-transform: uppercase;
    text-align: center;
    max-width: 431px;
    color: #ffffff;
}

.split-item.dark p {
    font-size: 20px;
    line-height: 1.35;
    margin: 0 0 24px;
    font-weight: 700;
    text-align: center;
    max-width: 308px;
    color: #ffffff;
}

.split-item.dark ul {
    margin: 0;
    padding-left: 0;
    display: grid;
    gap: 6px;
    font-size: 19px;
    line-height: 1.25;
    list-style: none;
    width: 187px;
    color: #ffffff;
}

.split-item.dark li::before {
    content: ">";
    margin-right: 4px;
}

.team {
    display: grid;
    gap: 44px;
}

.profile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    background: #fff;
}

.profile.reverse img {
    order: 2;
}

.profile > div {
    display: grid;
    place-items: center;
    text-align: center;
    padding: 34px 28px;
}

.profile h2 {
    margin: 0 0 22px;
    font-size: 28px;
    line-height: 1.13;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    max-width: 420px;
}

.profile h2 span {
    font-weight: 800;
}

.profile p {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    max-width: 375px;
}

.profile p:first-of-type {
    margin-bottom: 18px;
    color: #070c1d;
    font-weight: 700;
}

.profile p:first-of-type strong {
    font-weight: 700;
}

.profile p:last-of-type {
    color: #070c1d;
    font-weight: 400;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding-bottom: 72px;
}

.gallery img {
    height: 220px;
    object-fit: cover;
}

.highlights {
    background: #d8d8d8;
    padding: 78px 0 74px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: start;
    max-width: 860px;
    justify-content: center;
    margin: 0 auto;
}

.cards article {
    text-align: center;
    padding: 0;
}

.highlight-icon {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
}

.cards h3 {
    margin: 0 0 14px;
    font-size: 22.98px;
    line-height: 1.22;
    font-weight: 700;
    color: #000;
}

.cards p {
    margin: 0;
    font-size: 18.6px;
    line-height: 1.46;
    color: #424242;
    font-family: "PT Sans", sans-serif;
    max-width: 241px;
    margin-left: auto;
    margin-right: auto;
}

.location {
    background-color: #efefef;
    background-image:
        linear-gradient(rgba(239, 239, 239, 0.82), rgba(239, 239, 239, 0.82)),
        url('../img/bg-branco.png');
    background-repeat: repeat, repeat;
    background-size: auto, 400px 400px;
    padding-top: 74px;
    padding-bottom: 0;
}

.location-copy {
    text-align: center;
    max-width: 820px;
}

.location-copy h2 {
    margin: 0 0 22px;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 800;
    color: #000;
}

.location-copy p {
    margin: 0;
    font-size: 17px;
    line-height: 1.35;
    color: #000;
}

.location-copy p + p {
    margin-top: 16px;
}

.map-wrap {
    margin-top: 34px;
    width: min(1474px, 100%);
    margin-left: auto;
    margin-right: auto;
}

.map-wrap iframe {
    width: 100%;
    height: 366px;
    min-height: 366px;
    border: 0;
}

.final-cta {
    background: #d9d9d9;
    text-align: center;
    padding: 58px 0 28px;
}

.final-cta h2 {
    font-size: 45px;
    line-height: 1.12;
    font-weight: 700;
    color: #000;
    margin: 0 auto 20px;
    max-width: 766px;
}

.final-cta .btn-primary {
    min-width: 357px;
    height: 50px;
    padding: 0 8px;
    border-radius: 0;
    font-size: 26px;
    font-weight: 700;
}

.responsavel {
    margin: 22px 0 0;
    font-size: 16px;
    line-height: 1.08;
    color: #000;
    font-weight: 400;
}

footer {
    text-align: center;
    background: #00333d;
    color: #fff;
    padding: 16px;
}

.whats-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    text-decoration: none;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: block;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.whats-float img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1080px) {
    .header-info {
        flex-direction: column;
        text-align: center;
        gap: 18px;
        width: 100%;
    }

    .benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 640px;
    }

    .benefit-grid article:nth-child(1),
    .benefit-grid article:nth-child(2),
    .benefit-grid article:nth-child(3),
    .benefit-grid article:nth-child(4),
    .benefit-grid article:nth-child(5) {
        grid-column: auto;
    }

    .cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 880px) {
    .main-header {
        flex-direction: column;
        align-items: center;
        gap: 14px;
        padding: 16px 0 14px;
    }

    .brand {
        justify-content: center;
        width: 100%;
    }

    .brand-logo {
        width: 130px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 40px 20px 36px;
        width: 100%;
        gap: 24px;
        justify-content: stretch;
    }

    .hero-content::after {
        background: rgba(7, 86, 97, 0.58);
    }

    .hero-copy,
    .lead-box {
        justify-self: stretch;
    }

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

    .hero-copy h1 {
        font-size: 42px;
        margin: 0 0 18px;
        max-width: 100%;
    }

    .hero-copy p {
        font-size: 22px;
        max-width: 100%;
    }

    .lead-box {
        width: 100%;
        max-width: 420px;
        min-height: auto;
        margin: 0 auto;
        padding: 28px 22px 30px;
    }

    .lead-box h2 {
        font-size: 28px;
        margin-bottom: 24px;
        max-width: 100%;
    }

    .lead-box input {
        height: 50px;
    }

    .lead-box .btn-primary {
        height: 48px;
        font-size: 18px;
    }

    .split,
    .profile {
        grid-template-columns: 1fr;
    }

    .split {
        justify-content: stretch;
        column-gap: 0;
    }

    .split-item {
        min-height: auto;
    }

    .split-item.image {
        min-height: 360px;
    }

    .split-item.dark {
        padding: 28px 20px 32px;
    }

    .split-item.dark h2 {
        font-size: 34px;
        max-width: 360px;
    }

    .split-item.dark p {
        font-size: 18px;
        max-width: 320px;
    }

    .split-item.dark ul {
        font-size: 18px;
        width: 220px;
    }

    .profile.reverse img {
        order: 0;
    }

    .profile img {
        width: 100%;
        height: 360px;
        object-fit: cover;
    }

    .profile > div {
        padding: 28px 20px;
    }

    .profile h2 {
        font-size: 24px;
        max-width: 340px;
    }

    .profile p {
        font-size: 17px;
        max-width: 340px;
    }

    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .cards {
        max-width: 420px;
        gap: 28px;
    }

    .highlight-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 16px;
    }

    .cards h3 {
        font-size: 21px;
        margin-bottom: 12px;
    }

    .cards p {
        font-size: 17px;
        max-width: 280px;
    }

    .location {
        padding-top: 54px;
    }

    .location-copy {
        width: min(92%, 640px);
    }

    .map-wrap {
        width: min(92%, 900px);
    }

    .map-wrap iframe {
        height: 320px;
        min-height: 320px;
    }

    .final-cta {
        padding: 42px 0 24px;
    }

    .final-cta h3 {
        font-size: 34px;
        max-width: 560px;
    }

    .final-cta .btn-primary {
        min-width: 300px;
        font-size: 22px;
    }
}

@media (max-width: 620px) {
    .top-alert {
        font-size: 15px;
        padding: 8px 10px;
    }

    .main-header {
        padding: 14px 0 12px;
    }

    .brand-logo {
        width: 118px;
    }

    .header-info {
        gap: 14px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .header-info p,
    .header-info strong {
        font-size: 14px;
    }

    .header-info p {
        max-width: 300px;
    }

    .hero {
        min-height: auto;
    }

    .hero-content {
        padding: 28px 14px 24px;
        gap: 18px;
    }

    .hero-copy {
        max-width: 100%;
    }

    .hero-copy h1 {
        font-size: 30px;
        line-height: 1.08;
        margin-bottom: 14px;
    }

    .hero-copy p {
        font-size: 16px;
        line-height: 1.22;
    }

    .benefit-grid,
    .gallery {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .benefits {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .benefits h2 {
        font-size: 28px;
        max-width: 320px;
        margin-bottom: 28px;
    }

    .benefit-grid {
        max-width: 100%;
    }

    .benefit-grid img {
        width: 100px;
        height: 100px;
        margin-bottom: 14px;
    }

    .benefit-grid h4 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .benefit-grid p {
        font-size: 16px;
        max-width: 300px;
    }

    .lead-box {
        max-width: 100%;
        padding: 22px 16px 24px;
    }

    .lead-box h2 {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .lead-box form {
        gap: 14px;
    }

    .lead-box input {
        height: 46px;
        font-size: 14px;
        padding: 10px 10px;
    }

    .lead-box .btn-primary {
        height: 46px;
        font-size: 17px;
    }

    .hero-copy p,
    .split-item.dark p,
    .split-item.dark ul,
    .profile p,
    .cards p,
    .location-copy p {
        font-size: 16px;
    }

    .split-item.image {
        min-height: 280px;
    }

    .split-item.dark {
        padding: 24px 16px 28px;
    }

    .split-item.dark h2 {
        font-size: 26px;
        margin-bottom: 16px;
        max-width: 300px;
    }

    .split-item.dark p {
        max-width: 290px;
        margin-bottom: 16px;
    }

    .split-item.dark ul {
        width: 210px;
        gap: 4px;
    }

    .team {
        gap: 22px;
    }

    .profile img {
        height: 280px;
    }

    .profile > div {
        padding: 22px 16px;
    }

    .profile h2 {
        font-size: 20px;
        margin-bottom: 14px;
        max-width: 290px;
    }

    .profile p {
        max-width: 290px;
        line-height: 1.25;
    }

    .gallery {
        gap: 10px;
    }

    .gallery img {
        height: 220px;
    }

    .highlights {
        padding: 48px 0 44px;
    }

    .cards {
        max-width: 100%;
        gap: 24px;
    }

    .cards article {
        width: min(100%, 280px);
        margin: 0 auto;
    }

    .highlight-icon {
        width: 44px;
        height: 44px;
        margin-bottom: 12px;
    }

    .cards h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .cards p {
        max-width: 240px;
        line-height: 1.35;
    }

    .location {
        padding-top: 42px;
    }

    .location-copy h2 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .location-copy p + p {
        margin-top: 12px;
    }

    .map-wrap {
        margin-top: 24px;
        width: 100%;
    }

    .map-wrap iframe {
        height: 250px;
        min-height: 250px;
    }

    .final-cta {
        padding: 34px 0 22px;
    }

    .final-cta h2 {
        font-size: 28px;
        max-width: 320px;
        margin-bottom: 16px;
    }

    .final-cta .btn-primary {
        min-width: 0;
        width: min(100%, 300px);
        height: 46px;
        font-size: 20px;
    }

    .responsavel {
        font-size: 14px;
        margin-top: 16px;
    }

    footer {
        padding: 14px 12px;
        font-size: 13px;
    }

    .whats-float {
        width: 50px;
        height: 50px;
        right: 14px;
        bottom: 14px;
    }
}
