/*estrutura base*/
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Flexo Regular', Arial, sans-serif;
    padding-top: 70px;
}

/*Fontes*/
/* FLEXO REGULAR */
@font-face {
    font-family: 'Flexo Regular';
    src: url('../Fonts/Flexo-Regular.ttf') format('woff2'),
        url('../Fonts/Flexo-Regular.ttf') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* FLEXO LIGHT */
@font-face {
    font-family: 'Flexo Light';
    src: url('../Fonts/Flexo-Light.ttf') format('woff2'),
        url('../Fonts/Flexo-Light.ttf') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* FLEXO DEMIBOLD */
@font-face {
    font-family: 'Flexo DemiBold';
    src: url('/Fonts/Flexo-Demi.ttf') format('woff2'),
        url('../Fonts/Flexo-Demi.ttf') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* FLEXO SEMIBOLD */
@font-face {
    font-family: 'Flexo SemiBold';
    src: url('/Fonts/Flexo-Bold.ttf') format('woff2'),
        url('/Fonts/Flexo-Bold.ttf') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* CIRCULAR AIR PRO */
@font-face {
    font-family: 'Circular Air Pro';
    src: url('../Fonts/Circular-Air-Pro-Book.otf') format('woff2'),
        url('../Fonts/Circular-Air-Pro-Book.otf') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*Navbar*/
.atmos-nav {
    background: #004264;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.logo_navbar {
    height: 50px;
    transition: .2s ease;
    cursor: pointer;
}

.logo_navbar:hover {
    transform: scale(1.1);
}

.atmos-link {
    font-family: 'Flexo Light', Arial, sans-serif;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 14px;
    letter-spacing: 2px;
    transition: 0.3s;
    text-transform: uppercase;
}

/* Hover dourado elegante */
.atmos-link:hover {
    color: #B99464 !important;
}

/* Toggler branco */
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,0.85%29' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.hero-section {
    position: relative;
    min-height: 80vh;
    background-image: url("../imgs/ATMOS_PUC_ÁREA\ EXTERNA_10.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
}

/* leve overlay para o conteúdo "grudar" no fundo */
.hero-overlay {
    width: 100%;
    height: 100%;
    padding: 60px 0;
}

/* Caixa de texto azul à esquerda */
.hero-text-box {
    background-color: rgba(8, 58, 95, 0.90);
    font-family: 'Flexo Regular', Arial, sans-serif;
    padding: 20px 20px;
    max-width: 620px;
    width: max-content;
    flex-shrink: 0;
}

.hero-text-box p {
    margin: 0;
    color: #e5bf9a;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 300;
}

.hero-text-box span {
    font-weight: 700;
}

/* Faixa "Nova Iguaçu - RJ" */
.hero-location-pill {
    font-family: 'Flexo DemiBold', Arial, sans-serif;
    display: inline-block;
    padding: 10px 40px;
    background-color: #f2b47c;
    color: #0d3b60;
    font-weight: 700;
    font-size: 28px;
}

.hero-h2 {
    color: #e5bf9a;
}

/* Card do formulário à direita */
.hero-form-card {
    background-color: rgba(8, 58, 95, 0.95);
    padding: 40px 45px 45px;
    max-width: 360px;
    margin-left: auto;
    color: #ffffff;
}

.hero-form-card h2 {
    font-family: 'Flexo SemiBold', Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 15px;
}

.hero-form-subtitle {
    font-family: 'Flexo Light', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}

/* Inputs escuros dentro do card */
.hero-input {
    background-color: rgba(0, 23, 45, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
}

.hero-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* estado focado */
.hero-input:focus {
    background-color: rgba(0, 23, 45, 0.85) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    box-shadow: none !important;
}

/* remove glow padrão no foco */
.hero-input:focus {
    box-shadow: none;
    outline: none;
    border-color: #f2b47c;
}

/* Botão degradê dourado */
.hero-btn {
    font-family: 'Flexo SemiBold', Arial, sans-serif;
    border: none;
    border-radius: 0;
    padding: 12px 0;
    text-transform: lowercase;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2px;
    color: #ffffff;
    background: #B06D51;
    background: linear-gradient(90deg, rgba(176, 109, 81, 1) 0%, rgba(202, 152, 107, 1) 30%, rgba(241, 203, 165, 1) 71%, rgba(176, 109, 81, 1) 100%);
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.hero-btn:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

/*Section Residencial*/
.residencial-full-section {
    position: relative;
    overflow: visible;
    padding: 120px 0 80px;
    background: transparent;
}

.bg-residencial-wrapper {
    background: url("../imgs/bg-azul-3.png") no-repeat center top;
    background-size: cover;
    position: relative;
}

.bg-atmosfera {
    background-color: #103c5c;
    position: relative;
    z-index: 5;
    padding: 40px;
    border-radius: 40px 40px 0 0;
    margin-top: 0;
}

/* TABLET – 768px até 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
    .bg-atmosfera {
        margin-top: -60px;
        /* sobe um pouco */
        padding: 35px;
        border-radius: 32px 32px 0 0;
    }
}

/* LAPTOP – 1024px até 1399px */
@media (min-width: 1024px) and (max-width: 1399px) {
    .bg-atmosfera {
        margin-top: -90px;
        padding: 40px;
        border-radius: 36px 36px 0 0;
    }
}

@media (min-width: 1400px) {
    .bg-atmosfera {
        margin-top: -120px;
        padding: 40px 50px;
        border-radius: 40px 40px 0 0;
    }
}

.residencial-left-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    max-width: 490px;
}

.residencial-label {
    font-size: 12px;
    opacity: 0.7;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.residencial-title {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.4;
    color: #e5bf9a;
}

.residencial-title span {
    font-weight: 700;
    color: #e5bf9a;
}

.residencial-text {
    font-size: 18px;
    margin-top: 45px;
    line-height: 1.7;
    opacity: 0.9;
}

.residencial-bear-wrapper {
    margin-top: 40px;
    text-align: end;
}

.residencial-bear {
    max-width: 480px;
    width: 100%;
}

@media (min-width: 1200px) {
    .residencial-bear-wrapper {
        margin-top: 20px;
        text-align: right;
        margin-right: -40px;
    }

    .residencial-bear {
        max-width: 510px;
    }
}

/* DESKTOP GRANDE – 1600px+ */
@media (min-width: 1600px) {
    .residencial-bear-wrapper {
        margin-right: -80px;
    }

    .residencial-bear {
        max-width: 520px;
    }
}

.residencial-card-image-wrapper {
    position: relative;
    z-index: 2;
}

.residencial-final-img {
    width: 100%;
    height: auto;
    margin-left: auto;
    display: block;
}

/*Marcas*/
.marcas-section {
    position: relative;
    overflow: visible;
    padding: 60px 0 80px;
    background: transparent;
    z-index: 1;
}

/* LADO ESQUERDO */
.marcas-left-box {
    position: relative;
    z-index: 1;
    border-radius: 80px;
    padding: 60px 70px;
    max-width: 760px;
}

.marcas-title {
    color: #e5bf9a;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 25px;
}

.marcas-title span {
    color: #e5bf9a;
    /* dourado do layout */
    font-weight: 600;
}

.marcas-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.9;
    margin: 0;
}

/* LADO DIREITO – CARD BRANCO COM LOGOS (IMAGEM ÚNICA) */
.marcas-card-wrapper {
    position: relative;
    z-index: 3;
    background: #ffffff;
    border-radius: 80px 80px 0px 0px;
    padding: 60px 80px;
    margin-right: -60px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.marcas-card-img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 1366px) {
    .marcas-card-wrapper {
        margin-right: 0;
        padding: 40px 50px;
        border-radius: 60px 60px 0 0;
    }

    .marcas-left-box {
        max-width: 100%;
        padding: 40px 40px;
    }
}

/* Desktop médio – a partir de 1200px */
@media (min-width: 1200px) {
    .marcas-section .residencial-left-content {
        margin-left: 10%;
    }
}

/* Desktop bem largo – a partir de 1440px */
@media (min-width: 1440px) {
    .marcas-section .residencial-left-content {
        margin-left: 16%;
    }
}

/*Gestao inteligente*/
.gestao-inteligente {
    background-color: #fff;
    padding: 70px 0 0 0;
    margin-top: -120px;
    position: relative;
    z-index: 2;
    font-family: 'Circular Air Pro', Arial, sans-serif;
}

.gestao-title,
.gestao-text,
.gestao-text-bold {
    text-align: center;
    padding: 10px;
}

.gestao-title {
    color: #024d72;
}

.gestao-text {
    color: #575756;
}

.gestao-text-bold {
    color: #575756;
    font-weight: bold;
}

.smart-logo-column {
    display: flex;
    justify-content: center;
}

.smart-logo {
    max-width: 260px;
    width: 100%;
    height: auto;
}

.smart-divider {
    width: 4px;
    height: 80px;
    background-color: #e63c8c;
    margin: auto;
}

.smart-text {
    font-size: 21px;
    line-height: 1.7;
    color: #4a4a4a;
}

.housi-appspace-section {
    padding: 60px 0 80px;
}

.housi-appspace-container {
    max-width: 100%;
}

/* mapa à esquerda */
.housi-map-wrapper {
    text-align: center;
}

.housi-map {
    max-width: 100%;
    height: auto;
}

.implantacao-housi {
    margin-left: 310px;
}

.implantacao-housi h3 {
    font-size: 22px;
    font-weight: 700;
    color: #e63895;
    font-family: 'Circular Air Pro', Arial, sans-serif;
    margin-bottom: 12px;
}

.implantacao-housi ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.implantacao-housi ul li {
    font-size: 16px;
    color: #666666;
    margin-bottom: 6px;
    position: relative;
    padding-left: 18px;
}

/* bolinha rosa */
.implantacao-housi ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #e63895;
    font-size: 20px;
    line-height: 16px;
}


/* CARD ROSA */
.housi-appspace-card {
    background: #e63c8c;
    border-radius: 48px 0 0 48px;
    padding: 50px 60px;
    color: #ffffff;
    font-family: 'Circular Air Pro', Arial, sans-serif;
}

/* cabeçalho */
.housi-appspace-logo {
    font-size: 22px;
    letter-spacing: 6px;
    font-weight: 600;
}

.housi-appspace-logo img {
    max-width: 220px;
}

.housi-appspace-header {
    display: flex;
    align-items: center;
}

.housi-appspace-sub {
    font-size: 16px;
    margin-top: 4px;
}

.housi-appspace-marcas {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
}

/* Divisor branco do meio */
.housi-divider {
    width: 2px;
    height: 75px;
    background: #ffffff;
    opacity: 0.9;
    margin: 0 25px;
}

/* "+80 MARCAS" */
.housi-appspace-marcas {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.housi-appspace-marcas .plus {
    font-size: 28px;
    font-weight: 700;
}

/* Lista */
.housi-appspace-list {
    list-style: none;
    padding-left: 0;
    margin-top: 25px;
}

.housi-appspace-list li {
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    margin-bottom: 6px;
}

.housi-appspace-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 20px;
}

/* CÍRCULOS */
.housi-appspace-circles {
    margin-top: 30px;
}

.housi-circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
    background: #fff;
}

.housi-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.housi-appspace-circles p {
    font-size: 14px;
    margin-top: 6px;
}

/*Grudar o mapa no card*/
.housi-appspace-row {
    --bs-gutter-x: 0;
}

.housi-map-wrapper {
    position: relative;
    z-index: 2;
    margin-right: -150px;
}

/* DESKTOP GRANDE (≥1800px) */
@media (min-width: 1800px) {
    .housi-map-wrapper {
        margin-right: -350px;
    }
}

/* DESKTOP MÉDIO (≥1400px) */
@media (min-width: 1400px) and (max-width: 1799px) {
    .housi-map-wrapper {
        margin-right: -180px;
    }

    .implantacao-housi {
        margin-left: 140px;
    }
}

@media(max-width: 1399px) {
    .implantacao-housi {
        margin-left: 0px;
    }
}

.housi-appspace-card {
    position: relative;
    z-index: 1;
    margin-left: -30px;
    margin-top: -100px;
}

/*Ecossistema housi*/
.housi-ecos-section {
    padding: 0 0 60px;
}

/* Card rosa grande da esquerda */
.housi-ecos-card {
    background: #e63c8c;
    border-radius: 0 48px 48px 0;
    padding: 20px 80px 20px 250px;
    display: flex;
    align-items: center;
    gap: 30px;
    color: #ffffff;
}

/* texto vertical */
.housi-ecos-vertical {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* texto de baixo pra cima */
    font-size: 25px;
    margin-right: 50px;
    line-height: 1.6;
    text-align: center;
    max-height: 420px;
}

.housi-ecos-vertical .bold {
    font-weight: 700;
}

/* imagem com todas as marcas (única imagem) */
.housi-ecos-logos {
    flex: 1;
}

.housi-ecos-logos img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px;
}

/* Lado direito – título e celular */
.housi-ecos-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 1800px) {
    .housi-ecos-phone-wrapper {
        margin-left: -420px;
        max-width: 430px;
    }

    .housi-ecos-title {
        margin-left: -300px;
    }
}


