nav {
  background: rgba(255, 255, 255, 0.88) !important;
  border-color: rgba(37, 99, 235, 0.24) !important;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.08) !important;
}

nav > div:first-child {
  align-items: center !important;
  display: flex !important;
  gap: 28px;
  height: 80px;
  justify-content: space-between !important;
  max-width: none !important;
  padding: 0 60px !important;
}

.skool-desktop-menu {
  align-items: center !important;
  display: flex !important;
  flex: 1 1 auto;
  gap: 38px !important;
  justify-content: center;
  margin: 0 36px;
  min-width: 0;
}

nav .skool-nav-link {
  position: relative;
  color: #4b5563 !important;
  display: inline-flex;
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  padding: 10px 0;
  white-space: nowrap;
  transition: color 0.3s ease !important;
}

nav .skool-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--skool-blue), var(--skool-blue-light));
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

nav .skool-nav-link:hover,
nav .skool-nav-link:focus-visible {
  color: var(--skool-blue) !important;
}

nav .skool-nav-link:hover::after,
nav .skool-nav-link:focus-visible::after,
body:has(#beneficios:target) nav a[href="#beneficios"]::after,
body:has(#metodologia:target) nav a[href="#metodologia"]::after,
body:has(#instructor:target) nav a[href="#instructor"]::after,
body:has(#faq:target) nav a[href="#faq"]::after {
  opacity: 1;
  transform: scaleX(1);
}

body:has(#beneficios:target) nav a[href="#beneficios"],
body:has(#metodologia:target) nav a[href="#metodologia"],
body:has(#instructor:target) nav a[href="#instructor"],
body:has(#faq:target) nav a[href="#faq"] {
  color: var(--skool-blue) !important;
}

nav .skool-nav-link.is-active {
  color: var(--skool-blue) !important;
}

nav .skool-nav-link.is-active::after,
body:has(#cursos:target) nav a[href="#cursos"]::after,
body:has(#quienes-somos:target) nav a[href="#quienes-somos"]::after,
body:has(#mision-vision:target) nav a[href="#quienes-somos"]::after {
  opacity: 1;
  transform: scaleX(1);
}

body:has(#cursos:target) nav a[href="#cursos"],
body:has(#quienes-somos:target) nav a[href="#quienes-somos"],
body:has(#mision-vision:target) nav a[href="#quienes-somos"] {
  color: var(--skool-blue) !important;
}

nav a.bg-secondary[href="#checkout"] {
  border-radius: 14px !important;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.22) !important;
  flex: 0 0 auto;
  padding: 14px 28px !important;
  white-space: nowrap;
}

.skool-mobile-menu-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(37, 99, 235, 0.24);
  border-radius: 10px;
  color: var(--skool-blue);
  cursor: pointer;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.skool-mobile-menu-toggle .material-symbols-outlined {
  color: var(--skool-blue) !important;
}

.skool-mobile-menu {
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid rgba(37, 99, 235, 0.16);
  box-shadow: 0 18px 45px rgba(37, 99, 235, 0.12);
  gap: 14px;
  padding: 18px 60px 22px;
}

.skool-mobile-menu:not(.hidden) {
  display: grid;
}

.skool-mobile-menu.hidden {
  display: none !important;
}

.skool-mobile-menu .skool-nav-link {
  width: fit-content;
}


main#inicio > section:first-child {
  isolation: isolate;
}

main#inicio > section:first-child::before {
  content: "";
  position: absolute;
  top: 92px;
  left: 50%;
  z-index: -1;
  width: min(560px, 82vw);
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.22), transparent 68%);
  filter: blur(22px);
  transform: translateX(-50%);
  pointer-events: none;
}

main#inicio > section:first-child > div:first-child {
  background: rgba(37, 99, 235, 0.1) !important;
  color: var(--skool-blue-light) !important;
  border-color: rgba(96, 165, 250, 0.45) !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.13);
}

main#inicio > section:first-child h1 {
  position: relative;
  color: var(--skool-text) !important;
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 0 34px rgba(37, 99, 235, 0.16);
}

main#inicio > section:first-child h1 .text-secondary,
main#inicio > section:first-child h1 .text-tertiary {
  color: var(--skool-blue) !important;
}

main#inicio > section:first-child p {
  color: var(--skool-gray) !important;
  line-height: 1.78 !important;
}

.neon-glow {
  box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.18), 0 16px 42px rgba(37, 99, 235, 0.2) !important;
}

.neon-glow:hover {
  box-shadow: var(--skool-blue-shadow) !important;
}

