.elementor .e-46f709f-e1bfcae{font-family:"Cormorant Garamond";font-weight:700;font-size:48px;color:#e41ebf;/* WOMEN FIGHTING FRAUD - COMING SOON */

.wff-coming-soon {
position: relative;
display: inline-block;
overflow: hidden;

font-family: "Cormorant Garamond", serif;
font-size: clamp(38px, 4vw, 56px);
font-weight: 700;
line-height: 1.05;
letter-spacing: 0.08em;
text-transform: uppercase;

color: #173f6f;

animation:
  wffFadeUp 0.9s ease-out both,
  wffGlow 3s ease-in-out 1s infinite;
}

/* petit trait doré animé sous le texte */
.wff-coming-soon::after {
content: "";
position: absolute;
left: 50%;
bottom: -10px;

width: 0;
height: 2px;

background: linear-gradient(
  90deg,
  transparent,
  #d2aa47,
  #f1d889,
  #d2aa47,
  transparent
);

transform: translateX(-50%);
animation: wffLine 1.4s ease-out 0.3s forwards;
}

/* arrivée élégante */
@keyframes wffFadeUp {
from {
  opacity: 0;
  transform: translateY(18px);
}

to {
  opacity: 1;
  transform: translateY(0);
}
}

/* très léger effet vivant */
@keyframes wffGlow {
0%,
100% {
  text-shadow: 0 0 0 rgba(210, 170, 71, 0);
}

50% {
  text-shadow:
    0 0 10px rgba(210, 170, 71, 0.25),
    0 0 20px rgba(210, 170, 71, 0.12);
}
}

/* apparition du trait */
@keyframes wffLine {
from {
  width: 0;
  opacity: 0;
}

to {
  width: 78%;
  opacity: 1;
}
}

/* mobile */
@media (max-width: 767px) {
.wff-coming-soon {
  font-size: 34px;
  letter-spacing: 0.06em;
}
}\n}