
:root{

    --gold-primary: #D4AF37;
    --gold-secondary: #C19A6B;

    --brown-dark: #5C4A3A;
    --brown-soft: #8B7355;

    --bg-light: #FAF8F5;
    --bg-white: #FFFFFF;

    --text-dark: #2C2C2C;

}


/* ============================
      HERO SECTION
============================ */
.body_container {
    height: 100vh;
    min-height: 100svh;
    width: 100%;
    
    /* background-image: linear-gradient(90deg, #4e4036, #3f332b), */
    
    background-image: linear-gradient(90deg, rgba(82, 74, 64, 0.7), rgba(60, 48, 40, 0.7)),
    url("https://www.espacolindyce.com.br/site2019/wp-content/uploads/2019/04/banner002.jpg");    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 0;
}

.hero-overlay {
    max-width: 1400px;
    width: min(1200px, 92vw);
    text-align: center;
    padding: 36px 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.hero-title {
    font-size: clamp(34px, 5.1vw, 70px);
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-shadow: 2px 4px 16px rgba(0, 0, 0, 0.55);
    margin-bottom: 18px;
    line-height: 1.06;
    text-transform: uppercase;
}

.hero-entrelinha {
    margin: -12px 0 14px;
    font-size: clamp(13px, 1.05vw, 20px);
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.55);
    margin-top: -20px;
}

.hero-subtitle {
    max-width: 1120px;
    margin: 0 auto 34px;
    font-size: clamp(18px, 2.2vw, 29px);
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.55);
    line-height: 1.35;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 20px;
}

.hero-highlight {
    color: #C6A25A;
    font-weight: 700;
}

.hero-cta-whatsapp {

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

padding:14px 34px;

border-radius:999px;

background:#11B014;

color:#fff;

text-decoration:none;

font-size:clamp(16px,1.35vw,22px);

font-weight:700;

transition:all .3s ease;

box-shadow:0 10px 30px rgba(0,0,0,0.25);
}

.hero-cta-whatsapp:hover{

background:#0A9710;

transform:translateY(-2px);

box-shadow:0 14px 40px rgba(0,0,0,0.35);

}


.hero-cta-whatsapp:hover {
    background: #0A9710;
}

.hero-address {
    margin-top: 24px;
    font-size: clamp(15px, 1.3vw, 33px);
    color: #FFFFFF;
    text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.55);
    text-align: center;
}

.hero-overlay button {
    padding: 18px 48px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    background: linear-gradient(135deg, #D4AF37 0%, #C19A6B 100%);
    color: #FFFFFF;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    /* box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4); */
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.hero-overlay button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.5);
}

/* ============================
      QUEM SOMOS
============================ */
.introducao-container {
    background: linear-gradient(to bottom, #FAF8F5 0%, #FFFFFF 100%);
    display: flex;
    justify-content: center;
    padding: 120px 5%;
    /* background-color: #9b581e; */
    align-items: center;
}

.introducao {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    /* align-items: center; */
    /* background-color: #D4AF37; */
    object-fit: contain;
}

.introducao-image {
    width: 100%;
    min-height: 420px;
    max-height: 600px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    background-color: var(--brown-dark);
    object-position: 27% center;
}

.text-center {
    max-width: 100%;
}

.text-center h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #D4AF37 0%, #8B7355 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.text-center p {
    font-size: 17px;
    color: var(--brown-dark);
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
}