/* === DESKTOP PADRÃO (1200px – 1499px) === */
@media (min-width: 1400px) and (max-width: 1799px) {
    .housi-ecos-phone-wrapper {
        margin-left: -380px;
        margin-top: 10px;
        max-width: 360px;
    }

    .housi-ecos-title {
        margin-left: -250px;
    }
}

/* === LAPTOP / TELAS MENORES (992px – 1199px) === */
@media (min-width: 1200px) and (max-width: 1399px) {
    .housi-ecos-phone-wrapper {
        margin-left: -330px;
        max-width: 310px;
    }

    .housi-ecos-title {
        margin-left: -180px;
    }
}

/* === TABLETS PAISAGEM (768px – 991px) === */
@media (max-width: 991px) {

    .housi-ecos-card {
        padding: 20px;
        border-radius: 0;
        flex-direction: column;
        gap: 20px;
    }

    .housi-ecos-title {
        margin-left: 0;
        text-align: center;
    }
}

/* === TABLETS / MOBILE (≤ 767px) === */
@media (max-width: 767px) {

    .housi-ecos-card {
        padding: 20px;
        flex-direction: column;
    }

    .housi-ecos-title {
        margin-left: 0;
        text-align: center;
    }
}

/*Pay per use*/
.payuse-section {
    background: #ffffff;
    margin-top: 0;
}

