/* e-bulletin – Landing Cruip Simple style */

:root {
  --simple-primary: #2563eb;
  --simple-primary-hover: #1d4ed8;
  --simple-heading: #1e293b;
  --simple-body: #64748b;
  --simple-bg-dark: #1e3a5f;
  --pullsy-orange: #f97316;
  --pullsy-orange-hover: #ea580c;
}

body.landing-simple {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--simple-body);
}

/* Mode sombre global */
body.landing-simple.dark-mode {
  background-color: #020617;
  color: #cbd5f5;
}

body.landing-simple.dark-mode h1,
body.landing-simple.dark-mode h2,
body.landing-simple.dark-mode h3 {
  color: #e5e7eb;
}

/* Transitions et hover global – tous les éléments interactifs */
.landing-simple a,
.landing-simple button,
.landing-simple .nav-link,
.landing-simple .dropdown-item,
.landing-simple .hero-trustline-card,
.landing-simple .hero-diagram-center,
.landing-simple .pricing-card-pullsy,
.landing-simple .agent-card,
.landing-simple .fonctionnement-step,
.landing-simple .fonctionnement-tab,
.landing-simple .testimonial-card,
.landing-simple .hero-pill,
.landing-simple .hero-benefit,
.landing-simple .section-pill,
.landing-simple .landing-logo,
.landing-simple .footer-logo,
.landing-simple .footer-social-link,
.landing-simple .footer-designed-link,
.landing-simple .scroll-top,
.landing-simple .btn,
.landing-simple .navbar-toggler,
.landing-simple .navbar-brand-text,
.landing-simple .hero-list-item,
.landing-simple .avatar-sm,
.landing-simple .hero-avatar-img,
.landing-simple .hero-diagram-node,
.landing-simple .hero-process-item,
.landing-simple .hero-security-icon {
  transition: all 0.3s ease;
}

/* Animations continues légères (petits mouvements) */
@keyframes hero-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes hero-avatar-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes hero-diagram-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 6px 24px rgba(249, 115, 22, 0.35); }
  50% { transform: scale(1.02); box-shadow: 0 8px 28px rgba(249, 115, 22, 0.4); }
}

@keyframes hero-icon-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.2); }
  50% { box-shadow: 0 0 0 8px rgba(249, 115, 22, 0.08); }
}

.landing-simple h1, .landing-simple h2, .landing-simple h3 {
  color: var(--simple-heading);
  font-weight: 700;
}

