/* ============================================
   Marketing Design Tokens
   Séparé des tokens de l'app interne.
   Utilisé exclusivement par les pages marketing.
   ============================================ */

:root {
  /* Colors */
  --mk-bg-primary: #FAF9F6;
  --mk-bg-secondary: #ffffff;
  --mk-bg-accent: #FFF9F0;
  --mk-bg-dark: #2A2F36;

  --mk-text-primary: #1e293b;
  --mk-text-secondary: #64748b;
  --mk-text-muted: #94a3b8;
  --mk-text-on-dark: #ffffff;

  --mk-brown: #A5765C;
  --mk-brown-light: #C4A484;
  --mk-brown-dark: #5D4037;
  --mk-gold: #A5765C; /* Brown instead of yellow */
  --mk-gold-light: #FBF6F1;

  /* Gradients */
  --mk-gradient-primary: linear-gradient(135deg, #A5765C 0%, #5D4037 100%);
  --mk-gradient-soft: linear-gradient(135deg, #FAF9F6 0%, #F5F1E9 100%);
  --mk-gradient-cta: linear-gradient(135deg, #A5765C 0%, #8b5e48 100%);

  /* Typography */
  --mk-font-heading: 'Plus Jakarta Sans', sans-serif;
  --mk-font-body: 'Inter', sans-serif;
  --mk-font-serif: 'Instrument Serif', serif;

  /* Spacing sections */
  --mk-section-gap: 120px;
  --mk-section-padding: 80px 24px;
  --mk-container-max: 1200px;
  --mk-container-narrow: 800px;

  /* Border radius */
  --mk-radius-xs: 8px;
  --mk-radius-sm: 12px;
  --mk-radius-md: 16px;
  --mk-radius-card: 20px;
  --mk-radius-lg: 24px;
  --mk-radius-button: 50px;
  --mk-radius-full: 9999px;

  /* Shadows */
  --mk-shadow-sm: 0 2px 8px rgba(165, 118, 92, 0.06);
  --mk-shadow-md: 0 4px 16px rgba(165, 118, 92, 0.08);
  --mk-shadow-lg: 0 8px 32px rgba(165, 118, 92, 0.10);
  --mk-shadow-xl: 0 16px 48px rgba(165, 118, 92, 0.12);
  --mk-shadow-hover: 0 12px 40px rgba(165, 118, 92, 0.15);
  --mk-shadow-glass: 0 8px 32px rgba(0, 0, 0, 0.04);

  /* Transitions */
  --mk-transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --mk-transition-base: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --mk-transition-slow: 350ms cubic-bezier(0.4, 0, 0.2, 1);

  /* Z-index */
  --mk-z-header: 1000;
  --mk-z-promo: 1001;
  --mk-z-modal: 1400;
  --mk-z-overlay: 1300;
}

/* Responsive overrides */
@media (max-width: 768px) {
  :root {
    --mk-section-gap: 80px;
    --mk-section-padding: 60px 16px;
  }
}

@media (max-width: 480px) {
  :root {
    --mk-section-gap: 60px;
    --mk-section-padding: 48px 16px;
  }
}

/* ============================================
   Landing Page V2 — Golden Retriever Design
   ============================================ */

/* ---- Mesh Background Animation ---- */
@keyframes mesh-gradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes float {
  0% { transform: translateY(0px) rotateY(0deg); }
  50% { transform: translateY(-20px) rotateY(2deg); }
  100% { transform: translateY(0px) rotateY(0deg); }
}

/* ---- Hero ---- */
.lp-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: 
    radial-gradient(at 0% 0%, rgba(165, 118, 92, 0.15) 0px, transparent 50%),
    radial-gradient(at 100% 0%, rgba(230, 162, 60, 0.1) 0px, transparent 50%),
    #0f172a; /* Deep Navy/Slate disruption */
  overflow: hidden;
  padding: 80px 24px 60px;
}

/* Sunlight Aura */
.lp-hero::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(165, 118, 92, 0.08) 0%, transparent 70%);
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
}

.lp-hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--mk-container-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: visible;
}

.lp-hero__content {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.lp-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 10px 20px;
  font-family: var(--mk-font-body);
  font-size: 14px;
  font-weight: 700;
  color: #fff; /* Brown */
  width: -webkit-fit-content;
  width: fit-content;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.lp-hero__title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(48px, 7vw, 90px);
  font-weight: 800; /* Strict but rounded (boudinet) */
  line-height: 0.88;
  color: #ffffff; /* Contrast on dark */
  letter-spacing: -0.06em;
  margin: 0;
}

