* {
  box-sizing: border-box;
}

/* Imagens fluidas (não estouram a largura do ecrã) */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  overflow-x: hidden;
  background: linear-gradient(to bottom, #ffe7a6, #fff0db);
  font-family: Arial, sans-serif;
  color: #156861;
}

.hero {
  width: 100%;
  padding: 80px 20px 32px;
}

.hero__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.hero__left,
.hero__right {
  flex: 1;
  min-width: 0;
}

.hero__left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero__right {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.hero__right-inner {
  width: 100%;
  max-width: 520px;
  text-align: center;
}

.hero__logo {
  display: block;
  width: 100%;
  max-width: min(100%, 460px);
  height: auto;
  margin: 0 auto;
}

.hero__intro {
  font-size: 32px;
  line-height: 1.35;
  margin: 0 0 28px;
}

.hero__title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 28px;
}

.hero__button {
  width: 100%;
  max-width: 470px;
  margin: 0 auto 28px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-decoration: none;
  text-transform: uppercase;
  background: linear-gradient(to right, #fa7238, #fee876);
  color: #ffffff;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
  padding: 20px 24px;
  border-radius: 30px;
  border: 2px solid #07d8c7;
}

.hero__outro {
  font-size: 24px;
  line-height: 1.35;
  margin: 0;
}

@media (max-width: 960px) {
  .hero {
    padding-top: 48px;
  }

  .hero__inner {
    flex-direction: column;
    gap: 28px;
  }

  .hero__left {
    justify-content: center;
  }

  .hero__right {
    justify-content: center;
  }

  .hero__right-inner {
    max-width: 100%;
  }

  .hero__intro,
  .hero__outro {
    font-size: 28px;
  }

  .hero__title {
    font-size: 38px;
  }

  .hero__button {
    font-size: 28px;
    border-radius: 30px;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero__intro,
  .hero__outro {
    font-size: clamp(18px, 5.2vw, 28px);
  }

  .hero__title {
    font-size: clamp(20px, 5.5vw, 32px);
  }

  .hero__button {
    font-size: clamp(16px, 4.2vw, 28px);
    padding: 16px 14px;
  }
}

.gift {
  width: 100%;
  /* Sobe a seção 2: compensa altura do deco + aproxima da hero */
  margin-top: -200px;
  padding: 0 20px 90px;
}

.gift__inner {
  max-width: 1160px;
  margin: 0 auto;
}

.gift__deco {
  width: 90%;
  height: auto;
  display: block;
  /* Puxa o card para cima dentro da área “vazia” do PNG do separador */
  margin: 0 auto -5px;
  position: relative;
  z-index: 2;
}

.gift__card {
  background: #fffee4;
  border: 3px solid #fef4bf;
  border-radius: 50px;
  box-shadow: 0 7px 14.8px -3px rgba(21, 104, 97, 0.25);
  text-align: center;
  padding: 48px 32px 56px;
  position: relative;
  z-index: 1;
}

.gift__icon {
  width: min(200px, 52vw);
  height: auto;
  display: block;
  margin: 0 auto 24px;
}

.gift__title {
  margin: 0 0 24px;
  color: #156861;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.gift__text {
  margin: 0 auto 34px;
  max-width: 800px;
  color: #0a4c47;
  font-size: 24px;
  line-height: 1.42;
}

.gift__text strong {
  font-weight: 700;
}

.gift__button {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  padding: 24px 46px;
  border-radius: 30px;
  border: 2px solid #07d8c7;
  background: linear-gradient(to right, #19aca2, #fee876);
}

@media (max-width: 960px) {
  .gift {
    margin-top: -56px;
    padding-top: 0;
  }

  .gift__card {
    border-radius: 28px;
    padding: 32px 20px 36px;
  }

  .gift__title {
    font-size: 32px;
  }

  .gift__text {
    font-size: 24px;
  }

  .gift__button {
    width: 100%;
    max-width: 100%;
    font-size: 28px;
    padding: 18px 20px;
    border-radius: 30px;
  }
}

@media (max-width: 480px) {
  .gift {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gift__title {
    font-size: clamp(20px, 5.5vw, 32px);
  }

  .gift__text {
    font-size: clamp(17px, 4.2vw, 24px);
  }

  .gift__button {
    font-size: clamp(15px, 3.8vw, 28px);
  }
}

/* Seção gravação 25 anos */
.recording {
  margin-top: 20px;
  padding: 24px 0 72px;
  overflow: visible;
}

/* Largura total da viewport: ancora a foto em right:0 sem herdar max-width do texto */
.recording__shell {
  position: relative;
  width: 100%;
  max-width: none;
}

.recording__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  /* Espaço para a foto à direita (fora deste container) não cobrir o texto */
  padding-right: min(46vw, 620px);
}

.recording__content {
  max-width: 540px;
}

.recording__photo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  /* Tamanho intrínseco do ficheiro — sem forçar width/height */
  display: block;
  z-index: 0;
  pointer-events: none;
}

.recording__title {
  margin: 0 0 24px;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 400;
  color: #156861;
  text-transform: uppercase;
}

.recording__title-strong {
  font-weight: 700;
  color: #156861;
}

.recording__title-rest {
  font-weight: 400;
  color: #156861;
}

.recording__text {
  margin: 0 0 48px;
  font-size: 24px;
  line-height: 1.42;
  color: #0a4c47;
}

.recording__text strong {
  font-weight: 700;
}

.recording__button {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  padding: 20px 32px;
  border-radius: 30px;
  border: 2px solid #07d8c7;
  background: linear-gradient(to right, #67fabd, #eeae56);
  font-family: inherit;
  cursor: pointer;
  box-sizing: border-box;
}

@media (max-width: 960px) {
  .recording {
    margin-top: 16px;
    padding-bottom: 48px;
  }

  .recording__shell {
    display: flex;
    flex-direction: column;
  }

  .recording__inner {
    padding-right: 20px;
    order: 2;
  }

  .recording__photo {
    position: relative;
    order: 1;
    top: auto;
    right: auto;
    transform: none;
    max-width: 100%;
    margin: 0 auto 28px;
    pointer-events: auto;
  }

  .recording__content {
    max-width: 100%;
  }

  .recording__title {
    font-size: clamp(22px, 5.5vw, 36px);
  }

  .recording__text {
    font-size: clamp(17px, 4.2vw, 24px);
  }

  .recording__button {
    font-size: clamp(15px, 3.8vw, 28px);
    padding: 16px 18px;
  }
}

@media (max-width: 480px) {
  .recording__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Encontre terapeuta */
.therapist {
  width: 100%;
  padding: 56px 20px 64px;
  background: linear-gradient(to bottom, #ffc07c, #fff7a4);
}

.therapist__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.therapist__left,
.therapist__right {
  flex: 1;
  min-width: 0;
}

.therapist__left {
  display: flex;
  justify-content: flex-end;
}

.therapist__image {
  display: block;
  width: 100%;
  max-width: 620px;
}

.therapist__right {
  text-align: right;
  /* Leve sobreposição sobre a imagem */
  margin-left: -46px;
  position: relative;
  z-index: 1;
}

.therapist__title {
  margin: 0 0 24px;
  color: #156861;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.therapist__text {
  margin: 0 0 28px auto;
  max-width: 620px;
  color: #0a4c47;
  font-size: 24px;
  line-height: 1.42;
}

.therapist__button {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  padding: 20px 28px;
  border-radius: 30px;
  border: 2px solid #07d8c7;
  background: linear-gradient(to right, #40ad32, #fb7515);
}

@media (max-width: 960px) {
  .therapist {
    padding: 38px 16px 48px;
  }

  .therapist__inner {
    flex-direction: column;
    gap: 16px;
  }

  .therapist__left {
    justify-content: center;
  }

  .therapist__right {
    margin-left: 0;
    text-align: center;
  }

  .therapist__title {
    font-size: clamp(24px, 6vw, 32px);
  }

  .therapist__text {
    margin-right: auto;
    font-size: clamp(17px, 4.2vw, 24px);
  }

  .therapist__button {
    width: 100%;
    max-width: 100%;
    font-size: clamp(15px, 3.8vw, 28px);
  }
}

/* Certificação / Kiron */
.cert {
  padding: 48px 20px 80px;
  background: linear-gradient(
    to bottom,
    #fef4bf 0%,
    rgba(163, 220, 186, 0.5) 50%,
    rgba(0, 176, 178, 0.42) 100%
  );
}

.cert__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Largura = largura da imagem: -25% no título ≈ sobreposição vertical (~25% da largura da arte) */
.cert__visual {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.cert__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.cert__title {
  position: relative;
  z-index: 1;
  margin: 0;
  margin-top: -25%;
  color: #156861;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}

.cert__text {
  margin: 32px auto 36px;
  max-width: 720px;
  color: #0a4c47;
  font-size: 24px;
  line-height: 1.42;
}

.cert__text strong {
  font-weight: 700;
}

.cert__text em {
  font-style: italic;
}

.cert__button {
  display: inline-block;
  width: 100%;
  max-width: 780px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  padding: 20px 24px;
  border-radius: 30px;
  border: 2px solid #07d8c7;
  background: linear-gradient(to right, #fa7238, #eeae56);
}

@media (max-width: 960px) {
  .cert {
    padding: 32px 16px 56px;
  }

  .cert__title {
    margin-top: -20%;
    font-size: 28px;
  }

  .cert__text {
    font-size: 24px;
    margin-top: 24px;
  }

  .cert__button {
    font-size: clamp(15px, 3.8vw, 28px);
    padding: 18px 16px;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .cert__title {
    font-size: clamp(20px, 5.2vw, 28px);
    margin-top: -15%;
  }

  .cert__text {
    font-size: clamp(17px, 4.2vw, 24px);
  }
}

/* Footer */
.footer {
  width: 100%;
  background: linear-gradient(to right, #205172, #53c394);
  padding: 28px 20px;
}

.footer__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 32px;
}

.footer__logo {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
}

.footer__tagline {
  margin: 0;
  color: #fef4bf;
  font-size: 28px;
  line-height: 1.35;
}

@media (max-width: 600px) {
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: 100%;
  }

  .footer__tagline {
    font-size: clamp(18px, 4.5vw, 28px);
  }
}
