/* =============================================
   DEVAS ORTHOPÉDIE — Joyful Brand Palette v4
   Palette: Brand Teal-Mint · Dark Teal · Clean White
   Extracted from DEVAS ORTHOPEDIE logo
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap');

/* ─── Design Tokens ──────────────────────────────── */
:root {
  /* Brand palette — extracted from box packaging */
  --brand:          #3DB7A6;   /* The box top light teal-mint */
  --brand-dark:     #248D7F;   /* Medium-dark teal */
  --brand-light:    #69CEBD;   /* The box soft mint */
  --brand-50:       #EDF9F7;   /* Very light mint for card backgrounds */
  --brand-100:      #C9EEED;   /* Light mint for borders */

  /* Dark teal — from "DEVAS" text and bottom of the box */
  --navy:           #0E4A3F;
  --navy-mid:       #165A4F;
  --teal-deep:      #0E4A3F;
  --teal:           #197868;   /* The mid-teal of the box gradient */
  --teal-vivid:     #269D8A;
  --teal-light:     #3DB7A6;
  --teal-mint:      #69CEBD;
  --teal-50:        #EDF9F7;
  --teal-100:       #C9EEED;

  /* Warm accent — orange-red from the "TISSU MEDICAL" label on the box */
  --gold:           #E0533C;
  --gold-light:     #EA7D68;
  --gold-50:        #FFF5F2;

  --cyan-swatch:    #19CFBC;   /* Vibrant cyan-swatch from user */

  /* Neutrals — clean, fresh */
  --white:          #FFFFFF;
  --warm-white:     #F7FAFA;   /* Very slightly teal-tinted white */
  --off-white:      #F0F6F5;
  --gray-50:        #F4F7F7;
  --gray-100:       #E6EDED;
  --gray-200:       #CCDADA;
  --gray-400:       #8AABAA;
  --gray-600:       #3D5D5C;
  --gray-800:       #162525;

  /* Text */
  --text-primary:   #0E4A3F;
  --text-second:    #3D5D5C;
  --text-muted:     #7A9A9A;
  --text-light:     #AACBCA;

  /* Borders */
  --border:         rgba(14,74,63,0.08);
  --border-light:   rgba(14,74,63,0.05);
  --border-dark:    rgba(14,74,63,0.13);
  --border-teal:    rgba(61,183,166,0.25);

  /* Shadows — tinted with brand teal */
  --shadow-xs:      0 1px 2px rgba(14,74,63,0.04);
  --shadow-sm:      0 2px 8px rgba(14,74,63,0.07), 0 1px 2px rgba(14,74,63,0.04);
  --shadow-md:      0 8px 24px rgba(14,74,63,0.09), 0 2px 8px rgba(14,74,63,0.05);
  --shadow-lg:      0 20px 48px rgba(14,74,63,0.12), 0 8px 16px rgba(14,74,63,0.07);
  --shadow-xl:      0 40px 80px rgba(14,74,63,0.16), 0 16px 32px rgba(14,74,63,0.10);
  --shadow-card:    0 24px 56px rgba(14,74,63,0.12), 0 8px 20px rgba(14,74,63,0.08);
  --shadow-gold:    0 8px 24px rgba(61,183,166,0.35);

  /* Radii */
  --r-xs:   4px;
  --r-sm:   10px;
  --r-md:   16px;
  --r-lg:   24px;
  --r-xl:   32px;
  --r-2xl:  48px;

  /* Motion */
  --ease:         cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out:     cubic-bezier(0.0, 0.0, 0.2, 1);
  --ease-spring:  cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --t:            all 0.35s var(--ease);
  --t-fast:       all 0.18s var(--ease);
  --t-slow:       all 0.55s var(--ease);

  /* Layout */
  --nav-h:        90px;
  --container:    1380px;

  /* Fonts */
  --font-display: 'Outfit', sans-serif;
  --font-body:    'Inter', sans-serif;
}

/* ─── Reset ──────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body {
  font-family: var(--font-body);
  color: var(--text-primary);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
button svg { display: block; }
input, textarea, select { font-family: inherit; }

/* ─── Scrollbar ──────────────────────────────────── */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--warm-white); }
::-webkit-scrollbar-thumb { background: var(--teal-mint); border: 2px solid var(--warm-white); border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--teal-light); }

/* ─── Page Progress Bar ──────────────────────────── */
#progress-bar {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--brand-dark), var(--brand), var(--teal-mint));
  z-index: 9999;
  transition: width 0.1s linear;
  border-radius: 0 2px 2px 0;
  pointer-events: none;
}

/* ─── Utilities ──────────────────────────────────── */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 5%;
}

/* FORCER L'AFFICHAGE SUR TOUS LES PETITS ÉCRANS */
@media screen and (max-width: 400px) {
  /* Forcer la navbar */
  .navbar {
    height: 70px !important;
    min-height: 10px !important; /* Augmenté pour laisser de la place */
    max-height: none !important;
    padding: 15px 5% !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
  }
  
  /* Forcer le conteneur */
  .nav-inner {
    height: auto !important;
    min-height: 110px !important;
    display: flex !important;
    justify-content: space-between !important; /* Changé de center à space-between */
    align-items: center !important;
    padding: 10px 0 !important;
    position: relative !important;
  }
  
  /* Forcer le logo à être grand mais aligné à gauche */
  .nav-logo {
    display: flex !important;
    justify-content: flex-start !important; /* Logo à gauche */
    align-items: center !important;
    width: auto !important; /* Changé de 100% à auto */
    height: auto !important; /* Changé de 10px à auto */
    flex: 1 !important;
  }
  
  .nav-logo a {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: auto !important;
  }
  
  .nav-logo-img {
    height: 130px !important;
    width: auto !important;
    max-width: 70% !important; /* Réduit pour laisser de la place au menu */
    min-height: 100px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 10 !important;
  }
  
  /* AFFICHER LE HAMBURGER */
  .hamburger {
    display: flex !important; /* Changé de none à flex */
    flex-direction: column !important;
    gap: 5.5px !important;
    padding: 8px !important;
    z-index: 1010 !important;
    cursor: pointer !important;
    position: relative !important;
    flex-shrink: 0 !important;
  }
  
  .hamburger span {
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    background: var(--teal-deep, #0E4A3F) !important;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    border-radius: 2px !important;
  }
  
  /* Cacher les liens de navigation (ils s'ouvrent avec le hamburger) */
  .nav-links {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    flex-direction: column !important;
    justify-content: center !important;
    background: rgba(14, 74, 63, 0.97) !important;
    backdrop-filter: blur(20px) !important;
    gap: 28px !important;
    z-index: 1000 !important;
  }
  
  .nav-links.open {
    display: flex !important;
  }
  
  /* Cacher les boutons dans la navbar (ils seront dans le menu) */
  .nav-cta-link,
  .nav-download-highlight {
    display: none !important;
  }
}

/* ─── Section Layout ─────────────────────────────── */
section { padding: 120px 0; }
.section-alt { background: var(--warm-white); }

.section-head { margin-bottom: 72px; }
.section-head.centered {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.overline {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 20px;
}
.overline::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--brand), var(--teal-mint));
  border-radius: 2px;
  flex-shrink: 0;
}