/* Header */
.landing-header {
  padding: 0.5rem 0;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

body.landing-simple.dark-mode .landing-header {
  background: #020617;
  border-bottom-color: #1f2937;
}

.landing-header .navbar-nav .nav-link {
  color: var(--simple-body) !important;
  font-weight: 500;
  padding: 0.5rem 1rem;
}

.landing-header .navbar-nav .nav-link:hover,
.landing-header .navbar-nav .nav-link.active {
  color: var(--simple-primary) !important;
  transform: translateY(-1px);
}

.landing-header .navbar-nav .dropdown-item:hover {
  background: rgba(249, 115, 22, 0.1);
  transform: translateX(4px);
}

.landing-header-pullsy .navbar-nav .nav-link:hover,
.landing-header-pullsy .navbar-nav .nav-link.active {
  transform: translateY(-1px);
}

.landing-header a:hover .landing-logo {
  transform: scale(1.05);
}

.navbar-brand-link:hover .navbar-brand-text {
  color: var(--pullsy-orange) !important;
}

.landing-header-pullsy .navbar-brand-link:hover .navbar-brand-text {
  color: var(--pullsy-orange) !important;
}

.landing-header .btn-login {
  color: var(--simple-body);
  font-weight: 500;
}

.landing-header .btn-login:hover {
  transform: translateY(-1px);
}

.landing-header .navbar-toggler:hover {
  transform: scale(1.05);
}

.landing-header .btn-register {
  background: var(--simple-primary);
  color: #fff !important;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  border-radius: 0.375rem;
  transition: all 0.3s ease;
}

.landing-header .btn-register:hover {
  background: var(--simple-primary-hover);
  color: #fff !important;
  transform: translateY(-1px);
}

.landing-header-pullsy .btn-register {
  background: var(--pullsy-orange);
}

.landing-header-pullsy .btn-register:hover {
  background: var(--pullsy-orange-hover);
  color: #fff !important;
  transform: translateY(-1px);
}

.landing-header-pullsy .navbar-nav .nav-link:hover,
.landing-header-pullsy .navbar-nav .nav-link.active {
  color: var(--pullsy-orange) !important;
}

.landing-logo {
  width: 40px;
  height: 40px;
  background: var(--simple-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.landing-logo-orange { background: var(--pullsy-orange); }
.text-orange { color: var(--pullsy-orange) !important; }

/* Bouton bascule clair / sombre */
.theme-toggle-btn {
  padding: 0.35rem 0.55rem;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  line-height: 1;
}

.theme-toggle-btn i {
  font-size: 1rem;
}

.theme-toggle-btn:hover {
  background: #f8fafc;
  transform: translateY(-1px);
  border-color: #cbd5e1;
}

/* Hero */
.landing-hero {
  padding: 4rem 0 5rem;
  text-align: center;
}

/* Hero TrustLine (fond grille pointillée, cartes flottantes, diagramme central) */
.hero-trustline {
  padding: 4rem 0 7rem;
  min-height: 85vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-trustline-bg {
  position: absolute;
  inset: 0;
  background-color: #fafbfc;
  background-image: radial-gradient(circle at 1px 1px, rgba(249, 115, 22, 0.08) 1px, transparent 0);
  background-size: 32px 32px;
  pointer-events: none;
}

.hero-trustline-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% -10%, rgba(249, 115, 22, 0.06), transparent 50%);
  pointer-events: none;
}

body.landing-simple.dark-mode .hero-trustline-bg {
  background-color: #020617;
  background-image: radial-gradient(circle at 1px 1px, rgba(15, 23, 42, 0.8) 1px, transparent 0);
}

body.landing-simple.dark-mode .hero-trustline-bg::after {
  background: radial-gradient(ellipse 80% 50% at 50% -10%, rgba(249, 115, 22, 0.18), transparent 50%);
}

.hero-trustline-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.hero-trustline-content {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 2.5rem;
}

.hero-trustline-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #1e293b;
  line-height: 1.2;
  margin-bottom: 1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-trustline-title-compact {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  max-width: 520px;
}

.hero-trustline-title {
  transition: transform 0.3s ease;
}

.hero-trustline-content:hover .hero-trustline-title {
  transform: translateY(-2px);
}

.hero-trustline-buttons .btn {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-trustline-buttons .btn:hover {
  transform: translateY(-3px);
}

.hero-avatar-img {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.hero-trustline-desc {
  font-size: 1.05rem;
  color: #64748b;
  max-width: 580px;
  margin: 0 auto 1.5rem;
  line-height: 1.7;
}

.btn-hero-primary {
  background: linear-gradient(135deg, var(--pullsy-orange), #fb923c);
  color: #fff !important;
  font-weight: 600;
  padding: 0.75rem 1.75rem;
  border-radius: 0.75rem;
  border: none;
  box-shadow: 0 4px 20px rgba(249, 115, 22, 0.35);
  transition: all 0.3s ease;
}

.btn-hero-primary:hover {
  background: linear-gradient(135deg, var(--pullsy-orange-hover), #f97316);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(249, 115, 22, 0.45);
}

.btn-hero-secondary {
  background: #fff;
  color: var(--pullsy-orange);
  font-weight: 600;
  padding: 0.75rem 1.75rem;
  border-radius: 0.75rem;
  border: 2px solid var(--pullsy-orange);
  transition: all 0.3s ease;
}

.btn-hero-secondary:hover {
  background: rgba(249, 115, 22, 0.08);
  color: var(--pullsy-orange-hover);
  border-color: var(--pullsy-orange-hover);
  transform: translateY(-2px);
}

/* Cartes flottantes Hero – animation légère + survol */
.hero-trustline-card {
  position: absolute;
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06), 0 2px 12px rgba(0, 0, 0, 0.04);
  padding: 1.25rem 1.5rem;
  border: 1px solid #f1f5f9;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  animation: hero-float 4s ease-in-out infinite;
}

.hero-card-comparison { animation-delay: 0s; }
.hero-card-security { animation-delay: 0.5s; }
.hero-card-salaries { animation-delay: 1s; }
.hero-card-process { animation-delay: 1.5s; }

.hero-trustline-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 16px 48px rgba(249, 115, 22, 0.18);
  border-color: rgba(249, 115, 22, 0.25);
  animation-play-state: paused;
}

.hero-card-comparison {
  top: 0;
  left: 0;
  width: 260px;
}

.hero-card-security {
  top: 0;
  right: 0;
  width: 220px;
  text-align: center;
}

.hero-card-salaries {
  bottom: 0;
  left: 0;
  width: 220px;
}

.hero-card-process {
  bottom: 0;
  right: 0;
  width: 280px;
}

.hero-card-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 1rem;
}

.hero-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.5rem 0;
}

.hero-toggle-label { font-size: 0.9rem; }
.hero-toggle-off,
.hero-toggle-on {
  width: 44px;
  height: 24px;
  border-radius: 9999px;
  flex-shrink: 0;
}

.hero-toggle-off {
  background: #e2e8f0;
}

.hero-toggle-on {
  background: var(--pullsy-orange);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.3);
}

.hero-security-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pullsy-orange), #fb923c);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: #fff;
  animation: hero-icon-glow 2.5s ease-in-out infinite;
}

