@media (max-width: 1300px) {
  .hero-content {
    padding-top: 40px;
  }
}
@media (max-width: 1226px) {
  .hero-content {
    width: 100%;
    max-width: 1020px;
    margin: 0px;
    padding: 0px;
  }

  .hero-content h2,
  .hero-content p {
    margin: 0;
    width: 100%;
    max-width: none;
  }

  .hero-content h2 {
    margin-bottom: 32px;
  }

  .hero-content a {
    margin-top: 0px;
  }

  header .hamburguer {
    display: block;
  }

  header nav {
    position: fixed;
    top: 0;
    right: 0;
    background-color: var(--blue);
    height: calc(100vh - 60px);
    padding: 100px 30px 30px 30px;
    transition: right 0.2s;
    z-index: 3;
  }

  header nav:not(.active) {
    right: -100vw;
  }

  header nav ul {
    flex-direction: column;
    gap: 10px;
  }

  header nav a {
    color: white;
  }

  header nav .button {
    background-color: var(--yellow);
    border-color: var(--yellow);
    color: var(--dark-blue);
    margin-top: 10px;
  }

  .wrapper {
    padding: 0 30px;
  }
  #hero-image-full {
    display: block;
    width: 100%;
    max-width: max-content;
  }

  .hero-image {
    display: none;
    max-width: max-content;
    justify-content: center;
  }
  .prompt-anim {
    width: 100%;
    max-width: max-content;
  }

  .hero-layout {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .hero-content {
    margin-top: 50px;
    text-align: center;
    padding: 0 20px;
  }

  .hero-content a {
    display: inline-block;
  }

  .hero-image {
    max-width: 500px;
    margin: 0 auto;
  }

  /* Segunda imagem (prompt.png) se ajusta melhor */
  .hero-image img:nth-child(2) {
    position: absolute;
    top: 10px;
    right: -100px;
    max-width: 180px;
  }
}

@media (max-width: 980px) {
  .features .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .posts .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .plans .left {
    max-width: 100%;
  }

  .plans .item {
    min-width: calc(100% - 60px);
    border-radius: 30px !important;
  }

  .plans .item.featured {
    margin: 0;
    min-width: calc(100% - 80px);
  }

  .banners .text {
    order: -1;
    padding: 30px;
  }
}

@media (max-width: 768px) {
  section {
    padding: 80px 0;
  }

  #hero-image-full {
    display: none;
  }

  .hero-mobile {
    display: flex;
    justify-content: center;
    max-width: max-content;
    width: 100%;
  }

  .hero-content {
    margin-top: 20px;
    text-align: start;
  }

  .hero-image img:nth-child(2) {
    position: static;
    display: block;
    margin: 0 auto 15px auto;
    max-width: 120px;
  }

  .features .grid {
    grid-template-columns: 1fr;
  }

  .posts .grid {
    grid-template-columns: 1fr;
  }

  .faq .text {
    min-width: 100%;
  }

  h2 {
    font-size: 36px;
    line-height: 1.1;
  }

  h3 {
    font-size: 26px;
    line-height: 1.1;
  }

  .mission {
    padding-top: 240px;
  }

  .plans .wrapper {
    gap: 20px;
  }

  .faq .wrapper {
    gap: 0;
  }

  footer {
    padding: 80px 0 60px;
  }

  footer .wrapper {
    gap: 0;
  }

  footer .wrapper > div {
    width: 100%;
  }
}

@media (max-width: 380px) {
  header nav {
    width: calc(100vw - 60px);
  }
}
