html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100vw;
}
body {
  display: flex;
  flex-direction: column;
  background-color: rgb(241, 254, 225);
  overflow-x: hidden;
}
h1,
h2 {
  padding: 0;
  margin: 0;
}
a,
a:visited {
  text-decoration: none;
  color: black;
  transition: all 0.3s ease-in-out;
}
.mobile-lottie {
  display: none;
}
.svg-social-top:hover,
.svg-social:hover {
  transform: scale(1.15);
}
.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
}
.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*! Content */
.content {
  flex: 1;
}
.section {
  position: relative;
  width: 100vw;
}
.self-section,
.values-section,
.topics-section,
.articles-section,
.self-section__text-container,
.values-section__wrapper {
  transition: all 1.5s ease;
  opacity: 0;
}
.self-section,
.values-section,
.articles-section,
.self-section__text-container,
.values-section__wrapper {
  transform: translateY(30px);
}
.appear {
  opacity: 1;
}
.self-section.appear,
.values-section.appear,
.articles-section.appear,
.self-section__text-container.appear,
.values-section__wrapper.appear {
  transform: translateY(0);
}

/*! top section */
.top-section {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.top-section__photo {
  position: absolute;
  margin-left: 45%;
  height: 100%;
  z-index: -10;
}
.top-section__text-backdrop {
  height: 100%;
  width: 100%;
  background-color: rgb(252, 247, 237);
  -webkit-clip-path: polygon(
    0 0,
    55% 0%,
    45% 100%,
    0% 100%,
    83% 100%,
    93% 0%,
    100% 0%,
    100% 100%,
    0% 100%
  );
  clip-path: polygon(
    0 0,
    55% 0%,
    45% 100%,
    0% 100%,
    83% 100%,
    93% 0%,
    100% 0%,
    100% 100%,
    0% 100%
  );
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
}
.top-section__text {
  position: relative;
  width: 50%;
  top: 30%;
  left: 5%;
  z-index: 1;
}
.top-section__text-big {
  font-size: 50px;
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
}
.top-section__text-small {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-size: 30px;
  margin-top: 30px;
}
.top-section__contact-btn,
.contact-section__send-btn,
.contact-section__loader {
  background-color: rgba(101, 143, 53, 0.7);
  border: 1px solid grey;
  border-radius: 10px;
  color: rgb(252, 251, 250);
  padding: 15px;
  font-size: 30px;
  font-family: "Philosopher", sans-serif;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 10px rgb(197, 197, 197);
}
.top-section__contact-btn {
  margin-top: 30px;
}
.top-section__contact-btn:hover,
.contact-section__send-btn:hover {
  cursor: pointer;
  background-color: rgba(101, 143, 53, 0.8);
  box-shadow: 0 0 10px rgb(197, 197, 197);
}
.lottie-leaves {
  position: absolute;
  margin-left: 10%;
  height: 100%;
}
.top-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: linear-gradient(
    to bottom,
    rgba(252,247,237,0.75) 0%,
    rgba(252,247,237,0.45) 30%,
    rgba(252,247,237,0.15) 60%,
    rgba(252,247,237,0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/*! Brand dentro do hero */
.brand {
  position: static;
  top: unset;
  left: unset;
  padding: 0;
  transition: none;
}
.brand:hover {
  cursor: default;
  transform: none;
  text-shadow: none;
}
.brand--hero {
  align-items: flex-start;
  margin-bottom: 18px;
  cursor: default;
}
.brand--hero .brand__name {
  font-size: 44px;
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  color: #222844;
  letter-spacing: 0.5px;
}
.brand--hero .brand__sub {
  font-size: 26px;
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  color: #222844;
  opacity: 0.75;
  margin-top: 4px;
  letter-spacing: 0.3px;
}

/*! self info section  */
.self-section__content {
  gap: 2vw;
  margin-top: 7%;
  margin-bottom: 20px;
}
.self-section__photo {
  width: 40vw;
  border-radius: 20px;
}
.section-title {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-size: 60px;
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
}
.self-section__title,
.values-section__title,
.contact-section__title {
  background-image: linear-gradient(90deg, rgb(43, 73, 25), #6bac2b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.self-section__title {
  margin-top: 10px;
}
.self-section__text-container {
  padding: 10px;
  width: 73%;
}
.self-section__small-text {
  width: 100%;
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-align: justify;
  padding: 10px 35px 10px 5px;
}
.first-line {
  font-weight: 800;
  font-style: italic;
  padding-bottom: 20px;
  color: #212744;
}
.self-section__form-btn {
  background-color: brown;
  border: 1px solid whitesmoke;
  border-radius: 5px;
  color: aliceblue;
  padding: 30px;
  font-size: 20px;
}

/*! Values section  */
.values-section__title {
  height: 10%;
}
.values-column {
  width: 80%;
}
.values-section__content {
  width: 80%;
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 100px 0 40px 0;
  background: linear-gradient(
    90deg,
    rgba(234, 33, 252, 0) 0%,
    rgba(250, 73, 227, 0.25) 90%
  );
  border-radius: 25px;
  padding: 40px 20px;
}
.values-section__wrapper {
  width: 92%;
  padding-bottom: 20px;
  justify-content: flex-start;
}
.value-point {
  width: 50px;
  height: 50px;
}
.values-section__value-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding-left: 15px;
}
.values-section__value-container > * {
  font-size: 22px;
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
}
.values-section__value-title {
  width: 100%;
  flex: 1;
  padding-bottom: 5px;
  font-weight: 800;
}
.values-section__value-text {
  width: 100%;
}
#lottie-conversation {
  padding-right: 20px;
}

/*! Topics section */
.topics-section {
  position: relative;
  overflow: hidden;
  background-color: transparent;
}
.topics-section__backdrop-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://i.imgur.com/88fGZuX.jpeg");
  background-size: cover;
  background-position: center;
  opacity: 1;
  z-index: -1;
}
.topics-section__title {
  color: white;
  height: 12%;
}
.topics-section__title:hover {
  cursor: pointer;
}
.topics-section__wrapper {
  width: 100%;
  margin-top: 30px;
}
.topics-section__content {
  margin-bottom: 50px;
  width: 100%;
  align-items: baseline;
  flex-wrap: wrap;
  transform: translateX(0);
  transition: all 1s ease-in-out;
  opacity: 1;
}
.adultTopics {
  position: absolute;
  left: 0;
}
.hidden {
  opacity: 0;
  transform: translateX(-1500px);
}
.adultTopics.hidden {
  transform: translateX(1500px);
}
.topics-section__topic-container {
  width: 30%;
  height: 50%;
}
.topics-section__topic-pic {
  width: 30%;
  border: 1px solid rgb(180, 180, 180);
  border-radius: 10px;
}
.topics-section__topic-text {
  padding: 10px;
  font-size: 25px;
  color: #333;
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  text-align: center;
}
.title-switch {
  color: rgb(195, 195, 195);
  font-size: 32px;
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  border-radius: 15px;
  padding: 0px 5px 10px 5px;
  mask-image: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 0.9) 30%,
    #000 50%,
    rgba(0, 0, 0, 0.9) 70%
  );
  mask-size: 100%;
  -webkit-mask-image: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 0.9) 30%,
    #000 50%,
    rgba(0, 0, 0, 0.9) 70%
  );
  -webkit-mask-size: 200%;
}
.active-switch {
  color: bisque;
  animation: shine 2s linear infinite;
}
@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}

