:root {
  --red: #ea0b24;
  --font-body: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: "Plus Jakarta Sans", "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body {
  font-family: var(--font-body);
  font-weight: 450;
  letter-spacing: -0.01em;
  background: #f4f6fa;
  color: #131722;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.section-band-title,
.contact-big-title,
.contact-subtitle,
.product-single-title,
.about-modern-title,
.contact-modern-title,
.products-alt-hero-card h1 {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

.btn,
.app-nav .nav-link,
.product-chip-cat,
.products-alt-badge,
.about-modern-chip,
.contact-modern-chip {
  font-family: var(--font-display);
}

/* Header redesign */
.app-nav {
  background: rgba(255, 255, 255, 0.86) !important;
  border-bottom: 1px solid rgba(17, 26, 38, 0.08);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 24px rgba(15, 23, 36, 0.08) !important;
}

.app-nav .container {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 26, 38, 0.07);
  border-radius: 14px;
  padding: 0.35rem 0.8rem;
}

.app-nav .navbar-brand {
  line-height: 1;
  margin-right: 0.8rem;
}

.app-nav .navbar-brand small {
  letter-spacing: 0.14em;
}

.app-nav .nav-link {
  color: #1e2330;
  font-size: 0.95rem;
  border-radius: 999px;
  padding: 0.45rem 0.75rem !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.app-nav .nav-link:hover,
.app-nav .nav-link.active {
  color: var(--red);
  background: rgba(234, 11, 36, 0.08);
}

.app-nav .dropdown-toggle::after {
  margin-left: 0.45rem;
  transition: transform 0.2s ease;
}

.app-nav .dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg);
}

.app-dropdown {
  border: 1px solid rgba(19, 23, 34, 0.1);
  border-radius: 0.75rem;
  box-shadow: 0 14px 26px rgba(17, 26, 38, 0.12);
  padding: 0.4rem;
}

.app-dropdown .dropdown-item {
  border-radius: 0.5rem;
  font-size: 0.9rem;
  padding: 0.5rem 0.65rem;
}

.app-dropdown .dropdown-item:hover,
.app-dropdown .dropdown-item:focus {
  background: rgba(234, 11, 36, 0.08);
  color: #131722;
}

@media (min-width: 992px) {
  .app-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0.2rem;
  }

  .app-nav .dropdown:hover > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}

.header-search {
  gap: 0.5rem;
  min-width: 300px;
}

.header-search .form-control {
  border-radius: 999px;
  border: 1px solid rgba(19, 23, 34, 0.14);
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.95);
}

.header-search .btn {
  border-radius: 999px;
  font-size: 0.85rem;
  white-space: nowrap;
  padding-inline: 0.95rem;
  box-shadow: 0 8px 16px rgba(234, 11, 36, 0.2);
}

/* Ivory Search redesign */
.app-nav .is-search-form,
.is-search-form {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  width: 300px !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 4px 4px 4px 16px !important;
  background: #ffffff !important;
  border: 1px solid rgba(19, 23, 34, 0.12) !important;
  border-radius: 999px !important;
  box-shadow: 0 6px 14px rgba(17, 26, 38, 0.06) !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  overflow: hidden !important;
}

.app-nav .is-search-form:focus-within,
.is-search-form:focus-within {
  border-color: rgba(234, 11, 36, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(234, 11, 36, 0.12), 0 10px 22px rgba(17, 26, 38, 0.1) !important;
}

.app-nav .is-search-form > *,
.is-search-form > * {
  flex: 0 0 auto !important;
}

.app-nav .is-search-form .is-search-input-wrapper,
.is-search-form .is-search-input-wrapper {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  flex: 1 1 auto !important;
  gap: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  height: auto !important;
  min-width: 0 !important;
  width: auto !important;
}

.app-nav .is-search-form .is-search-input-wrapper > label,
.is-search-form .is-search-input-wrapper > label,
.app-nav .is-search-form > label,
.is-search-form > label {
  flex: 1 1 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.app-nav .is-search-form .is-search-input,
.is-search-form .is-search-input {
  flex: 1 !important;
  width: 100% !important;
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  color: #131722 !important;
  font-size: 0.9rem !important;
  font-family: inherit !important;
  padding: 0.5rem 0.4rem !important;
  margin: 0 !important;
  min-width: 0 !important;
  box-shadow: none !important;
  height: auto !important;
  line-height: 1.3 !important;
}

.app-nav .is-search-form .is-search-input::placeholder,
.is-search-form .is-search-input::placeholder {
  color: #8a93a8 !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

.app-nav .is-search-form .is-search-input::-webkit-search-cancel-button,
.is-search-form .is-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.app-nav .is-search-form .is-search-submit,
.is-search-form .is-search-submit,
.is-search-form button[type="submit"] {
  flex: 0 0 38px !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  align-self: center !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  float: none !important;
  display: inline-block !important;
  border-radius: 50% !important;
  border: 0 !important;
  background-color: var(--red) !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 16px 16px !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  cursor: pointer !important;
  box-shadow: 0 8px 16px rgba(234, 11, 36, 0.28) !important;
  transition: transform 0.2s ease, background-color 0.2s ease !important;
  padding: 0 !important;
  margin: 0 !important;
  text-indent: -9999px;
  overflow: hidden !important;
  position: relative;
}

.app-nav .is-search-form .is-search-submit:hover,
.is-search-form .is-search-submit:hover,
.is-search-form button[type="submit"]:hover {
  transform: scale(1.06) !important;
  background-color: #c80a20 !important;
}

.is-search-form .is-search-submit i,
.is-search-form .is-search-submit svg,
.is-search-form .is-search-submit span,
.is-search-form .is-search-submit .is-search-icon,
.is-search-form .is-search-icon {
  display: none !important;
}

.is-ajax-search-result,
.is-ajax-search-result-items {
  border-radius: 0.9rem !important;
  border: 1px solid rgba(19, 23, 34, 0.08) !important;
  box-shadow: 0 18px 36px rgba(17, 26, 38, 0.14) !important;
  margin-top: 0.5rem !important;
  overflow: hidden !important;
}

.hero-section {
  min-height: 50vh;
  background-image: linear-gradient(0deg, rgba(10, 20, 30, 0.5), rgba(10, 20, 30, 0.5)), url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1920&q=80");
  background-position: center;
  background-size: cover;
}

.hero-card {
  max-width: 760px;
  background: rgba(31, 38, 46, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
}

.hero-card h1 {
  position: relative;
  top: -10px;
  margin-bottom: 0.6rem !important;
  font-size: clamp(2.35rem, 5.1vw, 4.2rem);
  line-height: 1.05;
}

.hero-card p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.hero-card .hero-lead-primary {
  display: inline-block;
  max-width: 62ch;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.35vw, 1.55rem);
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
  padding: 0.45rem 0.85rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.04));
  border-radius: 0.35rem;
  text-shadow: 0 2px 8px rgba(8, 12, 20, 0.45);
}

.hero-scroll-indicator {
  gap: 0.55rem;
  color: #dce7ff;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  opacity: 0.95;
  transition: color 0.2s ease, transform 0.2s ease;
}

.hero-scroll-indicator::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  animation: hero-scroll-bounce 1.4s ease-in-out infinite;
}