.lp-hero__title-accent {
  position: relative;
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #A5765C;
  margin-top: 15px;
  letter-spacing: -0.06em;
}

/* Point orange-doré DA / logo (positionné comme un point final, sur la ligne de base) */
.lp-hero__title-dot,
.lp-title-dot {
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  margin-left: 0.12em;
  vertical-align: baseline;
  background: #e6a23c;
  border-radius: 50%;
}

.lp-hero__subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #94a3b8; /* Slate 400 */
  max-width: 620px;
  font-weight: 500;
  margin: 0.35em 0 1em 0;
  letter-spacing: -0.02em;
}

.lp-hero__cta-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

/* App Showcase Visual — High-end SaaS look */
.lp-hero__visual {
  flex: 1 1;
  position: relative;
  height: 650px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 2500px;
  margin-right: -250px; /* Débordement massif demandé */
  transform: translateX(80px); /* Décalage vers la droite */
  z-index: 5;
}

.lp-hero__showcase {
  position: relative;
  width: 100%;
  height: 100%;
  transform: rotateY(-18deg) rotateX(12deg);
  transform-style: preserve-3d;
}

/* Main App Window Mockup — Realistic Light version */
.lp-hero__app-window {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 820px; /* Augmenté pour moins de zoom */
  height: 580px; /* Augmenté */
  background: #fffefc; 
  border-radius: 20px;
  box-shadow: 
    0 50px 100px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0,0,0,0.05);
  border: 4px solid #ffffff;
  overflow: hidden;
  z-index: 1;
  display: flex;
}

.lp-hero__app-sidebar {
  width: 60px;
  background: #fdfaf7;
  border-right: 1px solid #f3efeb;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.lp-hero__app-main {
  flex: 1 1;
  display: flex;
  flex-direction: column;
}

.lp-hero__app-header {
  height: 54px;
  background: #ffffff;
  border-bottom: 1px solid #f3efeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}

.lp-hero__app-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.lp-hero__app-content {
  padding: 30px;
}

/* Floating Context Cards */
.lp-hero__floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.85); /* Legerement translucide */
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lp-hero__floating-card:hover {
  transform: translateZ(50px) translateY(-10px);
  box-shadow: 0 60px 100px rgba(0, 0, 0, 0.4);
}

.lp-hero__card--revenue {
  top: 45%;
  right: -50px; /* Plus vers l'exterieur */
  width: 240px;
  background: linear-gradient(135deg, #A5765C, #D97706);
  color: #fff;
  border: none;
}

.lp-hero__card--client {
  bottom: 0px; 
  right: 180px; /* Repositionnement pour mon nouveau dashboard */
  width: 260px;
}

.lp-hero__card--stats {
  top: -10%; /* Debordement haut */
  right: 80px;
  width: 200px;
}

/* UI Elements inside mockup */
.lp-ui-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.lp-ui-avatar {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  flex-shrink: 0;
}

.lp-ui-line {
  height: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  margin-bottom: 10px;
}

.lp-ui-tag {
  font-size: 11px;
  font-weight: 800;
  padding: 5px 10px;
  border-radius: 100px;
  background: rgba(165, 118, 92, 0.15);
  color: #A5765C;
}

.lp-hero__notifications-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
  min-width: 280px;
}

.lp-hero__notification {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.08); /* Dark glass */
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 14px 18px;
  box-shadow: 
    0 4px 6px rgba(0, 0, 0, 0.2),
    0 20px 48px rgba(0, 0, 0, 0.4);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transform: rotateX(5deg) rotateY(-10deg);
}

.lp-hero__notification:hover {
  transform: rotateX(0deg) rotateY(0deg) scale(1.05) translateX(-10px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.4);
}

.lp-hero__notification-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lp-hero__notification-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.lp-hero__notification-title {
  font-size: 15px;
  font-weight: 800;
  color: var(--mk-text-primary);
  font-family: var(--mk-font-heading);
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.lp-hero__notification-sub {
  font-size: 12px;
  color: var(--mk-text-secondary);
  font-weight: 500;
}

/* Couche dashboard derrière les notifications — toute la largeur à droite */
.lp-hero__dashboard-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16px;
  padding: 20px 0 20px 20px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lp-hero__notifications-list {
  position: relative;
  z-index: 2;
}

.lp-hero__dashboard-card {
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
  opacity: 0.9;
  flex-shrink: 0;
  transform: rotateY(-15deg) rotateX(10deg);
  transition: all 0.5s ease;
}

.lp-hero__dashboard-card:hover {
  transform: rotateY(0deg) rotateX(0deg) scale(1.1);
  background: rgba(255, 255, 255, 0.1);
  z-index: 10;
}

.lp-hero__dashboard-card--calendar {
  width: 160px;
}

.lp-hero__dashboard-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #A5765C;
  margin-bottom: 10px;
  font-family: var(--mk-font-heading);
}