/* ---------------- switch -------------------- */
.checkbox_mark {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
.checkbox_item .checkbox_wrap {
  position: relative;
  display: block;
  cursor: pointer;
}
.checkbox_item {
  margin-top: 90px;
}
.checkbox_inp {
  position: absolute;
  opacity: 0;
}
.checkbox_item .checkbox_wrap .checkbox_mark {
  display: inline-block;
  position: relative;
  border-radius: 25px;
}
.checkbox_mark:before,
.checkbox_item .checkbox_wrap .checkbox_mark:after {
  content: "";
  position: absolute;
  transition: all 0.5s ease;
}
.checkbox_item.citem_2 .checkbox_wrap .checkbox_mark {
  border: 5px solid rgba(255, 228, 196, 0.8);
  width: 90px;
  height: 40px;
  padding: 2px;
}
.checkbox_item.citem_2 .checkbox_wrap .checkbox_mark:before {
  top: 2px;
  left: 2px;
  width: 34px;
  height: 26px;
  background: rgba(255, 228, 196, 0.8);
  border-radius: 25px;
}
.checkbox_item.citem_2 .checkbox_wrap .checkbox_inp:checked ~ .checkbox_mark {
  border-color: rgba(255, 228, 196, 0.8);
}
.checkbox_item.citem_2
  .checkbox_wrap
  .checkbox_inp:checked
  ~ .checkbox_mark:before {
  left: 44px;
  background: rgba(255, 228, 196, 0.8);
}

/*! Articles section */
.articles-section {
  background-color: rgb(241, 254, 225);
}
.articles-section__photo {
  width: 22%;
  border-radius: 16px;
  object-fit: cover;
  align-self: flex-start;
  height: auto;
  margin-left: 20px;
}
.articles-section__btn-container {
  flex: 0;
  flex-wrap: wrap;
  width: 40%;
  margin: 0 20px 20px 20px;
  padding: 0 20px;
}
.articles-section__btn-container > * {
  background: linear-gradient(
    140deg,
    rgba(242, 199, 220, 0.7) 0%,
    rgba(210, 74, 170, 0.6) 100%
  );
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-size: 40px;
  padding: 55px 15px;
  border-radius: 10px;
  width: 100%;
}
.articles-section__btn {
  color: black;
  text-align: center;
  border: none;
  width: 100%;
  flex: 0 0 auto;
  margin-top: 0;
  background: linear-gradient(
    140deg,
    rgba(242, 199, 220, 0.7) 0%,
    rgba(210, 74, 170, 0.6) 100%
  );
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-size: 40px;
  padding: 28px 15px;
  border-radius: 10px;
}
.articles-section__btn:hover {
  cursor: pointer;
}
.articles-section__price-wrapper {
  margin: 0 20px;
  padding: 0;
  width: 44%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.articles-section__price-wrapper > .flex-column {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  height: 100%;
}
.articles-section__price-block {
  flex: 1;
  min-height: 0;
}
.articles-section > .flex-container {
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.articles-section__top-row {
  justify-content: center;
  gap: 40px;
  align-items: stretch;
  width: 90%;
  padding: 40px 0;
}
.articles-section.flex-column {
  gap: 0;
}
.articles-section__price-block {
  width: 100%;
  background: linear-gradient(
    145deg,
    rgba(34, 85, 20, 0.85) 0%,
    rgba(55, 120, 30, 0.75) 100%
  );
  border-radius: 20px;
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  box-shadow: 0 12px 36px rgba(30, 80, 10, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
  gap: 0;
  flex: 1;
  min-height: 0;
}
.articles-section__price-block > * {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  padding: 0;
  text-align: left;
}
.articles-section__price-title {
  font-size: 34px;
  font-weight: 700;
  text-align: center !important;
  width: 100%;
  color: bisque;
  letter-spacing: 0.5px;
  padding-bottom: 0 !important;
  margin-bottom: 8px;
}
.articles-section__price-divider {
  width: 50%;
  height: 1px;
  background: rgba(255, 228, 196, 0.35);
  margin: 12px auto 22px;
}
.articles-section__price-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  width: 100%;
}
.articles-section__price-text {
  font-size: 20px;
  line-height: 1.3;
  color: rgba(255, 252, 245, 0.92);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  transition: background 0.2s ease;
}
.articles-section__price-text:hover {
  background: rgba(255, 255, 255, 0.14);
}

/* Para quem é a terapia */
.articles-section__for-whom {
  width: 100%;
  margin-top: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 228, 196, 0.2);
}
.articles-section__for-whom-title {
  font-family: "Philosopher", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: bisque;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}
.articles-section__for-whom-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  width: 100%;
}
.articles-section__for-whom-item {
  font-family: "Philosopher", sans-serif;
  font-size: 19px;
  color: rgba(255, 252, 235, 0.88);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  line-height: 1.4;
  transition: background 0.2s ease;
}
.articles-section__for-whom-item:hover {
  background: rgba(255, 255, 255, 0.12);
}
.articles-section__for-whom-item .fw-check {
  color: #a8e06a;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Dialog */
dialog {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  opacity: 0;
  scale: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  z-index: 80;
  padding: 20px;
}
dialog[open] {
  opacity: 1;
  scale: 1;
  width: 100%;
}
dialog::backdrop {
  background-color: rgba(119, 144, 84, 0.6);
  backdrop-filter: blur(5px);
}
.dialogWindow {
  background-color: rgba(42, 42, 42, 0.9);
  border: none;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
}
.dialog__content {
  display: flex;
  flex-direction: column;
  text-align: justify;
}
.dialog__title,
.dialog__text {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
}
.dialog__title {
  color: bisque;
  font-size: 80px;
  margin-bottom: 15px;
  text-align: center;
}
.dialog__text {
  color: whitesmoke;
  font-size: 20px;
  line-height: 25px;
  width: 100%;
}
.condition-title {
  padding: 10px;
  margin: 10px 0;
  text-align: center;
  font-size: 30px;
  color: bisque;
}
.conditions-text {
  line-height: 130%;
  word-wrap: break-word;
}
.conditions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0;
  list-style-position: inside;
  padding-inline-start: 0;
}
.conditions li {
  width: 90%;
  margin-top: 0px;
}

/* FAQ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.faq-item {
  background: rgba(255, 255, 255, 0.06);
  border-left: 4px solid bisque;
  border-radius: 10px;
  padding: 18px 22px;
  transition: background 0.2s ease;
}
.faq-item:hover {
  background: rgba(255, 255, 255, 0.11);
}
.faq-question {
  font-family: "Philosopher", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: bisque;
  margin-bottom: 8px;
}
.faq-answer {
  font-family: "Philosopher", sans-serif;
  font-size: 20px;
  color: whitesmoke;
  line-height: 1.6;
}
.faq-last {
  margin-top: 40px;
  text-align: center;
  padding: 30px 20px;
  border-top: 1px solid rgba(255, 228, 196, 0.3);
}
.faq-last-label {
  font-family: "Philosopher", sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  color: rgba(255, 228, 196, 0.5);
  margin-bottom: 14px;
}
.faq-last-question {
  font-family: "Philosopher", sans-serif;
  font-size: 28px;
  font-style: italic;
  color: bisque;
  margin-bottom: 12px;
  line-height: 1.4;
}
.faq-last-answer {
  font-family: "Philosopher", sans-serif;
  font-size: 18px;
  color: rgba(255, 245, 230, 0.7);
}
.important-note {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  background: rgba(220, 50, 50, 0.15);
  border: 1px solid rgba(220, 80, 80, 0.4);
  border-radius: 14px;
  padding: 28px 30px;
  text-align: center;
}
.important-note-icon {
  font-size: 48px;
  line-height: 1;
}
.important-note-content {
  font-family: "Philosopher", sans-serif;
  font-size: 18px;
  color: rgba(255, 220, 220, 0.9);
  line-height: 1.7;
}

/*! Contact Section */
.contact-section {
  background-color: rgb(252, 247, 237);
  padding-bottom: 30px;
}
.contact-section__container {
  width: 100%;
  padding-top: 7%;
  gap: 20px;
}
.contact-section__container > * {
  padding: 20px;
}
#contact-form {
  gap: 2vh;
  width: 40%;
}
.contact-section__input,
.contact-section__textarea {
  width: 100%;
  padding: 15px;
  border: 2px solid rgb(218, 218, 218);
  border-radius: 10px;
  font-size: 22px;
  font-family: "Philosopher", sans-serif;
  background-color: rgba(240, 248, 255, 0.8);
  text-align: center;
  outline: none;
  transition: all 0.5s;
}
.contact-section__textarea {
  height: 15vh;
}
.contact-section__input:focus,
.contact-section__textarea:focus {
  border: 2px solid green;
}
.contact-section__send-btn {
  margin: 0;
}
.contact-section__photo {
  width: 40%;
  border-radius: 50px;
}
.message-plane {
  position: absolute;
  width: 30%;
}
.contact-section__send-btn,
.contact-section__loader {
  width: 40%;
}
.contact-section__loader {
  display: none;
  position: inherit;
  padding: 0;
}
.contact-section__loader > * {
  height: 64px !important;
}

