/* ==========================================================================
   17. Responsive Breakpoints
   ========================================================================== */
@media (max-width: 1200px) {
  .contact-booking-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-map-col {
    grid-column: span 2;
    order: 3;
  }
}

@media (max-width: 1140px) {
  .hero-title {
    font-size: 2.8rem;
  }

  .services-grid,
  .doctors-grid,
  .process-steps-grid,
  .footer-top-grid,
  .services-full-grid,
  .tech-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .timeline-line {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-nav {
    display: none;
  }

  .mobile-toggle-btn {
    display: flex;
  }

  .site-logo-img {
    height: 48px;
  }

  .header-actions {
    gap: 10px;
  }

  .btn-header-register {
    padding: 8px 14px;
    font-size: 0.72rem;
  }

  .hero-section {
    padding-block: 32px 48px;
  }

  .hero-container {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-full-bleed-visual {
    width: 100%;
    height: 100%;
    opacity: 0.32;
  }

  .hero-img-gradient-overlay {
    width: 100%;
    background: linear-gradient(to bottom, rgba(249, 250, 248, 0.95) 0%, rgba(249, 250, 248, 0.85) 65%, rgba(249, 250, 248, 0.5) 100%);
  }

  .hero-content {
    max-width: 100%;
    z-index: 5;
  }

  .hero-title {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .hero-description {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 24px;
    color: var(--navy-dark);
    font-weight: 500;
  }

  .hero-buttons,
  .hero-cta-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    margin-bottom: 24px;

    .btn {
      width: 100%;
      text-align: center;
      justify-content: center;
    }
  }

  .btn-outline-gold,
  .btn-hero-prices,
  .btn-outline {
    background: #FFFFFF;
    border: 1.5px solid var(--gold-primary);
    color: var(--navy-dark);
    box-shadow: var(--shadow-sm);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .promo-banner-card {
    min-height: auto;
    padding: 28px 24px;
  }

  .promo-content {
    max-width: 100%;
    z-index: 3;
  }

  .promo-visual {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    opacity: 0.28;
  }

  .form-row-2col {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .stats-bar-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .stat-item:nth-child(2)::after {
    display: none;
  }

  .why-us-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .why-us-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 16px;
  }

  .why-connector-before,
  .why-connector-after {
    display: none;
  }

  .why-step-header {
    justify-content: center;
    gap: 10px;
  }

  .patient-stories-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .reviews-summary-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 22px 28px;
  }

  .reviews-summary-card .summary-top {
    margin-bottom: 0;
  }

  .reviews-summary-card .stories-subheading {
    margin-bottom: 0;
  }

  .reviews-summary-card .google-badge-box {
    margin-bottom: 0;
  }

  .reviews-summary-card .btn-reviews {
    width: auto;
    padding: 12px 24px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .story-content-panel {
    grid-template-columns: 200px 1fr 180px;
    gap: 20px;
    padding: 20px;
  }

  .promo-financing-grid,
  .services-full-grid,
  .tech-cards-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-grid {
    gap: 32px;
  }

  .about-showcase-img {
    height: 340px;
  }

  .about-text-content .section-title {
    font-size: 1.8rem;
  }

  .about-stats-row {
    flex-direction: column;
    gap: 12px;
  }

  .map-card-container {
    min-height: 240px;
  }
}

@media (max-width: 768px) {

  /* Mobile Patient Stories Layout */
  .reviews-summary-card {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 16px;
    padding: 24px 20px;
  }

  .reviews-summary-card .google-logo-row {
    justify-content: center;
  }

  .reviews-summary-card .google-score-row {
    justify-content: center;
  }

  .reviews-summary-card .btn-reviews {
    width: 100%;
  }

  .story-content-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px 20px;
    align-items: stretch;
  }

  .before-after-card {
    border-right: none;
    border-bottom: 1px solid #EAEFF2;
    padding: 0 0 20px 0;
    width: 100%;
    height: auto;
  }

  .ba-comparison-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .ba-image-box {
    height: 130px;
    width: 100%;
  }

  .ba-slider-line-wrap {
    grid-column: span 2;
    margin-top: 6px;
  }

  .testimonial-quote-box {
    text-align: center;
    padding: 4px 0;
  }

  .ba-quote {
    font-size: 1.05rem;
    line-height: 1.45;
    margin-bottom: 10px;
  }

  .ba-subquote {
    font-size: 0.82rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .ba-author {
    font-size: 0.88rem;
  }

  .video-testimonial-card {
    width: 100%;
    border-top: 1px solid #EAEFF2;
    padding-top: 20px;
    gap: 16px;
  }

  .video-thumbnail-box {
    height: 190px;
    max-width: 380px;
    width: 100%;
    border-radius: 12px;
  }

  .testimonial-arrows {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
  }

  .arrow-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    font-size: 1rem;
  }

  .services-grid,
  .doctors-grid,
  .process-steps-grid,
  .calculator-body,
  .footer-top-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .calculator-body,
  .calculator-body-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .calc-left-col {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #EAEFF2;
    padding-bottom: 20px;
  }

  .doctor-modal-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-booking-grid {
    grid-template-columns: 1fr;
  }

  .contact-map-col {
    grid-column: span 1;
  }

  .form-row-2col {
    grid-template-columns: 1fr;
  }

  .contact-info-col,
  .contact-form-col {
    padding: 24px 18px;
  }
}

@media (max-width: 600px) {
  .about-stats-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 1.95rem;
  }

  .stats-bar-grid {
    grid-template-columns: 1fr;
  }

  .stat-item::after {
    display: none !important;
  }

  .services-grid,
  .why-us-timeline,
  .doctors-grid,
  .process-steps-grid,
  .footer-top-grid {
    grid-template-columns: 1fr;
  }

  .floating-badge {
    position: static;
    margin-top: 12px;
    box-shadow: var(--shadow-sm);
  }

  .footer-bottom-bar {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .header-actions .header-phone {
    display: none;
  }
}

@media (max-width: 480px) {
  .ba-image-box {
    height: 105px;
  }

  .video-thumbnail-box {
    height: 160px;
  }

  .story-content-panel {
    padding: 18px 14px;
  }

  .reviews-summary-card {
    padding: 20px 16px;
  }
}

