:root {
    --verde-900: #1f2d1f;
    --verde-800: #26351f;
    --verde-700: #30452d;
    --verde-600: #425b3b;
    --dourado: #e7c985;
    --dourado-escuro: #9a7a36;
    --bege: #f7f4ed;
    --bege-2: #ebe8df;
    --texto: #2d3328;
    --texto-suave: #66675f;
    --branco: #ffffff;
    --sombra: 0 15px 40px rgba(0, 0, 0, 0.10);
    --raio: 10px;
    --largura: 1200px;
    --largura-espacos: 1500px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--texto);
    background: var(--bege);
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a {
    -webkit-tap-highlight-color: transparent;
}

/* =========================================================
   CABEÇALHO
   ========================================================= */

.topo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 7%;
}

.logo {
    display: flex;
    align-items: center;
}

.logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.10);
    transition: transform 0.2s ease, background 0.2s ease;
}

.logo a:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.98);
}

.logo img {
    display: block;
    width: 135px;
    height: auto;
    max-height: 48px;
    object-fit: contain;
}

.topo nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.topo nav a {
    color: var(--branco);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: opacity 0.2s ease;
}

.topo nav a:hover {
    opacity: 0.72;
}

/* =========================================================
   HERO
   ========================================================= */

.hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    padding: 135px 7% 85px;

    /* A imagem antiga casa-piscina.jpg não existe mais no conjunto atual. */
    background-image: url("assets/images/entrada sitio.webp");
    background-size: cover;
    background-position: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(18, 36, 22, 0.84) 0%,
        rgba(18, 36, 22, 0.60) 46%,
        rgba(18, 36, 22, 0.18) 100%
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    color: var(--branco);
}

.hero-tag {
    display: inline-block;
    margin-bottom: 22px;
    padding: 8px 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    font-size: 14px;
}

.hero h1 {
    margin-bottom: 25px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 7vw, 88px);
    line-height: 0.98;
}

.hero p {
    max-width: 570px;
    font-size: 21px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hero-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 24px;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.hero-buttons a:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: var(--dourado);
    color: var(--verde-800);
}

.btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.82);
    color: var(--branco);
    background: rgba(255, 255, 255, 0.04);
}

/* =========================================================
   DESTAQUES
   ========================================================= */

.destaques {
    position: relative;
    z-index: 5;
    max-width: var(--largura);
    margin: -45px auto 80px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: var(--branco);
    border-radius: var(--raio);
    box-shadow: var(--sombra);
    overflow: hidden;
}

.destaques div {
    padding: 28px;
    border-right: 1px solid #eeeeee;
}

.destaques div:last-child {
    border-right: none;
}

.destaques strong {
    display: block;
    margin-bottom: 8px;
    font-size: 17px;
    color: #314b2d;
}

.destaques span {
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
}

/* =========================================================
   ELEMENTOS COMPARTILHADOS
   ========================================================= */

.section-tag {
    display: block;
    margin-bottom: 18px;
    color: #8a5a00;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* =========================================================
   O RECANTO
   ========================================================= */

.sobre-recanto {
    position: relative;

    width: min(1500px, calc(100% - 48px));
    min-height: 680px;

    margin: 100px auto;
    overflow: hidden;

    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}


/* Imagem principal */

.sobre-recanto-imagem {
    position: absolute;
    inset: 0;

    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}


/* Degradê para leitura do texto */

.sobre-recanto-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(17, 31, 20, 0.18) 0%,
            rgba(17, 31, 20, 0.30) 42%,
            rgba(17, 31, 20, 0.78) 100%
        );
}


/* Conteúdo sobre a imagem */

.sobre-recanto-conteudo {
    position: relative;
    z-index: 2;

    width: min(520px, 42%);
    margin-left: auto;

    padding: 90px 70px;

    color: var(--branco);
}


/* Tag */

.sobre-recanto .section-tag {
    color: var(--dourado);
}


