/* =========================
   Base
========================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
h1,
p {
  margin: 0;
}

body {
  background: #e7dfd4;
  color: #111111;
  font-family: "Outfit", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ==================================================
   HERO
================================================== */
.hero__media{
width:100%;
display:flex;
justify-content:center;
}

.hero__video-shell{
position:relative;
width:100%;
max-width:820px;   /* controla o tamanho do vídeo */
margin:0 auto;
border-radius:20px;
overflow:hidden;
box-shadow:0 20px 60px rgba(0,0,0,0.15);
}

.hero__video{
width:100%;
height:auto;
display:block;
aspect-ratio:16/9;
object-fit:cover;
}

.hero__video-play {
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

p.hero__bottom-description {
    display: flex;
    text-align: center;
}

.hero__video-play-circle {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: rgba(21, 95, 95, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.22),
    0 0 0 12px rgba(255, 255, 255, 0.14);
  transition: transform 0.25s ease, background 0.25s ease;
  pointer-events: none;
}

.hero__video-play:hover .hero__video-play-circle {
  transform: scale(1.06);
  background: #0f5050;
}

.hero__video-play-icon {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 26px solid #ffffff;
}

.hero__video-play.is-hidden {
  display: none;
}

@media (max-width: 640px) {
  .hero__video-shell {
    border-radius: 16px;
  }

  .hero__video-play-circle {
    width: 80px;
    height: 80px;
    box-shadow:
      0 12px 28px rgba(0, 0, 0, 0.2),
      0 0 0 8px rgba(255, 255, 255, 0.12);
  }

  .hero__video-play-icon {
    margin-left: 4px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #ffffff;
  }
}

.hero {
  padding: 90px 20px 64px;
  background: #e7dfd4;
}

.hero__container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

/* topo */

.hero__intro {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.hero__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Outfit", sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #8a7768;
  text-transform: uppercase;
}

.hero__intro-title {
  margin: 0 0 18px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  line-height: 1.04;
  font-weight: 400;
  color: #1f1f1f;
}

.hero__intro-lead {
  max-width: 760px;
  margin: 0 auto 18px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.65;
  color: #2d2d2d;
}

.hero__intro-text {
  max-width: 820px;
  margin: 0 auto 14px;
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #5a5149;
}

.hero__intro-support {
  max-width: 760px;
  margin: 0 auto;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #6a6058;
}

/* vídeo */

.hero__media {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.hero__video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(55, 40, 28, 0.08);
}

.hero__video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* bloco inferior */

.hero__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 54px;
  align-items: center;
  margin-top: 38px;
}

.hero__bottom-main {
  max-width: 620px;
}

.hero__bottom-title {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2.3rem, 4.2vw, 4.1rem);
  line-height: 1.06;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #141414;
}

.hero__bottom-title-accent {
  color: #0f6765;
}

.hero__bottom-side {
  max-width: 480px;
  justify-self: end;
}

.hero__bottom-description {
  margin: 0 0 28px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.65;
  color: #2f2a26;
}

.hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 310px;
  min-height: 60px;
  padding: 16px 30px;
  border-radius: 999px;
  background: #155f5f;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}

.hero__button:hover {
  background: #0f4f4f;
  transform: translateY(-2px);
}

.hero__button:active {
  transform: translateY(0);
}



/* tablet */

@media (max-width: 980px) {
  .hero {
    padding: 74px 20px 52px;
  }

  .hero__intro {
    margin-bottom: 32px;
  }

  .hero__bottom {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 28px;
  }

  .hero__bottom-main,
  .hero__bottom-side {
    max-width: 100%;
  }

  .hero__bottom-side {
    justify-self: start;
  }
}

/* mobile */