.display {
  font-family: var(--font-display);
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
.display em { font-style: normal; color: var(--brand); }

.section-sub {
  font-size: 16.5px;
  color: var(--text-second);
  max-width: 600px;
  line-height: 1.75;
  font-weight: 300;
}

/* ─── Reveal Animation ───────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ─── Buttons ────────────────────────────────────── */
.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-light) 100%);
  color: var(--navy);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: var(--r-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  box-shadow: 0 8px 24px rgba(78,181,165,0.4);
  position: relative;
  overflow: hidden;
}
.btn-gold::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  opacity: 0;
  transition: opacity 0.3s;
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(78,181,165,0.5); }
.btn-gold:hover::before { opacity: 1; }
.btn-gold:hover { color: white; }
.btn-gold span, .btn-gold > *:not(::before) { position: relative; z-index: 1; }
.btn-gold svg { position: relative; z-index: 1; transition: transform 0.3s var(--ease); flex-shrink: 0; }
.btn-gold:hover svg { transform: translateX(4px); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  background: transparent;
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border: 1.5px solid rgba(255,255,255,0.25);
  border-radius: var(--r-sm);
  transition: var(--t);
  backdrop-filter: blur(10px);
}
.btn-ghost:hover {
  background: rgba(255,255,255,0.12);
  color: white;
  border-color: rgba(255,255,255,0.45);
  transform: translateY(-2px);
}
.btn-download-highlight {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  background: linear-gradient(135deg, #FF9F43 0%, var(--gold) 100%);
  color: white;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: var(--r-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s;
  box-shadow: 0 8px 24px rgba(224, 83, 60, 0.4);
  position: relative;
  overflow: hidden;
  border: none;
}
.btn-download-highlight:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(224, 83, 60, 0.6);
  background: linear-gradient(135deg, var(--gold) 0%, #C0392B 100%);
  color: white;
}
.btn-download-highlight svg {
  transition: transform 0.3s var(--ease);
}
.btn-download-highlight:hover svg {
  transform: translateY(2px);
}

/* ═══════════════════════════════════════════════════
   ANNOUNCEMENT BAR
══════════════════════════════════════════════════ */
.announce-bar {
  background: var(--teal-deep);
  color: rgba(255,255,255,0.85);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  position: relative;
  z-index: 1001;
}
.announce-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 8px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.announce-items {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.announce-item {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.announce-item svg {
  flex-shrink: 0;
  color: var(--brand);
}
.announce-flag {
  width: 18px;
  height: auto;
  border-radius: 2px;
  display: block;
}
.announce-sep {
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,0.18);
  flex-shrink: 0;
}
.announce-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.announce-help {
  color: rgba(255,255,255,0.5);
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: none;
}
.announce-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: white;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: none;
  transition: color 0.25s;
}
.announce-phone:hover { color: var(--brand); }
.announce-phone svg { color: var(--brand); }

/* ═══════════════════════════════════════════════════
   NAVBAR (White)
══════════════════════════════════════════════════ */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  padding: 0 5%;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.4s var(--ease);
}
.navbar.scrolled {
  box-shadow: 0 4px 24px rgba(14,74,63,0.08);
}
.nav-inner {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; margin-left:-8% }
.nav-logo-img {
  height: 200px;
  width: auto;
  display: block;
  transition: var(--t);
}
.nav-logo:hover .nav-logo-img { transform: scale(1.04); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav-links a {
  font-size: 5px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--text-second);
  position: relative;
  transition: color 0.25s;
  padding: 8px 0;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 0; height: 2px;
  background: var(--brand);
  transition: width 0.3s var(--ease);
  border-radius: 2px;
}
.nav-links a:hover { color: var(--teal-deep); }
.nav-links a:hover::after { width: 100%; }

.nav-cta-link {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 10px 22px !important;
  border: 1.5px solid var(--teal-deep) !important;
  color: var(--teal-deep) !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  border-radius: var(--r-sm) !important;
  font-weight: 600 !important;
  transition: var(--t) !important;
}
.nav-cta-link::after { display: none !important; }
.nav-cta-link:hover {
  background: var(--teal-deep) !important;
  color: white !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(14,74,63,0.2) !important;
}

.nav-download-highlight {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 10px 22px !important;
  border-radius: var(--r-sm) !important;
  background: var(--brand) !important;
  color: white !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  transition: var(--t) !important;
  border: none !important;
}
.nav-download-highlight::after { display: none !important; }
.nav-download-highlight:hover {
  background: var(--brand-dark) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(61,183,166,0.35) !important;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5.5px;
  padding: 8px;
  z-index: 1010;
}
.hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--teal-deep);
  transition: var(--t);
  border-radius: 2px;
}

/* ═══════════════════════════════════════════════════
   HERO LIGHT
══════════════════════════════════════════════════ */
.hero-light {
  position: relative;
  background: var(--warm-white);
  overflow: hidden;
  padding: 60px 5% 80px;
}
.hero-light::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61,183,166,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.hero-light-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* ── Left column ─────────────────────────── */
.hero-light-content {
  position: relative;
}

/* Turkish badge */
.hero-turkey-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 20px;
  background: var(--brand-50);
  border: 1px solid var(--border-teal);
  border-radius: 60px;
  margin-bottom: 28px;
  animation: badgeFadeIn 0.8s var(--ease-spring) both;
}
@keyframes badgeFadeIn {
  0%  { opacity: 0; transform: translateY(10px) scale(0.96); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
.hero-turkey-badge-flag {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 2px solid var(--brand-100);
  box-shadow: 0 2px 8px rgba(14,74,63,0.1);
  flex-shrink: 0;
}
.hero-turkey-badge-flag img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  display: block;
}
.hero-turkey-badge-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.htb-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.htb-sub {
  font-size: 11px;
  font-weight: 400;
  color: var(--text-muted);
}

/* Heading */
.hero-light-title {
  font-family: var(--font-display);
  font-size: clamp(38px, 4.5vw, 68px);
  font-weight: 900;
  color: var(--teal-deep);
  line-height: 1.08;
  letter-spacing: -2px;
  margin-bottom: 8px;
}
.hero-light-em-teal {
  font-style: italic;
  color: var(--brand);
}
.hero-light-em-gold {
  font-style: italic;
  color: var(--gold);
}
.hero-light-rule {
  width: 36px;
  height: 3px;
  background: var(--brand);
  border-radius: 3px;
  margin: 20px 0 24px;
}

/* Description */
.hero-light-desc {
  font-size: 15px;
  color: var(--text-second);
  line-height: 1.8;
  max-width: 480px;
  margin-bottom: 40px;
  font-weight: 300;
}

/* Feature trio */
.hero-light-features {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  flex-wrap: wrap;
}
.hero-feat {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-feat-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--brand-50);
  border: 1px solid var(--border-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-feat-icon svg {
  width: 18px;
  height: 18px;
  color: var(--brand);
}
.hero-feat span {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-second);
  line-height: 1.35;
  letter-spacing: 0.3px;
}

/* ── Right column: product visual ────────── */
.hero-light-visual {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hlv-circle {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--brand-50) 0%, rgba(61,183,166,0.08) 100%);
  border: 1px solid var(--border-teal);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

/* Main center product */
.hlv-main-product {
  position: relative;
  z-index: 2;
  width: 320px;
  animation: hlvFloat 5s ease-in-out infinite;
}
.hlv-main-product img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 40px rgba(14,74,63,0.18));
}
@keyframes hlvFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}

/* Product cards */
.hlv-card {
  position: absolute;
  z-index: 3;
  background: white;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  border: 1px solid var(--border-light);
  transition: transform 0.35s var(--ease), box-shadow 0.35s;
}
.hlv-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.hlv-card img {
  width: 180px;
  height: 130px;
  object-fit: cover;
  display: block;
}
.hlv-card-label {
  padding: 8px 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--teal-deep);
  background: var(--brand-50);
  text-align: center;
}
.hlv-card-top {
  top: 10px;
  right: -10px;
  animation: hlvCardIn 0.7s var(--ease-spring) 0.3s both;
}
.hlv-card-bottom {
  bottom: 20px;
  right: -20px;
  animation: hlvCardIn 0.7s var(--ease-spring) 0.5s both;
}
@keyframes hlvCardIn {
  0%   { opacity: 0; transform: translateX(30px) scale(0.92); }
  100% { opacity: 1; transform: translateX(0) scale(1); }
}

