/** nuevo generado por gemini **/

/* Estilos personalizados para Senecesita.com.ar */
body {
  font-family: 'Arial', sans-serif;
  background-color: #f8f9fa;
  color: #343a40;
}

.navbar {
  background: linear-gradient(90deg, #003d99 0%, #0057c2 60%, #0069d9 100%);
  box-shadow: 0 2px 16px rgba(0, 60, 180, 0.18);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.navbar-brand {
  color: #ffffff;
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: -0.3px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s;
}

.navbar-brand sub {
  font-size: 0.65em;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
}

.navbar-brand:hover {
  color: #ffffff;
  opacity: 0.9;
}

.nav-link {
  color: rgba(255, 255, 255, 0.82) !important;
  font-weight: 500;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 8px;
  padding: 6px 12px !important;
  transition: background 0.2s, color 0.2s;
}

.nav-link:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.14);
}

.btn-primary {
  background-color: #007bff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
}

.btn-primary:hover {
  background-color: #0056b3;
}

.btn-secondary {
  background-color: #e9ecef;
  border: none;
  color: #343a40;
  padding: 10px 20px;
  font-size: 16px;
}

.btn-secondary:hover {
  background-color: #d0d3d4;
}

.section-title {
  color: #007bff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.lead {
  font-size: 18px;
  color: #6c757d;
  text-align: center;
  margin-bottom: 30px;
}

.card {
  border: 1px solid #dee2e6;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.card-title {
  color: #2c3e50;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-text {
  color: #34495e;
  font-size: 16px;
  margin-bottom: 15px;
}

.job-description {
  color: #555;
  font-size: 14px;
  margin-bottom: 10px;
}

.job-location {
  color: #888;
  font-size: 12px;
  margin-bottom: 15px;
}

