/*
Theme Name: ILIT Solutions FR
Theme URI: https://il-it.fr
Author: ILIT Solutions
Description: Thème corporate dark pour ILIT Solutions — infogérance, cybersécurité, support IT, infrastructure. Version française.
Version: 5.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: Proprietary
Text Domain: ilit
*/

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --il-black: #060b18;
  --il-black-mid: #0a1128;
  --il-black-card: #0d1529;
  --il-indigo-deep: #1e1b4b;
  --il-indigo: #6366f1;
  --il-indigo-light: #818cf8;
  --il-blue: #3b82f6;
  --il-blue-bright: #60a5fa;
  --il-cyan: #06b6d4;
  --il-green: #10b981;
  --il-text: #e2e8f0;
  --il-text-muted: #64748b;
  --il-white: #ffffff;
  --il-font-display: 'Space Grotesk', sans-serif;
  --il-font-body: 'Inter', sans-serif;
  --il-font-mono: 'JetBrains Mono', monospace;
  --il-glow-blue: 0 0 20px rgba(59, 130, 246, 0.6);
  --il-glow-cyan: 0 0 20px rgba(6, 182, 212, 0.6);
  --il-glow-indigo: 0 0 20px rgba(99, 102, 241, 0.6);
  --il-container: 1200px;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--il-font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: var(--il-text);
  background: var(--il-black);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: var(--il-cyan); text-decoration: none; transition: color 0.3s, text-shadow 0.3s; }
a:hover { color: var(--il-blue); text-shadow: var(--il-glow-blue); }

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--il-font-display);
  font-weight: 700;
  color: var(--il-white);
  letter-spacing: -0.01em;
  line-height: 1.2;
}

h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 4vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 3vw, 1.8rem); }

p { margin-bottom: 1em; }

.il-container {
  width: 100%;
  max-width: var(--il-container);
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== HEADER ===== */
.il-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(6, 11, 24, 0.97);
  border-bottom: 1px solid rgba(99, 102, 241, 0.12);
  box-shadow: 0 1px 20px rgba(6, 11, 24, 0.7);
  transition: background 0.3s;
  contain: layout style;
}

.il-header-inner {
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 58px;
}
.il-header-inner .il-hamburger { display: none; }
.il-header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
}

.il-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.il-logo-shield {
  width: 32px;
  height: 34px;
  flex-shrink: 0;
}

.il-logo-mark {
  font-family: var(--il-font-display);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--il-blue), var(--il-cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Navigation */
.il-nav { display: flex; align-items: center; }
.il-nav-mobile-user { display: none; }

.il-nav-list {
  list-style: none;
  display: flex;
  gap: 8px;
  align-items: center;
}

.il-nav-list a {
  font-family: var(--il-font-body);
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--il-text);
  padding: 8px 14px;
  border-radius: 6px;
  transition: all 0.3s;
  letter-spacing: 0.01em;
}

.il-nav-list a:hover,
.il-nav-list .current-menu-item a,
.il-nav-list .current_page_item a {
  color: var(--il-cyan);
  text-shadow: var(--il-glow-cyan);
  background: rgba(6, 182, 212, 0.08);
}

/* Mobile hamburger */
.il-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.il-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--il-indigo-light);
  transition: all 0.3s;
  border-radius: 2px;
}
.il-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.il-hamburger.open span:nth-child(2) { opacity: 0; }
.il-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== PAGE HERO ===== */
.il-page-hero {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  margin-top: 0;
  padding-top: 70px;
  overflow: hidden;
}

.il-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 11, 24, 0.4) 0%, rgba(30, 27, 75, 0.5) 50%, rgba(6, 11, 24, 0.9) 100%);
  z-index: 1;
}

.il-page-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px 20px;
}

.il-page-hero h1 {
  text-shadow: 0 0 40px rgba(99, 102, 241, 0.7), 0 0 80px rgba(59, 130, 246, 0.4);
  margin-bottom: 10px;
}

/* ===== HOME HERO ===== */
.il-home-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 40px;
  background: var(--il-black);
}

.il-home-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 30%, rgba(30, 27, 75, 0.4) 0%, transparent 70%),
    radial-gradient(ellipse 50% 40% at 30% 50%, rgba(59, 130, 246, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse 40% 50% at 75% 60%, rgba(6, 182, 212, 0.06) 0%, transparent 60%),
    var(--il-black);
}

/* Hero canvas — particle network */
.il-hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* Hero content overlay */
.il-home-hero-content {
  position: relative;
  z-index: 4;
  text-align: center;
  padding: 0 20px;
  max-width: 800px;
  padding-top: 5vh;
}