.lp-hero__dashboard-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 2px;
  gap: 2px;
  font-size: 10px;
  color: var(--mk-text-secondary);
}

.lp-hero__dashboard-calendar-dayname {
  text-align: center;
  font-weight: 700;
  color: #94a3b8;
}

.lp-hero__dashboard-calendar-cell {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 600;
  color: #64748b;
}

.lp-hero__dashboard-calendar-cell--active {
  background: rgba(165, 118, 92, 0.12);
  color: #A5765C;
}

.lp-hero__dashboard-calendar-cell--today {
  background: #A5765C;
  color: #fff;
}

.lp-hero__dashboard-card--revenue {
  width: 180px;
}

.lp-hero__dashboard-revenue-value {
  font-size: 22px;
  font-weight: 800;
  color: var(--mk-text-primary);
  font-family: var(--mk-font-heading);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.lp-hero__dashboard-revenue-badge {
  font-size: 11px;
  font-weight: 700;
  color: #16a34a;
  margin-bottom: 10px;
}

.lp-hero__dashboard-chart {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 44px;
  margin-bottom: 8px;
}

.lp-hero__dashboard-chart-bar {
  flex: 1 1;
  min-width: 6px;
  background: linear-gradient(180deg, rgba(165, 118, 92, 0.35) 0%, rgba(165, 118, 92, 0.12) 100%);
  border-radius: 4px 4px 0 0;
  transition: height 0.3s ease;
}

.lp-hero__dashboard-legend {
  display: flex;
  gap: 12px;
  font-size: 10px;
  color: #64748b;
  font-weight: 500;
}

.lp-hero__dashboard-legend-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 4px;
  vertical-align: middle;
}

.lp-hero__dashboard-legend-dot--new {
  background: #A5765C;
}

.lp-hero__dashboard-legend-dot--return {
  background: rgba(165, 118, 92, 0.4);
}

.lp-hero__dashboard-card--contacts {
  width: 180px;
}

.lp-hero__dashboard-stat {
  margin-bottom: 10px;
}

.lp-hero__dashboard-stat-label {
  font-size: 11px;
  color: #16a34a;
  font-weight: 700;
}

.lp-hero__dashboard-progress-row {
  display: grid;
  grid-template-columns: 1fr 50px 28px;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  font-size: 11px;
  color: #64748b;
  margin-bottom: 6px;
}

.lp-hero__dashboard-progress-row:last-child {
  margin-bottom: 0;
}

.lp-hero__dashboard-progress {
  height: 6px;
  background: #f1f5f9;
  border-radius: 3px;
  overflow: hidden;
}

.lp-hero__dashboard-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #A5765C 0%, rgba(165, 118, 92, 0.6) 100%);
  border-radius: 3px;
  transition: width 0.4s ease;
}

.lp-hero__dashboard-progress-fill--alt {
  background: linear-gradient(90deg, rgba(165, 118, 92, 0.5) 0%, rgba(165, 118, 92, 0.2) 100%);
}

@media (max-width: 1024px) {
  .lp-hero__dashboard-backdrop {
    display: none;
  }

  .lp-hero__visual {
    margin-right: 0;
    padding-right: 0;
  }
}

.lp-floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 24px;
  padding: 20px 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 10;
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.lp-floating-card:hover {
  transform: scale(1.08) translateY(-10px) !important;
  box-shadow: 0 40px 80px rgba(165, 118, 92, 0.12);
  border-color: rgba(165, 118, 92, 0.3);
}

.lp-floating-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.lp-floating-card__text {
  display: flex;
  flex-direction: column;
}

.lp-floating-card__title {
  font-size: 16px;
  font-weight: 800;
  color: var(--mk-text-primary);
  font-family: var(--mk-font-heading);
  letter-spacing: -0.02em;
}

.lp-floating-card__sub {
  font-size: 13px;
  color: var(--mk-text-secondary);
  font-weight: 500;
}

