/* === HERO === */
.hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.hero-bg-img {
  position: absolute; inset: 0; z-index: 0;
}
.hero-bg-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 38%;
  display: block;
}
.hero-bg-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,13,20,.25) 0%, rgba(10,13,20,.55) 50%, rgba(10,13,20,.92) 100%);
}
.hero-slash {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(105deg, rgba(13,58,122,.88) 0%, rgba(13,58,122,.72) 28%, rgba(13,58,122,0) 52%);
}
.hero-edge-line {
  position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: linear-gradient(to bottom, transparent 0%, var(--blue3) 30%, var(--blue) 70%, transparent 100%);
  z-index: 3;
}
.hero-grid-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image:
    linear-gradient(rgba(61,143,224,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61,143,224,.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(135deg, black 0%, black 40%, transparent 70%);
}
.hero-content {
  position: relative; z-index: 4;
  width: 100%;
  padding: 0 72px 64px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; font-weight: 600; letter-spacing: 3.5px; text-transform: uppercase;
  color: var(--blue3); margin-bottom: 24px;
  animation: fadeUp .8s .1s both;
}
.hero-eyebrow::before { content: ''; display: block; width: 36px; height: 2px; background: var(--blue3); }
.hero-title {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  line-height: .95;
  font-size: clamp(38px, 5vw, 68px);
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
  animation: fadeUp .8s .15s both;
}
.hero-title .line-accent {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255,255,255,.35);
}
.hero-title .line-blue {
  display: block;
  color: var(--blue3);
}
.hero-sub {
  font-size: 14px; line-height: 1.7;
  color: rgba(255,255,255,.6);
  max-width: 460px; margin-bottom: 32px;
  animation: fadeUp .8s .25s both;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; animation: fadeUp .8s .35s both; }
.hero-right {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
  animation: fadeUp .8s .45s both;
}
.hero-stat {
  background: var(--blue);
  padding: 18px 30px;
  text-align: center;
  min-width: 140px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.hero-stat:first-child { background: var(--blue2); }
.stat-n {
  font-family: 'Outfit', sans-serif; font-weight: 800;
  font-size: 36px; color: #fff; line-height: 1;
}
.stat-n sup { font-size: 20px; }
.stat-l {
  font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,.55); margin-top: 5px;
}

/* === PILLARS STRIP === */
.pillars { background: #fff; border-bottom: 1px solid #e8edf5; padding: 0 56px; }
.pillars-inner { display: grid; grid-template-columns: repeat(3,1fr); border-left: 1px solid #e8edf5; }
.pillar-item { padding: 40px 44px; border-right: 1px solid #e8edf5; display: flex; align-items: flex-start; gap: 20px; transition: background .3s; }
.pillar-item:hover { background: var(--sky); }
.pillar-icon { width: 52px; height: 52px; flex-shrink: 0; background: var(--sky); border: 2px solid var(--blue); display: flex; align-items: center; justify-content: center; font-size: 22px; }
.pillar-num { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 36px; color: var(--blue); line-height: 1; }
.pillar-num sup { font-size: 16px; }
.pillar-title { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: .5px; margin: 4px 0 6px; }
.pillar-desc { font-size: 12px; color: var(--muted); line-height: 1.6; }

/* === DEMARQUER === */
.demarquer { padding: 100px 56px; background: var(--grey); position: relative; overflow: hidden; }
.demarquer::before { content: ''; position: absolute; top: -120px; right: -120px; width: 400px; height: 400px; border: 1px solid rgba(21,87,176,.08); border-radius: 50%; }
.demarquer::after { content: ''; position: absolute; top: -60px; right: -60px; width: 280px; height: 280px; border: 1px solid rgba(21,87,176,.1); border-radius: 50%; }
.demarquer-inner { max-width: 1200px; margin: 0 auto; }
.cards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; background: rgba(21,87,176,.08); border: 2px solid var(--blue); clip-path: polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px)); }
.card-item { background: #fff; padding: 52px 48px; position: relative; overflow: hidden; cursor: pointer; transition: background .3s; }
.card-item:hover { background: var(--sky); }
.card-arrow { position: absolute; top: 24px; right: 24px; width: 32px; height: 32px; border: 1.5px solid var(--blue); display: flex; align-items: center; justify-content: center; color: var(--blue); font-size: 14px; transition: background .3s, color .3s; }
.card-item:hover .card-arrow { background: var(--blue); color: #fff; }
.card-bg-num { position: absolute; bottom: -20px; right: 16px; font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 140px; color: rgba(21,87,176,.04); line-height: 1; pointer-events: none; user-select: none; }
.card-icon { font-size: 32px; margin-bottom: 20px; }
.card-title { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 26px; line-height: 1.1; margin-bottom: 16px; }
.card-title .hl2 { color: var(--blue); }
.card-desc { font-size: 13px; color: var(--muted); line-height: 1.7; max-width: 320px; }
.card-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--blue); text-decoration: none; transition: gap .2s; }
.card-item:hover .card-cta { gap: 14px; }