/* Turkish certification badge */
.hlv-turkey-cert {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  z-index: 5;
}
.hlv-cert-flag {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  z-index: 2;
}
.hlv-cert-ring {
  position: absolute;
  inset: 0;
  animation: certSpin 15s linear infinite;
}
.hlv-cert-ring svg {
  width: 100%;
  height: 100%;
}
@keyframes certSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.hero-stats {
  display: flex;
  gap: 44px;
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.09);
}
.stat { position: relative; }
.stat:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -22px; top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 30px;
  background: rgba(255,255,255,0.1);
}
.stat-num {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 900;
  color: white;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -1.5px;
}
.stat-num sup {
  font-size: 20px;
  color: var(--teal-mint);
  vertical-align: super;
}
.stat-label {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
}

/* Hero mosaic */
.hero-visual { position: relative; }
.hero-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  aspect-ratio: 0.85;
}
.mosaic-cell {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--r-md);
  overflow: hidden;
  position: relative;
  transition: var(--t);
}
.mosaic-cell:first-child { grid-row: 1 / 3; }
.mosaic-cell:hover { border-color: rgba(61,184,160,0.3); transform: translateY(-4px); }
.mosaic-cell img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.65;
  transition: var(--t);
}
.mosaic-cell:hover img { opacity: 0.9; }
.mosaic-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 16px 16px;
  background: linear-gradient(transparent, rgba(7,26,47,0.85));
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
}
.hero-badge-float {
  position: absolute;
  bottom: -24px; right: -16px;
  background: linear-gradient(135deg, var(--teal-vivid), var(--teal-light));
  border-radius: var(--r-md);
  padding: 20px 28px;
  text-align: center;
  box-shadow: 0 16px 40px rgba(15,107,94,0.45);
  animation: float 4.5s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.hero-badge-float .num {
  display: block;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 900;
  color: white;
  line-height: 1;
}
.hero-badge-float .lbl {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  margin-top: 4px;
}

/* ═══════════════════════════════════════════════════
   VALUES SECTION
══════════════════════════════════════════════════ */
#valeurs { background: var(--white); }
.values-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.value-item {
  background: var(--white);
  padding: 56px 48px;
  transition: var(--t);
  position: relative;
  overflow: hidden;
  border-right: 1px solid var(--border);
}
.value-item:last-child { border-right: none; }
.value-item::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), var(--teal-mint));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
}
.value-item:hover::before { transform: scaleX(1); }
.value-item:hover { background: var(--warm-white); }
.value-num {
  font-family: var(--font-display);
  font-size: 80px;
  font-weight: 900;
  color: var(--teal-100);
  line-height: 1;
  margin-bottom: 22px;
  letter-spacing: -4px;
  transition: color 0.4s;
}
.value-item:hover .value-num { color: #12897A; }
.value-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 14px;
  line-height: 1.3;
}
.value-desc {
  font-size: 15px;
  color: var(--text-second);
  line-height: 1.8;
  font-weight: 300;
}

/* ═══════════════════════════════════════════════════
   CATALOGUE SECTION
══════════════════════════════════════════════════ */
.catalogue-controls {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 44px;
}

/* Search bar */
.search-bar {
  display: flex;
  align-items: center;
  background: var(--white);
  border: 1.5px solid var(--border-dark);
  border-radius: 60px;
  padding: 0 24px;
  transition: var(--t);
  box-shadow: var(--shadow-sm);
  max-width: 640px;
}
.search-bar:focus-within {
  border-color: var(--teal-light);
  box-shadow: 0 0 0 4px rgba(61,184,160,0.12), var(--shadow-sm);
}
.search-bar svg {
  flex-shrink: 0;
  color: var(--teal-light);
  width: 20px; height: 20px;
  transition: color 0.25s;
}
.search-bar:focus-within svg { color: var(--teal-vivid); }
#search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 18px 16px;
  font-size: 15px;
  color: var(--text-primary);
  background: transparent;
  font-weight: 400;
}
#search-input::placeholder { color: var(--text-muted); font-weight: 300; }

/* Filter tabs */
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tab {
  padding: 10px 22px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-second);
  background: var(--white);
  border: 1.5px solid var(--border-dark);
  border-radius: 40px;
  cursor: pointer;
  transition: var(--t);
  white-space: nowrap;
  letter-spacing: 0.3px;
}
.tab:hover {
  color: var(--navy);
  border-color: var(--brand);
  background: var(--brand-50);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.tab.active {
  color: white;
  background: var(--brand);
  border-color: var(--brand);
  box-shadow: 0 4px 16px rgba(78,181,165,0.4);
}

/* Count line */
.count-line {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 36px;
  letter-spacing: 0.3px;
}
.count-line strong {
  color: var(--teal-deep);
  font-weight: 700;
  font-size: 14px;
}

/* Products grid — 4 per row */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* ─── PRODUCT CARD — Premium Magazine Design ──────── */
.product-card {
  background: var(--white);
  border-radius: var(--r-md);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.4s var(--ease), transform 0.4s var(--ease), border-color 0.4s;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(13,53,53,0.06);
}
.product-card:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-10px);
  border-color: rgba(78,181,165,0.2);
}

/* Image zone */
.product-img-wrap {
  position: relative;
  background: var(--warm-white);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-img-wrap img {
  width: 84%;
  height: 84%;
  object-fit: contain;
  transition: transform 0.65s var(--ease);
  position: relative;
  z-index: 1;
}
.product-card:hover .product-img-wrap img { transform: scale(1.07); }

/* Shimmer placeholder */
.img-shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--gray-100) 25%, var(--gray-50) 50%, var(--gray-100) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.6s ease-in-out infinite;
  z-index: 2;
  transition: opacity 0.4s;
  border-radius: 0;
}
.img-shimmer.hidden { opacity: 0; pointer-events: none; }
@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Hover overlay CTA */
.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,53,53,0.82) 0%, rgba(13,53,53,0.0) 55%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.38s var(--ease);
  z-index: 3;
}
.product-card:hover .card-overlay { opacity: 1; }

.btn-overlay-devis {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--brand);
  color: var(--navy);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: var(--r-sm);
  transform: translateY(10px);
  transition: transform 0.38s var(--ease), background 0.2s, box-shadow 0.2s;
  box-shadow: 0 6px 20px rgba(78,181,165,0.4);
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
.product-card:hover .btn-overlay-devis { transform: translateY(0); }
.btn-overlay-devis:hover { background: white; color: var(--navy); }
.btn-overlay-devis svg { width: 13px; height: 13px; flex-shrink: 0; transition: transform 0.2s; }
.btn-overlay-devis:hover svg { transform: translateX(3px); }

/* Ref badge */
.product-ref-tag {
  position: absolute;
  top: 12px; left: 12px;
  background: rgba(13,53,53,0.85);
  backdrop-filter: blur(10px);
  color: rgba(255,255,255,0.92);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 40px;
  z-index: 4;
  border: 1px solid rgba(78,181,165,0.2);
}

/* Category badge */
.product-cat-badge {
  position: absolute;
  top: 12px; right: 12px;
  background: var(--brand);
  color: white;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 40px;
  z-index: 4;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Card body */
.product-body {
  padding: 16px 16px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-name {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 6px;
}
.product-desc {
  font-size: 12.5px;
  color: var(--text-second);
  line-height: 1.6;
  font-weight: 300;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}

/* Card footer */
.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid var(--border-light);
  gap: 8px;
}
.product-sizes { display: flex; flex-wrap: wrap; gap: 4px; flex: 1; min-width: 0; }
.size-pill {
  display: inline-block;
  padding: 3px 8px;
  background: var(--brand-50);
  color: var(--teal-deep);
  font-size: 9.5px;
  font-weight: 600;
  border-radius: var(--r-xs);
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.btn-devis-icon {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--brand);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--t);
  box-shadow: 0 4px 12px rgba(78,181,165,0.35);
  border: none;
  cursor: pointer;
}
.btn-devis-icon svg { width: 14px; height: 14px; transition: transform 0.3s var(--ease); }
.btn-devis-icon:hover {
  background: var(--brand-dark);
  color: white;
  transform: scale(1.12);
  box-shadow: 0 8px 20px rgba(78,181,165,0.45);
}
.btn-devis-icon:hover svg { transform: translateX(2px); }

