.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 100px;
}

nav {
  position: fixed;
  z-index: 3;
  top: 0;
  width: 100%;
  height: 108px;

  background-color: #070707e6;
  backdrop-filter: blur(8.9px) brightness(100%);
  -webkit-backdrop-filter: blur(8.9px) brightness(100%);

  div {
    margin: 0 auto;
    max-width: 1920px;
    height: 100%;
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

nav img {
  width: 148px;
  height: 72px;
  aspect-ratio: 2.04;
  object-fit: cover;
}

nav button {
  width: 232px;
  border-radius: 3px;
  background: linear-gradient(
    90deg,
    rgba(225, 143, 39, 1) 0%,
    rgba(255, 224, 114, 1) 100%
  );
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #1e1e1e;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 15.9px;
  white-space: nowrap;
}

.main-section {
  position: relative;
  width: 100%;
  height: 793px;
}

.main-section-background {
  position: absolute;
  z-index: 1;
  top: 108px;
  left: -100px;
  height: 100%;
  width: 100vw;
  object-fit: cover;
}

.main-section-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: 108px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-section-content .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 589px;
  gap: 24px;

  span {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 00;
    font-size: 20px;
    line-height: 100%;
    /* or 20px */
    letter-spacing: 0.5em;
    text-transform: uppercase;

    color: #ffffff;
  }
}

.text-container .text-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 134%;
  /* or 54px */
  letter-spacing: 0.1em;
  text-transform: uppercase;

  background: linear-gradient(
    89.92deg,
    #eace80 1.36%,
    #f7de91 52.33%,
    #eace80 99.22%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  strong {
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}

.text-container .text-2 {
  font-family: "Inter";
  font-style: normal;
  font-size: 20px;
  line-height: 110%;
  color: #ffffff;
  strong {
    font-weight: 700;
  }
}

.main-section-content form {
  padding: 24px 32px;
  width: 642px;
  height: 536px;
  background: rgba(30, 30, 30, 0.58);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.main-section-content form .form-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  /* or 26px */
  text-align: center;

  color: #ffffff;
  margin-bottom: 28px;
}

.main-section-content form input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  width: 100%;
  height: 41px;
  padding: 10px 20px 12px;
  min-height: 40px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 12px;
  border: none;
  outline: none;
  transition: all 0.3s ease;

  &:focus {
    background-color: #ffffff;
    opacity: 1;
    border: 2px solid #ffd284;
  }
}

.main-section-content form .input-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.main-section-content form button {
  height: 53px;
  border: none;
  cursor: pointer;
  outline: none;
  font-family: var(--lp-mansaomarion-com-br-semantic-button-upper-font-family);
  font-weight: var(--lp-mansaomarion-com-br-semantic-button-upper-font-weight);
  color: #ffffff;
  font-size: var(--lp-mansaomarion-com-br-semantic-button-upper-font-size);
  text-align: center;
  letter-spacing: var(
    --lp-mansaomarion-com-br-semantic-button-upper-letter-spacing
  );
  line-height: var(--lp-mansaomarion-com-br-semantic-button-upper-line-height);
  white-space: nowrap;
  font-style: var(--lp-mansaomarion-com-br-semantic-button-upper-font-style);
  border-radius: 14px;
  background: linear-gradient(
    90deg,
    rgba(228, 151, 46, 1) 0%,
    rgba(248, 207, 98, 1) 100%
  );
}

.main-section-content form .privacy-notice {
  font-family: "Work Sans";
  font-style: thin;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  /* or 108% */
  display: flex;
  align-items: center;
  text-align: center;

  color: #ffffff;

  a {
    text-wrap: nowrap;
  }
}

.lights-effect {
  position: absolute;
  left: 50%;
  bottom: -200px;
  z-index: 1;
  transform: translateX(-50%);
}

.section-2 {
  margin-top: 200px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.section-2 h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 105%;
  text-align: center;
  color: #ffffff;
}

.section-2 p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  text-align: center;
  width: 60%;
  color: #ffffff;
}

.situations-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 48px;
  max-width: 1200px;
}

.situations-container article {
  display: flex;
  flex-direction: column;
  width: 356px;
  height: 334px;
  align-items: flex-start;
  gap: 16px;
  padding: 50px 36px;
  background-color: #ffd284;
  border-radius: 12px;
  border: none;
}

.situations-container article p {
  font-family: "Work Sans-Bold", Helvetica;
  font-weight: 400;
  color: #2d2d2d;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 26px;
  width: 100%;
  text-align: left;

  strong {
    font-weight: 700;
  }
}