.il-home-hero h1 {
  margin-top: -5vh;
  margin-bottom: 8px;
  font-family: var(--il-font-display);
  font-weight: 700;
  font-size: clamp(2.89rem, 6.96vw, 5.0rem);
  background: linear-gradient(135deg, var(--il-blue) 0%, var(--il-indigo) 40%, var(--il-cyan) 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: il-h1-shimmer 8s ease-in-out infinite;
}
@keyframes il-h1-shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.il-home-hero .il-tagline,
.il-home-hero .il-home-tagline {
  font-family: var(--il-font-display);
  font-size: clamp(0.856rem, 1.93vw, 1.124rem);
  color: rgb(var(--hero-text-r, 99), var(--hero-text-g, 102), var(--hero-text-b, 241));
  transition: color 0.5s ease;
  font-weight: 500;
  margin-top: 6px;
  margin-bottom: 12px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
  letter-spacing: 0.04em;
}

/* Hero description */
.il-home-hero-content p:not(.il-home-tagline):not(.il-tagline) {
  color: #e2e8f0;
  font-family: var(--il-font-body);
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.92;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}

/* Word rotator */
.il-rotator {
  display: inline-block;
  min-width: 200px;
  color: var(--il-cyan);
  font-weight: 700;
  transition: opacity 0.4s ease;
}
.il-rotator.fade-out { opacity: 0; }
.il-rotator.fade-in { opacity: 1; }

/* ===== CTA BUTTONS ===== */
.il-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  font-family: var(--il-font-display);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  height: 50px;
  width: 240px;
  border-radius: 8px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  text-align: center;
  margin: 8px 14px;
  box-sizing: border-box;
}

.il-btn-primary {
  background: linear-gradient(135deg, var(--il-blue), var(--il-indigo));
  color: var(--il-white);
}
.il-btn-primary:hover {
  transform: translateY(-2px);
  color: var(--il-white);
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.4);
}
.il-btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.il-btn-secondary {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.15), rgba(99, 102, 241, 0.15));
  color: var(--il-cyan);
}
.il-btn-secondary:hover {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.25), rgba(99, 102, 241, 0.25));
  transform: translateY(-2px);
  color: var(--il-cyan);
}

.il-hero-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 0;
  margin-bottom: calc(10px + 1vh);
}

.il-hero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  border-radius: 8px;
  font-family: var(--il-font-display);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.il-hero-btn-primary {
  background: linear-gradient(135deg, var(--il-blue), var(--il-indigo));
  color: var(--il-white);
}
.il-hero-btn-primary:hover {
  transform: translateY(-2px);
  color: var(--il-white);
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.4);
}

.il-hero-btn-secondary {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.15), rgba(99, 102, 241, 0.15));
  color: var(--il-cyan);
}
.il-hero-btn-secondary:hover {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.25), rgba(99, 102, 241, 0.25));
  transform: translateY(-2px);
  color: var(--il-cyan);
}

/* ===== SECTIONS ===== */
.il-home-content {
  position: relative;
  z-index: 5;
  background: linear-gradient(180deg, transparent 0%, rgba(6, 11, 24, 0.35) 38px, rgba(6, 11, 24, 0.75) 95px, var(--il-black) 190px);
  margin-top: -38vh;
  padding-top: 1vh;
}
.il-home-content .il-section:first-child { padding-top: 0; }

/* Synthbot wrapper — terminal in flow, not floating */
.il-synthbot-wrap {
  position: relative;
  width: 40vw;
  min-width: 420px;
  max-width: 600px;
  margin: 0 auto;
  padding-top: calc(6rem + 5vh);
  padding-bottom: 4rem;
}
.il-synthbot-wrap .il-chatbot-label {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 10px;
}
.il-synthbot-wrap .il-chatbot {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
}

.il-home-content h2 {
  font-family: var(--il-font-display);
  color: rgb(var(--hero-text-r, 99), var(--hero-text-g, 102), var(--hero-text-b, 241));
  transition: color 0.5s ease;
}

.il-section {
  padding: 70px 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 600px;
}
.il-section-alt { background: var(--il-black-mid); }

.il-section-header {
  text-align: center;
  margin-bottom: 50px;
}
.il-section-header h2 {
  margin-bottom: 12px;
  text-shadow: 0 0 20px rgba(99, 102, 241, 0.4);
}
.il-section-header p {
  color: var(--il-text);
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.il-section-label {
  font-family: var(--il-font-mono);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--il-indigo-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  opacity: 0.7;
}

.il-neon-line {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--il-blue), var(--il-indigo), var(--il-cyan));
  margin: 16px auto;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
  animation: il-neon-pulse 4s ease-in-out infinite;
}
@keyframes il-neon-pulse {
  0%, 100% { box-shadow: 0 0 10px rgba(59, 130, 246, 0.5); width: 80px; }
  50% { box-shadow: 0 0 20px rgba(99, 102, 241, 0.7); width: 100px; }
}

/* ===== HERO STAT ===== */
.il-hero-stat {
  text-align: center;
  font-family: var(--il-font-body);
  font-size: 0.9rem;
  color: rgba(226, 232, 240, 0.75);
  max-width: 520px;
  margin: calc(20px + 8.6vh) auto 0 !important;
  letter-spacing: 0.01em;
}
.il-hero-stat strong {
  color: var(--il-cyan);
  font-weight: 600;
}

