@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);
  }
  .pricing-table-wrap {
    padding: 10px;
  }
  .pricing-table {
    --bs-table-border-color: #e2e8f0;
  }
  .pricing-table tbody td,
  .pricing-table thead th {
    padding: 12px 10px;
  }
  .pricing-table thead th {
    border-bottom: 0 !important;
  }
  .pricing-table.table > :not(:first-child) {
    border-top: 0 !important;
  }
}
@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;
  }
  .pricing-table-wrap {
    border-radius: 16px;
  }
  .pricing-table {
    min-width: 0;
  }
  .pricing-table thead {
    display: none;
  }
  .pricing-table,
  .pricing-table tbody,
  .pricing-table tr,
  .pricing-table td {
    display: block;
    width: 100%;
  }
  .pricing-table tbody tr {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0px 8px 20px rgba(15, 23, 42, 0.06);
    margin-bottom: 12px;
    padding: 8px 10px;
  }
  .pricing-table tbody td {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 2px;
    text-align: right !important;
  }
  .pricing-table > :not(caption) > * > * {
    border-bottom: 0 !important;
  }
  .pricing-table.table > :not(:first-child) {
    border-top: 0 !important;
  }
  .pricing-table tbody td::before {
    content: attr(data-label);
    color: #64748b;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: left;
  }
  .pricing-table tbody tr:last-child {
    margin-bottom: 0;
  }
  .pricing-note {
    margin-left: 4px;
    margin-right: 4px;
  }
  .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;
  }
}