a.bg-secondary[href="#checkout"],
button.bg-secondary,
button[type="submit"] {
  position: relative;
  overflow: hidden;
  background: var(--skool-blue) !important;
  color: var(--skool-white) !important;
  border: 0 !important;
  border-radius: 14px !important;
  padding: 16px 32px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.16), var(--skool-blue-soft-shadow) !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease !important;
}

a.bg-secondary[href="#checkout"]::before,
button.bg-secondary::before,
button[type="submit"]::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.18), transparent 38%, rgba(96, 165, 250, 0.22));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

a.bg-secondary[href="#checkout"]:hover,
button.bg-secondary:hover,
button[type="submit"]:hover {
  background: var(--skool-blue-hover) !important;
  color: var(--skool-white) !important;
  box-shadow: var(--skool-blue-shadow) !important;
  transform: translateY(-2px) !important;
}

a.bg-secondary[href="#checkout"]:hover::before,
button.bg-secondary:hover::before,
button[type="submit"]:hover::before {
  opacity: 1;
}

a.bg-secondary[href="#checkout"]:active,
button.bg-secondary:active,
button[type="submit"]:active {
  transform: translateY(0) !important;
  box-shadow: var(--skool-blue-soft-shadow) !important;
}

a.bg-secondary[href="#checkout"]:focus-visible,
button.bg-secondary:focus-visible,
button[type="submit"]:focus-visible {
  outline: 2px solid var(--skool-blue-light);
  outline-offset: 4px;
}

.btn-secondary,
.button-secondary,
.secondary-button,
a[data-button="secondary"],
button[data-button="secondary"] {
  background: transparent !important;
  color: var(--skool-blue) !important;
  border: 2px solid var(--skool-blue) !important;
  border-radius: 14px !important;
  padding: 16px 32px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  box-shadow: none;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease !important;
}

.btn-secondary:hover,
.button-secondary:hover,
.secondary-button:hover,
a[data-button="secondary"]:hover,
button[data-button="secondary"]:hover {
  background: var(--skool-blue) !important;
  color: var(--skool-white) !important;
  border-color: var(--skool-blue) !important;
  box-shadow: var(--skool-blue-soft-shadow) !important;
  transform: translateY(-2px) !important;
}

.btn-secondary:active,
.button-secondary:active,
.secondary-button:active,
a[data-button="secondary"]:active,
button[data-button="secondary"]:active {
  transform: translateY(0) !important;
}

.material-symbols-outlined,
.font-bold.text-secondary,
li span.text-secondary {
  color: var(--skool-blue-light) !important;
}

a.bg-secondary[href="#checkout"] .material-symbols-outlined,
button.bg-secondary .material-symbols-outlined,
button[type="submit"] .material-symbols-outlined {
  color: var(--skool-white) !important;
}

.blue-glow {
  border-color: rgba(96, 165, 250, 0.38) !important;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.15) !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.blue-glow:hover {
  border-color: rgba(96, 165, 250, 0.7) !important;
  box-shadow: 0 18px 48px rgba(37, 99, 235, 0.25) !important;
}

.glass-panel {
  background:
    linear-gradient(var(--skool-panel), var(--skool-panel)) padding-box,
    linear-gradient(135deg, rgba(96, 165, 250, 0.46), rgba(37, 99, 235, 0.08)) border-box !important;
  backdrop-filter: blur(12px);
  border: 1px solid transparent !important;
  box-shadow: var(--skool-blue-card-shadow);
}

.bento-card,
details.bento-card,
section .bg-surface-container,
section .bg-surface-container-low {
  background:
    linear-gradient(var(--skool-panel-deep), var(--skool-panel-deep)) padding-box,
    linear-gradient(135deg, rgba(96, 165, 250, 0.44), rgba(37, 99, 235, 0.08)) border-box !important;
  border: 1px solid transparent !important;
  box-shadow: var(--skool-blue-card-shadow);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease,
    opacity 0.7s ease;
}

.bento-card:hover,
section .bg-surface-container:hover,
section .bg-surface-container-low:hover {
  border-color: transparent !important;
  box-shadow: 0 18px 48px rgba(37, 99, 235, 0.2);
  transform: translateY(-4px);
}

input,
select {
  background-color: rgba(255, 255, 255, 0.96) !important;
  color: var(--skool-text) !important;
  border-color: rgba(96, 165, 250, 0.32) !important;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.04);
}

input::placeholder {
  color: rgba(75, 85, 99, 0.62) !important;
}