.postulation-button {
  background-color: #28a745;
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.postulation-button:hover {
  background-color: #218838;
}

.login-button {
  background-color: #007bff;
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.login-button:hover {
  background-color: #0056b3;
}

.register-button {
  background-color: #28a745;
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.register-button:hover {
  background-color: #218838;
}

.pricing-card {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.job-card {
  /*            border: 1px solid #dee2e6;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: center;*/
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.pricing-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #2c3e50;
}

.pricing-price {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #007bff;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  font-size: 16px;
  color: #555;
}

.pricing-features li {
  margin-bottom: 10px;
}

/*        .pricing-button {
            background-color: #007bff;
            border: none;
            color: #ffffff;
            padding: 12px 25px;
            font-size: 18px;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }

        .pricing-button:hover {
            background-color: #0056b3;
        }*/

.pricing-button {
  background-color: #007bff;
  border: none;
  /*color: #ffffff;*/
  padding: 12px 25px;
  font-size: 18px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  /*transition: transform 0.2s cubic-bezier(.4,2,.6,1), box-shadow 0.2s;*/
  /*font-weight: 600;*/
  /* Asegurá que el color del texto sea blanco y no cambie */
  color: #fff !important;
}

.pricing-button:hover,
.pricing-button:focus {
  /*transform: scale(1.08);*/
  box-shadow: 0 4px 24px rgba(33, 150, 243, 0.15);
  color: #fff !important;
  /* Evita que el texto se oscurezca */
  /* Si usás Bootstrap y el hover cambia el fondo, fijalo si querés: */
  /*background-color: #0d6efd !important; /* O el color que uses */
  background-color: #0056b3;
  border-color: #0d6efd !important;
}

footer {
  background-color: #343a40;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  margin-top: 50px;
}

footer a {
  color: #ffffff;
  text-decoration: none;
}

footer a:hover {
  color: #007bff;
}

/* Media queries para responsive design */
@media (max-width: 992px) {
  .navbar-nav {
    margin-top: 10px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 10px;
  }

  .section-title {
    font-size: 28px;
  }

  .lead {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .navbar-toggler {
    margin-right: 0;
  }

  .pricing-title {
    font-size: 20px;
  }

  .pricing-price {
    font-size: 28px;
  }

  .pricing-features {
    font-size: 14px;
  }

  .pricing-button {
    font-size: 16px;
    padding: 10px 20px;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 24px;
  }

  .lead {
    font-size: 14px;
  }

  .btn-primary,
  .btn-secondary {
    font-size: 14px;
    padding: 8px 15px;
  }

  .card-title {
    font-size: 18px;
  }

  .card-text {
    font-size: 14px;
  }

  .job-description {
    font-size: 12px;
  }

  .job-location {
    font-size: 10px;
  }
}


/** recomendado **/
.pricing-card.destacado {
  border: 2px solid #198754;
  /*box-shadow: 0 0 20px rgba(25,135,84,0.15);
  transform: scale(1.03);*/
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background: #e6f6ed;
  z-index: 2;
}

.badge-recomendado {
  display: block;
  position: absolute;
  top: -18px;
  /* sube el badge */
  left: 50%;
  transform: translateX(-50%);
  background: #198754;
  color: #fff;
  padding: 0.5em 1.2em;
  border-radius: 2em;
  font-size: 1em;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
  z-index: 5;
  letter-spacing: 0.5px;
}

/* Para que no corte el badge en el borde superior */
.pricing-card.destacado {
  padding-top: 2.8em !important;
}

.pricing-card.destacado {
  background: #EAEAEA;
}

/*        .pricing-card.destacado {
            border: 1px solid #dee2e6;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: center;
            transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        }

        .pricing-card.destacado:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        }*/

/* ─── Dropdown renovado ─────────────────────────────── */
.dropdown-menu {
  background: #1a3a6b !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 28px rgba(0, 30, 100, 0.22);
  min-width: 210px;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 6px 4px;
  margin-top: 8px !important;
}

.dropdown-item {
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 500;
  border-radius: 8px;
  padding: 8px 16px;
  transition: background 0.18s, color 0.18s;
  font-size: 0.92rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

.dropdown-item.active {
  background: #007bff !important;
  color: #fff !important;
}

.dropdown-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin: 4px 8px;
}

/* Ícono usuario */
.navbar .fa-user {
  margin-right: 6px;
  color: rgba(255, 255, 255, 0.9);
}

/* Link activo — pill highlighted */
.navbar .nav-link.active,
.navbar .nav-item.show>.nav-link {
  background: rgba(255, 255, 255, 0.22) !important;
  color: #fff !important;
  border-radius: 8px;
}

/* Botones Iniciar Sesión / Registrarse en navbar */
.navbar .nav-link[href*="ingreso"] {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px 14px !important;
  border-radius: 20px;
}

.navbar .nav-link[href*="registro"] {
  background: rgba(255, 255, 255, 0.95);
  color: #0057c2 !important;
  font-weight: 700;
  padding: 5px 16px !important;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.navbar .nav-link[href*="registro"]:hover {
  background: #fff;
  color: #003d99 !important;
}

/* Toggler blanco en mobile */
.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.4);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*.nav-link:hover {
  background-color: #0056b3 !important;
  color: #fff !important;
  border-radius: .3rem;
  text-decoration: none !important;
  transition: background 1s, color 0.8s;*/
/*border-bottom: 3px solid #fff !important;*/
/* box-shadow: 0 2px 3px 0 #fff;
}*/



/* Centra los ítems del navbar solo en móviles */
/*@media (max-width: 991.98px) { */
/* Bootstrap md breakpoint */
/*  .navbar-nav {
    text-align: center !important;
    align-items: center !important;
    width: 100%;
  }
  .navbar-nav .nav-item {
    width: 100%;
  }
  .navbar-nav .nav-link,
  .navbar-nav .dropdown-toggle {
    display: inline-block;
    width: auto;
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}*/

/*@media (max-width: 991.98px) {
  .navbar-nav {
    max-width: 320px;
    margin: 0 auto;
  }
}
*/
@media (max-width: 991.98px) {
  .navbar-nav {
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .navbar-nav .nav-item {
    width: auto;
    /* no ocupa 100% */
    text-align: center;
  }

  .navbar-nav .nav-link,
  .navbar-nav .dropdown-toggle {
    width: auto;
    /* ancho natural */
    text-align: center;
    /* texto centrado */
    margin: 0 auto;
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 991.98px) {
  .dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
    min-width: 200px;
    text-align: center;
  }
}

.btn-ops {
  min-width: 80px;
  /* Tamaño mínimo igual para todos */
  max-width: 80px;
  min-height: 38px;
  /* Coincide con btn-sm */
  max-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  font-size: 0.8rem;
  padding: 0 8px;
  white-space: nowrap;
  transition: transform 0.1s, box-shadow 0.1s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  border-radius: 0.4rem;
}

.btn-ops i {
  font-size: 1.1em;
}

/* Ajuste para cuando sólo hay ícono (en mobile) */
@media (max-width: 767.98px) {
  .btn-ops {
    min-width: 38px;
    max-width: 38px;
    padding: 0;
    justify-content: center;
  }
}

input[readonly],
textarea[readonly] {
  background-color: #f2f4f8 !important;
  /* Un gris claro muy visible */
  color: #6c757d !important;
  /* Texto gris Bootstrap */
  border-color: #b6bbc3 !important;
  /* Borde más suave */
  font-style: italic;
  cursor: not-allowed;
  opacity: 1;
  /* Para evitar que Bootstrap los haga muy claros */
}

/* Placeholders más gris/tenues para todos los navegadores */
::placeholder {
  color: #b3b9c6 !important;
  /* gris claro, cambiá el color a gusto */
  opacity: 1;
  /* asegurate que sea visible */
}

::-webkit-input-placeholder {
  color: #b3b9c6 !important;
}

::-moz-placeholder {
  color: #b3b9c6 !important;
}

:-ms-input-placeholder {
  color: #b3b9c6 !important;
}

::-ms-input-placeholder {
  color: #b3b9c6 !important;
}

.descripcion-select {
  font-size: 0.7em;
  color: #b3b9c6;
  /*min-height: 1.2em; /* así el espacio siempre está aunque no haya descripción */
}

/* =============================================
   LANDING PAGES: soytrabajador / soyempleador / planes / faqs
   ============================================= */

/* --- Keyframes de entrada --- */
@keyframes snFadeInDown {
  from {
    opacity: 0;
    transform: translateY(-22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes snFadeInUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes snFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* --- Hero Section --- */
.sn-hero {
  background: linear-gradient(135deg, #0057c2 0%, #007bff 55%, #00b4d8 100%);
  color: #fff;
  padding: 136px 0 60px;
  /* 80px original + 56px del navbar */
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 0;
  /* Eliminamos margin para que el fondo llegue al tope */
}

.sn-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
  pointer-events: none;
}

.sn-hero h1 {
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  animation: snFadeInDown 0.65s ease 0.15s both;
}

.sn-hero .sn-hero-lead {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9) !important;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  animation: snFadeIn 0.7s ease 0.35s both;
}

.sn-hero .sn-hero-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  animation: snFadeInUp 0.65s ease 0.55s both;
}

.btn-hero-primary {
  background: #fff;
  color: #007bff !important;
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 50px;
  font-size: 1.05rem;
  border: none;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-hero-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
  color: #0056b3 !important;
}

.btn-hero-secondary {
  background: transparent;
  color: #fff !important;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 50px;
  font-size: 1.05rem;
  border: 2px solid rgba(255, 255, 255, 0.7);
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  transform: translateY(-3px);
  color: #fff !important;
}

.sn-hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50px;
  padding: 4px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
  backdrop-filter: blur(4px);
  animation: snFadeInDown 0.55s ease both;
}

/* --- Benefit Cards --- */
.sn-benefits-section {
  padding: 60px 0 40px;
  background: #f8f9fa;
}

.sn-benefit-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.22s, box-shadow 0.22s;
  height: 100%;
  border: 1px solid #e9ecef;
  animation: snFadeInUp 0.55s ease both;
}

/* Delays escalonados por tarjeta */
.sn-benefit-card:nth-child(1) {
  animation-delay: 0.05s;
}

.sn-benefit-card:nth-child(2) {
  animation-delay: 0.15s;
}

.sn-benefit-card:nth-child(3) {
  animation-delay: 0.25s;
}

.sn-benefit-card:nth-child(4) {
  animation-delay: 0.35s;
}

.sn-benefit-card:nth-child(5) {
  animation-delay: 0.45s;
}

.sn-benefit-card:nth-child(6) {
  animation-delay: 0.55s;
}

.sn-benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 32px rgba(0, 123, 255, 0.12);
  border-color: #c2d9ff;
}

.sn-benefit-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #e8f1ff, #c5dcff);
  color: #007bff;
  transition: transform 0.2s;
}

.sn-benefit-card:hover .sn-benefit-icon {
  transform: scale(1.12) rotate(-4deg);
}

.sn-benefit-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 8px;
}

.sn-benefit-card p {
  font-size: 0.95rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.55;
}

/* --- Steps / Cómo funciona --- */
.sn-steps-section {
  padding: 60px 0;
  background: #fff;
}

.sn-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 32px;
  animation: snFadeInUp 0.55s ease both;
}

.sn-step:nth-child(1) {
  animation-delay: 0.1s;
}

.sn-step:nth-child(2) {
  animation-delay: 0.25s;
}

.sn-step:nth-child(3) {
  animation-delay: 0.4s;
}

.sn-step-number {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.sn-step-content h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 4px;
}

.sn-step-content p {
  font-size: 0.93rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.55;
}

/* --- CTA Banner --- */
.sn-cta-banner {
  background: linear-gradient(90deg, #0057c2, #007bff);
  color: #fff;
  padding: 50px 0;
  text-align: center;
}

.sn-cta-banner h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.sn-cta-banner p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 28px;
}

.sn-cta-banner .btn-cta {
  background: #fff;
  color: #007bff !important;
  font-weight: 700;
  padding: 12px 36px;
  border-radius: 50px;
  font-size: 1rem;
  border: none;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sn-cta-banner .btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
  color: #0056b3 !important;
}

/* --- Plans mini preview --- */
.sn-plans-mini-section {
  background: #f8f9fa;
  padding: 60px 0 50px;
}

/* --- Stats strip --- */
.sn-stats-strip {
  background: #fff;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  padding: 30px 0;
}

.sn-stat-item {
  text-align: center;
  animation: snFadeInUp 0.55s ease both;
}

.sn-stat-item:nth-child(1) {
  animation-delay: 0.05s;
}

.sn-stat-item:nth-child(2) {
  animation-delay: 0.15s;
}

.sn-stat-item:nth-child(3) {
  animation-delay: 0.25s;
}

.sn-stat-item:nth-child(4) {
  animation-delay: 0.35s;
}

.sn-stat-item .sn-stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: #007bff;
  line-height: 1;
}

.sn-stat-item .sn-stat-label {
  font-size: 0.88rem;
  color: #6c757d;
  margin-top: 4px;
}

/* --- Responsive --- */
@media (max-width: 767.98px) {
  .sn-hero {
    padding: 60px 0 44px;
  }

  .sn-hero h1 {
    font-size: 1.8rem;
  }

  .sn-hero .sn-hero-lead {
    font-size: 1rem;
  }

  .sn-benefit-card {
    padding: 24px 16px;
  }

  .sn-step {
    gap: 14px;
    margin-bottom: 24px;
  }

  .sn-cta-banner h2 {
    font-size: 1.4rem;
  }

  .sn-cta-banner p {
    font-size: 0.97rem;
  }

  .sn-stat-item .sn-stat-number {
    font-size: 1.6rem;
  }
}

/* --- Section Titles (plans, benefits, steps headings) --- */
.section-title {
  animation: snFadeInDown 0.6s ease 0.1s both;
}

/* --- Pricing Cards --- */
.pricing-card {
  animation: snFadeInUp 0.55s ease both;
}

.col-lg-4:nth-child(1) .pricing-card {
  animation-delay: 0.05s;
}

.col-lg-4:nth-child(2) .pricing-card {
  animation-delay: 0.2s;
}

.col-lg-4:nth-child(3) .pricing-card {
  animation-delay: 0.35s;
}

/* --- CTA banner content --- */
.sn-cta-banner h2 {
  animation: snFadeInDown 0.6s ease 0.1s both;
}

.sn-cta-banner p {
  animation: snFadeIn 0.6s ease 0.3s both;
}

.btn-cta {
  animation: snFadeInUp 0.6s ease 0.5s both;
}

/* ─── FAQ Accordion ──────────────────────────────────── */
.faq-accordion {
  max-width: 860px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e9ecef;
  margin-bottom: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  animation: snFadeInUp 0.5s ease both;
  transition: box-shadow 0.22s;
}

.faq-item:hover {
  box-shadow: 0 6px 24px rgba(121, 40, 202, 0.10);
  border-color: #d6b8f7;
}

.faq-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  cursor: pointer;
  user-select: none;
}