/* Placement flottant avec plus d’espace entre les cartes */
.card-1 { top: 10%; right: 5%; transform: rotate(1deg); }
.card-2 { bottom: 28%; left: 0%; transform: rotate(-2deg); }
.card-3 { top: 45%; right: -10%; transform: rotate(3deg); background: var(--mk-bg-accent); }
.card-4 { top: 22%; left: -4%; transform: rotate(-1deg); }
.card-5 { bottom: 2%; right: 8%; transform: rotate(2deg); }

/* ---- Partners / Trust Bar ---- */
.lp-partners {
  padding: 40px 24px;
  background: var(--mk-bg-primary);
  border-bottom: 1px solid rgba(165, 118, 92, 0.06);
}

.lp-partners__inner {
  max-width: var(--mk-container-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.lp-partners__label {
  font-family: var(--mk-font-heading);
  font-size: 13px;
  font-weight: 600;
  color: var(--mk-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.lp-partners__logos {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  justify-content: center;
}

.lp-partners__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: opacity var(--mk-transition-fast), transform var(--mk-transition-fast);
  opacity: 0.9;
}

.lp-partners__link:hover {
  opacity: 1;
}

.lp-partners__link:hover .lp-partners__logo {
  transform: scale(1.08);
}

.lp-partners__logo {
  height: 52px;
  width: auto;
  object-fit: contain;
  transition: transform var(--mk-transition-fast);
}

/* ---- Glass Utility ---- */
.glass-premium {
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(165, 118, 92, 0.12);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04);
}

/* ---- Section Transitions ---- */
.lp-section-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  color: #1e293b;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin-bottom: 24px;
}

.lp-section-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ---- Metiers ---- */
.lp-metiers__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 24px;
  gap: 24px;
  margin-top: 60px;
}

.lp-metier-card {
  display: flex;
  flex-direction: column;
  padding: 48px 32px;
  background: white;
  border-radius: 32px;
  text-decoration: none;
  border: 1px solid rgba(165, 118, 92, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: left;
  position: relative;
  overflow: hidden;
}

.lp-metier-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: var(--mk-gradient-cta);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.lp-metier-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(165,118,92,0.1);
  border-color: rgba(165,118,92,0.2);
}

.lp-metier-card__icon {
  font-size: 44px;
  margin-bottom: 24px;
  background: #fafaf9;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.03);
  transition: all 0.4s ease;
}

.lp-metier-card:hover .lp-metier-card__icon {
  transform: scale(1.1) rotate(5deg);
  background: white;
}

.lp-metier-card__title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 8px;
  z-index: 1;
}

.lp-metier-card__desc {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  font-weight: 500;
  z-index: 1;
}

.lp-professions__visual-mobile {
  display: none;
}

/* ---- CTA Banner ---- */
.lp-cta-banner {
  padding: 120px 24px;
  background: #fafaf9;
  position: relative;
}

.lp-cta-banner__inner {
  max-width: 1000px;
  margin: 0 auto;
  background: #1e293b;
  padding: 80px 40px;
  border-radius: 56px;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(30,41,59,0.2);
}

.lp-cta-banner__inner::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle at 70% 30%, rgba(165,118,92,0.15) 0%, transparent 50%);
  pointer-events: none;
}