.hero-scroll-indicator:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.hero-company-copy {
  max-width: 62ch;
  font-size: 0.96rem;
  line-height: 1.55;
  color: rgba(230, 238, 255, 0.95);
}

@keyframes hero-scroll-bounce {
  0%, 100% { transform: rotate(45deg) translate(0, 0); }
  50% { transform: rotate(45deg) translate(4px, 4px); }
}


.section-title {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
}

.line-red {
  display: none;
}

.small-text {
  font-size: 0.95rem;
}

.section-band-title {
  background: var(--red);
  color: #fff;
  text-align: center;
  font-weight: 700;
  border-radius: 0.5rem;
  padding: 0.65rem 1rem;
  font-size: clamp(1.1rem, 2vw, 1.7rem);
}

.section-band {
  background: linear-gradient(135deg, #eef2fb 0%, #f3f6ff 100%);
}

/* ─── Keyframe animations pour les shapes de fond ─── */
@keyframes blob-float-a {
  0%,  100% { transform: translate(0,    0)    scale(1);    }
  30%        { transform: translate(34px, -44px) scale(1.07); }
  65%        { transform: translate(-22px, 26px) scale(0.93); }
}

@keyframes blob-float-b {
  0%,  100% { transform: translate(0,     0)    scale(1);    }
  40%        { transform: translate(-38px, 32px) scale(1.09); }
  72%        { transform: translate(28px, -22px) scale(0.91); }
}

@keyframes blob-float-c {
  0%,  100% { transform: translate(0,    0)    scale(1);    }
  50%        { transform: translate(18px, 18px) scale(1.05); }
}

@keyframes ring-spin {
  from { transform: translate(-50%, -50%) rotate(0deg);   }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes ring-spin-rev {
  from { transform: translate(-50%, -50%) rotate(0deg);    }
  to   { transform: translate(-50%, -50%) rotate(-360deg); }
}

/* Animations pour les couches de shapes SVG, points & lignes */
@keyframes dot-grid-drift {
  from { background-position: 0 0,         0 0,       0 0; }
  to   { background-position: 600px -300px, 60px 60px, 0 0; }
}

@keyframes diag-lines-slide {
  from { background-position: -600px 300px,  0 0,         0 0,     0 0; }
  to   { background-position: 0 0,           200px 0,     56px 56px, 0 0; }
}

@keyframes shape-float-slow {
  0%,  100% { transform: translate3d(0, 0, 0)    rotate(0deg);  }
  50%        { transform: translate3d(0, -18px, 0) rotate(18deg); }
}

@keyframes shape-float-fast {
  0%,  100% { transform: translate3d(0, 0, 0)  rotate(0deg);    }
  50%        { transform: translate3d(10px, 14px, 0) rotate(-22deg); }
}

@keyframes shape-pulse {
  0%,  100% { opacity: .22; transform: scale(1);    }
  50%        { opacity: .45; transform: scale(1.18); }
}

/* ─── Section backgrounds avec dégradés et shapes animées ─── */

.section-light {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #fdf8f9;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600'><polygon points='60,40 82,78 38,78' fill='rgba(234,11,36,0.08)'/><polygon points='480,120 505,163 455,163' fill='rgba(86,131,255,0.08)'/><circle cx='180' cy='320' r='7' fill='rgba(234,11,36,0.1)'/><circle cx='540' cy='460' r='5' fill='rgba(86,131,255,0.12)'/><rect x='380' y='360' width='26' height='26' rx='6' fill='none' stroke='rgba(86,131,255,0.14)' stroke-width='1.4' transform='rotate(35 393 373)'/><path d='M260 100 L278 124 L260 148 L242 124 Z' fill='rgba(234,11,36,0.07)'/><circle cx='90' cy='500' r='4' fill='rgba(234,11,36,0.12)'/><polygon points='420,500 440,530 400,530' fill='rgba(86,131,255,0.06)'/><path d='M320 260 L330 272 L320 284 L310 272 Z' fill='rgba(86,131,255,0.1)'/></svg>"),
    radial-gradient(rgba(234, 11, 36, 0.09) 1.4px, transparent 1.5px),
    linear-gradient(160deg, #ffffff 0%, #fdf5f6 60%, #f8f4ff 100%);
  background-size: 600px 600px, 30px 30px, auto;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  animation: dot-grid-drift 40s linear infinite;
}

.section-light > .container {
  position: relative;
  z-index: 2;
}

/* Blob rouge animé — coin haut-droit */
.section-light::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  top: -220px;
  right: -170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 11, 36, 0.09) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
  animation: blob-float-a 14s ease-in-out infinite;
}

/* Blob bleu animé — coin bas-gauche */
.section-light::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  bottom: -180px;
  left: -130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(86, 131, 255, 0.09) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
  animation: blob-float-b 17s ease-in-out infinite;
}

/* Anneau tournant au centre */
.section-light > .container::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  top: 50%;
  left: 82%;
  border-radius: 50%;
  border: 1.5px solid rgba(234, 11, 36, 0.1);
  box-shadow: 0 0 0 28px rgba(234, 11, 36, 0.03),
              0 0 0 60px rgba(234, 11, 36, 0.015);
  pointer-events: none;
  z-index: 0;
  animation: ring-spin 28s linear infinite;
}

/* Losange rotatif — coin bas-gauche du container */
.section-light > .container::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  bottom: 10%;
  left: -2%;
  border-radius: 18px;
  border: 1.5px solid rgba(86, 131, 255, 0.14);
  pointer-events: none;
  z-index: 0;
  animation: ring-spin-rev 20s linear infinite;
}

/* ─── Section Cool ─── */
.section-cool {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #eef3fa;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600'><polygon points='80,60 104,100 56,100' fill='rgba(86,131,255,0.1)'/><polygon points='500,80 522,120 478,120' fill='rgba(234,11,36,0.07)'/><circle cx='150' cy='380' r='6' fill='rgba(86,131,255,0.14)'/><circle cx='520' cy='420' r='5' fill='rgba(234,11,36,0.1)'/><rect x='360' y='330' width='28' height='28' rx='6' fill='none' stroke='rgba(234,11,36,0.13)' stroke-width='1.4' transform='rotate(-25 374 344)'/><path d='M260 140 L280 164 L260 188 L240 164 Z' fill='rgba(86,131,255,0.09)'/><circle cx='100' cy='150' r='4' fill='rgba(86,131,255,0.13)'/><polygon points='430,520 452,550 408,550' fill='rgba(234,11,36,0.06)'/><path d='M320 300 L332 314 L320 328 L308 314 Z' fill='rgba(234,11,36,0.1)'/></svg>"),
    linear-gradient(
      135deg,
      transparent 0%,
      transparent 49.5%,
      rgba(86, 131, 255, 0.07) 49.5%,
      rgba(86, 131, 255, 0.07) 50.5%,
      transparent 50.5%,
      transparent 100%
    ),
    radial-gradient(rgba(86, 131, 255, 0.1) 1.4px, transparent 1.5px),
    linear-gradient(135deg, #eef2fb 0%, #f0f5ff 50%, #edf4f8 100%);
  background-size: 600px 600px, 100px 100px, 28px 28px, auto;
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  animation: diag-lines-slide 22s linear infinite;
}

.section-cool > .container {
  position: relative;
  z-index: 2;
}

/* Blob bleu animé — coin haut-gauche */
.section-cool::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  top: -200px;
  left: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(86, 131, 255, 0.11) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
  animation: blob-float-b 16s ease-in-out infinite;
}