.hero-trustline-card:hover .hero-security-icon {
  animation: none;
  transform: scale(1.1);
  box-shadow: 0 0 0 12px rgba(249, 115, 22, 0.15);
}

.hero-avatars-grid {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.hero-avatars-grid .hero-avatar-img {
  animation: hero-avatar-bob 3s ease-in-out infinite;
}

.hero-avatars-grid .hero-avatar-img:nth-child(1) { animation-delay: 0s; }
.hero-avatars-grid .hero-avatar-img:nth-child(2) { animation-delay: 0.3s; }
.hero-avatars-grid .hero-avatar-img:nth-child(3) { animation-delay: 0.6s; }

.hero-avatars-grid .hero-avatar-img:hover,
.hero-avatars-grid .avatar-sm:hover {
  transform: scale(1.2) translateY(-2px);
  z-index: 1;
  animation-play-state: paused;
}

.hero-process-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.hero-process-item {
  font-size: 0.85rem;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.hero-process-item i { color: var(--pullsy-orange); }
.hero-process-arrow { color: #cbd5e1; font-size: 0.9rem; }

/* Diagramme central */
.hero-diagram {
  position: relative;
  margin-top: 2rem;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-diagram-center {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--pullsy-orange), #fb923c);
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 1rem;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 6px 24px rgba(249, 115, 22, 0.35);
  position: relative;
  z-index: 2;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  animation: hero-diagram-pulse 3s ease-in-out infinite;
}

.hero-diagram-center .landing-logo {
  width: 28px;
  height: 28px;
  font-size: 0.9rem;
  background: rgba(255,255,255,0.3);
}

.hero-diagram-center:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 36px rgba(249, 115, 22, 0.45);
  animation-play-state: paused;
}

.hero-diagram-node {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: #64748b;
  cursor: default;
}

.hero-diagram-node:hover {
  transform: translateY(-4px) scale(1.1);
  color: #1e293b;
}

.hero-diagram-node:hover i {
  transform: scale(1.2);
}

.hero-diagram-node i {
  font-size: 1.25rem;
  color: var(--pullsy-orange);
  transition: transform 0.3s ease;
  display: inline-block;
}

.hero-node-1 { top: 0; left: 15%; }
.hero-node-2 { top: 0; right: 15%; }
.hero-node-3 { bottom: 0; left: 20%; }
.hero-node-4 { bottom: 0; right: 20%; }

.hero-diagram-connector {
  position: absolute;
  border: 1px dashed rgba(249, 115, 22, 0.4);
  border-radius: 2px;
  pointer-events: none;
}

.hero-connector-1 { width: 80px; height: 1px; top: 50%; left: 20%; }
.hero-connector-2 { width: 80px; height: 1px; top: 50%; right: 20%; }
.hero-connector-3 { width: 1px; height: 50px; bottom: 25%; left: 35%; }
.hero-connector-4 { width: 1px; height: 50px; bottom: 25%; right: 35%; }

.avatar-sm {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--pullsy-orange);
}

.bg-orange { background-color: var(--pullsy-orange) !important; }

@media (max-width: 992px) {
  .hero-trustline-card {
    position: static;
    margin: 1rem auto;
    max-width: 320px;
    animation: none;
  }
  .hero-trustline-card:hover {
    transform: translateY(-6px) scale(1.02);
  }
  .hero-trustline { padding: 3rem 0 4rem; min-height: auto; }
  .hero-diagram-center { animation: none; }
  .hero-diagram-node { display: none; }
  .hero-diagram-connector { display: none; }
  .hero-avatars-grid .hero-avatar-img { animation: none; }
}

/* Hero Portfolio (fond violet, carte flottante) */
.landing-hero-portfolio {
  padding: 5rem 0 6rem;
  background: linear-gradient(180deg, #5b21b6 0%, #7c3aed 30%, #a78bfa 70%, #e9d5ff 100%);
  min-height: 85vh;
  display: flex;
  align-items: center;
}

.hero-card {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 30%, #e0f2fe 70%, #f5f3ff 100%);
  border-radius: 1.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.hero-card-content {
  padding: 3rem 2.5rem 3rem 2.5rem;
  text-align: left;
}

.hero-greeting {
  font-size: 0.95rem;
  color: #6366f1;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.hero-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.hero-desc {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  max-width: 480px;
}

.btn-hero-gradient {
  background: linear-gradient(90deg, #7c3aed 0%, #ec4899 100%);
  color: #fff !important;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  border: none;
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.4);
}

.btn-hero-gradient:hover {
  background: linear-gradient(90deg, #6d28d9 0%, #db2777 100%);
  color: #fff !important;
  transform: translateY(-1px);
}

.btn-hero-outline {
  background: #fff;
  color: #1e293b;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  border: 2px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.btn-hero-outline:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #1e293b;
}

/* Zone visuelle droite (blobs + SVG) */
.hero-card-visual {
  padding: 2rem;
  min-height: 360px;
}

.hero-visual-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.hero-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.9;
}

.hero-blob-1 {
  width: 180px;
  height: 180px;
  top: 10%;
  right: 15%;
  background: linear-gradient(135deg, #c084fc, #ec4899);
  box-shadow: 0 0 0 20px rgba(236, 72, 153, 0.15);
}

.hero-blob-2 {
  width: 120px;
  height: 120px;
  bottom: 20%;
  right: 5%;
  background: linear-gradient(135deg, #7c3aed, #a78bfa);
}

.hero-blob-3 {
  width: 80px;
  height: 80px;
  top: 40%;
  right: 30%;
  background: linear-gradient(135deg, #6366f1, #818cf8);
}

.hero-icon-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  gap: 0.5rem;
  font-size: 3rem;
  color: #7c3aed;
}

.hero-icon-center i { filter: drop-shadow(0 2px 8px rgba(124, 58, 237, 0.3)); }

.hero-svg-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  z-index: 0;
}

.hero-svg-inner svg { width: 100%; height: auto; }

@media (max-width: 991px) {
  .hero-card-content { text-align: center; }
  .hero-desc { margin-left: auto; margin-right: auto; }
  .hero-buttons { justify-content: center; }
  .hero-card-visual { min-height: 280px; }
  .hero-blob { display: none; }
}

/* Hero moderne (style Startup) – conservé pour compatibilité */
.landing-hero-modern {
  position: relative;
  padding: 6rem 0 7rem;
  overflow: hidden;
}

.landing-hero-modern .container {
  position: relative;
  z-index: 1;
}

.hero-bg-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-shape {
  position: absolute;
  opacity: 0.4;
  border-radius: 50%;
}

.hero-shape-tr {
  top: -10%;
  right: -5%;
  width: 40%;
  max-width: 400px;
  height: 60%;
  max-height: 400px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(148, 163, 184, 0.06));
  filter: blur(60px);
}

.hero-shape-bl {
  bottom: -15%;
  left: -5%;
  width: 35%;
  max-width: 350px;
  height: 50%;
  max-height: 350px;
  background: linear-gradient(225deg, rgba(148, 163, 184, 0.1), rgba(37, 99, 235, 0.05));
  filter: blur(50px);
}

.hero-shape-bl-circle {
  bottom: 5%;
  left: 5%;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: 50%;
  background: transparent;
}

.hero-svg-decoration {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(30%, -50%);
  max-width: 350px;
  height: auto;
  opacity: 0.6;
  z-index: 0;
}

.hero-svg-decoration svg {
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .hero-svg-decoration { display: none; }
}

.landing-hero-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--simple-heading);
  line-height: 1.3;
  margin-bottom: 1.25rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.landing-hero-desc {
  font-size: 1rem;
  color: var(--simple-body);
  max-width: 640px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

.landing-hero-cta {
  display: flex;
  justify-content: center;
}

.btn-hero-primary {
  background: #1e293b;
  color: #fff !important;
  font-weight: 600;
  padding: 0.75rem 1.75rem;
  border-radius: 0.5rem;
  transition: 0.2s;
}

.btn-hero-primary:hover {
  background: #334155;
  color: #fff !important;
}

.landing-hero-avatars {
  display: flex;
  justify-content: center;
  gap: -8px;
  margin-bottom: 1.5rem;
}

.landing-hero-avatars .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #e2e8f0;
  margin-left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: var(--simple-body);
}

.landing-hero-avatars .avatar:first-child { margin-left: 0; }

.landing-hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.landing-hero .lead {
  font-size: 1.125rem;
  color: var(--simple-body);
  max-width: 600px;
  margin: 0 auto 2rem;
}

.landing-hero .btn-primary-custom {
  background: var(--simple-primary);
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
}

.landing-hero .btn-primary-custom:hover {
  background: var(--simple-primary-hover);
  color: #fff;
}

.landing-hero .btn-secondary-custom {
  border: 1px solid #cbd5e1;
  color: var(--simple-heading);
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
}

.landing-hero .btn-secondary-custom:hover {
  background: #f8fafc;
  border-color: #94a3b8;
  color: var(--simple-heading);
}

/* Terminal / Code block */
.landing-terminal {
  background: #1e293b;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin-bottom: 2rem;
}

.landing-terminal-header {
  background: #0f172a;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.landing-terminal-dot { width: 12px; height: 12px; border-radius: 50%; }
.landing-terminal-dot.red { background: #ef4444; }
.landing-terminal-dot.yellow { background: #eab308; }
.landing-terminal-dot.green { background: #22c55e; }

.landing-terminal-body {
  padding: 1.5rem;
  font-family: 'SF Mono', Monaco, monospace;
  font-size: 0.875rem;
  color: #94a3b8;
}

.landing-terminal-body .cmd { color: #38bdf8; }
.landing-terminal-body .ok { color: #4ade80; }

.landing-tabs {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.landing-tab {
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-weight: 500;
  color: var(--simple-body);
  background: #f1f5f9;
  text-decoration: none;
}

.landing-tab:hover {
  color: var(--pullsy-orange);
  transform: translateY(-2px);
}

.landing-tab.active {
  background: var(--pullsy-orange);
  color: #fff;
}

.landing-tab.active:hover {
  transform: translateY(-2px);
}

.landing-simple .hero-list-item:hover {
  transform: translateX(4px);
}

.landing-simple .hero-list-item:hover .avatar-sm {
  transform: scale(1.08);
}

/* Sections Pullsy (style unifié) */
.section-pullsy {
  padding: 4rem 0;
  position: relative;
  background: #fff;
}

.section-pullsy:nth-child(even) { background: #f8fafc; }

body.landing-simple.dark-mode .section-pullsy {
  background: #020617;
}

body.landing-simple.dark-mode .section-pullsy:nth-child(even) {
  background: #020617;
}

.section-bg-gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(249, 115, 22, 0.06), transparent);
  pointer-events: none;
}

.section-bg-gradient-alt {
  background: radial-gradient(ellipse 50% 30% at 80% 100%, rgba(249, 115, 22, 0.05), transparent);
}

body.landing-simple.dark-mode .section-bg-gradient {
  background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(249, 115, 22, 0.18), transparent);
}

body.landing-simple.dark-mode .section-bg-gradient-alt {
  background: radial-gradient(ellipse 50% 30% at 80% 100%, rgba(249, 115, 22, 0.15), transparent);
}

.section-pill {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  border: 2px solid var(--pullsy-orange);
  border-radius: 9999px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.section-pill:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.15);
}

.section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.section-desc {
  color: #64748b;
  max-width: 560px;
  margin: 0 auto;
}

/* Fonctionnement – étapes illustratives */
.section-fonctionnement { padding: 5rem 0; }

.fonctionnement-steps {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 700px;
  margin: 0 auto;
}

.fonctionnement-step {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #f1f5f9;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.fonctionnement-step:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 32px rgba(249, 115, 22, 0.12);
  border-color: rgba(249, 115, 22, 0.2);
}

.step-illustration {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.step-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.1), rgba(251, 146, 60, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: var(--pullsy-orange);
}

.fonctionnement-step:hover .step-icon-wrap {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.2), rgba(251, 146, 60, 0.1));
  transform: scale(1.05);
}

.step-connector {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, var(--pullsy-orange), transparent);
  margin-left: 0.5rem;
  opacity: 0.5;
}

.step-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--pullsy-orange);
  margin-bottom: 0.5rem;
}

.step-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.step-content p {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}

.fonctionnement-tab {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 0.9rem;
  color: #64748b;
  background: #f1f5f9;
  cursor: pointer;
}

.fonctionnement-tab:hover {
  color: var(--pullsy-orange);
  background: rgba(249, 115, 22, 0.1);
}

.fonctionnement-tab.active {
  background: var(--pullsy-orange);
  color: #fff;
}

/* Section Présentation e-bulletin */
.section-presentation { padding: 5rem 0; }

.presentation-intro {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.presentation-lead {
  font-size: 1.1rem;
  color: #64748b;
  line-height: 1.75;
  margin: 0;
}

.presentation-lead strong { color: #1e293b; }

.presentation-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
}

.presentation-card {
  height: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #f1f5f9;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.presentation-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(249, 115, 22, 0.12);
  border-color: rgba(249, 115, 22, 0.2);
}

.presentation-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.12), rgba(251, 146, 60, 0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--pullsy-orange);
  margin-bottom: 1rem;
  transition: transform 0.3s ease, background 0.3s ease;
}

