/* ==========================================================================
   HYUNDAI SU ARITMA - MOBİL & DUYARLI DÜZEN (RESPONSIVE CSS)
   ========================================================================== */

/* Laptop & Ara Ekranlar (<= 1180px) */
@media screen and (max-width: 1180px) {
  .nav-menu {
    gap: 0.15rem;
  }
  .nav-link {
    padding: 0.45rem 0.55rem;
    font-size: 0.84rem;
  }
  .nav-actions .btn-quote-header {
    display: none;
  }
}

/* Tablet & Küçük Ekranlar (<= 1024px) */
@media screen and (max-width: 1024px) {
  .nav-menu {
    display: none;
  }

  .nav-actions .btn-quote-header {
    display: none;
  }

  .mobile-toggle {
    display: flex;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }

  .hero-content {
    align-items: center;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-cta-group {
    justify-content: center;
  }

  .hero-stats {
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
  }

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

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

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

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

  .footer-top-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }

  .calculator-card {
    grid-template-columns: 1fr;
    padding: 2rem;
    gap: 2.5rem;
  }

  .dropdown-menu {
    width: 600px;
  }
}

/* Orta Ekranlar & Tablet Dikey (<= 992px) */
@media screen and (max-width: 992px) {
  .product-detail-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "hero"
      "gallery"
      "order"
      "specs";
    gap: 1.5rem;
  }

  .product-sticky-box {
    position: static;
    padding: 2rem 1.5rem;
  }

  .form-split-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }

  .about-stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

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

  .dealer-split-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .contact-split-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .box-contents-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