/* bloco azul com topo arredondado */
.payuse-wrapper {
    background: url('../imgs/bg-payuse.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 70px 0 0;
    color: #ffffff;
    overflow: hidden;
}

/* título + linhas douradas */
.payuse-title-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
    margin-top: 60px;
}

@media (max-width: 767px) {
    .payuse-title-row {
        margin-top: 0px;
    }

    .payuse-title {
        font-size: 100%;
    }
}

.payuse-title {
    font-size: 22px;
    letter-spacing: 1em;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.payuse-line {
    display: inline-block;
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, #b06d51, #ca986b, #f1cba5, #b06d51);
}

/* subtítulo */
.payuse-subtitle {
    max-width: 680px;
    margin: 50px auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    opacity: 0.9;
}

/* listas de serviços */
.payuse-list {
    list-style: none;
    padding: 0;
    margin: 40px 0 60px 0;
}

.payuse-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 15px;
}

.payuse-list img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 3px;
}

.payuse-list p {
    margin: 0;
}

.payuse-list strong {
    font-weight: 600;
}

/* barra dourada inferior */
.payuse-footer {
    margin-top: 50px;
    background: linear-gradient(90deg, #b06d51, #ca986b, #f1cba5, #b06d51);
    padding: 18px 15px;
    text-align: center;
}

.payuse-footer p {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #0b395c;
}

@media (max-width: 767px) {
    .payuse-footer {
        font-size: 100%;
    }
}

.payuse-lazer {
    padding: 5px 0 0;
}

.payuse-lazer-wrapper {
    position: relative;
    background: #004264;
    padding: 70px 0 0;
    color: #ffffff;
    overflow: visible;
}

/* EXTENSÃO DO FUNDO AZUL */
.payuse-lazer-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 300px;
    background: #004264;
    z-index: -1;
}

/* TAG LAZER */
.lazer-tag {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    display: block;
}

/* TÍTULO */
.lazer-title {
    font-size: 42px;
    line-height: 1.25;
    font-weight: 300;
    margin-bottom: 65px;
    color: #e5bf9a;
}

.lazer-title span {
    color: #e4be95;
    font-weight: 600;
}

/* DESCRIÇÃO */
.lazer-desc {
    max-width: 620px;
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 70px;
    margin-top: 35px;
}

@media (max-width: 767px) {
    .lazer-desc {
        margin-top: 0;
    }
}

/* BOX COM ITENS */
.lazer-box {
    background: #0A3856;
    background: linear-gradient(90deg, rgba(10, 56, 86, 1) 0%, rgba(5, 73, 107, 1) 100%);
    padding: 40px 50px;
    border-radius: 40px;
    backdrop-filter: blur(3px);
    margin-bottom: 0;
}

@media (min-width: 1800px) {
    .lazer-box {
        margin-right: -130px;
    }
}

/* LISTAS */
.lazer-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.lazer-list li {
    display: flex;
    align-items: start;
    gap: 12px;
    font-size: 18px;
    margin-bottom: 18px;
    color: #dbe8f0;
    min-height: 42px;
}