.presentation-card:hover .presentation-card-icon {
  transform: scale(1.08);
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.2), rgba(251, 146, 60, 0.1));
}

.presentation-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.presentation-card-desc {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.presentation-audience {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  background: #fff;
  border: 1px solid #f1f5f9;
  font-weight: 600;
  color: #1e293b;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.presentation-audience i {
  font-size: 1.25rem;
  color: var(--pullsy-orange);
}

.presentation-audience:hover {
  transform: translateY(-3px);
  border-color: rgba(249, 115, 22, 0.3);
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.1);
}

.presentation-cta .btn {
  padding: 0.6rem 1.5rem;
}

/* Section Agent – cartes */
.section-agent { padding: 5rem 0; }

.agent-cards {
  max-width: 720px;
  margin: 0 auto;
}

.agent-card {
  width: 100px;
  height: 100px;
  border-radius: 1rem;
  background: #fff;
  border: 2px solid #f1f5f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #1e293b;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.agent-card i { font-size: 1.5rem; color: var(--pullsy-orange); }
.agent-card:hover {
  transform: translateY(-6px) scale(1.05);
  border-color: var(--pullsy-orange);
  box-shadow: 0 12px 32px rgba(249, 115, 22, 0.2);
}

/* Pricing cards Pullsy */
.pricing-card-pullsy {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.5rem;
  height: 100%;
  text-align: left;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.pricing-card-pullsy:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(249, 115, 22, 0.15);
  border-color: rgba(249, 115, 22, 0.3);
}

.pricing-card-featured {
  border-color: var(--pullsy-orange);
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.15);
}