@media (max-width: 640px) {
  .hero {
    padding: 58px 16px 42px;
  }

  .hero__eyebrow {
    margin-bottom: 14px;
    font-size: 0.8rem;
  }

  .hero__intro {
    margin-bottom: 24px;
  }

  .hero__intro-lead {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero__intro-text,
  .hero__intro-support {
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .hero__video-wrapper {
    border-radius: 12px;
  }

.hero__bottom{
display:grid;
grid-template-columns:1fr auto;
align-items:center;

gap:40px;

max-width:800px;
margin:40px auto 0;

}

/* texto */

.hero__bottom-text{
text-align:left;
}

.hero__bottom-description{
font-family:"Outfit",sans-serif;
font-size:1.1rem;
line-height:1.7;
color:#2f2a26;
margin:0;
max-width:520px;
}

/* botão */

.hero__bottom-cta{
display:flex;
justify-content:flex-start;
}

  .hero__button {
    width: 100%;
    min-width: 0;
    min-height: 56px;
  }
}

.hero__bottom{
display:grid;
grid-template-columns:1fr auto;
align-items:center;

gap:40px;

max-width:800px;
margin:40px auto 0;

}

/* texto */

.hero__bottom-text{
text-align:left;
}

.hero__bottom-description{
font-family:"Outfit",sans-serif;
font-size:1.1rem;
line-height:1.7;
color:#2f2a26;
margin:0;
max-width:520px;
}

/* botão */

.hero__bottom-cta{
display:flex;
justify-content:flex-start;
}


@media (max-width:768px){

.hero__bottom{
display:flex;
flex-direction:column;
align-items:center;

gap:20px;

text-align:center;
margin-top:30px;
}

.hero__bottom-text{
max-width:100%;
}

.hero__bottom-description{
font-size:1rem;
line-height:1.6;
}

.hero__bottom-cta{
width:100%;
display:flex;
justify-content:center;
}

.hero__button{
width:100%;
max-width:320px;
}

}
/* ==================================================
ABOUT SECTION
================================================== */

.about {
  background: #e7dfd4;
  padding: 120px 20px;
}

/* container */

.about__container {
  max-width: 1180px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 80px;
  align-items: center;
}

/* ==================================================
IMAGE SIDE
================================================== */

.about__media {
  position: relative;
}

.about__photo-shape {
  position: relative;
  width: 100%;
  max-width: 520px;
}

/* foto */

.about__photo {
  width: 100%;
  display: block;
  border-radius: 32px;
}

/* blocos decorativos */

.about__detail {
  position: absolute;
  background: #165c5b;
  z-index: 3;
}

/* topo direito */

.about__detail--top-right {
  top: -12px;
  right: -12px;

  width: 120px;
  height: 120px;

  border-radius: 26px;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* ícone */

.about__detail-icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

/* inferior esquerdo */

.about__detail--bottom-left {
  bottom: -10px;
  left: -10px;

  width: 140px;
  height: 100px;

  border-radius: 24px;
}

/* inferior direito */

.about__detail--bottom-right {
  bottom: -10px;
  right: -10px;

  width: 110px;
  height: 85px;

  border-radius: 26px;
}

/* ==================================================
TEXT SIDE
================================================== */

.about__content {
  max-width: 560px;
}

.about__title {
  font-family: "Libre Baskerville", serif;
  font-size: 42px;
  line-height: 1.2;
  color: #165c5b;

  margin-bottom: 28px;
}

.about__text {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 1.7;

  color: #1c1c1c;

  margin-bottom: 22px;
}

/* ==================================================
TABLET
================================================== */

@media (max-width: 980px) {

  .about {
    padding: 90px 20px;
  }

  .about__container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about__photo-shape {
    margin: 0 auto;
  }

  .about__content {
    max-width: 100%;
  }

}

/* ==================================================
MOBILE
================================================== */

@media (max-width: 600px) {

  .about {
    padding: 70px 18px;
  }

  .about__title {
    font-size: 32px;
  }

  .about__text {
    font-size: 16px;
  }

  .about__photo {
    border-radius: 22px;
  }

  .about__detail--top-right {
    width: 80px;
    height: 80px;
  }

  .about__detail-icon {
    width: 36px;
    height: 36px;
  }

  .about__detail--bottom-left {
    width: 90px;
    height: 70px;
  }

  .about__detail--bottom-right {
    width: 70px;
    height: 60px;
  }

}

/* ====================================
AUDIENCE SECTION
==================================== */

.audience {
  padding: 120px 20px;
  background: #e7dfd4;
}

.audience__container {

  max-width: 1180px;
  margin: 0 auto;

  border: 2px solid #2f6d6b;
  border-radius: 40px;

  padding: 80px 60px;

  background: #e7dfd4;
}

/* header */

.audience__header {
  text-align: center;
  margin-bottom: 60px;
}

.audience__title {
  font-family: "Libre Baskerville", serif;
  font-size: 44px;
  line-height: 1.2;
  color: #1b1b1b;
}

.audience__title span {
  display: block;
  color: #165c5b;
}

.audience__subtitle {
  margin-top: 14px;

  font-family: "Outfit", sans-serif;
  font-size: 18px;
  color: #444;
}

/* grid */

.audience__grid {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  column-gap: 80px;
  row-gap: 40px;

  margin-bottom: 60px;

}

/* item */

.audience__item {

  display: flex;
  align-items: flex-start;
  gap: 18px;

  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

/* icon */

.audience__icon {

  width: 54px;
  height: 54px;

  background: #165c5b;

  border-radius: 14px;

  flex-shrink: 0;
}

/* CTA */

.audience__cta {
  text-align: center;
}

.audience__button {

  display: inline-block;

  padding: 18px 42px;

  border-radius: 40px;

  background: #165c5b;
  color: white;

  font-family: "Outfit", sans-serif;
  font-size: 16px;

  text-decoration: none;

  transition: all .3s ease;
}

.audience__button:hover {

  background: #114847;
  transform: translateY(-2px);

}


/* ====================================
TABLET
==================================== */

@media (max-width: 980px) {

  .audience__container {
    padding: 60px 40px;
  }

  .audience__grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

}


/* ====================================
MOBILE
==================================== */

@media (max-width: 600px) {

  .audience {
    padding: 80px 16px;
  }

  .audience__container {

    padding: 50px 26px;

    border-radius: 26px;
  }

  .audience__title {
    font-size: 32px;
  }

  .audience__item {
    font-size: 16px;
  }

  .audience__icon {
    width: 42px;
    height: 42px;
  }

  .audience__button {

    width: 100%;

    padding: 16px 0;
  }

}


/* ==================================================
PROCESS SECTION
================================================== */

.process {
  background: #e7dfd4;
  padding: 120px 20px;
}

.process__container {
  max-width: 1180px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(320px, 1fr);
  gap: 90px;
  align-items: center;
}

/* texto esquerdo */

.process__content {
  max-width: 420px;
}

.process__eyebrow {
  display: inline-block;
  margin-bottom: 18px;

  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #8a7768;
}

.process__title {
  margin: 0 0 22px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.08;
  font-weight: 400;
  color: #232323;
}

.process__title span {
  color: #0f6765;
}

.process__description {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.15rem;
  line-height: 1.75;
  color: #5a524b;
}

/* cards direita */

.process__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.process__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;

  padding: 18px 22px;
  border-radius: 18px;
  background: #f2ebe3;
}

.process__icon {
  flex-shrink: 0;
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 2px;
}

.process__item p {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.12rem;
  line-height: 1.65;
  color: #4a433d;
}

/* tablet */

@media (max-width: 980px) {
  .process {
    padding: 90px 20px;
  }

  .process__container {
    grid-template-columns: 1fr;
    gap: 42px;
    align-items: start;
  }

  .process__content {
    max-width: 100%;
  }
}

/* mobile */

@media (max-width: 600px) {
  .process {
    padding: 70px 16px;
  }

  .process__eyebrow {
    margin-bottom: 14px;
    font-size: 0.82rem;
  }

  .process__description {
    font-size: 1rem;
    line-height: 1.7;
  }

  .process__list {
    gap: 12px;
  }

  .process__item {
    gap: 12px;
    padding: 16px 16px;
    border-radius: 14px;
  }

  .process__icon {
    font-size: 1.1rem;
  }

  .process__item p {
    font-size: 1rem;
    line-height: 1.6;
  }
}

/* ==================================================
RESULTS SECTION
================================================== */

.results {
  background: #e7dfd4;
  padding: 120px 20px;
}

.results__container {
  max-width: 1180px;
  margin: 0 auto;
}

/* header */

.results__header {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.results__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #8b796a;
}

.results__title {
  margin: 0 0 18px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  line-height: 1.08;
  font-weight: 400;
  color: #232323;
}

.results__title span {
  color: #0f6765;
}

.results__description {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.18rem;
  line-height: 1.7;
  color: #85786c;
}

.results__description strong {
  color: #6e6055;
  font-weight: 600;
}

/* grid */

.results__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* cards */

.results__card {
  min-height: 142px;
  padding: 24px 24px 22px;
  border: 1px solid #d2c7bb;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.results__card--soft-green {
  background: #d9d6cd;
}

.results__card--soft-white {
  background: #f0ece8;
}

.results__icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1b6663;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.results__card p {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.12rem;
  line-height: 1.65;
  color: #4b443d;
}

/* tablet */

@media (max-width: 980px) {
  .results {
    padding: 90px 20px;
  }

  .results__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* mobile */

@media (max-width: 640px) {
  .results {
    padding: 70px 16px;
  }

  .results__header {
    margin-bottom: 38px;
  }

  .results__eyebrow {
    margin-bottom: 14px;
    font-size: 0.82rem;
  }

  .results__description {
    font-size: 1rem;
    line-height: 1.65;
  }

  .results__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .results__card {
    min-height: auto;
    padding: 18px 18px 16px;
    border-radius: 18px;
    gap: 14px;
  }

  .results__card p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .results__icon {
    width: 30px;
    height: 30px;
    font-size: 0.92rem;
  }
}

/* ==================================================
TESTIMONIALS SECTION
================================================== */

.testimonials {
  background: #155f5f;
  padding: 120px 20px;
}

.testimonials__container {
  max-width: 1180px;
  margin: 0 auto;
}

/* header */

.testimonials__header {
  text-align: center;
  margin-bottom: 56px;
}

.testimonials__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.58);
}

.testimonials__title {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.14;
  font-weight: 400;
  color: #f7f2ec;
}

/* grid */

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* card */

.testimonials__card {
  min-height: 282px;
  padding: 28px 28px 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);

  display: flex;
  flex-direction: column;
}

.testimonials__quote {
  display: inline-block;
  margin-bottom: 20px;
  font-family: "Libre Baskerville", serif;
  font-size: 2.2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.32);
}