/*! header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 10vh;
  transition: all 1s ease-in-out;
  justify-content: flex-start;
}
.scrolled-header {
  background-color: rgba(216, 252, 174, 0.5);
  backdrop-filter: blur(10px);
}
nav {
  gap: 2vw;
  justify-content: flex-start;
  width: 100%;
}
.nav-links-container {
  padding: 35px;
  padding-left: 20px;
  gap: 28px;
  justify-content: flex-start; /* alinhado à esquerda */
}
.link {
  font-size: 24px;
  color: rgb(132, 132, 132);
  font-family: "Philosopher", sans-serif;
  transition: all 0.3s ease-in-out;
}
.link:hover {
  cursor: pointer;
  color: black;
  transform: scale(1.02);
}
.nav__socialLinks {
  position: absolute;
  top: 25%;
  right: 3%;
  gap: 15px;
  z-index: 9;
}
.svg-social-top {
  fill: rgb(3, 2, 2);
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-in-out;
}

/*! topic cards */
.topic-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 20px;
  width: 30%;
  margin: 15px;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
}
.topic-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.15);
}
.topic-icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f3e7d8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 15px;
  color: #c89a60;
}

/*! footer */
footer {
  background-color: bisque;
}
.svg-social {
  fill: rgb(3, 2, 2);
  width: 3vw;
  height: 3vw;
  transition: all 0.3s ease-in-out;
}
.footer-text {
  padding: 20px;
  color: grey;
  font-size: 18px;
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
}