.lazer-list img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

/*Carrossel lazer*/
.lazer-carousel-section {
    padding: 0 0 80px;
    margin-top: -40px;
    background: #004264;
    background: linear-gradient(180deg, rgba(0, 66, 100, 1) 0%, rgba(0, 66, 100, 1) 60%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
}

/* ÁREA PRINCIPAL DO CARROSSEL */
.lazer-carousel-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* IMAGEM PRINCIPAL */
.carousel-main {
    width: 70%;
    overflow: hidden;
    border-radius: 40px 40px 0 0;
    cursor: zoom-in;
    position: relative;
}

.carousel-main img {
    width: 100%;
    display: block;
    transition: opacity 0.4s ease;
}

.carousel-main img.zoomed {
    cursor: zoom-out;
    transform: scale(2);
}

/* SETAS DO CARROSSEL */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.carousel-btn img {
    width: 50px;
    height: 50px;
    transition: 0.2s ease;
}

.carousel-btn img:hover {
    transform: scale(1.1);
}

.left-btn {
    left: 120px;
}

.right-btn {
    right: 120px;
}

/* FUNDO BEGE DAS MINIATURAS */
.carousel-thumbs {
    background: linear-gradient(90deg, #b06d51, #ca986b, #f1cba5, #b06d51);
    padding: 25px 40px;
    border-radius: 0 0 40px 40px;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 0 auto;
    width: 70%;
    margin-top: -20px;
}

/* MINIATURAS */
.carousel-thumbs img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 18px;
    cursor: pointer;
    opacity: 0.8;
    transition: 0.25s;
}

.carousel-thumbs img:hover {
    opacity: 1;
    transform: scale(1.05);
}

.carousel-thumbs img.active {
    opacity: 1;
    border: 3px solid #b06d51;
}

@media (min-width: 1024px) and (max-width: 1366px) {

    /* reduz tamanho das thumbs */
    .carousel-thumbs img {
        width: 95px;
        height: 62px;
    }

    /* deixa a barra dourada mais estreita e proporcional */
    .carousel-thumbs {
        width: 85%;
        gap: 14px;
        padding: 18px 28px;
        margin-top: -15px;
    }

    .carousel-main {
        width: 85%;
    }

    /* setas mais próximas */
    .left-btn {
        left: 20px;
    }

    .right-btn {
        right: 20px;
    }
}

/* MODAL DE IMAGEM DO LAZER */
/* MODAL BASE */
.lazer-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.0);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 24px;

    opacity: 0;
    transition:
        background 0.35s ease,
        opacity 0.35s ease;
}

.lazer-modal.open {
    display: flex;
    background: rgba(0, 0, 0, 0.85);
    opacity: 1;
}

/* CONTEÚDO DO MODAL (DESKTOP + BASE) */
.lazer-modal-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;

    background: #222;
    padding: 8px;
    border-radius: 12px;

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);

    transform: scale(0.9);
    opacity: 0;
    transition:
        transform 0.35s ease,
        opacity 0.35s ease;
}

.lazer-modal.open .lazer-modal-content {
    transform: scale(1);
    opacity: 1;
}

.lazer-modal-content img {
    width: 100%;
    height: auto;
    max-height: 86vh;
    object-fit: contain;
    border-radius: 8px;
    background: #000;
}

/* BOTÃO FECHAR */
.lazer-modal-close {
    position: absolute;
    top: 4px;
    right: 4px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.lazer-modal.open .lazer-modal-close {
    opacity: 1;
    transform: scale(1);
}

/* SETAS DENTRO DO MODAL */
.modal-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 38px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease;
}

.modal-arrow:hover {
    background: rgba(0, 0, 0, 0.7);
}

.modal-arrow-left {
    left: 15px;
}

.modal-arrow-right {
    right: 15px;
}

/* MOBILE - deixa bem amigável, tipo lightbox */
@media (max-width: 768px) {

    .lazer-modal {
        padding: 0;
        background: rgba(0, 0, 0, 0.9);
        justify-content: center;
        align-items: center;
    }

    .lazer-modal-content {
        width: 100vw;
        height: 100vh;
        padding: 0;
        border-radius: 0;
        background: transparent;

        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .lazer-modal-content img {
        width: auto;
        height: auto;

        max-width: 100vw;
        max-height: 95vh;
        object-fit: contain;
        background: transparent;
        border-radius: 0;
    }

    .lazer-modal-close {
        position: fixed;
        top: 20px;
        right: 20px;
        width: 36px;
        height: 36px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-size: 24px;
        z-index: 100000;
    }

    .modal-arrow {
        font-size: 28px;
        width: 44px;
        height: 44px;
        background: rgba(0, 0, 0, 0.45);
    }
}

/*Plantas*/
.plantas-section {
    background: #ffffff;
    padding: 20px 0 50px 0;
}

/* tag “PLANTAS” */
.plantas-tag {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.18em;
    color: #575756;
    display: block;
}

/* título */
.plantas-title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 45px;
    color: #0b395c;
    font-weight: 300;
}

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

/* textos */
.plantas-text {
    font-size: 15px;
    line-height: 1.8;
    color: #4c5c6a;
    margin-bottom: 15px;
}

/* infos com ícone */
.plantas-infos {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 28px;
    margin-top: 40px;
}

.plantas-infos .col-4 {
    flex: 1;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
    margin-right: 70px;
}

@media (max-width: 767px) {
    .plantas-infos .col-4 {
        margin-right: 0px;
    }
}

.plantas-info-icon {
    object-fit: contain;
    display: block;
    margin: 0 auto 10px;
}

/* TEXTO DEBAIXO DO ÍCONE */
.plantas-info-text {
    font-size: 14px;
    font-weight: 600;
    color: #1d1d1b;
    margin: 0;
}

