/* CSS RESET & CORE VARIABLES */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg-light: #faf8f5;
  --roxo-normal: #7f3595;
  --roxo-claro: #9e7aa6;
  --roxo-escuro: #5a4a66;
  --cinza: #6e6e6e;
  --verde: #38712d;
  --dourado: #d4a651;
  --dourado-claro: #dfba6b;
  --text-dark: #4a4a4a;
  --white: #ffffff;
  --font-serif: "CormorantGaramond", serif;
  /* --font-script: "Alex Brush", cursive; */
  --font-sans: "Montserrat", sans-serif;
}

body {
  font-family: var(--font-sans);
  /* background-color: var(--bg-light); */
  background-color: #e9dfef;
  color: var(--text-dark);
  /* line-height: 1.6; */
  overflow-x: hidden;
}

/* Prevent unexpected horizontal overflow from large images/elements */
html {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
picture,
.img-bloco {
  max-width: 100%;
  height: auto;
  display: block;
}

@font-face {
  font-family: "CormorantGaramond-Light";
  src: url("/font/CormorantGaramond/CormorantGaramond-Light.ttf")
    format("truetype");
}
@font-face {
  font-family: "CormorantGaramond-Regular";
  src: url("/font/CormorantGaramond/CormorantGaramond-Regular.ttf")
    format("truetype");
}
@font-face {
  font-family: "CormorantGaramond-RegularItalic";
  src: url("/font/CormorantGaramond/CormorantGaramond-RegularItalic.ttf")
    format("truetype");
}
@font-face {
  font-family: "CormorantGaramond-Medium";
  src: url("/font/CormorantGaramond/CormorantGaramond-Medium.ttf")
    format("truetype");
}
@font-face {
  font-family: "CormorantGaramond-MediumItalic";
  src: url("/font/CormorantGaramond/CormorantGaramond-MediumItalic.ttf")
    format("truetype");
}
@font-face {
  font-family: "CormorantGaramond-SemiBold";
  src: url("/font/CormorantGaramond/CormorantGaramond-SemiBold.ttf")
    format("truetype");
}
@font-face {
  font-family: "CormorantGaramond-SemiBoldItalic";
  src: url("/font/CormorantGaramond/CormorantGaramond-SemiBoldItalic.ttf")
    format("truetype");
}
@font-face {
  font-family: "CormorantGaramond-Bold";
  src: url("/font/CormorantGaramond/CormorantGaramond-Bold.ttf")
    format("truetype");
}
@font-face {
  font-family: "CormorantGaramond-BoldItalic";
  src: url("/font/CormorantGaramond/CormorantGaramond-BoldItalic.ttf")
    format("truetype");
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("/font/Montserrat/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-MediumItalic";
  src: url("/font/Montserrat/Montserrat-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("/font/Montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Italic";
  src: url("/font/Montserrat/Montserrat-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("/font/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("/font/Montserrat/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-BoldItalic";
  src: url("/font/Montserrat/Montserrat-BoldItalic.ttf") format("truetype");
}

.contact-item-topo {
  /* background: rgba(255, 255, 255, 0.6); */
  position: absolute;
  width: 100%;
  top: 20px;
  /* padding: 10px; */
  /* border-radius: 4px; */
  z-index: 10;
  justify-content: right;
  display: inline-flex;
  gap: 0px;
  /* background-color: black; */
}
.contact-item-topo a {
  /* height: auto; */
  width: 60px;
  height: 40px;
  /* background-color: rgba(255, 255, 255, 0.75); */
  background-color: #5a4a66;
  justify-items: center;
  align-content: center;
  margin-right: 12px;
  border-radius: 8px;
  border: 2px solid var(--roxo-claro);
}

/* HERO SECTION WITH CLEAN ALIGNMENT AND ASSET BACKGROUND */
.hero {
  position: relative;
  min-height: 100vh;
  background-image: url("img/background_hero.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  align-content: center;
}

.meio {
  background-image: url("img/background_body.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Texture overlay to ensure text contrast while maintaining full visibility of the hands and pendulum on the right */
.aurora-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      to right,
      rgba(250, 248, 245, 0.85) 35%,
      rgba(250, 248, 245, 0.3) 60%,
      transparent 100%
    ),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.015' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.02'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}

.hero-container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0 20%;
  padding: 0 24px; /* garante espaçamento lateral em telas pequenas quando sobrescrito */
  /* align-items: center; */
  /* justify-items: center; */
}

/* Left Content Wrapper for perfect layout spacing */
.hero-left-content {
  /* max-width: 520px; Perfectly bounds content within the clear left area */
  max-width: 560px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center;
}

/* Sacred Geometry Logo sizing */
.logo-wrapper {
  width: 130px;
  height: 130px;
  margin: 0 auto 15px auto;
}
.sacred-geometry {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 2px 5px rgba(184, 142, 62, 0.15));
}

.main-title {
  font-family: "CormorantGaramond-Regular";
  font-size: 5rem;
  font-weight: normal;
  font-variant: small-caps;
  /* font-weight: 400; */
  background: linear-gradient(180deg, #d4a651, #e7c173);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.1;
}

.heart-separator {
  margin: 4px auto;
  width: 30px;
}
.gold-heart {
  width: 18px;
  height: 18px;
}

.subtitle {
  font-family: "Montserrat-SemiBold";
  font-size: 1.15rem;
  color: var(--dourado);
  letter-spacing: 4px;
  text-transform: uppercase;
}

.ornament-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
  color: var(--dourado-claro);
}
.ornament-divider .line {
  width: 50px;
  height: 1px;
  background: var(--dourado-claro);
}

.tagline {
  font-family: "CormorantGaramond-SemiBold";
  font-size: 1.6rem;
  color: var(--verde);
  line-height: 1.3;
}

/* blockquote {
  font-style: normal;
} */

/* Core Pillars Adjusted Layout */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  /* max-width: 480px; */
  text-transform: uppercase;
}

.icone-pilar img {
  height: 100%;
  color: var(--dourado-claro);
}

.pillar-item {
  /* display: flex; */
  display: grid;
  grid-template-rows: 1fr 1fr;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-sans);
  font-family: "Montserrat-Medium";
  font-size: 0.9rem;
  /* font-weight: 600; */
  letter-spacing: 0.5px;
  color: var(--roxo-normal);
  gap: 10px;
}

.pillar-item span {
  align-self: start;
}

/* .pillar-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-text);
} */

.icone-pilar {
  /* width: 32px; */
  height: 80%;
  /* margin-bottom: 6px; */
  display: flex;
  align-self: center;
  justify-self: center;
  color: var(--gold-text);
}

/* THERAPIES SECTION */
.therapies-section {
  padding-top: 10px;
  max-width: 1100px;
  margin: 0px auto 60px auto;
}

.therapies-section1 {
  background-image: url("assets/imagem_fundo_hero3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.star-burst-center {
  text-align: center;
  color: var(--gold-light);
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.section-title {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--roxo-normal);
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 60px;
  position: relative;
}

.therapies-container {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.center-divider-line {
  background: linear-gradient(
    to bottom,
    transparent,
    var(--dourado) 20%,
    var(--dourado) 80%,
    transparent
  );
}

.therapies-col {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.therapy-card {
  display: flex;
  align-items: top;
  /* align-items: center; */
  gap: 20px;
}

.therapy-icon-frame {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.8);
}

.purple-tint {
  background: linear-gradient(135deg, #a58cb6 0%, var(--primary-purple) 100%);
}
.green-tint {
  background: linear-gradient(135deg, #a2bfa9 0%, var(--soft-green) 100%);
}

.img-bloco {
  height: max-content;
}

.therapy-info h3 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--roxo-normal);
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.therapy-info p {
  font-size: 0.9rem;
  color: var(--cinza);
  font-family: "Montserrat-Medium";
  max-width: 350px;
  line-height: 1.3;
}

.bottom-quote-container {
  text-align: center;
  margin-top: 60px;
}

.script-quote {
  font-family: "CormorantGaramond-SemiBoldItalic";
  font-size: 2.8rem;
  color: var(--roxo-normal);
  line-height: 1.2;
}

.mini-heart {
  color: var(--dourado-claro);
  font-size: 0.9rem;
  margin-top: -10px;
}

.separador1 img,
.separador2 img {
  /* background-color: orchid; */
  height: 100%;
  display: flex;
  align-self: center;
  justify-self: center;
  margin: 20px 0;
}

/* FOOTER & BOOKINGS CARD */

.footer-container {
  max-width: 850px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.icone-topo-agendamento {
  position: absolute;
  top: 10px;
  right: 10px;
}

.booking-card {
  background: rgba(255, 255, 255, 0.6);
  padding: 30px 35px;
  border-radius: 12px;
  backdrop-filter: blur(5px);
  box-shadow:
    inset 1px 1px 2px rgba(255, 255, 255, 0.8),
    inset -0px -3px 2px rgba(166, 130, 174, 0.4);
  /* display: grid; */
  display: grid;
  gap: 15px;
}

.booking-card h3 {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--cinza);
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.contact-item,
.contact-item span {
  display: flex;
  align-items: center;
  gap: 15px;
  /* margin-bottom: 18px; */
  color: var(--roxo-claro);
  font-family: "Montserrat-Medium";
}

.icone-social img {
  max-width: 22px;
  height: auto;
}

.contact-item .icone-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  color: var(--soft-green);
}

.contact-link {
  color: var(--primary-purple);
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
}

.contact-link:hover {
  color: var(--dourado);
}
/* .contact-text {
  font-size: 0.95rem;
  color: #555;
} */

.qr-code-wrapper {
  display: flex;
  justify-content: center;
}

.bottom-bar-tags {
  grid-column: span 2;
  text-align: center;
  padding: 10px;
  font-size: 1.65rem;
  font-family: "CormorantGaramond-Bold";
  background: linear-gradient(45deg, #9975a3, #b497b5);
  color: var(--white);
  border-radius: 100px;
  max-width: 600px;
  margin: 0 auto;
}
.bottom-bar-tags .bullet,
.bottom-bar-tags .heart-icon {
  /* color: var(--gold-light); */
  margin: 0 4px;
}

.rights-footer {
  text-align: center;
  text-transform: uppercase;
  margin: 60px auto 20px auto;
  background-color: #e9dfef;
  color: var(--roxo-escuro);
  font-family: "Montserrat-Medium";
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}

/* RESPONSIVE MEDIA QUERIES */
@media (max-width: 992px) {
  .hero {
    background-position: center;
    justify-content: center; /* Center on tablets for balance */
    padding-top: 60px;
  }
  .hero-left-content {
    background: rgba(254, 253, 251, 0.88);
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(223, 186, 107, 0.2);
  }
  .hero-container {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  /* Typography and hero sizing */
  body {
    background-color: #f4efec;
  }
  .main-title {
    font-size: 3.2rem; /* aumentado para melhor legibilidade no mobile */
    line-height: 1.05;
  }
  .subtitle {
    font-size: 1.15rem;
    letter-spacing: 2px;
  }
  .tagline {
    font-size: 1.6rem;
  }

  .section-title {
    font-size: 2rem;
    margin-top: 40px;
  }

  /* Pillars and therapies stacking */
  .pillars-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .therapies-container {
    grid-template-columns: 1fr;
    gap: 0px;
    margin-bottom: 0px;
  }
  .therapies-col {
    gap: 80px;
    margin-bottom: 80px;
  }
  .therapy-card {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 18px;
  }
  .center-divider-line {
    display: none;
  }

  /* Footer layout */
  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .bottom-bar-tags {
    grid-column: span 1;
    font-size: 2rem;
    padding: 8px 12px;
    max-width: 100%;
    border-radius: 40px;
    margin: 60px 0;
  }

  /* Prevent horizontal overflow and add side gutters */
  .hero-container {
    margin: 0;
    padding: 0px;
    max-width: 100%;
  }
  .hero-left-content {
    max-width: 80%;
    margin-top: 600px;
    /* text-align: left; */
    /* align-items: flex-start; */
    justify-self: center;
    padding: 18px 14px;
    background: transparent;
    box-shadow: none;
    border: none;
  }

  /* Mobile background swaps (use mobile assets) */
  .hero {
    background-image: url("img/background_hero_mobile.png");
    /* min-height: 70vh; */
    width: 100%;
    background-position: top center;
    background-size: contain;
    padding-top: 40px;
  }
  .meio {
    background-image: url("img/background_body_mobile.png");
    background-position: top center;
    background-size: cover;
  }

  /* Cards and images stack nicely on mobile */
  .therapy-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .img-bloco {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .therapy-info p {
    max-width: 100%;
    font-size: 1.05rem; /* texto maior no mobile */
    line-height: 1.4;
  }

  .therapy-info h3 {
    font-size: 1.5rem; /* títulos das terapias maiores no mobile */
    line-height: 1.15;
  }

  .script-quote {
    font-size: 3rem;
    margin-bottom: 60px;
    max-width: 70%;
    text-align: center;
    align-self: center;
    justify-self: center;
  }
  .booking-card {
    padding: 20px;
  }
  .booking-card h3 {
    font-size: 1.6rem;
  }
  .booking-card a,
  .booking-card span {
    font-size: 1.4rem;
  }
  .contact-link {
    font-size: 0.95rem;
  }
  .pillar-item {
    font-size: 1.05rem; /* aumentar rótulos dos pilares */
  }
  /* Add lateral gutters to prevent elements touching screen edges */
  .therapies-section {
    padding: 0 18px;
  }
  .bottom-quote-container {
    padding: 0 18px;
    text-align: center;
    margin-top: 0px;
  }
  .footer-container {
    padding: 0 18px;
  }

  /* Ensure separators fit within mobile width and are centered */
  .separador1 img,
  .separador2 img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 8px auto;
  }

  .rights-footer {
    text-align: center;
    text-transform: uppercase;
    margin: 40px auto 0 auto;
    padding-bottom: 20px;
    max-width: 100%;
    border-radius: 40px;
    background-color: #e9dfef;
    color: var(--roxo-escuro);
    font-family: "Montserrat-Medium";
    font-size: 1.2rem;
    letter-spacing: 0.5px;
  }
  .qr-code-wrapper a img {
    width: 340px;
  }
}

@media (max-width: 400px) {
  /* Typography and hero sizing */
  body {
    background-color: #f4efec;
  }
  .main-title {
    font-size: 3.2rem; /* aumentado para melhor legibilidade no mobile */
    line-height: 1.05;
  }
  .subtitle {
    font-size: 1.15rem;
    letter-spacing: 2px;
  }
  .tagline {
    font-size: 1.6rem;
  }

  .section-title {
    font-size: 2rem;
    margin-top: 40px;
  }

  /* Pillars and therapies stacking */
  .pillars-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .pillar-item span {
    align-self: center;
    font-size: 1.2rem;
  }
  .pillar-item {
    gap: 0px;
  }

  .therapies-container {
    grid-template-columns: 1fr;
    gap: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
  .therapies-col {
    gap: 40px;
    margin-bottom: 40px;
  }
  .therapy-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: center;
  }

  .therapy-info h3 {
    margin-bottom: 10px;
  }
  .center-divider-line {
    display: none;
  }

  /* Footer layout */
  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .bottom-bar-tags {
    display: none;
  }

  /* Prevent horizontal overflow and add side gutters */
  .hero-container {
    margin: 0;
    padding: 0px;
    max-width: 100%;
  }
  .hero-left-content {
    max-width: 100%;
    margin-top: 280px;
    /* text-align: left; */
    /* align-items: flex-start; */
    justify-self: center;
    padding: 18px 14px;
    background: transparent;
    box-shadow: none;
    border: none;
  }

  /* Mobile background swaps (use mobile assets) */
  .hero {
    background-image: url("img/background_hero_mobile.png");
    /* min-height: 70vh; */
    width: 100%;
    background-position: top center;
    background-size: contain;
    padding-top: 40px;
  }
  .meio {
    background-image: url("img/background_body_mobile.png");
    background-position: top center;
    background-size: cover;
  }

  .icone-topo-agendamento {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 60px;
  }
  /* Cards and images stack nicely on mobile */
  .script-quote {
    font-size: 3rem;
    margin: 30px 0 40px 0;
    max-width: 70%;
    text-align: center;
    align-self: center;
    justify-self: center;
  }
  .booking-card {
    padding: 20px;
    margin: 0 15px;
  }
  .booking-card h3,
  .booking-card a,
  .booking-card span {
    font-size: 1.1rem;
  }

  .contact-link {
    font-size: 0.95rem;
  }

  /* Add lateral gutters to prevent elements touching screen edges */
  .therapies-section {
    padding: 0 18px;
    margin-bottom: 0px;
  }
  .bottom-quote-container {
    padding: 0;
  }
  .footer-container {
    padding: 0px;
  }

  /* Ensure separators fit within mobile width and are centered */
  .separador1 img,
  .separador2 img {
    width: 370px;
  }

  .separador2 img {
    margin-bottom: 20px;
  }

  .rights-footer {
    text-align: center;
    text-transform: uppercase;
    margin: 40px auto 0 auto;
    padding-bottom: 20px;
    max-width: 100%;
    border-radius: 40px;
    background-color: #e9dfef;
    color: var(--roxo-escuro);
    font-family: "Montserrat-Medium";
    font-size: 0.8rem;
    letter-spacing: 0.5px;
  }
  .qr-code-wrapper a img {
    /* width: 300px; */
    display: none;
  }
}

@media (min-width: 400px) and (max-width: 616px) {
  /* Typography and hero sizing */
  body {
    background-color: #f4efec;
  }
  .main-title {
    font-size: 3.2rem; /* aumentado para melhor legibilidade no mobile */
    line-height: 1.05;
  }
  .subtitle {
    font-size: 1.15rem;
    letter-spacing: 2px;
  }
  .tagline {
    font-size: 1.6rem;
  }

  .section-title {
    font-size: 2rem;
    margin-top: 40px;
  }

  /* Pillars and therapies stacking */
  .pillars-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .pillar-item span {
    align-self: center;
    font-size: 1.2rem;
  }
  .pillar-item {
    gap: 0px;
  }

  .therapies-container {
    grid-template-columns: 1fr;
    gap: 0px;
    margin-bottom: 0px;
    text-align: center;
    width: 90%;
    justify-self: center;
  }
  .therapies-col {
    gap: 40px;
    margin-bottom: 40px;
  }
  .therapy-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: center;
  }

  .therapy-info h3 {
    margin-bottom: 10px;
  }
  .center-divider-line {
    display: none;
  }

  /* Footer layout */
  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .bottom-bar-tags {
    display: none;
  }

  /* Prevent horizontal overflow and add side gutters */
  .hero-container {
    margin: 0;
    padding: 0px;
    max-width: 100%;
  }
  .hero-left-content {
    /* max-width: 100%; */
    margin-top: 280px;
    margin-bottom: 20px;
    /* text-align: left; */
    /* align-items: flex-start; */
    justify-self: center;
    padding: 15px 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    box-shadow: none;
    border: none;
  }

  /* Mobile background swaps (use mobile assets) */
  .hero {
    background-image: url("img/background_hero_mobile.png");
    /* min-height: 70vh; */
    width: 100%;
    background-position: top center;
    background-size: contain;
    padding-top: 40px;
  }
  .meio {
    background-image: url("img/background_body_mobile.png");
    background-position: top center;
    background-size: cover;
  }

  .icone-topo-agendamento {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 60px;
  }
  /* Cards and images stack nicely on mobile */
  .script-quote {
    font-size: 3rem;
    margin: 30px 0 40px 0;
    max-width: 70%;
    text-align: center;
    align-self: center;
    justify-self: center;
  }
  .booking-card {
    padding: 20px;
    margin: 0 15px;
  }
  .booking-card h3,
  .booking-card a,
  .booking-card span {
    font-size: 1.1rem;
  }

  .contact-link {
    font-size: 0.95rem;
  }

  /* Add lateral gutters to prevent elements touching screen edges */
  .therapies-section {
    padding: 0 18px;
    margin-bottom: 0px;
  }
  .bottom-quote-container {
    padding: 0;
  }
  .footer-container {
    padding: 0px;
  }

  /* Ensure separators fit within mobile width and are centered */
  .separador1 img,
  .separador2 img {
    width: 370px;
  }

  .separador2 img {
    margin-bottom: 20px;
  }

  .rights-footer {
    text-align: center;
    text-transform: uppercase;
    margin: 40px auto 0 auto;
    padding-bottom: 20px;
    max-width: 100%;
    border-radius: 40px;
    background-color: #e9dfef;
    color: var(--roxo-escuro);
    font-family: "Montserrat-Medium";
    font-size: 0.8rem;
    letter-spacing: 0.5px;
  }
  .qr-code-wrapper a img {
    width: 300px;
    display: none;
  }
}