/* No results */
.no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 120px 20px;
  color: var(--text-muted);
}
.no-results-title {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--text-second);
  margin-bottom: 12px;
  font-weight: 700;
}
.no-results p { font-size: 15px; font-weight: 300; }

/* ═══════════════════════════════════════════════════
   ABOUT SECTION
══════════════════════════════════════════════════ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.about-numbers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 44px;
}
.about-num-cell {
  background: var(--warm-white);
  border: 1px solid var(--border-light);
  border-radius: var(--r-md);
  padding: 26px 24px;
  box-shadow: var(--shadow-xs);
  transition: var(--t);
  position: relative;
  overflow: hidden;
}
.about-num-cell::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--brand), var(--teal-mint));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
}
.about-num-cell:hover::after { transform: scaleX(1); }
.about-num-cell:hover {
  background: var(--white);
  border-color: var(--border-teal);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.about-big-num {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 900;
  color: var(--teal-deep);
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -1.5px;
}
.about-num-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
}

.about-list { margin-top: 40px; display: flex; flex-direction: column; }
.about-list-item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-light);
  transition: padding-left 0.3s var(--ease);
}
.about-list-item:last-child { border-bottom: none; }
.about-list-item:hover { padding-left: 8px; }
.about-list-idx {
  font-family: var(--font-display);
  font-size: 12px;
  color: var(--teal-light);
  font-weight: 800;
  min-width: 28px;
  padding-top: 3px;
  letter-spacing: 0.5px;
}
.about-list-text { font-size: 14.5px; color: var(--text-second); line-height: 1.75; font-weight: 300; }
.about-list-text strong { color: var(--teal-deep); font-weight: 600; }

.about-visual { position: relative; }
.about-img-stack { position: relative; aspect-ratio: 1.1; width: 100%; }
.about-img-main {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--teal-deep) 0%, var(--navy) 100%);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(255,255,255,0.07);
}
.about-img-main-inner {
  width: 100%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-img-main-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 50% 50%, rgba(61,184,160,0.2) 0%, transparent 65%),
    linear-gradient(rgba(61,184,160,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61,184,160,0.04) 1px, transparent 1px);
  background-size: auto, 40px 40px, 40px 40px;
}
.about-logo-large { text-align: center; position: relative; z-index: 2; padding: 24px; }
.about-logo-img {
  width: clamp(160px, 55%, 260px);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 4px 24px rgba(61,184,160,0.3));
  transition: transform 0.6s var(--ease), filter 0.4s;
}
.about-img-main:hover .about-logo-img {
  transform: scale(1.06);
}
.about-logo-large-name {
  font-family: var(--font-display);
  font-size: clamp(30px, 4.5vw, 60px);
  font-weight: 900;
  letter-spacing: 8px;
  color: white;
  text-transform: uppercase;
}
.about-logo-large-rule {
  width: 48px; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--teal-mint));
  margin: 18px auto;
  border-radius: 2px;
}
.about-logo-large-sub {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(61,184,160,0.65);
}
.about-card-float {
  position: absolute;
  right: -20px; bottom: -20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 24px 28px;
  box-shadow: var(--shadow-lg);
  min-width: 180px;
  animation: float 5.5s ease-in-out infinite;
}
.about-card-float-num {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 900;
  color: var(--teal-deep);
  line-height: 1;
}
.about-card-float-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 6px;
}
.about-gold-line {
  width: 36px; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--teal-light));
  margin-top: 14px;
  border-radius: 2px;
}

/* ═══════════════════════════════════════════════════
   CONTACT SECTION
══════════════════════════════════════════════════ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.contact-info-title {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 32px;
}
.contact-items { display: flex; flex-direction: column; }
.contact-item {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
  transition: padding-left 0.3s var(--ease);
}
.contact-item:first-child { border-top: 1px solid var(--border); }
.contact-item:hover { padding-left: 6px; }
.contact-item-icon {
  width: 44px; height: 44px;
  flex-shrink: 0;
  border: 1.5px solid var(--border-dark);
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--warm-white);
  transition: var(--t);
  color: var(--teal-vivid);
}
.contact-item-icon svg { width: 18px; height: 18px; }
.contact-item:hover .contact-item-icon { background: var(--teal-50); border-color: var(--teal-light); }
.contact-item-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 5px;
}
.contact-item-value { font-size: 15px; color: var(--text-primary); font-weight: 500; line-height: 1.5; }
.contact-item-value a { color: var(--text-primary); transition: color 0.2s; }
.contact-item-value a:hover { color: var(--teal-vivid); }

/* Social media buttons */
.contact-socials {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: var(--r-sm);
  font-size: 13px;
  font-weight: 600;
  transition: var(--t);
  border: 1.5px solid var(--border-dark);
  color: var(--text-second);
  background: var(--warm-white);
  cursor: pointer;
}
.social-btn:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.social-btn.facebook:hover { background: #1877F2; color: white; border-color: #1877F2; }
.social-btn.instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: white; border-color: transparent;
}
.social-btn svg { width: 18px; height: 18px; flex-shrink: 0; }

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: #25D366;
  color: white;
  font-size: 14px;
  font-weight: 700;
  border-radius: var(--r-sm);
  transition: var(--t);
  margin-top: 24px;
  box-shadow: 0 8px 24px rgba(37,211,102,0.3);
  width: fit-content;
  cursor: pointer;
  letter-spacing: 0.3px;
}
.btn-whatsapp svg { width: 22px; height: 22px; flex-shrink: 0; }
.btn-whatsapp:hover { background: #128C7E; transform: translateY(-3px); box-shadow: 0 16px 40px rgba(37,211,102,0.4); }

/* Contact form */
.contact-form-wrap {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--r-xl);
  padding: 48px;
  box-shadow: var(--shadow-md);
}
.contact-form-title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 32px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.form-group:last-of-type { margin-bottom: 0; }
label { font-size: 11.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--text-second); }
input, textarea, select {
  padding: 14px 18px;
  border: 1.5px solid var(--border-dark);
  border-radius: var(--r-sm);
  font-size: 14.5px;
  color: var(--text-primary);
  background: var(--warm-white);
  transition: var(--t-fast);
  outline: none;
}
input:focus, textarea:focus, select:focus {
  border-color: var(--teal-light);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(61,184,160,0.12);
}
textarea { resize: vertical; min-height: 120px; line-height: 1.6; }
input::placeholder, textarea::placeholder { color: var(--text-muted); font-weight: 300; }

.btn-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 36px;
  background: linear-gradient(135deg, var(--teal-deep), var(--teal-vivid));
  color: white;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: var(--r-sm);
  transition: var(--t);
  margin-top: 28px;
  box-shadow: 0 8px 24px rgba(10,61,53,0.3);
  width: 100%;
  cursor: pointer;
}
.btn-form-submit svg { width: 18px; height: 18px; flex-shrink: 0; transition: transform 0.3s; }
.btn-form-submit:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(10,61,53,0.4); }
.btn-form-submit:hover svg { transform: translateX(4px) rotate(-45deg) scale(0.9); }