/* Blob rouge animé — coin bas-droit */
.section-cool::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  bottom: -170px;
  right: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 11, 36, 0.09) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
  animation: blob-float-a 12s ease-in-out infinite;
}

/* Anneau tournant côté gauche */
.section-cool > .container::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  top: 50%;
  left: -8%;
  border-radius: 50%;
  border: 1.5px solid rgba(86, 131, 255, 0.12);
  box-shadow: 0 0 0 24px rgba(86, 131, 255, 0.04),
              0 0 0 52px rgba(86, 131, 255, 0.02);
  pointer-events: none;
  z-index: 0;
  animation: ring-spin-rev 24s linear infinite;
}

/* Losange rotatif — coin haut-droit du container */
.section-cool > .container::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 8%;
  right: -1%;
  border-radius: 16px;
  border: 1.5px solid rgba(234, 11, 36, 0.13);
  pointer-events: none;
  z-index: 0;
  animation: ring-spin 18s linear infinite;
}

.modern-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.modern-section > .container {
  position: relative;
  z-index: 2;
}

.modern-section::before,
.modern-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 999px;
  pointer-events: none;
}

.modern-light::before {
  width: 420px;
  height: 420px;
  top: -160px;
  left: -120px;
  background: radial-gradient(circle, rgba(234, 11, 36, 0.12), rgba(234, 11, 36, 0));
  animation: blob-float-a 15s ease-in-out infinite;
}

.modern-light::after {
  width: 480px;
  height: 480px;
  bottom: -180px;
  right: -140px;
  background: radial-gradient(circle, rgba(68, 121, 255, 0.12), rgba(68, 121, 255, 0));
  animation: blob-float-b 18s ease-in-out infinite;
}

.modern-soft::before {
  width: 380px;
  height: 380px;
  top: -160px;
  right: -110px;
  background: radial-gradient(circle, rgba(255, 116, 133, 0.2), rgba(255, 116, 133, 0));
  animation: blob-float-b 13s ease-in-out infinite;
}

.modern-soft::after {
  width: 420px;
  height: 420px;
  bottom: -160px;
  left: -110px;
  background: radial-gradient(circle, rgba(116, 195, 255, 0.18), rgba(116, 195, 255, 0));
  animation: blob-float-a 19s ease-in-out infinite;
}

.modern-section .container::before {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: -1;
  border-radius: 1rem;
  background-image: linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)),
    linear-gradient(90deg, rgba(19, 23, 34, 0.03) 1px, transparent 1px),
    linear-gradient(0deg, rgba(19, 23, 34, 0.03) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
  border: 1px solid rgba(19, 23, 34, 0.05);
}

.product-card-bs {
  position: relative;
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 0;
  max-width: 100%;
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 16px 32px rgba(17, 26, 38, 0.14);
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 4 / 5;
  display: block;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease;
}

.product-card-bs::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: none;
  transition: opacity 0.3s ease;
  display: block;
}

.product-card-bs::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.product-card-bs:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 52px rgba(17, 26, 38, 0.22);
}

.product-img-bs {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  object-fit: contain;
  object-position: center;
  padding: 1.25rem;
  background: linear-gradient(160deg, #ffffff 0%, #eef2f9 100%);
  z-index: 1;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.5s ease;
}

.product-card-bs:hover .product-img-bs {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.product-card-bs h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: auto;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 1rem 1.1rem 1.1rem;
  color: #1a2235;
  background: transparent;
  border: 0;
  box-shadow: none;
  letter-spacing: 0.01em;
  transform: translateY(0);
  transition: transform 0.35s ease;
}

.product-card-bs h3::before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: #ea0b24;
  margin: 0 0 0.45rem;
  transition: width 0.35s ease;
}

.product-card-bs:hover h3::before {
  width: 48px;
}

.products-swiper {
  position: relative;
  padding: 0.35rem 0.2rem 2.2rem;
}

.products-swiper .swiper-slide {
  height: auto;
}

.products-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.products-swiper .swiper-button-next,
.products-swiper .swiper-button-prev {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(20, 27, 44, 0.12);
  box-shadow: 0 10px 20px rgba(17, 26, 38, 0.12);
  color: #151b2c;
  top: calc(50% - 14px);
}

.products-swiper .swiper-button-next::after,
.products-swiper .swiper-button-prev::after {
  font-size: 13px;
  font-weight: 700;
}

.products-swiper .swiper-button-next:hover,
.products-swiper .swiper-button-prev:hover {
  color: #ea0b24;
  border-color: rgba(234, 11, 36, 0.35);
}

.products-swiper .swiper-pagination {
  bottom: 0;
}

.products-swiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 0.4;
  background: #1a2235;
}

.products-swiper .swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 999px;
  opacity: 1;
  background: #ea0b24;
}

@media (max-width: 767.98px) {
  .header-search {
    min-width: 100%;
    margin-top: 0.75rem;
  }

  .app-nav .is-search-form {
    width: 100%;
    margin-top: 0.6rem;
  }

  .product-card-bs {
    max-width: 100%;
  }

  .hero-section {
    min-height: 40vh;
  }
}