/* Mobil & Tablet (<= 768px) */
@media screen and (max-width: 768px) {
  .top-ribbon {
    display: none;
  }

  .container {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .nav-menu {
    display: none;
  }

  .nav-actions .nav-phone-btn {
    display: none;
  }

  .nav-actions .btn-quote-header {
    display: none;
  }


  .navbar {
    position: relative;
    justify-content: flex-end;
    height: 68px;
  }

  .navbar .brand-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .brand-logo img {
    height: 36px;
  }

  .mobile-toggle {
    display: flex;
  }

  .section-py {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .section-py-sm {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .section-title {
    font-size: clamp(1.6rem, 5vw, 2.25rem);
  }

  .section-desc {
    font-size: 0.98rem;
  }

  /* Hero Section */
  .hero-section {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }

  .hero-title {
    font-size: clamp(1.85rem, 6vw, 2.5rem);
    line-height: 1.2;
    margin-bottom: 1rem;
    word-break: break-word;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 1.75rem;
  }

  .hero-cta-group {
    flex-direction: column;
    width: 100%;
    gap: 0.85rem;
    margin-bottom: 2rem;
  }

  .btn-hero-primary, .btn-hero-secondary {
    width: 100%;
    justify-content: center;
    padding: 0.85rem 1.5rem;
    font-size: 0.95rem;
  }

  .hero-stats {
    gap: 0.75rem;
    padding-top: 1.5rem;
  }

  .hero-stat-number {
    font-size: 1.45rem;
  }

  .hero-stat-label {
    font-size: 0.72rem;
  }

  .hero-visual {
    margin-top: 1rem;
    width: 100%;
  }

  .hero-device-wrapper {
    max-width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.5rem 1rem;
    overflow: hidden;
  }

  .hero-device-img {
    max-height: 260px;
    margin: 0 auto;
    width: auto;
  }

  .floating-badge {
    position: static !important;
    margin-top: 0.75rem;
    width: 100% !important;
    max-width: 100%;
    padding: 0.75rem 1rem;
    justify-content: flex-start;
    box-sizing: border-box;
    animation: none !important;
  }

  .floating-badge.badge-top-left,
  .floating-badge.badge-bottom-right {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }

  /* Products & Features Grid */
  .products-grid {
    grid-template-columns: 1fr;
  }

  .products-grid-4 {
    grid-template-columns: 1fr;
  }

  /* Product Card Mobile Optimizations */
  .product-image-box {
    height: 200px;
    padding: 1.5rem 1rem 1rem;
  }

  .product-image-box img {
    max-height: 170px;
  }

  .product-body {
    padding: 1.15rem;
  }

  .product-title {
    font-size: 1.1rem;
  }

  .product-subtitle {
    font-size: 0.82rem;
    min-height: auto;
    margin-bottom: 1rem;
  }

  .product-chips {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding: 0.75rem;
    margin-bottom: 1.15rem;
  }

  .product-chip-val {
    font-size: 0.78rem;
    white-space: normal;
    word-break: break-word;
  }

  .product-chip-label {
    font-size: 0.65rem;
  }

  /* Compare checkbox in product card */
  .product-compare-row {
    padding: 0.5rem 1.15rem 0.85rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .features-grid-3 {
    grid-template-columns: 1fr;
  }

  .box-contents-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .filter-stages-grid {
    grid-template-columns: 1fr;
  }

  .certificates-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  /* Catalog Filter Tabs (Kaydırılabilir Yatay Menü) */
  .filter-tabs-wrapper {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    scrollbar-width: none;
  }

  .filter-tabs-wrapper::-webkit-scrollbar {
    display: none;
  }

  .filter-tab-btn {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0.45rem 1rem;
    font-size: 0.85rem;
  }

  /* Product Card Footer */
  .product-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .product-footer > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .btn-product-detail {
    justify-content: center;
    width: 100%;
    padding: 0.65rem 1rem;
  }

  /* Smart Quiz */
  .quiz-wrapper {
    padding: 1.5rem 1rem;
    border-radius: var(--radius-md);
  }

  .quiz-steps-indicator {
    margin-bottom: 1.75rem;
  }

  .step-indicator-item {
    padding: 0 0.5rem;
  }

  .step-circle {
    width: 32px;
    height: 32px;
    font-size: 0.85rem;
  }

  .step-title {
    font-size: 0.7rem;
  }

  .quiz-options-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .quiz-option-card {
    padding: 1rem;
  }

  .quiz-result-product {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.5rem;
  }

  .quiz-result-img {
    margin: 0 auto;
    max-height: 220px;
  }

  /* Calculator */
  .calculator-card {
    grid-template-columns: 1fr;
    padding: 1.5rem 1.15rem;
    gap: 2rem;
  }

  .calc-result-panel {
    padding: 1.5rem 1rem;
  }

  .calc-result-amount {
    font-size: clamp(2rem, 7.5vw, 2.75rem);
  }

  .calc-eco-badges {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  /* Footer */
  .footer-top-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom .container {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  /* Floating Actions */
  .floating-actions {
    bottom: 1.25rem;
    right: 1.25rem;
  }

  .float-btn {
    width: 48px;
    height: 48px;
  }

  .float-btn svg {
    width: 24px;
    height: 24px;
  }

  /* Tables */
  .tds-table-wrapper, .comparison-table-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tds-table {
    display: table;
    width: 100%;
    min-width: 500px;
  }

  .product-specs-table {
    width: 100%;
    min-width: 0;
  }

  .product-specs-table td {
    padding: 0.65rem 0.75rem;
    font-size: 0.84rem;
  }

  .product-specs-table td.spec-key {
    width: 40%;
  }

  .product-specs-table td.spec-val {
    width: 60%;
  }

  /* Product Action Buttons */
  .product-cta-group {
    flex-direction: column;
    width: 100%;
    gap: 0.75rem;
  }

  .product-cta-group .btn-hero-primary,
  .product-cta-group .btn-hero-secondary,
  .btn-quote-action,
  .btn-wa-action {
    width: 100% !important;
    flex: 1 1 100% !important;
    justify-content: center !important;
    padding: 0.85rem 1.25rem !important;
    font-size: 0.95rem !important;
  }

  /* Su Sertliği Sorgulama Motoru */
  .advisor-card {
    padding: 1.5rem 1rem;
  }

  .advisor-metrics-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .advisor-recommend-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.15rem;
  }

  .advisor-recommend-actions {
    width: 100%;
    flex-direction: column;
  }

  .advisor-recommend-actions .btn-hero-primary,
  .advisor-recommend-actions .btn-hero-secondary {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  /* Su Kalitesi Karşılaştırma Kartları */
  .water-compare-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .water-compare-card {
    padding: 1.5rem 1rem;
  }

  .water-card-tds {
    padding: 1rem;
  }

  .tds-val {
    font-size: 1.75rem;
  }

  .water-card-list li {
    font-size: 0.88rem;
    gap: 0.6rem;
  }

  .water-card-footer {
    padding: 1rem;
  }

  .water-compare-cta {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem 1rem;
    gap: 1.25rem;
  }

  .water-cta-text h4 {
    font-size: 1.2rem;
  }

  .water-cta-text p {
    font-size: 0.88rem;
  }

  .water-compare-cta .btn-hero-primary {
    width: 100%;
    justify-content: center;
  }

  /* Comparison Floating Bar — Mobile */
  #compare-floating-bar {
    left: 0.75rem !important;
    right: 0.75rem !important;
    transform: none !important;
    width: auto !important;
    bottom: 0.75rem !important;
    padding: 0.65rem 1rem !important;
    gap: 0.65rem !important;
    font-size: 0.82rem !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    border-radius: 12px !important;
  }

  /* Comparison Modal Table — Mobile */
  #comparison-modal .modal-dialog {
    max-width: 100% !important;
    padding: 1.25rem 0.75rem;
  }

  #comparison-table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -0.75rem;
    padding: 0 0.75rem;
  }

  #comparison-table-container table {
    min-width: 420px;
    font-size: 0.82rem;
  }

  #comparison-table-container th,
  #comparison-table-container td {
    padding: 0.75rem 0.5rem;
  }

  #comparison-table-container th img {
    height: 70px !important;
    max-width: 90px !important;
  }

  /* Çerez Onay Barı */
  .cookie-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .cookie-actions {
    width: 100%;
  }

  .btn-cookie-accept,
  .btn-cookie-decline {
    flex: 1 1 auto;
    text-align: center;
  }

  /* Modals */
  .modal-backdrop {
    padding: 0.75rem;
  }

  .modal-dialog {
    padding: 1.75rem 1.25rem;
    border-radius: var(--radius-md);
    max-height: 94vh;
  }

  .modal-close-btn {
    top: 0.75rem;
    right: 0.75rem;
    width: 32px;
    height: 32px;
  }

  /* ============================================================
     ÜRÜN DETAY SAYFASI — MOBİL OPTİMİZASYON
     ============================================================ */

  /* Gallery Stage */
  .product-stage-canvas {
    padding: 1.5rem 1rem 1.25rem;
  }

  .stage-image-wrap {
    min-height: 260px;
    padding: 1rem 0 1.5rem;
  }

  .stage-product-img {
    max-height: 260px;
  }

  .stage-top-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .stage-perks-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .stage-perk-item {
    padding: 0.65rem 0.75rem;
  }

  .stage-perk-item strong {
    font-size: 0.8rem;
  }

  .stage-perk-item span {
    font-size: 0.68rem;
  }

  /* Specs Clean Card */
  .product-specs-clean-card {
    padding: 1.25rem 1rem;
  }

  .specs-clean-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .specs-clean-header h3 {
    font-size: 1.05rem;
  }

  /* Hero Info */
  .product-main-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }

  .product-main-subtitle {
    font-size: 0.95rem;
  }

  .product-main-desc {
    font-size: 0.9rem;
  }

  /* Master Sipariş Paneli */
  .product-order-mastercard {
    padding: 1.5rem 1rem;
    position: static;
  }

  .mastercard-price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .price-display-val {
    font-size: 1.75rem;
  }

  .price-right-badges {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }

  .mastercard-perk-strip {
    font-size: 0.8rem;
    padding: 0.65rem 0.85rem;
    gap: 0.4rem;
  }

  .mastercard-features-section h4 {
    font-size: 0.95rem;
  }

  .product-feature-item {
    font-size: 0.86rem;
    gap: 0.6rem;
  }

  .mastercard-order-form {
    padding: 1.15rem;
  }

  .order-inputs-row {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .clean-order-input {
    padding: 0.75rem 0.9rem;
    font-size: 0.88rem;
  }

  .btn-clean-order-submit {
    font-size: 0.95rem;
    padding: 0.85rem 1.25rem;
  }

  .mastercard-trust-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .trust-grid-item {
    gap: 0.6rem;
  }

  .trust-grid-icon {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }

  .trust-grid-item strong {
    font-size: 0.8rem;
  }

  .trust-grid-item span {
    font-size: 0.7rem;
  }

  .btn-master-wa,
  .btn-master-phone {
    font-size: 0.9rem !important;
    padding: 0.85rem 1.25rem !important;
  }

  /* ============================================================
     GÜVEN BANDI (TRUST BANNER)
     ============================================================ */
  .trust-banner-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem;
    gap: 1.25rem;
  }

  .trust-icon-box {
    width: 48px;
    height: 48px;
  }

  .trust-text h4 {
    font-size: 1rem;
  }

  .trust-text p {
    font-size: 0.85rem;
  }

  .btn-trust-call {
    width: 100%;
    justify-content: center;
    font-size: 0.9rem;
  }

  /* ============================================================
     BREADCRUMB NAVİGASYONU
     ============================================================ */
  .breadcrumb-wrapper {
    padding: 0.75rem 0;
  }

  .breadcrumb-nav {
    font-size: 0.82rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .breadcrumb-nav::-webkit-scrollbar {
    display: none;
  }

  .breadcrumb-nav a,
  .breadcrumb-current {
    white-space: nowrap;
    flex-shrink: 0;
  }

  /* ============================================================
     FOOTER MOBİL İNCE AYARLAR
     ============================================================ */
  .footer-distributor-badge {
    font-size: 0.78rem;
    padding: 0.5rem 0.85rem;
  }

  .footer-social-links {
    justify-content: center;
  }

  .footer-social-btn {
    width: 38px;
    height: 38px;
  }

  .footer-column h4 {
    font-size: 1rem;
  }

  .footer-links a {
    font-size: 0.88rem;
    padding: 0.3rem 0;
  }

  .footer-contact-item {
    gap: 0.6rem;
  }

  .footer-contact-icon {
    width: 36px;
    height: 36px;
  }

  .footer-bottom-links {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  /* ============================================================
     FORM SAYFALARI (FORM-SPLIT, İLETİŞİM, BAYİLİK)
     ============================================================ */
  .form-split-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .contact-split-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .dealer-split-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .form-control {
    font-size: 0.9rem;
    padding: 0.75rem 1rem;
  }

  .btn-form-submit {
    font-size: 0.95rem;
    padding: 0.85rem 1.5rem;
  }

  /* ============================================================
     HAKKIMIZDA SAYFASI
     ============================================================ */
  .about-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }

  .about-stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }

  /* ============================================================
     ÖZELLİKLER IZGARA & KARTLARI
     ============================================================ */
  .feature-card {
    padding: 1.5rem 1.15rem;
  }

  .feature-icon-wrapper {
    width: 52px;
    height: 52px;
  }

  .feature-title {
    font-size: 1.05rem;
  }

  .feature-desc {
    font-size: 0.88rem;
  }

  /* ============================================================
     FİLTRASYON AŞAMA KARTLARI
     ============================================================ */
  .filter-stage-card {
    padding: 1.5rem 1.15rem;
  }

  .filter-stage-num {
    width: 44px;
    height: 44px;
    font-size: 1.1rem;
  }

  .filter-stage-title {
    font-size: 1.05rem;
  }

  .filter-stage-desc {
    font-size: 0.85rem;
  }

  .filter-stage-life {
    font-size: 0.78rem;
    padding: 0.4rem 0.75rem;
  }

  /* ============================================================
     SERTİFİKA KARTLARI
     ============================================================ */
  .certificate-card {
    padding: 1.5rem 1.15rem;
  }

  .certificate-icon-box {
    width: 52px;
    height: 52px;
  }

  .certificate-title {
    font-size: 1rem;
  }

  .certificate-desc {
    font-size: 0.84rem;
  }

  /* ============================================================
     YORUM KARTLARI (TESTİMONİALS)
     ============================================================ */
  .testimonial-card {
    padding: 1.25rem 1rem;
  }

  .testimonial-text {
    font-size: 0.9rem;
  }

  .testimonial-avatar {
    width: 38px;
    height: 38px;
  }

  /* ============================================================
     SSS / FAQ AKORDEON
     ============================================================ */
  .faq-accordion {
    max-width: 100%;
  }

  .faq-header {
    padding: 1rem;
    font-size: 0.95rem;
  }

  .faq-content p {
    font-size: 0.88rem;
    padding: 0 1rem 1rem;
  }

  /* ============================================================
     ECO BADGE KARTLARI (TASARRUF SONUÇ)
     ============================================================ */
  .eco-badge-card {
    padding: 0.85rem 0.75rem;
  }

  .eco-icon {
    font-size: 1.5rem;
  }

  .eco-info strong {
    font-size: 0.88rem;
  }

  .eco-info span {
    font-size: 0.76rem;
  }

  /* ============================================================
     TDS KARŞILAŞTIRMA TABLOSU
     ============================================================ */
  .tds-comparison-card {
    padding: 1.25rem 1rem;
    overflow-x: auto;
  }

  .tds-table {
    min-width: 480px;
    font-size: 0.82rem;
  }

  .tds-table th,
  .tds-table td {
    padding: 0.65rem 0.5rem;
    font-size: 0.82rem;
  }

  /* ============================================================
     FLOATING ACTIONS & TOOLTIP
     ============================================================ */
  .float-tooltip {
    display: none;
  }

  .back-to-top {
    width: 42px;
    height: 42px;
    bottom: 1rem;
    right: 1rem;
  }

  /* ============================================================
     TOAST BİLDİRİMLERİ
     ============================================================ */
  .toast-container {
    top: auto;
    bottom: 1rem;
    right: 1rem;
    left: 1rem;
  }

  .toast {
    min-width: auto;
    width: 100%;
    font-size: 0.88rem;
  }
}