.section-3 {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.section-3 h2 {
  /* Esses problemas não são falta de esforço. São falta de método. */

  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #ffffff;

  span {
    color: #ffd284;
  }
}

.section-3 p {
  /* Não perca tempo, antecipe sua inscrição e esteja realmente preparado na hora certa com a metodologia certa! */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  /* or 23px */
  text-align: center;

  color: #ffffff;

  strong {
    font-weight: 600;
  }
}

.section-3 button {
  /* Garanta sua vaga agora */
  border-radius: 3px;
  background: linear-gradient(
    90deg,
    rgba(225, 143, 39, 1) 0%,
    rgba(255, 224, 114, 1) 100%
  );
  padding: 20px 60px;
  border: none;
  cursor: pointer;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #1e1e1e;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 15.9px;
  white-space: nowrap;
}

.section-4 {
  position: relative;
  margin-top: 100px;
}

.section-4 .white-background {
  position: absolute;
  left: -100px;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
}

.section-4 .content-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 100px 0;
  max-width: 980px;
  margin: 0 auto;
}

.lights-effect-section-4 {
  position: absolute;
  left: 50%;
  top: -67px;
  z-index: 0;
  transform: translateX(-50%);
}

.section-4 h2 {
  /* O método que muda o resultado em 30 dias */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 105%;
  text-align: center;

  color: #0e0e0e;
}

.section-4 p {
  /* Dois meses de mentoria com foco em resultado prático, não em teoria. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  /* or 26px */
  text-align: center;

  color: #0e0e0e;
}

.method-steps-container {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.method-steps-container p {
  /* 01 */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 100.596px;
  line-height: 74%;
  text-align: center;
  position: relative;

  color: #1f1f1f;

  &::after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #1f1f1f;
    border-radius: 50%;
    position: absolute;
    top: 124%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
  }
}

.method-steps-container p span {
  /* passo */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: lighter;
  font-size: 29.2229px;
  line-height: 74%;
  text-transform: uppercase;

  color: #1f1f1f;
}

.methods-dots-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.methods-dots-container .line {
  position: absolute;
  top: 50%;
  left: 16%;
  right: 0;
  width: 100vw;
  height: 8px;
  background: linear-gradient(90deg, #9c742f 0%, #d1af74 100%);
}

.method-steps-cards-container {
  /* Auto layout */
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
  margin-top: 48px;
}

.method-steps-cards-container article {
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 40px;
  gap: 24px;
  max-width: 294px;
  height: 386px;
  border: 1px solid #2f2f2f;
  border-radius: 10px;
}

.method-steps-cards-container .card-1 {
  background: url(img/card1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.method-steps-cards-container .card-2 {
  background: url(img/card2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.method-steps-cards-container .card-3 {
  background: url(img/card3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.method-steps-cards-container article span {
  /* TREINAMENTO */

  /* Auto layout */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 12px;
  gap: 4.53px;

  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #d1af74;

  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 8px;
  line-height: 99.5%;
  text-align: center;
  text-transform: uppercase;

  color: #ffffff;
}

.method-steps-cards-container article h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 110%;

  color: #ffffff;
}

.method-steps-cards-container article p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: lighter;
  font-size: 16px;
  line-height: 110%;
  color: #ffffff;
  text-align: left;
}

.whats-included-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
  margin-top: 40px;
  padding: 80px 40px;
  padding-bottom: 71px;
  padding-right: 200px;
  border-radius: 10px;
  border: 3px solid #9c742f;
}

.whats-included-container .whats-included-bg {
  position: absolute;
  top: -50px;
  right: -100px;
}
.whats-included-container h2 {
  /* O que está incluso na Mentoria */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 105%;
  text-align: center;
  color: #1f1f1f;
}

.whats-included-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 24px;
}

.whats-included-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.whats-included-item p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: lighter;
  font-size: 14.9547px;
  line-height: 130%;
  text-align: left;
  max-width: 312px;
  color: #1f1f1f;
}

.whats-included-container button {
  /* Garanta sua vaga agora */
  padding: 18px 66px;
  border-radius: 3px;
  background: linear-gradient(
    90deg,
    rgba(225, 143, 39, 1) 0%,
    rgba(255, 224, 114, 1) 100%
  );
  border: none;
  cursor: pointer;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #1e1e1e;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 15.9px;
  white-space: nowrap;
}

.lights-effect-section-5 {
  position: absolute;
  left: 50%;
  top: -67px;
  z-index: 0;
  transform: translateX(-50%);
}

.section-5 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0;
}

.section-5 .content-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  max-width: 689px;
}