.lp-cta-banner__title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.lp-cta-banner__sub {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ---- Workflow (section démo Mes Services / Crée tes services) ---- */

/* ---- Contact ---- */
.lp-contact__card {
  text-align: center;
  padding: 48px 32px;
  background: var(--mk-bg-card);
  border-radius: var(--mk-radius-card);
  box-shadow: var(--mk-shadow-sm);
  max-width: 500px;
  margin: 0 auto;
}

.lp-contact__icon {
  font-size: 40px;
  margin-bottom: 16px;
}

.lp-contact__email {
  font-family: var(--mk-font-heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--mk-brown);
  text-decoration: none;
}

.lp-contact__email:hover {
  text-decoration: underline;
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .lp-hero {
    padding: 100px 20px 70px;
    min-height: auto;
  }

  .lp-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 40px;
  }

  .lp-hero__content {
    flex: 0 0 auto;
    align-items: flex-start;
    max-width: 100%;
  }

  .lp-hero__subtitle {
    max-width: 100%;
  }

  .lp-hero__cta-row {
    justify-content: flex-start;
  }

  .lp-hero__visual {
    order: 2;
    flex: 0 0 auto;
    width: 100%;
    height: 420px;
    margin-right: 0;
    transform: translateX(0);
  }

  .lp-steps__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

@media (max-width: 768px) {
  .lp-hero {
    padding: 90px 16px 60px;
  }

  .lp-hero__inner {
    align-items: center;
    text-align: center;
  }

  .lp-hero__content {
    align-items: center;
  }

  .lp-hero__cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .lp-hero__visual {
    height: 380px;
  }

  .lp-hero__floating-card {
    display: none !important;
  }

  .lp-partners__inner {
    flex-direction: column;
    gap: 20px;
  }

  .lp-partners__logos {
    gap: 24px;
  }

  .lp-partners__logo {
    height: 40px;
  }

  .lp-mobile-section {
    padding: 120px 16px;
  }

  /* Workflow mobile : slides plein écran */
  .mk-workflow--mobile {
    scroll-snap-type: y mandatory;
    overflow-y: auto;
  }

  .mk-workflow__mobile-step {
    scroll-snap-align: start;
  }

  /* Fondateurs + vidéo : pile texte au-dessus, vidéo en dessous sur mobile */
  .lp-founders {
    padding: 80px 16px;
  }

  .lp-founders__grid {
    display: flex !important;
    flex-direction: column;
    gap: 40px;
  }

  .lp-founders__video {
    order: 2;
  }

  .lp-founders__badge {
    right: 16px !important;
    bottom: -18px !important;
    transform: scale(0.9);
    transform-origin: bottom right;
  }

  /* Bloc "Conçu pour ton métier" : icons bien visibles sur mobile */
  .lp-professions {
    display: flex !important;
    flex-direction: column;
    gap: 16px; /* Réduit pour accommoder l'illustration intercalée */
  }

  .lp-professions__visual-mobile {
    display: block;
    height: 480px;
    margin-bottom: 24px;
  }

  .lp-professions__visual-desktop {
    display: none !important;
  }

  .lp-professions > div:first-child {
    order: 1;
  }

  .lp-professions > div:last-child {
    order: 2;
  }

  /* FAQ "On répond à tes questions" : stack propre sur mobile */
  .lp-faq__grid {
    display: flex !important;
    flex-direction: column;
    gap: 40px;
  }
}

@media (max-width: 480px) {
  .lp-hero__badge {
    font-size: 12px;
  }

  .lp-hero__visual {
    height: 340px;
  }

  .lp-metiers__grid {
    grid-template-columns: 1fr;
  }

  .lp-cta-banner__inner {
    padding: 56px 24px;
    border-radius: 40px;
  }

}

/* ---- Cinema Mode ---- */
.cinema-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 9998;
  animation: fadeIn 0.4s ease forwards;
}

.cinema-video-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  aspect-ratio: 16/9;
  z-index: 9999;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5);
  animation: modalIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.cinema-exit-button {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 10000;
  background: white;
  border: none;
  padding: 12px 24px;
  border-radius: 100px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  color: #1e293b;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.cinema-exit-button:hover {
  transform: scale(1.05);
  background: #f8fafc;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes modalIn {
  from { opacity: 0; transform: translate(-50%, -45%) scale(0.95); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

.video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(165, 118, 92, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease;
}

.video-play-overlay:hover {
  background: rgba(165, 118, 92, 0.2);
}

.video-play-button {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.video-play-overlay:hover .video-play-button {
  transform: scale(1.15);
  background: white;
}

/* ---- Mobile Apps Section (Nebula Redesign) ---- */
.lp-mobile-section {
  padding: 160px 24px;
  background: #0f172a; /* Deep navy */
  position: relative;
  overflow: hidden;
  z-index: 10;
}

/* Ambient Nebula Glows */
.lp-mobile-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(165, 118, 92, 0.15) 0%, transparent 70%);
  filter: blur(100px);
  z-index: 0;
  pointer-events: none;
}

.lp-mobile-section::after {
  content: '';
  position: absolute;
  bottom: 0%;
  right: 10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.1) 0%, transparent 70%);
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
}