.text-center a {
    text-decoration: none;
    margin-top: 30px;
    padding: 16px 40px;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #D4AF37;
    background: transparent;
    color: #D4AF37;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.text-center a:hover {
    background: linear-gradient(135deg, #D4AF37 0%, #C19A6B 100%);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

@media (max-width: 371px){

    .text-center a{
        width: 100%;
        padding: 14px 20px;
        font-size: 14px;
        text-align: center;
        letter-spacing: 1px;
        display: inline-block;
    }

}

/* ============================
      PARALLAX DIVIDER
============================ */
.container-imagem {
    height: 400px;
    width: 100%;
    /* background-image: linear-gradient(rgba(44, 44, 44, 0.7), rgba(44, 44, 44, 0.6)), */
    background-image: linear-gradient(90deg, rgba(92, 79, 67, 0.8), rgba(64, 54, 44, 0.8)),
    url("https://www.espacolindyce.com.br/site2019/wp-content/uploads/2020/02/bg-parallax-home.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.parallax-overlay {
    text-align: center;
    padding: 40px;
}

.parallax-overlay h2 {
    font-size: 52px;
    font-weight: 700;
    color: #D4AF37;
    text-shadow: 2px 4px 20px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}

/* ============================
      SERVIÇOS
============================ */
.container-nossos-servicos {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 80px 5%;
    background: #FFFFFF;
}

.container-nossos-servicos:nth-child(odd) {
    background: #FAF8F5;
}

.servicos {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    /* background-color: #8B7355; */
}

.servicos-reverse {
    direction: ltr;
}

.servicos-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    transition: transform 0.5s ease;
}

/* .servicos-image:hover {
    transform: scale(1.08);
} */

.nossos-servicos {
    text-align: left;
    padding: 40px;
}

.nossos-servicos h1,
.nossos-servicos h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #D4AF37 0%, #8B7355 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.nossos-servicos p {
    font-size: 17px;
    color: var(--brown-dark);
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
}

.nossos-servicos a{
    display: inline-block;
    margin-top: 10px;
    padding: 14px 32px;

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

    text-decoration: none;

    color: #8B7355;
    border: 2px solid #D4AF37;

    border-radius: 40px;

    background: transparent;

    transition: all 0.3s ease;

    letter-spacing: 0.5px;
}

.nossos-servicos a:hover{
    background: linear-gradient(135deg, #D4AF37, #8B7355);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* ============================
      CONTATO
============================ */
.container-contato {
    padding: 120px 5%;
    background: linear-gradient(135deg, #FAF8F5 0%, #FFFFFF 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-contato {
    text-align: center;
    margin-bottom: 80px;
}

.text-contato h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #D4AF37 0%, #8B7355 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-contato p {
    font-size: 19px;
    color: var(--brown-dark);
    font-weight: 400;
}

.container-form {
    max-width: 1400px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.dados-form {
    background: #FFFFFF;
    padding: 50px;
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 50px;
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.dados-form > div {
    text-align: left;
}

.contact-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, #D4AF37 0%, #C19A6B 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.25);
}

.contact-icon .icon {
    width: 28px;
    height: 28px;
    color: #FFFFFF;
}

.dados-form > div h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2C2C2C;
}

.dados-form > div p {
    color: var(--brown-dark);
    line-height: 1.8;
    font-size: 16px;
}

.message-form {
    background: #FFFFFF;
    padding: 50px;
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.message-form h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #2C2C2C;
}

.message-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2C2C2C;
    font-size: 15px;
}

.message-form input,
.message-form textarea {
    width: 100%;
    padding: 16px 20px;
    border-radius: 12px;
    border: 2px solid #E8E4DC;
    margin-bottom: 24px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #FAF8F5;
    color: #2C2C2C;
}

.message-form input:focus,
.message-form textarea:focus {
    outline: none;
    border-color: #D4AF37;
    background: #FFFFFF;
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.1);
}

.message-form textarea {
    resize: vertical;
    min-height: 140px;
}

.message-form button {
    width: 100%;
    padding: 18px 30px;
    background: linear-gradient(135deg, #D4AF37 0%, #C19A6B 100%);
    border: none;
    color: #FFFFFF;
    border-radius: 12px;
    cursor: pointer;
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.button-icon {
    width: 20px;
    height: 20px;
}

.message-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.4);
}


/* ============================
      MASSOTERAPEUTA
============================ */

.container-massoterapeuta{
    background: #FAF8F5;
    width: 100%;
    padding: 96px 5%;
    display: flex;
    /* flex-direction: ce; */
    justify-content: center;
    align-items: center;
}

.central-container-massoterapeuta{
    /* width: min(1200px, 100%); */
    width: 1120px;
    /* background: #FFFFFF; */
    border-radius: 20px;
    /* border: 1px solid rgba(212, 175, 55, 0.18); */
    /* box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08); */
    /* padding: 30px; */
    display: grid;
    grid-template-columns: minmax(300px, 460px) 1fr;
    gap: 32px;
    align-items: center;
    background: #FAF8F5;
}

.massoterapeuta-image-wrap {
    border-radius: 16px;
    overflow: hidden;
    min-height: 420px;
    max-height: 520px;
    /* border: 1px solid rgba(212, 175, 55, 0.2); */
    overflow: hidden;
}

.massoterapeuta-image-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    /* border-radius: 16px; */
}