.section-5 h2 {
  /* Quem está falando com você */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 100%;
  color: #ffffff;
}

.section-5 p {
  /* "Não sou consultor que leu sobre padaria. Eu vivi a padaria — do chão de produção até a gestão completa." Aris Orlando começou sua trajetória no setor de panificação muito antes de se tornar dono. Foram anos entendendo cada etapa do processo de produção, precificação, gestão de equipe, controle de custos, a partir de dentro. Hoje, com uma padaria própria e mais de uma centena de alunos que já aplicaram o método, Aris é o único mentor de padaria no Brasil que fala a partir da autoridade de quem, literalmente, já colocou a mão na massa. O método não é teórico. É o mesmo que Aris usa hoje, na sua própria padaria, para manter margem positiva mesmo com custos em alta. */
  font-family: "Inter";
  font-style: normal;
  font-weight: lighter;
  font-size: 20px;
  line-height: 156%;
  color: #d0d0d0;

  span {
    font-weight: 500;
    color: #ffd284;
  }
}

.section-5 button {
  /* Garanta sua vaga agora */
  padding: 18px 66px;
  border-radius: 3px;
  background: linear-gradient(
    90deg,
    rgba(225, 143, 39, 1) 0%,
    rgba(255, 224, 114, 1) 100%
  );
  border: none;
  cursor: pointer;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #1e1e1e;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 15.9px;
  white-space: nowrap;
}

.section-6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0;
}

.section-6 .content-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 589px;
}
.section-6 .people-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  img:not(:first-child) {
    margin-left: -9px;
  }
}

.section-6 h2 {
  /* O que acontece quando o método é aplicado */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #ffffff;
}