/* CARD DA PLANTA */
.plantas-card {
    border-radius: 8px;
    padding: 22px 26px 18px;
    background: #ffffff;
}

/* tabs */
.plantas-tabs {
    display: flex;
    justify-content: flex-start;
    gap: 6px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .plantas-tabs {
        margin-left: 0px;
        justify-content: center;
    }
}

.plantas-tab {
    border: 1px solid #0b395c;
    background: transparent;
    padding: 6px 34px;
    width: 160px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #0b395c;
    cursor: pointer;
}

.plantas-tab.active {
    background: #0b395c;
    color: #ffffff;
}

/* imagem da planta */
.plantas-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    max-width: 100%;
}

.plantas-img-wrapper.dragging {
    cursor: grabbing;
}

.plantas-img {
    display: block;
    width: 100%;
    height: auto;
    transform-origin: center center;
    transition: transform 0.25s ease;
}

/* rodapé do card */
.plantas-card-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 14px;
    font-size: 13px;
    color: #0b395c;
    font-size: 20px;
    margin-left: 5px;
}

@media (max-width: 767px) {
    .plantas-card-footer {
        margin-left: 0px;
        font-size: 100%;
    }
}

.plantas-legenda {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    padding-right: 20px;
}

/* botão ampliar */
.plantas-ampliar-btn {
    border-radius: 40px;
    border: 1px solid #0b395c;
    background: transparent;
    font-size: 13px;
    padding: 6px 22px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    color: #0b395c;
}

.plantas-ampliar-btn img {
    width: 14px;
    height: 14px;
}

/* paginação */
.plantas-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
    margin-left: 25px;
    max-width: 100%;
    padding: 10px 0 20px;
}

@media(max-width: 767px) {
    .plantas-pagination {
        justify-content: center;
        margin-left: 0;
    }
}

.plantas-page {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #0b395c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    color: #0b395c;
    transition: .2s ease;
}

.plantas-page.active {
    background: #0b395c;
    color: #ffffff;
}

.plantas-page:hover {
    background: #0b395c;
    color: #ffffff;
}

/* MODAL PLANTAS - BASE */
.plantas-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 24px;

    opacity: 0;
    transition: opacity 0.3s ease;
}

.plantas-modal.open {
    display: flex;
    opacity: 1;
}

.plantas-modal-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plantas-modal-content img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
}

/* Botão fechar */
.plantas-modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SETAS DO MODAL DE PLANTAS */
.plantas-modal-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 32px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
}

.plantas-modal-arrow:hover {
    background: rgba(0, 0, 0, 0.7);
}

.plantas-modal-arrow-left {
    left: 16px;
}

.plantas-modal-arrow-right {
    right: 16px;
}

/* MOBILE - fullscreen amigável */
@media (max-width: 768px) {
    .plantas-modal {
        padding: 0;
        background: rgba(0, 0, 0, 0.95);
    }

    .plantas-modal-content {
        width: 100vw;
        height: 100vh;
        max-width: 100vw;
        max-height: 100vh;
    }

    .plantas-modal-content img {
        width: auto;
        height: auto;
        max-width: 100vw;
        max-height: 95vh;
        object-fit: contain;
        border-radius: 0;
    }

    .plantas-modal-close {
        position: fixed;
        top: 20px;
        right: 20px;
        width: 36px;
        height: 36px;
        font-size: 24px;
    }

    .plantas-modal-arrow {
        font-size: 26px;
        width: 40px;
        height: 40px;
    }
}

/* opcional, igual usamos no lazer */
body.modal-open {
    overflow: hidden;
}


/*Implantacao*/
.implantacao-section {
    background: #ffffff;
    padding: 90px 0 80px;
}

/* tag “IMPLANTAÇÃO” */
.implantacao-tag {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.18em;
    color: #575756;
    display: block;
}

/* título */
.implantacao-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
    color: #0b395c;
    margin-bottom: 18px;
}

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

/* texto */
.implantacao-text {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.8;
    color: #4c5c6a;
    max-width: 380px;
}

.implantacao-textos {
    padding-left: 70px;
}

/* wrapper da planta + setas */
.implantacao-img-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}

/* box da imagem */
.implantacao-img-box {
    overflow: hidden;
    display: inline-block;
}

.implantacao-img {
    display: block;
    width: 100%;
    height: auto;
}

/* setas */
.implantacao-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.implantacao-arrow img {
    width: 44px;
    height: 44px;
    transition: transform 0.2s ease;
}

.implantacao-arrow img:hover {
    transform: scale(1.08);
}

/* posição das setas */
.arrow-left {
    left: -60px;
    z-index: 2;
}

.arrow-right {
    right: -40px;
}

/* footer */
.implantacao-footer-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.implantacao-footer-row {
    margin-top: 25px;
}

.implantacao-footer-row .col-lg-6 {
    margin-left: 0;
}

/* título "IMPLANTAÇÃO | Puc e apartamentos" */
.implantacao-footer-left {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #0b395c;
    margin-bottom: 6px;
}

.implantacao-footer-sub {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.18em;
    font-size: 18px;
    color: #4c5c6a;
    margin-left: 4px;
}

.implantacao-footer-title {
    font-weight: bold;
}

/* linha bolinhas + botão */
.implantacao-footer-bottom {
    margin-top: 25px;
    max-width: 360px;
}

/* bolinhas */
.implantacao-dots {
    display: inline-flex;
    gap: 6px;
}

.implantacao-dots .dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #0b395c;
    cursor: pointer;
}

.implantacao-dots .dot.active {
    background: #0b395c;
}

/* botão "ampliar" */
.implantacao-ampliar-btn {
    border-radius: 40px;
    border: 1px solid #0b395c;
    background: transparent;
    padding: 5px 20px;
    font-size: 16px;
    color: #0b395c;
    display: inline-flex;
    align-items: center;
    margin-left: 350px;
    gap: 6px;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.25s ease;
}

.implantacao-img-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