.pricing-card-featured:hover {
  box-shadow: 0 20px 48px rgba(249, 115, 22, 0.25);
}

.pricing-card-pullsy > i {
  font-size: 1.75rem;
  display: block;
  margin-bottom: 0.75rem;
}

.pricing-card-pullsy h3 {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.pricing-card-pullsy .price { font-size: 1.35rem; font-weight: 700; margin: 0.5rem 0; color: #1e293b; }
.badge.bg-orange { background: var(--pullsy-orange) !important; }

body.landing-simple.dark-mode .pricing-card-pullsy {
  background: #020617;
  border-color: #1e2937;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.7);
}

body.landing-simple.dark-mode .pricing-card-pullsy .price {
  color: #e5e7eb;
}

.pricing-billing-toggle {
  border-radius: 9999px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.pricing-billing-btn {
  border: none;
  background: transparent;
  color: #64748b;
  font-weight: 500;
}

.pricing-billing-btn.active {
  background: #fff;
  color: #1e293b;
}

.btn-pullsy-orange {
  background: var(--pullsy-orange);
  color: #fff !important;
  border: none;
  font-weight: 600;
}

.btn-pullsy-orange:hover {
  background: var(--pullsy-orange-hover);
  color: #fff !important;
  transform: translateY(-1px);
}

.btn-pullsy-outline {
  border: 2px solid var(--pullsy-orange);
  color: var(--pullsy-orange);
  font-weight: 600;
  background: transparent;
}

.btn-pullsy-outline:hover {
  background: rgba(249, 115, 22, 0.1);
  border-color: var(--pullsy-orange-hover);
  color: var(--pullsy-orange-hover);
}

/* Tableau comparatif tarification */
.pricing-compare-wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.pricing-compare-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e293b;
}

.pricing-compare-table {
  font-size: 0.85rem;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #fff;
}

.pricing-compare-table thead {
  background: #f8fafc;
}

.pricing-compare-table th,
.pricing-compare-table td {
  padding: 0.6rem 0.9rem;
  border-color: #e2e8f0;
}

.pricing-compare-table th {
  font-weight: 600;
  color: #1e293b;
}

.pricing-compare-table tbody tr:nth-child(even) {
  background: #f9fafb;
}

.pricing-compare-table td:first-child {
  font-weight: 500;
  color: #475569;
}

.pricing-compare-note {
  font-size: 0.85rem;
  color: #64748b;
  text-align: center;
}

/* Testimonials – cartes défilant droite → gauche */
.section-testimonial {
  padding: 5rem 0;
  background: #f8fafc;
  overflow: hidden;
}

body.landing-simple.dark-mode .section-testimonial {
  background: #020617;
}

.section-testimonial .section-header {
  position: relative;
  z-index: 2;
}

.testimonial-scroll-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.testimonial-scroll-track {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 0;
  width: max-content;
  animation: testimonial-scroll 45s linear infinite;
}

.testimonial-scroll-track:hover {
  animation-play-state: paused;
}

@keyframes testimonial-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.testimonial-card {
  flex: 0 0 320px;
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #f1f5f9;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(249, 115, 22, 0.12);
  border-color: rgba(249, 115, 22, 0.2);
}

.testimonial-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-card .testimonial-avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.15), rgba(251, 146, 60, 0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--pullsy-orange);
}

