/* ===============================================
   1. ESTILO & VARIABLES GLOBALES CREANOVA CONNECT
   =============================================== */
*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
scroll-behavior:smooth;
}
section{
scroll-margin-top:120px;
}

body{
font-family:'Poppins',sans-serif;
color:#333;
line-height:1.6;
}

.container{
width:1100px;
margin:auto;
}

header{
position:fixed;
top:20px;
left:0;
width:100%;
display:flex;
justify-content:center;
z-index:1000;
background:transparent;
box-shadow:none;
}

.nav{
width:980px;
display:flex;
justify-content:space-between;
align-items:center;

padding:12px 28px;

background:rgba(255, 255, 255, 0.8);
backdrop-filter:blur(12px);
-webkit-backdrop-filter:blur(12px);

border-radius:40px;

border:1px solid rgba(255,255,255,0.25);

box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

nav a{
margin-left:22px;
text-decoration:none;
color:#62388e;
font-weight:500;
font-size:16px;
transition:0.3s;
}

nav a:hover{
opacity:0.5;
}
.logo img{
height:76px;
}

.hero{
color:#f3e53f;
position:relative;
overflow:hidden;
color:white;
padding:140px 0 80px 0;
}
.hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/hero-bg-viol-poster.webp'); 
    background-color: #9b7ae0;
    background-size: cover;
    background-position: center;
    z-index: -2;
    animation: fadeIn 1.5s ease-in-out;
}

.hero-grid{
position:relative;
z-index:2;
}
.hero-text{
text-align:center;
}
.hero h1{
text-align:center;
color:#f3e53f;
text-shadow: 0px 4px 14px rgba(0,0,0,0.6);
font-size:40px;
margin-bottom:20px;
line-height:1.4;
}

.hero p{
text-align:center;
color:rgb(255, 255, 255);
margin-bottom:30px;
white-space:normal;
overflow-wrap:break-word;
word-wrap:break-word;
line-height:1.4;
}
.hero p strong{
    color:#f3e53f;
}
.highlight-word {
    color: #f3e53f; 
    font-weight: 800;
    display: inline-block;
    min-width: 23px; /* Evita que el resto del texto se mueva mucho */
    transition: opacity 0.4s ease-in-out, transform 0.3s ease;
    text-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}

/* Efecto de desvanecimiento que usa JS */
.fade-out {
    opacity: 0;
    transform: translateY(10px);
}

.hero-img img{
max-width:80%;
height:auto;
border-radius: 20px;
margin-top: 35px;
}
.hero-img{
display:flex;
justify-content:center;
align-items:center;
}

.btn-primary{
display:inline-block;
padding:14px 28px;

background:#ff5f6d;
color:white;

border-radius:30px;
text-decoration:none;
font-weight:600;

transition:all 0.25s ease;
cursor: pointer;
}

.btn-primary:hover{
background:#ff4b5c;
transform:translateY(-4px);
box-shadow:0 12px 25px rgba(0,0,0,0.25);
}

.problems{

background:#f3f3f3;
padding:90px 20px;

}

.container{

max-width:1200px;
margin:auto;

}

/* GRID 2 COLUMNAS */

.problems-grid{

display:grid;
grid-template-columns: 1fr 1fr;
align-items:center;
gap:60px;

}

/* TITULO */

.problems h2{

font-size:32px;
color:#62388e;
margin-bottom:20px;
line-height:1.2;

}

/* SUBTITULO */

.subtitle{

font-size:20px;
color:#555;
margin-bottom:35px;

}

/* LISTA */

.problem-list{

list-style:none;
padding:0;

}

.problem-list li{

display:flex;
align-items:center;
gap:16px;

font-size:16px;
margin-bottom:18px;
line-height:1.4;
}

/* ICONOS */

.icon{

width:32px;
height:32px;

background:#8e73d6;
color:white;

display:flex;
align-items:center;
justify-content:center;
border: 2px solid #fff;
border-radius:50%;

font-size:16px;

box-shadow:0 4px 10px rgba(0,0,0,0.15);

}

/* CAJA AMARILLA */

.highlight-box{

margin-top:40px;
background:#f5e532;
padding:18px 20px;
border-radius:8px;
font-size:16px;
text-align:center;
line-height:1.4;
color:#444;

}