.testimonials__text {
  margin: 0 0 26px;
  font-family: "Outfit", sans-serif;
  font-size: 1.18rem;
  line-height: 1.72;
  color: #eef3f1;
  font-style: italic;
}

.testimonials__author {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);

  display: flex;
  flex-direction: column;
  gap: 4px;
}

.testimonials__author strong {
  font-family: "Outfit", sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  color: #ffffff;
}

.testimonials__author span {
  font-family: "Outfit", sans-serif;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.58);
}

/* tablet */

@media (max-width: 980px) {
  .testimonials {
    padding: 90px 20px;
  }

  .testimonials__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .testimonials__card {
    min-height: auto;
  }
}

/* mobile */

@media (max-width: 600px) {
  .testimonials {
    padding: 70px 16px;
  }

  .testimonials__header {
    margin-bottom: 36px;
  }

  .testimonials__eyebrow {
    margin-bottom: 14px;
    font-size: 0.82rem;
  }

  .testimonials__card {
    padding: 20px 18px 18px;
    border-radius: 18px;
  }

  .testimonials__quote {
    margin-bottom: 14px;
    font-size: 1.8rem;
  }

  .testimonials__text {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .testimonials__author strong {
    font-size: 1rem;
  }

  .testimonials__author span {
    font-size: 0.92rem;
  }
}

/* ==================================================
JOURNEY SECTION
================================================== */

.journey {
  background: #e7dfd4;
  padding: 120px 20px;
}

.journey__container {
  max-width: 1180px;
  margin: 0 auto;
}

/* header */

.journey__header {
  text-align: center;
  margin-bottom: 56px;
}

.journey__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #8b796a;
}