/* ===== COUNTERS ===== */
.il-counters-inline {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  padding: 30px 0;
}
.il-counter { text-align: center; min-width: 110px; }
.il-counter-num {
  display: block;
  font-family: var(--il-font-display);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--il-cyan);
  text-shadow: 0 0 20px rgba(6, 182, 212, 0.4);
  line-height: 1.1;
}
.il-counter-label {
  display: block;
  font-family: var(--il-font-body);
  font-size: 0.78rem;
  color: rgba(226, 232, 240, 0.6);
  margin-top: 6px;
  letter-spacing: 0.03em;
}

/* ===== PROCESS STEPS ===== */
.il-process-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  max-width: 1000px;
  margin: 0 auto;
}
.il-process-step {
  flex: 1;
  text-align: center;
  padding: 0 24px;
  position: relative;
}
.il-process-num {
  font-family: var(--il-font-display);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--il-cyan);
  opacity: 0.2;
  line-height: 1;
  margin-bottom: 12px;
}
.il-process-step h3 {
  font-family: var(--il-font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--il-cyan);
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.il-process-step p {
  font-size: 0.9rem;
  color: rgba(226, 232, 240, 0.8);
  line-height: 1.6;
  max-width: 280px;
  margin: 0 auto;
}
.il-process-connector {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--il-blue), var(--il-cyan));
  margin-top: 68px;
  flex-shrink: 0;
  opacity: 0.5;
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.3);
  animation: il-connector-glow 3s ease-in-out infinite alternate;
}
@keyframes il-connector-glow {
  0% { opacity: 0.3; box-shadow: 0 0 4px rgba(59, 130, 246, 0.2); }
  100% { opacity: 0.7; box-shadow: 0 0 16px rgba(6, 182, 212, 0.5); }
}

/* ===== CARDS ===== */
.il-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.il-card {
  background: var(--il-black-card);
  border: 1px solid rgba(99, 102, 241, 0.10);
  border-radius: 16px;
  padding: 32px 28px;
  transition: border-color 0.35s, box-shadow 0.35s, transform 0.35s;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 40px rgba(99, 102, 241, 0.03);
  contain: content;
  will-change: transform;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.il-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.5), transparent);
  opacity: 0;
  transition: opacity 0.35s;
}

.il-card:hover {
  border-color: rgba(99, 102, 241, 0.30);
  transform: translateY(-5px);
  box-shadow:
    inset 0 0 40px rgba(99, 102, 241, 0.06),
    0 12px 40px rgba(0, 0, 0, 0.4),
    0 0 30px rgba(99, 102, 241, 0.08);
}

.il-card:hover::before { opacity: 1; }

.il-card-icon {
  font-size: 2.2rem;
  color: var(--il-indigo);
  margin-bottom: 16px;
  line-height: 1;
  filter: drop-shadow(0 0 12px rgba(99, 102, 241, 0.4));
}

.il-card h3 {
  margin-bottom: 12px;
  font-size: 1.1rem;
  color: rgb(var(--hero-text-r, 99), var(--hero-text-g, 102), var(--hero-text-b, 241));
}