/* Título */

.sobre-recanto-conteudo h2 {
    margin-bottom: 26px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 4vw, 58px);
    line-height: 1.05;

    color: var(--branco);
}


/* Textos */

.sobre-recanto-conteudo p {
    margin-bottom: 18px;

    font-size: 16px;
    line-height: 1.75;

    color: rgba(255, 255, 255, 0.88);
}


.sobre-recanto-conteudo .sobre-recanto-destaque {
    font-size: 19px;
    line-height: 1.65;

    color: var(--branco);
}


/* Frase final */

.sobre-recanto-frase {
    margin-top: 30px;
    padding-left: 20px;

    border-left: 3px solid var(--dourado);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-style: italic;

    color: var(--branco);
}

/* =========================================================
   ESPAÇOS E ESTRUTURA
   Seção única que substitui os blocos antigos de Estrutura/Galeria
   ========================================================= */

.espacos {
    width: min(var(--largura-espacos), calc(100% - 48px));
    margin: 0 auto;
    padding: 105px 0 30px;
}

.espacos-header {
    max-width: 720px;
    margin: 0 auto 90px;
    text-align: center;
}

.espacos-header h2 {
    margin: 12px 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    line-height: 1.1;
    color: var(--verde-700);
}

.espacos-header p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--texto-suave);
}

/* Desktop: fotos ocupam cerca de 75% e texto cerca de 25%. */
.espaco-item {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(240px, 1fr);
    grid-template-areas: "imagem texto";
    align-items: center;
    column-gap: clamp(28px, 3vw, 56px);
    margin-bottom: 135px;
}

.espaco-item .espaco-imagem {
    grid-area: imagem;
    min-width: 0;
}

.espaco-item .espaco-texto {
    grid-area: texto;
    min-width: 0;
}

/* Alternância sem depender de order. */
.espaco-item.espaco-invertido {
    grid-template-columns: minmax(240px, 1fr) minmax(0, 3fr);
    grid-template-areas: "texto imagem";
}

.espaco-imagem {
    position: relative;
    width: 100%;
    border-radius: 18px;
}

/* Imagem única, para blocos que ainda não usam cartas. */
.espaco-imagem:not(.espaco-cartas) {
    overflow: hidden;
}

.espaco-imagem:not(.espaco-cartas) img {
    display: block;
    width: 100%;
    height: clamp(430px, 40vw, 610px);
    object-fit: cover;
    border-radius: 18px;
}

.espaco-texto {
    width: 100%;
    max-width: 340px;
}

.espaco-invertido .espaco-texto {
    justify-self: end;
}

.espaco-texto h3 {
    margin: 10px 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 2.35vw, 38px);
    line-height: 1.15;
    color: var(--verde-700);
}

.espaco-texto p {
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #5f625d;
}

/* =========================================================
   CARTAS DE IMAGENS
   ========================================================= */

.espaco-cartas {
    position: relative;
    width: 100%;
    height: clamp(540px, 43vw, 690px);
    overflow: visible;
}

.espaco-cartas .carta {
    position: absolute;
    top: 50%;
    left: 48%;
    width: 90%;
    height: 84%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.16);
    transform-origin: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    cursor: zoom-in;
    will-change: transform;
}

/* Posição normal das quatro cartas. */
.espaco-cartas .carta-esquerda {
    z-index: 1;
    transform: translate(-58%, -50%) rotate(-6deg);
}

.espaco-cartas .carta-esquerda-centro {
    z-index: 2;
    transform: translate(-53%, -52%) rotate(-2.5deg);
}

.espaco-cartas .carta-direita {
    z-index: 3;
    transform: translate(-43%, -49%) rotate(5.5deg);
}

.espaco-cartas .carta-principal {
    z-index: 4;
    transform: translate(-50%, -50%);
}

