.section-1 {
background:
         radial-gradient(
           circle at 50% 70%,   /* BAJAMOS MÁS el glow */
           rgba(139, 92, 246, 0.25),
           rgba(139, 92, 246, 0.12) 30%,
           transparent 65%
         ),
         linear-gradient(
           to bottom,
           #000000 0%,
           #000000 30%,
           #020617 50%,
           #0b0f2a 65%,
           #1e1b4b 80%,
           #312e81 92%,
           #031136 100%
         );

}

.section-2 {
  background:
    radial-gradient(
      circle at 50% 0%,   /* MISMO eje vertical */
      rgba(139, 92, 246, 0.18),
      rgba(139, 92, 246, 0.08) 25%,
      transparent 60%
    ),
    linear-gradient(
      to bottom,
      #031136 0%,
      #020e2f 30%,
      #020a1f 60%,
      #000000 100%
    );

}

.section-3 {
  background:
    radial-gradient(
      circle at 50% 100%,
      rgba(3, 17, 54, 0.75),
      rgba(3, 17, 54, 0.28) 28%,
      transparent 62%
    ),
    linear-gradient(
      to bottom,
      #000000 0%,
      #000000 28%,
      #010617 52%,
      #020a1f 76%,
      #031136 100%
    );
}
.section-4 {
  background:
    linear-gradient(
      to bottom,
      #031136 0%,
      #031136 14%,
      #020e2f 38%,
      #020a1f 66%,
      #000000 100%
    );
}

.section-5 {
  background:
    radial-gradient(
      circle at 50% 30%,
      rgba(3, 17, 54, 0.18),
      rgba(3, 17, 54, 0.08) 30%,
      transparent 70%
    ),
    linear-gradient(
      to bottom,
      #000000 0%,
      #000000 40%,
      #010617 70%,
      #020a1f 100%
    );
}


.section-6 {
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(3, 17, 54, 0.35),
      rgba(3, 17, 54, 0.15) 30%,
      transparent 65%
    ),
    linear-gradient(
      to bottom,
      #020a1f 0%,
      #020e2f 30%,
      #031136 55%,
      #010617 80%,
      #000000 100%
    );
}

.section-7 {
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(139, 92, 246, 0.10),
      rgba(139, 92, 246, 0.04) 22%,
      transparent 58%
    ),
    linear-gradient(
      to bottom,
      #000000 0%,
      #000000 18%,
      #010617 42%,
      #020a1f 68%,
      #031136 100%
    );
}

.section-8 {
  background:
    radial-gradient(
      ellipse at 50% -20%,
      rgba(139, 92, 246, 0.05),
      rgba(139, 92, 246, 0.02) 28%,
      transparent 70%
    ),
    linear-gradient(
      to bottom,
      #031136 0%,
      #020e2f 24%,
      #020a1f 52%,
      #010617 76%,
      #000000 100%
    );
}


.event-types-section {
  padding: 110px 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(139, 92, 246, 0.16), transparent 58%),
    linear-gradient(to bottom, #000000 0%, #020617 42%, #000000 100%);
  color: #f2f2f0;
  overflow: hidden;
}

.event-types-header {
  max-width: 920px;
  margin: 0 auto 56px;
}

.event-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid rgba(139, 92, 246, 0.35);
  background: rgba(139, 92, 246, 0.14);
  color: #c4b5fd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.event-types-header h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -2px;
  margin-bottom: 18px;
}

.event-types-header h2 strong {
  color: #8b5cf6;
}

.event-types-header p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(242, 242, 240, 0.72);
  font-size: 18px;
  line-height: 1.6;
}

.event-stats {
  margin: 38px auto 0;
  display: flex;
  justify-content: center;
  gap: 42px;
  flex-wrap: wrap;
}

.event-stats div {
  min-width: 180px;
  padding: 0 28px;
  border-right: 1px solid rgba(255,255,255,0.12);
}

.event-stats div:last-child {
  border-right: 0;
}

.event-stats strong {
  display: block;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
}

.event-stats span {
  display: block;
  color: rgba(242, 242, 240, 0.64);
  font-size: 14px;
}

.event-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 26px;
  background: rgba(10, 15, 35, 0.72);
  border: 1px solid rgba(139, 92, 246, 0.18);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  transition: all 0.28s ease;
}