.faq-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ede9fe, #ddd6fe);
  color: #7928ca;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: transform 0.2s, background 0.2s;
}

.faq-header[aria-expanded="true"] .faq-icon {
  background: linear-gradient(135deg, #7928ca, #4a00a0);
  color: #fff;
  transform: scale(1.08);
}

.faq-question {
  flex: 1;
  font-weight: 700;
  font-size: 0.98rem;
  color: #2c3e50;
}

.faq-chevron {
  flex-shrink: 0;
  color: #7928ca;
  font-size: 0.85rem;
  transition: transform 0.3s ease;
}

.faq-header[aria-expanded="true"] .faq-chevron {
  transform: rotate(180deg);
}

.faq-body {
  padding: 0 22px 20px 80px;
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.65;
  border-top: 1px solid #f0f0f0;
  padding-top: 14px;
}

@media (max-width: 576px) {
  .faq-header {
    padding: 14px 16px;
    gap: 12px;
  }

  .faq-icon {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }

  .faq-body {
    padding: 12px 16px 16px 64px;
  }

  .faq-question {
    font-size: 0.92rem;
  }
}

/* =============================================
   DASHBOARD / WORKER PANEL (Propuesta 2)
   ============================================= */

.sn-dashboard-container {
  padding: 2rem 0;
  background-color: #f0f4f8 !important;
  min-height: calc(100vh - 56px);
}

.sn-welcome-card {
  background: linear-gradient(135deg, #0057c2 0%, #007bff 100%);
  color: #fff;
  border-radius: 20px;
  padding: 2.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 30px rgba(0, 87, 194, 0.2);
  position: relative;
  overflow: hidden;
}

.sn-welcome-card::after {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.sn-welcome-card h1 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.sn-welcome-card p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 0;
}

/* Stats Cards */
.sn-stat-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
  height: 100%;
  border: 1px solid #e1e8ef;
}

.sn-stat-card:hover {
  transform: translateY(-5px);
}

.sn-stat-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.icon-blue {
  background: #eef2ff;
  color: #4f46e5;
}

.icon-green {
  background: #ecfdf5;
  color: #10b981;
}

.icon-orange {
  background: #fff7ed;
  color: #f59e0b;
}

.icon-purple {
  background: #faf5ff;
  color: #a855f7;
}

.sn-stat-info h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  color: #1e293b;
}