/* Abre discretamente sem invadir a coluna de texto. */
@media (hover: hover) and (pointer: fine) {
    .espaco-cartas:hover .carta-esquerda {
        transform: translate(-64%, -50%) rotate(-7deg);
    }

    .espaco-cartas:hover .carta-esquerda-centro {
        transform: translate(-56%, -53%) rotate(-3deg);
    }

    .espaco-cartas:hover .carta-direita {
        transform: translate(-38%, -49%) rotate(6.5deg);
    }

    .espaco-cartas:hover .carta-principal {
        transform: translate(-48%, -51%) scale(1.015);
    }

    .espaco-cartas .carta:hover {
        z-index: 10;
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.24);
    }
}

/* =========================================================
   RESERVAS / CONTATO
   ========================================================= */

.contato {
    padding: 110px 6%;
    background: var(--verde-700);
    color: var(--branco);
}

.contato-conteudo {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

.contato .section-tag {
    color: var(--dourado);
}

.contato-conteudo h2 {
    margin-bottom: 22px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 52px;
    line-height: 1.08;
    color: var(--branco);
}

.contato-conteudo p {
    max-width: 650px;
    margin: 0 auto 32px;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 28px;
    background: var(--dourado);
    color: var(--verde-800);
    text-decoration: none;
    font-weight: 700;
    border-radius: 6px;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.btn-whatsapp:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
}

.contato-info {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.contato-info div {
    padding: 30px 20px;
    text-align: center;
}

.contato-info strong {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: var(--dourado);
}

.contato-info span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
}

/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 900px) {
    .topo nav {
        display: none;
    }

    .hero {
        min-height: 82vh;
        padding: 110px 22px 65px;
        background-position: center;
    }

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

    .hero h1 {
        font-size: clamp(44px, 13vw, 58px);
        margin-bottom: 22px;
    }

    .hero p {
        max-width: 95%;
        font-size: 17px;
        line-height: 1.55;
    }

    .hero-buttons {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .hero-buttons a {
        width: 100%;
        max-width: 330px;
        text-align: center;
    }

    .destaques {
        margin: 0;
        grid-template-columns: repeat(2, 1fr);
        border-radius: 0;
        box-shadow: none;
    }

    .destaques div {
        min-height: 125px;
        padding: 24px 18px;
        border-right: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
    }

    /* O Recanto - tablet/mobile */

.sobre-recanto {
    width: calc(100% - 32px);
    min-height: 620px;

    margin: 65px auto;
    border-radius: 14px;
}


.sobre-recanto-imagem {
    object-position: center;
}


.sobre-recanto-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(17, 31, 20, 0.12) 0%,
            rgba(17, 31, 20, 0.28) 35%,
            rgba(17, 31, 20, 0.88) 100%
        );
}


.sobre-recanto-conteudo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    max-width: none;

    padding: 45px 32px;
}


.sobre-recanto-conteudo h2 {
    font-size: 40px;
}

    /* A partir daqui, os espaços passam para uma única coluna. */
    .espacos {
        width: min(100% - 36px, 760px);
        padding: 75px 0 20px;
    }

    .espacos-header {
        margin-bottom: 55px;
    }

    .espacos-header h2 {
        font-size: 38px;
    }

    .espacos-header p {
        font-size: 16px;
    }

    .espaco-item,
    .espaco-item.espaco-invertido {
        grid-template-columns: 1fr;
        grid-template-areas:
            "imagem"
            "texto";
        row-gap: 28px;
        margin-bottom: 85px;
    }

    .espaco-texto,
    .espaco-invertido .espaco-texto {
        max-width: 620px;
        justify-self: start;
    }

    .espaco-texto h3 {
        font-size: 31px;
    }

    .espaco-texto p {
        font-size: 16px;
        line-height: 1.7;
    }

    .espaco-cartas {
        height: clamp(390px, 66vw, 520px);
    }

    .espaco-cartas .carta {
        left: 50%;
        width: 88%;
        height: 82%;
        border-radius: 16px;
    }

    .espaco-cartas .carta-esquerda {
        transform: translate(-58%, -50%) rotate(-5deg);
    }

    .espaco-cartas .carta-esquerda-centro {
        transform: translate(-53%, -52%) rotate(-2deg);
    }

    .espaco-cartas .carta-direita {
        transform: translate(-42%, -50%) rotate(5deg);
    }

    .espaco-cartas .carta-principal {
        transform: translate(-50%, -50%);
    }

    .contato {
        padding: 75px 22px 60px;
    }

    .contato-conteudo h2 {
        font-size: 39px;
    }

    .contato-conteudo p {
        font-size: 16px;
    }

    .btn-whatsapp {
        width: 100%;
        max-width: 380px;
        padding: 17px 20px;
        text-align: center;
    }

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

}