input:focus,
select:focus {
  border-color: var(--skool-blue-light) !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18), 0 10px 30px rgba(37, 99, 235, 0.14) !important;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

details[open] {
  box-shadow: 0 18px 48px rgba(37, 99, 235, 0.2);
}

footer {
  background-color: var(--skool-bg) !important;
  border-color: rgba(37, 99, 235, 0.28) !important;
}

footer a:hover {
  color: var(--skool-blue-light) !important;
}


.skool-light-section {
  background: #f8fafc !important;
  color: #0f172a;
  padding: 96px 24px;
}

.skool-section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.skool-kicker {
  display: inline-flex;
  align-items: center;
  color: #2563eb;
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.skool-light-section h2 {
  color: #0f172a;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.skool-light-section h3 {
  color: #0f172a;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.skool-light-section p {
  color: #475569;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.skool-about-grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
}

.skool-about-grid p {
  margin-top: 24px;
  max-width: 610px;
}

.skool-about-visual {
  align-items: center;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 99, 235, 0.5), rgba(96, 165, 250, 0.16)) border-box;
  border: 1px solid transparent;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(37, 99, 235, 0.12);
  display: flex;
  min-height: 360px;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.skool-about-visual::before {
  background:
    radial-gradient(circle at 20% 20%, rgba(37, 99, 235, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(37, 99, 235, 0.1), transparent 52%);
  content: "";
  inset: 0;
  position: absolute;
}

.skool-visual-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(37, 99, 235, 0.12);
  display: flex;
  gap: 16px;
  margin-top: auto;
  padding: 18px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.skool-visual-card .material-symbols-outlined {
  align-items: center;
  background: #2563eb;
  border-radius: 14px;
  color: #ffffff !important;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.skool-visual-card strong,
.skool-visual-card small {
  display: block;
}

.skool-visual-card strong {
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
}

.skool-visual-card small {
  color: #64748b;
  margin-top: 3px;
}

.skool-mission-section {
  padding-top: 0;
}

.skool-mission-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.skool-info-card {
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.24);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(37, 99, 235, 0.1);
  padding: 32px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.skool-info-card:hover {
  border-color: rgba(37, 99, 235, 0.55);
  box-shadow: 0 24px 70px rgba(37, 99, 235, 0.16);
  transform: translateY(-4px);
}

.skool-info-card .material-symbols-outlined {
  align-items: center;
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 16px;
  color: #2563eb !important;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  margin-bottom: 22px;
  width: 54px;
}

.skool-info-card p {
  margin-top: 14px;
}

.skool-courses-section {
  padding-top: 0;
}

.skool-courses-header {
  margin-bottom: 38px;
  max-width: 720px;
}

.skool-courses-header p {
  margin-top: 16px;
}

.skool-slider {
  position: relative;
}

.skool-slider-viewport {
  overflow: hidden;
  scroll-behavior: smooth;
}

.skool-slider-track {
  display: flex;
  gap: 24px;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.skool-course-card {
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(37, 99, 235, 0.1);
  display: flex;
  flex: 0 0 calc((100% - 96px) / 4);
  flex-direction: column;
  min-height: 480px;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

@media (max-width: 1023px) {
  .skool-course-card {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}

@media (max-width: 640px) {
  .skool-course-card {
    flex: 0 0 85vw;
  }
}

.skool-course-card:hover {
  border-color: rgba(37, 99, 235, 0.5);
  box-shadow: 0 24px 70px rgba(37, 99, 235, 0.16);
  transform: translateY(-5px);
}

.skool-course-image {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(248, 250, 252, 0.96));
}

.skool-course-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.5s ease;
}

.skool-course-card:hover .skool-course-image img {
  transform: scale(1.04);
}

.skool-course-image .material-symbols-outlined {
  align-items: center;
  background: #2563eb;
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.24);
  color: #ffffff !important;
  display: inline-flex;
  font-size: 42px;
  height: 84px;
  justify-content: center;
  width: 84px;
}

.skool-course-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.skool-course-content p {
  font-size: 15.5px;
  line-height: 1.65;
  margin-top: 12px;
}

.skool-course-button {
  align-items: center;
  background: #2563eb;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.2);
  color: #ffffff;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  margin-top: auto;
  padding: 13px 18px;
  text-decoration: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.skool-course-button:hover {
  background: #1d4ed8;
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.3);
  transform: translateY(-2px);
}

.skool-slider-arrow {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.24);
  border-radius: 999px;
  box-shadow: 0 14px 35px rgba(37, 99, 235, 0.13);
  color: #2563eb;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  position: absolute;
  top: 192px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  width: 48px;
  z-index: 2;
}

.skool-slider-arrow .material-symbols-outlined {
  color: #2563eb !important;
}

.skool-slider-arrow:hover {
  background: #2563eb;
  box-shadow: 0 18px 48px rgba(37, 99, 235, 0.22);
  transform: translateY(-2px);
}

.skool-slider-arrow:hover .material-symbols-outlined {
  color: #ffffff !important;
}

.skool-slider-prev {
  left: -24px;
}

.skool-slider-next {
  right: -24px;
}

.skool-slider-dots {
  display: flex;
  gap: 9px;
  justify-content: center;
  margin-top: 28px;
}

.skool-slider-dot {
  background: rgba(37, 99, 235, 0.18);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 9px;
  padding: 0;
  transition: background-color 0.3s ease, width 0.3s ease;
  width: 9px;
}

.skool-slider-dot.is-active {
  background: #2563eb;
  width: 28px;
}


main#inicio > section:first-child {
  padding-top: clamp(136px, 14vw, 176px) !important;
  padding-bottom: clamp(84px, 10vw, 132px) !important;
}