.testimonial-card-header > div {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.testimonial-name {
  font-weight: 600;
  font-size: 1rem;
  color: #1e293b;
}

.testimonial-handle {
  font-size: 0.85rem;
  color: #94a3b8;
}

.testimonial-content {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

.testimonial-date {
  font-size: 0.8rem;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.testimonial-date i {
  font-size: 0.9rem;
  color: #64748b;
}

@media (max-width: 768px) {
  .fonctionnement-step { flex-direction: column; align-items: center; text-align: center; }
  .fonctionnement-step:hover { transform: translateY(-4px); }
  .agent-card { width: 80px; height: 80px; font-size: 0.7rem; }
}

/* Integration diagram */
.landing-integration {
  padding: 4rem 0;
}

.landing-integration-circle {
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem;
  background: linear-gradient(135deg, var(--simple-primary), #3b82f6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  box-shadow: 0 0 0 20px rgba(37, 99, 235, 0.1);
}

.landing-integration-icons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.landing-integration-icon {
  width: 48px;
  height: 48px;
  border-radius: 0.5rem;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--simple-primary);
}

/* Testimonial */
.landing-testimonial {
  padding: 4rem 0;
  background: #f8fafc;
}

.landing-testimonial-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e2e8f0;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--simple-body);
}

.landing-testimonial blockquote {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--simple-heading);
  max-width: 700px;
  margin: 0 auto 1rem;
  line-height: 1.6;
}