@media (max-width: 480px) {
    .logo a {
        padding: 5px 8px;
    }

    .logo img {
        width: 135px;
        max-height: 42px;
    }

    .hero h1 {
        font-size: 43px;
    }

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

    .destaques div {
        padding: 20px 14px;
    }

    .sobre-recanto {
    width: calc(100% - 20px);
    min-height: 660px;
}


.sobre-recanto-conteudo {
    padding: 36px 24px;
}


.sobre-recanto-conteudo h2 {
    font-size: 34px;
}


.sobre-recanto-conteudo p {
    font-size: 15px;
    line-height: 1.65;
}


.sobre-recanto-conteudo .sobre-recanto-destaque {
    font-size: 17px;
}


.sobre-recanto-frase {
    font-size: 21px;
}

    .espacos {
        width: calc(100% - 24px);
    }

    .espacos-header h2 {
        font-size: 34px;
    }

    .espaco-item,
    .espaco-item.espaco-invertido {
        margin-bottom: 68px;
    }

    .espaco-cartas {
        height: 330px;
    }

    .espaco-cartas .carta {
        width: 86%;
        height: 275px;
        border-radius: 14px;
    }

    .espaco-texto h3 {
        font-size: 28px;
    }

    .contato-info {
        grid-template-columns: 1fr;
    }
}

/* =====================================================
   INFORMAÇÕES DE ACOMODAÇÃO
   ===================================================== */

.acomodacao-destaques {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 18px;

    margin: 22px 0 24px;
}

.acomodacao-destaques span {
    display: flex;
    align-items: baseline;
    gap: 5px;

    padding-right: 18px;

    font-size: 13px;
    line-height: 1.3;
    color: #5f5a50;

    border-right: 1px solid rgba(48, 69, 45, 0.20);
}

.acomodacao-destaques span:last-child {
    padding-right: 0;
    border-right: none;
}

.acomodacao-destaques strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;

    color: #30452d;
}


/* =====================================================
   ACOMODAÇÃO - MOBILE
   ===================================================== */

@media (max-width: 768px) {

    .acomodacao-destaques {
        gap: 10px 14px;
        margin: 18px 0 20px;
    }

    .acomodacao-destaques span {
        padding-right: 14px;
        font-size: 12px;
    }

    .acomodacao-destaques strong {
        font-size: 21px;
    }

}
/* =====================================================
   LIGHTBOX DAS FOTOS
   ===================================================== */

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;

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

    padding: 40px;

    background: rgba(10, 15, 10, 0.94);

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}


/* Lightbox aberto */

.lightbox.ativo {
    opacity: 1;
    visibility: visible;
}


/* Imagem ampliada */

.lightbox-imagem {
    display: block;

    max-width: 92vw;
    max-height: 88vh;

    width: auto;
    height: auto;

    object-fit: contain;

    border-radius: 10px;

    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.45);

    transform: scale(0.97);

    transition: transform 0.25s ease;
}


.lightbox.ativo .lightbox-imagem {
    transform: scale(1);
}


/* Botão fechar */