.section-6 p {
  /* Resultados reais de alunos que passaram pelo programa. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 137.02%;
  color: #cfcfcf;
}

.section-6 .results-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.section-6 .result-text {
  font-weight: 400;
}

.section-6 .result-margin-text {
  padding: 10px 0;
}

.section-6 .results-navigation-container {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;

  button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: transparent;
  }
}

.results-highlight-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 66px;
  background: linear-gradient(90deg, #e4962e 0%, #fad165 100%);
  border-radius: 12px;
}

.results-highlight-banner div {
  width: 60%;
}

.results-highlight-banner h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 38px;

  color: #272727;

  strong {
    font-weight: 700;
  }
}

.results-highlight-banner button {
  padding: 16px 66px;
  background: linear-gradient(90.11deg, #000000 -8.96%, #595959 121.33%);
  border-radius: 9px;
  border: none;
  cursor: pointer;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 15.9px;
  white-space: nowrap;
}

.section-7 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding: 70px 0;
  gap: 60px;
}

.section-7 img {
  position: absolute;
  top: 0;
  z-index: 0;
  left: -100px;
  height: 100%;
  width: 100vw;
  object-fit: cover;
}

.section-7 h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;

  span {
    color: #ffd284;
  }
}

.faq-items-container {
  display: flex;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.faq-items-container details {
  display: flex;
  width: 743px;
  align-items: center;
  justify-content: center;
  padding: 26px 16px;
  gap: 24px;
  background: #0e0e0e;
  border-radius: 12px;
  transition: 0.3s ease-in-out;
  border-width: 1px;
  border-style: solid;
  border-color: #2d2d2d;

  &[open] {
    flex-direction: column;
  }

  summary {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }

  summary p {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
  }

  summary span {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #ffd285;
  }

  summary p:last-child {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
  }

  p {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;

    color: #b4b4b4;
  }
}

.section-7 button {
  z-index: 1;
  padding: 18px 66px;
  border-radius: 3px;
  background: linear-gradient(
    90deg,
    rgba(225, 143, 39, 1) 0%,
    rgba(255, 224, 114, 1) 100%
  );
  border: none;
  cursor: pointer;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #1e1e1e;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 15.9px;
  white-space: nowrap;
}

footer {
  position: relative;
  padding: 60px 0;
  background-color: #ffd285;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-background {
  position: absolute;
  top: 0;
  left: -100px;
  width: 100vw;
  height: 100%;
  background-color: #ffd285;
}

footer p {
  position: relative;
  z-index: 1;
  text-align: center;
  color: rgba(21, 21, 21, 0.6);
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}

/* ========================================
   RESPONSIVE MEDIA QUERIES
   ======================================== */

/* Mobile: < 768px (Base styles) */
@media (max-width: 767px) {
  /* Global Container */
  .container {
    padding: 0 20px;
  }

  /* Navigation */
  nav {
    height: 80px;
  }

  nav div {
    padding: 0 20px;
  }

  nav img {
    width: 100px;
    height: 50px;
  }

  nav button {
    width: auto;
    padding: 12px 16px;
    font-size: 14px;
    white-space: nowrap;
  }

  /* Hero Section - Stack vertically */
  .main-section {
    height: 100%;
  }

  .main-section-background {
    top: 75px;
    left: -20px;
  }

  .main-section-content {
    flex-direction: column;
    gap: 32px;
  }

  .main-section-content .text-container {
    max-width: 100%;
    gap: 16px;
  }

  .main-section-content .text-container span {
    font-size: 14px;
    letter-spacing: 0.3em;
  }

  .text-container .text-1 {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.05em;
  }

  .text-container .text-2 {
    font-size: 16px;
  }

  .main-section-content form {
    width: 100%;
    height: auto;
    padding: 20px 16px;
    gap: 12px;
  }

  .main-section-content form .form-description {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .main-section-content form .input-wrapper {
    grid-template-columns: 1fr;
  }

  .main-section-content form button {
    height: 48px;
    font-size: 14px;
  }

  .main-section-content form .privacy-notice {
    font-size: 11px;
    line-height: 12px;
  }

  .lights-effect {
    bottom: -100px;
    max-width: 100%;
  }

  /* Section 2 - Situations */
  .section-2 {
    margin-top: 100px;
    gap: 24px;
  }

  .section-2 h2 {
    font-size: 32px;
    line-height: 110%;
  }

  .section-2 p {
    font-size: 18px;
    width: 90%;
  }

  .situations-container {
    flex-direction: column;
    margin-top: 32px;
    gap: 16px;
  }

  .situations-container article {
    width: 100%;
    height: auto;
    padding: 32px 24px;
  }

  .situations-container article p {
    font-size: 18px;
    line-height: 24px;
  }

  /* Section 3 - CTA */
  .section-3 {
    margin-top: 80px;
    gap: 24px;
  }

  .section-3 h2 {
    font-size: 24px;
    line-height: 130%;
  }

  .section-3 p {
    font-size: 16px;
    width: 90%;
  }

  .section-3 button {
    width: 100%;
    padding: 16px 20px;
    font-size: 14px;
    white-space: normal;
  }

  /* Section 4 - Method */
  .section-4 {
    margin-top: 80px;
  }

  .section-4 .white-background {
    left: -20px;
  }

  .section-4 .content-container {
    padding: 60px 0;
    gap: 24px;
  }

  .section-4 h2 {
    font-size: 32px;
    line-height: 110%;
  }

  .section-4 p {
    font-size: 18px;
  }

  .method-steps-container p {
    font-size: 60px;
  }

  .method-steps-container p span {
    font-size: 18px;
  }

  .methods-dots-container .line {
    left: 16%;
    top: -6px;
    width: 100%;
  }

  .method-steps-cards-container {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
  }

  .method-steps-cards-container article {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 32px 24px;
  }

  .method-steps-cards-container article h3 {
    font-size: 22px;
  }

  .method-steps-cards-container article p {
    font-size: 14px;
  }

  .whats-included-container {
    padding: 40px 20px;
    padding-right: 20px;
    gap: 32px;
    margin-top: 32px;
  }

  .whats-included-container .whats-included-bg {
    display: none;
  }

  .whats-included-container h2 {
    font-size: 28px;
  }

  .whats-included-items {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .whats-included-item {
    gap: 12px;
  }

  .whats-included-item p {
    font-size: 14px;
    max-width: 100%;
  }

  .whats-included-container button {
    width: 100%;
    padding: 16px 20px;
    font-size: 14px;
    white-space: normal;
  }

  /* Section 5 - About Aris */
  .section-5 {
    flex-direction: column;
    padding: 60px 0;
    gap: 32px;
  }

  .section-5 .aris-orlando-photo {
    width: 100%;
    max-width: 400px;
    height: auto;
    order: -1;
  }

  .section-5 .content-container {
    max-width: 100%;
    gap: 32px;
  }

  .section-5 .content-container img {
    width: 60px;
    height: auto;
  }

  .section-5 h2 {
    font-size: 32px;
    line-height: 110%;
  }

  .section-5 p {
    font-size: 16px;
    line-height: 140%;
  }

  .section-5 button {
    width: 100%;
    padding: 16px 20px;
    font-size: 14px;
    white-space: normal;
  }

  /* Section 6 - Testimonials */
  .section-6 {
    flex-direction: column;
    padding: 60px 0;
    gap: 32px;
  }

  .section-6 .content-container {
    max-width: 100%;
  }

  .section-6 h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .section-6 p {
    font-size: 16px;
  }

  .section-6 img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .section-6 .results-container img {
    width: 24px;
    height: 24px;
  }

  .section-6 .results-container .rating-stars {
    width: 100px;
    height: 20px;
  }

  .section-6 .results-navigation-container {
    position: static;
    justify-content: center;
    margin-top: 0px;

    img {
      width: 16px;
      height: 16px;
    }
  }

  /* Results Banner */
  .results-highlight-banner {
    flex-direction: column;
    padding: 20px;
    gap: 24px;
    text-align: center;
  }

  .results-highlight-banner div {
    width: 100%;
  }

  .results-highlight-banner h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .results-highlight-banner button {
    width: 100%;
    padding: 16px 20px;
    font-size: 14px;
    white-space: normal;
  }

  /* Section 7 - FAQ */
  .section-7 {
    margin-top: 60px;
    padding: 50px 0;
    gap: 40px;
  }

  .section-7 img {
    left: -20px;
  }

  .section-7 h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .faq-items-container details {
    width: 100%;
    padding: 20px 12px;
    gap: 16px;
  }

  .faq-items-container details summary p {
    font-size: 14px;
  }

  .faq-items-container details summary span {
    font-size: 20px;
  }

  .faq-items-container details p {
    font-size: 14px;
  }

  .section-7 button {
    width: 90%;
    padding: 16px 20px;
    font-size: 14px;
    white-space: normal;
  }

  /* Footer */
  footer {
    padding: 40px 0;
  }

  footer .footer-background {
    left: -20px;
  }

  footer p {
    font-size: 16px;
    line-height: 18px;
    padding: 0 20px;
  }
}

/* Tablet: 768px - 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
  /* Global Container */
  .container {
    padding: 0 40px;
  }

  /* Navigation */
  nav div {
    padding: 0 40px;
  }

  nav img {
    width: 120px;
    height: 60px;
  }

  /* Hero Section */
  .main-section-content {
    flex-direction: column;
    gap: 40px;
    padding-top: 160px;
  }

  .main-section-background {
    left: -40px;
  }

  .main-section-content .text-container {
    max-width: 100%;
  }

  .text-container .text-1 {
    font-size: 32px;
  }

  .text-container .text-2 {
    font-size: 18px;
  }

  .main-section-content form {
    width: 100%;
    max-width: 600px;
  }

  .main-section-content form .form-description {
    font-size: 20px;
  }

  /* Section 2 */
  .section-2 h2 {
    font-size: 42px;
  }

  .section-2 p {
    width: 80%;
  }

  .situations-container {
    justify-content: center;
  }

  .situations-container article {
    width: calc(50% - 12px);
    min-width: 320px;
  }

  /* Section 3 */
  .section-3 h2 {
    font-size: 28px;
  }

  .section-3 button {
    width: auto;
  }

  /* Section 4 */
  .section-4 .white-background {
    left: -40px;
  }

  .section-4 h2 {
    font-size: 42px;
  }

  .method-steps-cards-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .method-steps-cards-container article {
    width: calc(50% - 12px);
    min-width: 300px;
  }

  .whats-included-container {
    padding-right: 40px;
  }

  .whats-included-container .whats-included-bg {
    display: none;
  }

  .whats-included-items {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Section 5 */
  .section-5 {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 60px 0;
  }

  .section-5 .aris-orlando-photo {
    max-width: 500px;
  }

  .section-5 .content-container {
    align-items: center;
    text-align: center;
  }

  /* Section 6 */
  .section-6 {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 60px 0;
  }

  .section-6 .content-container {
    max-width: 100%;
  }

  /* Results Banner */
  .results-highlight-banner h2 {
    font-size: 24px;
    line-height: 32px;
  }

  /* FAQ */
  .section-7 img {
    left: -40px;
  }

  .faq-items-container details {
    width: 90%;
  }

  /* Footer */
  footer .footer-background {
    left: -40px;
  }
}

/* Desktop: 1024px and up (maintains current design) */
@media (min-width: 1024px) {
  .main-section-content {
    flex-direction: row;
  }
}