.landing-testimonial blockquote strong { color: var(--simple-primary); }

/* Pricing section */
.landing-pricing {
  padding: 3rem 0;
}

.landing-pricing-row { max-width: 900px; margin: 0 auto; }

.landing-pricing-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  height: 100%;
  transition: 0.2s;
}

/* Cartes pricing compactes */
.landing-pricing-card-sm {
  padding: 1.25rem 1.25rem;
  border-radius: 0.5rem;
  text-align: center;
}

.landing-pricing-card-sm > i {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 0.75rem;
}

.landing-pricing-card-sm h3 { font-size: 1rem; margin-bottom: 0.25rem; }
.landing-pricing-card-sm .price { font-size: 1.25rem; font-weight: 700; margin: 0.5rem 0; }
.landing-pricing-card-sm .price .currency { font-size: 0.75rem; color: var(--simple-body); font-weight: 500; }
.landing-pricing-card-sm ul { font-size: 0.8rem; }
.landing-pricing-card-sm .badge-sm { font-size: 0.65rem; padding: 0.2rem 0.5rem; }

.landing-pricing-card-featured {
  border-color: var(--simple-primary);
  box-shadow: 0 2px 12px rgba(37, 99, 235, 0.12);
}

.landing-pricing-card:hover { border-color: var(--simple-primary); box-shadow: 0 4px 20px rgba(37, 99, 235, 0.1); }