/* === HP AD BANNER WRAPPER === */
.hp-ad-section { padding: 32px 56px 0; }
.hp-ad-inner { max-width: 1200px; margin: 0 auto; }

/* === HP PRES BAND WRAPPER === */
.hp-pres-section { padding: 0 56px; }

/* === AD BANNER === */
.ad-wrap { padding: 0 56px; background: #fff; }
.ad-band { position: relative; overflow: hidden; background: var(--blue2); border: 2px solid var(--blue); clip-path: polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px)); height: 220px; display: flex; align-items: center; }
.ad-band.closed { display: none; }
.ad-band::after { content: ''; position: absolute; left: 0; right: 0; height: 1px; background: linear-gradient(90deg,transparent,rgba(122,184,240,.5),transparent); animation: scan 3.5s linear infinite; top: 0; }
@keyframes scan { from { top: -1px; } to { top: 101%; } }
.ad-eye { position: absolute; right: 60px; top: 50%; transform: translateY(-50%); width: 260px; height: 160px; opacity: .18; }
.iris-anim { animation: irisGlow 3s ease-in-out infinite alternate; }
@keyframes irisGlow { from { opacity: .7; } to { opacity: 1; filter: drop-shadow(0 0 10px rgba(122,184,240,.7)); } }
.pupil-anim { animation: pupilPulse 2.5s ease-in-out infinite; }
@keyframes pupilPulse { 0%, 100% { r: 19; } 50% { r: 22; } }
.ad-content { position: relative; z-index: 2; padding: 0 52px; display: flex; align-items: center; gap: 48px; width: 100%; }
.ad-kop-logo { flex-shrink: 0; font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 36px; letter-spacing: 6px; color: #fff; border-left: 3px solid var(--blue3); padding-left: 20px; line-height: 1; }
.ad-kop-logo span { color: var(--blue3); }
.ad-kop-tag { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,.4); margin-top: 6px; }
.ad-divider { width: 1px; height: 60px; background: rgba(255,255,255,.15); flex-shrink: 0; }
.ad-tagline { color: rgba(255,255,255,.75); font-size: 15px; line-height: 1.6; max-width: 340px; }
.ad-tagline strong { color: #fff; font-weight: 600; }
.ad-cta-btn { margin-left: auto; flex-shrink: 0; background: var(--blue3); color: #fff; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; padding: 12px 28px; text-decoration: none; clip-path: polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px)); transition: background .25s; }
.ad-cta-btn:hover { background: var(--blue); }
.ad-close-btn { position: absolute; top: 14px; right: 14px; width: 28px; height: 28px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.5); display: flex; align-items: center; justify-content: center; font-size: 13px; cursor: pointer; z-index: 5; transition: background .2s, color .2s; }
.ad-close-btn:hover { background: rgba(255,255,255,.2); color: #fff; }
.ad-pub-tag { position: absolute; top: 14px; left: 14px; font-size: 8px; letter-spacing: 2px; text-transform: uppercase; background: var(--blue3); color: #fff; padding: 3px 10px; opacity: .7; }

/* === PRES BAND === */
.pres-band { position: relative; max-width: 1200px; margin: 3px auto 0; overflow: hidden; height: 360px; clip-path: polygon(0 0,100% 0,100% calc(100% - 24px),calc(100% - 24px) 100%,0 100%); width: 100%; }
.pres-band img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; display: block; }
.pres-band::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(13,58,122,.75) 0%,rgba(13,58,122,.3) 60%,transparent 100%); }
.pres-text { position: absolute; left: 60px; bottom: 44px; z-index: 2; }
.pres-text h2 { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: clamp(22px,3vw,38px); color: #fff; line-height: 1.1; }
.pres-text h2 em { font-style: italic; color: var(--blue3); font-family: 'Inter Tight', sans-serif; font-weight: 400; }
.pres-badge { display: inline-flex; align-items: center; gap: 10px; background: var(--blue); color: #fff; font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 8px 20px; margin-bottom: 16px; }

/* === ABOUT === */
.about { padding: 100px 56px; background: #fff; }
.about-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-visual { position: relative; }
.about-img-outer { position: relative; clip-path: polygon(0 0,calc(100% - 28px) 0,100% 28px,100% 100%,28px 100%,0 calc(100% - 28px)); overflow: hidden; }
.about-img-outer img { width: 100%; height: 480px; object-fit: cover; object-position: center top; display: block; filter: grayscale(10%) contrast(1.05); }
.about-img-outer::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom,transparent 60%,rgba(13,58,122,.15)); }
.about-floater { position: absolute; bottom: -20px; right: -20px; background: var(--blue); color: #fff; padding: 22px 28px; text-align: center; clip-path: polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px)); }
.about-floater-n { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 44px; line-height: 1; }
.about-floater-l { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; opacity: .75; margin-top: 4px; }
.about-text { font-size: 15px; line-height: 1.85; color: var(--muted); margin-bottom: 40px; }
.pillars-list { display: flex; flex-direction: column; }
.pl-item { display: flex; align-items: flex-start; gap: 20px; padding: 20px 0; border-top: 1px solid #e8edf5; }
.pl-item:last-child { border-bottom: 1px solid #e8edf5; }
.pl-num { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 13px; color: var(--blue); letter-spacing: 2px; flex-shrink: 0; width: 32px; margin-top: 2px; }
.pl-title { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 15px; margin-bottom: 4px; }
.pl-desc { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* === SERVICES === */
.services { background: var(--blue2); padding: 100px 56px; position: relative; overflow: hidden; }
.services::before { content: ''; position: absolute; top: -200px; left: -200px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle,rgba(61,143,224,.07) 0%,transparent 70%); }
.services-inner { max-width: 1200px; margin: 0 auto; }
.services-top { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 64px; }
.services-intro { font-size: 15px; line-height: 1.75; color: rgba(255,255,255,.55); }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.svc-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); padding: 40px 32px; position: relative; overflow: hidden; transition: background .3s, border-color .3s; }
.svc-card::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--blue3); transform: scaleX(0); transform-origin: left; transition: transform .4s; }
.svc-card:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.15); }
.svc-card:hover::before { transform: scaleX(1); }
.svc-n { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 52px; color: rgba(255,255,255,.06); line-height: 1; margin-bottom: 20px; transition: color .3s; }
.svc-card:hover .svc-n { color: rgba(255,255,255,.1); }
.svc-icon { font-size: 24px; margin-bottom: 14px; }
.svc-title { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 18px; color: #fff; margin-bottom: 10px; }
.svc-desc { font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.7; }

/* === FOUNDERS === */
.founders { padding: 100px 56px; background: var(--grey); }
.founders-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.founders-quote { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: clamp(20px,2.5vw,28px); line-height: 1.3; color: var(--black); margin: 32px 0; padding-left: 28px; border-left: 4px solid var(--blue); }
.founders-quote em { color: var(--blue); font-style: italic; font-family: 'Inter Tight', sans-serif; font-weight: 400; }
.founders-sig { display: flex; align-items: center; gap: 16px; margin-top: 32px; }
.founders-avatar { width: 52px; height: 52px; border-radius: 50%; background: var(--blue); display: flex; align-items: center; justify-content: center; font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 14px; color: #fff; letter-spacing: 1px; flex-shrink: 0; }
.founders-name { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 16px; }
.founders-role { font-size: 12px; color: var(--muted); letter-spacing: 1px; text-transform: uppercase; margin-top: 2px; }
.founders-visual { position: relative; }
.founders-img-outer { clip-path: polygon(28px 0,100% 0,100% calc(100% - 28px),calc(100% - 28px) 100%,0 100%,0 28px); overflow: hidden; position: relative; }
.founders-img-outer img { width: 100%; height: 520px; object-fit: cover; object-position: center top; display: block; }
.founders-img-outer::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 100px; background: linear-gradient(transparent,rgba(13,58,122,.12)); }
.founders-badge { position: absolute; top: -16px; left: -16px; width: 100px; height: 100px; background: var(--blue3); clip-path: polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.founders-badge-n { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 22px; color: #fff; line-height: 1; }
.founders-badge-l { font-size: 8px; color: rgba(255,255,255,.8); letter-spacing: 1px; text-transform: uppercase; margin-top: 2px; }

/* === NEWS BAND === */
.news-band { background: var(--blue); padding: 14px 0; overflow: hidden; position: relative; }
.news-track { display: flex; gap: 60px; white-space: nowrap; animation: newsScroll 28s linear infinite; }
@keyframes newsScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.news-item { display: flex; align-items: center; gap: 12px; font-size: 12px; color: rgba(255,255,255,.8); letter-spacing: .5px; }
.news-item::before { content: '◆'; font-size: 8px; color: rgba(255,255,255,.4); }

/* === FOURNISSEUR CTA === */
.fournisseur { padding: 100px 56px; background: #fff; position: relative; overflow: hidden; }
.fournisseur-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.fournisseur-content p { font-size: 15px; color: var(--muted); line-height: 1.75; margin-bottom: 36px; }
.tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.tag { display: flex; align-items: center; gap: 8px; background: var(--sky); color: var(--blue); font-size: 12px; font-weight: 600; letter-spacing: .5px; padding: 8px 18px; border: 1px solid rgba(21,87,176,.15); }
.tag::before { content: '✓'; font-weight: 800; }
.fournisseur-visual { position: relative; background: var(--blue); min-height: 320px; clip-path: polygon(0 0,calc(100% - 28px) 0,100% 28px,100% 100%,28px 100%,0 calc(100% - 28px)); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.fournisseur-visual::before { content: ''; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,.04); right: -80px; top: -80px; }
.fournisseur-big-text { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 80px; color: rgba(255,255,255,.06); line-height: 1; text-align: center; padding: 40px; position: relative; z-index: 1; }
.fournisseur-center-text { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 2; padding: 40px; }
.fournisseur-icon { font-size: 52px; margin-bottom: 16px; }
.fournisseur-center-title { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 24px; color: #fff; text-align: center; line-height: 1.2; margin-bottom: 8px; }
.fournisseur-center-sub { font-size: 13px; color: rgba(255,255,255,.55); text-align: center; }

/* === HOMEPAGE RESPONSIVE === */
@media (max-width: 900px) {
  .hero { min-height: 480px; }
  .hero-content { padding: 24px 24px 48px; grid-template-columns: 1fr; gap: 32px; }
  .hero-right { flex-direction: row; }
  .hero-stat { flex: 1; }
  .pillars-inner, .cards-grid, .about-inner, .services-grid, .founders-inner, .fournisseur-inner { grid-template-columns: 1fr; }
  .demarquer, .about, .services, .founders, .fournisseur { padding: 60px 24px; }
  .services-top { grid-template-columns: 1fr; gap: 20px; }
  .hp-ad-section, .hp-pres-section { padding-left: 24px; padding-right: 24px; }
  .ad-wrap, .pres-band { margin-left: 20px; margin-right: 20px; }
  .ad-content { flex-wrap: wrap; gap: 20px; padding: 0 24px; }
  .ad-divider { display: none; }
  .pres-band { margin-left: 0; margin-right: 0; }

  /* Pillars: compact horizontal layout on mobile */
  .pillars { padding: 0 16px; }
  .pillars-inner { grid-template-columns: 1fr; border-left: none; }
  .pillar-item { padding: 20px 16px; border-right: none; border-bottom: 1px solid #e8edf5; gap: 14px; }
  .pillar-item:last-child { border-bottom: none; }
  .pillar-icon { width: 42px; height: 42px; font-size: 18px; }
  .pillar-num { font-size: 28px; }
}

@media (max-width: 480px) {
  /* Pillars: even more compact */
  .pillar-item { padding: 16px 12px; gap: 12px; }
  .pillar-icon { width: 36px; height: 36px; font-size: 16px; }
  .pillar-num { font-size: 24px; }
  .pillar-title { font-size: 13px; }
  .pillar-desc { font-size: 11px; }
}