.site-footer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #f2f6ff;
  background-image:
    radial-gradient(rgba(86, 131, 255, 0.1) 1.4px, transparent 1.5px),
    linear-gradient(145deg, #fbfdff 0%, #f3f7ff 55%, #eef4ff 100%);
  background-size: 30px 30px, auto;
  background-position: 0 0, 0 0;
  color: #1f2a3d;
  animation: dot-grid-drift 40s linear infinite;
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.site-footer::before {
  width: 520px;
  height: 520px;
  top: -240px;
  left: -160px;
  background: radial-gradient(circle, rgba(234, 11, 36, 0.11), rgba(234, 11, 36, 0));
  animation: blob-float-a 16s ease-in-out infinite;
}

.site-footer::after {
  width: 460px;
  height: 460px;
  bottom: -220px;
  right: -140px;
  background: radial-gradient(circle, rgba(86, 131, 255, 0.14), rgba(86, 131, 255, 0));
  animation: blob-float-b 20s ease-in-out infinite;
}

.site-footer .container {
  position: relative;
  z-index: 2;
}

.footer-brand {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #0f1c33;
}

.footer-brand img {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(15, 28, 51, 0.08);
  border-radius: 14px;
  padding: 0.5rem 0.75rem;
  box-shadow: 0 12px 24px rgba(20, 35, 60, 0.12);
}

.footer-text {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #36435c;
}

.footer-title {
  color: #101f37;
  font-weight: 700;
  margin-bottom: 0.9rem;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 0.5rem;
}

.footer-links a,
.footer-contact li {
  color: #3e4d68;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: var(--red);
}

.social-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.social-btn:hover {
  transform: translateY(-2px);
  background: var(--red);
}

.footer-divider {
  border-color: rgba(16, 31, 55, 0.14);
  opacity: 1;
}

.footer-copy {
  color: #4a5b79;
  font-size: 0.82rem;
}

.contact-split-section {
  background: linear-gradient(150deg, #fdfafa 0%, #f8f6ff 40%, #f0f5ff 100%) !important;
}

.contact-split-section::before {
  width: 640px !important;
  height: 640px !important;
  top: -240px !important;
  left: -190px !important;
  background: radial-gradient(circle, rgba(234, 11, 36, 0.09), rgba(234, 11, 36, 0)) !important;
  animation: blob-float-a 18s ease-in-out infinite !important;
}

.contact-split-section::after {
  width: 540px !important;
  height: 540px !important;
  bottom: -210px !important;
  right: -160px !important;
  background: radial-gradient(circle, rgba(86, 131, 255, 0.1), rgba(86, 131, 255, 0)) !important;
  animation: blob-float-b 22s ease-in-out infinite !important;
}

.contact-split-section .container::before {
  background-image: none;
  border: 0;
}

.contact-big-title {
  font-size: clamp(1.95rem, 4.3vw, 3.55rem);
  line-height: 1.15;
  font-weight: 800;
  color: #141926;
}

.contact-hero-img {
  max-height: 320px;
  object-fit: contain;
}

.contact-subtitle {
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  line-height: 1.2;
  font-weight: 800;
}

.contact-red-line {
  width: 140px;
  height: 4px;
  border-radius: 99px;
  background: var(--red);
}

.contact-copy {
  font-size: 1.02rem;
  line-height: 1.55;
  color: #1a2030;
}

.contact-copy strong {
  color: var(--red);
}

.contact-bottom-img {
  max-height: 330px;
  object-fit: contain;
}

.floating-wa {
  position: absolute;
  right: 0.4rem;
  top: -0.2rem;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #0abf83;
  background: #fff;
  border: 1px solid rgba(10, 191, 131, 0.2);
  box-shadow: 0 10px 22px rgba(15, 30, 60, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.floating-wa svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.floating-wa:hover {
  transform: translateY(-2px) scale(1.03);
}

/* Responsive global tuning */
@media (max-width: 991.98px) {
  .app-nav .navbar-brand {
    font-size: 1.6rem !important;
  }

  .app-nav .navbar-brand small {
    font-size: 0.72rem !important;
  }

  .app-nav .navbar-collapse {
    margin-top: 0.75rem;
    padding: 0.9rem;
    border-radius: 0.8rem;
    background: #ffffff;
    border: 1px solid rgba(19, 23, 34, 0.08);
    box-shadow: 0 8px 20px rgba(19, 23, 34, 0.08);
  }

  .app-nav .navbar-nav {
    gap: 0.35rem !important;
    margin-bottom: 0.5rem;
  }

  .app-dropdown {
    border: 0;
    box-shadow: none;
    padding: 0.2rem 0 0.1rem;
    margin-left: 0.35rem;
    background: transparent;
  }

  .app-dropdown .dropdown-item {
    background: transparent;
    padding: 0.38rem 0.45rem;
  }

  .hero-section {
    min-height: 40vh;
    padding: 2.2rem 0;
  }

  .hero-card {
    max-width: 100%;
  }

  .hero-card h1 {
    font-size: clamp(1.7rem, 5vw, 2.2rem);
  }

  .hero-card p {
    font-size: 0.92rem;
  }

  .section-title {
    font-size: clamp(1.3rem, 4.4vw, 1.8rem);
  }

  .section-band-title {
    border-radius: 0.45rem;
    font-size: clamp(1rem, 3.8vw, 1.35rem);
  }

  .product-card-bs {
    max-width: 100%;
  }

  .contact-hero-img,
  .contact-bottom-img {
    max-height: 280px;
  }

  .floating-wa {
    width: 54px;
    height: 54px;
    top: -0.5rem;
  }

  .modern-light::before,
  .modern-light::after,
  .modern-soft::before,
  .modern-soft::after {
    width: 280px;
    height: 280px;
  }

  /* Réduire les anneaux sur tablette */
  .section-light > .container::before,
  .section-cool > .container::before,
  .products-alt-intro > .container::before,
  .contact-modern-section > .container::before {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  body {
    overflow-x: hidden;
  }

  .app-nav .navbar-brand {
    font-size: 1.35rem !important;
  }

  .header-search {
    min-width: 100%;
    margin-top: 0.75rem;
  }

  .header-search .form-control,
  .header-search .btn {
    font-size: 0.85rem;
  }

  .product-card-bs {
    max-width: 100%;
    border-radius: 1rem;
  }

  .hero-section {
    min-height: 40vh;
    padding: 1.6rem 0;
  }

  .hero-card {
    padding: 1rem !important;
    border-radius: 0.75rem;
  }

  .hero-card h1 {
    font-size: 1.5rem;
  }

  .contact-big-title {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
  }

  .contact-subtitle {
    font-size: 1.2rem;
  }

  .contact-copy {
    font-size: 0.94rem;
  }

  .contact-hero-img,
  .contact-bottom-img {
    max-height: 240px;
  }

  .floating-wa {
    right: 0.2rem;
    top: -0.25rem;
    width: 48px;
    height: 48px;
  }

  .product-card-bs h3 {
    font-size: 0.92rem;
    padding: 0.85rem 0.95rem 0.95rem;
  }

  .products-swiper .swiper-button-next,
  .products-swiper .swiper-button-prev {
    display: none;
  }

  .site-footer {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
  }

  .footer-brand {
    font-size: 1.6rem;
  }

  .footer-text,
  .footer-links a,
  .footer-contact li {
    font-size: 0.85rem;
  }

  .footer-copy {
    text-align: center;
    font-size: 0.78rem;
  }

  .modern-section .container::before {
    inset: -4px;
    border-radius: 0.75rem;
    background-size: auto, 18px 18px, 18px 18px;
  }

  .modern-light::before,
  .modern-light::after,
  .modern-soft::before,
  .modern-soft::after {
    width: 200px;
    height: 200px;
    opacity: 0.8;
  }

  /* Masquer les anneaux tournants sur mobile pour la perf */
  .section-light > .container::before,
  .section-light > .container::after,
  .section-cool > .container::before,
  .section-cool > .container::after,
  .products-alt-intro > .container::before,
  .products-alt-intro > .container::after,
  .products-alt-section > .container::before,
  .contact-modern-section > .container::before,
  .contact-modern-section > .container::after,
  .about-modern-content > .container::before,
  .about-modern-content > .container::after,
  .product-single-hero > .container::before {
    display: none;
  }

  .hero-scroll-indicator {
    font-size: 0.84rem;
  }
}

/* Accessibilité : respecter la préférence réduction de mouvement */
@media (prefers-reduced-motion: reduce) {
  .section-light,
  .section-cool,
  .products-alt-intro,
  .products-alt-section:nth-child(odd),
  .products-alt-section:nth-child(even),
  .contact-modern-section,
  .about-modern-content,
  .product-single-hero,
  .site-footer,
  .section-light::before,
  .section-light::after,
  .section-cool::before,
  .section-cool::after,
  .products-alt-intro::before,
  .products-alt-intro::after,
  .products-alt-section::before,
  .products-alt-section::after,
  .contact-modern-section::before,
  .contact-modern-section::after,
  .about-modern-content::before,
  .about-modern-content::after,
  .product-single-hero::before,
  .product-single-hero::after,
  .contact-split-section::before,
  .contact-split-section::after,
  .modern-light::before,
  .modern-light::after,
  .modern-soft::before,
  .modern-soft::after,
  .site-footer::before,
  .site-footer::after,
  .section-light > .container::before,
  .section-light > .container::after,
  .section-cool > .container::before,
  .section-cool > .container::after,
  .products-alt-intro > .container::before,
  .products-alt-intro > .container::after,
  .products-alt-section > .container::before,
  .contact-modern-section > .container::before,
  .contact-modern-section > .container::after,
  .about-modern-content > .container::before,
  .about-modern-content > .container::after,
  .product-single-hero > .container::before {
    animation: none !important;
  }

  .hero-scroll-indicator::after {
    animation: none !important;
  }
}

/* Modern products page */
.products-hero {
  padding: 3.5rem 0 2.5rem;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 72, 102, 0.28), rgba(255, 72, 102, 0)),
    radial-gradient(circle at 90% 0%, rgba(95, 136, 255, 0.25), rgba(95, 136, 255, 0)),
    linear-gradient(145deg, #131a29 0%, #20293d 100%);
}

.products-hero-card {
  max-width: 760px;
  color: #f8f9ff;
}

.products-badge {
  display: inline-block;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.9rem;
}

.products-hero-card h1 {
  font-size: clamp(1.9rem, 3.5vw, 3rem);
}

.products-hero-card p {
  color: #d7ddf0;
  font-size: 0.98rem;
  line-height: 1.65;
}

.kpi-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  color: #fff;
}

.kpi-label {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #d7ddf0;
}

.kpi-value {
  font-size: 1.35rem;
  font-weight: 700;
}

.section-heading-wrap {
  max-width: 760px;
}

.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.category-pill {
  text-decoration: none;
  color: #161d2c;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(19, 23, 34, 0.12);
  padding: 0.55rem 1rem;
  transition: all 0.2s ease;
}

.category-pill:hover {
  color: var(--red);
  border-color: rgba(234, 11, 36, 0.35);
  box-shadow: 0 8px 18px rgba(22, 31, 46, 0.08);
}

.product-group-head {
  margin-bottom: 1rem;
}

.product-group-head h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  font-weight: 700;
  color: #151c2c;
}

.product-group-head p {
  color: #4e586d;
  font-size: 0.95rem;
}

.product-card-modern {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(19, 23, 34, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(16, 25, 39, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.product-card-modern:hover {
  transform: translateY(-5px);
  border-color: rgba(234, 11, 36, 0.35);
  box-shadow: 0 20px 36px rgba(16, 25, 39, 0.14);
}

.product-card-modern img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.product-card-body {
  padding: 0.95rem 1rem 1.1rem;
}

.product-chip {
  display: inline-block;
  border-radius: 999px;
  background: rgba(234, 11, 36, 0.1);
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  margin-bottom: 0.7rem;
}

.product-card-body h4 {
  font-size: 1.03rem;
  font-weight: 700;
  color: #151c2c;
  margin-bottom: 0.45rem;
}

.product-card-body p {
  margin-bottom: 0;
  color: #58627a;
  font-size: 0.9rem;
  line-height: 1.55;
}

.products-cta {
  background: linear-gradient(140deg, #ffffff 0%, #f4f7ff 100%);
  border: 1px solid rgba(19, 23, 34, 0.1);
  border-radius: 1rem;
  padding: 1.35rem 1.45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-shadow: 0 14px 28px rgba(16, 25, 39, 0.08);
}

.products-cta-kicker {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .products-hero {
    padding: 2.9rem 0 2rem;
  }

  .products-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .products-hero-card h1 {
    font-size: 1.7rem;
  }

  .products-hero-card p {
    font-size: 0.92rem;
  }

  .kpi-value {
    font-size: 1.2rem;
  }

  .product-card-modern img {
    height: 190px;
  }
}

/* Alternative products design */
.products-alt-hero {
  padding: 4rem 0 3rem;
  background:
    radial-gradient(circle at 15% 15%, rgba(234, 11, 36, 0.18), rgba(234, 11, 36, 0)),
    linear-gradient(160deg, #0f1726 0%, #1c2740 100%);
}

.products-alt-hero-card {
  max-width: 700px;
  color: #fff;
}

.products-alt-badge {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
  font-size: 0.8rem;
  margin-bottom: 0.9rem;
}

.products-alt-intro {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #f0f4fb;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600'><polygon points='100,80 122,118 78,118' fill='rgba(86,131,255,0.09)'/><polygon points='480,60 502,100 458,100' fill='rgba(234,11,36,0.08)'/><circle cx='200' cy='400' r='6' fill='rgba(86,131,255,0.13)'/><circle cx='540' cy='460' r='5' fill='rgba(234,11,36,0.11)'/><rect x='350' y='300' width='26' height='26' rx='5' fill='none' stroke='rgba(234,11,36,0.13)' stroke-width='1.4' transform='rotate(40 363 313)'/><path d='M280 180 L298 204 L280 228 L262 204 Z' fill='rgba(86,131,255,0.08)'/><circle cx='110' cy='520' r='4' fill='rgba(234,11,36,0.12)'/></svg>"),
    linear-gradient(135deg, #f0f4ff 0%, #f4f6fa 50%, #fdf5f6 100%);
  background-size: 600px 600px, auto;
  background-repeat: repeat, no-repeat;
  animation: dot-grid-drift 45s linear infinite;
}

.products-alt-intro::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -200px;
  right: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(86, 131, 255, 0.1) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
  animation: blob-float-b 15s ease-in-out infinite;
}

.products-alt-intro::after {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  bottom: -160px;
  left: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 11, 36, 0.08) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
  animation: blob-float-a 19s ease-in-out infinite;
}

.products-alt-intro > .container {
  position: relative;
  z-index: 2;
}

/* Anneau tournant central */
.products-alt-intro > .container::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  top: 50%;
  left: -6%;
  border-radius: 50%;
  border: 1.5px solid rgba(86, 131, 255, 0.1);
  box-shadow: 0 0 0 20px rgba(86, 131, 255, 0.035),
              0 0 0 44px rgba(86, 131, 255, 0.015);
  pointer-events: none;
  z-index: 0;
  animation: ring-spin 24s linear infinite;
}

/* Losange décoratif */
.products-alt-intro > .container::after {
  content: "";
  position: absolute;
  width: 76px;
  height: 76px;
  top: 10%;
  right: 0%;
  border-radius: 14px;
  border: 1.5px solid rgba(234, 11, 36, 0.12);
  pointer-events: none;
  z-index: 0;
  animation: ring-spin-rev 18s linear infinite;
}

.category-tile {
  min-height: 86px;
  border-radius: 0.95rem;
  background: #fff;
  border: 1px solid rgba(19, 23, 34, 0.1);
  box-shadow: 0 10px 22px rgba(16, 25, 39, 0.08);
  text-decoration: none;
  color: #151c2c;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.category-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(234, 11, 36, 0.35);
  color: var(--red);
}

.products-alt-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.products-alt-section:nth-child(odd) {
  background-color: #fdf8f9;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600'><polygon points='70,60 92,98 48,98' fill='rgba(234,11,36,0.08)'/><polygon points='500,130 524,172 476,172' fill='rgba(86,131,255,0.07)'/><circle cx='200' cy='420' r='6' fill='rgba(234,11,36,0.11)'/><circle cx='540' cy='460' r='5' fill='rgba(86,131,255,0.12)'/><rect x='360' y='330' width='26' height='26' rx='5' fill='none' stroke='rgba(86,131,255,0.13)' stroke-width='1.4' transform='rotate(35 373 343)'/><path d='M290 150 L308 174 L290 198 L272 174 Z' fill='rgba(234,11,36,0.08)'/></svg>"),
    radial-gradient(rgba(234, 11, 36, 0.08) 1.3px, transparent 1.4px),
    linear-gradient(160deg, #ffffff 0%, #fdf5f6 60%, #f8f4ff 100%);
  background-size: 600px 600px, 30px 30px, auto;
  background-repeat: repeat, repeat, no-repeat;
  animation: dot-grid-drift 44s linear infinite;
}

.products-alt-section:nth-child(even) {
  background-color: #eef3fa;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600'><polygon points='110,80 134,120 86,120' fill='rgba(86,131,255,0.08)'/><polygon points='490,100 512,142 468,142' fill='rgba(234,11,36,0.07)'/><circle cx='200' cy='400' r='6' fill='rgba(86,131,255,0.13)'/><circle cx='540' cy='460' r='5' fill='rgba(234,11,36,0.1)'/><rect x='360' y='300' width='28' height='28' rx='6' fill='none' stroke='rgba(234,11,36,0.13)' stroke-width='1.4' transform='rotate(-20 374 314)'/><path d='M280 180 L298 204 L280 228 L262 204 Z' fill='rgba(86,131,255,0.09)'/></svg>"),
    radial-gradient(rgba(86, 131, 255, 0.08) 1.3px, transparent 1.4px),
    linear-gradient(135deg, #eef2fb 0%, #f0f5ff 50%, #edf4f8 100%);
  background-size: 600px 600px, 30px 30px, auto;
  background-repeat: repeat, repeat, no-repeat;
  animation: dot-grid-drift 48s linear infinite reverse;
}

.products-alt-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -200px;
  right: -150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 11, 36, 0.09) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
  animation: blob-float-a 15s ease-in-out infinite;
}

.products-alt-section::after {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  bottom: -165px;
  left: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(86, 131, 255, 0.09) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
  animation: blob-float-b 18s ease-in-out infinite;
}

.products-alt-section > .container {
  position: relative;
  z-index: 2;
}

/* Anneau tournant par section */
.products-alt-section > .container::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  bottom: 0%;
  right: -4%;
  border-radius: 50%;
  border: 1.5px solid rgba(234, 11, 36, 0.09);
  box-shadow: 0 0 0 18px rgba(234, 11, 36, 0.03),
              0 0 0 40px rgba(234, 11, 36, 0.015);
  pointer-events: none;
  z-index: 0;
  animation: ring-spin 28s linear infinite;
}

.products-alt-section .container {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(19, 23, 34, 0.07);
  border-radius: 1rem;
  padding: 1.25rem;
  backdrop-filter: blur(4px);
}

.product-group-head-alt h3 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 700;
  color: #151c2c;
}

.product-group-head-alt p {
  color: #58627a;
  font-size: 0.93rem;
}

.product-card-minimal {
  background: #fff;
  border-radius: 0.95rem;
  overflow: hidden;
  border: 1px solid rgba(19, 23, 34, 0.08);
  box-shadow: 0 10px 22px rgba(16, 25, 39, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.product-card-minimal:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(16, 25, 39, 0.13);
}

.product-card-minimal img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.product-card-body-minimal {
  padding: 0.9rem 0.95rem 1rem;
}

.product-card-body-minimal h4 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
}

.product-card-body-minimal p {
  margin: 0;
  color: #58627a;
  font-size: 0.89rem;
}

.products-alt-cta {
  background: linear-gradient(140deg, #ffffff 0%, #f7f9ff 100%);
  border: 1px solid rgba(19, 23, 34, 0.1);
  border-radius: 1rem;
  padding: 1.4rem 1.45rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.products-alt-cta-kicker {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.77rem;
  color: var(--red);
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .products-alt-hero {
    padding: 3rem 0 2.4rem;
  }

  .products-alt-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .products-alt-hero-card h1 {
    font-size: 1.7rem;
  }

  .product-card-minimal img {
    height: 190px;
  }
}

/* About page modern redesign */
.about-modern-hero {
  background:
    radial-gradient(circle at 85% 10%, rgba(78, 120, 255, 0.24), rgba(78, 120, 255, 0)),
    radial-gradient(circle at 15% 80%, rgba(234, 11, 36, 0.2), rgba(234, 11, 36, 0)),
    linear-gradient(145deg, #101827 0%, #1a2740 100%);
}

.about-modern-chip {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 0.8rem;
  padding: 0.32rem 0.78rem;
}

.about-modern-title {
  color: #fff;
  font-size: clamp(1.7rem, 3.2vw, 2.7rem);
  line-height: 1.2;
}

.about-modern-subtitle {
  color: #dbe4fb;
  max-width: 720px;
  font-size: 0.97rem;
  line-height: 1.65;
}

.about-modern-highlight {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 1.1rem 1.2rem;
  color: #fff;
  backdrop-filter: blur(5px);
}

.about-modern-highlight p {
  color: #dbe4fb;
}

.about-modern-content {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #eff3fa;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600'><polygon points='90,70 114,112 66,112' fill='rgba(86,131,255,0.08)'/><polygon points='510,130 534,172 486,172' fill='rgba(234,11,36,0.08)'/><circle cx='200' cy='360' r='7' fill='rgba(86,131,255,0.13)'/><circle cx='540' cy='440' r='5' fill='rgba(234,11,36,0.11)'/><rect x='370' y='320' width='28' height='28' rx='6' fill='none' stroke='rgba(86,131,255,0.13)' stroke-width='1.4' transform='rotate(30 384 334)'/><path d='M280 170 L298 194 L280 218 L262 194 Z' fill='rgba(234,11,36,0.08)'/><circle cx='120' cy='500' r='4' fill='rgba(86,131,255,0.13)'/></svg>"),
    radial-gradient(rgba(86, 131, 255, 0.08) 1.4px, transparent 1.5px),
    linear-gradient(135deg, #eef2fb 0%, #f4f6fa 50%, #f9f4ff 100%);
  background-size: 600px 600px, 30px 30px, auto;
  background-repeat: repeat, repeat, no-repeat;
  animation: dot-grid-drift 45s linear infinite;
}

.about-modern-content::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  top: -220px;
  right: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(86, 131, 255, 0.1) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
  animation: blob-float-c 20s ease-in-out infinite;
}

.about-modern-content::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  bottom: -180px;
  left: -130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 11, 36, 0.08) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
  animation: blob-float-a 17s ease-in-out infinite;
}

.about-modern-content > .container {
  position: relative;
  z-index: 2;
}

/* Anneau tournant */
.about-modern-content > .container::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  top: 20%;
  left: -4%;
  border-radius: 50%;
  border: 1.5px solid rgba(86, 131, 255, 0.1);
  box-shadow: 0 0 0 22px rgba(86, 131, 255, 0.035),
              0 0 0 48px rgba(86, 131, 255, 0.015);
  pointer-events: none;
  z-index: 0;
  animation: ring-spin-rev 22s linear infinite;
}

/* Losange décoratif coin haut-droit */
.about-modern-content > .container::after {
  content: "";
  position: absolute;
  width: 85px;
  height: 85px;
  top: 5%;
  right: -1%;
  border-radius: 16px;
  border: 1.5px solid rgba(234, 11, 36, 0.12);
  pointer-events: none;
  z-index: 0;
  animation: ring-spin 16s linear infinite;
}

.about-modern-panel {
  background: #fff;
  border: 1px solid rgba(19, 23, 34, 0.08);
  border-radius: 1rem;
  padding: 1.3rem 1.35rem;
  box-shadow: 0 14px 28px rgba(16, 25, 39, 0.07);
}

.about-kpi-card {
  background: #fff;
  border: 1px solid rgba(19, 23, 34, 0.08);
  border-radius: 0.95rem;
  padding: 1rem;
  min-height: 130px;
  box-shadow: 0 10px 22px rgba(16, 25, 39, 0.06);
}

.about-kpi-label {
  margin-bottom: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--red);
}

.about-kpi-value {
  margin-bottom: 0;
  color: #1b2334;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
}

.about-modern-cta {
  background: linear-gradient(140deg, #ffffff 0%, #f5f8ff 100%);
  border: 1px solid rgba(19, 23, 34, 0.1);
  border-radius: 1rem;
  padding: 1.4rem 1.45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-shadow: 0 14px 28px rgba(16, 25, 39, 0.08);
}

.about-modern-cta-kicker {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.77rem;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .about-modern-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .about-modern-title {
    font-size: 1.55rem;
  }

  .about-modern-panel {
    padding: 1rem;
  }
}

/* Contact page */
.contact-modern-hero {
  background:
    radial-gradient(circle at 20% 15%, rgba(234, 11, 36, 0.2), rgba(234, 11, 36, 0)),
    radial-gradient(circle at 85% 10%, rgba(86, 131, 255, 0.24), rgba(86, 131, 255, 0)),
    linear-gradient(150deg, #0f1726 0%, #1f2b44 100%);
}

.contact-modern-chip {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.8rem;
  padding: 0.35rem 0.8rem;
}

.contact-modern-title {
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.contact-modern-subtitle {
  color: #dbe4fb;
  max-width: 760px;
  line-height: 1.6;
}

.contact-modern-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #eff3fa;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600'><polygon points='120,80 142,118 98,118' fill='rgba(86,131,255,0.09)'/><polygon points='490,140 513,180 467,180' fill='rgba(234,11,36,0.07)'/><circle cx='220' cy='420' r='6' fill='rgba(86,131,255,0.12)'/><circle cx='540' cy='460' r='5' fill='rgba(234,11,36,0.1)'/><rect x='370' y='330' width='28' height='28' rx='6' fill='none' stroke='rgba(234,11,36,0.13)' stroke-width='1.4' transform='rotate(-20 384 344)'/><path d='M300 200 L318 224 L300 248 L282 224 Z' fill='rgba(86,131,255,0.09)'/><circle cx='100' cy='520' r='4' fill='rgba(234,11,36,0.11)'/></svg>"),
    radial-gradient(rgba(86, 131, 255, 0.08) 1.4px, transparent 1.5px),
    linear-gradient(150deg, #eef2fb 0%, #f4f6fa 50%, #fdf5f6 100%);
  background-size: 600px 600px, 32px 32px, auto;
  background-repeat: repeat, repeat, no-repeat;
  animation: dot-grid-drift 50s linear infinite;
}

.contact-modern-section::before {
  content: "";
  position: absolute;
  width: 580px;
  height: 580px;
  top: -220px;
  left: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(86, 131, 255, 0.1) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
  animation: blob-float-b 18s ease-in-out infinite;
}

.contact-modern-section::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  bottom: -180px;
  right: -130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 11, 36, 0.09) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
  animation: blob-float-a 14s ease-in-out infinite;
}

.contact-modern-section > .container {
  position: relative;
  z-index: 2;
}

/* Anneau tournant central */
.contact-modern-section > .container::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  top: 10%;
  right: -6%;
  border-radius: 50%;
  border: 1.5px solid rgba(86, 131, 255, 0.1);
  box-shadow: 0 0 0 28px rgba(86, 131, 255, 0.035),
              0 0 0 58px rgba(86, 131, 255, 0.015);
  pointer-events: none;
  z-index: 0;
  animation: ring-spin 26s linear infinite;
}

/* Losange décoratif */
.contact-modern-section > .container::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 5%;
  left: -2%;
  border-radius: 20px;
  border: 1.5px solid rgba(234, 11, 36, 0.12);
  pointer-events: none;
  z-index: 0;
  animation: ring-spin-rev 22s linear infinite;
}

.contact-form-card,
.contact-info-card {
  background: #fff;
  border: 1px solid rgba(19, 23, 34, 0.1);
  border-radius: 1rem;
  box-shadow: 0 12px 24px rgba(16, 25, 39, 0.08);
}

.contact-form-card {
  padding: 1.2rem 1.25rem;
}

.contact-info-card {
  padding: 1rem 1.1rem;
}

.contact-input {
  border-radius: 0.75rem;
  border: 1px solid rgba(19, 23, 34, 0.14);
  padding: 0.65rem 0.78rem;
}

.contact-input:focus {
  border-color: rgba(234, 11, 36, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(234, 11, 36, 0.12);
}

@media (max-width: 767.98px) {
  .contact-modern-title {
    font-size: 1.55rem;
  }

  .contact-form-card {
    padding: 1rem;
  }
}

/* Product single page */
.product-single-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #f1f4fb;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600'><polygon points='110,70 134,112 86,112' fill='rgba(234,11,36,0.08)'/><polygon points='490,100 514,142 466,142' fill='rgba(86,131,255,0.08)'/><circle cx='190' cy='380' r='6' fill='rgba(234,11,36,0.11)'/><circle cx='530' cy='450' r='5' fill='rgba(86,131,255,0.12)'/><rect x='380' y='310' width='28' height='28' rx='6' fill='none' stroke='rgba(234,11,36,0.12)' stroke-width='1.4' transform='rotate(25 394 324)'/><path d='M290 190 L308 214 L290 238 L272 214 Z' fill='rgba(86,131,255,0.09)'/></svg>"),
    radial-gradient(rgba(234, 11, 36, 0.07) 1.4px, transparent 1.5px),
    linear-gradient(160deg, #f0f4ff 0%, #f8fafd 40%, #fdf5f6 100%);
  background-size: 600px 600px, 32px 32px, auto;
  background-repeat: repeat, repeat, no-repeat;
  animation: dot-grid-drift 42s linear infinite;
}

.product-single-hero::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  top: -220px;
  right: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 11, 36, 0.1) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
  animation: blob-float-a 16s ease-in-out infinite;
}

