/* Typo & petits éléments */

h1,
h2,
h3 {
  margin: 0 0 0.5em;
  letter-spacing: 0.01em;
}

h1 {
  /* hero plus massif */
  font-size: clamp(2.8rem, 5vw, 3.9rem);
  line-height: 1.08;
}

h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.5rem);
  line-height: 1.15;
}

h3 {
  font-size: 1.1rem;
}

p {
  margin: 0 0 0.8em;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--color-text-soft);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--color-primary); /* rose vif */
  margin-bottom: 0.7rem;
  text-shadow: 0 0 8px rgba(255, 75, 138, 0.45);
}

/* Glass générique */

.glass {
  background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.12),
      rgba(255, 255, 255, 0.04)
    ),
    radial-gradient(circle at top left, rgba(255, 75, 138, 0.18), transparent);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(22px);
}

/* Boutons – glassmorphism arrondis */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.82rem;
  font-weight: 560;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(18px);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.18),
    rgba(255, 255, 255, 0.04)
  );
  color: #fff;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;

  gap: 0.35rem;
}
/* Met un peu plus en avant le mot "Chillate" dans les boutons */
.btn-brand-word {
  font-weight: 700;                 /* un peu plus gras */
  letter-spacing: 0.14em;           /* plus d’espacement */
  position: relative;
  color: #ffffff;
}

/* petit glow et soulignement très léger, uniquement sur "Chillate" */
.btn-primary .btn-brand-word {
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.45),
    0 0 18px rgba(255, 75, 138, 0.7);
}

.btn-primary .btn-brand-word::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -0.25em;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  opacity: 0.85;
}


.btn-primary {
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 138, 191, 0.9),
      rgba(255, 75, 138, 0.95)
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.06)
    );
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow:
    0 10px 30px rgba(255, 75, 138, 0.85),
    0 0 25px rgba(255, 75, 138, 0.6);
  color: #fff;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 14px 40px rgba(255, 75, 138, 0.95),
    0 0 30px rgba(255, 75, 138, 0.75);
  border-color: rgba(255, 255, 255, 0.7);
}

.btn-ghost {
  background: linear-gradient(
      135deg,
      rgba(40, 40, 80, 0.9),
      rgba(10, 10, 40, 0.85)
    ),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.7);
}

.btn-ghost:hover {
  transform: translateY(-2px);
  background: linear-gradient(
      135deg,
      rgba(55, 55, 110, 0.97),
      rgba(16, 16, 55, 0.94)
    ),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.1), transparent);
  border-color: rgba(255, 255, 255, 0.6);
}

/* Hero */

.hero-text {
  max-width: 620px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  margin-top: 1.2rem;
  margin-bottom: 1.6rem;
  text-shadow: 0 0 18px rgba(10, 0, 40, 0.75);
}

.hero-text-strong {
  display: inline-block;
  margin-top: 0.3rem;
  font-weight: 600;
  color: #ffffff;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
  margin-top: 4rem;
}

.hero-meta {
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

/* Hero card flottante (ancienne carte, utilisée au dos du flip) */

.hero-visual {
  display: flex;
  justify-content: flex-end;
  perspective: 1200px;
}

.hero-card {
  position: relative;
  padding: 1.9rem 2.1rem;
  max-width: 400px;
  border-radius: 26px;
  overflow: hidden;
  animation: float-soft 7s ease-in-out infinite;
  transform-origin: center;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 184, 140, 0.55), transparent 60%),
    radial-gradient(circle at 80% 100%, rgba(255, 75, 138, 0.55), transparent 65%);
  opacity: 0.9;
  z-index: -1;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.35);
  mix-blend-mode: screen;
  opacity: 0.45;
  pointer-events: none;
}

