/* Tablet */
@media screen and (min-width: 600px) {
  .section-action-btn {
    max-width: 30rem;
    padding: 1.5rem;
    flex-basis: 40%;
  }
  .action-container {
    gap: 30px;
  }
  .section-content-title {
    font-size: 5rem;
  }
  .section-content-title.hero {
    font-size: 6rem;
  }
}

/* Desktop kecil */
@media screen and (min-width: 900px) {
  .link-in-middle {
    display: none;
  }
  .footer ul {
    width: 70%;
  }
  .section-content-subtitle {
    font-size: 1.8rem;
  }
}

/* Desktop sedang */
@media screen and (min-width: 1200px) {
  .footer ul {
    width: 50%;
  }
  .section-content-title {
    font-size: 6rem;
  }
}

/* Desktop besar */
@media screen and (min-width: 1600px) {
  .footer ul {
    width: 40%;
  }
  .section-content-title {
    font-size: 7rem;
  }
}

/* Mobile */
@media screen and (max-width: 768px) {
  .header-middle {
    display: none;
  }
  .header-right {
    margin-right: 2rem;
  }
  .header-nav-btn.menu-btn {
    display: block;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .section-content-title {
    font-size: 3rem;
  }
  .section-content-title.hero {
    font-size: 3.5rem;
  }
  .section-content-subtitle {
    font-size: 1.4rem;
    padding: 1rem;
  }
  .section-content-subtitle.hero {
    font-size: 1.5rem;
  }
  .action-container {
    bottom: 20%;
    flex-direction: column;
    align-items: center;
  }
  .section-action-btn {
    max-width: 280px;
    margin-bottom: 1rem;
  }
  .showroom-info p {
    font-size: 1.2rem;
    padding: 6px 15px;
    margin: 3px 10px;
  }
  .footer ul li {
    margin: 0 0.5rem;
  }
  .footer ul li a {
    font-size: 1rem;
  }
}

/* Mobile kecil */
@media screen and (max-width: 480px) {
  .header-left {
    padding: 0 1rem;
  }
  .header-logo {
    width: 10rem;
  }
  .section-content-title {
    font-size: 2.5rem;
  }
  .section-content-title.hero {
    font-size: 2.8rem;
  }
  .section-content-subtitle {
    font-size: 1.2rem;
  }
  .showroom-info p {
    font-size: 1rem;
    padding: 5px 12px;
  }
}