.product-single-hero::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  bottom: -170px;
  left: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(86, 131, 255, 0.09) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
  animation: blob-float-b 20s ease-in-out infinite;
}

.product-single-hero > .container {
  position: relative;
  z-index: 2;
}

/* Anneau central tournant */
.product-single-hero > .container::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  top: 50%;
  right: -5%;
  border-radius: 50%;
  border: 1.5px solid rgba(234, 11, 36, 0.09);
  box-shadow: 0 0 0 22px rgba(234, 11, 36, 0.04),
              0 0 0 48px rgba(234, 11, 36, 0.02);
  pointer-events: none;
  z-index: 0;
  animation: ring-spin 30s linear infinite;
}

.product-breadcrumb .breadcrumb-item,
.product-breadcrumb .breadcrumb-item a {
  font-size: 0.85rem;
  color: #58627a;
  text-decoration: none;
}

.product-breadcrumb .breadcrumb-item a:hover {
  color: var(--red);
}

.product-breadcrumb .breadcrumb-item.active {
  color: #151c2c;
  font-weight: 600;
}

.product-gallery-main {
  background: #ffffff;
  border: 1px solid rgba(19, 23, 34, 0.08);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(16, 25, 39, 0.08);
  position: relative;
}

.product-gallery-main .swiper-slide {
  aspect-ratio: 4 / 3;
  background: #f4f6fa;
}