@media (max-width: 767px) {
    .implantacao-ampliar-btn {
        margin-left: 0;
        margin-top: 0;
    }
}

/* MODAL IMPLANTAÇÃO - BASE */
.implantacao-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 24px;

    opacity: 0;
    transition: opacity 0.3s ease;
}

.implantacao-modal.open {
    display: flex;
    opacity: 1;
}

.implantacao-modal-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.implantacao-modal-content img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
}

/* Botão fechar */
.implantacao-modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SETAS DO MODAL */
.implantacao-modal-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 32px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
}

.implantacao-modal-arrow:hover {
    background: rgba(0, 0, 0, 0.7);
}

.implantacao-modal-arrow-left {
    left: 16px;
}

.implantacao-modal-arrow-right {
    right: 16px;
}

/* MOBILE - fullscreen amigável */
@media (max-width: 768px) {
    .implantacao-modal {
        padding: 0;
        background: rgba(0, 0, 0, 0.95);
    }

    .implantacao-modal-content {
        width: 100vw;
        height: 100vh;
        max-width: 100vw;
        max-height: 100vh;
    }

    .implantacao-modal-content img {
        width: auto;
        height: auto;
        max-width: 100vw;
        max-height: 95vh;
        object-fit: contain;
        border-radius: 0;
    }

    .implantacao-modal-close {
        position: fixed;
        top: 20px;
        right: 20px;
        width: 36px;
        height: 36px;
        font-size: 24px;
    }

    .implantacao-modal-arrow {
        font-size: 26px;
        width: 40px;
        height: 40px;
    }
}

/* reaproveita a mesma classe geral do body pra travar scroll */
body.modal-open {
    overflow: hidden;
}