main#inicio > section:first-child::before {
  height: 300px;
  opacity: 0.9;
  top: 118px;
  width: min(760px, 90vw);
}

main#inicio > section:first-child > div:first-child {
  margin-bottom: 44px !important;
  padding: 10px 18px !important;
}

.skool-hero-badge-icon {
  align-items: center;
  display: inline-flex;
  font-size: 17px;
  height: 20px;
  justify-content: center;
  line-height: 1;
  width: 20px;
}

main#inicio > section:first-child h1 {
  font-size: clamp(52px, 8vw, 92px) !important;
  font-weight: 800 !important;
  line-height: 0.98 !important;
  margin: 0 auto 34px !important;
  max-width: 980px;
  text-wrap: balance;
}

main#inicio > section:first-child h1 .text-secondary {
  color: var(--skool-blue) !important;
  display: inline-block;
  font-weight: 800 !important;
  text-shadow: 0 18px 48px rgba(37, 99, 235, 0.18);
}

main#inicio > section:first-child p.font-body-lg {
  color: #4b5563 !important;
  font-size: clamp(18px, 2vw, 21px) !important;
  line-height: 1.82 !important;
  margin-bottom: 44px !important;
  max-width: 700px !important;
}

main#inicio > section:first-child > div:nth-of-type(2) {
  column-gap: 34px !important;
  margin-bottom: 58px !important;
  opacity: 1 !important;
  row-gap: 18px !important;
}

main#inicio > section:first-child > div:nth-of-type(2) > div {
  color: #334155 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}

main#inicio > section:first-child > div:nth-of-type(2) .material-symbols-outlined {
  color: var(--skool-blue) !important;
  filter: drop-shadow(0 8px 18px rgba(37, 99, 235, 0.18));
}

main#inicio > section:first-child .blue-glow {
  box-shadow: 0 18px 55px rgba(37, 99, 235, 0.17) !important;
}

#metodologia .text-center.mb-16 {
  margin-bottom: 64px !important;
}

#metodologia h2 {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: clamp(36px, 5vw, 58px) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}

.skool-section-subtitle {
  color: #4b5563 !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
  margin: 18px auto 0 !important;
  max-width: 760px;
}

#metodologia .max-w-4xl {
  align-items: stretch;
  gap: 32px !important;
  max-width: 1040px !important;
}

#metodologia .max-w-4xl > div {
  border-radius: 24px !important;
  padding: 34px !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

#metodologia .max-w-4xl > div:first-child {
  background: #ffffff !important;
  border: 1px solid rgba(100, 116, 139, 0.22) !important;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06) !important;
}

#metodologia .max-w-4xl > div:first-child:hover {
  border-color: rgba(100, 116, 139, 0.34) !important;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.09) !important;
  transform: translateY(-3px);
}

#metodologia .max-w-4xl > div:first-child .material-symbols-outlined,
#metodologia .max-w-4xl > div:first-child li span {
  color: #ef4444 !important;
}

#metodologia .max-w-4xl > div:nth-child(2) {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 99, 235, 0.72), rgba(96, 165, 250, 0.34)) border-box !important;
  border: 2px solid transparent !important;
  box-shadow: 0 24px 70px rgba(37, 99, 235, 0.18), 0 0 42px rgba(37, 99, 235, 0.08) !important;
  position: relative;
}

#metodologia .max-w-4xl > div:nth-child(2):hover {
  box-shadow: 0 30px 88px rgba(37, 99, 235, 0.26), 0 0 54px rgba(37, 99, 235, 0.12) !important;
  transform: translateY(-5px);
}

