/* ══════════════════════════════════════════
   CREATIVE-V3.CSS — Industrial Data direction
   Précis, rigoureux, technique — pas startup-soft
   ══════════════════════════════════════════ */

/* ═══════════════════════════════════════
   1. HERO — SVG grid + CO2 oversized + typing
   ═══════════════════════════════════════ */

/* Suppression des orbs — remplacés par SVG grid dans index-v3.css */
.hero-orbs { display: none; }
.hero-orb  { display: none; }

/* Suppression cursor follow light — flou = imprécision */
.hero-cursor-light { display: none; }

/* Eyebrow pill — statique, sans backdrop blur ni animation */
.eyebrow-glow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-400, #5eada0);
  background: rgba(154, 208, 201, 0.04);
  border: 1px solid rgba(154, 208, 201, 0.25);
  border-radius: 100px;
  padding: 6px 14px;
  margin-bottom: 24px;
}
/* Dot statique — pas d'animation */
.eyebrow-glow-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--teal-400, #5eada0);
  flex-shrink: 0;
}

/* Floating chips — supprimés */
.hero-floating-chip { display: none !important; }
.hero-floating-chip--alert { display: none !important; }

/* Typing cursor — conservé (fonctionnel, pas décoratif) */
.typing-cursor {
  animation: blink 0.8s steps(1) infinite;
  color: var(--teal-400, #5eada0);
  font-weight: 400;
}
@keyframes blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}

/* Élément décoratif CO2 géant — texture typographique */
.hero-bg-number {
  position: absolute;
  top: 50%;
  right: -2vw;
  transform: translateY(-55%);
  font-family: 'SF Mono', 'Fira Code', 'Courier New', monospace;
  font-size: clamp(140px, 18vw, 280px);
  font-weight: 700;
  color: var(--teal-400, #5eada0);
  opacity: 0.03;
  pointer-events: none;
  user-select: none;
  line-height: 1;
  letter-spacing: -0.04em;
  z-index: 0;
  white-space: nowrap;
}

/* ═══════════════════════════════════════
   2. TRUST LOGOS — Liste statique, respire
   ═══════════════════════════════════════ */
.trust-logos-track {
  overflow: visible;
  mask-image: none;
  -webkit-mask-image: none;
}
.trust-logos-marquee {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
  animation: none;
  width: auto;
  padding: 8px 0;
}
/* Duplicate series caché — plus besoin pour le loop */
.trust-logos-marquee .trust-logo-placeholder:nth-child(n+9) {
  display: none;
}
.trust-logos .trust-logo-placeholder {
  white-space: nowrap;
}

/* ═══════════════════════════════════════
   3. PROBLEM — Amplification du spreadsheet
   ═══════════════════════════════════════ */
.problem-visual-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
}

