/* Large Laptop */
@media (max-width: 1200px) {
}

/* Laptop */
@media (max-width: 992px) {
  /* ==========================================
FOOTER
========================================== */

  .footer-top {
    flex-direction: column;

    gap: 60px;
  }

  .footer-brand {
    width: 100%;
  }

  .footer-links {
    width: 100%;

    justify-content: space-between;

    gap: 40px;
  }

  .newsletter {
    max-width: 550px;
  }
}

/* Tablet */
@media (max-width: 768px) {
  .nav-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
  }

  .navbar {
    order: 3;
    width: 100%;
    margin-left: 0;
    overflow-x: auto;
  }

  .nav-links {
    justify-content: center;
    gap: 20px;
  }

  /* CTA */

  .cta {
    padding: 80px 0;
  }

  .cta-pattern {
    width: 100%;

    background-position: center;

    opacity: 0.1;
  }

  .cta-container {
    flex-direction: column;

    text-align: center;

    gap: 50px;
  }

  .cta h2 {
    font-size: 42px;
  }

  .cta p {
    font-size: 18px;
  }

  /* ==========================================
FOOTER
========================================== */

  .footer {
    padding: 70px 0 35px;
  }

  .footer-logo img {
    width: 160px;
  }

  .footer-description {
    font-size: 16px;

    margin-bottom: 28px;
  }

  .newsletter {
    flex-direction: column;

    gap: 15px;
  }

  .newsletter input,
  .newsletter button {
    width: 100%;
  }

  .newsletter button {
    height: 54px;
  }

  .footer-links {
    flex-direction: column;

    gap: 35px;
  }

  .footer-column h4 {
    margin-bottom: 15px;
  }

  .footer-column a {
    margin-bottom: 14px;
  }

  .footer-divider {
    margin: 50px 0 30px;
  }

  .footer-bottom {
    flex-direction: column;

    gap: 20px;

    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .hero h1 {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: -0.5px;
  }

  .hero h1 br {
    display: none;
  }

  .hero-buttons {
    flex-direction: column;
  }

.hero p {
    font-size: 16px;
  }


  /* CTA */

  .cta-container {
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .cta-left,
  .cta-right {
    width: 100%;
  }

  .cta-right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cta {
    padding: 60px 0;
  }

  .cta h2 {
    font-size: 34px;

    line-height: 1.4;
  }

  .cta p {
    font-size: 16px;

    margin-bottom: 30px;
  }

  .cta-button {
    padding: 15px 28px;

    font-size: 16px;
  } 

  /* ==========================================
FOOTER
========================================== */

  .footer {
    padding: 60px 0 30px;
  }

  .newsletter input {
    flex: none;
    height: auto;
    min-height: 60px;
    padding: 18px 22px;
  }

  .footer-logo img {
    width: 145px;
  }

  .footer-description {
    font-size: 15px;

    line-height: 1.7;
  }

  .footer-column h4 {
    font-size: 17px;
  }

  .footer-column a {
    font-size: 14px;
  }

  .footer-bottom p {
    font-size: 13px;
    line-height: 1.5;
  }

  .footer-social a {
    width: 38px;

    height: 38px;
  }
}

/* ===============================
Partners
=============================== */

@media (max-width: 768px) {
  .partner-card {
    width: 200px;
    height: 100px;
  }

  .partners-title {
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 1.5;
  }
}