.journey__title {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  line-height: 1.08;
  font-weight: 400;
  color: #232323;
}

.journey__title span {
  color: #0f6765;
}

/* grid */

.journey__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* cards */

.journey__card,
.journey__cta-card {
  min-height: 188px;
  padding: 28px 28px 26px;
  border-radius: 22px;
  background: #f1ece7;
}

.journey__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.journey__number {
  display: inline-block;
  font-family: "Libre Baskerville", serif;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 700;
  color: #cfd5cf;
}

.journey__card-title {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.35rem;
  line-height: 1.35;
  font-weight: 600;
  color: #2f2f2f;
}

.journey__card-text {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.08rem;
  line-height: 1.65;
  color: #60554b;
}

/* card destaque */

.journey__card--accent {
  background: #155f5f;
}

.journey__card--accent .journey__number {
  color: rgba(255, 255, 255, 0.42);
}

.journey__card--accent .journey__card-title,
.journey__card--accent .journey__card-text {
  color: #f6f2ec;
}

/* CTA */

.journey__cta-card {
  border: 1.5px dashed #2b6c6b;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.journey__cta-text {
  margin: 0 0 18px;
  font-family: "Libre Baskerville", serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-style: italic;
  color: #1d6a67;
  text-align: center;
}

.journey__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 54px;
  padding: 14px 26px;
  border-radius: 999px;
  background: #155f5f;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 1.04rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}