/* Le tableur catastrophe — amplifié */
.problem-spreadsheet {
  position: relative;
  border-radius: 8px;
  overflow: visible;
  box-shadow:
    0 48px 100px -24px rgba(0, 0, 0, 0.22),
    0 20px 40px -12px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(0, 0, 0, 0.08);
  transform: rotate(-1.5deg);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.problem-spreadsheet:hover {
  transform: rotate(0deg) scale(1.02);
}
.spreadsheet-chrome {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: #f3f4f6;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #e5e7eb;
}
.spreadsheet-dots {
  display: flex;
  gap: 5px;
}
.spreadsheet-dots span {
  width: 10px; height: 10px;
  border-radius: 50%;
}
.spreadsheet-dots span:nth-child(1) { background: #ef4444; }
.spreadsheet-dots span:nth-child(2) { background: #f59e0b; }
.spreadsheet-dots span:nth-child(3) { background: #22c55e; }
.spreadsheet-filename {
  font-size: 11px;
  font-family: 'SF Mono', 'Fira Code', monospace;
  color: #6b7280;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.spreadsheet-body {
  background: #fff;
  padding: 0;
  border-radius: 0 0 8px 8px;
  font-family: 'SF Mono', 'Fira Code', 'Courier New', monospace;
  font-size: 11px;
  overflow: hidden;
}
.spreadsheet-header-row,
.spreadsheet-row {
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr 0.8fr 1fr;
  border-bottom: 1px solid #f3f4f6;
}
.ss-cell {
  padding: 8px 10px;
  color: #374151;
  border-right: 1px solid #f3f4f6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ss-header {
  background: #f9fafb;
  font-weight: 700;
  color: #6b7280;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ss-error {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.06);
  font-weight: 700;
}
.ss-warn {
  color: #f59e0b;
  background: rgba(245, 158, 11, 0.06);
}
.ss-empty {
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 4px,
    rgba(239, 68, 68, 0.04) 4px,
    rgba(239, 68, 68, 0.04) 8px
  );
}
.ss-missing {
  background: rgba(239, 68, 68, 0.02);
}
.ss-dim {
  color: #d1d5db;
}
.ss-note {
  color: #9ca3af;
  font-style: italic;
  font-family: var(--font-body, 'DM Sans', sans-serif);
  font-size: 10px;
}

/* Sticky notes sur le tableur */
.spreadsheet-sticky {
  position: absolute;
  padding: 8px 12px;
  font-family: 'Caveat', 'Comic Sans MS', cursive;
  font-size: 13px;
  line-height: 1.3;
  border-radius: 2px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.12);
  z-index: 3;
  max-width: 160px;
}
.spreadsheet-sticky--1 {
  background: #fef9c3;
  color: #854d0e;
  top: -20px;
  right: -16px;
  transform: rotate(3deg);
}
.spreadsheet-sticky--2 {
  background: #fee2e2;
  color: #991b1b;
  bottom: -14px;
  left: 30px;
  transform: rotate(-2deg);
}

/* Pain points — numéros amplifiés, couleur teal */
.problem-text-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.problem-pain {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  border-left: 3px solid transparent;
  transition: background 0.25s, border-color 0.25s;
}
.problem-pain:hover {
  background: var(--slate-50, #f8fafc);
  border-color: rgba(154, 208, 201, 0.15);
  border-left-color: rgba(154, 208, 201, 0.4);
}
.problem-pain-num {
  font-family: var(--font-display, 'Bricolage Grotesque', serif);
  font-size: 48px;
  font-weight: 800;
  color: rgba(154, 208, 201, 0.15);
  line-height: 1;
  flex-shrink: 0;
  min-width: 52px;
}
.problem-pain h3 {
  font-size: 16px;
  color: var(--gray-900, #111827);
  margin-bottom: 6px;
  line-height: 1.35;
}
.problem-pain p {
  font-size: 13px;
  color: var(--gray-500, #6b7280);
  line-height: 1.65;
}

/* ═══════════════════════════════════════
   4. VS ALTERNATIVES — Strikethrough conservé
   ═══════════════════════════════════════ */
.transform-col--before .transform-list li strong {
  text-decoration: line-through;
  text-decoration-color: rgba(239, 68, 68, 0.4);
  text-decoration-thickness: 2px;
}
.transform-col--after {
  box-shadow: inset 0 0 120px rgba(154, 208, 201, 0.05);
}
.transform-col--after .transform-list li strong {
  color: var(--amber, #f0c040);
}

/* ═══════════════════════════════════════
   5. PLATFORM — Bordures gauche au lieu de cards égales
   ═══════════════════════════════════════ */
.platform-v3-card {
  border: none !important;
  border-left: 3px solid var(--teal-400, #5eada0) !important;
  border-radius: 0 !important;
  background: rgba(154, 208, 201, 0.03) !important;
  padding-left: 28px !important;
  transition: border-left-color 0.2s, background 0.2s, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.platform-v3-card:hover {
  background: rgba(154, 208, 201, 0.06) !important;
  border-left-color: var(--teal-200, #9ad0c9) !important;
}
/* Featured — accent amber */
.platform-v3-card.featured {
  border-left-color: var(--amber, #f0c040) !important;
  background: rgba(240, 192, 64, 0.03) !important;
}
.platform-v3-card.featured:hover {
  background: rgba(240, 192, 64, 0.05) !important;
  border-left-color: var(--amber, #f0c040) !important;
}

/* Mini chart mockup — conservé */
.platform-mini-mock {
  margin-top: 20px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(154, 208, 201, 0.06);
  border-radius: 4px;
  overflow: hidden;
}
.platform-mini-bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 52px;
}
.platform-mini-bar {
  flex: 1;
  border-radius: 2px 2px 1px 1px;
  background: rgba(154, 208, 201, 0.15);
  min-width: 0;
  transition: height 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.platform-mini-bar--accent {
  background: var(--teal-400, #5eada0);
}
.platform-mini-flow {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.platform-mini-node {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 6px 14px;
  border-radius: 4px;
  background: rgba(154, 208, 201, 0.08);
  border: 1px solid rgba(154, 208, 201, 0.12);
  color: rgba(154, 208, 201, 0.5);
}
.platform-mini-node--ai {
  background: rgba(240, 192, 64, 0.12);
  border-color: rgba(240, 192, 64, 0.25);
  color: var(--amber, #f0c040);
  /* Suppression du glow animé — 1 seule animation fonctionnelle par section */
}
.platform-mini-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

/* ═══════════════════════════════════════
   6. TIMELINE — Live badge + progress line
   ═══════════════════════════════════════ */
.timeline-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #22c55e;
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 4px;
  padding: 2px 8px;
  margin-left: 6px;
  vertical-align: middle;
}
.timeline-v3 { position: relative; }
.timeline-v3::before {
  content: '';
  position: absolute;
  top: 54px;
  left: 15%;
  right: 15%;
  height: 2px;
  background: linear-gradient(90deg,
    var(--teal-400, #5eada0) 0%,
    var(--teal-400, #5eada0) 33%,
    var(--gray-200, #e5e7eb) 33%,
    var(--gray-200, #e5e7eb) 66%,
    var(--amber, #f0c040) 100%);
  border-radius: 1px;
  z-index: 0;
}
.timeline-v3-card { position: relative; z-index: 1; }

/* ═══════════════════════════════════════
   7. PROOF — Citations géantes
   ═══════════════════════════════════════ */
.proof-quote { position: relative; overflow: hidden; }
.proof-quote-mark {
  position: absolute;
  top: -8px;
  left: 20px;
  font-family: var(--font-display, 'Bricolage Grotesque', serif);
  font-size: 140px;
  font-weight: 800;
  line-height: 1;
  color: var(--teal-50, #e8f5f2);
  pointer-events: none;
  z-index: 0;
  user-select: none;
}
.proof-quote blockquote,
.proof-quote .proof-quote-author {
  position: relative;
  z-index: 1;
}

/* ═══════════════════════════════════════
   8. SEGMENTS — Illustrations
   ═══════════════════════════════════════ */
.segment-pill-illus {
  width: 56px; height: 56px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.segment-pill:hover .segment-pill-illus {
  transform: scale(1.08) rotate(-2deg);
}
.segment-pill-illus--pme {
  background: var(--teal-50, #e8f5f2);
  border: 1px solid var(--teal-100, #cce8e2);
}
.segment-pill-illus--eti {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
}
.segment-pill-illus--grand {
  background: #fdf4ff;
  border: 1px solid #e9d5ff;
}

/* ═══════════════════════════════════════
   9. PRICING — Bordure statique élégante
   ═══════════════════════════════════════ */
.pricing-v3-popular {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--amber, #f0c040);
  background: rgba(240, 192, 64, 0.1);
  border: 1px solid rgba(240, 192, 64, 0.25);
  border-radius: 4px;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 12px;
}
.pricing-v3-unit {
  font-size: 14px;
  font-weight: 500;
  color: rgba(154, 208, 201, 0.35);
  margin-left: 2px;
}
/* Featured pill — bordure amber sobre, sans gradient rotatif */
.pricing-v3-pill--glow {
  position: relative;
  border: 1px solid rgba(240, 192, 64, 0.4) !important;
  box-shadow: 0 0 40px rgba(240, 192, 64, 0.08), 0 0 0 1px rgba(240, 192, 64, 0.08);
  background: transparent;
  isolation: isolate;
}
/* Suppression du ::before conic gradient rotatif */
.pricing-v3-pill--glow::before {
  display: none;
}
/* Suppression du ::after background interne */
.pricing-v3-pill--glow::after {
  display: none;
}

/* ═══════════════════════════════════════
   10. CTA — Fond CSS pur, sans blobs animés
   ═══════════════════════════════════════ */
/* Les .cta-mesh-blob sont supprimés du HTML */
.cta-mesh { display: none; }
.cta-mesh-blob { display: none; }

.cta-highlight {
  color: var(--amber, #f0c040);
  position: relative;
  display: inline-block;
}
.cta-highlight::after {
  content: '';
  position: absolute;
  left: -6px; right: -6px;
  bottom: 6px;
  height: 14px;
  background: rgba(240, 192, 64, 0.10);
  border-radius: 2px;
  z-index: -1;
}

/* ═══════════════════════════════════════
   11. TEXTURE GRAIN — Sections dark
   ═══════════════════════════════════════ */
.hero-v3::before,
.platform-v3::before,
.pricing-v3::before,
.cta-v3::before {
  /* Les pseudo-éléments existants sont conservés pour les gradients */
}
/* Grain overlay sur sections dark — discret, texture industrielle */
.platform-v3,
.pricing-v3,
.cta-v3 {
  position: relative;
}
.platform-v3::after,
.pricing-v3::after,
.cta-v3::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.4;
  z-index: 0;
}
/* S'assurer que le contenu reste au-dessus du grain */
.platform-v3 .container,
.pricing-v3 .container,
.cta-v3 .container {
  position: relative;
  z-index: 1;
}

/* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */
@media (max-width: 900px) {
  .hero-bg-number { display: none; }
  .problem-visual-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .problem-spreadsheet { transform: rotate(0); }
  .timeline-v3::before { display: none; }
  .proof-quote-mark { font-size: 100px; }
}
@media (max-width: 600px) {
  .spreadsheet-sticky { display: none; }
  .segment-pill-illus { width: 44px; height: 44px; }
  .segment-pill-illus svg { width: 26px; height: 26px; }
}