.lightbox-fechar {
    position: absolute;

    top: 22px;
    right: 30px;

    z-index: 2;

    width: 48px;
    height: 48px;

    border: 0;
    padding: 0;

    background: transparent;

    color: #ffffff;

    font-family: Arial, sans-serif;
    font-size: 44px;
    font-weight: 300;
    line-height: 1;

    cursor: pointer;

    opacity: 0.85;

    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}


.lightbox-fechar:hover {
    opacity: 1;
    transform: scale(1.08);
}


/* Impede a página de rolar atrás da foto */

body.lightbox-aberto {
    overflow: hidden;
}


/* =====================================================
   LIGHTBOX - MOBILE
   ===================================================== */

@media (max-width: 768px) {

    .lightbox {
        padding: 18px;
    }

    .lightbox-imagem {
        max-width: 96vw;
        max-height: 84vh;

        border-radius: 7px;
    }

    .lightbox-fechar {
        top: 12px;
        right: 14px;

        width: 44px;
        height: 44px;

        font-size: 40px;
    }

}
/* =====================================================
   SETAS DO LIGHTBOX
   ===================================================== */

.lightbox-anterior,
.lightbox-proxima {
    position: absolute;
    top: 50%;
    z-index: 3;

    width: 55px;
    height: 70px;

    transform: translateY(-50%);

    border: 0;
    border-radius: 8px;

    background: rgba(0, 0, 0, 0.28);
    color: #ffffff;

    font-size: 38px;
    line-height: 1;

    cursor: pointer;

    opacity: 0.8;

    transition:
        opacity 0.2s ease,
        background 0.2s ease;
}


.lightbox-anterior {
    left: 25px;
}


.lightbox-proxima {
    right: 25px;
}


.lightbox-anterior:hover,
.lightbox-proxima:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.48);
}


/* Mobile */

@media (max-width: 768px) {

    .lightbox-anterior,
    .lightbox-proxima {
        width: 44px;
        height: 60px;

        font-size: 30px;

        background: rgba(0, 0, 0, 0.38);
    }

    .lightbox-anterior {
        left: 5px;
    }

    .lightbox-proxima {
        right: 5px;
    }

}
/* =========================================================
   COMODIDADES
   ========================================================= */

.comodidades {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
    padding: 90px 0 110px;
}

.comodidades-header {
    max-width: 720px;
    margin: 0 auto 55px;
    text-align: center;
}

.comodidades-header h2 {
    margin: 12px 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    line-height: 1.1;
    color: var(--verde-700);
}

.comodidades-header p {
    font-size: 17px;
    line-height: 1.7;
    color: var(--texto-suave);
}

.comodidades-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.comodidade-card {
    min-height: 145px;
    padding: 24px 22px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(48, 69, 45, 0.10);
    border-radius: 14px;

    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.comodidade-card strong {
    display: block;
    margin-bottom: 8px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 600;

    color: var(--verde-700);
}

.comodidade-card span {
    font-size: 14px;
    line-height: 1.5;
    color: var(--texto-suave);
}


/* Tablet */

@media (max-width: 900px) {

    .comodidades {
        width: calc(100% - 36px);
        padding: 70px 0 85px;
    }

    .comodidades-header h2 {
        font-size: 38px;
    }

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

}


/* Mobile */

@media (max-width: 480px) {

    .comodidades {
        width: calc(100% - 24px);
        padding: 60px 0 70px;
    }

    .comodidades-header {
        margin-bottom: 38px;
    }

    .comodidades-header h2 {
        font-size: 34px;
    }

    .comodidades-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .comodidade-card {
        min-height: auto;
        padding: 20px;
    }

}
/* =====================================================
   LOCALIZAÇÃO
   ===================================================== */

.localizacao {
    max-width: 1400px;
    margin: 0 auto;
    padding: 110px 40px;
}

.localizacao-cabecalho {
    max-width: 720px;
    margin: 0 auto 45px;
    text-align: center;
}

.localizacao-cabecalho .section-tag {
    display: block;
    margin-bottom: 16px;
}

.localizacao-cabecalho h2 {
    margin: 0 0 20px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.05;

    color: #30452d;
}

.localizacao-cabecalho p {
    margin: 0;

    font-size: 17px;
    line-height: 1.7;

    color: #5d5d55;
}


/* MAPA */

.localizacao-mapa {
    width: 100%;
    height: 560px;

    overflow: hidden;

    border-radius: 22px;

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.10);
}