.event-card:hover {
  transform: translateY(-8px);
  border-color: rgba(139, 92, 246, 0.48);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.58), 0 0 38px rgba(139, 92, 246, 0.16);
}

.event-card.featured {
  border-color: rgba(139, 92, 246, 0.65);
  box-shadow: 0 0 48px rgba(139, 92, 246, 0.18);
}

.popular-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  padding: 7px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8b5cf6, #6d5dfc);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.event-img {
  height: 190px;
  overflow: hidden;
  position: relative;
}

.event-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 15, 35, 0.9), transparent 60%);
}

.event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.event-card:hover .event-img img {
  transform: scale(1.06);
}

.event-body {
  padding: 0 26px 28px;
  position: relative;
  margin-top: -26px;
  z-index: 2;
}

.event-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  margin-bottom: 18px;
  background: rgba(139, 92, 246, 0.25);
  border: 1px solid rgba(139, 92, 246, 0.45);
  box-shadow: 0 0 28px rgba(139, 92, 246, 0.24);
  font-size: 25px;
}

.event-body h4 {
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 12px;
}

.event-body h5 {
  font-family: 'Inter', sans-serif;
  color: #a78bfa;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 14px;
}

.event-body p {
  color: rgba(242, 242, 240, 0.72);
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 18px;
}

.event-body ul {
  list-style: none;
  padding: 18px 0 0;
  margin: 0 0 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.event-body li {
  color: rgba(242, 242, 240, 0.82);
  font-size: 14px;
  margin-bottom: 10px;
}

.event-body li::before {
  content: "✓";
  color: #8b5cf6;
  font-weight: 900;
  margin-right: 10px;
}

.event-body a {
  color: #a78bfa;
  text-decoration: none;
  font-weight: 800;
}

.event-body a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .event-types-section {
    padding: 80px 0;
  }

  .event-stats {
    gap: 18px;
  }

  .event-stats div {
    border-right: 0;
  }

  .event-card {
    max-width: 420px;
    margin: 0 auto;
  }
}



.pricing-comparison-section {
  padding: 110px 0;
  color: #f2f2f0;
  background:
    radial-gradient(circle at 50% 12%, rgba(139, 92, 246, 0.16), transparent 55%),
    linear-gradient(to bottom, #000000 0%, #020617 45%, #000000 100%);
  overflow: hidden;
}

.pricing-header {
  max-width: 900px;
  margin: 0 auto 36px;
}

.pricing-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.14);
  border: 1px solid rgba(139, 92, 246, 0.35);
  color: #c4b5fd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.pricing-header h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -2px;
  margin-bottom: 14px;
}

.pricing-header h2 strong {
  color: #8b5cf6;
}

.pricing-header p {
  color: rgba(242, 242, 240, 0.72);
  font-size: 18px;
  line-height: 1.6;
}

.pricing-path {
  max-width: 760px;
  margin: 0 auto 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.pricing-path div:not(.path-line) {
  text-align: center;
  min-width: 150px;
}

.pricing-path span {
  display: block;
  color: #8b5cf6;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
}

.pricing-path strong {
  display: block;
  color: #fff;
  font-size: 18px;
}

.pricing-path small {
  color: rgba(242, 242, 240, 0.6);
  font-size: 13px;
}

.path-line {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.65), transparent);
}

.comparison-table-wrap {
  position: relative;
  overflow-x: auto;
  border-radius: 24px;
  border: 1px solid rgba(139, 92, 246, 0.22);
  background: rgba(8, 13, 30, 0.72);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
}

.comparison-table {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
  font-family: 'Inter', sans-serif;
}

.comparison-table th {
  padding: 28px 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.025);
  position: relative;
}

.comparison-table th:first-child {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(242, 242, 240, 0.82);
}

.comparison-table th span {
  display: block;
  color: rgba(242, 242, 240, 0.58);
  font-size: 12px;
  font-weight: 500;
  margin-top: 6px;
}

.recommended-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8b5cf6, #6d5dfc);
  color: white;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}