.il-card p {
  color: rgba(226, 232, 240, 0.82);
  font-family: var(--il-font-body);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* ===== TERMINAL DIAGNOSTIC SECTION ===== */
.il-term-demo-wrap {
  max-width: 700px;
  margin: 0 auto;
  background: rgba(6, 11, 24, 0.8);
  border: 1px solid rgba(99, 102, 241, 0.2);
  border-radius: 12px;
  overflow: hidden;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.il-term-demo-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(99, 102, 241, 0.06);
  border-bottom: 1px solid rgba(99, 102, 241, 0.12);
}
.il-term-demo-bar .dot { width: 10px; height: 10px; border-radius: 50%; }
.il-term-demo-bar .dot-r { background: #ff5f57; }
.il-term-demo-bar .dot-y { background: #febc2e; }
.il-term-demo-bar .dot-g { background: #28c840; }
.il-term-demo-bar .title {
  font-family: var(--il-font-mono);
  font-size: 0.7rem;
  color: rgba(99, 102, 241, 0.5);
  letter-spacing: 0.06em;
  margin-left: 8px;
}

.il-term-demo-body {
  padding: 20px;
  font-family: var(--il-font-mono);
  font-size: 0.82rem;
  line-height: 1.7;
  color: var(--il-green);
  min-height: 200px;
}

.il-term-demo-body .line {
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.il-term-demo-body .line.visible { opacity: 1; transform: translateY(0); }
.il-term-demo-body .line.cmd { color: var(--il-cyan); }
.il-term-demo-body .line.ok { color: var(--il-green); }
.il-term-demo-body .line.warn { color: #f59e0b; }
.il-term-demo-body .line.err { color: #ef4444; }
.il-term-demo-body .line.info { color: var(--il-text-muted); }
.il-term-demo-body .cursor {
  display: inline-block;
  width: 8px;
  height: 1em;
  background: var(--il-green);
  vertical-align: middle;
  margin-left: 2px;
  animation: il-blink 1.1s step-end infinite;
}

/* ===== CTA SECTION ===== */
.il-cta-section {
  background: linear-gradient(135deg, rgba(30, 27, 75, 0.4), rgba(59, 130, 246, 0.12));
  border: 1px solid rgba(99, 102, 241, 0.15);
  border-radius: 16px;
  padding: 48px 32px;
  margin: 48px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.il-cta-section::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.3), rgba(6, 182, 212, 0.15), rgba(59, 130, 246, 0.3));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  animation: il-cta-border 6s ease-in-out infinite alternate;
}
@keyframes il-cta-border {
  0% { opacity: 0.4; }
  100% { opacity: 0.9; }
}
.il-cta-section h2 { margin-bottom: 12px; }
.il-cta-section p {
  max-width: 560px;
  margin: 0 auto 24px;
  color: var(--il-text-muted);
}

/* ===== CONTACT FORM ===== */
.il-form-group { margin-bottom: 20px; }

.il-form-group label {
  display: block;
  font-family: var(--il-font-display);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--il-text-muted);
  margin-bottom: 6px;
}

.il-form-group input,
.il-form-group textarea,
.il-form-group select {
  width: 100%;
  padding: 12px 16px;
  background: var(--il-black-card);
  border: 1px solid rgba(99, 102, 241, 0.2);
  border-radius: 8px;
  color: var(--il-text);
  font-family: var(--il-font-body);
  font-size: 0.95rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.il-form-group input:focus,
.il-form-group textarea:focus {
  outline: none;
  border-color: var(--il-cyan);
  box-shadow: 0 0 10px rgba(6, 182, 212, 0.2);
}

.il-form-group textarea { min-height: 140px; resize: vertical; }

.il-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.il-consent-group { margin-top: 8px; }

.il-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 0.82rem;
  color: var(--il-text-muted);
  line-height: 1.5;
}
.il-checkbox-label input[type="checkbox"] {
  width: 18px; height: 18px; min-width: 18px;
  margin-top: 2px;
  accent-color: var(--il-cyan);
  cursor: pointer;
}
.il-checkbox-label a { color: var(--il-indigo-light); }

.il-form-submit { margin-top: 28px; text-align: center; }

.il-form-status {
  margin-top: 20px;
  padding: 14px 20px;
  border-radius: 8px;
  text-align: center;
  font-size: 0.9rem;
}
.il-form-success {
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: var(--il-green);
}
.il-form-error {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444;
}

.il-honey { position: absolute; left: -9999px; }

.il-contact-form-wrap {
  max-width: 680px;
  margin: 0 auto;
}
.il-contact-form-wrap h2 {
  font-family: var(--il-font-display);
  font-size: 1.4rem;
  color: var(--il-text);
  margin-bottom: 32px;
  text-align: center;
}

/* ==========================================================================
   CHATBOT — ILIT Terminal
   ========================================================================== */

:root {
  --il-chat-cyan: #06b6d4;
  --il-chat-green: #10b981;
  --il-chat-dark: rgba(6, 11, 24, 0.92);
  --il-chat-border: rgba(99, 102, 241, 0.45);
  --il-chat-font: 'JetBrains Mono', 'Courier New', monospace;
}

/* ===== DESKTOP TERMINAL ===== */
.il-chatbot-label {
  position: absolute;
  top: calc(25.7% - 3.5rem);
  left: calc(2% + 6px);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  z-index: 21;
  pointer-events: none;
  animation: il-chatbot-shimmer 6s ease-in-out infinite;
}
.il-chatbot-robot {
  font-size: 2.2rem;
  line-height: 1;
  opacity: 0.85;
}
.il-chatbot-robot svg {
  width: 1em; height: 1em;
  fill: none;
  stroke: rgba(99, 102, 241, 0.9);
  stroke-width: 1.5;
}
.il-chatbot-label-text {
  font-family: var(--il-font-display);
  font-size: 1rem;
  padding-top: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(99, 102, 241, 0.95);
  text-shadow: 0 0 12px rgba(99, 102, 241, 0.5);
}

@keyframes il-chatbot-shimmer {
  0%, 100% { opacity: 1; }
  45% { opacity: 0.94; }
  55% { opacity: 0.91; }
}

.il-chatbot {
  position: absolute;
  top: 25.2%;
  left: 2%;
  right: auto;
  width: 33vw;
  z-index: 20;
  pointer-events: auto;
  cursor: text;
  border: none;
  border-top: 1px solid rgba(99, 102, 241, 0.35);
  border-radius: 16px;
  padding: 18px 22px 18px;
  background: transparent;
  box-shadow: none;
  contain: layout style;
  -webkit-font-smoothing: antialiased;
}

.il-chatbot-clock {
  position: absolute;
  top: -40px;
  right: 26px;
  font-family: var(--il-font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(99, 102, 241, 0.9);
  text-shadow: 0 0 12px rgba(99, 102, 241, 0.5);
  pointer-events: none;
  z-index: 1;
}
.il-clock-sep { animation: il-cursor-blink 1s step-end infinite; }

.il-term-history {
  overscroll-behavior: contain;
  font-family: var(--il-font-body);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.55;
  margin-bottom: 0.75rem;
  height: 282px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  max-width: 100%;
  scrollbar-width: thin;
  scrollbar-color: rgba(99, 102, 241, 0.65) transparent;
  direction: rtl;
  padding-left: 10px;
}
.il-term-history::-webkit-scrollbar { width: 2px; }
.il-term-history::-webkit-scrollbar-thumb {
  background: rgba(99, 102, 241, 0.65);
}
.il-term-hist-user {
  direction: ltr; text-align: left;
  color: rgba(6, 182, 212, 0.95);
  text-shadow: 0 0 8px rgba(6, 182, 212, 0.3);
}
.il-term-hist-bot {
  direction: ltr; text-align: left;
  color: #e2e8f0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
  margin-bottom: 0.5rem;
}

.il-chatbot-input-wrapper {
  position: relative;
  height: 195px;
  margin-top: -10px;
}

.il-chatbot-contact {
  position: absolute;
  bottom: 0; left: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-family: var(--il-font-display);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(99, 102, 241, 0.78);
  text-decoration: none;
  transition: color 0.2s;
}
.il-chatbot-contact:hover { color: rgba(99, 102, 241, 1); }

.il-term-input-line {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.4em;
  font-family: var(--il-font-mono);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  max-width: 100%;
  padding-top: 12px;
  padding-right: 52px;
  margin-top: 8px;
}

.il-term-prompt {
  flex-shrink: 0;
  font-family: var(--il-font-display);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(99, 102, 241, 0.95);
  text-shadow: 0 0 12px rgba(99, 102, 241, 0.5);
  user-select: none;
}
.il-term-prompt.il-term-prompt-bot {
  color: rgba(16, 185, 129, 0.95);
  text-shadow: 0 0 12px rgba(16, 185, 129, 0.5);
}

.il-term-real {
  flex: 1; min-width: 0;
  background: transparent;
  border: none; outline: none; resize: none;
  overflow: hidden;
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 88px;
  padding: 0; margin: 0;
  font-family: var(--il-font-body);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.55;
  color: #e2e8f0;
  caret-color: transparent;
  text-shadow: 0 0 8px rgba(99, 102, 241, 0.5);
  scrollbar-width: none;
}
.il-term-real::-webkit-scrollbar { display: none; }
.il-term-real::selection { background: rgba(99, 102, 241, 0.25); }
.il-term-real:disabled { opacity: 0.5; }

.il-fake-caret {
  position: absolute;
  width: 2px; height: 1.15em;
  background: rgba(99, 102, 241, 1);
  box-shadow: 0 0 8px rgba(99, 102, 241, 0.5);
  pointer-events: none;
  animation: il-cursor-blink 1s step-end infinite;
  z-index: 5;
  transition: left 0.02s, top 0.02s;
}

.il-term-send {
  position: absolute;
  right: 0; top: 12px;
  width: 45px; height: 45px;
  background: none; border: none; padding: 0;
  cursor: pointer;
  color: rgba(99, 102, 241, 1);
  filter: drop-shadow(0 0 10px rgba(99, 102, 241, 0.7));
  transition: filter 0.2s, transform 0.15s;
}
.il-term-send svg { width: 100%; height: 100%; display: block; pointer-events: none; }
.il-term-send svg path:first-child { fill-opacity: 0.06; transition: fill-opacity 0.2s; }
.il-term-send:hover svg path:first-child { fill-opacity: 0.18; }
.il-term-send:hover { filter: drop-shadow(0 0 16px rgba(99, 102, 241, 1)); }
.il-term-send:active { transform: scale(0.92); }

@keyframes il-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
@keyframes il-cursor-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.il-chatbot:focus { outline: none; }

/* Chips */
.il-chips {
  display: flex; gap: 8px; padding: 12px 0 0;
  background: transparent; flex-wrap: wrap;
}
.il-chips.il-chips-hidden { display: none; }
.il-chip {
  font-family: var(--il-font-body);
  font-size: 1.1rem; font-weight: 500;
  color: rgba(99, 102, 241, 0.95);
  background: rgba(99, 102, 241, 0.12);
  border: 1px solid rgba(99, 102, 241, 0.35);
  border-radius: 6px;
  padding: 6px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.il-chip:hover {
  color: rgba(99, 102, 241, 1);
  background: rgba(99, 102, 241, 0.2);
  border-color: rgba(99, 102, 241, 0.6);
  box-shadow: 0 0 12px rgba(99, 102, 241, 0.25);
}

/* ===== MOBILE CHATBOT ===== */
.il-chatbot-mobile-btn {
  display: none;
  position: fixed;
  bottom: 22px; right: 22px;
  z-index: 9998;
  width: 54px; height: 54px;
  border-radius: 50%;
  background: rgba(6, 11, 24, 0.96);
  border: 2px solid rgba(99, 102, 241, 0.65);
  box-shadow: 0 0 22px rgba(99, 102, 241, 0.38);
  color: var(--il-indigo);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.25s;
}
.il-chatbot-mobile-btn:hover { box-shadow: 0 0 34px rgba(99, 102, 241, 0.58); }

.il-chatbot-mobile-panel {
  display: none;
  position: fixed;
  bottom: 88px; right: 16px;
  z-index: 9997;
  width: calc(100vw - 32px);
  max-width: 380px;
  height: 380px;
  background: rgba(6, 11, 24, 0.96);
  border: 1px solid var(--il-chat-border);
  border-radius: 12px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 0 40px rgba(99, 102, 241, 0.2);
  overflow: hidden;
  font-family: var(--il-chat-font);
  flex-direction: column;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.il-chatbot-mobile-panel.il-active {
  transform: translateY(0);
  opacity: 1;
}

.il-chatbot-header {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 14px;
  border-bottom: 1px solid rgba(99, 102, 241, 0.18);
  background: rgba(99, 102, 241, 0.04);
  flex-shrink: 0;
}
.il-chatbot-dots { display: flex; gap: 5px; flex-shrink: 0; }
.il-chatbot-dots .dot { width: 10px; height: 10px; border-radius: 50%; }
.il-chatbot-dots .dot-r { background: #ff5f57; }
.il-chatbot-dots .dot-y { background: #febc2e; }
.il-chatbot-dots .dot-g { background: #28c840; }
.il-chatbot-title {
  flex: 1;
  font-family: var(--il-chat-font);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(99, 102, 241, 0.6);
}
.il-chatbot-close {
  background: none; border: none; padding: 2px 5px;
  font-size: 0.85rem; color: rgba(99, 102, 241, 0.45);
  cursor: pointer; transition: color 0.2s;
}
.il-chatbot-close:hover { color: #ef4444; }

.il-chatbot-messages {
  flex: 1; overflow-y: auto; padding: 14px 14px 8px;
  display: flex; flex-direction: column; gap: 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(99, 102, 241, 0.25) transparent;
}
.il-chat-msg { display: flex; gap: 8px; align-items: flex-start; font-size: 0.78rem; line-height: 1.5; }
.il-chat-msg.il-chat-user { justify-content: flex-end; }
.il-chat-msg.il-chat-user .il-chat-who { order: 2; color: var(--il-cyan); }
.il-chat-msg.il-chat-user .il-chat-text {
  order: 1; background: rgba(6, 182, 212, 0.08);
  border-color: rgba(6, 182, 212, 0.25);
  color: rgba(186, 230, 253, 0.92);
}
.il-chat-who {
  font-weight: 700; font-size: 0.67rem; letter-spacing: 0.05em;
  color: var(--il-indigo); white-space: nowrap; padding-top: 3px; flex-shrink: 0;
}
.il-chat-text {
  background: rgba(99, 102, 241, 0.05);
  border: 1px solid rgba(99, 102, 241, 0.14);
  border-radius: 4px; padding: 5px 10px;
  color: rgba(99, 102, 241, 0.88);
}
.il-chat-typing-dots { display: flex; align-items: center; gap: 4px; padding: 8px 10px; }
.il-chat-typing-dots .dot {
  width: 5px; height: 5px; background: rgba(99, 102, 241, 0.65);
  border-radius: 50%;
  animation: il-chat-dot 1.3s ease-in-out infinite;
}
.il-chat-typing-dots .dot:nth-child(2) { animation-delay: 0.2s; }
.il-chat-typing-dots .dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes il-chat-dot {
  0%, 100% { opacity: 0.3; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-3px); }
}
.il-chatbot-input-row {
  display: flex; align-items: center; gap: 8px;
  padding: 9px 14px;
  border-top: 1px solid rgba(99, 102, 241, 0.15);
  background: rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}
.il-chatbot-input {
  flex: 1; background: transparent; border: none; outline: none;
  font-family: var(--il-chat-font); font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.92);
  caret-color: var(--il-indigo); min-width: 0;
}
.il-chatbot-input::placeholder { color: rgba(99, 102, 241, 0.28); }
.il-chatbot-send {
  background: rgba(99, 102, 241, 0.08);
  border: 1px solid rgba(99, 102, 241, 0.38);
  border-radius: 4px; color: var(--il-indigo);
  font-family: var(--il-chat-font);
  font-size: 0.67rem; letter-spacing: 0.07em;
  padding: 4px 10px; cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  flex-shrink: 0;
}
.il-chatbot-send:hover { background: rgba(99, 102, 241, 0.18); box-shadow: 0 0 10px rgba(99, 102, 241, 0.28); }
.il-chatbot-send:disabled { opacity: 0.4; cursor: not-allowed; }

.il-chips-mobile {
  display: flex; gap: 6px; padding: 8px 12px; flex-wrap: wrap;
}
.il-chips-mobile.il-chips-hidden { display: none; }
.il-chip-m {
  font-family: var(--il-font-mono); font-size: 0.68rem;
  color: rgba(99, 102, 241, 0.7);
  background: rgba(99, 102, 241, 0.06);
  border: 1px solid rgba(99, 102, 241, 0.2);
  border-radius: 12px; padding: 5px 12px;
  cursor: pointer; transition: all 0.2s ease;
}
.il-chip-m:hover {
  color: var(--il-indigo);
  background: rgba(99, 102, 241, 0.14);
  border-color: rgba(99, 102, 241, 0.5);
}

/* ===== FOOTER ===== */
.il-footer {
  position: relative;
  background: transparent;
  padding: 0 0 24px;
}

.il-footer-neon {
  width: 100%;
  max-width: var(--il-container);
  margin: 0 auto 50px;
  height: 2px;
  background: linear-gradient(90deg,
    transparent 0%, rgba(99, 102, 241, 0.15) 15%,
    rgba(99, 102, 241, 0.7) 40%, var(--il-indigo) 50%,
    rgba(99, 102, 241, 0.7) 60%, rgba(99, 102, 241, 0.15) 85%,
    transparent 100%
  );
  box-shadow: 0 0 8px rgba(99, 102, 241, 0.4), 0 0 20px rgba(99, 102, 241, 0.15);
  animation: il-footer-glow 5s ease-in-out infinite alternate;
}
@keyframes il-footer-glow {
  0% { box-shadow: 0 0 8px rgba(99, 102, 241, 0.3), 0 0 20px rgba(99, 102, 241, 0.1); }
  100% { box-shadow: 0 0 15px rgba(6, 182, 212, 0.5), 0 0 30px rgba(99, 102, 241, 0.25); }
}

.il-footer-inner {
  max-width: var(--il-container);
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
}

.il-footer-logo {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 16px; text-decoration: none;
}
.il-footer-logo .il-logo-shield { width: 28px; height: 30px; }
.il-footer-logo .il-logo-mark { font-size: 1.1rem; }

.il-footer-tagline {
  font-family: var(--il-font-body);
  font-size: 0.85rem;
  color: rgba(99, 102, 241, 0.6);
  letter-spacing: 0.02em;
}

.il-footer h4 {
  font-family: var(--il-font-display);
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--il-indigo-light);
  margin-bottom: 18px;
}

.il-footer-links { list-style: none; }
.il-footer-links li { margin-bottom: 10px; }
.il-footer-links a {
  font-family: var(--il-font-body);
  font-weight: 400; font-size: 0.88rem;
  color: rgba(226, 232, 240, 0.55);
  transition: color 0.3s, text-shadow 0.3s;
}
.il-footer-links a:hover {
  color: var(--il-cyan);
  text-shadow: 0 0 8px rgba(6, 182, 212, 0.3);
}

.il-footer-bottom {
  max-width: var(--il-container);
  margin: 36px auto 0;
  padding: 18px 20px 0;
  border-top: 1px solid rgba(99, 102, 241, 0.06);
  text-align: center;
}
.il-footer-bottom p {
  font-family: var(--il-font-body);
  font-size: 0.75rem;
  color: rgba(226, 232, 240, 0.3);
}

.il-footer-legal {
  display: flex; gap: 20px; justify-content: center; margin-top: 8px;
}
.il-footer-legal a { font-size: 0.75rem; color: rgba(226, 232, 240, 0.35); }
.il-footer-legal a:hover { color: var(--il-cyan); }

/* ===== SCANLINES OVERLAY ===== */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  background: repeating-linear-gradient(0deg,
    transparent 0px, transparent 2px,
    rgba(0, 0, 0, 0.025) 2px, rgba(0, 0, 0, 0.025) 4px
  );
}

/* ===== COOKIE BANNER (CNIL) ===== */
.il-cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 99999;
  background: rgba(6, 11, 24, 0.97);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(99, 102, 241, 0.2);
  padding: 18px 24px; display: none;
  box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.5);
}
.il-cookie-banner.show { display: block; }
.il-cookie-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.il-cookie-text {
  flex: 1; min-width: 280px;
  font-family: var(--il-font-body);
  font-size: 0.82rem;
  color: var(--il-text-muted); line-height: 1.5;
}
.il-cookie-text a { color: var(--il-cyan); text-decoration: underline; }
.il-cookie-buttons { display: flex; gap: 10px; flex-shrink: 0; }
.il-cookie-btn {
  font-family: var(--il-font-display);
  font-size: 0.72rem; letter-spacing: 0.04em;
  padding: 9px 20px; border-radius: 6px;
  cursor: pointer; transition: all 0.2s ease;
  border: 1px solid transparent;
}
.il-cookie-accept {
  background: var(--il-indigo); color: var(--il-white);
  border-color: var(--il-indigo); font-weight: 600;
}
.il-cookie-accept:hover {
  background: transparent; color: var(--il-indigo-light);
  box-shadow: 0 0 15px rgba(99, 102, 241, 0.3);
}
.il-cookie-refuse {
  background: transparent; color: var(--il-text-muted);
  border-color: var(--il-text-muted);
}
.il-cookie-refuse:hover {
  color: #ef4444; border-color: #ef4444;
  box-shadow: 0 0 10px rgba(239, 68, 68, 0.2);
}

/* ===== CONTENT (pages) ===== */
.il-content {
  padding: 40px 0 60px;
  margin-top: -40px;
  position: relative; z-index: 2;
  background: linear-gradient(180deg, transparent 0%, var(--il-black) 60px);
}
.il-content-area { max-width: 800px; margin: 0 auto; }

.il-section-light {
  background: var(--il-black);
  padding: 60px 0;
}
.il-container-narrow { max-width: 800px; }

/* ===== 404 ===== */
.il-404 {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 0;
}
.il-404 h1 {
  font-family: var(--il-font-display);
  font-size: 8rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--il-indigo), var(--il-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 16px;
}
.il-404-signal {
  font-family: var(--il-font-mono);
  font-size: 1rem;
  color: var(--il-cyan);
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

/* =====================================================
   Responsive — Tablet (<=900px)
   ===================================================== */
@media (max-width: 900px) {
  .il-chatbot              { display: none; }
  .il-chatbot-label        { display: none; }
  .il-chatbot-mobile-btn   { display: flex; }
  .il-chatbot-mobile-panel { display: flex; }

  .il-header {
    contain: none;
    background: rgba(6, 11, 24, 0.98);
  }
  .il-header-inner {
    grid-template-columns: 1fr auto;
    padding: 0 16px;
  }
  .il-header-inner .il-hamburger { display: flex; }
  .il-header-actions { display: none; }

  .il-process-steps { flex-direction: column; align-items: center; gap: 24px; }
  .il-process-connector { width: 2px; height: 30px; margin: 0; }

  .il-nav {
    position: fixed;
    top: 58px; left: 0; right: 0; bottom: 0;
    width: 100%;
    background: rgba(6, 11, 24, 0.99);
    padding: 16px 0;
    transform: translateY(-110%);
    opacity: 0; pointer-events: none;
    transition: transform 0.3s ease, opacity 0.2s ease;
    overflow-y: auto;
    z-index: 999;
    display: flex; flex-direction: column; align-items: stretch;
  }
  .il-nav.active { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .il-nav-list { flex-direction: column; gap: 0; width: 100%; padding: 0; }
  .il-nav-list li { width: 100%; border-bottom: 1px solid rgba(99, 102, 241, 0.06); }
  .il-nav-list a { display: flex; padding: 16px 24px; font-size: 1rem; min-height: 52px; width: 100%; }

  .il-nav-mobile-user {
    display: block; margin-top: auto; padding-top: 20px;
    border-top: 1px solid rgba(99, 102, 241, 0.12);
  }

  .il-hero-canvas { display: none; }
  .il-synthbot-wrap { display: none; }
  .il-footer-inner { grid-template-columns: 1fr 1fr; gap: 30px; }
  body.il-nav-open { overflow: hidden; position: fixed; width: 100%; }
}

@media (max-width: 768px) {
  .il-card-grid { grid-template-columns: 1fr; }
  .il-counters-inline { gap: 24px; padding: 20px 0; }
  .il-counter-num { font-size: 1.8rem; }
  .il-footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .il-home-hero { min-height: 100vh; }
  .il-home-content { margin-top: -20vh; }
  .il-btn { width: 200px; font-size: 0.82rem; margin: 0 8px; }
  .il-hero-btn { width: 200px; height: 46px; font-size: 0.82rem; }
  .il-hero-buttons { gap: 16px; }
  .il-card-grid { grid-template-columns: 1fr 1fr; }
  .il-form-row { grid-template-columns: 1fr; }
  .il-cookie-inner { flex-direction: column; text-align: center; }
  .il-cookie-buttons { justify-content: center; }
}

@media (max-width: 480px) {
  .il-home-hero h1 { font-size: 2rem; }
  .il-home-hero-content { padding-top: 3vh; }
  .il-btn { width: 100%; max-width: 240px; margin: 0 auto 12px; font-size: 0.8rem; }
  .il-hero-buttons { flex-direction: column; align-items: center; gap: 12px; }
  .il-hero-btn { width: 220px; height: 44px; font-size: 0.8rem; }
  .il-home-content { margin-top: -40vh; }
  .il-container { padding: 0 14px; }
  .il-section { padding: 30px 0; }
  .il-section-header { margin-bottom: 30px; }
  .il-card { padding: 24px 20px; }
  .il-cta-section { padding: 28px 18px; }
  .il-process-step { padding: 0 16px; }
}