/* Küçük Telefonlar (<= 480px) */
@media screen and (max-width: 480px) {
  .hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.35rem;
  }

  .hero-stat-number {
    font-size: 1.2rem;
  }

  .hero-stat-label {
    font-size: 0.68rem;
  }

  .step-title {
    display: none;
  }

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

  .product-badge-stats {
    gap: 0.35rem;
  }

  .product-specs-table td {
    padding: 0.5rem 0.55rem;
    font-size: 0.78rem;
  }

  /* Product Card — Small Phones */
  .product-image-box {
    height: 180px;
    padding: 1.25rem 0.75rem 0.75rem;
  }

  .product-image-box img {
    max-height: 150px;
  }

  .product-body {
    padding: 1rem 0.85rem;
  }

  .product-title {
    font-size: 1rem;
  }

  .product-chips {
    grid-template-columns: 1fr 1fr;
    gap: 0.4rem;
    padding: 0.6rem;
  }

  .product-chip-val {
    font-size: 0.75rem;
  }

  .product-chip-label {
    font-size: 0.62rem;
  }

  .product-footer {
    padding: 0.75rem 0.85rem;
  }

  /* Water Compare — Small Phones */
  .water-compare-card {
    padding: 1.25rem 0.85rem;
  }

  .tds-val {
    font-size: 1.5rem;
  }

  .water-card-list li {
    font-size: 0.82rem;
  }

  /* Comparison Floating Bar — Small Phones */
  #compare-floating-bar {
    font-size: 0.78rem !important;
    padding: 0.55rem 0.75rem !important;
    gap: 0.5rem !important;
  }

  /* Filter Tabs — Small Phones */
  .filter-tab-btn {
    padding: 0.4rem 0.85rem;
    font-size: 0.8rem;
  }
}

/* ==========================================================================
   MOBİL ÇEKMECE MENÜSÜ & KARARTMA PERDESİ (DRAWER & OVERLAY)
   ========================================================================== */
.mobile-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(9, 26, 43, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all var(--transition-normal);
}

.mobile-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 360px;
  height: 100vh;
  background: #ffffff;
  z-index: 1001;
  box-shadow: -10px 0 35px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  transition: right var(--transition-normal);
  overflow-y: auto;
  padding: 1.75rem;
}

.mobile-drawer.active {
  right: 0;
}

.mobile-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-border-light);
}

.mobile-drawer-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-bg-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  border: 1px solid var(--color-border-light);
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 2rem;
}

.mobile-nav-link {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-dark);
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all var(--transition-fast);
}

.mobile-nav-link:hover, .mobile-nav-link.active {
  background: rgba(0, 114, 206, 0.08);
  color: var(--color-primary);
}

.mobile-drawer-footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-border-light);
}