.product-gallery-main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-gallery-main .swiper-button-next,
.product-gallery-main .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(19, 23, 34, 0.1);
  box-shadow: 0 10px 20px rgba(17, 26, 38, 0.12);
  color: #151c2c;
}

.product-gallery-main .swiper-button-next::after,
.product-gallery-main .swiper-button-prev::after {
  font-size: 13px;
  font-weight: 700;
}

.product-gallery-thumbs .swiper-slide {
  border-radius: 0.7rem;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 2px solid rgba(19, 23, 34, 0.08);
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.product-gallery-thumbs .swiper-slide:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.product-gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--red);
}

.product-chip-cat {
  display: inline-block;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(234, 11, 36, 0.1);
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-single-title {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #131722;
  line-height: 1.15;
}

.product-single-lead {
  color: #4e586d;
  font-size: 0.98rem;
  line-height: 1.65;
}

.product-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.45rem 0;
  font-size: 0.95rem;
  color: #1b2334;
  border-bottom: 1px dashed rgba(19, 23, 34, 0.12);
}

.product-features li:last-child {
  border-bottom: 0;
}

.product-features .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
  margin-top: 7px;
  flex: 0 0 9px;
}

.product-wa-btn {
  background: #25d366;
  border-color: #25d366;
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.25);
}