.form-success { display: none; text-align: center; padding: 60px 20px; }
.form-success-mark {
  width: 72px; height: 72px;
  background: var(--teal-50);
  border: 2px solid var(--teal-light);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px;
  color: var(--teal-vivid);
}
.form-success-mark svg { width: 32px; height: 32px; }
.form-success-title {
  font-family: var(--font-display);
  font-size: 26px; font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.form-success-text { font-size: 15px; color: var(--text-second); font-weight: 300; line-height: 1.7; }

/* ═══════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════ */
footer {
  background: var(--navy);
  color: rgba(255,255,255,0.6);
}
.footer-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 5%;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  padding: 80px 0 64px;
}
.footer-brand-name {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 900;
  color: white;
  letter-spacing: -1px;
}
.footer-brand-sub {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--brand);
  margin-top: 4px;
}
.footer-brand-rule {
  width: 40px; height: 2px;
  background: linear-gradient(90deg, var(--brand), var(--teal-mint));
  margin: 22px 0;
  border-radius: 2px;
}
.footer-brand-text { font-size: 14px; line-height: 1.8; font-weight: 300; max-width: 280px; }
.footer-socials { display: flex; gap: 10px; margin-top: 24px; }
.footer-social-icon {
  width: 38px; height: 38px;
  border-radius: var(--r-sm);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.55);
  transition: var(--t-fast);
}
.footer-social-icon svg { width: 18px; height: 18px; }
.footer-social-icon:hover { background: rgba(255,255,255,0.08); color: white; border-color: rgba(255,255,255,0.22); transform: translateY(-3px); }
.footer-col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 28px;
}
.footer-links { display: flex; flex-direction: column; gap: 14px; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,0.5); transition: color 0.2s, padding-left 0.2s; font-weight: 300; }
.footer-links a:hover { color: var(--brand); padding-left: 6px; }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  gap: 20px;
  flex-wrap: wrap;
}
.footer-copy { font-size: 13px; color: rgba(255,255,255,0.28); font-weight: 300; }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a { font-size: 13px; color: rgba(255,255,255,0.28); transition: color 0.2s; }
.footer-legal a:hover { color: rgba(255,255,255,0.6); }

/* ═══════════════════════════════════════════════════
   MODAL — Premium Split Layout
══════════════════════════════════════════════════ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5, 21, 30, 0.72);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.38s var(--ease), visibility 0.38s;
}
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal {
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(247,251,250,0.98));
  border-radius: 28px;
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  max-height: 92vh;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) 1.05fr;
  box-shadow: 0 30px 90px rgba(13,53,53,0.24);
  border: 1px solid rgba(78,181,165,0.16);
  transform: scale(0.96) translateY(22px);
  transition: transform 0.45s var(--ease-spring);
  overflow-y: auto;
}
.modal-overlay.open .modal { transform: scale(1) translateY(0); }

/* Image panel */
.modal-image-panel {
  background: linear-gradient(145deg, #0F3F3F 0%, #176F64 45%, #5EC6B0 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 460px;
  overflow: hidden;
  padding: 24px 24px 24px;
}
.modal-image-panel::before {
  content: '';
  position: absolute;
  inset: -18% -10% auto auto;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.16);
  border-radius: 50%;
  filter: blur(10px);
  transform: translate(24%, -14%);
}
.modal-image-panel::after {
  content: '';
  position: absolute;
  inset: auto -12% -18% -12%;
  height: 220px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.20), transparent);
  transform: rotate(-8deg);
}
.modal-image-panel {
  background: linear-gradient(145deg, #0F3F3F 0%, #176F64 45%, #5EC6B0 100%);
  position: relative;
  display: flex;
  flex-direction: column; /* stack image then caption */
  align-items: center;
  justify-content: center;
  min-height: 460px;
  overflow: hidden;
  padding: 24px 24px 48px; /* extra bottom padding for caption */
}

#modal-product-img {
  width: 80%;
  max-height: calc(100% - 160px);
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 24px 42px rgba(0,0,0,0.25));
  transition: transform 0.7s var(--ease);
}
.modal-overlay.open #modal-product-img { transform: scale(1.03) translateY(-2px); }
.modal-image-info {
  position: relative; /* flow under the image */
  margin: 18px auto 0;
  width: calc(100% - 48px);
  max-width: 820px;
  padding: 14px 18px;
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  z-index: 2;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
  text-align: center;
}
.modal-image-ref {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  margin-bottom: 6px;
}
.modal-image-name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: white;
  line-height: 1.3;
}

/* Form panel */
.modal-form-panel {
  padding: 42px 40px 36px;
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfa 100%);
}
.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(13,53,53,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-second);
  transition: var(--t-fast);
  background: rgba(13,53,53,0.04);
  z-index: 5;
  cursor: pointer;
}
.modal-close svg { width: 16px; height: 16px; }
.modal-close:hover {
  background: rgba(78,181,165,0.12);
  color: var(--text-primary);
  border-color: rgba(78,181,165,0.22);
  transform: rotate(90deg);
}

.modal-form-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 2vw, 28px);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
  padding-right: 42px;
}
.modal-form-sub {
  font-size: 14px;
  color: var(--text-second);
  margin-bottom: 24px;
  font-weight: 300;
  line-height: 1.6;
}
.modal-form .form-group { margin-bottom: 16px; }
.modal-form label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--text-second);
  margin-bottom: 8px;
}
.modal-form input,
.modal-form textarea,
.modal-form select {
  width: 100%;
  padding: 13px 15px;
  font-size: 14px;
  color: var(--text-primary);
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(13,53,53,0.12);
  border-radius: 14px;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(13,53,53,0.04);
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease), transform 0.2s var(--ease);
}
.modal-form input::placeholder,
.modal-form textarea::placeholder {
  color: #8fa7a5;
}
.modal-form input:focus,
.modal-form textarea:focus,
.modal-form select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(78,181,165,0.14);
  transform: translateY(-1px);
}
.modal-form textarea {
  min-height: 102px;
  resize: vertical;
}

.modal-wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 15px 20px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: white;
  font-size: 14px;
  font-weight: 700;
  border-radius: 16px;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), filter 0.25s var(--ease);
  margin-top: 12px;
  box-shadow: 0 16px 32px rgba(37,211,102,0.24);
  cursor: pointer;
  letter-spacing: 0.2px;
}
.modal-wa-btn svg { width: 20px; height: 20px; flex-shrink: 0; }
.modal-wa-btn:hover {
  background: linear-gradient(135deg, #2FE67A 0%, #128C7E 100%);
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(37,211,102,0.32);
  filter: brightness(1.04);
}

@media (max-width: 900px) {
  .modal {
    grid-template-columns: 1fr;
    max-height: 90vh;
  }
  .modal-image-panel {
    min-height: 300px;
    padding: 24px 20px 20px;
  }
  /* Ensure product image is visible and scaled on smaller screens */
  #modal-product-img {
    width: 92% !important;
    max-height: 220px !important;
    object-fit: contain;
    display: block !important;
    margin: 0 auto;
  }
  .modal-form-panel {
    padding: 32px 24px 28px;
  }
}

@media (max-width: 560px) {
  .modal-overlay { padding: 12px; }
  .modal { border-radius: 20px; }
  .modal-form-panel { padding: 28px 18px 24px; }
  .modal-form-title { padding-right: 36px; }
  .modal-close { top: 14px; right: 14px; }
  .modal-image-info {
    left: 14px;
    right: 14px;
    bottom: 14px;
    top: auto;
    transform: none;
    text-align: left;
  }
  #modal-product-img {
    width: 100% !important;
    max-height: 180px !important;
  }
}
/* ═══════════════════════════════════════════════════
   FLOATING BUTTONS
══════════════════════════════════════════════════ */
.wa-float {
  position: fixed;
  right: 28px; bottom: 88px;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37,211,102,0.4);
  z-index: 900;
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
  animation: pulse-wa 3s ease-in-out infinite;
  cursor: pointer;
}
.wa-float svg { width: 28px; height: 28px; }
@keyframes pulse-wa {
  0%, 100% { box-shadow: 0 8px 24px rgba(37,211,102,0.4); }
  50% { box-shadow: 0 8px 24px rgba(37,211,102,0.4), 0 0 0 12px rgba(37,211,102,0.12); }
}
.wa-float:hover { transform: scale(1.12) translateY(-3px); box-shadow: 0 16px 40px rgba(37,211,102,0.55); animation: none; }