.hero-card:hover {
  animation-play-state: paused;
  transform: translateY(-4px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.9);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  background: rgba(8, 8, 32, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.75rem;
  margin-bottom: var(--space-3);
}

.hero-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: radial-gradient(circle at center, #5cffb6, #1ac273);
}

.hero-card-main h2 {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}

.hero-card-main p {
  font-size: 0.9rem;
}

.hero-card-footer {
  margin-top: var(--space-4);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-avatars {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.avatar-pill {
  min-width: 32px;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffb347, #ff4b8a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}

.chip {
  border-radius: 999px;
  padding: 0.45rem 1.1rem;
  font-size: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(12, 11, 44, 0.85);
  color: var(--color-text-soft);
  backdrop-filter: blur(18px);
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.chip:hover {
  background: rgba(26, 23, 70, 0.95);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-1px);
}

/* Section header générique */

.section-header {
  max-width: 620px;
  margin-bottom: var(--space-8);
}

/* Split sections */

.section-split {
  position: relative;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center;
  gap: var(--space-8);
}

.section-split--reverse .split {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
}

.split-media {
  position: relative;
}

.mockup {
  padding: var(--space-3);
}

.split-text p {
  max-width: 480px;
}

/* CTA */

.section-cta {
  padding-bottom: var(--space-12);
}

.cta-inner {
  padding: var(--space-6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

/* Responsive */

@media (max-width: 960px) {
  .steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 880px) {
  .split,
  .section-split--reverse .split {
    grid-template-columns: 1fr;
  }

  .hero-card {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}








































/* --- SECTION CTA RADAR --- */

.section-cta-radar {
  padding: 7rem 0 8rem;
}

.cta-radar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  text-align: center;
}

.cta-radar-text {
  max-width: 620px;
}

.cta-radar-title {
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.cta-radar-copy {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

/* Visuel radar */

.cta-radar-visual {
  width: min(460px, 86vw);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Conteneur principal du radar – très transparent, fondu dans le fond */

.radar-orbit {
  position: relative;
  width: 100%;
  padding-bottom: 100%;      /* carré → cercle */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  background: transparent;
  box-shadow: none;
  overflow: visible;
}

/* halo doux qui se fond dans le fond */

.radar-orbit::before {
  content: "";
  position: absolute;
  inset: -26%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 75, 138, 0.5),
    rgba(255, 75, 138, 0) 72%
  );
  filter: blur(12px);
  opacity: 0.85;
  pointer-events: none;
  z-index: -1;
}

/* Anneaux – plus soft */

.radar-ring {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.06) inset;
}

.radar-ring--outer {
  inset: 4%;
}

.radar-ring--middle {
  inset: 22%;
}

.radar-ring--inner {
  inset: 40%;
}

/* Cœur lumineux – base rouge sang (fond) */

.radar-core {
  position: absolute;
  inset: 32%;
  border-radius: 50%;
  overflow: hidden; /* clippe le liquide */

  background:
    /* léger highlight en haut à gauche */
    radial-gradient(circle at 30% 18%, rgba(255, 220, 230, 0.45), transparent 45%),
    /* zone plus chaude en bas à droite */
    radial-gradient(circle at 72% 80%, rgba(255, 90, 130, 0.25), transparent 55%),
    /* corps rouge sang très sombre */
    linear-gradient(
      140deg,
      #7b0012 0%,
      #ff1e32 40%,
      #330007 100%
    );

  box-shadow:
    0 0 55px rgba(255, 30, 70, 1),
    0 0 140px rgba(120, 0, 35, 1),
    inset 0 0 70px rgba(255, 130, 170, 0.35);
}

/* Liquide interne – grosses masses rouges qui bougent */

.radar-liquid-surface {
  position: absolute;
  inset: -15%;
  border-radius: inherit;
  overflow: hidden;

  /* poches sombres de profondeur */
  background:
    radial-gradient(circle at 25% 30%, rgba(0, 0, 0, 0.75) 0, transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(0, 0, 0, 0.75) 0, transparent 55%);
  mix-blend-mode: multiply;
  filter: blur(6px);
  opacity: 0.95;
}

/* deux "blobs" rouges qui se déplacent lentement */

.radar-liquid-surface::before,
.radar-liquid-surface::after {
  content: "";
  position: absolute;
  width: 170%;
  height: 170%;
  border-radius: 50%;
  filter: blur(10px);
  mix-blend-mode: screen;
}

.radar-liquid-surface::before {
  top: -25%;
  left: -30%;
  background: radial-gradient(
    circle,
    rgba(255, 80, 120, 0.95) 0%,
    rgba(180, 0, 40, 0.98) 30%,
    rgba(40, 0, 10, 0.9) 65%,
    transparent 80%
  );
  animation: liquidBlobA 22s ease-in-out infinite;
}

.radar-liquid-surface::after {
  bottom: -28%;
  right: -32%;
  background: radial-gradient(
    circle,
    rgba(255, 60, 110, 0.9) 0%,
    rgba(160, 0, 50, 0.98) 28%,
    rgba(60, 0, 30, 0.92) 60%,
    transparent 80%
  );
  animation: liquidBlobB 28s ease-in-out infinite;
}

/* mouvement lent organique des blobs */

@keyframes liquidBlobA {
  0%   { transform: translate(0, 0) rotate(0deg) scale(1); }
  35%  { transform: translate(12%, -6%) rotate(25deg) scale(1.08); }
  70%  { transform: translate(-10%, 10%) rotate(55deg) scale(1.02); }
  100% { transform: translate(0, 0) rotate(0deg) scale(1); }
}

@keyframes liquidBlobB {
  0%   { transform: translate(0, 0) rotate(0deg) scale(1.05); }
  30%  { transform: translate(-12%, -8%) rotate(-30deg) scale(1.12); }
  80%  { transform: translate(8%, 10%) rotate(-65deg) scale(1.0); }
  100% { transform: translate(0, 0) rotate(0deg) scale(1.05); }
}

/* reflets verre au-dessus du liquide */

.radar-highlight {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background: linear-gradient(
    140deg,
    rgba(255, 255, 255, 0.22),
    rgba(255, 255, 255, 0)
  );
  mix-blend-mode: screen;
  opacity: 0.65;
}

/* Balayage */

.radar-sweep {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    rgba(255, 255, 255, 0.2),
    rgba(255, 75, 138, 0.55),
    transparent 60%
  );
  mix-blend-mode: screen;
  animation: radarSweep 4s linear infinite;
  opacity: 0.7;
}

@keyframes radarSweep {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Points “fixes” (petites soirées autour) */

.radar-dot {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff, rgba(255, 255, 255, 0));
  box-shadow:
    0 0 9px rgba(255, 255, 255, 0.85),
    0 0 24px rgba(255, 75, 138, 0.75);
}

.radar-dot--1 {
  top: 18%;
  left: 64%;
  animation: dotPulse1 2.4s ease-in-out infinite;
}

.radar-dot--2 {
  top: 64%;
  left: 18%;
  animation: dotPulse2 2.8s ease-in-out infinite 0.2s;
}

.radar-dot--3 {
  bottom: 16%;
  right: 20%;
  animation: dotPulse3 3s ease-in-out infinite 0.45s;
}

.radar-dot--4 {
  top: 34%;
  right: 10%;
  animation: dotPulse4 2.6s ease-in-out infinite 0.1s;
}

@keyframes dotPulse1 {
  0%, 100% { transform: scale(0.7); opacity: 0.4; }
  50%      { transform: scale(1.05); opacity: 1; }
}

@keyframes dotPulse2 {
  0%, 100% { transform: scale(0.8); opacity: 0.45; }
  50%      { transform: scale(1.1); opacity: 1; }
}

@keyframes dotPulse3 {
  0%, 100% { transform: scale(0.75); opacity: 0.5; }
  50%      { transform: scale(1.12); opacity: 1; }
}

@keyframes dotPulse4 {
  0%, 100% { transform: scale(0.7); opacity: 0.45; }
  50%      { transform: scale(1.05); opacity: 1; }
}

/* Bouton au centre du radar */

.radar-cta-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  z-index: 4;
  padding-inline: 2.6rem;
  font-size: 1rem;
  animation: ctaPulse 3s ease-in-out infinite;
  white-space: nowrap;
}

@keyframes ctaPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow:
      0 10px 30px rgba(255, 75, 138, 0.85),
      0 0 25px rgba(255, 75, 138, 0.6);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.06);
    box-shadow:
      0 16px 40px rgba(255, 75, 138, 1),
      0 0 50px rgba(255, 75, 138, 0.9);
  }
}

/* --- ÉTOILES "VILLES" DYNAMIQUES --- */

.radar-dot--city {
  --angle: 0rad; /* défini en JS */

  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 0%, #ffe6ff, #ff4b8a);
  box-shadow:
    0 0 16px rgba(255, 75, 138, 0.9),
    0 0 40px rgba(255, 75, 138, 0.7);
  transform: translate(-50%, -50%);
  animation: dotPulseCity 2.6s ease-in-out infinite;
  position: absolute;
}

/* petite comète derrière l’étoile (et donc derrière la bulle) */
.radar-dot--city::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;                /* longueur de la traînée */
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    to right,                  /* 0% = côté étoile, 100% = vers l’extérieur */
    rgba(255, 75, 138, 0.95),
    rgba(255, 75, 138, 0)
  );
  opacity: 0.8;
  transform-origin: 0% 50%;
  transform: translate(0, -50%) rotate(var(--angle));
  filter: blur(2px);
}

/* pulse spécifique aux villes */

@keyframes dotPulseCity {
  0%, 100% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0.4;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
}

/* pastille de ville */

.radar-city-label {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translate(-50%, -4px) scale(0.9);
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: rgba(5, 4, 25, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.85);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

/* petit halo sous la bulle */

.radar-city-label::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 10px;
  background: radial-gradient(
    circle at top,
    rgba(5, 4, 25, 0.96),
    transparent 70%
  );
  opacity: 0.9;
}

/* état où le label apparaît (classe ajoutée par le JS) */

.radar-dot--city.show-label .radar-city-label {
  opacity: 1;
  transform: translate(-50%, -14px) scale(1);
}

/* Responsive */

@media (max-width: 880px) {
  .section-cta-radar {
    padding-top: 5rem;
  }

  .cta-radar {
    gap: 2.5rem;
  }
}