.localizacao-mapa iframe {
    display: block;

    width: 100%;
    height: 100%;
}


/* INFORMAÇÕES ABAIXO DO MAPA */

.localizacao-rodape {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 30px;

    padding: 28px 5px 0;
}

.localizacao-rodape div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.localizacao-rodape strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;

    color: #30452d;
}

.localizacao-rodape span {
    font-size: 15px;
    color: var(--texto-suave);
}


/* BOTÃO GOOGLE MAPS */

.btn-mapa {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 15px 24px;

    border-radius: 8px;

    background: #30452d;
    color: #ffffff;

    font-weight: 600;
    text-decoration: none;

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.btn-mapa:hover {
    background: #223520;
    transform: translateY(-2px);
}


/* =====================================================
   LOCALIZAÇÃO - MOBILE
   ===================================================== */

@media (max-width: 768px) {

    .localizacao {
        padding: 75px 20px;
    }

    .localizacao-cabecalho {
        margin-bottom: 30px;
    }

    .localizacao-cabecalho h2 {
        font-size: 38px;
    }

    .localizacao-cabecalho p {
        font-size: 16px;
    }

    .localizacao-mapa {
        height: 430px;
        border-radius: 16px;
    }

    .localizacao-rodape {
        flex-direction: column;
        align-items: flex-start;

        padding-top: 22px;
    }

    .btn-mapa {
        width: 100%;
    }
}
.footer {
    padding: 70px 6% 30px;
    background: var(--verde-900);
    color: var(--branco);
}

.footer-conteudo {
    max-width: var(--largura);
    margin: 0 auto 50px;

    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 60px;

    align-items: start;
}


/* Marca */

.footer-marca {
    max-width: 360px;
}

.footer-logo {
    display: block;

    width: 180px;
    height: auto;

    margin-bottom: 22px;
}

.footer-marca p {
    font-size: 15px;
    line-height: 1.7;

    color: rgba(255, 255, 255, 0.68);
}


/* Links */

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.76);

    text-decoration: none;
    font-size: 14px;

    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: var(--dourado);
}


/* Contato */

.footer-contato span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.70);
}

.footer-contato strong {
    margin-bottom: 6px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 500;

    color: var(--branco);
}

.footer-contato a {
    color: var(--dourado);

    font-size: 15px;
    font-weight: 600;

    text-decoration: none;
}

.footer-contato span {
    font-size: 14px;

    color: rgba(255, 255, 255, 0.62);
}


/* Linha final */

.footer-final {
    max-width: var(--largura);
    margin: 0 auto;

    padding-top: 25px;

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

    gap: 20px;

    border-top: 1px solid rgba(255, 255, 255, 0.12);

    font-size: 12px;

    color: rgba(255, 255, 255, 0.70);
}

.footer-final a {
    color: rgba(255, 255, 255, 0.70);

    text-decoration: none;

    transition: color 0.2s ease;
}

.footer-final a:hover {
    color: var(--dourado);
}


/* =========================================================
   RODAPÉ - MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .footer {
        padding: 55px 22px 28px;
    }

    .footer-conteudo {
        grid-template-columns: 1fr;

        gap: 38px;
        margin-bottom: 40px;
    }

    .footer-marca {
        max-width: 100%;
    }

    .footer-logo {
        width: 160px;
    }

    .footer-final {
        flex-direction: column;
        align-items: flex-start;

        gap: 10px;
    }

}