/* GHARELEC page-specific styles for com-smart.html */



    body {
      font-family: 'Montserrat', sans-serif;
      background: #253646;
      overflow-x: hidden;
    }





    .hamburger span {
      display: block;
      width: 100%;
      height: 2.8px;
      background: #ffffff;
      border-radius: 10px;
      transition: all .3s;
      transform-origin: center;
    }





    .mobile-overlay .btn-cta-mobile {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 1.2rem;
      background: linear-gradient(145deg, #D62828, #B71C1C);
      color: #fff;
      padding: 16px 32px;
      border-radius: 60px;
      text-align: center;
      text-decoration: none;
      box-shadow: 0 8px 22px -6px rgba(214, 40, 40, 0.3);
      transition: all .3s;
      width: fit-content;
      min-width: 180px;
      border: 2px solid #ffffff;
    }





    .back-button:hover {
      background: rgba(255, 255, 255, 0.15);
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
      transform: translateX(-6px);
      border-color: rgba(255, 255, 255, 0.2);
    }





    /* ===== HERO SLIDESHOW ===== */
    .hero-slideshow-wrapper {
      width: 100%;
      margin-bottom: 50px;
      border-radius: 28px;
      overflow: hidden;
      position: relative;
      box-shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.5);
      opacity: 0;
      transform: translateY(40px) scale(0.97);
      animation: heroFadeIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
      animation-delay: 0.1s;
    }





    .hero-overlay {
      display: none;
    }





    .hero-dot:hover {
      background: rgba(232, 225, 214, 0.6);
    }





    @keyframes arrowPulse {
      0%, 100% { transform: translateY(-50%) translateX(0); opacity: 0.3; }
      50% { transform: translateY(-50%) translateX(8px); opacity: 0.6; }
    }





    /* ===== SECTION TITLES ===== */
    .section-titles {
      text-align: center;
      margin-bottom: 50px;
      padding: 20px 0;
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
      position: relative;
    }





    .section-titles .title-decoration .line {
      width: 60px;
      height: 2px;
      background: linear-gradient(90deg, transparent, rgba(232, 225, 214, 0.4));
      border-radius: 2px;
    }





    .section-titles .title-decoration .line:last-child {
      background: linear-gradient(90deg, rgba(232, 225, 214, 0.4), transparent);
    }





    .section-titles .title-decoration .diamond {
      width: 8px;
      height: 8px;
      background: #e8e1d6;
      transform: rotate(45deg);
      opacity: 0.6;
      box-shadow: 0 0 20px rgba(232, 225, 214, 0.15);
    }





    .section-titles .title-sub {
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      font-size: clamp(0.75rem, 1.2vw, 1.3rem);
      color: #e8e1d6;
      text-transform: uppercase;
      letter-spacing: 10px;
      display: block;
      margin-bottom: 8px;
      position: relative;
    }





    .section-titles .title-main {
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      font-size: clamp(3rem, 7vw, 7.5rem);
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 4px;
      line-height: 1.1;
      display: block;
      position: relative;
      text-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    }





    .section-titles .title-accent {
      display: block;
      width: 0;
      height: 3px;
      margin: 18px auto 0;
      background: linear-gradient(90deg, transparent, #e8e1d6, #ffffff, #e8e1d6, transparent);
      border-radius: 4px;
      transition: width 1s cubic-bezier(0.16, 1, 0.3, 1);
      box-shadow: 0 0 20px rgba(232, 225, 214, 0.15);
    }





    .category-item:hover {
      transform: translateY(-6px) scale(1.01);
      box-shadow: 0 30px 80px -20px rgba(45, 42, 36, 0.15);
    }





    .category-item .description-side .category-badge {
      display: inline-block;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #D62828;
      background: rgba(214, 40, 40, 0.1);
      padding: 4px 16px;
      border-radius: 20px;
      width: fit-content;
    }





    .category-item .description-side .product-count {
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      font-size: 0.9rem;
      color: #5a4f42;
      display: flex;
      align-items: center;
      gap: 8px;
    }





    .category-item .description-side .product-count i {
      color: #D62828;
    }





    .category-item .image-side .image-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
      pointer-events: none;
    }