.scroll-top {
  position: fixed;
  right: 28px; bottom: 28px;
  width: 48px; height: 48px;
  border-radius: var(--r-sm);
  background: var(--navy);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.8);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md);
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transition: var(--t);
  transform: translateY(12px);
  cursor: pointer;
}
.scroll-top svg { width: 18px; height: 18px; }
.scroll-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top:hover { background: var(--teal-deep); transform: translateY(-3px); }

/* ═══════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════ */
@media (max-width: 1280px) {
  .products-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; }
}
@media (max-width: 1100px) {
  .products-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .hero-light-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-light-visual { min-height: 380px; }
  .about-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-visual { max-width: 480px; margin: 0 auto; }
  .contact-grid { grid-template-columns: 1fr; gap: 60px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .values-row { grid-template-columns: 1fr; }
  .value-item { border-right: none; border-bottom: 1px solid var(--border); }
  .value-item:last-child { border-bottom: none; }
}
@media (max-width: 900px) {
  .hero-light-visual { display: none; }
  .hero-light { padding: 40px 5% 60px; }
  .modal { grid-template-columns: 1fr; }
  .modal-image-panel { min-height: 240px; }
  .announce-items { gap: 12px; }
  .announce-sep:nth-child(6),
  .announce-item:nth-child(4) { display: none; }
  .turkey-chain { flex-wrap: wrap; padding: 16px; gap: 12px; justify-content: center; }
  .chain-connector { min-width: 30px; }
}
@media (max-width: 768px) {
  :root { --nav-h: 70px; }
  section { padding: 80px 0; }
  .container { padding: 0 6%; }
  .hamburger { display: flex; }
  .nav-links {
    position: fixed;
    inset: 0;
    flex-direction: column;
    justify-content: center;
    background: rgba(14,74,63,0.97);
    backdrop-filter: blur(20px);
    gap: 28px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 1000;
  }
  .nav-links.open { opacity: 1; visibility: visible; }
  .nav-links a { font-size: 20px; letter-spacing: 3px; color: rgba(255,255,255,0.8) !important; }
  .nav-cta-link { padding: 16px 40px !important; font-size: 16px !important; border-color: rgba(255,255,255,0.5) !important; color: white !important; }
  .nav-download-highlight { background: var(--brand) !important; }
  .hero-light-title { font-size: clamp(32px, 8vw, 48px); }
  .hero-light-features { gap: 20px; }
  .section-head { margin-bottom: 48px; }
  .display { font-size: clamp(28px, 7vw, 40px); }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .filter-tabs { gap: 6px; }
  .tab { padding: 8px 16px; font-size: 12px; }
  .contact-form-wrap { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; padding: 60px 0 40px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .modal-form-panel { padding: 32px 24px; }
  .announce-contact { display: none; }
  .announce-items { gap: 10px; font-size: 10px; }
}

@media (max-width: 480px) {
  :root { --nav-h: 400px; }
  .nav-logo-img {
    height: 500px;
    width: auto;
  }
  .hero-light { padding: 28px 5% 40px; }
  .hero-turkey-badge { padding: 8px 14px; gap: 10px; }
  .hero-turkey-badge-flag { width: 32px; height: 32px; }
  .hero-turkey-badge-flag img { width: 36px; height: 36px; }
  .hero-light-features { flex-direction: column; gap: 14px; }
  .products-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .product-body { padding: 12px 12px 10px; }
  .product-name { font-size: 13.5px; }
  .product-desc { font-size: 11.5px; }
  .product-ref-tag { top: 8px; left: 8px; font-size: 7px; padding: 3px 7px; }
  .product-cat-badge { top: 8px; right: 8px; font-size: 7px; padding: 3px 7px; max-width: 70px; }
  .size-pill { padding: 3px 7px; font-size: 9px; }
  .btn-devis-icon { width: 30px; height: 30px; }
  .btn-devis-icon svg { width: 12px; height: 12px; }
  .announce-bar { font-size: 9px; }
  .announce-items { gap: 8px; }
  .announce-sep:nth-child(4),
  .announce-item:nth-child(3) { display: none; }
}

/* =============================================
   Homepage design integration - reference mockup
   ============================================= */
.announce-bar {
  background: rgba(255,255,255,0.88);
  color: var(--text-primary);
  border-bottom: 1px solid rgba(14,74,63,0.08);
  backdrop-filter: blur(14px);
}

.announce-inner {
  max-width: 1536px;
  min-height: 54px;
  padding: 0 5.6%;
}

.announce-items {
  gap: clamp(18px, 3.15vw, 52px);
}

.announce-item {
  color: #17383d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.announce-item svg,
.announce-phone svg {
  color: var(--teal-deep);
}

.announce-sep {
  display: none;
}

.announce-help {
  color: #17383d;
  font-size: 13px;
  letter-spacing: 0;
}

.announce-phone {
  color: #122b31;
  font-size: 13px;
  font-weight: 800;
}

.navbar {
  background: rgba(255,255,255,0.96);
  box-shadow: none;
  height: var(--nav-h);
  display: flex;
  align-items: center;
}

.nav-inner {
  max-width: 1536px;
  min-height: 106px;
  padding: 0 5.6%;
}

.nav-logo-img {
  width: 258px;
  max-height: none;
}

.nav-links {
  gap: clamp(26px, 3.7vw, 58px);
}

.nav-links a {
  color: #092b31;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.nav-download-highlight {
  padding: 14px 22px !important;
  color: #fff !important;
  background: linear-gradient(180deg, #007c78, #005c5a) !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 14px rgba(0,109,106,0.18);
}

.nav-cta-link {
  min-height: 45px;
  padding: 13px 20px !important;
  border: 1px solid rgba(0,93,91,0.65) !important;
  border-radius: 8px !important;
  color: #092b31 !important;
  background: transparent !important;
}

.hero-light {
  min-height: 550px;
  padding: 24px 0 18px;
  background:
    radial-gradient(circle at 66% 38%, rgba(126,198,189,0.22) 0 17%, transparent 17.3%),
    radial-gradient(circle at 73% 47%, rgba(204,234,231,0.78) 0 28%, transparent 28.3%),
    linear-gradient(105deg, rgba(255,255,255,0.97) 0 48%, rgba(232,245,243,0.94) 48.2% 100%);
}

.hero-light::before {
  top: 50px;
  right: 40%;
  width: 430px;
  height: 550px;
  border: 1px solid rgba(14,74,63,0.05);
  border-radius: 50%;
  background: transparent;
  transform: rotate(-22deg);
}

.hero-light-inner {
  max-width: 1536px;
  grid-template-columns: 47% 53%;
  gap: 0;
  padding: 0 5.1% 0 5.7%;
  align-items: center;
}

.hero-turkey-badge {
  min-width: 430px;
  min-height: 76px;
  padding: 0 26px 0 0;
  gap: 16px;
  border: 0;
  border-radius: 40px;
  background: linear-gradient(90deg, #eef5f4, rgba(238,245,244,0.65));
  box-shadow: none;
}

.hero-turkey-badge-flag {
  width: 72px;
  height: 72px;
  border-radius: 40px;
  background: #f5dddd;
  box-shadow: none;
}

.hero-turkey-badge-flag img {
  width: 42px;
  height: 42px;
}

.htb-title {
  color: #17383d;
  font-size: 13px;
  letter-spacing: 0.07em;
}

.htb-sub {
  color: #172f34;
  font-size: 13px;
}

.hero-light-title {
  max-width: 590px;
  margin: 20px 0 8px;
  color: #05313a;
  font-size: clamp(48px, 4.35vw, 66px);
  line-height: 0.97;
  letter-spacing: 0;
}

.hero-light-em-teal,
.hero-light-em-gold {
  font-style: normal;
}

.hero-light-rule {
  width: 60px;
  height: 5px;
  margin: 17px 0 17px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--brand), var(--brand) 44px, transparent 44px 52px, var(--teal-deep) 52px);
}

.hero-light-desc {
  max-width: 575px;
  color: #13292f;
  font-size: 17px;
  line-height: 1.55;
}

.hero-light-features {
  gap: 44px;
  margin-top: 31px;
}

.hero-feat {
  gap: 13px;
}

.hero-feat-icon {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
}

.hero-feat-icon svg {
  width: 38px;
  height: 38px;
  color: #0b4f51;
  stroke-width: 1.6;
}

.hero-feat span {
  color: #123238;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.hero-light-visual {
  min-height: 528px;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(220px, 0.92fr);
  gap: 15px;
  align-items: stretch;
  padding: 0 40px 22px 8px;
}

.hlv-circle {
  inset: -36px 7px 0 -34px;
  width: auto;
  height: auto;
  border-radius: 48% 45% 42% 48%;
  background:
    radial-gradient(circle at 28% 45%, rgba(255,255,255,0.86) 0 35%, transparent 35.4%),
    radial-gradient(circle at 60% 50%, rgba(122,199,190,0.42) 0 42%, rgba(232,246,244,0.96) 42.4% 100%);
  box-shadow: inset 0 0 40px rgba(255,255,255,0.8);
  transform: none;
}

.hlv-main-product,
.hlv-card {
  position: relative;
  inset: auto;
  width: auto;
  height: auto;
  border: 1px solid rgba(255,255,255,0.92);
  border-radius: 15px;
  box-shadow: 0 12px 28px rgba(15,83,80,0.12);
  overflow: hidden;
  background: #fff;
}

.hlv-main-product {
  z-index: 2;
  min-height: 506px;
}

.hlv-main-product img,
.hlv-card img:not(.hlv-turkey-cert) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hlv-card img:not(.hlv-turkey-cert) {
  min-height: 0;
}

.hlv-card-top,
.hlv-card-bottom {
  animation: none;
}

.hlv-card-top {
  grid-column: 2;
  grid-row: 1;
}

.hlv-card-bottom {
  grid-column: 2;
  grid-row: 2;
}

.hero-light-visual .hlv-main-product {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.hero-light-visual .hlv-card-top,
.hero-light-visual .hlv-card-bottom {
  display: block;
}

.hero-light-visual {
  grid-template-rows: 1fr 0.86fr;
}

.hlv-card-label {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 15px;
  padding: 12px 16px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 7px;
  background: linear-gradient(180deg, #007c78, #004f50);
  box-shadow: 0 8px 14px rgba(0,74,70,0.25);
}

.hlv-turkey-cert {
  position: absolute;
  right: -34px;
  bottom: -30px;
  z-index: 5;
  width: 151px !important;
  height: 151px !important;
  border-radius: 50%;
  filter: drop-shadow(0 10px 16px rgba(19,77,73,0.18));
}

.home-proof-band {
  position: relative;
  z-index: 5;
  padding: 0;
  background: linear-gradient(180deg, transparent 0 50%, rgba(250,251,251,0.96) 50% 100%);
}

.home-proof-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: calc(1536px - 126px);
  margin: 0 auto;
  padding: 25px 20px;
  color: #fff;
  background: linear-gradient(90deg, #006c68, #004f50);
  border-radius: 14px;
  box-shadow: 0 14px 22px rgba(0,68,66,0.14);
}

.home-proof-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  min-height: 78px;
  padding: 0 25px;
  border-right: 1px solid rgba(255,255,255,0.25);
}

.home-proof-item:last-child {
  border-right: 0;
}

.home-proof-icon {
  width: 56px;
  height: 56px;
  align-self: center;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  color: rgba(203,240,235,0.9);
}

.home-proof-icon svg {
  width: 42px;
  height: 42px;
}

.home-proof-item h2 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-proof-item p {
  margin: 0;
  color: rgba(255,255,255,0.95);
  font-size: 14px;
  line-height: 1.42;
}

.home-why {
  padding: 20px 0 24px;
  background: rgba(250,251,251,0.96);
}

.home-why-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 4.7%;
}

.home-why-head {
  text-align: center;
}

.home-why-head h2 {
  margin: 0;
  color: #123238;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-why-head span {
  display: block;
  width: 62px;
  height: 8px;
  margin: 12px auto 17px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--brand) 0 43px, transparent 43px 50px, var(--teal-deep) 50px 58px);
}

.home-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.home-why-grid article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  min-height: 80px;
  padding: 0 30px;
  border-right: 1px solid #e2e8e7;
}

