/* GHARELEC page-specific styles for pages/res-ind/relais.html */



    body {
      font-family: 'Montserrat', sans-serif;
      background: #f3e4ce;
      overflow-x: hidden;
      min-height: 100vh;
    }





    .back-button {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 0.95rem;
      color: #000000;
      text-decoration: none;
      padding: 14px 30px;
      background: rgba(103, 64, 9, 0.3);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border-radius: 60px;
      border: 1px solid rgba(231, 208, 175, 0.4);
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      margin-bottom: 40px;
      position: relative;
      z-index: 2;
    }





    .back-button:hover {
      background: rgba(231, 208, 175, 0.5);
      box-shadow: 0 8px 32px rgba(231, 208, 175, 0.3);
      transform: translateX(-6px);
      border-color: rgba(231, 208, 175, 0.6);
    }





    .back-button i {
      font-size: 0.9rem;
      transition: transform 0.4s ease;
      color: #000000;
    }





    .section-header .header-title {
      font-family: 'Montserrat', sans-serif;
      font-weight: 900;
      font-size: clamp(2.5rem, 6vw, 5.5rem);
      color: red;
      text-transform: uppercase;
      letter-spacing: 4px;
      line-height: 1.1;
      display: block;
      text-shadow: 0 4px 40px rgba(0, 0, 0, 0.05);
    }





    .section-header .header-divider .line {
      width: 60px;
      height: 2px;
      background: linear-gradient(90deg, transparent, rgba(231, 208, 175, 0.6));
      border-radius: 2px;
    }





    .section-header .header-divider .line:last-child {
      background: linear-gradient(90deg, rgba(231, 208, 175, 0.6), transparent);
    }





    .section-header .header-divider .diamond {
      width: 8px;
      height: 8px;
      background: #cd7f0e;
      transform: rotate(45deg);
      opacity: 0.8;
      box-shadow: 0 0 20px rgba(231, 208, 175, 0.4);
    }





    .product-card {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      cursor: pointer;
      background: #e9c694;
      border: 1px solid rgba(255, 255, 255, 0.3);
      box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.08);
      transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      opacity: 0;
      transform: translateY(40px) scale(0.97);
    }





    .product-slideshow .product-slide {
      flex: 0 0 100%;
      min-width: 100%;
      height: 100%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #e9c694;
      user-select: none;
      -webkit-user-select: none;
    }





    .product-slideshow .product-slide img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
      background: #e7d0af;
      padding: 10px;
      pointer-events: none;
      -webkit-user-drag: none;
      user-select: none;
      -webkit-user-select: none;
    }





    .product-card .product-dot.active {
      background: #b41111;
      border-color: #c4a884;
      transform: scale(1.4);
      box-shadow: 0 0 20px rgba(196, 168, 132, 0.4);
    }





    .product-card .product-info .product-name {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: clamp(1.1rem, 1.5vw, 1.5rem);
      color: rgb(0, 0, 0);
      letter-spacing: 1px;
      margin-bottom: 4px;
      text-shadow: 0 2px 20px rgba(255, 255, 255, 0.1);
    }





    .product-card .product-info .product-accent {
      width: 40px;
      height: 2px;
      background: linear-gradient(90deg, #e7d0af, #c4a884);
      border-radius: 2px;
      transition: width 0.5s ease;
    }





    .product-modal .modal-close {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: rgba(231, 208, 175, 0.3);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(231, 208, 175, 0.2);
      color: #4a3728;
      font-size: 1.2rem;
      cursor: pointer;
      z-index: 10;
      transition: all 0.4s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }





    .product-modal .modal-image-section .modal-slide {
      flex: 0 0 100%;
      min-width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #e9c694;
      user-select: none;
      -webkit-user-select: none;
    }





    .product-modal .modal-image-section .modal-slide img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
      background: #e9c694;
      padding: 20px;
      pointer-events: none;
      -webkit-user-drag: none;
      user-select: none;
      -webkit-user-select: none;
    }





    .product-modal .modal-image-section .modal-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(74, 55, 40, 0.2);
      border: 1.5px solid rgba(74, 55, 40, 0.1);
      cursor: pointer;
      transition: all 0.3s ease;
      padding: 0;
    }





    .product-modal .modal-image-section .modal-dot.active {
      background: #dc0f0f;
      border-color: #c4a884;
      transform: scale(1.4);
      box-shadow: 0 0 20px rgba(196, 168, 132, 0.4);
    }





    @media screen and (max-width: 768px) {
      .page-wrapper { padding: 100px 3% 30px; }
      .back-button { padding: 10px 20px; font-size: 0.8rem; margin-bottom: 24px; }
      .section-header { margin-bottom: 30px; }
      .section-header .header-title { font-size: clamp(2rem, 6vw, 3.5rem); letter-spacing: 2px; }
      .section-header .header-category { font-size: clamp(0.6rem, 1.2vw, 0.9rem); letter-spacing: 5px; }
      .section-header .header-divider .line { width: 30px; }
      
      .content-sections { grid-template-columns: 1fr; gap: 20px; }
      .content-section { padding: 24px 20px; }
      .content-section .section-title { font-size: 1.3rem; }
      .content-section .section-text { font-size: 0.95rem; }
      
      .products-grid { grid-template-columns: 1fr; gap: 24px; }
      .product-slideshow { height: 320px; }
      .product-slideshow .product-slide img { padding: 8px; object-fit: contain; }
      .product-card .product-info { padding: 16px 18px 20px; }
      .product-card .product-info .product-name { font-size: 1.1rem; }
      .product-card .product-click-hint { display: none; }
      
      .product-modal { padding: 16px 10px; }
      .product-modal .modal-content {
        border-radius: 20px;
        height: 90vh;
        max-height: 90vh;
        min-height: 400px;
      }
      .product-modal .modal-body { grid-template-columns: 1fr; max-height: 90vh; overflow-y: auto; }
      .product-modal .modal-image-section { min-height: 280px; max-height: 320px; }
      .product-modal .modal-image-section .modal-slide img { padding: 12px; object-fit: contain; }
      .product-modal .modal-info-section { padding: 20px 18px; height: auto; }
      .product-modal .modal-info-section .modal-name { font-size: clamp(1.3rem, 4vw, 1.8rem); }
      .product-modal .modal-close { width: 36px; height: 36px; font-size: 1rem; top: 12px; right: 12px; }
      .product-modal .specs-container .spec-label { min-width: 80px; font-size: 0.6rem; }
      .product-modal .specs-container .spec-value { font-size: 0.75rem; }
    }





    @media screen and (max-width: 480px) {
      .page-wrapper { padding: 80px 2% 20px; }
      .back-button { padding: 8px 14px; font-size: 0.7rem; margin-bottom: 16px; border-radius: 40px; }
      .section-header { margin-bottom: 24px; }
      .section-header .header-title { font-size: clamp(1.6rem, 5vw, 2.5rem); letter-spacing: 1px; }
      .section-header .header-category { font-size: 0.55rem; letter-spacing: 4px; }
      .section-header .header-divider .line { width: 20px; }
      .section-header .header-divider .diamond { width: 6px; height: 6px; }
      
      .content-sections { gap: 16px; }
      .content-section { padding: 20px 16px; border-radius: 18px; }
      .content-section .section-icon { width: 40px; height: 40px; font-size: 1.1rem; }
      .content-section .section-title { font-size: 1.1rem; }
      .content-section .section-text { font-size: 0.85rem; line-height: 1.8; }
      
      .products-grid { gap: 18px; }
      .product-slideshow { height: 280px; }
      .product-slideshow .product-slide img { padding: 6px; object-fit: contain; }
      .product-card { border-radius: 16px; }
      .product-card .product-info { padding: 14px 14px 18px; }
      .product-card .product-info .product-name { font-size: 0.95rem; margin-bottom: 4px; }
      .product-card .product-dots { bottom: 12px; gap: 6px; }
      .product-card .product-dot { width: 6px; height: 6px; border-width: 1px; }
      
      .product-modal .modal-content {
        border-radius: 16px;
        height: 92vh;
        max-height: 92vh;
        min-height: 350px;
      }
      .product-modal .modal-image-section { min-height: 220px; max-height: 260px; }
      .product-modal .modal-image-section .modal-slide img { padding: 10px; object-fit: contain; }
      .product-modal .modal-info-section { padding: 16px 14px; height: auto; }
      .product-modal .modal-info-section .modal-name { font-size: 1.1rem; }
      .product-modal .modal-info-section .modal-category { font-size: 0.6rem; letter-spacing: 4px; }
      .product-modal .modal-close { width: 30px; height: 30px; font-size: 0.8rem; top: 10px; right: 10px; }
      .product-modal .specs-container .spec-group { flex-direction: column; padding: 6px 0; gap: 2px; }
      .product-modal .specs-container .spec-label { min-width: auto; font-size: 0.55rem; letter-spacing: 1px; }
      .product-modal .specs-container .spec-value { font-size: 0.7rem; }
      .product-modal .modal-features .modal-feature { font-size: 0.55rem; padding: 3px 10px; }
    }





    @media screen and (max-width: 380px) {
      .product-slideshow { height: 240px; }
      .product-slideshow .product-slide img { padding: 4px; object-fit: contain; }
      .product-card .product-info .product-name { font-size: 0.85rem; }
      .product-card .product-info { padding: 12px 12px 16px; }
      
      .product-modal .modal-content {
        height: 95vh;
        max-height: 95vh;
        min-height: 300px;
      }
      .product-modal .modal-image-section { min-height: 180px; max-height: 220px; }
      .product-modal .modal-image-section .modal-slide img { padding: 8px; object-fit: contain; }
      .product-modal .modal-info-section .modal-name { font-size: 1rem; }
      .product-modal .specs-container .spec-value { font-size: 0.65rem; }
    }