.product-wa-btn:hover,
.product-wa-btn:focus {
  background: #1fb858;
  border-color: #1fb858;
  color: #fff;
}

.product-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  background: #ffffff;
  border: 1px solid rgba(19, 23, 34, 0.08);
  border-radius: 1rem;
  box-shadow: 0 10px 22px rgba(16, 25, 39, 0.06);
}

.product-meta-grid .meta-label {
  margin: 0 0 0.15rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.product-meta-grid .meta-value {
  margin: 0;
  color: #151c2c;
  font-size: 0.92rem;
  font-weight: 600;
}

.product-tabs .nav-link {
  color: #1e2330;
  font-weight: 600;
  font-size: 0.92rem;
  border-radius: 999px;
  padding: 0.5rem 1.1rem;
  background: transparent;
  border: 1px solid rgba(19, 23, 34, 0.08);
  margin-right: 0.5rem;
}

.product-tabs .nav-link.active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.product-tabs-content {
  background: #ffffff;
  border: 1px solid rgba(19, 23, 34, 0.08);
  border-radius: 1rem;
  padding: 1.3rem 1.4rem;
  color: #2a3042;
  font-size: 0.96rem;
  line-height: 1.65;
  box-shadow: 0 10px 22px rgba(16, 25, 39, 0.06);
}

.spec-card {
  background: #f4f6fa;
  border: 1px solid rgba(19, 23, 34, 0.06);
  border-radius: 0.85rem;
  padding: 0.85rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.spec-card strong {
  color: var(--red);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.spec-card span {
  color: #151c2c;
  font-weight: 600;
  font-size: 0.95rem;
}

.use-card {
  background: #ffffff;
  border: 1px solid rgba(19, 23, 34, 0.08);
  border-radius: 0.85rem;
  padding: 0.95rem 1.05rem;
  font-weight: 600;
  color: #151c2c;
  box-shadow: 0 10px 20px rgba(16, 25, 39, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.use-card:hover {
  transform: translateY(-3px);
  border-color: rgba(234, 11, 36, 0.3);
}

@media (max-width: 767.98px) {
  .product-meta-grid {
    grid-template-columns: 1fr;
  }

  .product-tabs .nav-link {
    margin-right: 0.35rem;
    margin-bottom: 0.4rem;
  }

  .product-tabs-content {
    padding: 1rem;
  }
}