.journey__button:hover {
  background: #0f504f;
  transform: translateY(-2px);
}

.journey__button:active {
  transform: translateY(0);
}

/* tablet */

@media (max-width: 980px) {
  .journey {
    padding: 90px 20px;
  }

  .journey__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* mobile */

@media (max-width: 640px) {
  .journey {
    padding: 70px 16px;
  }

  .journey__header {
    margin-bottom: 36px;
  }

  .journey__eyebrow {
    margin-bottom: 14px;
    font-size: 0.82rem;
  }

  .journey__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .journey__card,
  .journey__cta-card {
    min-height: auto;
    padding: 22px 18px 20px;
    border-radius: 18px;
  }

  .journey__number {
    font-size: 2rem;
  }

  .journey__card-title {
    font-size: 1.18rem;
  }

  .journey__card-text {
    font-size: 1rem;
    line-height: 1.6;
  }

  .journey__cta-text {
    margin-bottom: 16px;
    font-size: 1.3rem;
  }

  .journey__button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    font-size: 1rem;
  }
}


/* ==================================================
COMMUNITY SECTION
================================================== */

.community {
  background: #e7dfd4;
  padding: 120px 20px 140px;
}

.community__container {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.community__icon-box {
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  border-radius: 18px;
  background: #155f5f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.community__icon {
  font-size: 1.6rem;
  line-height: 1;
}

.community__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #8b796a;
}

.community__title {
  margin: 0 0 18px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2.3rem, 4vw, 4.1rem);
  line-height: 1.12;
  font-weight: 400;
  color: #232323;
}

.community__title span {
  color: #0f6765;
}

.community__description {
  max-width: 760px;
  margin: 0 auto 34px;
  font-family: "Outfit", sans-serif;
  font-size: 1.18rem;
  line-height: 1.75;
  color: #60554b;
}

.community__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.community__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 58px;
  padding: 14px 28px;
  border-radius: 999px;
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease,
    border-color 0.25s ease;
}

.community__button--primary {
  background: #155f5f;
  color: #ffffff;
  border: 1px solid #155f5f;
}

.community__button--primary:hover {
  background: #0f504f;
  border-color: #0f504f;
  transform: translateY(-2px);
}

.community__button--secondary {
  background: transparent;
  color: #155f5f;
  border: 1.5px solid #155f5f;
}

.community__button--secondary:hover {
  background: #155f5f;
  color: #ffffff;
  transform: translateY(-2px);
}

.community__button:active {
  transform: translateY(0);
}

/* tablet */

@media (max-width: 980px) {
  .community {
    padding: 90px 20px 110px;
  }
}

/* mobile */

@media (max-width: 640px) {
  .community {
    padding: 70px 16px 90px;
  }

  .community__icon-box {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    border-radius: 16px;
  }

  .community__icon {
    font-size: 1.4rem;
  }

  .community__eyebrow {
    margin-bottom: 14px;
    font-size: 0.82rem;
  }

  .community__description {
    margin-bottom: 28px;
    font-size: 1rem;
    line-height: 1.65;
  }

  .community__actions {
    gap: 12px;
  }

  .community__button {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    font-size: 1rem;
  }
}