/* IMAGEN DERECHA */

.problems-image{

display:flex;
justify-content:center;

}

.problems-image img{

width:100%;
max-width:520px;

}

.highlight2{
background:#ffe600;
display:inline-block;
padding:6px 12px;
margin:15px 0;
}
.system{

padding:100px 20px;
background:#f3f3f3;

}

.system-grid{

display:grid;
grid-template-columns: 1fr 1fr;
align-items:center;
gap:70px;

max-width:1200px;
margin:auto;

}

/* Imagen */

.system-image img{

width:100%;
max-width:520px;
border-radius: 20px;
}

/* Texto */

.system-text h2{

font-size:32px;
color:#62388e;
margin-bottom:20px;
line-height:1.2;

}

/* Franja amarilla */

.highlight-yellow{

display:inline-block;
background:#f6e62b;
padding:8px 25px;
border-radius:8px;
font-size:20px;
font-weight:600;
margin-bottom:20px;

}

/* Descripción */

.system-description{

font-size:16px;
color:#444;
margin-bottom:30px;

}

/* Subtítulo */

.system-text h3{

font-size:16px;
margin-bottom:20px;

}

/* Lista */

.system-list{

list-style:none;
padding:0;
line-height:1.4;
}

.system-list li{

display:flex;
align-items:center;
gap:15px;
font-size:16px;
margin-bottom:16px;

}

/* Iconos */

.system-list .icon{

width:32px;
height:32px;

background:#8e73d6;
color:white;

display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:16px;
box-shadow:0 4px 10px rgba(0,0,0,0.15);

}

/* Barra morada inferior */

.system-bar{

margin-top:35px;
background:linear-gradient(90deg,#5e4a99,#9b7ae0);
color:white;
padding:16px 16px;
border-radius:8px;
font-size:18px;
text-align:center;

}
.pricing{

padding:100px 20px;
background:#f3f3f3;
text-align:center;

}

.pricing-header h2{

font-size:40px;
color:#62388e;
margin-bottom:10px;

}

.pricing-header p{

color:#555;
max-width:700px;
margin:auto;
margin-bottom:60px;

}

.pricing-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
max-width:1200px;
margin:auto;

}

/* CARD */

.pricing-card{

background:white;
border-radius:6px;
box-shadow:0 6px 20px rgba(0,0,0,0.08);
overflow:hidden;
text-align:left;

}

/* CARD DESTACADA */

.pricing-card.featured{

transform:scale(1.08);
z-index:2;
box-shadow:0 10px 35px rgba(0,0,0,0.18);

}

/* HEADER */

.plan-header{

padding:18px;
text-align:center;
color:white;

}

.plan-header.gray{

background:#bdbdbd;

}

.plan-header.purple{

background:#8e73d6;

}

/* PRECIO */

.plan-price{

text-align:center;
padding:30px 10px;

}

.currency{

font-size:18px;
color:#888;

}

.amount{

font-size:64px;
color:#8e73d6;
font-weight:700;

}

.period{

color:#888;

}

/* LISTA */

.pricing-card ul{

padding:30px;
list-style:disc;
color:#444;

}

.pricing-card li{

margin-bottom:10px;

}

.subtitle{

color:#8e73d6;
font-weight:600;
margin-top:20px;
list-style:none;

}

/* CTA */

.pricing-cta{

margin-top:50px;

}

.btn-pricing{

background:#ef4d5a;
color:white;
margin-top: 35px;
padding:16px 40px;
border-radius:30px;

text-decoration:none;
font-weight:600;
font-size:20px;

display:inline-block;

transition:.3s;

}

.btn-pricing:hover{
transform:translateY(-3px);
box-shadow:0 10px 20px rgba(0,0,0,0.2);

}

/* --- SECCIÓN EXAMPLES --- */
#examples {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.examples-title {
  text-align: center;
  color: #8e73d6;
  font-size: 32px;
  margin-bottom: 50px;
  font-weight: 700;
}

.examples-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 40px;
}

.example-card {
  background: #f8f8f8;
  border-radius: 28px;
  border: 1px solid #e1d5f2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 15px 35px rgba(126, 87, 194, 0.1);
  transition: all 0.3s ease;
}

.example-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(126, 87, 194, 0.2);
}