.sn-stat-info p {
  font-size: 0.85rem;
  color: #64748b;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

/* Section Titles In Dashboard */
.sn-dash-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.sn-dash-section-title i {
  color: #007bff;
}

/* Profile Completion */
.sn-profile-completion {
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid #e1e8ef;
  margin-bottom: 2rem;
}

.progress-thin {
  height: 8px;
  border-radius: 10px;
  background-color: #f1f5f9;
}

.progress-thin .progress-bar {
  border-radius: 10px;
  background: linear-gradient(90deg, #10b981, #34d399);
}

/* Recommended Jobs Table / List */
.sn-job-item {
  background: #fff;
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #e1e8ef;
  transition: box-shadow 0.2s;
  display: block;
  text-decoration: none;
  color: inherit;
}

.sn-job-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: #007bff;
  color: inherit;
}

.sn-job-item h5 {
  font-weight: 700;
  color: #0057c2;
  margin-bottom: 0.25rem;
  font-size: 1.1rem;
}

.sn-job-meta {
  font-size: 0.9rem;
  color: #64748b;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Success Stories Banner In Dash */
.sn-success-dash {
  background: #1e293b;
  color: #f8fafc;
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.sn-success-dash blockquote {
  font-style: italic;
  font-size: 1.1rem;
  border-left: 4px solid #007bff;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
  color: #cbd5e1;
}