.home-why-grid article:last-child {
  border-right: 0;
}

.home-why-icon {
  width: 50px;
  height: 50px;
  color: #0d5657;
}

.home-why-icon svg {
  width: 50px;
  height: 50px;
}

.home-why-grid h3 {
  margin: 0 0 8px;
  color: #123238;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-why-grid p {
  margin: 0;
  color: #243b40;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .announce-inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px 28px;
  }

  .announce-contact {
    display: flex;
  }

  .nav-inner {
    min-height: auto;
    padding: 24px 34px 18px;
  }

  .nav-links {
    gap: 18px 28px;
  }

  .hero-light-inner {
    grid-template-columns: 1fr;
    padding: 0 34px;
  }

  .hero-light-visual {
    max-width: 720px;
    margin: 22px auto 0;
  }

  .home-proof-inner,
  .home-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-proof-inner {
    margin: 0 34px;
  }

  .home-proof-item:nth-child(2),
  .home-why-grid article:nth-child(2) {
    border-right: 0;
  }

  .home-proof-item {
    padding: 18px 25px;
  }
}

@media (max-width: 900px) {
  .hero-light-visual {
    display: grid;
  }
}

@media (max-width: 720px) {
  .nav-logo-img {
    height: 180px;
    width: auto;
  }

  .hero-turkey-badge {
    min-width: 0;
    width: 100%;
  }

  .hero-light-title {
    font-size: clamp(42px, 12vw, 52px);
  }

  .hero-light-features,
  .hero-light-visual,
  .home-proof-inner,
  .home-why-grid {
    grid-template-columns: 1fr;
  }

  .hero-light-features {
    display: grid;
  }

  .hero-light-visual {
    padding: 12px 0 35px;
  }

  .hero-light-visual .hlv-main-product,
  .hlv-card-top,
  .hlv-card-bottom {
    grid-column: auto;
    grid-row: auto;
  }

  .hlv-main-product {
    min-height: 390px;
  }

  .hlv-turkey-cert {
    width: 112px !important;
    height: 112px !important;
    right: -12px;
    bottom: -20px;
  }

  .home-proof-inner {
    margin: 0 20px;
    padding: 10px 0;
  }

  .home-proof-item,
  .home-why-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.22);
  }

  .home-proof-item:last-child,
  .home-why-grid article:last-child {
    border-bottom: 0;
  }

  .home-why-inner {
    padding: 0 20px;
  }

  .home-why-grid article {
    padding: 17px 4px;
    border-bottom-color: #e2e8e7;
  }
}

/* =============================================
   DEVAS ORTHOPÉDIE — Premium Custom Enhancements
   ============================================= */

/* ─── Circular Turkey Flags ──────────────── */
.announce-flag {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  aspect-ratio: 1/1 !important;
  border: 1px solid rgba(255,255,255,0.25);
  display: inline-block;
  vertical-align: middle;
}

.hero-turkey-badge-flag img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  aspect-ratio: 1/1 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.chain-flag-wrap img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  aspect-ratio: 1/1 !important;
}