/*Nova experiencia*/
.nova-experiencia {
    background-image: url('../imgs/bg-bege.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
}

.nova-experiencia-title {
    text-align: center;
    color: #004264;
}

.nova-experiencia-title span {
    font-weight: bold;
}

.nova-experiencia iframe {
    position: relative;
    z-index: 3;
    transform: translateY(60px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 1100px;
    /* limite no desktop */
    aspect-ratio: 16 / 9;
    height: auto;
}

/*Um centro em constante evolução*/
.centro-evolucao-section {
    background: #ffffff;
    padding-bottom: 0 !important;
    margin-top: -60px;
    padding-top: 110px;
    position: relative;
    z-index: 1;
}

.evolucao-header {
    text-align: center;
    color: #575756;
}

/* garante que não cria espaço entre card e faixa */
.centro-evolucao-container {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.centro-evolucao-section .row {
    margin-bottom: 0 !important;
}

/* TAG "IMPLANTAÇÃO" */
.centro-evolucao-tag {
    display: block;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #575756;
}

/* TÍTULO */
.centro-evolucao-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
    color: #0b395c;
    margin-bottom: 20px;
}

.centro-evolucao-title span {
    font-weight: 700;
}

/* TEXTO */
.centro-evolucao-text {
    font-size: 17px;
    line-height: 1.9;
    color: #4c5c6a;
    max-width: 380px;
}

/* CARD AZUL DA DIREITA */
.centro-evolucao-card {
    background: #004264;
    border-radius: 30px 30px 0 0;
    padding: 17px 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.centro-evolucao-row>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

/* DUAS COLUNAS INTERNAS */
.centro-evolucao-cols {
    display: flex;
    gap: 60px;
    width: 100%;
}

.centro-evolucao-col {
    flex: 1;
}

/* CADA LINHA: NOME ..... TEMPO */
.centro-evolucao-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 25px;
}

.centro-evolucao-item:last-child {
    margin-bottom: 0;
}

.centro-evolucao-item .local-name {
    white-space: nowrap;
}

.centro-evolucao-item .local-time {
    white-space: nowrap;
}

/* “pontilhado” no meio */
.centro-evolucao-item .local-dots {
    flex: 1;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
    margin: 0 8px;
}

/* FAIXA DO ENDEREÇO (BEGE) */
.centro-evolucao-address {
    background: #e5b88b;
    padding: 11px 18px 15px 18px;
    margin-top: auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #0b395c;
    border-radius: 0;
}

.left-col {
    display: flex;
    flex-direction: column;
}

.centro-evolucao-row {
    align-items: flex-end;
    /* base alinhada */
}

@media(max-width: 768px) {
    .centro-evolucao-address {
        margin-right: 0px;
    }
}

/* texto da faixa */
.centro-evolucao-address .container {
    font-size: 18px;
    color: #0b395c;
    font-weight: bold;
}

/* gruda o card azul na faixa bege (sem gap) */
.centro-evolucao-section .row:last-child {
    margin-bottom: 0;
}

/*Mapa section*/
.mapa-section {
    width: 100%;
    height: 90vh;
    margin-top: 0;
    padding: 0;
    position: relative;
}

/* MAPA FULLSCREEN */
.mapa-iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/*Footer*/
.atmos-footer {
    background-color: #004264;
    color: #ffffff;
    padding: 60px 0 40px;
    font-family: inherit;
}

/* Coluna esquerda */
.atmos-footer-left {
    padding-top: 40px;
}

/* logos */
.atmos-footer-logos {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}

.atmos-logo-main {
    height: 65px;
    transition: .2s ease;
}

.atmos-logo-main:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.atmos-logo-partners {
    height: 40px;
}

/* Ícones sociais (quadrados) */
.atmos-footer-social {
    display: flex;
    margin-top: 50px;
    gap: 15px;
    margin-bottom: 25px;
    color: #004264;
    cursor: pointer;
    width: max-content;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .atmos-footer-social {
        margin-top: 0;
    }

    .atmos-footer-contact {
        font-size: 100%;
    }
}

.atmos-footer-social a {
    width: 34px;
    height: 34px;
    background-color: #e5bf9a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #004264;
    transition: background 0.2s ease, color 0.2s ease;
    font-size: 16px;
}

.atmos-footer-social a:hover {
    background-color: #d08a4a;
    color: #004264;
}

/* telefone + instagram */
.atmos-footer-contact {
    margin-top: 0;
    /* tira o espaçamento extra */
    font-size: 25px;
    font-weight: 500;
}

.atmos-footer-phone,
.atmos-footer-handle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.atmos-footer-phone img {
    width: 32px;
    height: 32px;
}

.atmos-footer-icons {
    margin-top: 100px;
}

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

    /* coluna esquerda e direita centralizadas */
    .atmos-footer-left,
    .atmos-footer-right {
        text-align: center;
    }

    /* logos */
    .atmos-footer-logos,
    .atmos-footer-logos .row {
        justify-content: center;
    }

    .atmos-logo-main,
    .atmos-logo-partners {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /* bloco dos ícones + telefone */
    .atmos-footer-icons {
        margin-top: 60px;
        justify-content: center;
        text-align: center;
    }

    .atmos-footer-social {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .atmos-footer-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 20px;
    }

    .atmos-footer-phone,
    .atmos-footer-handle {
        justify-content: center;
    }

    /* texto legal */
    .atmos-footer-disclaimer {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    /* botão do formulário */
    .atmos-footer-right .text-end {
        text-align: center !important;
    }
}

@media (max-width: 767px) {

    .atmos-footer-left,
    .atmos-footer-right {
        text-align: center;
    }

    /* centralizar logos */
    .atmos-footer-logos {
        justify-content: center;
        text-align: center;
    }

    .atmos-logo-main,
    .atmos-logo-partners {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    /* bloco dos ícones */
    .atmos-footer-icons {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .atmos-footer-social {
        justify-content: center;
        margin: 0 auto 20px auto;
    }

    /* telefone e @ */
    .atmos-footer-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
        text-align: center;
    }

    .atmos-footer-phone,
    .atmos-footer-handle {
        justify-content: center;
    }

    /* texto legal */
    .atmos-footer-disclaimer {
        text-align: center;
        margin: 30px auto 0 auto;
    }

    /* botão do formulário */
    .atmos-footer-right .text-end {
        text-align: center !important;
    }
}

/* Coluna direita – formulário */
.atmos-footer-right {
    text-align: left;
}

.atmos-footer-form-title {
    color: #b99464;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
    font-weight: bold;
}

.atmos-footer-form-sub {
    font-size: 18px;
    margin-bottom: 25px;
}

.atmos-footer-form {
    width: 100%;
}

.atmos-footer-form input,
.atmos-footer-form textarea {
    width: 100%;
    background-color: #003653;
    border: 1px solid #afc7e0;
    color: #ffffff;
    font-size: 13px;
    padding: 10px 12px;
    margin-bottom: 10px;
    border-radius: 0;
}

.atmos-footer-form input::placeholder,
.atmos-footer-form textarea::placeholder {
    color: #afc7e0;
    font-style: italic;
}

.atmos-footer-form input:focus,
.atmos-footer-form textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: white !important;
    background-color: #003653 !important;
}

/* Botão enviar (cobre / dourado) */
.atmos-footer-btn {
    padding: 6px 40px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(90deg, #b06d51, #ca986b, #f1cba5, #b06d51);
    color: #fff;
    cursor: pointer;
    transition: .2s ease;
    margin-bottom: 10px;
    width: 180px;
}

.atmos-footer-btn:hover {
    filter: brightness(1.05);
    transform: scale(1.1);
}

/* Disclaimer */
.atmos-footer-disclaimer {
    background-color: #004264;
    color: #ffffff;
    font-size: 10px;
    line-height: 1.4;
    text-align: start;
}

.footer-2 {
    background-color: #062837;
    padding: 10px;
}

.footer-2-text {
    color: #afc7e0;
    text-align: end;
}

@media (max-width: 767px) {
    .footer-2-text {
        text-align: center;
    }
}

.footer-2-text span {
    font-weight: bold;
}

@media(max-width: 1366px) {
    .housi-map-wrapper {
        margin-right: 0px;
    }

    /* desce um pouco o bloco dos ícones + telefone */
    .atmos-footer-icons {
        margin-top: 20px;
    }

    .atmos-footer-social {
        margin-top: 30px;
        /* você pode testar 25–35 pra chegar no ponto perfeito */
    }

    /* puxa o telefone/@ um pouquinho para a esquerda */
    .atmos-footer-contact {
        margin-left: -15px;
        /* se ainda parecer longe, testa -20 */
    }

    /* garante alinhamento vertical mais suave */
    .atmos-footer-phone,
    .atmos-footer-handle {
        align-items: center;
    }
}

@media(max-width: 1180px) {

    .implantacao-textos {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .left-col {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    /* Centraliza o conteúdo interno */
    .left-content {
        text-align: center;
        align-items: center;
    }

    /* Evita que o texto fique limitado ao width original */
    .centro-evolucao-text {
        max-width: 100%;
    }
}

/* Responsividade básica */
@media (max-width: 991.98px) {
    .hero-section {
        min-height: auto;
    }

    .hero-text-box {
        padding: 30px 25px;
    }

    .hero-text-box p {
        font-size: 26px;
    }

    .hero-location-pill {
        font-size: 16px;
        padding: 8px 24px;
    }

    .hero-form-card {
        margin-top: 30px;
        max-width: 100%;
    }

    .residencial-full-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .residencial-full-section::before,
    .residencial-full-section::after {
        display: none;
    }

    .residencial-left-content {
        text-align: center;
        max-width: 100%;
    }

    .residencial-bear {
        display: block;
    }

    .residencial-card-image-wrapper {
        margin-top: 40px;
        text-align: center;
    }

    .residencial-final-img {
        max-width: 300px;
        margin: 0 auto;
    }

    .marcas-section {
        padding: 70px 0 80px;
    }

    .marcas-section::before {
        display: none;
    }

    .marcas-left-box {
        padding: 40px 30px;
        border-radius: 40px;
        max-width: 100%;
    }

    .marcas-title {
        font-size: 24px;
    }

    .marcas-card-wrapper {
        margin: 40px auto 0;
        padding: 40px 30px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .marcas-card-img {
        max-width: 260px;
    }

    .smart-text {
        font-size: 100%;
    }

    .housi-appspace-card {
        margin-left: 0;
        margin-top: 20px;
    }

    .housi-ecos-card {
        flex-direction: column;
        align-items: center;
        padding: 30px 24px;
        border-radius: 40px;
    }

    .housi-ecos-vertical {
        writing-mode: horizontal-tb;
        transform: none;
        max-height: none;
        text-align: center;
        margin-bottom: 16px;
    }

    .housi-ecos-right {
        margin-top: 30px;
    }

    .housi-ecos-housi {
        font-size: 26px;
        letter-spacing: 5px;
    }

    .housi-ecos-appspace {
        font-size: 20px;
    }

    .housi-ecos-phone-wrapper {
        max-width: 220px;
    }

    .payuse-wrapper {
        padding-top: 50px;
        border-radius: 40px 40px 0 0;
    }

    .payuse-title-row {
        gap: 15px;
    }

    .payuse-line {
        width: 70px;
    }

    .payuse-title {
        font-size: 14px;
        letter-spacing: 0.25em;
    }

    .payuse-footer p {
        font-size: 16px;
    }

    .lazer-carousel-wrapper {
        padding: 30px 0 0;
    }

    .hero-location-pill {
        font-size: 100%;
    }

    /* imagem principal ocupa mais largura */
    .carousel-main {
        width: 90%;
        border-radius: 24px 24px 0 0;
    }

    .carousel-main img {
        border-radius: 24px;
    }

    /* setas menores e mais próximas */
    .carousel-btn img {
        width: 36px;
        height: 36px;
    }

    .left-btn {
        left: 16px;
    }

    .right-btn {
        right: 16px;
    }

    /* faixa de thumbs ocupa toda largura e vira “carrossel horizontal” */
    .carousel-thumbs {
        width: 80%;
        padding: 34px 14px 18px;
        gap: 12px;
        overflow-x: auto;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
    }

    .carousel-thumbs img {
        width: 96px;
        height: 64px;
        flex: 0 0 auto;
    }

    .plantas-section {
        padding: 70px 0;
    }

    .plantas-title {
        font-size: 30px;
    }

    .plantas-card {
        margin-top: 30px;
    }

    .implantacao-section {
        padding: 70px 0 60px;
    }

    .implantacao-img-box {
        max-width: 100%;
    }

    .arrow-left {
        left: 0;
    }

    .arrow-right {
        right: 0;
    }

    .implantacao-footer-row {
        margin-top: 25px;
    }

    .implantacao-textos {
        padding-left: 0;
        text-align: center;
    }

    .centro-evolucao-card {
        margin-top: 30px;
        padding: 25px 30px;
        border-radius: 32px;
    }

    .centro-evolucao-cols {
        flex-direction: column;
        gap: 16px;
    }

    .mapa-section {
        height: 70vh;
    }

    .atmos-footer {
        padding: 40px 0 30px;
    }

    .atmos-footer-logos {
        justify-content: center;
        text-align: center;
    }

    .atmos-footer-left,
    .atmos-footer-right {
        text-align: center;
    }

    .atmos-footer-social {
        justify-content: center !important;
    }

    .atmos-footer-contact {
        text-align: center;
    }

    .atmos-footer-phone,
    .atmos-footer-handle {
        justify-content: center;
    }

    .atmos-footer-disclaimer {
        padding: 10px 20px 5px;
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .smart-logo {
        max-width: 200px;
        margin: 0 auto 16px;
    }

    .smart-text {
        text-align: center;
    }

    .smart-divider {
        display: none;
    }

    .smart-logo-column {
        margin-bottom: 20px;
    }

    .housi-appspace-card {
        padding: 30px 25px;
        border-radius: 32px;
        text-align: center;
    }

    .housi-divider {
        display: none;
        /* some no mobile */
    }

    .housi-appspace-header {
        flex-direction: column;
        gap: 10px;
    }

    .housi-appspace-marcas {
        text-align: center;
    }

    .housi-circle {
        width: 100px;
        height: 100px;
    }

    .implantacao-housi {
        margin-left: 0px;
    }

    .implantacao-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .implantacao-ampliar-btn {
        margin-left: 0;
    }

    .implantacao-footer-row .col-lg-6 {
        margin-left: 0px;
    }

    .implantacao-footer-left {
        text-align: center;
    }

    .nova-experiencia iframe {
        transform: translateY(40px);
        border-radius: 8px;
    }

    .atmos-footer-btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .lazer-carousel-wrapper {
        padding-top: 20px;
    }

    .carousel-main {
        width: 100%;
    }

    .carousel-btn img {
        width: 30px;
        height: 30px;
    }

    .left-btn {
        left: 8px;
    }

    .right-btn {
        right: 8px;
    }

    .plantas-info-text {
        font-size: 13px;
    }

    .plantas-pagination {
        flex-wrap: wrap;
    }

    .implantacao-title {
        font-size: 26px;
    }

    .implantacao-footer-left {
        font-size: 12px;
    }

    .implantacao-ampliar-btn {
        font-size: 12px;
        padding: 5px 18px;
    }

    .implantacao-dots {
        margin-top: 6px;
    }

    .atmos-footer-form-sub {
        font-size: 13px;
    }

    .atmos-footer-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .mapa-section {
        height: 60vh;
    }
}

@media (min-width: 992px) {
    .left-content {
        padding-left: 60px;
    }
}

@media (max-width: 991px) {
    .left-content {
        padding-left: 0;
        /* mobile normal */
        text-align: center;
    }

}