.lp-mobile-inner {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.lp-mobile-heading {
  margin-bottom: 100px;
}

.lp-mobile-grid {
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: space-between;
}

/* --- Premium Phone Mockup --- */
.lp-mobile-phone-container {
  flex: 0 0 45%;
  display: flex;
  justify-content: center;
  perspective: 2000px;
}

.lp-mobile-phone-3d {
  width: 320px;
  height: 650px;
  background: #020617;
  border-radius: 60px;
  padding: 12px;
  position: relative;
  transform: rotateY(20deg) rotateX(10deg);
  box-shadow: 
    30px 60px 100px rgba(0,0,0,0.6),
    0 0 0 2px rgba(255,255,255,0.05),
    inset 0 0 20px rgba(255,255,255,0.05);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.lp-mobile-phone-3d:hover {
  transform: rotateY(5deg) rotateX(5deg) scale(1.02);
}

.lp-mobile-phone-screen-3d {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 48px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.1);
}

/* Dynamic Reflection Mask */
.lp-mobile-phone-screen-3d::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 40%, rgba(255,255,255,0.05) 100%);
  pointer-events: none;
  z-index: 10;
}

/* Speaker & Notch */
.lp-mobile-phone-3d::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 25px;
  background: #020617;
  border-radius: 20px;
  z-index: 20;
}

/* --- Portal Store Stack --- */
.lp-mobile-portal-stack {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 650px;
}

.lp-store-panel {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 40px;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  position: relative;
}

.lp-store-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.05), transparent);
  opacity: 0;
  transition: opacity 0.6s ease;
}

.lp-store-panel:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

.lp-store-panel:hover::before {
  opacity: 1;
}

.lp-store-panel--active {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(165, 118, 92, 0.5);
  box-shadow: 
    0 40px 100px rgba(0,0,0,0.4),
    inset 0 0 0 1px rgba(165, 118, 92, 0.2);
}

.lp-store-panel__header {
  padding: 40px 48px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.lp-store-panel__icon {
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  transition: all 0.5s ease;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.lp-store-panel:hover .lp-store-panel__icon {
  transform: scale(1.1) rotate(5deg);
  border-color: rgba(255,255,255,0.4);
  background: rgba(255, 255, 255, 0.1);
}

.lp-store-panel__info {
  flex: 1 1;
}

.lp-store-panel__info h4,
.lp-store-panel__eyebrow {
  font-size: 13px;
  font-weight: 800;
  color: #64748b;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.lp-store-panel__info p {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.lp-store-panel__toggle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  background: rgba(255,255,255,0.03);
}

.lp-store-panel:hover .lp-store-panel__toggle {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.3);
}

.lp-store-panel--active .lp-store-panel__toggle {
  background: #A5765C;
  border-color: #A5765C;
  transform: rotate(45deg);
  box-shadow: 0 0 30px rgba(165,118,92,0.4);
}

/* Expanded Premium Content */
.lp-store-panel__content {
  padding: 0 48px 48px;
  display: flex;
  align-items: flex-start;
  gap: 56px;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 48px;
}

.lp-qr-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.lp-qr-box {
  background: #fff;
  padding: 24px;
  border-radius: 32px;
  box-shadow: 
    0 30px 60px rgba(0,0,0,0.5),
    0 0 0 8px rgba(255,255,255,0.05);
  position: relative;
}

.lp-qr-box::after {
  content: 'SCAN ME';
  position: absolute;
  top: -12px;
  background: #A5765C;
  color: white;
  font-size: 10px;
  font-weight: 950;
  padding: 4px 12px;
  border-radius: 100px;
  letter-spacing: 0.1em;
}

.lp-qr-instructions {
  flex: 1 1;
}

.lp-qr-instructions h5,
.lp-qr-instructions__title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  letter-spacing: -0.01em;
}

.lp-qr-instructions p {
  font-size: 17px;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 32px;
  font-weight: 500;
}

.lp-direct-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 32px;
  background: #fff;
  color: #0f172a;
  border-radius: 20px;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 25px rgba(255,255,255,0.1);
}

.lp-direct-btn:hover {
  background: #A5765C;
  color: white;
  transform: translateX(10px);
  box-shadow: 0 20px 40px rgba(165,118,92,0.3);
}

@media (max-width: 1100px) {
  .lp-mobile-grid {
    flex-direction: column;
    gap: 100px;
    align-items: center;
  }
  
  .lp-mobile-phone-container {
    flex: 0 0 auto;
    width: 100%;
  }

  .lp-mobile-phone-3d {
    transform: none;
    margin: 0 auto;
  }

  .lp-mobile-portal-stack {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .lp-store-panel__header {
    padding: 32px;
    gap: 20px;
  }
  
  .lp-store-panel__info p {
    font-size: 20px;
  }

  .lp-store-panel__content {
    flex-direction: column;
    padding: 32px;
    gap: 40px;
  }

  .lp-qr-box {
    padding: 16px;
  }
}


/*# sourceMappingURL=5487.a4cfc0a9.chunk.css.map*/