@media (max-width: 1399.98px) {
  .hero-section .hero-title {
    font-size: 45px;
  }
  .love-content {
    gap: 40px;
  }
  .feature-card {
    padding: 20px 15px;
  }
  .comparison-item {
    padding: 20px;
  }
  .footer-container ul {
    gap: 20px;
  }
  .hero-section {
    padding-top: 180px;
  }
}
@media (max-width: 1199.98px) {
  header {
    max-width: 100vw;
    background: white !important;
  }
  .navbar-nav {
    border-radius: 0;
    box-shadow: none;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .navbar-nav .nav-link {
    text-align: center;
  }
  .footer-container {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  header .button-group {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .phone-mockup {
    margin-top: 44px;
  }
  .hero-section .hero-title {
    font-size: 34px;
    text-align: center;
  }
  .hero-section .tag {
    font-size: 13px;
    margin-inline: auto;
  }
  .hero-section .hero-title img {
    display: none;
  }
  .hero-description {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .section-title {
    font-size: 34px;
    text-align: center;
  }
  .section-subtitle {
    text-align: center;
  }
  .step {
    margin-bottom: 24px;
  }
  .love-container {
    padding-top: 64px;
    border-radius: 0;
    background-position: bottom;
  }
  .love-content {
    display: flex;
    gap: 16px;
    flex-direction: column;
  }
  .love-content .features-left {
    order: 0;
    gap: 16px;
  }
  .love-content .features-right {
    order: 1;
    gap: 16px;
  }
  .love-content .phone-center {
    order: 2;
    width: auto;
    margin-top: 18px;
  }
  .stats-grid {
    padding: 34px 0;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-item {
    gap: 14px;
  }
  .stat-icon {
    height: 34px;
    width: 34px;
  }
  .stat-number {
    font-size: 30px;
  }
  .stat-label {
    font-size: 14px;
  }
  .comparison {
    flex-direction: column;
    margin-bottom: 34px;
  }
  .how-it-works,
  .difference-content,
  .faq {
    padding: 64px 0;
  }
  .faq-cta h3 {
    text-align: center;
  }
  .hero-section {
    padding-top: 130px;
  }
  .faq-list {
    margin-top: 44px;
  }
  .button-group {
    justify-content: center;
  }
  .next-sub-container {
    padding: 64px 0;
    border-radius: 0;
    background-position: bottom;
  }
  .next-sub-container .row {
    flex-direction: column-reverse;
  }
  .next-image {
    top: 0;
    margin-top: 44px;
  }
  .next-detail-container h2 {
    font-size: 34px;
    text-align: center;
  }
  .next-detail-container {
    align-items: center;
    gap: 16px;
  }
  .footer-container {
    flex-direction: column;
    gap: 24px;
  }
  .footer-container ul {
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
}