#metodologia .max-w-4xl h3 {
  font-size: 28px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

#metodologia .max-w-4xl ul {
  display: grid;
  gap: 17px !important;
}

#metodologia .max-w-4xl li {
  align-items: flex-start;
  color: #334155 !important;
  font-size: 16px;
  gap: 12px !important;
  line-height: 1.55;
}

#metodologia .max-w-4xl li span {
  flex: 0 0 auto;
  line-height: 1.45;
}

.skool-recommended-badge {
  align-items: center;
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(37, 99, 235, 0.24);
  border-radius: 999px;
  color: var(--skool-blue);
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0;
  margin-bottom: 22px;
  padding: 8px 14px;
  text-transform: uppercase;
}

#metodologia .mt-16 {
  margin-top: 56px !important;
}


main#inicio > section:first-child {
  background: #f8fafc !important;
  max-width: none !important;
  overflow: hidden;
  padding: 160px 24px 118px !important;
}

main#inicio > section:first-child::before {
  background: radial-gradient(circle, rgba(37, 99, 235, 0.18), transparent 66%) !important;
  filter: blur(34px) !important;
  height: 340px !important;
  top: 132px !important;
  width: min(760px, 92vw) !important;
}

main#inicio > section:first-child > div:first-child {
  animation: skoolHeroFadeIn 0.6s ease both;
  background: rgba(37, 99, 235, 0.08) !important;
  border: 1px solid rgba(37, 99, 235, 0.26) !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 34px rgba(37, 99, 235, 0.1) !important;
  color: #2563eb !important;
  margin-bottom: 46px !important;
  padding: 12px 22px !important;
}

main#inicio > section:first-child > div:first-child span:last-child {
  color: #2563eb !important;
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
}

.skool-hero-badge-icon {
  font-size: 18px !important;
}

main#inicio > section:first-child h1 {
  animation: skoolHeroFadeUp 0.6s ease 0.08s both;
  color: #111827 !important;
  font-family: "Manrope", "Inter", sans-serif !important;
  font-size: 72px !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.05 !important;
  margin: 0 auto 38px !important;
  max-width: 650px !important;
  text-shadow: none !important;
}

main#inicio > section:first-child h1 .text-secondary {
  color: #2563eb !important;
  text-shadow: 0 16px 42px rgba(37, 99, 235, 0.18) !important;
}

main#inicio > section:first-child p.font-body-lg {
  animation: skoolHeroFadeUp 0.6s ease 0.16s both;
  color: #4b5563 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 20px !important;
  line-height: 1.8 !important;
  margin: 0 auto 52px !important;
  max-width: 650px !important;
}

main#inicio > section:first-child > div:nth-of-type(2) {
  animation: skoolHeroFadeUp 0.6s ease 0.24s both;
  gap: 18px !important;
  margin: 0 auto 68px !important;
  max-width: 920px;
  opacity: 1 !important;
}

main#inicio > section:first-child > div:nth-of-type(2) > div {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.08);
  color: #111827 !important;
  display: flex;
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  justify-content: center;
  letter-spacing: 0 !important;
  min-height: 66px;
  padding: 16px 18px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}

main#inicio > section:first-child > div:nth-of-type(2) > div:hover {
  border-color: rgba(37, 99, 235, 0.3);
  box-shadow: 0 20px 48px rgba(37, 99, 235, 0.14);
  transform: translateY(-3px);
}

.skool-benefit-icon {
  align-items: center;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 12px;
  color: #2563eb;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  height: 34px;
  justify-content: center;
  line-height: 1;
  width: 34px;
}

main#inicio > section:first-child .blue-glow {
  animation: skoolHeroFadeUp 0.6s ease 0.32s both;
  border: 1px solid rgba(37, 99, 235, 0.2) !important;
  border-radius: 24px !important;
  box-shadow: 0 28px 80px rgba(37, 99, 235, 0.17), 0 0 38px rgba(96, 165, 250, 0.1) !important;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

main#inicio > section:first-child .blue-glow:hover {
  border-color: rgba(37, 99, 235, 0.34) !important;
  box-shadow: 0 34px 90px rgba(37, 99, 235, 0.22), 0 0 46px rgba(96, 165, 250, 0.14) !important;
  transform: translateY(-2px);
}

main#inicio > section:first-child > div.mt-stack-lg {
  animation: skoolHeroFadeUp 0.6s ease 0.4s both;
  margin-top: 54px !important;
}


