/* ══════════════════════════════════════════
   GREEN NORMANDY — PAGE LIVRAISON
   ══════════════════════════════════════════ */

/* ── PRESTASHOP CONTAINER OVERRIDES (same pattern as gncomparatiflitieres) ── */
body#module-gnlivraison-display #wrapper { background: transparent !important; padding-top: 0px !important; }
body#module-gnlivraison-display #header { position: absolute !important; top: 0px !important; left: 0px !important; right: 0px !important; z-index: 97 !important; width: 100% !important; }
body#module-gnlivraison-display #wrapper .container { max-width: 100% !important; padding: 0px !important; margin: 0px !important; width: 100% !important; }
body#module-gnlivraison-display #wrapper .container > .row { margin: 0px !important; }
body#module-gnlivraison-display #wrapper > .container { max-width: 100% !important; padding-left: 0px !important; padding-right: 0px !important; margin-left: 0px !important; margin-right: 0px !important; width: 100% !important; }
body#module-gnlivraison-display #wrapper > .container > .row { margin-left: 0px !important; margin-right: 0px !important; }
body#module-gnlivraison-display #content-wrapper { padding: 0px !important; }
body#module-gnlivraison-display #content.page-content.card.card-block { background: transparent !important; border: none !important; box-shadow: none !important; padding: 0px !important; border-radius: 0px !important; }
body#module-gnlivraison-display .page-header { display: none !important; }
body#module-gnlivraison-display .breadcrumb { display: block !important; position: absolute !important; top: 150px !important; left: 0px !important; right: 0px !important; z-index: 98 !important; padding: 12px 0px !important; margin: 0px !important; background: transparent !important; }
body#module-gnlivraison-display .breadcrumb .container { max-width: 1148px !important; margin: 0px auto !important; padding: 0px 24px !important; }
body#module-gnlivraison-display .breadcrumb nav ol { display: flex !important; align-items: center !important; list-style: none !important; padding: 0px !important; margin: 0px !important; }
body#module-gnlivraison-display .breadcrumb nav ol li { display: inline-flex !important; align-items: center !important; }
body#module-gnlivraison-display .breadcrumb li,
body#module-gnlivraison-display .breadcrumb li a,
body#module-gnlivraison-display .breadcrumb li span { color: rgba(255,255,255,0.5) !important; font-size: 13px !important; }
body#module-gnlivraison-display .breadcrumb li a:hover { color: #fff !important; }
body#module-gnlivraison-display .breadcrumb li::before,
body#module-gnlivraison-display .breadcrumb li .breadcrumb-separator,
body#module-gnlivraison-display .breadcrumb .material-icons { color: rgba(255,255,255,0.4) !important; }
body#module-gnlivraison-display { overflow-x: hidden; }
body#module-gnlivraison-display #wrapper { overflow-x: hidden !important; }

/* ── ANIMATIONS ── */
.gnl-wrap .reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
.gnl-wrap .reveal.visible { opacity: 1; transform: translateY(0); }
.gnl-wrap .reveal-left { opacity: 0; transform: translateX(-50px); transition: opacity 0.8s ease, transform 0.8s ease; }
.gnl-wrap .reveal-left.visible { opacity: 1; transform: translateX(0); }
.gnl-wrap .reveal-right { opacity: 0; transform: translateX(50px); transition: opacity 0.8s ease, transform 0.8s ease; }
.gnl-wrap .reveal-right.visible { opacity: 1; transform: translateX(0); }
.gnl-wrap .reveal-scale { opacity: 0; transform: scale(0.9); transition: opacity 0.7s ease, transform 0.7s ease; }
.gnl-wrap .reveal-scale.visible { opacity: 1; transform: scale(1); }
.gnl-wrap .stagger > *:nth-child(1) { transition-delay: 0s; }
.gnl-wrap .stagger > *:nth-child(2) { transition-delay: 0.12s; }
.gnl-wrap .stagger > *:nth-child(3) { transition-delay: 0.18s; }
.gnl-wrap .stagger > *:nth-child(4) { transition-delay: 0.24s; }