/* Cabecera de la tarjeta */
.card-header {
  background-color: #8e73d6;
  padding: 40px 20px;
  text-align: center;
  color: #f3e53f;
  position: relative;
}

.card-header i.main-icon {
  font-size: 3.5rem;
  color: white; 
  margin-bottom: 15px;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

.card-header h3 {
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: -0.5px;
}

/* Cuerpo de la tarjeta */
.card-body {
  padding: 35px;
  flex-grow: 1;
  background: linear-gradient(180deg, #fff 0%, #fdfbff 100%);
}

.step {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  align-items: flex-start;
}

.step i {
  font-size: 1.4rem;
  margin-top: 3px;
}
/* Contenedor del icono circular */
.icon-circle {
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white; /* Icono blanco */
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* Colores específicos para los círculos */
.step-problem .icon-circle {
  background-color: #ff5e62; /* Rosa */
}

.step-solution .icon-circle {
  background-color: #8e73d6; /* Violeta oscuro */
}

.step-problem i { color: white; } /* Rosa suave para problemas */
.step-solution i { color: white; } /* Violeta para soluciones */

.step-text h4 {
  margin: 0 0 6px 0;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #8e73d6;
}

.step-text p {
  margin: 0;
  color: #444;
  line-height: 1.6;
  font-size: 1.05rem;
}

/* Pie de la tarjeta (El Resultado) */
.card-footer {
  background-color: #f3e53f;
  padding: 20px;
  text-align: center;
  font-weight: 800;
  color: #2c2c2c;
  font-size: 1rem;
  text-transform: uppercase;
  border-top: 2px dashed rgba(179, 157, 219, 0.4);
}


.process {
    background-color: #f9faff; 
    padding: 60px 20px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.content-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.process-title {
    text-align: center;
    color: #8e73d6;
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-weight: 700;
}

.process-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.process-image {
    flex: 1;
    min-width: 320px;
    max-width: 450px;

}

.process-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.process-list {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 320px;
}

.process-list li {
    display: flex;
    align-items: center;
    background: #ffffff;
    margin-bottom: 15px;
    padding: 15px 25px;
    border-radius: 12px;
    /* Sombra difuminada como en la imagen */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.process-list li:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Colores directos para los iconos */
.icon-check {
width:32px;
height:32px;
color: #ffffff;
background-color: #8e73d6;
font-size: 1.4rem;
margin-right: 25px;
display: flex;
align-items: center;
justify-content:center;
border-radius:50%;
font-size:16px;
box-shadow:0 4px 10px rgba(0,0,0,0.15);
}

.icon-thumb {
width:32px;
height:32px;
color: #ffffff; 
background-color: #ff5e62; 
font-size: 1.4rem;
margin-right: 25px;
display: flex;
align-items: center;
justify-content:center;
border-radius:50%;
font-size:16px;
box-shadow:0 4px 10px rgba(0,0,0,0.15);
}

.process-list p {
    margin: 0;
    color: #333333;
    font-size: 1.05rem;
    font-weight: 500;
}

.cta{
margin-bottom: -70px;
width:80%;
display:flex;
justify-content:center;
z-index:2000;
position:relative;
box-shadow:0 4px 10px rgba(0,0,0,0.15);
background:#ffd3fb;
padding:50px 0;
border-radius:20px;
margin-left: auto;
margin-right: auto;
min-height: 200px;
}
.cta-content {
flex: 2;
margin-left: 30px;
margin-right: 30px;
}
.cta h2{
color:#62388e;
font-size: 32px;
margin-bottom: 20px;
font-weight: 700;
}
.cta p{
color:#444;
font-size: 18px;
line-height: 1.2;
margin-top: -25px;
}
.cta-box{
display:flex;
justify-content:space-between;
align-items:center;
}
.cta-title {
color: #7e57c2; 
font-size: 2rem;
font-weight: 800;
margin: 0 0 10px 0;
line-height: 1.2;
}

.cta-subtitle {
color: #444;
font-size: 1.1rem;
margin: 0;
}

/* Estilo del Botón Violeta */
.btn-whatsapp {
background-color: #7e57c2; 
color: white;
text-decoration: none;
padding: 18px 35px;
margin-right: 30px;
border:2px solid #ffffff;
border-radius: 50px;
font-weight: bold;
display: inline-flex;
align-items: center;
gap: 12px;
transition: transform 0.3s ease, background-color 0.3s ease;
white-space: nowrap;
font-size: 1.1rem;
cursor: pointer;
}

.btn-whatsapp i {
font-size: 1.5rem;
}

.btn-whatsapp:hover {
background-color: #5e35b1;
transform:translateY(-4px);
box-shadow:0 12px 25px rgba(0,0,0,0.25);
}

footer{
background:#cec7f2;
padding:50px 0;
}

.footer-text{
color:#62388e;
font-size:12px;
}

.footer-grid{
display:grid;
grid-template-columns:1fr 2fr;
gap:40px;
place-items: center; 
height: 200px;
}

.footer-grid a{
display:block;
text-decoration:none;
color:#555;
margin:5px 0;
}

.footer-logo{
width:220px;
}


/* ==========================================
   7. CHAT DE WHATSAPP
   ========================================== */
.wa-float-button {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    z-index: 9999;
    cursor: pointer;
}

/* --- VENTANA DE CHAT --- */
.wa-chat {
    position: fixed;
    bottom: 100px;
    right: 25px;
    width: 350px;
    max-width: 90vw;
    background: #e5ddd5;
    border-radius: 15px;
    display: none; /* Se activa con JS */
    flex-direction: column;
    overflow: hidden;
    z-index: 10000;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}
/* --- CABECERA (Avatar y X) --- */
.wa-header {
    background: #075e54;
    color: white;
    padding: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.wa-avatar {
    width: 40px;
    height: 40px;
    background: url('../img/avatar-belujo.webp') no-repeat center;
    background-size: cover;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
}

.wa-header-info strong {
    display: block;
    font-size: 14px;
}

.wa-header-info p {
    font-size: 11px;
    opacity: 0.9;
}
/* La X de cerrar arriba a la derecha */
#waClose {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
/* BOTÓN WHATSAPP DENTRO DEL CHAT */
.wa-message .wa-chat-btn {
    display: inline-block;
    margin-top: 8px;

    background: #25D366;
    color: #fff;
    font-size: 13px;
    font-weight: 600;

    padding: 8px 12px;
    border: none;
    border-radius: 8px;

    cursor: pointer;
    transition: all 0.2s ease;

    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* HOVER */
.wa-message .wa-chat-btn:hover {
    background: #1ebe5d;
    transform: translateY(-1px);
}

/* CLICK */
.wa-message .wa-chat-btn:active {
    transform: scale(0.97);
}

/* OPCIONAL: ancho completo en móvil */
@media (max-width: 480px) {
    .wa-message .wa-chat-btn {
        width: 100%;
        text-align: center;
    }
}
.wa-message.bot .wa-chat-btn {
    background: linear-gradient(135deg, #25D366, #1ebe5d);
}
.wa-header { background: #075e54; color: white; padding: 15px; display: flex; gap: 10px; align-items: center; }

.wa-body { height: 300px; padding: 15px; overflow-y: auto; display: flex; flex-direction: column; gap: 10px; }

.wa-message { padding: 10px; border-radius: 10px; font-size: 14px; max-width: 80%; }
.wa-message.bot { background: white; align-self: flex-start; }
.wa-message.user { background: #dcf8c6; align-self: flex-end; }

.wa-footer { background: #f0f0f0; border-top: 1px solid #ddd; }

.wa-input-area { display: flex; padding: 10px; gap: 10px; }

#waUserData { flex: 1; border: none; padding: 10px; border-radius: 20px; outline: none; }

.wa-asesor-link {
    display: block;
    background: #25D366;
    color: white !important;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-weight: bold;
}
/* --- ÁREA DE ENTRADA Y BOTÓN AVIÓN --- */
.wa-input-area {
    display: flex;
    padding: 12px;
    background: #f0f0f0;
    gap: 10px;
    align-items: center;
}

#waUserData {
    flex: 1;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 20px;
    outline: none;
    font-family: inherit;
}

#waSendBtn {
    background: #075e54;
    color: white;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

#waSendBtn i {
    font-size: 18px;
    margin-left: -2px;
}

#waSendBtn:hover {
    background: #128c7e;
    transform: scale(1.05);
}
/* CONTENEDOR DE OPCIONES (BOTONES FAQ)*/
.wa-options {
    background: #f0f0f0; /* Fondo gris claro similar al teclado */
    padding: 12px;
    display: flex;
    flex-wrap: wrap;     /* Para que los botones bajen si no caben */
    gap: 8px;            /* Espacio entre botones */
    border-top: 1px solid #ddd;
    justify-content: center;
}

/* ESTILO DE CADA BOTÓN INDIVIDUAL */
.opt-btn {
    background: #ffffff;
    border: 1px solid #25D366;
    color: #075e54;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    font-family: 'Poppins', sans-serif;
}

/* EFECTO AL PASAR EL MOUSE O TOCAR */
.opt-btn:hover {
    background: #25D366;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(37, 211, 102, 0.3);
}

.opt-btn:active {
    transform: translateY(0);
}
/* Burbuja de escritura */
.typing-indicator {
    display: flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
    padding: 12px 20px !important;
}

.typing-indicator span {
    width: 8px;
    height: 8px;
    background-color: #999;
    border-radius: 50%;
    animation: typingBounce 1.4s infinite ease-in-out both;
}

.typing-indicator span:nth-child(1) { animation-delay: -0.32s; }
.typing-indicator span:nth-child(2) { animation-delay: -0.16s; }

@keyframes typingBounce {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
}

/* --- RESPONSIVE--- */

/* 1. Ajuste General de Contenedores */
@media (max-width: 1120px) {
    .container, .nav, .content-wrapper, #examples {
        width: 95%;
        max-width: 95%;
    }
}

@media (max-width: 850px) {
    /* --- MENÚ HAMBURGUESA --- */
    .menu-toggle {
        display: block;
        cursor: pointer;
        z-index: 1001;
    }

    .menu-toggle span {
        display: block;
        width: 28px;
        height: 3px;
        background: #62388e;
        margin: 5px 0;
        transition: 0.4s;
        border-radius: 3px;
    }

    /* Animación X al abrir */
    .menu-toggle.is-active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .menu-toggle.is-active span:nth-child(2) { opacity: 0; }
    .menu-toggle.is-active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

    .nav nav {
        position: fixed;
        top: 0;
        right: -100%; /* Escondido */
        width: 280px;
        height: 100vh;
        background: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: 0.5s;
        box-shadow: -10px 0 30px rgba(0,0,0,0.1);
        z-index: 1000;
        border-radius: 0;
    }

    .nav nav.active {
        right: 0; /* Aparece */
    }

    nav a {
        margin: 15px 0;
        font-size: 20px;
        width: 100%;
        text-align: center;
    }

    .nav-overlay {
        position: fixed;
        top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0,0,0,0.5);
        display: none;
        z-index: 999;
    }

    .nav-overlay.active { display: block; }

    /* --- AJUSTES DE SECCIONES --- */
    
    /* Hero */
    .hero-text { margin-top: 40px;}
    .hero { padding: 120px 20px 60px 20px; }
    .hero h1 { font-size: 30px; }
    .hero p { max-width: 100%; font-size: 16px; }

    /* Grids (Problems & System) */
    .problems-grid, .system-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .problem-list li, .system-list li {
        justify-content: left;
    }

    .problems-image, .system-image {
        order: -1; /* La imagen sube arriba del texto en móvil */
    }

    /* Pricing */
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 0 20px;
    }
    
    .pricing-card.featured {
        transform: scale(1); /* Quitamos el scale para que no rompa el layout */
    }

    /* CTA (La caja amarilla) */
    .cta {
        width: 95%;
        flex-direction: column;
        padding: 40px 20px;
        text-align: center;
        margin-bottom: -100px;
    }

    .cta-box {
        flex-direction: column;
        gap: 20px;
    }
    .cta-content { 
        margin-left: 10px;
        margin-right: 10px;
}

    .btn-whatsapp {
        width: 100%;
        justify-content: center;
    }

    /* Footer */
    .footer-grid {
        margin-top: 90px;
        grid-template-columns: 1fr;
        height: auto;
        text-align: center;
        gap: 20px;
    }
}
/* Ayuda a usuarios que navegan con la tecla TAB */
a:focus, button:focus {
    outline: 3px solid #f3e53f;
    outline-offset: 4px;
}

/* Respetar la preferencia de "Reducir movimiento" del sistema operativo */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