.massoterapeuta-content {
    text-align: left;
}

.massoterapeuta-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #8B7355;
    margin-bottom: 14px;
}

.massoterapeuta-content h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #2C2C2C;
}

.massoterapeuta-content p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--brown-dark);
    margin: 0;
}

.massoterapeuta-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.massoterapeuta-highlights span {
    font-size: 14px;
    font-weight: 600;
    color: #7D6240;
    border: 1px solid #E8E4DC;
    background: #FFFFFF;
    padding: 8px 12px;
    border-radius: 12px;
}

.massoterapeuta-cta {
    margin-top: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 50px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 0.2px;
    background: #D4AF37;
    transition: background 0.3s ease;
}

.massoterapeuta-cta:hover {
    background: #C19A6B;
}

/* ============================
      VIDEO DO LOCAL
============================ */
.container-video-local {
    width: 100%;
    padding: 96px 5%;
    background: linear-gradient(135deg, #2F261E 0%, #453526 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.video-local-center {
    width: min(1200px, 100%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.video-local-texto {
    color: #FFFFFF;
}

.video-local-kicker {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #D4AF37;
    margin-bottom: 14px;
    font-weight: 700;
}

.video-local-texto h2 {
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.video-local-texto p {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

.video-local-player {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 20px;
    padding: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.video-local-player video {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    background: #000000;
}

/* ============================
      LOCALIZAÇÃO
============================ */
.galeria{
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 40px;
    align-items: center;
    /* background-color: #2F261E; */
    /* background-color: #0A9710; */
}

.container-central-galeria{
    width: 100%;
    max-width: 1000px;
    /* background-color: #2F261E; */
    display: flex;
}

.carousel{
    width: 100%;
    display: grid;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    anchor-name: --carousel;
    scroll-snap-type: x mandatory;
    scroll-marker-group: after;
    /* background-color: #11B014; */

    grid-auto-flow: column;

    grid-auto-columns: calc((100% - 2rem) / 3);

    /* padding: 0 1rem; */
    /* box-sizing: border-box; */
    
}

.carousel::scroll-marker-group{
    display: flex;
    justify-content: center;
    gap: .5em;
}

.carousel::-webkit-scrollbar{
    display: none;
}

.carousel::scroll-button(right),
.carousel::scroll-button(left){
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border: none;
    background-color: #583f33;
    font-size: 30px;
    color: white;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    position-anchor: --carousel;
    position-area: right center;
    translate: -50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel::scroll-button(left){
     content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;

    position-area: left center;
    translate: 50%;
}

.carousel::scroll-button(right):disabled,
.carousel::scroll-button(left):disabled{
    opacity: 0.5;
    cursor: auto;
}



.card{
    scroll-snap-align: start;
    border-radius: 15px;
    max-height: 420px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.card img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    /* object-fit: cover;
    object-position: center; */
    /* transform: scale(0.9); */
}


.card::scroll-marker{
    content: '';
    height: 1em;
    width: 1em;
    background-color: #5f5f5f;
    border-radius: 50%;
}

.card::scroll-marker:target-current{
    background-color: #583f33;
}



/* Mobile */
@media (max-width: 900px){
    .carousel{
        grid-auto-columns: calc((100% - 1rem) / 2);
    }
}

@media (max-width: 500px){
    .carousel{
        grid-auto-columns: 100%;
        gap: .5rem;
    }
}
/* ============================
      LOCALIZACAO
============================ */
.container-localizacao {
    width: 100%;
    padding: 96px 5%;
    background: #FAF8F5;
    /* background-color: #f5f2ec; */
    display: flex;
    justify-content: center;
}

.localizacao-center {
    width: min(1200px, 100%);
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 36px;
    align-items: center;
}

.localizacao-kicker {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8B7355;
    font-weight: 700;
    margin-bottom: 12px;
}

.localizacao-texto h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #2C2C2C;
    margin-bottom: 18px;
}

.localizacao-texto p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--brown-dark);
    margin: 0;
}

.localizacao-endereco {
    margin-top: 16px;
    font-weight: 600;
    color: #7D6240;
}

.localizacao-mapa {
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    padding: 10px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
}

.localizacao-mapa iframe {
    width: 100%;
    height: 420px;
    border: 0;
    border-radius: 12px;
    display: block;
}


/* CONTAINER FINAL  *//* ============================
      BANNER MASSOTERAPIA
============================ */

.banner-massoterapia{
    width: 100%;
    min-height: 420px;

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

    background-color: #60544c;

    position: relative;
    overflow: hidden;
}


.banner-conteudo{

    width: min(1200px,100%);
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 40px;
    align-items: center;
}
.banner-frase{
    position: relative;
    display: inline-block;
    color: #e6dccf;
    max-width: 400px;
    width: 100%;
    background-color: #60544c;
}

.banner-frase img{
    width: 400px;
    height: 420px;
    border-radius: 25%;
    display: block;
    /* -webkit-mask-image: radial-gradient(square, black 75%, transparent 100%); */
    /* mask-image: radial-gradient(square, black 75%, transparent 100%); */
}

/* máscara */
.banner-frase::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25%;
    background: rgba(110, 97, 63, 0.45);
}

/* frase */
.banner-frase p{
    position: absolute;
    bottom: 40%;
    left: 20px;

    color: #f5f5f5;
    font-size: clamp(16px,2vw,20px);
    font-style: italic;

    z-index: 2;
}

.banner-texto h1{
    font-size: clamp(30px,3vw,42px);
    line-height: 1.3;
    color: #e6dccf;
    margin-bottom: 16px;
    max-width: 560px;
    width: 100%;
}

.banner-texto em{
    font-style: italic;
    color: #e6d2b5;

}

.banner-texto p{
    color: #f0e6d8;
    font-size: 16px;
    max-width: 420px;
    margin-bottom: 24px;
}


/* botão */

.btn-agendar{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 26px;
    background:#f0e6d8;
    color:#81765b;
    border-radius:40px;
    text-decoration:none;
    font-weight:600;
    transition:all .3s ease;
    box-shadow:0 8px 25px rgba(0,0,0,0.2);
}

.btn-agendar:hover{
    background:var(--gold-secondary);
    transform:translateY(-2px);
    box-shadow:0 12px 30px rgba(0,0,0,0.25);
}


/* frase lado direito */
.banner-frase{
    font-size: clamp(24px,2.5vw,30px);
    font-style: italic;
    color: #f6eadb;
    text-align: center;
    line-height: 1.4;
    /* background-color: #000000; */
    width: 400px;
}






/* ============================
      RESPONSIVO
============================ */

@media (max-width: 900px){

    .banner-conteudo{
        grid-template-columns: 1fr 1fr;
        text-align: center;
        gap: 50px;
    }
    
}


@media (max-width: 740px){

    .banner-conteudo{
        grid-template-columns: 1fr;
        /* grid-template-rows: 1fr 1fr; */
        gap: 40px;
        
    }
   
    .banner-texto{
        align-content: center;
        justify-content: center;
        padding: 15px;

    }

    .banner-frase{
        justify-self: center;
    }

    .banner-frase::after{
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        background: rgba(110, 97, 63, 0.45);
    }

    /* frase */
    .banner-frase p{
        position: absolute;
        bottom: 40%;
        width: 100%;
        color: #f5f5f5;
        font-size: clamp(16px,2vw,20px);
        font-style: italic;

        z-index: 2;
    }

    .banner-texto{
        justify-self: center;
        max-width: 380px;
        width: 100%;
    }

    
}

@media (max-width: 440px){

    .banner-texto{
        width: 80%;
        /* padding: px; */
    }

    .banner-texto{
        justify-self: center
    }

    .banner-massoterapia{
        width: 100%;
    }

}

@media (max-width: 400px){

    .banner-frase{
        width: 100%;
        max-width: 300px;
    }

    .banner-frase img{
        width: 100%;
        height: auto;
    }

    .banner-frase p{
        left: 0;
        padding: 0 12px;
        text-align: center;
    }

    .banner-texto{
        max-width: 300px;
        width: 100%;
        padding: 10px;
    }

    .banner-texto h1{
        font-size: 26px;
    }

    .btn-agendar{
        width: 100%;
        font-size: 14px;
        padding: 12px 18px;
    }

}









/* ============================
      RESPONSIVIDADE
============================ */
@media (max-width: 1200px) {
    .body_container {
        background-position: 58% center;
    }

    .introducao,
    .servicos {
        gap: 32px;
    }

    .nossos-servicos {
        padding: 16px;
    }

    .nossos-servicos h1,
    .nossos-servicos h2 {
        font-size: 36px;
        margin-bottom: 18px;
    }

    .text-center h2 {
        font-size: 40px;
    }

    .introducao-image {
        min-height: 370px;
    }
}

@media (max-width: 1024px) {
    .body_container{
        background-attachment: scroll;
    }

    .body_container {
        height: 100vh;
        min-height: 100svh;
        background-position: 68% center;
    }

    .hero-overlay {
        width: min(980px, 92vw);
        margin-top: 56px;
        padding: 24px 12px;
    }

    .hero-title {
        font-size: clamp(34px, 8.2vw, 58px);
        line-height: 1.08;
    }

    .hero-entrelinha {
        font-size: clamp(12px, 2.2vw, 18px);
        letter-spacing: 1.4px;
        margin: -8px 0 10px;
    }

    .hero-subtitle {
        max-width: 860px;
        font-size: clamp(17px, 3.4vw, 25px);
        margin: 8px auto 22px;
    }

    .hero-cta-whatsapp {
        font-size: clamp(16px, 2.7vw, 24px);
        padding: 12px 24px;
    }

    .hero-address {
        font-size: clamp(15px, 2.2vw, 22px);
        margin-top: 14px;
    }

    .introducao,
    .servicos,
    .container-form,
    .central-container-massoterapeuta,
    .video-local-center,
    .localizacao-center {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .container-nossos-servicos {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .servicos {
        max-width: 700px;
        margin: 0 auto;
        background: #FFFFFF;
        border: 1px solid rgba(212, 175, 55, 0.16);
        border-radius: 20px;
        box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        gap: 0;
    }

    .central-container-massoterapeuta{
        max-width: 700px;
        margin: 0 auto;
        background: transparent;
        border: 1px solid rgba(212, 175, 55, 0.16);
        box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        gap: 0;
        padding: 0;
    }

    .massoterapeuta-image-wrap{
        border-radius: 0;
    }

    .massoterapeuta-content{
        padding: 32px 22px;
    }

    .servicos > .servicos-image {
        order: 1;
        border-radius: 0;
        box-shadow: none;
        aspect-ratio: 16 / 10;
    }

    .servicos > .nossos-servicos {
        order: 2;
        text-align: left;
        padding: 28px 24px;
    }

    .introducao > img,
    .servicos > img {
        width: 100%;
        max-height: 520px;
        object-fit: cover;
        display: block;
    }

    .nossos-servicos {
        text-align: center;
        padding: 6px;
    }

    .massoterapeuta-image-wrap {
        min-height: 460px;
    }

    .container-massoterapeuta{
        padding: 20px;
    }



    .massoterapeuta-content h2 {
        font-size: 34px;
    }

    .container-video-local {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .video-local-texto h2 {
        font-size: 36px;
    }

    .container-localizacao {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .localizacao-texto h2 {
        font-size: 34px;
    }

    .localizacao-mapa iframe {
        height: 360px;
    }

    .introducao-image {
        max-height: 200px;
    }
}

@media (max-width: 768px) {
    .body_container {
        height: 100vh;
        min-height: 100svh;
        background-position: 74% center;
    }

    .hero-overlay {
        width: min(680px, 94vw);
        margin: 0 auto;
        margin-top: 48px;
        padding: 20px 8px;
    }

    .hero-title {
        font-size: clamp(28px, 8.8vw, 42px);
        margin-bottom: 10px;
    }

    .hero-entrelinha {
        margin: -2px 0 10px;
        font-size: clamp(12px, 3.2vw, 16px);
        letter-spacing: 1px;
    }

    .hero-subtitle {
        font-size: clamp(16px, 5.4vw, 24px);
        line-height: 1.32;
        margin: 6px auto 16px;
    }

    .hero-cta-whatsapp {
        width: min(92vw, 340px);
        padding: 11px 16px;
        font-size: 22px;
    }

    .hero-address {
        margin-top: 10px;
        font-size: clamp(14px, 3.8vw, 18px);
    }

    .introducao-container,
    .container-nossos-servicos,
    .container-contato,
    .container-massoterapeuta,
    .container-video-local,
    .container-localizacao {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .text-center h2,
    .nossos-servicos h1,
    .nossos-servicos h2,
    .text-contato h2 {
        font-size: 34px;
    }

    .text-center p,
    .nossos-servicos p {
        font-size: 16px;
    }

    .container-imagem {
        height: 280px;
        background-size: 100% 280px;
        background-position: center;
        /* background-repeat: no-repeat; */
    }

    .message-form,
    .dados-form {
        padding: 28px 20px;
    }

    .central-container-massoterapeuta {
        /* padding: 18px; */
        gap: 24px;
    }

    .massoterapeuta-image-wrap {
        min-height: 300px;
    }


    .massoterapeuta-content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .massoterapeuta-content h2 {
        font-size: 30px;
    }

    .massoterapeuta-kicker{
        align-self: flex-start;
    }

    .massoterapeuta-content p {
        font-size: 16px;
    }

    .massoterapeuta-cta{
        width: 80%;
    }

    .massoterapeuta-highlights {
        margin-top: 20px;
    }

    .massoterapeuta-highlights span {
        width: 100%;
        text-align: center;
    }

    .video-local-center {
        gap: 24px;
    }

    .video-local-texto h2 {
        font-size: 30px;
    }

    .video-local-texto p {
        font-size: 16px;
    }

    .video-local-player {
        padding: 8px;
    }

    .localizacao-texto h2 {
        font-size: 30px;
    }

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

    .localizacao-mapa iframe {
        height: 300px;
    }

    
}

@media (max-width: 480px) {
    .body_container {
        height: 100vh;
        min-height: 100svh;
        background-position: 75% center;
    }

    .hero-overlay {
        margin-top: 34px;
    }

    .hero-title {
        font-size: clamp(24px, 9.5vw, 34px);
    }

    .hero-subtitle {
        font-size: clamp(14px, 5.8vw, 18px);
    }

    .hero-cta-whatsapp {
        font-size: 19px;
    }

    .introducao-image {
        min-height: 250px;
        
    }
}