/* ============================================================
   MEDIA QUERIES
   ============================================================ */

/* laptop / iPad Pro landscape */
@media screen and (max-width: 1400px) and (orientation: landscape) {
  .top-section__text-backdrop {
    height: 100%;
    background-color: rgb(252, 247, 237);
    -webkit-clip-path: polygon(0 0, 55% 0%, 45% 100%, 0% 100%);
    clip-path: polygon(0 0, 55% 0%, 45% 100%, 0% 100%);
  }
  .top-section__text-big {
    font-size: 40px;
  }
  .nav-links-container {
    margin-left: 0;
  }
  .values-section__content {
    width: 90%;
    margin-right: 15px;
  }
  .conditions li {
    width: 100%;
  }
  .top-section__text-small {
    font-size: 26px;
  }
  .self-section__text-container {
    width: 85%;
    margin-left: 20px;
  }
  .self-section__small-text {
    width: 95%;
  }
  .dialog__title {
    font-size: 50px;
  }
}

/* iPhone PRO max */
@media screen and (max-width: 500px) and (orientation: portrait) {
  /* === Sessão de orientação + Para quem é a terapia === */

  /* Linha superior vira coluna única centralizada */
  .articles-section__top-row {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 24px 16px;
    gap: 0;
    box-sizing: border-box;
  }

  /* Bloco verde ocupa largura total */
  .articles-section__price-wrapper {
    width: 100%;
    margin: 0;
    padding: 0 16px;
    box-sizing: border-box;
  }

  /* Card verde interno */
  .articles-section__price-block {
    border-radius: 16px;
    padding: 24px 20px;
  }

  /* Título "Sessão de orientação" */
  .articles-section__price-title {
    font-size: 26px;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
  }

  /* Divisor */
  .articles-section__price-divider {
    margin: 10px auto 16px;
  }

  /* Grade de itens → coluna única */
  .articles-section__price-items {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  /* Cada item da sessão */
  .articles-section__price-text {
    font-size: 16px;
    padding: 10px 14px;
    gap: 8px;
  }

  /* Seção "Para quem é a terapia" */
  .articles-section__for-whom {
    padding-top: 18px;
    margin-top: 18px;
  }

  .articles-section__for-whom-title {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 12px;
  }

  /* Grade → coluna única */
  .articles-section__for-whom-items {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  /* Cada item "para quem" */
  .articles-section__for-whom-item {
    font-size: 15px;
    padding: 10px 14px;
    gap: 8px;
  }

  /* Botões laterais — largura total */
  .articles-section__btn-container {
    width: 100%;
    margin: 16px 0 0 0;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .articles-section__btn-container > * {
    font-size: 22px;
    padding: 28px 15px;
  }

  .articles-section__btn {
    font-size: 22px;
    padding: 20px 15px;
  }
  .nav-links-container {
    display: none;
  }
  .scrolled-header {
    background-color: transparent;
    backdrop-filter: none;
  }
  .link {
    font-size: 20px;
  }
  .top-section__photo {
    margin: 0;
    z-index: 0;
  }
  .top-section__text-backdrop {
    -webkit-clip-path: none;
    clip-path: none;
  }
  .top-section__text {
    width: 100%;
    top: 64%;
    left: 0;
    padding: 23px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(236, 236, 236, 0.65);
    border-radius: 0;
    backdrop-filter: blur(4px);
  }
  .top-section__text > * {
    text-align: center;
  }
  .top-section {
    height: 90vh;
  }
  .top-section__text-small {
    color: black;
    font-size: 28px;
    margin-top: 0;
    padding-bottom: 25px;
  }
  .top-section__text-big {
    color: black;
    margin-bottom: 20px;
  }
  .top-section__contact-btn {
    display: none;
    font-size: 20px;
    position: absolute;
    top: -110%;
    left: 7%;
  }

  /* brand no hero — mobile */
  .brand--hero {
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
  }
  .brand--hero .brand__name {
    font-size: 30px;
    text-align: center;
  }
  .brand--hero .brand__sub {
    font-size: 18px;
    text-align: center;
  }

  .self-section__title {
    height: 5%;
    padding: 10px 0;
  }
  .self-section__content {
    margin-top: 60px;
    margin-bottom: 0px;
  }
  .self-section__text-container {
    width: 100%;
    padding: 20px;
    padding-bottom: 0px;
  }
  .self-section__small-text {
    padding: 0;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .section-title {
    font-size: 38px;
  }
  .lottie-conversation.pc-lottie {
    display: none;
  }
  .lottie-conversation.mobile-lottie {
    display: block;
    width: 80%;
  }
  .values-section__content {
    width: 100%;
    border-radius: 0px;
    padding: 10px 0;
    margin-bottom: 0px;
    margin-top: 90px;
  }
  .values-column {
    width: 100%;
  }
  .values-section__value-container > * {
    font-size: 20px;
  }
  .title-switch {
    font-size: 20px;
  }
  .topics-section__topic-text {
    font-size: 15px;
  }
  .topics-section__topic-pic {
    width: 50%;
  }
  .topics-section__content {
    transition: all 0.5s ease-in-out;
  }
  /* smaller switch */
  .checkbox_item.citem_2 .checkbox_wrap .checkbox_mark {
    width: 55px;
    height: 30px;
  }
  .checkbox_item.citem_2 .checkbox_wrap .checkbox_mark:before {
    width: 16px;
    height: 16px;
  }
  .checkbox_item.citem_2
    .checkbox_wrap
    .checkbox_inp:checked
    ~ .checkbox_mark:before {
    left: 27px;
  }

  .contact-section__photo {
    display: none;
  }
  .articles-section__photo {
    display: none;
  }
  #contact-form {
    margin-top: 30px;
    width: 70%;
  }
  .contact-section__send-btn {
    width: auto;
    font-size: 20px;
  }
  .footer-text {
    text-align: center;
  }
  .dialogWindow {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .dialog__content {
    display: flex;
    flex-direction: column;
    text-align: justify;
    padding: 20px;
    margin: 0 auto;
    max-width: 90%;
  }
  .conditions li {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}

/* iPhone PRO, XR */
@media screen and (max-width: 420px) and (orientation: portrait) {
  .top-section__text {
    top: 55%;
    padding-bottom: 20px;
  }
  .top-section__text-big {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .top-section__text-small {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .top-section__contact-btn {
    top: -100%;
  }
  .conditions li {
    width: 100%;
  }
}

/* iPhone SE */
@media screen and (max-width: 380px) and (orientation: portrait) {
  .brand--hero .brand__name {
    font-size: 26px;
  }
  .svg-social-top {
    width: 35px;
  }
  .top-section__contact-btn {
    top: -35%;
    font-size: 16px;
  }
  .top-section__text-big {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .top-section__text-small {
    font-size: 22px;
    padding-bottom: 25px;
  }
  .conditions li {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .dialog__title {
    font-size: 18px;
    line-height: 1.3;
  }
  header {
    padding-bottom: 16px;
  }
  .top-section__photo {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 600px) {
  header {
    transition: background-color 1s ease-in-out, backdrop-filter 1s ease-in-out;
  }
  .nav__socialLinks {
    position: fixed;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    flex-direction: column;
    flex-wrap: nowrap;
    width: auto;
    gap: 12px;
    z-index: 9;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .nav__socialLinks a {
    width: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  .nav__socialLinks a:last-child {
    width: auto;
  }
  .scrolled-header .nav__socialLinks {
    opacity: 0;
    visibility: hidden;
  }
}
