/* ===================================================
   Solentra Mühendislik — Responsive CSS
   =================================================== */

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .hero-premium h1 {
    font-size: 36px;
  }

  .hero-info-cards {
    display: none;
  }

  .trust-items {
    flex-wrap: wrap;
    justify-content: center;
  }

  .trust-item {
    padding: 16px 24px;
    border-right: none;
    border-bottom: 1px solid var(--color-light-gray);
    flex: 0 0 50%;
    justify-content: center;
  }

  .trust-item:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .stat-premium-item {
    border-right: none;
    border-bottom: 1px solid var(--color-light-gray);
    padding: 32px 20px;
  }

  .gallery-premium-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .gallery-premium-grid .gp-item:nth-child(1) {
    grid-column: span 2;
  }

  .gallery-premium-grid .gp-item {
    height: 200px;
  }

  .section-title-premium h2 {
    font-size: 28px;
  }

  .cta-premium-inner {
    padding: 40px 24px;
    border-radius: 14px;
  }

  .hero-section h1 {
    font-size: 32px;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .stat-item .stat-number {
    font-size: 34px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-full-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .navbar .btn-nav-cta {
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
  }

  .top-bar .top-social {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-premium {
    min-height: 480px;
  }

  .hero-premium h1 {
    font-size: 28px;
  }

  .hero-premium .hero-lead {
    font-size: 15px;
  }

  .hero-premium::after {
    height: 50px;
  }

  .trust-item {
    flex: 0 0 100%;
  }

  .trust-item:last-child {
    border-bottom: none;
  }

  .stat-premium-item .sp-number {
    font-size: 36px;
  }

  .gallery-premium-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .gallery-premium-grid .gp-item:nth-child(1) {
    grid-column: span 2;
    height: 180px;
  }

  .gallery-premium-grid .gp-item {
    height: 150px;
  }

  .founder-image-premium img {
    height: 350px;
  }

  .founder-quote-premium {
    font-size: 17px;
  }

  .hero-section {
    min-height: 420px;
  }

  .hero-section h1 {
    font-size: 26px;
  }

  .hero-section .hero-subtitle {
    font-size: 15px;
  }

  .section-padding {
    padding: 50px 0;
  }

  .section-title h2 {
    font-size: 24px;
  }

  .brand-intro .brand-stats {
    gap: 24px;
  }

  .brand-intro .brand-keywords {
    gap: 10px;
  }

  .brand-intro .brand-keyword-item {
    width: 100%;
    justify-content: center;
  }

  .brand-intro .brand-stat-item h3 {
    font-size: 28px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-full-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item {
    height: 160px;
  }

  .page-banner {
    padding: 60px 0;
    min-height: 220px;
  }

  .page-banner h1 {
    font-size: 28px;
  }

  .founder-profile-img {
    height: 320px;
  }

  .blog-detail .blog-cover {
    height: 240px;
  }

  .project-detail-banner {
    height: 260px;
  }
}

@media (max-width: 575px) {
  .hero-premium .hero-btns {
    flex-direction: column;
  }

  .hero-premium .hero-btns a {
    width: 100%;
    justify-content: center;
  }

  .cta-premium-inner {
    padding: 36px 20px;
  }

  .cta-premium-inner h2 {
    font-size: 24px;
  }

  .top-bar .top-contact {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }

  .hero-section .hero-btns {
    flex-direction: column;
  }

  .hero-section .hero-btns .btn-primary-custom,
  .hero-section .hero-btns .btn-outline-custom {
    width: 100%;
    justify-content: center;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .gallery-item {
    height: 140px;
  }

  .filter-btns {
    justify-content: center;
  }
}
