/* ==========================================================================
   Çağrı Group — Responsive Adaptations
   ========================================================================== */

@media (max-width: 1200px) {
  .hero-content {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    gap: 2rem;
  }

  .hero-title {
    font-size: clamp(1.85rem, 2.8vw, 2.5rem);
    min-height: 6rem;
  }

  .hero-visual-col {
    max-width: 420px;
  }

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

  .footer-grid {
    grid-template-columns: 1.6fr 1fr 1.3fr;
    gap: 2.5rem;
  }
}

@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 2rem;
  }

  /* Hide Stats / Rakamlarla Biz section completely on mobile */
  .stats-section,
  #stats {
    display: none !important;
  }

  .nav-link-stats,
  .footer-link-stats,
  .footer-links a[href="#stats"] {
    display: none !important;
  }

  /* Clean up top navbar on mobile: hide desktop CTA button to prevent crowding */
  .nav-actions .btn-nav-cta {
    display: none !important;
  }

  /* Professional, Sleek Mobile Navigation Drawer */
  .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 280px !important;
    max-width: 78vw !important;
    height: 100vh;
    height: 100dvh;
    background: #0d1527;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-top: none;
    border-bottom: none;
    border-right: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1.1rem 1rem 1.25rem 1rem;
    gap: 0;
    box-shadow: -15px 0 45px rgba(0, 0, 0, 0.5);
    transform: translateX(100%);
    transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1200;
    overflow-y: auto;
    display: flex;
  }

  [data-theme="light"] .nav-menu {
    background: #ffffff;
    border-left: 1px solid #e2e8f0;
    box-shadow: -10px 0 35px rgba(15, 23, 42, 0.12);
  }

  .nav-menu.active {
    transform: translateX(0);
  }

  /* Drawer Header */
  .mobile-drawer-top {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
  }

  [data-theme="light"] .mobile-drawer-top {
    border-bottom-color: #f1f5f9;
  }

  .drawer-logo img {
    height: 28px;
    width: auto;
    object-fit: contain;
  }

  .drawer-close-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all var(--transition-fast);
  }

  [data-theme="light"] .drawer-close-btn {
    background: #f8fafc;
    border-color: #e2e8f0;
    color: #64748b;
  }

  .drawer-close-btn:hover {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    border-color: rgba(239, 68, 68, 0.3);
  }

  /* Drawer Navigation Links */
  .drawer-links-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    width: 100%;
    flex: 1 1 auto;
  }

  .nav-link {
    font-size: 0.88rem;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.62rem 0.65rem;
    border-radius: 6px;
    background: transparent;
    border: none;
    color: #94a3b8;
    transition: all 0.2s ease;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }

  [data-theme="light"] .nav-link {
    color: #475569;
    border-bottom-color: #f8fafc;
  }

  .nav-link:last-child {
    border-bottom: none;
  }

  .nav-link::after {
    display: none !important;
  }

  .nav-link-left {
    display: flex;
    align-items: center;
    gap: 0.65rem;
  }

  .nav-link-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: #64748b;
    font-size: 0.86rem;
    transition: color 0.2s ease;
    flex-shrink: 0;
  }

  .nav-link-text {
    color: #cbd5e1;
    font-weight: 500;
    font-size: 0.88rem;
    transition: color 0.2s ease;
  }

  [data-theme="light"] .nav-link-text {
    color: #334155;
  }

  .nav-link-arrow {
    display: block !important;
    font-size: 0.65rem;
    color: #64748b;
    opacity: 0.45;
    transition: transform 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  }

  /* Active & Hover States - Sleek & Corporate */
  .nav-link:hover,
  .nav-link.active {
    background: rgba(0, 102, 254, 0.07);
  }

  [data-theme="light"] .nav-link:hover,
  [data-theme="light"] .nav-link.active {
    background: rgba(0, 102, 254, 0.05);
  }

  .nav-link:hover .nav-link-text,
  .nav-link.active .nav-link-text {
    color: var(--accent-blue);
    font-weight: 600;
  }

  [data-theme="light"] .nav-link:hover .nav-link-text,
  [data-theme="light"] .nav-link.active .nav-link-text {
    color: #1d4ed8;
    font-weight: 600;
  }

  .nav-link:hover .nav-link-icon,
  .nav-link.active .nav-link-icon {
    background: transparent !important;
    box-shadow: none !important;
    color: var(--accent-blue) !important;
  }

  [data-theme="light"] .nav-link:hover .nav-link-icon,
  [data-theme="light"] .nav-link.active .nav-link-icon {
    color: #1d4ed8 !important;
  }

  .nav-link:hover .nav-link-arrow,
  .nav-link.active .nav-link-arrow {
    color: var(--accent-blue);
    opacity: 0.9;
    transform: translateX(2px);
  }

  [data-theme="light"] .nav-link:hover .nav-link-arrow,
  [data-theme="light"] .nav-link.active .nav-link-arrow {
    color: #1d4ed8;
  }

  /* Drawer Bottom Utility Area */
  .drawer-bottom {
    display: flex !important;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: auto;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
  }

  [data-theme="light"] .drawer-bottom {
    border-top-color: #f1f5f9;
  }

  .drawer-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
  }

  .drawer-tools .lang-switcher {
    display: flex;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2px;
    gap: 2px;
  }

  [data-theme="light"] .drawer-tools .lang-switcher {
    background: #f1f5f9;
    border-color: #e2e8f0;
  }

  .drawer-tools .lang-btn {
    border: none;
    background: transparent;
    padding: 3px 10px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 0.72rem;
    color: #94a3b8;
    cursor: pointer;
    transition: all var(--transition-fast);
  }

  [data-theme="light"] .drawer-tools .lang-btn {
    color: #64748b;
  }

  .drawer-tools .lang-btn.active {
    background: var(--accent-gradient);
    color: #ffffff;
  }

  .drawer-theme-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    cursor: pointer;
    transition: all var(--transition-fast);
  }

  [data-theme="light"] .drawer-theme-btn {
    background: #f8fafc;
    border-color: #e2e8f0;
    color: #0f172a;
  }

  .drawer-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    background: var(--accent-gradient);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.82rem;
    height: 38px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 102, 254, 0.2);
    text-decoration: none;
    transition: all var(--transition-fast);
  }

  .drawer-contact-line {
    text-align: center;
    padding-top: 0.05rem;
  }

  .drawer-contact-line a {
    color: #64748b;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.76rem;
    font-weight: 500;
    transition: color var(--transition-fast);
  }

  [data-theme="light"] .drawer-contact-line a {
    color: #64748b;
  }

  .drawer-contact-line a i {
    color: var(--accent-blue);
    font-size: 0.72rem;
  }

  .site-header {
    z-index: 1050;
  }

  body.menu-open .site-header {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
    z-index: 1300 !important;
  }

  body.menu-open .site-header .brand-logo,
  body.menu-open .site-header .nav-actions {
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.2s ease;
  }

  .mobile-menu-toggle {
    display: block;
    z-index: 1055;
  }

  .mobile-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(3, 7, 18, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1040;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .mobile-backdrop.active {
    opacity: 1;
    pointer-events: auto;
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-text-col {
    max-width: 100%;
    margin: 0 auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-stats-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .hero-visual-col {
    max-width: 550px;
    margin: 0 auto;
    width: 100%;
  }

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

  .about-visual-wrapper {
    max-width: 600px;
    margin: 0 auto;
  }

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

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

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

@media (max-width: 768px) {
  .site-header,
  .site-header.scrolled {
    padding: 0 !important;
  }

  .site-header .nav-container,
  .site-header.scrolled .nav-container {
    height: 72px !important;
  }

  .brand-logo img,
  .site-header.scrolled .brand-logo img {
    height: 50px !important;
  }

  /* Mobile Hero Slider: Compact, Non-Exhausting, Single-Screen Experience */
  .hero-slider-section {
    padding-top: 80px;
    padding-bottom: 0.25rem;
    min-height: auto;
    overflow: hidden;
  }

  .slider-wrapper {
    min-height: auto;
    display: flex;
    align-items: center;
    position: relative;
    touch-action: pan-y;
  }

  .hero-slide {
    transform: none !important;
    animation: none !important;
    transition: opacity 0.35s ease;
  }

  .hero-slide.active {
    animation: heroFadeIn 0.35s ease forwards !important;
  }

  @keyframes heroFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 0.25rem 0 0.5rem 0;
    gap: 0.55rem;
  }

  .hero-tag {
    font-size: 0.65rem;
    padding: 0.2rem 0.65rem;
    margin-bottom: 0.35rem;
    letter-spacing: 0.8px;
  }

  .hero-title {
    font-size: clamp(1.18rem, 4.6vw, 1.45rem);
    line-height: 1.22;
    min-height: auto;
    margin-bottom: 0.3rem;
  }

  .hero-title span {
    white-space: normal !important;
    display: inline;
  }

  /* Hide redundant slogan on mobile */
  .hero-slogan {
    display: none !important;
  }

  .hero-description {
    font-size: 0.8rem;
    line-height: 1.4;
    margin-bottom: 0.55rem;
    min-height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hero-actions {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.65rem;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.5rem;
    box-sizing: border-box;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    flex: 0 1 auto;
    padding: 0.44rem 0.7rem;
    font-size: clamp(0.68rem, 2.4vw, 0.74rem);
    line-height: 1.2;
    white-space: nowrap;
    min-width: 0;
    max-width: none;
    justify-content: center;
    gap: 0.3rem;
    box-sizing: border-box;
  }

  .hero-actions .btn-primary i,
  .hero-actions .btn-secondary i {
    font-size: 0.7rem;
    flex-shrink: 0;
  }

  /* Hide 4-box stats row completely on mobile to prevent exhausting layout */
  .hero-stats-row {
    display: none !important;
  }

  /* Compact Sleek Image Showcase on Mobile */
  .hero-visual-col {
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
  }

  .hero-card-showcase {
    min-height: auto;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .hero-card-header,
  .hero-card-info {
    display: none !important;
  }

  .hero-card-image {
    margin-bottom: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-sm);
  }

  .hero-card-image img {
    height: 120px;
    width: 100%;
    object-fit: cover;
  }

  /* Sleek Mobile Slider Controls */
  .slider-controls-container {
    padding: 0.25rem 0.5rem;
    gap: 0.5rem;
  }

  .slider-arrow {
    width: 34px;
    height: 34px;
    font-size: 0.8rem;
  }

  .slider-dots {
    gap: 0.45rem;
  }

  .slider-dot {
    padding: 0.35rem 0.65rem;
    border-radius: var(--radius-pill);
    min-width: auto;
  }

  .slider-dot .dot-title {
    font-size: 0.7rem;
    font-weight: 700;
  }

  .hero-quick-bar {
    margin-top: 0.35rem;
  }

  .quick-bar-container {
    padding: 0.4rem 0.75rem;
    gap: 0.45rem;
  }

  .quick-bar-item {
    font-size: 0.74rem;
    padding: 0.35rem 0.75rem;
  }

  /* Section Titles on Mobile */
  .section-title {
    font-size: 1.65rem;
  }

  .section-header {
    margin-bottom: 2rem;
  }

  /* Compact Group Companies Section on Mobile */
  .companies-section {
    padding: 45px 0;
  }

  .filter-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    gap: 0.45rem;
    margin-bottom: 1.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

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

  .filter-btn {
    white-space: nowrap;
    padding: 0.45rem 0.9rem;
    font-size: 0.78rem;
    flex-shrink: 0;
  }

  .companies-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .company-card {
    border-radius: var(--radius-md);
  }

  .company-card-header {
    padding: 0.85rem 0.85rem 0.3rem 0.85rem;
    gap: 0.4rem;
  }

  .company-card-icon-wrap {
    width: 38px;
    height: 38px;
    font-size: 1rem;
    border-radius: 10px;
  }

  .company-card-meta {
    align-items: flex-end;
    gap: 0.2rem;
  }

  .company-card-tag {
    font-size: 0.6rem;
    padding: 0.2rem 0.45rem;
  }

  .company-est-badge {
    font-size: 0.65rem;
  }

  .company-card-body {
    padding: 0.3rem 0.85rem 0.85rem 0.85rem;
  }

  .company-card-title {
    font-size: 0.92rem;
    margin-bottom: 0.25rem;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.3rem;
  }

  .company-card-desc {
    font-size: 0.75rem;
    line-height: 1.4;
    margin-bottom: 0.65rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.1rem;
  }

  /* Hide bulky bullets on mobile — saves 70% space! Available in modal */
  .company-card-features {
    display: none !important;
  }

  .company-card-actions {
    flex-direction: column;
    gap: 0.35rem;
    margin-top: auto;
  }

  .btn-card-detail,
  .btn-card-web {
    padding: 0.4rem 0.55rem;
    font-size: 0.74rem;
    justify-content: center;
    width: 100%;
  }

  .about-main-image {
    min-height: auto;
    height: 320px;
  }

  /* Compact, Mobile-Friendly Sectors / Faaliyet Alanlarımız */
  .sectors-section {
    padding: 42px 0 36px 0 !important;
  }

  .sectors-section .section-header {
    margin-bottom: 1.35rem !important;
  }

  .sectors-section .section-title {
    font-size: 1.35rem !important;
    margin-bottom: 0.35rem !important;
  }

  .sectors-section .section-subtitle {
    font-size: 0.8rem !important;
    line-height: 1.4 !important;
    max-width: 90% !important;
    margin: 0 auto !important;
  }

  .sectors-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.65rem !important;
  }

  .sector-card {
    padding: 0.85rem 0.75rem !important;
    border-radius: var(--radius-md) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    min-height: auto !important;
  }

  .sector-icon {
    width: 36px !important;
    height: 36px !important;
    border-radius: 9px !important;
    font-size: 0.95rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sector-card h3 {
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.25rem !important;
    line-height: 1.25 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 2.15rem !important;
  }

  .sector-card p {
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
    color: var(--text-secondary) !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin-bottom: 0 !important;
  }

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

  .floating-card {
    display: none !important;
  }

  .modal-highlights-list {
    grid-template-columns: 1fr;
  }

  /* Compact, Mobile-Friendly Contact Section */
  .contact-section {
    padding: 42px 0 36px 0 !important;
  }

  .contact-section .section-header {
    margin-bottom: 1.35rem !important;
  }

  .contact-section .section-title {
    font-size: 1.35rem !important;
    margin-bottom: 0.35rem !important;
  }

  .contact-section .section-subtitle {
    font-size: 0.8rem !important;
    line-height: 1.4 !important;
    max-width: 90% !important;
    margin: 0 auto !important;
  }

  .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }

  .contact-info-col {
    padding: 1.25rem 1rem !important;
    border-radius: var(--radius-md) !important;
  }

  .contact-info-col h3 {
    font-size: 1.05rem !important;
    margin-bottom: 0.85rem !important;
  }

  .contact-list {
    gap: 0.65rem !important;
    margin-bottom: 1.15rem !important;
  }

  .contact-item {
    padding: 0.5rem 0.65rem !important;
    gap: 0.75rem !important;
    border-radius: 10px !important;
  }

  .contact-item-icon {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.95rem !important;
    border-radius: 9px !important;
  }

  .contact-item-info h5 {
    font-size: 0.75rem !important;
    margin-bottom: 0.15rem !important;
  }

  .contact-item-info p,
  .contact-item-info a {
    font-size: 0.82rem !important;
    line-height: 1.35 !important;
  }

  .contact-social-box {
    padding-top: 0.85rem !important;
  }

  .contact-social-box h5 {
    font-size: 0.75rem !important;
    margin-bottom: 0.65rem !important;
  }

  .contact-social-box .social-btn {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.95rem !important;
    border-radius: 9px !important;
  }

  .contact-map-card {
    border-radius: var(--radius-md) !important;
  }

  .map-card-header {
    padding: 0.75rem 0.9rem !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
  }

  .map-header-icon {
    width: 34px !important;
    height: 34px !important;
    font-size: 0.95rem !important;
    border-radius: 8px !important;
  }

  .map-header-left h4 {
    font-size: 0.9rem !important;
  }

  .map-header-left span {
    font-size: 0.72rem !important;
  }

  .btn-open-maps {
    padding: 0.4rem 0.8rem !important;
    font-size: 0.76rem !important;
  }

  .map-card-body {
    min-height: 220px !important;
  }

  .map-card-body iframe {
    min-height: 220px !important;
    height: 220px !important;
  }

  .map-card-footer {
    padding: 0.6rem 0.9rem !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.35rem !important;
    font-size: 0.72rem !important;
  }

  /* Ultra-Clean, Compact Mobile Footer */
  .site-footer {
    padding: 38px 0 18px 0 !important;
  }

  .footer-grid {
    display: block !important;
    margin-bottom: 1.35rem !important;
  }

  .footer-grid .footer-col {
    display: none !important;
  }

  .footer-grid .footer-brand-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 480px !important;
  }

  .footer-logo-wrapper {
    align-items: center !important;
    margin-bottom: 0.75rem !important;
  }

  .footer-logo {
    height: 44px !important;
    margin: 0 auto !important;
  }

  .footer-trust-badge {
    margin: 0 auto !important;
    font-size: 0.72rem !important;
    padding: 0.3rem 0.75rem !important;
  }

  .footer-brand-desc {
    font-size: 0.82rem !important;
    line-height: 1.5 !important;
    margin-bottom: 1rem !important;
    text-align: center !important;
    max-width: 100% !important;
  }

  .footer-social-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .footer-social-title {
    margin-bottom: 0.45rem !important;
    font-size: 0.72rem !important;
  }

  .social-icons-row {
    justify-content: center !important;
    gap: 0.6rem !important;
  }



  .footer-bottom {
    padding-top: 1.2rem;
    padding-bottom: 4.5rem; /* Generous clearance for floating back-to-top button */
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }

  .footer-bottom p {
    font-size: 0.76rem;
  }

  .footer-legal-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.85rem;
    padding: 0 1.5rem;
    margin-bottom: 0.5rem;
  }

  .back-to-top {
    bottom: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    font-size: 0.95rem;
  }

  .footer-legal-links a {
    font-size: 0.76rem;
    color: var(--text-secondary);
    transition: color var(--transition-fast);
  }

  .footer-legal-links a:hover {
    color: var(--accent-cyan);
  }

  /* Legal Modal Mobile */
  .legal-modal-container {
    max-height: 88vh;
    margin: 1rem;
    width: calc(100% - 2rem) !important;
  }

  .legal-modal-body {
    padding: 1.5rem 1.15rem;
  }

  .legal-modal-header {
    gap: 0.85rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .legal-icon-badge {
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
    border-radius: 12px;
  }

  .legal-modal-header .modal-title {
    font-size: 1.15rem;
  }

  .legal-modal-content-wrapper {
    max-height: 56vh;
    font-size: 0.88rem;
    line-height: 1.65;
  }

  .legal-modal-footer {
    padding-top: 1rem;
    margin-top: 1rem;
  }

  .legal-download-card {
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-download-pdf {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero-slider-section {
    padding-top: 75px;
  }

  .hero-content {
    padding: 0.5rem 0 0.85rem 0;
  }

  .hero-stats-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
  }

  .slider-dot .dot-title {
    display: none;
  }

  .slider-dot .dot-progress {
    height: 4px;
  }

  .slider-dot {
    width: 24px;
    height: 6px;
    padding: 0;
  }

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

  .btn-primary, .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .btn-nav-cta {
    display: none;
  }

  .contact-info-col {
    padding: 1.8rem 1.4rem;
  }

  .map-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1.1rem 1.2rem;
  }

  .btn-open-maps {
    width: 100%;
    justify-content: center;
  }

  .map-card-body,
  .map-card-body iframe {
    min-height: 280px;
  }

  .map-card-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.85rem 1.2rem;
  }
}

/* ==========================================================================
   Cookie Banner Responsive Adaptation
   ========================================================================== */
@media (max-width: 768px) {
  .cookie-banner {
    bottom: 12px;
    width: calc(100% - 24px);
    padding: 1.15rem 1.15rem;
    border-radius: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  .cookie-banner-main {
    gap: 0.85rem;
    align-items: flex-start;
  }

  .cookie-icon-badge {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 1.2rem;
    margin-top: 2px;
  }

  .cookie-title {
    font-size: 0.98rem;
  }

  .cookie-text {
    font-size: 0.81rem;
    line-height: 1.48;
  }

  .cookie-actions {
    width: 100%;
    display: flex;
    gap: 0.65rem;
  }

  .cookie-actions .btn-cookie {
    flex: 1;
    padding: 0.65rem 0.75rem;
    font-size: 0.82rem;
    text-align: center;
    justify-content: center;
  }
}