/* ── SHARED ── */
.gnl-wrap { font-family: 'Golos Text', sans-serif; color: #333; line-height: 1.7; background: #FBF8F4; }
.gnl-wrap .tag { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #70A22E; margin-bottom: 14px; }
.gnl-inner { max-width: 1100px; margin: 0 auto; padding: 80px 24px; background: #FBF8F4; }

/* ── HERO ── */
.gnl-hero {
  background: linear-gradient(160deg, #2F3E28 0%, #3D4F33 40%, #4A5A3A 100%);
  position: relative; overflow: hidden; min-height: 520px; display: flex; align-items: center;
}
.gnl-hero-bg {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(112,162,46,0.12) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.04) 0%, transparent 40%);
}
.gnl-hero-inner {
  max-width: 1100px; margin: 0 auto; padding: 230px 24px 80px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  position: relative; z-index: 1;
}
.gnl-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(112,162,46,0.2); border: 1px solid rgba(112,162,46,0.3);
  color: #A8D46A; font-size: 12px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 8px 20px; border-radius: 30px; margin-bottom: 28px; backdrop-filter: blur(4px);
}
.gnl-hero h1 { font-family: 'Sura', serif; font-size: 42px; font-weight: 700; color: #fff; line-height: 1.12; margin-bottom: 24px; }
.gnl-hero h1 span { color: #A8D46A; }
.gnl-hero-desc { font-size: 17px; color: rgba(255,255,255,0.7); line-height: 1.7; max-width: 440px; }
.gnl-hero-visual { position: relative; }
.gnl-hero-card {
  background: rgba(255,255,255,0.07); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.1); border-radius: 16px;
  padding: 32px 30px; position: relative; z-index: 2;
}
.gnl-hero-card h3 {
  font-family: 'Sura', serif; font-size: 18px; font-weight: 700; color: #fff;
  margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.1);
}
.gnl-hero-card ul { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.gnl-hero-card li {
  display: flex; align-items: flex-start; gap: 14px;
}
.gnl-hero-card li svg {
  width: 22px; height: 22px; min-width: 22px; margin-top: 2px;
  stroke: #A8D46A; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.gnl-hero-card li strong { display: block; font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.gnl-hero-card li span { display: block; font-size: 13px; color: rgba(255,255,255,0.75); line-height: 1.4; }
.gnl-hero-accent {
  position: absolute; width: 200px; height: 200px;
  background: rgba(112,162,46,0.15); border-radius: 50%;
  top: -30px; right: -30px; z-index: 1; filter: blur(40px);
}

/* ── COUNTERS ── */
.gnl-counters { background: #fff !important; border-bottom: 1px solid #EDE9E0; padding: 45px 24px; }
.gnl-counters-inner { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: center; }
.gnl-counter-val { font-family: 'Sura', serif; font-size: 40px; font-weight: 700; color: #70A22E; line-height: 1; margin-bottom: 6px; }
.gnl-counter-label { font-size: 13px; color: #999; font-weight: 500; }

/* ── DELIVERY METHOD CARDS ── */
.gnl-methods { display: flex; flex-direction: column; gap: 80px; margin-bottom: 100px; }

.gnl-method {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: center;
}
.gnl-method.reverse { direction: rtl; }
.gnl-method.reverse > * { direction: ltr; }

.gnl-method-visual {
  border-radius: 16px; overflow: hidden; aspect-ratio: 4/3;
  box-shadow: 0 12px 40px rgba(0,0,0,0.06);
}
.gnl-method-visual img,
.gnl-method-visual svg { width: 100%; height: 100%; display: block; object-fit: cover; }

.gnl-method-text h2 { font-family: 'Sura', serif; font-size: 30px; font-weight: 700; color: #2F3E28; line-height: 1.2; margin-bottom: 10px; }
.gnl-method-text p { font-size: 16px; color: #666; line-height: 1.8; margin-bottom: 14px; }

.gnl-method-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.gnl-mt {
  font-size: 12px; font-weight: 700; padding: 6px 16px; border-radius: 30px;
  display: inline-flex; align-items: center; gap: 6px; letter-spacing: 0.5px;
}
.gnl-mt-green { background: rgba(112,162,46,0.12); color: #5B8A24; }
.gnl-mt-amber { background: rgba(198,139,44,0.12); color: #8B6118; }
.gnl-mt-blue  { background: rgba(59,109,170,0.12); color: #2B5182; }
.gnl-mt-bark  { background: rgba(92,74,50,0.1); color: #5C4A32; }

.gnl-highlight {
  border-radius: 12px; padding: 18px 22px;
  display: flex; align-items: center; gap: 16px; margin-top: 8px;
}
.gnl-hl-green { background: rgba(112,162,46,0.08); border-left: 3px solid #70A22E; }
.gnl-hl-amber { background: rgba(198,139,44,0.08); border-left: 3px solid #C68B2C; }
.gnl-hl-blue  { background: rgba(59,109,170,0.08); border-left: 3px solid #3B6DAA; }
.gnl-hl-bark  { background: rgba(92,74,50,0.06); border-left: 3px solid #5C4A32; }

.gnl-hl-icon {
  width: 44px; height: 44px; min-width: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; background: #fff;
}
.gnl-hl-icon svg { width: 22px; height: 22px; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.gnl-hl-text { font-size: 14px; color: #666; line-height: 1.5; }
.gnl-hl-text strong { color: #333; font-weight: 700; }

/* ── PROCESS TIMELINE ── */
.gnl-process {
  background: #fff !important; border-top: 1px solid #EDE9E0; border-bottom: 1px solid #EDE9E0;
  padding: 70px 24px;
}
.gnl-process-inner { max-width: 900px; margin: 0 auto; }
.gnl-process-header { text-align: center; margin-bottom: 50px; }
.gnl-process-header h2 { font-family: 'Sura', serif; font-size: 30px; font-weight: 700; color: #2F3E28; margin-bottom: 8px; }
.gnl-process-header p { font-size: 15px; color: #999; }
.gnl-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.gnl-timeline::before {
  content: ''; position: absolute; top: 40px; left: 12%; right: 12%; height: 3px;
  background: linear-gradient(90deg, #70A22E, #A8D46A); border-radius: 2px; opacity: 0.2;
}
.gnl-tl-step { text-align: center; position: relative; z-index: 1; padding: 0 12px; }
.gnl-tl-icon {
  width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 18px;
  display: flex; align-items: center; justify-content: center;
  background: #FBF8F4; border: 2px solid #EDE9E0;
  box-shadow: 0 6px 20px rgba(47,62,40,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.gnl-tl-step:hover .gnl-tl-icon { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(112,162,46,0.12); border-color: #70A22E; }
.gnl-tl-icon svg { width: 32px; height: 32px; stroke: #70A22E; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.gnl-tl-num { font-family: 'Sura', serif; font-size: 13px; font-weight: 700; color: #70A22E; margin-bottom: 6px; }
.gnl-tl-title { font-family: 'Sura', serif; font-size: 15px; font-weight: 700; color: #2F3E28; margin-bottom: 4px; }
.gnl-tl-desc { font-size: 13px; color: #999; line-height: 1.45; }

/* ── DIMS BAND ── */
.gnl-dims {
  background: linear-gradient(160deg, #2F3E28 0%, #3D4F33 40%, #4A5A3A 100%);
  position: relative; overflow: hidden; padding: 70px 24px;
}
.gnl-dims::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 30% 70%, rgba(112,162,46,0.08) 0%, transparent 50%),
    radial-gradient(circle at 70% 30%, rgba(255,255,255,0.03) 0%, transparent 40%);
}
.gnl-dims-inner { max-width: 900px; margin: 0 auto; position: relative; z-index: 1; }
.gnl-dims-header { text-align: center; margin-bottom: 40px; }
.gnl-dims-header .tag { color: #A8D46A; }
.gnl-dims-header h2 { font-family: 'Sura', serif; font-size: 30px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.gnl-dims-header p { font-size: 15px; color: rgba(255,255,255,0.65); }

.gnl-dims-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.gnl-dim-card {
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 16px; padding: 32px; text-align: center;
  backdrop-filter: blur(4px); transition: background 0.3s;
}
.gnl-dim-card:hover { background: rgba(255,255,255,0.08); }
.gnl-dim-label {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px;
}
.gnl-dim-card:first-child .gnl-dim-label { color: #7EB8E0; }
.gnl-dim-card:last-child .gnl-dim-label { color: #C4A882; }
.gnl-dim-truck { margin: 0 auto 20px; display: flex; justify-content: center; }
.gnl-dim-truck svg { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.gnl-dim-value { font-family: 'Sura', serif; font-size: 32px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.gnl-dim-sub { font-size: 13px; color: rgba(255,255,255,0.7); margin-bottom: 16px; }
.gnl-dim-specs {
  display: flex; justify-content: center; gap: 24px;
  padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.12);
}
.gnl-dim-spec { text-align: center; }
.gnl-dim-spec .dv { font-size: 16px; font-weight: 700; color: #fff; }
.gnl-dim-spec .dl { font-size: 10px; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 1px; margin-top: 2px; }

/* ── CARRIERS SECTION ── */
.gnl-carriers { margin-bottom: 100px; }
.gnl-carriers-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.gnl-carriers-text h2 { font-family: 'Sura', serif; font-size: 30px; font-weight: 700; color: #2F3E28; line-height: 1.2; margin-bottom: 18px; }
.gnl-carriers-text h2 span { color: #70A22E; }
.gnl-carriers-text p { font-size: 16px; color: #666; line-height: 1.8; margin-bottom: 14px; }
.gnl-carriers-visual { display: flex; align-items: center; justify-content: center; }

.gnl-cf-list { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.gnl-cf {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px; border-radius: 12px;
  background: #fff; border: 1px solid #EDE9E0;
  transition: transform 0.3s, box-shadow 0.3s;
}
.gnl-cf:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(47,62,40,0.06); }
.gnl-cf-icon {
  width: 42px; height: 42px; min-width: 42px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #70A22E, #8BBC3F);
  box-shadow: 0 3px 10px rgba(112,162,46,0.2);
}
.gnl-cf-icon svg { width: 20px; height: 20px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.gnl-cf-text { font-size: 14px; color: #555; line-height: 1.45; }
.gnl-cf-text strong { color: #2F3E28; font-weight: 700; }

/* ── INFO CARDS ── */
.gnl-info { margin-bottom: 100px; }
.gnl-info > .tag, .gnl-info > h2 { text-align: center; }
.gnl-info > h2 { font-family: 'Sura', serif; font-size: 30px; font-weight: 700; color: #2F3E28; margin-bottom: 40px; }
.gnl-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.gnl-info-card {
  background: #fff; border: 1px solid #EDE9E0; border-radius: 16px;
  padding: 24px; display: flex; gap: 16px; align-items: flex-start;
  transition: transform 0.3s, box-shadow 0.3s;
}
.gnl-info-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(47,62,40,0.06); }
.gnl-info-icon {
  width: 48px; height: 48px; min-width: 48px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #70A22E, #8BBC3F);
  box-shadow: 0 3px 10px rgba(112,162,46,0.2);
}
.gnl-info-icon svg { width: 22px; height: 22px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.gnl-info-card h4 { font-family: 'Sura', serif; font-size: 15px; font-weight: 700; color: #2F3E28; margin-bottom: 6px; }
.gnl-info-card p { font-size: 14px; color: #888; line-height: 1.6; }

/* ── CUSTOM NEEDS ── */
.gnl-needs { margin-bottom: 100px; }
.gnl-needs-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.gnl-needs-text h2 { font-family: 'Sura', serif; font-size: 30px; font-weight: 700; color: #2F3E28; line-height: 1.2; margin-bottom: 18px; }
.gnl-needs-text h2 span { color: #70A22E; }
.gnl-needs-text p { font-size: 16px; color: #666; line-height: 1.8; margin-bottom: 14px; }
.gnl-needs-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #70A22E, #5B8A24); color: #fff;
  padding: 14px 32px; border-radius: 12px;
  font-weight: 700; font-size: 15px; margin-top: 10px;
  transition: all 0.3s; box-shadow: 0 4px 16px rgba(112,162,46,0.25);
  text-decoration: none;
}
.gnl-needs-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(112,162,46,0.35); color: #fff; }

.gnl-needs-cards { display: flex; flex-direction: column; gap: 12px; }
.gnl-need-card {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 20px 22px; border-radius: 14px;
  background: linear-gradient(160deg, #2F3E28, #3D4F33);
  transition: transform 0.3s;
}
.gnl-need-card:hover { transform: translateY(-3px); }
.gnl-need-card-icon {
  width: 44px; height: 44px; min-width: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(112,162,46,0.2);
}
.gnl-need-card-icon svg { width: 20px; height: 20px; stroke: #A8D46A; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.gnl-need-card h4 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.gnl-need-card p { font-size: 13px; color: rgba(255,255,255,0.75); line-height: 1.5; }

/* ── CTA ── */
.gnl-cta {
  background: linear-gradient(135deg, #70A22E, #5B8A24); border-radius: 20px; padding: 60px;
  display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-bottom: 20px;
}
.gnl-cta h2 { font-family: 'Sura', serif; font-size: 28px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.gnl-cta p { font-size: 16px; color: rgba(255,255,255,0.8); max-width: 460px; }
.gnl-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: #2F3E28; padding: 16px 36px; border-radius: 12px;
  font-weight: 700; font-size: 15px; white-space: nowrap; transition: all 0.3s;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1); text-decoration: none;
}
.gnl-cta-btn:hover { background: #2F3E28; color: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  body#module-gnlivraison-display .breadcrumb { top: 80px !important; }
  .gnl-hero-inner { grid-template-columns: 1fr; gap: 30px; padding: 120px 24px 50px; }
  .gnl-hero h1 { font-size: 30px; }
  .gnl-counters-inner { grid-template-columns: repeat(2, 1fr); }
  .gnl-method { grid-template-columns: 1fr; }
  .gnl-method.reverse { direction: ltr; }
  .gnl-method-visual { order: -1; }
  .gnl-timeline { grid-template-columns: 1fr 1fr; gap: 30px; }
  .gnl-timeline::before { display: none; }
  .gnl-dims-grid { grid-template-columns: 1fr; }
  .gnl-carriers-layout { grid-template-columns: 1fr; }
  .gnl-carriers-visual svg { max-width: 100%; height: auto; }
  .gnl-needs-layout { grid-template-columns: 1fr; }
  .gnl-info-grid { grid-template-columns: 1fr; }
  .gnl-hero-accent { display: none; }
  .gnl-hero { min-height: auto; }
}
