/* =====================================================
   BP-MD.CSS — Tablete portret
   768px — 991.98px
   ===================================================== */
@media (min-width: 768px) and (max-width: 991.98px) {

  /* Header */
  :root { --header-height: 72px; }

  .main-nav { display: none; }
  .hamburger-btn { display: flex !important; }

  /* Hero */
  .hero-content { padding: 110px 0 70px; }
  .hero-title   { font-size: 2.6rem; }
  .hero-subtitle { font-size: 1.1rem; }

  .hero-panel { display: none; }
  .hero-mini-stats { gap: 28px; }

  /* Stats bar */
  .stat-box .snum { font-size: 2.5rem; }

  /* Secțiuni */
  .section-calb    { padding: 65px 0; }
  .section-calb-sm { padding: 42px 0; }

  .section-title { font-size: 2rem; }

  /* Carduri servicii — 2 pe rând */
  .service-card { padding: 32px 22px; }

  /* Despre noi */
  .about-img-main img { height: 380px; }
  .about-img-placeholder { height: 380px; }
  .about-badge-box {
    right: -5px;
    bottom: 20px;
  }

  /* Pași — 2 pe rând */
  .step-card::after { display: none; }

  /* Galerie — 3 coloane */
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }

  /* CTA */
  .cta-section h2 { font-size: 2rem; }
  .cta-phone-big  { font-size: 1.9rem; }

  /* Page banner */
  .page-banner { padding: 52px 0; }
  .page-banner h1 { font-size: 2rem; }

  /* Footer */
  .footer-col { margin-bottom: 35px; }
}