.comparison-table td {
  padding: 12px 24px;
  color: rgba(242, 242, 240, 0.78);
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.comparison-table td:not(:first-child) {
  text-align: center;
  color: #a78bfa;
  font-size: 18px;
  font-weight: 900;
}

.comparison-table tr:hover td {
  background: rgba(139, 92, 246, 0.055);
}

.category-row td {
  padding: 18px 24px;
  color: #a78bfa !important;
  background: rgba(139, 92, 246, 0.08);
  font-size: 13px !important;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: left !important;
}

.recommended-col {
  background: rgba(139, 92, 246, 0.075) !important;
  box-shadow:
    inset 1px 0 rgba(139, 92, 246, 0.25),
    inset -1px 0 rgba(139, 92, 246, 0.25);
}

.result-row td {
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.035);
  border-bottom: 0;
}

.result-row td:first-child {
  color: #a78bfa;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.result-row strong {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 4px;
}

.result-row span {
  display: block;
  color: rgba(242, 242, 240, 0.58);
  font-size: 12px;
  font-weight: 500;
}

.pricing-consulting-box {
  margin-top: 22px;
  padding: 24px 28px;
  border-radius: 22px;
  border: 1px solid rgba(139, 92, 246, 0.22);
  background: rgba(8, 13, 30, 0.72);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}

.consulting-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(139, 92, 246, 0.18);
  border: 1px solid rgba(139, 92, 246, 0.3);
  font-size: 24px;
}

.pricing-consulting-box h4 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.pricing-consulting-box p {
  margin: 0;
  color: rgba(242, 242, 240, 0.62);
  line-height: 1.5;
}

.pricing-actions {
  display: flex;
  gap: 14px;
}

.btn-primary-pricing,
.btn-outline-pricing {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  padding: 14px 20px;
  border-radius: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-primary-pricing {
  color: #fff;
  background: linear-gradient(135deg, #8b5cf6, #6d5dfc);
}

.btn-outline-pricing {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn-primary-pricing:hover,
.btn-outline-pricing:hover {
  transform: translateY(-3px);
  color: #fff;
}

@media (max-width: 991px) {
  .pricing-path {
    display: none;
  }

  .pricing-consulting-box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .consulting-icon {
    margin: 0 auto;
  }

  .pricing-actions {
    flex-direction: column;
  }
}


.footer-section {
  padding: 80px 0 40px;
  background:
    linear-gradient(
      to bottom,
      #000000 0%,
      #010617 40%,
      #020a1f 70%,
      #031136 100%
    );
  color: #f2f2f0;
  font-family: 'Inter', sans-serif;
}

/* Layout */
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 2fr 1fr;
  gap: 60px;
}

/* Brand */
.footer-brand .logo {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 12px;
}

.footer-brand .logo span {
  color: #8b5cf6;
}

.footer-brand p {
  color: rgba(242,242,240,0.6);
  font-size: 14px;
  line-height: 1.6;
}

/* Links */
.footer-links {
  display: flex;
  justify-content: space-evenly;
}

.footer-col h5 {
  font-size: 14px;
  margin-bottom: 12px;
  color: rgba(242,242,240,0.8);
}

.footer-col a {
  display: block;
  font-size: 14px;
  color: rgba(242,242,240,0.6);
  margin-bottom: 8px;
  text-decoration: none;
  transition: 0.2s;
}

.footer-col a:hover {
  color: #8b5cf6;
}

/* CTA */
.footer-cta h5 {
  font-size: 16px;
  margin-bottom: 8px;
}

.footer-cta p {
  font-size: 13px;
  color: rgba(242,242,240,0.6);
  margin-bottom: 16px;
}

.footer-cta button {
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
  border: none;
  padding: 10px 18px;
  border-radius: 10px;
  color: white;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
}

.footer-cta button:hover {
  opacity: 0.85;
}

/* Divider */
.footer-divider {
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin: 50px 0 20px;
}

/* Bottom */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: rgba(242,242,240,0.5);
}

.footer-social a {
  margin-left: 16px;
  text-decoration: none;
  color: rgba(242,242,240,0.6);
  transition: 0.2s;
}

.footer-social a:hover {
  color: #8b5cf6;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-links {
    flex-direction: column;
    gap: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}



/* ===== SECTION BASE ===== */
.pricing-section {
  padding: 100px 0;
  /* background:
    radial-gradient(
      circle at 50% 0%,
      rgba(139, 92, 246, 0.15),
      transparent 60%
    ),
    linear-gradient(
      to bottom,
      #000000 0%,
      #010617 40%,
      #020a1f 70%,
      #031136 100%
    ); */

   
  color: #f2f2f0;
  font-family: 'Inter', sans-serif;
}

/* ===== HEADER ===== */
.pricing-header h2 {
  font-weight: 800;
  font-size: clamp(30px, 4vw, 46px);
  margin-bottom: 12px;
}

.pricing-header h2 strong {
  color: #8b5cf6;
}

.pricing-header p {
  color: rgba(242,242,240,0.65);
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}

.pricing-eyebrow {
  display: inline-block;
  font-size: 12px;
  background: rgba(139,92,246,0.15);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
  color: #8b5cf6;
}

/* ===== PATH (START → PRO → ELITE) ===== */
.pricing-path {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 60px 0;
}

.path-step {
  text-align: center;
}

.path-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(139,92,246,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 20px;
}

.path-line {
  width: 80px;
  height: 1px;
  background: rgba(255,255,255,0.15);
}

/* ===== CARD BASE ===== */
.pricing-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 30px;
  transition: all 0.3s ease;
  position: relative;
  backdrop-filter: blur(8px);
}

