/* ==========================================================================
   APEX TV CARE & REPAIR - RESPONSIVE & MOBILE PWA APP STYLES
   ========================================================================== */

/* Tablet Breakpoints (max-width: 992px) */
@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2.5rem;
  }

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

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

  .hero-trust-row {
    justify-content: center;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .stat-item:nth-child(2) {
    border-right: none;
  }

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

  .process-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .cta-banner {
    text-align: center;
    justify-content: center;
  }
  .cta-banner-actions {
    justify-content: center;
  }

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

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

/* Mobile Breakpoints (max-width: 768px) */
@media (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }

  /* High-Performance Mobile Ambient Background Animation Layer */
  .mobile-bg-animation {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    pointer-events: none !important;
    z-index: 0 !important;
    overflow: hidden !important;
  }

  .mobile-orb {
    position: absolute !important;
    border-radius: 50% !important;
    filter: blur(48px) !important;
    opacity: 0.65 !important;
    will-change: transform !important;
    pointer-events: none !important;
  }

  /* Orb 1: Neon Sky-Blue & Oxford Navy Glow */
  .mobile-orb-1 {
    top: -50px !important;
    right: -60px !important;
    width: 280px !important;
    height: 280px !important;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.22) 0%, rgba(13, 27, 42, 0.12) 50%, transparent 75%) !important;
    animation: mobileOrbFloat1 13s ease-in-out infinite alternate !important;
  }

  /* Orb 2: Warm Amber & Gold Electronics Glow */
  .mobile-orb-2 {
    top: 42% !important;
    left: -70px !important;
    width: 250px !important;
    height: 250px !important;
    background: radial-gradient(circle, rgba(255, 107, 0, 0.14) 0%, rgba(251, 191, 36, 0.08) 50%, transparent 75%) !important;
    animation: mobileOrbFloat2 15s ease-in-out infinite alternate !important;
  }

  /* Orb 3: Deep Tech Navy Ambient Drift */
  .mobile-orb-3 {
    bottom: 8% !important;
    right: -50px !important;
    width: 260px !important;
    height: 260px !important;
    background: radial-gradient(circle, rgba(13, 27, 42, 0.1) 0%, rgba(14, 165, 233, 0.12) 50%, transparent 75%) !important;
    animation: mobileOrbFloat3 17s ease-in-out infinite alternate !important;
  }

  /* Subtle High-Tech Circuit Matrix Pulse */
  .mobile-circuit-grid {
    position: absolute !important;
    inset: 0 !important;
    background-image: radial-gradient(rgba(13, 27, 42, 0.04) 1px, transparent 1px) !important;
    background-size: 24px 24px !important;
    animation: circuitPulse 7s ease-in-out infinite alternate !important;
    pointer-events: none !important;
  }

  /* Floating WhatsApp button on Mobile */
  .whatsapp-floating-btn {
    width: 52px !important;
    height: 52px !important;
    bottom: 22px !important;
    right: 18px !important;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45) !important;
  }
  .whatsapp-floating-btn svg {
    width: 28px !important;
    height: 28px !important;
  }
  .whatsapp-tooltip {
    display: none !important;
  }

  .top-banner {
    display: none; /* Cleaner mobile view */
  }

  .site-header {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: #FFFFFF !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
  }
  body.drawer-open .site-header {
    z-index: 1000 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .navbar {
    padding: 0.65rem 0;
  }

  .brand-logo {
    gap: 0.55rem !important;
    max-width: calc(100% - 90px) !important;
  }
  .brand-emblem-badge {
    width: 56px !important;
    height: 56px !important;
    box-shadow: 0 3px 10px rgba(13, 27, 42, 0.16) !important;
  }
  .brand-name {
    font-size: 1.15rem !important;
    line-height: 1.1 !important;
  }
  .brand-sub {
    font-size: 0.7rem !important;
    letter-spacing: 0.03em !important;
  }
  .brand-tag {
    font-size: 0.6rem !important;
  }

  .header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
  }
  .header-actions .btn-sm {
    display: none !important; /* Keep header uncluttered on mobile */
  }
  .sound-text-desktop {
    display: none !important;
  }
  .btn-back-header {
    padding: 0.35rem 0.6rem !important;
    font-size: 0.78rem !important;
    border-radius: 8px !important;
  }
  .sound-toggle-btn {
    padding: 0.4rem 0.55rem !important;
    border-radius: 9px !important;
    font-size: 0.95rem !important;
  }

  .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #F8FAFC;
    border: 1.5px solid #E2E8F0;
    border-radius: 10px;
    font-size: 1.5rem;
    color: #0F172A;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.05);
    flex-shrink: 0;
    position: relative;
    z-index: 10006 !important;
  }
  .nav-toggle:active {
    background: #EDF2F7;
    transform: scale(0.94);
  }

  /* Mobile Right-Side Slide-in Drawer */
  body.drawer-open {
    overflow: hidden !important;
    touch-action: none;
  }

  .nav-drawer-backdrop {
    display: block;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    background: transparent !important; /* Clean transparent overlay: no dark tint or blur */
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    z-index: 10001 !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
  }
  .nav-drawer-backdrop.show {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }

  .nav-links {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(300px, 85vw) !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    background: #FFFFFF !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 1.25rem 1.25rem 2rem 1.25rem !important;
    gap: 0.35rem !important;
    border-left: 1px solid #E2E8F0 !important;
    border-bottom: none !important;
    transform: translateX(100%) !important; /* Hidden off-canvas to the right */
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: -8px 0 32px rgba(15, 23, 42, 0.18) !important;
    z-index: 10005 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .nav-links.show {
    transform: translateX(0) !important; /* Slide in smoothly from right */
  }

  .mobile-only {
    display: block !important;
  }

  .nav-drawer-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #F1F5F9;
    width: 100%;
  }

  .nav-drawer-brand {
    display: flex;
    flex-direction: column;
  }

  .drawer-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0F172A;
    line-height: 1.2;
  }

  .drawer-sub {
    font-size: 0.72rem;
    font-weight: 700;
    color: #0d1b2a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .nav-drawer-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #E2E8F0;
    background: #F8FAFC;
    font-size: 1.4rem;
    color: #64748B;
    cursor: pointer;
    line-height: 1;
    transition: all 0.2s ease;
  }
  .nav-drawer-close:hover,
  .nav-drawer-close:active {
    background: #F1F5F9;
    color: #0F172A;
    transform: rotate(90deg);
  }

  .nav-link {
    color: #0F172A;
    font-size: 1.05rem;
    font-weight: 600;
    width: 100%;
    text-align: left;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    border-bottom: none;
    transition: all 0.15s ease;
    display: flex;
    align-items: center;
  }
  .nav-link::after {
    display: none !important;
  }
  .nav-link:hover, .nav-link.active {
    color: #0d1b2a !important;
    background: #EAEFF5 !important;
    font-weight: 700 !important;
  }
  .drawer-emoji {
    font-size: 1.1rem;
    margin-right: 0.6rem;
    display: inline-block;
  }

  .nav-drawer-footer {
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 1px solid #F1F5F9;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .drawer-contact-cards {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }

  .drawer-action-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.85rem;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #0F172A;
    text-decoration: none;
    transition: all 0.2s ease;
  }
  .drawer-action-chip:hover {
    background: #F1F5F9;
  }
  .drawer-action-chip.chip-whatsapp {
    background: #F0FDF4;
    border-color: #BBF7D0;
    color: #15803D;
  }

  .drawer-timing {
    font-size: 0.72rem;
    color: #94A3B8;
    text-align: center;
    font-weight: 500;
  }

  .hero-title {
    font-size: 1.85rem !important;
    line-height: 1.25 !important;
    letter-spacing: -0.01em !important;
    margin-bottom: 0.85rem !important;
  }

  .hero-subtitle {
    font-size: 0.95rem !important;
    line-height: 1.55 !important;
    margin-bottom: 1.25rem !important;
    max-width: 100% !important;
  }

  .hero-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-badge {
    font-size: 0.78rem !important;
    padding: 0.35rem 0.8rem !important;
    margin-bottom: 1rem !important;
  }

  .header-actions .btn {
    display: none; /* Clean mobile header with brand logo and hamburger menu */
  }

  .section {
    padding: 3.5rem 0;
  }

  /* Stats Ribbon: 2 Lines with 2 Boxes each (Executive 2x2 Grid) */
  .stats-ribbon-wrapper {
    margin: 2.25rem auto 1.5rem auto !important;
    padding: 0 0.85rem !important;
  }
  .stats-ribbon-premium,
  .stats-ribbon {
    padding: 1.25rem 0.85rem !important;
    border-radius: 18px !important;
  }
  .stats-grid-2x2,
  .stats-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.85rem !important;
  }
  .stat-card-executive,
  .stat-item {
    border-radius: 16px !important;
    padding: 1.2rem 0.7rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .stat-icon-badge {
    width: 44px !important;
    height: 44px !important;
    margin-bottom: 0.65rem !important;
    border-radius: 11px !important;
  }
  .stat-icon-badge svg {
    width: 22px !important;
    height: 22px !important;
  }
  .stat-card-executive .stat-number,
  .stat-item .stat-number {
    font-size: 1.55rem !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 0.2rem !important;
  }
  .stat-card-executive .stat-label,
  .stat-item .stat-label {
    font-size: 0.72rem !important;
    line-height: 1.25 !important;
    letter-spacing: 0.02em !important;
    margin-bottom: 0.35rem !important;
  }
  .stat-micro-badge {
    font-size: 0.68rem !important;
    padding: 0.15rem 0.45rem !important;
  }

  /* Testimonials Swipeable Carousel on Mobile */
  .swipe-hint-pill {
    display: inline-flex !important;
  }
  .testimonials-slider-container {
    padding: 0 0.25rem !important;
  }
  .carousel-arrow {
    display: none !important;
  }
  .testimonials-slider {
    gap: 1rem !important;
    padding: 0.5rem 0.25rem 1.25rem 0.25rem !important;
    scroll-padding: 0 0.5rem !important;
  }
  .testimonials-slider .testimonial-card {
    flex: 0 0 86% !important;
    min-width: 86% !important;
    max-width: 86% !important;
    scroll-snap-align: center !important;
    padding: 1.4rem 1.15rem !important;
    border-radius: 14px !important;
  }
  .testimonial-text {
    font-size: 0.9rem !important;
    line-height: 1.55 !important;
    margin-bottom: 1.2rem !important;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .booking-form-wrapper {
    padding: 1.75rem;
  }

  /* How It Works Side-Swipe Horizontal Slider on Mobile */
  .process-grid {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth !important;
    gap: 1rem !important;
    padding: 0.5rem 0.5rem 1.25rem 0.5rem !important;
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
    scrollbar-width: none !important;
  }
  .process-grid::-webkit-scrollbar {
    display: none !important;
  }
  .process-step {
    flex: 0 0 84% !important;
    min-width: 84% !important;
    max-width: 84% !important;
    scroll-snap-align: center !important;
    padding: 2rem 1.5rem !important;
    background: #FFFFFF !important;
    border: 1.5px solid #E2E8F0 !important;
    border-radius: 20px !important;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05) !important;
    text-align: center !important;
  }
  .step-badge {
    width: 52px !important;
    height: 52px !important;
    font-size: 1.35rem !important;
    margin: 0 auto 1.25rem auto !important;
    background: linear-gradient(135deg, #0d1b2a 0%, #1b263b 100%) !important;
    box-shadow: 0 4px 14px rgba(13, 27, 42, 0.35) !important;
  }
  .process-step h3 {
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    color: #0F172A !important;
    margin-bottom: 0.65rem !important;
  }
  .process-step p {
    font-size: 0.94rem !important;
    line-height: 1.6 !important;
    color: #64748B !important;
  }
  .process-dots {
    display: flex !important;
  }

  /* Footer 2-Column Mobile Layout ("ek line me do") */
  .footer-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem 1.25rem !important;
  }
  .footer-brand,
  .footer-contact-col {
    grid-column: 1 / -1 !important;
  }
  .footer-col-links {
    grid-column: span 1 !important;
    justify-self: center !important;
    width: fit-content !important;
    max-width: 100% !important;
  }
  .footer-col-links .footer-heading {
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    margin-bottom: 0.85rem !important;
    color: #0F172A !important;
  }
  .footer-col-links .footer-links li {
    margin-bottom: 0.55rem !important;
  }
  .footer-col-links .footer-links a {
    font-size: 0.84rem !important;
    line-height: 1.35 !important;
    display: inline-block !important;
    word-break: break-word !important;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .gallery-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  .gallery-card {
    max-width: 100% !important;
    overflow: hidden !important;
  }
  .gallery-comparison-box {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 8px !important;
    background: #0B192C !important;
    border-radius: 14px !important;
  }
  .gallery-pane {
    height: auto !important;
    aspect-ratio: 500 / 320 !important;
    width: 100% !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: #080D1A !important;
  }
  .gallery-pane img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    padding: 0 !important;
  }
  .gallery-label-tag {
    display: none !important;
  }
  .lightbox-content {
    max-height: 92vh !important;
    overflow-y: auto !important;
    width: 95% !important;
    margin: auto !important;
  }
  .lightbox-grid {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 6px !important;
  }
  .lightbox-pane {
    aspect-ratio: 500 / 320 !important;
    height: auto !important;
    width: 100% !important;
  }
  .lightbox-pane img,
  .lightbox-img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .services-grid,
  .services-reparo-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
  }
  .service-card-reparo,
  .service-card {
    padding: 1.1rem 0.95rem 0.95rem 0.95rem !important;
    border-radius: 16px !important;
    border: 1px solid #E2E8F0 !important;
    border-top: 3px solid #0d1b2a !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: auto !important;
  }
  .service-card-reparo-top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 0.65rem !important;
  }
  .service-card-reparo-icon,
  .service-icon-box {
    width: 42px !important;
    height: 42px !important;
    border-radius: 11px !important;
    background: linear-gradient(135deg, #0d1b2a 0%, #1b263b 100%) !important;
    box-shadow: 0 3px 10px rgba(13, 27, 42, 0.28) !important;
  }
  .service-card-reparo-icon svg,
  .service-icon-box svg {
    width: 20px !important;
    height: 20px !important;
    stroke: #FFFFFF !important;
  }
  .service-micro-tag {
    font-size: 0.68rem !important;
    padding: 2px 7px !important;
    border-radius: 20px !important;
  }
  .service-card-reparo-title,
  .service-title {
    font-size: 0.98rem !important;
    line-height: 1.28 !important;
    font-weight: 800 !important;
    margin-bottom: 0.35rem !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 2.55em !important;
  }
  .service-card-perks {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    margin: 0.15rem 0 0.65rem 0 !important;
    list-style: none !important;
    padding: 0 !important;
    flex-grow: 1 !important;
  }
  .service-card-perks li {
    font-size: 0.72rem !important;
    color: #475569 !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
  }
  .perk-check {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 14px !important;
    height: 14px !important;
    background: #DCFCE7 !important;
    color: #16A34A !important;
    border-radius: 50% !important;
    font-size: 0.58rem !important;
    font-weight: 800 !important;
    flex-shrink: 0 !important;
  }
  /* Hide the 3-line paragraph on 2-column mobile - this eliminates the clutter completely! */
  .service-card-reparo-desc,
  .service-description {
    display: none !important;
  }
  .service-card-reparo-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 0.65rem !important;
    margin-top: auto !important;
    border-top: 1px solid #F1F5F9 !important;
  }
  .service-price-label {
    font-size: 0.64rem !important;
    font-weight: 700 !important;
  }
  .service-price-val {
    font-size: 1.08rem !important;
    font-weight: 800 !important;
    color: #0F172A !important;
  }
  .service-card-arrow-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 6px 13px !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    border-radius: 25px !important;
    background: linear-gradient(135deg, #0d1b2a 0%, #1b263b 100%) !important;
    color: #FFFFFF !important;
    box-shadow: 0 3px 8px rgba(13, 27, 42, 0.28) !important;
  }
  .service-card-arrow-btn svg {
    width: 11px !important;
    height: 11px !important;
    stroke: #FFFFFF !important;
  }

  /* Services.php Card Mobile 2-Column Clean Optimization */
  .service-card {
    padding: 0.95rem 0.8rem 0.85rem 0.8rem !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }
  .service-card .service-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 0.5rem !important;
  }
  .service-card .service-price-pill {
    font-size: 0.66rem !important;
    font-weight: 800 !important;
    padding: 2px 6px !important;
    white-space: nowrap !important;
  }
  .service-card .section-tag {
    font-size: 0.62rem !important;
    padding: 2px 6px !important;
    margin-bottom: 0.35rem !important;
  }
  .service-card .service-title {
    font-size: 0.86rem !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    margin-bottom: 0.4rem !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 2.5em !important;
  }
  .service-meta-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
    padding-top: 0.5rem !important;
    margin-top: auto !important;
    margin-bottom: 0.65rem !important;
    border-top: 1px solid #F1F5F9 !important;
    width: 100% !important;
  }
  .service-meta-row span {
    font-size: 0.66rem !important;
    font-weight: 600 !important;
    color: #475569 !important;
    line-height: 1.25 !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
  }
  .btn-service-book,
  .service-card .btn {
    padding: 0.45rem 0.5rem !important;
    font-size: 0.74rem !important;
    font-weight: 800 !important;
    border-radius: 8px !important;
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    box-shadow: 0 2px 6px rgba(13, 27, 42, 0.2) !important;
  }

  /* Reparo Layout Mobile Adaptations with Ambient Animated Background */
  .hero-reparo {
    position: relative !important;
    background: linear-gradient(135deg, #FFFFFF 0%, #F0F7FF 35%, #E6F2FD 70%, #F8FAFC 100%) !important;
    background-size: 200% 200% !important;
    animation: heroMeshFlow 11s ease infinite alternate !important;
    padding: 1rem 0 2.5rem 0 !important;
    overflow: hidden !important;
  }
  .hero-reparo::before {
    content: '' !important;
    position: absolute !important;
    top: -40px !important;
    right: -40px !important;
    width: 240px !important;
    height: 240px !important;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.18) 0%, rgba(13, 27, 42, 0.08) 50%, transparent 70%) !important;
    border-radius: 50% !important;
    filter: blur(35px) !important;
    animation: heroOrbPulse 8s ease-in-out infinite alternate !important;
    pointer-events: none !important;
    z-index: 1 !important;
  }
  .page-hero {
    position: relative !important;
    background: linear-gradient(135deg, #F8FAFC 0%, #EFF6FF 45%, #E0EFFE 75%, #F8FAFC 100%) !important;
    background-size: 200% 200% !important;
    animation: heroMeshFlow 11s ease infinite alternate !important;
    padding: 1.25rem 0 1.5rem 0 !important;
    overflow: hidden !important;
  }
  .hero-reparo-grid {
    display: block !important;
  }
  .hero-reparo-media {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 480px !important;
    margin: 1.5rem auto 1.75rem auto !important;
  }
  .hero-reparo-content {
    max-width: 100% !important;
    text-align: left;
  }
  .hero-reparo-badge {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    max-width: 92% !important;
    margin: 0 auto 0.85rem auto !important;
    text-align: center !important;
    font-size: 0.75rem !important;
    padding: 5px 14px !important;
  }
  .hero-reparo-title {
    font-size: 1.95rem !important;
    line-height: 1.22 !important;
    letter-spacing: -0.01em !important;
    margin-bottom: 0.85rem !important;
  }
  .hero-reparo-subtitle {
    font-size: 0.92rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.5rem !important;
    color: #475569 !important;
  }
  .hero-reparo-actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
  }
  .hero-reparo-actions .btn-teal,
  .hero-reparo-actions .btn-white-outline {
    width: 100%;
    justify-content: center;
    padding: 0.85rem 1rem !important;
    font-size: 0.95rem !important;
  }

  .hero-express-bar {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0.65rem !important;
    margin-top: 1rem !important;
    margin-bottom: 0.5rem !important;
    width: 100% !important;
  }
  .express-btn {
    padding: 0.8rem 0.65rem !important;
    gap: 0.5rem !important;
    border-radius: 12px !important;
    align-items: center !important;
  }
  .express-icon {
    font-size: 1.35rem !important;
  }
  .express-label {
    font-size: 0.62rem !important;
  }
  .express-val {
    font-size: 0.82rem !important;
  }

  /* Booking Ribbon Mobile (Clean Styled Card) */
  .booking-ribbon-wrapper {
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
  }
  .booking-ribbon {
    background: #FFFFFF !important;
    border: 2px solid #E2E8F0 !important;
    border-top: 4px solid #0d1b2a !important;
    border-radius: 14px !important;
    padding: 1.25rem 1rem !important;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08) !important;
  }
  .booking-ribbon-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
  }
  .booking-ribbon-form > div {
    width: 100%;
  }
  .booking-ribbon-input {
    width: 100% !important;
    padding: 0.8rem 1rem !important;
    font-size: 0.92rem !important;
    border-radius: 8px !important;
    border: 1.5px solid #CBD5E1 !important;
    background: #F8FAFC !important;
    color: #0F172A !important;
    box-sizing: border-box !important;
    display: block !important;
    outline: none !important;
  }
  .booking-ribbon-input:focus {
    background: #FFFFFF !important;
    border-color: #0d1b2a !important;
    box-shadow: 0 0 0 3px rgba(13, 27, 42, 0.15) !important;
  }
  .booking-ribbon-submit {
    width: 100% !important;
    padding: 0.9rem 1rem !important;
    border-radius: 8px !important;
    background: #0d1b2a !important;
    color: #FFFFFF !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 14px rgba(13, 27, 42, 0.3) !important;
    display: block !important;
    text-align: center !important;
  }
  .booking-ribbon-submit:hover {
    background: #1b263b !important;
  }

  .feature-cards-row {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-bottom: 3rem;
  }

  .about-grid-modern {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .about-visual-collage {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .about-experience-pill {
    top: 10px !important;
    right: 10px !important;
    padding: 0.6rem 0.95rem !important;
    border-radius: 10px !important;
    box-shadow: 0 6px 18px rgba(13, 27, 42, 0.25) !important;
  }
  .about-experience-pill .exp-num {
    font-size: 1.4rem !important;
  }
  .about-experience-pill .exp-label {
    font-size: 0.65rem !important;
  }
  .about-title-reparo {
    font-size: 1.85rem;
  }

  .services-dark-title {
    font-size: 1.85rem;
  }

  /* Contact & About Page Mobile Stacking (Single Column Layout) */
  .contact-grid-layout {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  .contact-grid-layout .booking-form-wrapper {
    padding: 1.65rem 1.25rem !important;
    border-radius: 14px !important;
  }

  .about-story-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .about-story-grid > div {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }
  .about-story-grid p,
  .about-story-grid h2 {
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }
  .about-spec-box {
    padding: 1.1rem 0.95rem !important;
    margin: 1.25rem 0 !important;
    border-radius: 0 8px 8px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .about-spec-box h4 {
    font-size: 0.98rem !important;
    margin-bottom: 0.35rem !important;
  }
  .about-spec-box ul {
    margin: 0.4rem 0 0 1.1rem !important;
    padding: 0 !important;
  }
  .about-spec-box li {
    font-size: 0.86rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0.45rem !important;
  }
  .about-stats-row {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.5rem !important;
    text-align: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .about-stat-box {
    padding: 0.65rem 0.25rem !important;
    background: #F8FAFC !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
  }
  .about-stat-box h3 {
    font-size: 1.25rem !important;
    margin-bottom: 0.15rem !important;
  }
  .about-stat-box p {
    font-size: 0.7rem !important;
    line-height: 1.2 !important;
  }
  .about-contact-card {
    padding: 1.5rem 1.1rem !important;
    border-radius: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .about-contact-item {
    display: flex !important;
    gap: 0.85rem !important;
    margin-bottom: 1.25rem !important;
    align-items: flex-start !important;
  }
  .about-contact-icon {
    width: 42px !important;
    height: 42px !important;
    font-size: 1.45rem !important;
    border-radius: 9px !important;
    flex-shrink: 0 !important;
  }
  .about-contact-text h4 {
    font-size: 0.98rem !important;
    margin-bottom: 0.2rem !important;
  }
  .about-contact-text p {
    font-size: 0.84rem !important;
    line-height: 1.45 !important;
  }
  .btn-about-call {
    width: 100% !important;
    padding: 0.8rem 1rem !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
  }
  .btn-about-call-main {
    font-size: 0.95rem !important;
  }
  .btn-about-call-phone {
    font-size: 0.84rem !important;
  }
  .coverage-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.65rem !important;
    width: 100% !important;
  }
  .coverage-card {
    padding: 1rem 0.5rem !important;
    border-radius: 12px !important;
  }
  .coverage-card .coverage-icon {
    font-size: 1.6rem !important;
    margin-bottom: 0.25rem !important;
  }
  .coverage-card h4 {
    font-size: 0.86rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.2rem !important;
  }
  .coverage-card p {
    font-size: 0.7rem !important;
    line-height: 1.2 !important;
  }

  /* Mobile Background Keyframe Animations */
  @keyframes mobileOrbFloat1 {
    0% {
      transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
      transform: translate3d(-35px, 55px, 0) scale(1.18);
    }
    100% {
      transform: translate3d(25px, 95px, 0) scale(0.92);
    }
  }

  @keyframes mobileOrbFloat2 {
    0% {
      transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
      transform: translate3d(40px, -45px, 0) scale(1.16);
    }
    100% {
      transform: translate3d(-20px, -75px, 0) scale(0.94);
    }
  }

  @keyframes mobileOrbFloat3 {
    0% {
      transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
      transform: translate3d(-40px, -35px, 0) scale(1.2);
    }
    100% {
      transform: translate3d(30px, -65px, 0) scale(0.9);
    }
  }

  @keyframes circuitPulse {
    0% {
      opacity: 0.35;
    }
    50% {
      opacity: 0.85;
    }
    100% {
      opacity: 0.35;
    }
  }

  @keyframes heroMeshFlow {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

  @keyframes heroOrbPulse {
    0% {
      transform: translate3d(0, 0, 0) scale(1);
    }
    100% {
      transform: translate3d(-25px, 35px, 0) scale(1.22);
    }
  }
}

/* Small Phones (max-width: 480px) */
@media (max-width: 480px) {
  /* 2 Lines with 2 Boxes each on Smallest Mobile Screens */
  .stats-ribbon-wrapper {
    padding: 0 0.5rem !important;
  }
  .stats-ribbon-premium,
  .stats-ribbon {
    padding: 1rem 0.65rem !important;
    border-radius: 16px !important;
  }
  .stats-grid-2x2,
  .stats-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.6rem !important;
  }
  .stat-card-executive,
  .stat-item {
    border-radius: 14px !important;
    padding: 1rem 0.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .stat-icon-badge {
    width: 38px !important;
    height: 38px !important;
    margin-bottom: 0.45rem !important;
    border-radius: 10px !important;
  }
  .stat-icon-badge svg {
    width: 19px !important;
    height: 19px !important;
  }
  .stat-card-executive .stat-number,
  .stat-item .stat-number {
    font-size: 1.35rem !important;
    line-height: 1.1 !important;
    margin-bottom: 0.2rem !important;
  }
  .stat-card-executive .stat-label,
  .stat-item .stat-label {
    font-size: 0.66rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0.02em !important;
    margin-bottom: 0.25rem !important;
  }
  .stat-micro-badge {
    font-size: 0.62rem !important;
    padding: 0.1rem 0.35rem !important;
  }

  /* Testimonials Mobile Cards (Peek Next Card for Natural Swipe Cue) */
  .testimonials-slider .testimonial-card {
    flex: 0 0 88% !important;
    min-width: 88% !important;
    max-width: 88% !important;
    padding: 1.25rem 1rem !important;
  }
  .testimonial-text {
    font-size: 0.88rem !important;
  }

  /* Services Grid on Small Phones (2-Column Generous App Tiles) */
  .services-reparo-grid,
  .services-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.75rem !important;
  }
  .service-card-reparo,
  .service-card {
    padding: 0.95rem 0.75rem 0.85rem 0.75rem !important;
    border-radius: 14px !important;
    border: 1px solid #E2E8F0 !important;
    border-top: 3px solid #0d1b2a !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    box-shadow: 0 3px 12px rgba(15, 23, 42, 0.05) !important;
    min-height: auto !important;
  }
  .service-card-reparo-top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 0.45rem !important;
  }
  .service-card-reparo-icon,
  .service-icon-box {
    width: 36px !important;
    height: 36px !important;
    border-radius: 9px !important;
    background: linear-gradient(135deg, #0d1b2a 0%, #1b263b 100%) !important;
    box-shadow: 0 2px 7px rgba(13, 27, 42, 0.25) !important;
  }
  .service-card-reparo-icon svg,
  .service-icon-box svg {
    width: 18px !important;
    height: 18px !important;
    stroke: #FFFFFF !important;
  }
  .service-micro-tag {
    font-size: 0.62rem !important;
    padding: 2px 6px !important;
    border-radius: 16px !important;
  }
  .service-card-reparo-title,
  .service-title {
    font-size: 0.86rem !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    margin-bottom: 0.3rem !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 2.5em !important;
  }
  .service-card-perks {
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    margin: 0.1rem 0 0.5rem 0 !important;
    list-style: none !important;
    padding: 0 !important;
    flex-grow: 1 !important;
  }
  .service-card-perks li {
    font-size: 0.66rem !important;
    color: #475569 !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .perk-check {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 12px !important;
    height: 12px !important;
    background: #DCFCE7 !important;
    color: #16A34A !important;
    border-radius: 50% !important;
    font-size: 0.52rem !important;
    font-weight: 800 !important;
    flex-shrink: 0 !important;
  }
  /* Completely hide paragraph clutter on small mobile */
  .service-card-reparo-desc,
  .service-description {
    display: none !important;
  }
  .service-card-reparo-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 0.5rem !important;
    margin-top: auto !important;
    border-top: 1px solid #F1F5F9 !important;
  }
  .service-price-label {
    font-size: 0.6rem !important;
    font-weight: 700 !important;
  }
  .service-price-val {
    font-size: 0.98rem !important;
    font-weight: 800 !important;
    color: #0F172A !important;
  }
  .service-card-arrow-btn {
    padding: 4px 11px !important;
    font-size: 0.74rem !important;
    border-radius: 20px !important;
    background: linear-gradient(135deg, #0d1b2a 0%, #1b263b 100%) !important;
    color: #FFFFFF !important;
    box-shadow: 0 2px 7px rgba(13, 27, 42, 0.28) !important;
  }
  .service-card-arrow-btn svg {
    width: 10px !important;
    height: 10px !important;
    stroke: #FFFFFF !important;
  }
  .service-header {
    margin-bottom: 0.45rem !important;
  }
  .service-price-pill {
    font-size: 0.7rem !important;
    padding: 0.12rem 0.4rem !important;
  }

  .process-step {
    flex: 0 0 86% !important;
    min-width: 86% !important;
    max-width: 86% !important;
    padding: 1.75rem 1.25rem !important;
    border-radius: 18px !important;
  }
  .process-step h3 {
    font-size: 1.12rem !important;
  }
  .process-step p {
    font-size: 0.88rem !important;
  }
  .footer-grid {
    gap: 1.75rem 0.75rem !important;
  }
  .footer-col-links {
    justify-self: center !important;
    width: fit-content !important;
    max-width: 100% !important;
  }
  .footer-col-links .footer-heading {
    font-size: 0.98rem !important;
    margin-bottom: 0.75rem !important;
  }
  .footer-col-links .footer-links a {
    font-size: 0.8rem !important;
  }

  .hero {
    padding: 1.25rem 0 2.5rem 0;
  }

  .gallery-comparison-box {
    gap: 6px !important;
    padding: 6px !important;
    border-radius: 10px !important;
  }
  .gallery-pane {
    border-radius: 8px !important;
  }

  .about-experience-pill {
    top: 8px !important;
    right: 8px !important;
    padding: 0.5rem 0.75rem !important;
  }
  .about-experience-pill .exp-num {
    font-size: 1.25rem !important;
  }
  .about-experience-pill .exp-label {
    font-size: 0.6rem !important;
  }

  .about-story-grid {
    gap: 1.5rem !important;
  }
  .about-spec-box {
    padding: 0.95rem 0.8rem !important;
  }
  .about-contact-card {
    padding: 1.25rem 0.85rem !important;
  }
  .about-stat-box h3 {
    font-size: 1.15rem !important;
  }
  .about-stat-box p {
    font-size: 0.65rem !important;
  }
}