/* ==================================================
EBOOK PAGE
================================================== */

.ebook-page {
  min-height: 100vh;
  background: #e7dfd4;
}

.ebook-hero {
  padding: 110px 20px;
}

.ebook-hero__container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 460px);
  gap: 56px;
  align-items: center;
}

.ebook-hero__content {
  max-width: 620px;
}

.ebook-hero__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #8b796a;
}

.ebook-hero__title {
  margin: 0 0 22px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2.4rem, 4.3vw, 4.4rem);
  line-height: 1.08;
  font-weight: 400;
  color: #232323;
}

.ebook-hero__title span {
  color: #0f6765;
}

.ebook-hero__description {
  margin: 0 0 28px;
  font-family: "Outfit", sans-serif;
  font-size: 1.14rem;
  line-height: 1.75;
  color: #5e544a;
}

.ebook-hero__benefits {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.ebook-hero__benefits li {
  position: relative;
  padding-left: 30px;
  font-family: "Outfit", sans-serif;
  font-size: 1.08rem;
  line-height: 1.65;
  color: #3f3a35;
}

.ebook-hero__benefits li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #155f5f;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  line-height: 1;
}

.ebook-hero__form-card {
  padding: 34px 30px 30px;
  border: 1px solid #d2c7bb;
  border-radius: 28px;
  background: #f3eee8;
  box-shadow: 0 10px 40px rgba(64, 48, 37, 0.06);
}

.ebook-hero__form-header {
  margin-bottom: 26px;
}

.ebook-hero__form-header h2 {
  margin: 0 0 10px;
  font-family: "Libre Baskerville", serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  color: #232323;
}

.ebook-hero__form-header p {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #6d6258;
}

.ebook-form {
  display: grid;
  gap: 18px;
}

.ebook-form__field {
  display: grid;
  gap: 8px;
}

.ebook-form__field label {
  font-family: "Outfit", sans-serif;
  font-size: 0.98rem;
  font-weight: 500;
  color: #3d3834;
}

.ebook-form__field input {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid #d1c6ba;
  border-radius: 16px;
  background: #fbf8f5;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  color: #232323;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.ebook-form__field input:focus {
  border-color: #155f5f;
  box-shadow: 0 0 0 4px rgba(21, 95, 95, 0.08);
}

.ebook-form__field input::placeholder {
  color: #9b8f84;
}

.ebook-form__button {
  width: 100%;
  min-height: 58px;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  background: #155f5f;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 1.04rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.ebook-form__button:hover {
  background: #0f5050;
  transform: translateY(-2px);
}

.ebook-form__button:active {
  transform: translateY(0);
}

.ebook-form__button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.ebook-form__note {
  margin: -2px 0 0;
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #7a6f65;
  text-align: center;
}

.ebook-form__message {
  min-height: 24px;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  text-align: center;
  color: #155f5f;
}

/* tablet */

@media (max-width: 980px) {
  .ebook-hero {
    padding: 90px 20px;
  }

  .ebook-hero__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ebook-hero__content,
  .ebook-hero__form-card {
    max-width: 100%;
  }
}

/* mobile */

@media (max-width: 640px) {
  .ebook-hero {
    padding: 70px 16px;
  }

  .ebook-hero__eyebrow {
    margin-bottom: 14px;
    font-size: 0.82rem;
  }

  .ebook-hero__description {
    font-size: 1rem;
    line-height: 1.68;
  }

  .ebook-hero__benefits li {
    font-size: 1rem;
    line-height: 1.6;
  }

  .ebook-hero__form-card {
    padding: 24px 18px 20px;
    border-radius: 22px;
  }

  .ebook-hero__form-header h2 {
    font-size: 1.6rem;
  }

  .ebook-form__field input {
    min-height: 54px;
    border-radius: 14px;
  }

  .ebook-form__button {
    min-height: 54px;
    font-size: 1rem;
  }
}


/* ==================================================
THANKS PAGE
================================================== */

.thanks-page {
  min-height: 100vh;
  background: #e7dfd4;
}

.thanks {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 20px;
}

.thanks__container {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.thanks__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #8b796a;
}