.pricing-card:hover {
  transform: translateY(-6px);
  border-color: rgba(139,92,246,0.4);
}

/* ===== FEATURED CARD (PRO) ===== */
.pricing-card-featured {
  border: 1px solid rgba(139,92,246,0.5);
  box-shadow: 0 0 40px rgba(139,92,246,0.25);
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

/* ===== PLAN ICON ===== */
.plan-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(139,92,246,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 18px;
}

/* ===== TEXT ===== */
.pricing-card h3 {
  font-weight: 700;
  margin-bottom: 4px;
}

.pricing-card h5 {
  color: #8b5cf6;
  font-size: 14px;
  margin-bottom: 10px;
}

.pricing-card p {
  font-size: 14px;
  color: rgba(242,242,240,0.65);
  margin-bottom: 20px;
}

/* ===== FEATURES ===== */
.plan-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.plan-features li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 14px;
}

.plan-features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #8b5cf6;
  font-size: 12px;
}

/* ===== RESULTS ===== */
.expected-results {
  margin-top: 20px;
}

.expected-results h6 {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(139,92,246,0.8);
  margin-bottom: 10px;
}

.expected-results ul {
  list-style: none;
  padding: 0;
}

.expected-results li {
  font-size: 13px;
  margin-bottom: 6px;
  color: rgba(242,242,240,0.65);
}

/* ===== BUTTONS ===== */
.plan-btn {
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  margin-top: 20px;
  transition: 0.25s;
}

.plan-btn.primary {
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
  color: white;
}

.plan-btn.primary:hover {
  opacity: 0.85;
}

.plan-btn.outline {
  border: 1px solid rgba(255,255,255,0.2);
  color: #f2f2f0;
}

.custom-quote-box {
  margin-top: 50px;
  padding: 22px 28px;
  border-radius: 16px;

  display: grid;
  grid-template-columns: 1.2fr 2fr auto;
  align-items: center;
  gap: 20px;

  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);

  transition: 0.3s ease;
}

.custom-quote-box:hover {
  border-color: rgba(139,92,246,0.4);
  box-shadow: 0 0 30px rgba(139,92,246,0.15);
}

/* LEFT */
.quote-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.quote-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(139,92,246,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.quote-left h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

/* MIDDLE */
.quote-middle p {
  font-size: 14px;
  color: rgba(242,242,240,0.65);
  line-height: 1.5;
  margin: 0;
}

/* RIGHT */
.quote-btn {
  padding: 10px 18px;
  border-radius: 12px;

  border: 1px solid rgba(255,255,255,0.2);
  color: #f2f2f0;
  text-decoration: none;
  font-size: 14px;

  transition: 0.25s ease;
}

.quote-btn:hover {
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
  border-color: transparent;
  color: white;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .custom-quote-box {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 16px;
  }

  .quote-left {
    justify-content: center;
  }

  .quote-btn {
    display: inline-block;
  }
}