/* ─── Coded Certification Badge ──────────── */
.hlv-coded-badge {
  background: rgba(255, 255, 255, 0.94) !important;
  border-radius: 50% !important;
  border: 1.5px solid rgba(14, 74, 63, 0.12) !important;
  box-shadow: 
    0 12px 32px rgba(14, 74, 63, 0.18), 
    inset 0 0 15px rgba(255, 255, 255, 0.9) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  transition: transform 0.4s var(--ease-spring), box-shadow 0.4s var(--ease) !important;
  pointer-events: auto !important; /* Enable hover on badge */
}

/* Micro-interaction on hero section hover */
.hero-light-visual:hover .hlv-coded-badge {
  transform: scale(1.06) rotate(5deg) !important;
  box-shadow: 
    0 18px 40px rgba(14, 74, 63, 0.22), 
    inset 0 0 20px rgba(255, 255, 255, 1) !important;
}

.hlv-cert-bg {
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  border: 1.5px dashed rgba(61, 183, 166, 0.45);
  background: transparent;
  pointer-events: none;
  z-index: 1;
}

.hlv-cert-ring {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: certSpin 24s linear infinite;
  z-index: 2;
}

.hlv-cert-ring svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hlv-cert-flag-center {
  position: absolute;
  width: 34%;
  height: 34%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(14, 74, 63, 0.25);
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  z-index: 3;
  transition: transform 0.4s var(--ease-spring);
}

.hlv-cert-flag-center img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 42% 50% !important;
}

.hlv-cert-ring text {
  font-family: var(--font-display) !important;
}

.hero-light-visual:hover .hlv-cert-flag-center {
  transform: scale(1.12);
}


/* ─── Supply Chain Visual (Desktop) ─────── */
.turkey-chain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 36px 0;
  padding: 24px;
  background: var(--warm-white);
  border-radius: var(--r-md);
  border: 1px solid var(--border-light);
}

.turkey-chain-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  z-index: 2;
}

.chain-flag-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(14,74,63,0.12);
  border: 3.5px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  margin-bottom: 12px;
  transition: transform 0.3s var(--ease-spring), box-shadow 0.3s;
}

.turkey-chain-node:hover .chain-flag-wrap {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(14,74,63,0.18);
}

.chain-flag-brand {
  background: var(--brand-50);
  border-color: var(--brand-100);
}

.chain-node-label {
  font-size: 10.5px;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.chain-node-country {
  font-size: 14.5px;
  font-weight: 800;
  color: var(--text-primary);
}

.chain-connector {
  display: flex;
  align-items: center;
  flex: 1.2;
  justify-content: center;
  min-width: 60px;
  padding: 0 12px;
}

.chain-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-light), var(--brand));
  opacity: 0.55;
}

.chain-icon-wrap {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: white;
  border: 1.5px solid var(--brand-100);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-dark);
  box-shadow: 0 3px 8px rgba(14,74,63,0.06);
  margin: 0 8px;
  transition: transform 0.3s;
}
.turkey-chain-node:hover ~ .chain-connector .chain-icon-wrap {
  transform: scale(1.05);
}

.chain-icon-wrap svg {
  width: 16px;
  height: 16px;
}


/* ─── Premium Header & Logo Adjustments ─── */
.nav-logo-img {
  height: 150px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  max-height: none !important;
}

/* Restoring separators and fixing wrapping for Announcement Bar on Desktop */
.announce-sep {
  display: block !important;
  width: 1px;
  height: 12px;
  background: rgba(14, 74, 63, 0.15) !important;
  opacity: 0.8;
}

.announce-items {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  flex-wrap: nowrap !important;
}

.announce-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 20px !important;
  padding: 0 5.6% !important;
  background-color:#016f76;
}


/* ─── Responsive Media Queries ──────────── */

/* Tablet Optimization */
@media (max-width: 1200px) {
  .announce-item-quality {
    display: none !important;
  }
  .announce-sep-2 {
    display: none !important;
  }
  .announce-items {
    gap: 14px !important;
  }
}

@media (max-width: 992px) {
  .announce-item-morocco {
    display: none !important;
  }
  .announce-sep-3 {
    display: none !important;
  }
}

/* Mobile & Phone Responsiveness */
@media (max-width: 768px) {
  :root {
    --nav-h: 72px !important;
  }
  
  /* Announcement Bar mobile layout */
  .announce-contact {
    display: none !important; /* Hide contact in top bar to save space */
  }
  .announce-sep {
    display: none !important;
  }
  .announce-items {
    justify-content: center !important;
    width: 100% !important;
    gap: 14px !important;
    flex-wrap: nowrap !important;
  }
  .announce-item-quality,
  .announce-item-morocco {
    display: none !important;
  }
  .announce-inner {
    min-height: 38px !important;
    padding: 6px 16px !important;
  }
  .announce-item {
    font-size: 10.5px !important;
    font-weight: 700 !important;
  }
  
  /* Navbar mobile layout */
  .nav-inner {
    min-height: auto !important;
    padding: 10px 16px !important;
  }
  .nav-logo-img {
    height: 50px !important;
  }
  
  /* Supply Chain Visual (Mobile Timeline) */
  .turkey-chain {
    flex-direction: column !important;
    gap: 16px !important;
    padding: 24px 16px !important;
  }
  .chain-connector {
    flex-direction: column !important;
    height: 40px !important;
    min-width: auto !important;
    padding: 8px 0 !important;
    width: 100% !important;
    flex: 0 0 auto !important;
  }
  .chain-line {
    width: 2px !important;
    height: 100% !important;
    flex: 1 !important;
    background: linear-gradient(180deg, var(--brand-light), var(--brand)) !important;
  }
  .chain-icon-wrap {
    margin: 6px 0 !important;
  }
  
  /* Hero section mobile visual fixes */
  .hero-light {
    padding: 32px 0 40px !important;
  }
  .hero-light-inner {
    padding: 0 16px !important;
    gap: 28px !important;
  }
  
  .hero-turkey-badge {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 360px !important;
    min-height: 52px !important;
    border-radius: 26px !important;
    gap: 10px !important;
    padding: 0 12px 0 0 !important;
  }
  .hero-turkey-badge-flag {
    width: 52px !important;
    height: 52px !important;
    border-radius: 26px !important;
  }
  .hero-turkey-badge-flag img {
    width: 52px !important;
    height: 52px !important;
  }
  .htb-title,
  .htb-sub {
    font-size: 11px !important;
  }
  
  /* Hide hero cards to keep the mobile UI clean, center product image */
  .hlv-card-top,
  .hlv-card-bottom {
    display: none !important;
  }
  
  .hero-light-visual {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: auto !important;
    padding: 24px 0 !important;
    margin-top: 16px !important;
    grid-template-columns: 1fr !important;
  }
  
  .hlv-main-product {
    width: 100% !important;
    max-width: 280px !important;
    min-height: auto !important;
    aspect-ratio: 0.85 !important;
    margin: 0 auto !important;
    box-shadow: 0 8px 24px rgba(15,83,80,0.1) !important;
  }
  
  /* Coded Badge Mobile Positioning */
  .hlv-turkey-cert {
    width: 100px !important;
    height: 100px !important;
    right: 50% !important;
    bottom: -15px !important;
    transform: translateX(110px) !important;
  }
  .hero-light-visual:hover .hlv-coded-badge {
    transform: translateX(110px) scale(1.05) rotate(5deg) !important;
  }
  
  .hlv-cert-flag-center {
    width: 32px !important;
    height: 32px !important;
  }
}

@media (max-width: 480px) {
  .hero-light-features {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .hero-feat {
    flex-direction: row !important;
    text-align: left !important;
    gap: 14px !important;
  }
  .hero-feat-icon {
    margin-bottom: 0 !important;
  }
}