.landing-pricing-card .price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--simple-heading);
}

.landing-pricing-card .price .currency { font-size: 1rem; color: var(--simple-body); }

/* Footer (style Pullsy – fond beige, logo, réseaux sociaux, copyright) */
.footer-main {
  position: relative;
  background: #faf8f5;
  padding: 2rem 0;
  overflow: hidden;
}

.footer-decor {
  position: absolute;
  top: 50%;
  right: -5%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(147, 112, 219, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-logo {
  font-size: 1.25rem;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-logo:hover {
  color: var(--pullsy-orange);
  transform: translateY(-2px);
}

.footer-social {
  display: flex;
  gap: 0.75rem;
}

.footer-social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--pullsy-orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social-link:hover {
  transform: translateY(-4px) scale(1.1);
  background: var(--pullsy-orange-hover);
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.4);
}

.footer-legal {
  text-align: right;
}

.footer-copyright,
.footer-designed {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0.25rem 0;
}

.footer-copyright strong,
.footer-designed strong {
  color: #334155;
}

.footer-designed-link {
  display: inline-block;
  color: var(--pullsy-orange);
  font-weight: 600;
  text-decoration: none;
}

.footer-designed-link:hover {
  color: var(--pullsy-orange-hover);
  transform: translateY(-2px);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-legal { text-align: center; }
}

.scroll-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 40px;
  height: 40px;
  background: var(--pullsy-orange);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 999;
}

.scroll-top.show { opacity: 1; }
.scroll-top:hover {
  color: #fff;
  transform: translateY(-4px) scale(1.1);
  background: var(--pullsy-orange-hover);
}

body.landing-simple.dark-mode .footer-main {
  background: #020617;
}

body.landing-simple.dark-mode .footer-logo,
body.landing-simple.dark-mode .footer-designed,
body.landing-simple.dark-mode .footer-designed a,
body.landing-simple.dark-mode .footer-copyright {
  color: #e5e7eb;
}

body.landing-simple.dark-mode .theme-toggle-btn {
  background: #020617;
  border-color: #1f2937;
  color: #e5e7eb;
}