.thanks__title {
  margin: 0 0 18px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1.12;
  font-weight: 400;
  color: #232323;
}

.thanks__description {
  max-width: 720px;
  margin: 0 auto 32px;
  font-family: "Outfit", sans-serif;
  font-size: 1.14rem;
  line-height: 1.75;
  color: #60554b;
}

.thanks__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.thanks__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 58px;
  padding: 14px 28px;
  border-radius: 999px;
  font-family: "Outfit", sans-serif;
  font-size: 1.04rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease,
    border-color 0.25s ease;
}

.thanks__button--primary {
  background: #155f5f;
  color: #ffffff;
  border: 1px solid #155f5f;
}

.thanks__button--primary:hover {
  background: #0f5050;
  border-color: #0f5050;
  transform: translateY(-2px);
}

.thanks__button--secondary {
  background: transparent;
  color: #155f5f;
  border: 1.5px solid #155f5f;
}

.thanks__button--secondary:hover {
  background: #155f5f;
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .thanks {
    padding: 70px 16px;
  }

  .thanks__eyebrow {
    margin-bottom: 14px;
    font-size: 0.82rem;
  }

  .thanks__description {
    margin-bottom: 28px;
    font-size: 1rem;
    line-height: 1.65;
  }

  .thanks__actions {
    gap: 12px;
  }

  .thanks__button {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    font-size: 1rem;
  }
}


.community__intro{
  width:100%;
  display:flex;
  justify-content:center;
  padding:40px 20px 24px;
  text-align:center;
}

.community__intro-text{
  max-width:760px;
  margin:0 auto;
  font-size:18px;
  line-height:1.7;
  color:#60554b;
}

@media (max-width:768px){
  .community__intro{
    padding:28px 16px 20px;
  }

  .community__intro-text{
    font-size:15px;
    line-height:1.6;
    max-width:100%;
  }
}


.audience__button {
    display: inline-block;
    padding: 18px 42px;
    border-radius: 40px;
    background: #165c5b;
    color: white;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    text-decoration: none;
    transition: all .3s ease;
    text-transform: uppercase;
}

.journey__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 54px;
    padding: 14px 26px;
    border-radius: 999px;
    background: #155f5f;
    color: #ffffff;
    font-family: "Outfit", sans-serif;
    font-size: 1.04rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease;
    text-transform: uppercase;
}

.community__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    min-height: 58px;
    padding: 14px 28px;
    border-radius: 999px;
    font-family: "Outfit", sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
    text-transform: uppercase;
}

.ebook-form__button {
    width: 100%;
    min-height: 58px;
    padding: 14px 24px;
    border: 0;
    border-radius: 999px;
    background: #155f5f;
    color: #ffffff;
    font-family: "Outfit", sans-serif;
    font-size: 1.04rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
    text-transform: uppercase;
}

.thanks__button--primary {
    background: #155f5f;
    color: #ffffff;
    border: 1px solid #155f5f;
    text-transform: uppercase;
}


p.hero__bottom-description {
    text-align: justify !important;
}

.about__text {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #1c1c1c;
    margin-bottom: 22px;
    text-align: justify;
}

.ebook-form__privacy{
margin-top:14px;

font-family:"Outfit",sans-serif;
font-size:0.9rem;
line-height:1.6;

color:#5e544a;

text-align:justify;
}

.ebook-form__field select {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid #d1c6ba;
  border-radius: 16px;
  background: #fbf8f5;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  color: #232323;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.ebook-form__field select:focus {
  border-color: #155f5f;
  box-shadow: 0 0 0 4px rgba(21, 95, 95, 0.08);
}

.site-footer{
  margin-top:60px;
  padding:30px 20px;
  background:#f7f4f1;
  border-top:1px solid #e6e0da;
}

.footer-container{
  max-width:1100px;
  margin:auto;
  text-align:center;
}

.footer-copy{
  font-size:14px;
  color:#6a6a6a;
  margin-bottom:10px;
}

.footer-links{
  font-size:14px;
}

.footer-links a{
  color:#155f5f;
  text-decoration:none;
  font-weight:500;
}

.footer-links a:hover{
  text-decoration:underline;
}

.footer-links span{
  margin:0 8px;
  color:#999;
}