@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Rajdhani:wght@400;600;700&family=Nunito+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  color: #F8FAFC;
  background-color: #0A0614;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #F8FAFC;
}

.font-display {
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.font-heading {
  font-family: "Rajdhani", sans-serif;
}

p {
  font-family: "Nunito Sans", sans-serif;
  color: #94A3B8;
  line-height: 1.65;
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #EA580C;
  text-decoration: none;
  transition: all 0.15s ease;
}
a:hover {
  color: #C2410C;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul, ol {
  padding-left: 0;
  list-style: none;
}

section {
  position: relative;
}

.section-dark {
  background-color: #0A0614;
  color: #F8FAFC;
}

.section-darker {
  background-color: #110A24;
  color: #F8FAFC;
}

.section-light {
  background-color: #F1F5F9;
  color: #0F172A;
}
.section-light h1, .section-light h2, .section-light h3, .section-light h4, .section-light h5, .section-light h6 {
  color: #0F172A;
}
.section-light p {
  color: #475569;
}

.section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .section-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.section-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.25rem;
  line-height: 1.1;
  color: #F8FAFC;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 3rem;
  }
}
.section-title--dark {
  color: #0F172A;
}

.section-subtitle {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #94A3B8;
  margin-bottom: 2.5rem;
}
.section-subtitle--dark {
  color: #475569;
}

.section-title-line {
  display: inline-block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #EA580C, #DC2626);
  border-radius: 50px;
  margin-bottom: 1rem;
}

.btn-brand {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-brand--primary {
  background: linear-gradient(90deg, #EA580C, #DC2626);
  color: #fff;
  box-shadow: 0 0 24px rgba(234, 88, 12, 0.4);
}
.btn-brand--primary:hover {
  background: #C2410C;
  box-shadow: 0 0 32px rgba(234, 88, 12, 0.55);
  transform: translateY(-2px);
  color: #fff;
}
.btn-brand--primary:active {
  transform: translateY(0);
}
.btn-brand--outline {
  background: transparent;
  color: #F8FAFC;
  border: 2px solid rgba(147, 51, 234, 0.5);
}
.btn-brand--outline:hover {
  border-color: #9333EA;
  background: rgba(107, 33, 168, 0.15);
  color: #F8FAFC;
  transform: translateY(-2px);
}
.btn-brand--ghost {
  background: transparent;
  color: #F8FAFC;
  border: 2px solid rgba(255, 255, 255, 0.08);
}
.btn-brand--ghost:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  color: #F8FAFC;
}

.badge-brand {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.85rem;
  border-radius: 50px;
  display: inline-block;
}
.badge-brand--orange {
  background: rgba(234, 88, 12, 0.15);
  color: #EA580C;
  border: 1px solid rgba(234, 88, 12, 0.3);
}
.badge-brand--purple {
  background: rgba(107, 33, 168, 0.2);
  color: #9333EA;
  border: 1px solid rgba(147, 51, 234, 0.3);
}
.badge-brand--highlight {
  background: linear-gradient(90deg, #EA580C, #DC2626);
  color: #fff;
  border: none;
}

.card-brand {
  background: linear-gradient(145deg, #1A1035, rgba(107, 33, 168, 0.15));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.75rem;
  transition: all 0.25s ease;
}
.card-brand:hover {
  border-color: rgba(147, 51, 234, 0.3);
  box-shadow: 0 8px 32px rgba(107, 33, 168, 0.2);
  transform: translateY(-4px);
}
.card-brand--highlight {
  border-color: rgba(234, 88, 12, 0.4);
  box-shadow: 0 0 24px rgba(234, 88, 12, 0.4);
  position: relative;
}
.card-brand--highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: rgba(234, 88, 12, 0.04);
  pointer-events: none;
}

.text-gradient {
  background: linear-gradient(135deg, #EA580C, #DC2626, #6B21A8, #2563EB, #16A34A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gradient-cta {
  background: linear-gradient(90deg, #EA580C, #DC2626);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.divider-brand {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  margin: 2rem 0;
}

.bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 6, 20, 0.65);
  z-index: 0;
}

.bg-overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #0A0614 0%, #4C1A7A 55%, #172554 100%);
  z-index: 0;
}

.content-over-bg {
  position: relative;
  z-index: 1;
}

.text-accent {
  color: #EA580C;
}

.text-primary {
  color: #9333EA;
}

.text-muted-brand {
  color: #94A3B8;
}

.text-silver {
  color: #B8BCC8;
}

.bg-card {
  background-color: #1A1035;
}

.bg-dark-brand {
  background-color: #0A0614;
}

[id] {
  scroll-margin-top: 70px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}
.navbar-brand__icon {
  font-size: 1.75rem;
  color: #EA580C;
  transition: all 0.25s ease;
  line-height: 1;
}
.navbar-brand__text {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #F8FAFC;
  line-height: 1;
}
.navbar-brand__divider {
  color: #EA580C;
  margin: 0 0.15rem;
}
.navbar-brand:hover .navbar-brand__icon {
  transform: translateX(3px) rotate(-5deg);
  color: #C2410C;
}
.navbar-brand:hover .navbar-brand__text {
  color: rgba(248, 250, 252, 0.85);
}

.navbar-quines {
  background-color: transparent !important;
  padding: 1rem 0;
  transition: background-color 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease;
  z-index: 200;
}
.navbar-quines:hover {
  background-color: transparent !important;
}
.navbar-quines.scrolled {
  background-color: rgba(10, 6, 20, 0.95) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0.5rem 0;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
}
.navbar-quines.scrolled:hover {
  background-color: rgba(10, 6, 20, 0.95) !important;
}

.navbar-nav .nav-link {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.8) !important;
  padding: 0.4rem 1rem !important;
  position: relative;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 2px;
  background: linear-gradient(90deg, #EA580C, #DC2626);
  border-radius: 50px;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #F8FAFC !important;
}
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

.navbar-cta {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff !important;
  background: linear-gradient(90deg, #EA580C, #DC2626);
  border-radius: 50px;
  padding: 0.45rem 1.4rem !important;
  transition: all 0.25s ease;
  box-shadow: 0 0 16px rgba(234, 88, 12, 0.3);
  white-space: nowrap;
}
.navbar-cta::after {
  display: none;
}
.navbar-cta:hover {
  box-shadow: 0 0 24px rgba(234, 88, 12, 0.4);
  transform: translateY(-1px);
  color: #fff !important;
}

.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 0.4rem 0.6rem;
  transition: all 0.15s ease;
}
.navbar-toggler:focus {
  box-shadow: none;
  border-color: rgba(234, 88, 12, 0.5);
}
.navbar-toggler .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%28248,250,252,0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-brand__text {
    font-size: 1.2rem;
  }
  .navbar-nav .nav-link {
    font-size: 0.85rem;
    padding: 0.4rem 0.5rem !important;
  }
  .navbar-nav .nav-link::after {
    left: 0.5rem;
    right: 0.5rem;
  }
  .navbar-cta {
    font-size: 0.8rem;
    padding: 0.4rem 1rem !important;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: rgba(10, 6, 20, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 0.5rem;
    padding: 1rem 0.5rem;
    border-radius: 0 0 16px 16px;
  }
  .navbar-nav .nav-link {
    padding: 0.65rem 1rem !important;
    font-size: 1rem;
  }
  .navbar-nav .nav-link::after {
    display: none;
  }
  .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: #EA580C !important;
    background: rgba(234, 88, 12, 0.06);
    border-radius: 8px;
  }
  .navbar-cta {
    display: inline-block;
    margin: 0.5rem 1rem 0;
    text-align: center;
  }
}
@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.7);
  }
}
@keyframes bounce-down {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(6px);
  }
}
@keyframes heroLogoFloat {
  0%, 100% {
    transform: translateY(-50%) translateY(0);
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.4));
  }
  50% {
    transform: translateY(-50%) translateY(-12px);
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.25));
  }
}
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/galeria-8.webp");
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.5;
}
.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(10, 6, 20, 0.88) 0%, rgba(76, 26, 122, 0.72) 50%, rgba(23, 37, 84, 0.8) 100%);
}
.hero__content {
  position: relative;
  z-index: 1;
  padding-top: 7rem;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .hero__content {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}
.hero__badge {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #EA580C;
  border: 1px solid rgba(234, 88, 12, 0.4);
  background: rgba(234, 88, 12, 0.1);
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 1rem;
  margin-bottom: 1.25rem;
}
.hero__badge::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EA580C;
  animation: pulse-dot 1.8s ease-in-out infinite;
}
.hero__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.75rem;
  line-height: 1.1;
  color: #F8FAFC;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 5.5rem;
  }
}
.hero__title span {
  color: #EA580C;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .hero__title span {
    background: linear-gradient(135deg, #EA580C, #DC2626, #6B21A8, #2563EB, #16A34A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}
.hero__subtitle {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(248, 250, 252, 0.75);
  margin-bottom: 2rem;
  max-width: 540px;
}
@media (min-width: 768px) {
  .hero__subtitle {
    font-size: 1.25rem;
  }
}
.hero__actions {
  margin-bottom: 3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 992px) {
  .hero__actions {
    align-items: flex-start;
    max-width: 490px;
  }
}
.hero__actions-top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  align-items: center;
}
@media (min-width: 576px) {
  .hero__actions-top {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .hero__actions-top {
    justify-content: flex-start;
  }
}
.hero__actions-top .navbar-cta {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 50px;
  box-shadow: 0 0 16px rgba(234, 88, 12, 0.3);
  padding: 0.5rem 1.5rem;
  transition: all 0.25s ease;
}
.hero__actions-top .navbar-cta i {
  transition: transform 0.2s ease;
}
.hero__actions-top .navbar-cta:hover {
  box-shadow: 0 0 24px rgba(234, 88, 12, 0.4);
  transform: translateY(-2px);
}
.hero__actions-top .navbar-cta:hover i {
  transform: translateX(4px);
}
.hero__actions-top .btn-brand--ghost {
  padding: 0.5rem 1.5rem;
}
.hero__actions-bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.hero__actions .hero__link-entrenar {
  display: inline-flex;
  align-items: center;
  width: auto;
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(248, 250, 252, 0.65);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid rgba(248, 250, 252, 0.15);
  padding: 0.25rem 0;
  transition: all 0.25s ease;
}
.hero__actions .hero__link-entrenar i {
  transition: transform 0.3s ease;
  color: #EA580C;
}
.hero__actions .hero__link-entrenar:hover {
  color: #F8FAFC;
  border-bottom-color: #EA580C;
}
.hero__actions .hero__link-entrenar:hover i {
  transform: translateY(3px);
}
.hero__logo-floating {
  display: none;
}
@media (min-width: 992px) {
  .hero__logo-floating {
    display: block;
    position: absolute;
    top: 22%;
    right: 5%;
    transform: translateY(-50%);
    height: 140px;
    width: auto;
    opacity: 0.75;
    pointer-events: none;
    animation: heroLogoFloat 4.5s infinite ease-in-out;
    transition: opacity 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .hero__logo-floating {
    top: 20%;
    right: 8%;
    height: 180px;
  }
}
@media (min-width: 1400px) {
  .hero__logo-floating {
    top: 20%;
    right: 12%;
  }
}
.hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.hero__stat {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.hero__stat-number {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.875rem;
  line-height: 1;
  background: linear-gradient(90deg, #EA580C, #DC2626);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero__stat-label {
  font-family: "Rajdhani", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94A3B8;
}
.hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: #94A3B8;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  animation: bounce-down 2s ease-in-out infinite;
}
.hero__scroll svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}
@media (max-width: 767.98px) {
  .hero__scroll {
    display: none;
  }
}

.niveles {
  background-color: #110A24;
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .niveles {
    padding: 7rem 0;
  }
}
.niveles__header {
  text-align: center;
  margin-bottom: 3rem;
}
.niveles__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.25rem;
  line-height: 1.1;
  color: #F8FAFC;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .niveles__title {
    font-size: 3rem;
  }
}
.niveles__subtitle {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #94A3B8;
  max-width: 520px;
  margin: 0 auto;
}
.niveles__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .niveles__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.niveles__card {
  background: linear-gradient(145deg, #1A1035, rgba(107, 33, 168, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 2rem 1.75rem;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
}
.niveles__card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  opacity: 0.12;
  transition: all 0.4s ease;
}
.niveles__card:hover {
  transform: translateY(-6px);
}
.niveles__card:hover::before {
  opacity: 0.22;
  transform: scale(1.2);
}
.niveles__card--inicial::before {
  background: #16A34A;
}
.niveles__card--inicial .niveles__card-number {
  color: #16A34A;
}
.niveles__card--inicial .niveles__badge {
  background: rgba(22, 163, 74, 0.12);
  color: #4ade80;
  border-color: rgba(22, 163, 74, 0.3);
}
.niveles__card--inicial:hover {
  border-color: rgba(22, 163, 74, 0.3);
  box-shadow: 0 8px 32px rgba(22, 163, 74, 0.12);
}
.niveles__card--intermedio::before {
  background: #3B82F6;
}
.niveles__card--intermedio .niveles__card-number {
  color: #3B82F6;
}
.niveles__card--intermedio .niveles__badge {
  background: rgba(59, 130, 246, 0.12);
  color: #60a5fa;
  border-color: rgba(59, 130, 246, 0.3);
}
.niveles__card--intermedio:hover {
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 8px 32px rgba(59, 130, 246, 0.12);
}
.niveles__card--pro {
  border-color: rgba(234, 88, 12, 0.2);
}
.niveles__card--pro::before {
  background: #EA580C;
}
.niveles__card--pro .niveles__card-number {
  color: #EA580C;
}
.niveles__card--pro .niveles__badge {
  background: rgba(234, 88, 12, 0.12);
  color: #fb923c;
  border-color: rgba(234, 88, 12, 0.3);
}
.niveles__card--pro:hover {
  border-color: rgba(234, 88, 12, 0.4);
  box-shadow: 0 0 24px rgba(234, 88, 12, 0.4);
}
.niveles__badge {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.25rem 0.85rem;
  border-radius: 50px;
  border: 1px solid;
  display: inline-block;
  margin-bottom: 1.25rem;
}
.niveles__card-number {
  font-family: "Bebas Neue", sans-serif;
  font-size: 5rem;
  line-height: 1;
  opacity: 0.1;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  transition: all 0.25s ease;
}
.niveles__card:hover .niveles__card-number {
  opacity: 0.2;
}
.niveles__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
}
.niveles__card-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #F8FAFC;
  margin-bottom: 0.75rem;
}
.niveles__card-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  color: #94A3B8;
  line-height: 1.65;
  margin-bottom: 0;
}
.niveles__cta {
  text-align: center;
  margin-top: 3rem;
}
.niveles__cta p {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.125rem;
  color: #94A3B8;
  margin-bottom: 1.25rem;
}

.presencial {
  background-color: #0A0614;
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .presencial {
    padding: 7rem 0;
  }
}
.presencial__header {
  text-align: center;
  margin-bottom: 3rem;
}
.presencial__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.25rem;
  line-height: 1.1;
  color: #F8FAFC;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .presencial__title {
    font-size: 3rem;
  }
}
.presencial__subtitle {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #94A3B8;
  max-width: 560px;
  margin: 0 auto;
}
.presencial__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .presencial__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.presencial__card {
  background: linear-gradient(145deg, #1A1035, rgba(107, 33, 168, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 2.25rem;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
}
.presencial__card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 0 0 24px 24px;
  opacity: 0;
  transition: all 0.25s ease;
}
.presencial__card:hover {
  transform: translateY(-5px);
}
.presencial__card:hover::after {
  opacity: 1;
}
.presencial__card--adultos::after {
  background: linear-gradient(90deg, #EA580C, #DC2626);
}
.presencial__card--adultos:hover {
  border-color: rgba(234, 88, 12, 0.3);
  box-shadow: 0 8px 32px rgba(234, 88, 12, 0.12);
}
.presencial__card--kids::after {
  background: linear-gradient(90deg, #3B82F6, #9333EA);
}
.presencial__card--kids:hover {
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 8px 32px rgba(59, 130, 246, 0.12);
}
.presencial__card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  gap: 1rem;
}
.presencial__card-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  flex-shrink: 0;
}
.presencial__card-icon--adultos {
  background: rgba(234, 88, 12, 0.12);
}
.presencial__card-icon--kids {
  background: rgba(59, 130, 246, 0.12);
}
.presencial__badge {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  border: 1px solid;
}
.presencial__badge--adultos {
  background: rgba(234, 88, 12, 0.1);
  color: #fb923c;
  border-color: rgba(234, 88, 12, 0.3);
}
.presencial__badge--kids {
  background: rgba(59, 130, 246, 0.1);
  color: #60a5fa;
  border-color: rgba(59, 130, 246, 0.3);
}
.presencial__card-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #F8FAFC;
  margin-bottom: 0.5rem;
}
.presencial__card-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  color: #94A3B8;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}
.presencial__schedule {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.presencial__schedule-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.presencial__schedule-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.presencial__schedule-icon--day {
  background: rgba(107, 33, 168, 0.2);
}
.presencial__schedule-icon--time {
  background: rgba(234, 88, 12, 0.15);
}
.presencial__schedule-icon--note {
  background: rgba(22, 163, 74, 0.15);
}
.presencial__schedule-text {
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #F8FAFC;
  line-height: 1.3;
}
.presencial__schedule-text span {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #94A3B8;
}
.presencial__cta {
  text-align: center;
  margin-top: 3rem;
}
.presencial__cta p {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.125rem;
  color: #94A3B8;
  margin-bottom: 1.25rem;
}

.bikepark {
  position: relative;
  padding: 5rem 0;
  background-color: #110A24;
  overflow: hidden;
}
@media (min-width: 992px) {
  .bikepark {
    padding: 7rem 0;
  }
}
.bikepark::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(107, 33, 168, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.bikepark::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 88, 12, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.bikepark__header {
  text-align: center;
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 1;
}
.bikepark__badge {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #EA580C;
  border: 1px solid rgba(234, 88, 12, 0.4);
  background: rgba(234, 88, 12, 0.1);
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 1rem;
  margin-bottom: 1rem;
}
.bikepark__badge::before {
  content: "★";
  font-size: 0.65rem;
}
.bikepark__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.25rem;
  line-height: 1.1;
  color: #F8FAFC;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .bikepark__title {
    font-size: 3rem;
  }
}
.bikepark__title span {
  background: linear-gradient(90deg, #EA580C, #DC2626);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.bikepark__subtitle {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #94A3B8;
  max-width: 540px;
  margin: 0 auto;
}
.bikepark__visual {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 2.5rem;
  background: #1A1035;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}
@media (min-width: 992px) {
  .bikepark__visual {
    margin-bottom: 0;
  }
}
.bikepark__visual iframe {
  width: 100%;
  height: 100%;
  display: block;
  filter: grayscale(0.4) invert(0.9) contrast(1.1) hue-rotate(180deg);
}
.bikepark__visual:hover {
  transform: translateY(-4px);
  border-color: #EA580C;
  box-shadow: 0 0 0 1px rgba(234, 88, 12, 0.2), 0 12px 30px rgba(234, 88, 12, 0.25), 0 0 50px rgba(234, 88, 12, 0.1);
}
.bikepark__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  box-shadow: inset 0 0 20px rgba(234, 88, 12, 0);
  pointer-events: none;
  z-index: 2;
  transition: box-shadow 0.4s ease;
}
.bikepark__visual:hover::before {
  box-shadow: inset 0 0 30px rgba(234, 88, 12, 0.3);
}
.bikepark__features {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: center;
  height: 100%;
}
.bikepark__feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition: all 0.25s ease;
}
.bikepark__feature:hover {
  background: rgba(107, 33, 168, 0.08);
  border-color: rgba(147, 51, 234, 0.2);
  transform: translateX(4px);
}
.bikepark__feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  background: rgba(234, 88, 12, 0.12);
}
.bikepark__feature-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #F8FAFC;
  margin-bottom: 0.25rem;
}
.bikepark__feature-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  color: #94A3B8;
  line-height: 1.65;
  margin-bottom: 0;
}
.bikepark__cta {
  text-align: center;
  margin-top: 3.5rem;
  position: relative;
  z-index: 1;
}

.planes {
  background-color: #0A0614;
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .planes {
    padding: 7rem 0;
  }
}
.planes__header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.planes__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.25rem;
  line-height: 1.1;
  color: #F8FAFC;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .planes__title {
    font-size: 3rem;
  }
}
.planes__subtitle {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #94A3B8;
  max-width: 500px;
  margin: 0 auto;
}
.planes .nav-pills {
  background: rgba(26, 16, 53, 0.4);
  padding: 0.4rem;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: inline-flex;
  width: auto;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .planes .nav-pills {
    width: 100%;
    flex-direction: column;
    border-radius: 16px;
    padding: 0.5rem;
  }
}
.planes .nav-pills .nav-link {
  font-family: "Rajdhani", sans-serif;
  color: #94A3B8;
  background: transparent;
  border-radius: 50px;
  transition: all 0.25s ease;
}
@media (max-width: 576px) {
  .planes .nav-pills .nav-link {
    border-radius: 8px;
    width: 100%;
    text-align: center;
  }
}
.planes .nav-pills .nav-link:hover {
  color: #F8FAFC;
  background: rgba(255, 255, 255, 0.03);
}
.planes .nav-pills .nav-link.active {
  background: linear-gradient(90deg, #EA580C, #DC2626);
  color: #ffffff;
  box-shadow: 0 0 24px rgba(234, 88, 12, 0.4);
}
.planes__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 768px) {
  .planes__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .planes__grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
}
.planes__card {
  background: linear-gradient(145deg, #1A1035, rgba(107, 33, 168, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 2.25rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
}
.planes__card:hover {
  transform: translateY(-5px);
}
.planes__card--intermedio {
  border-color: rgba(147, 51, 234, 0.25);
  background: linear-gradient(145deg, #1A1035, rgba(107, 33, 168, 0.12));
}
.planes__card--intermedio:hover {
  box-shadow: 0 0 32px rgba(107, 33, 168, 0.35);
  border-color: rgba(147, 51, 234, 0.5);
}
.planes__card--premium {
  border-color: rgba(234, 88, 12, 0.35);
  background: linear-gradient(145deg, #1A1035, rgba(234, 88, 12, 0.06));
  box-shadow: 0 8px 40px rgba(234, 88, 12, 0.15);
}
@media (min-width: 768px) and (max-width: 991px) {
  .planes__card--premium {
    grid-column: span 2;
  }
}
@media (min-width: 992px) {
  .planes__card--premium {
    grid-column: auto;
  }
}
.planes__card--premium:hover {
  box-shadow: 0 0 24px rgba(234, 88, 12, 0.4);
}
.planes__card--premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #EA580C, #DC2626);
}
.planes__popular {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #EA580C, #DC2626);
  color: #fff;
  border-radius: 50px;
  padding: 0.25rem 1rem;
  display: inline-block;
  margin-bottom: 1.25rem;
}
.planes__plan-name {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #94A3B8;
  margin-bottom: 0.75rem;
}
.planes__price {
  display: flex;
  align-items: flex-end;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}
.planes__price-currency {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #94A3B8;
  line-height: 1;
  padding-bottom: 0.4rem;
}
.planes__price-amount {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
  line-height: 1;
  color: #F8FAFC;
}
.planes__card--premium .planes__price-amount {
  background: linear-gradient(90deg, #EA580C, #DC2626);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.planes__price-period {
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  color: #94A3B8;
  padding-bottom: 0.5rem;
}
.planes__divider {
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 1.75rem;
}
.planes__features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  flex-grow: 1;
}
.planes__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  color: #94A3B8;
  line-height: 1.3;
}
.planes__feature-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  flex-shrink: 0;
  margin-top: 1px;
  background: rgba(22, 163, 74, 0.15);
  color: #4ade80;
}
.planes__card--premium .planes__feature-check {
  background: rgba(234, 88, 12, 0.15);
  color: #fb923c;
}
.planes__btn {
  display: block;
  width: 100%;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.85rem 1.5rem;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}
.planes__btn--basico {
  background: transparent;
  color: #F8FAFC;
  border: 2px solid rgba(147, 51, 234, 0.4);
}
.planes__btn--basico:hover {
  border-color: #9333EA;
  background: rgba(107, 33, 168, 0.12);
  color: #F8FAFC;
  transform: translateY(-2px);
}
.planes__btn--intermedio {
  background: transparent;
  color: #F8FAFC;
  border: 2px solid #9333EA;
}
.planes__btn--intermedio:hover {
  background: #9333EA;
  color: #ffffff;
  box-shadow: 0 0 32px rgba(107, 33, 168, 0.35);
  transform: translateY(-2px);
}
.planes__btn--premium {
  background: linear-gradient(90deg, #EA580C, #DC2626);
  color: #fff;
  box-shadow: 0 0 24px rgba(234, 88, 12, 0.4);
}
.planes__btn--premium:hover {
  box-shadow: 0 0 40px rgba(234, 88, 12, 0.55);
  transform: translateY(-2px);
  color: #fff;
}
.planes__disciplinas {
  margin-top: 1rem;
  position: relative;
  z-index: 1;
  background: rgba(26, 16, 53, 0.3);
}
.planes__disciplinas--bg-image {
  padding: 3.5rem 1.5rem;
  border-radius: 24px;
  overflow: hidden;
}
.planes__disciplinas--bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/galeria-2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.06;
  filter: grayscale(100%);
  z-index: -1;
  transition: all 0.25s ease;
}
.planes__disciplinas--bg-image:hover::before {
  opacity: 0.1;
}
.planes__disciplinas-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.planes__disciplinas-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .planes__disciplinas-title {
    size: 2.2rem;
  }
}
.planes__disciplinas-subtitle {
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  color: #94A3B8;
  font-weight: 400;
  text-align: center;
}
.planes__presencial {
  text-align: center;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
}
.planes__presencial p {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #94A3B8;
  margin-bottom: 1.25rem;
}

.disciplina-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(26, 16, 53, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.1rem 1.5rem;
  text-decoration: none !important;
  transition: all 0.25s ease;
  backdrop-filter: blur(4px);
}
.disciplina-box__content {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #F8FAFC;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.disciplina-box__content i {
  font-size: 1.3rem;
  color: rgba(248, 250, 252, 0.6);
  transition: color 0.3s ease;
}
.disciplina-box .whatsapp-icon {
  font-size: 1.1rem;
  color: rgba(248, 250, 252, 0.3);
  transition: all 0.3s ease;
}
.disciplina-box:hover {
  background: #25d366;
  border-color: #25d366;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
  backdrop-filter: none;
}
.disciplina-box:hover .disciplina-box__content {
  color: #ffffff;
}
.disciplina-box:hover .disciplina-box__content i {
  color: #ffffff;
}
.disciplina-box:hover .whatsapp-icon {
  color: #ffffff;
  transform: scale(1.15);
}

.metodologia {
  background-color: #110A24;
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .metodologia {
    padding: 7rem 0;
  }
}
.metodologia__header {
  text-align: center;
  margin-bottom: 3rem;
}
.metodologia__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.25rem;
  line-height: 1.1;
  color: #F8FAFC;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .metodologia__title {
    font-size: 3rem;
  }
}
.metodologia__subtitle {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #94A3B8;
  max-width: 580px;
  margin: 0 auto;
}
.metodologia__image-container {
  display: flex;
  flex-direction: column; /* Fuerza a que la segunda imagen se posicione abajo */
  gap: 1.75rem; /* Controla la separación vertical entre ambas imágenes */
  justify-content: center;
  align-items: center;
  margin: 2rem auto 3rem; /* Separación perfecta con el header y el body */
  max-width: 500px; /* Evita que se pixelen o agranden de más */
  padding: 0 1.25rem;
}
.metodologia__image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px; /* Sigue la consistencia de tus tarjetas */
  opacity: 0.85; /* Se integra sutilmente al fondo oscuro */
  filter: drop-shadow(0 0 15px rgba(107, 33, 168, 0.15));
  transition: transform 0.4s ease, filter 0.4s ease, opacity 0.4s ease;
  animation: flotarEfecto 4s ease-in-out infinite;
}
.metodologia__image:nth-child(2) {
  animation-delay: -2s;
}
.metodologia__image:hover {
  opacity: 1;
  transform: scale(1.02); /* Pequeño escalado premium */
  filter: drop-shadow(0 0 25px rgba(147, 51, 234, 0.3)); /* Resplandor más vivo */
  cursor: pointer;
}
.metodologia__body {
  max-width: 680px;
  margin: 0 auto 3.5rem;
  text-align: center;
}
.metodologia__body p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  color: #94A3B8;
  line-height: 1.65;
}
.metodologia__platforms {
  margin-bottom: 3.5rem;
}
.metodologia__platforms-label {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #94A3B8;
  text-align: center;
  margin-bottom: 1.5rem;
}
.metodologia__platforms-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.metodologia__platform-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 0.85rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  transition: all 0.25s ease;
}
.metodologia__platform-item:hover {
  background: rgba(107, 33, 168, 0.1);
  border-color: rgba(147, 51, 234, 0.25);
  transform: translateY(-2px);
}
.metodologia__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 576px) {
  .metodologia__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .metodologia__steps {
    grid-template-columns: repeat(4, 1fr);
  }
}
.metodologia__step {
  background: linear-gradient(145deg, #1A1035, rgba(107, 33, 168, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 1.75rem 1.5rem;
  text-align: center;
  position: relative;
  transition: all 0.25s ease;
}
.metodologia__step:hover {
  border-color: rgba(147, 51, 234, 0.25);
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(107, 33, 168, 0.2);
}
.metodologia__step:not(:last-child)::after {
  display: none;
}
@media (min-width: 992px) {
  .metodologia__step:not(:last-child)::after {
    content: "→";
    display: block;
    position: absolute;
    right: -0.85rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94A3B8;
    font-size: 1.125rem;
    z-index: 1;
  }
}
.metodologia__step-number {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.875rem;
  line-height: 1;
  background: linear-gradient(90deg, #EA580C, #DC2626);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.75rem;
}
.metodologia__step-icon {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}
.metodologia__step-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #F8FAFC;
  margin-bottom: 0.5rem;
}
.metodologia__step-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  color: #94A3B8;
  line-height: 1.65;
  margin-bottom: 0;
}

@keyframes flotarEfecto {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
/* ==========================================================================
   COMPONENT: GALERÍA EN TIRA HORIZONTAL & MODAL COMPACTO
   ========================================================================== */
.galeria-tira {
  padding: 60px 0;
  overflow: hidden;
}
.galeria-tira__scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 20px;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.galeria-tira__scroll::-webkit-scrollbar {
  height: 6px;
}
.galeria-tira__scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
.galeria-tira__scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 255, 102, 0.4);
  border-radius: 10px;
}
.galeria-tira__scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 255, 102, 0.8);
}
.galeria-tira__item {
  flex: 0 0 300px;
  scroll-snap-align: start;
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  will-change: transform;
  transform: translateZ(0);
  transition: transform 0.3s ease;
}
.galeria-tira__item:hover {
  transform: translateY(-4px);
}
.galeria-tira__item:hover .galeria-tira__img {
  transform: scale(1.05);
}
.galeria-tira__item:hover .galeria-tira__overlay {
  opacity: 1;
}
.galeria-tira__item:hover .galeria-tira__icon {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.galeria-tira__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.galeria-tira__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  transition: opacity 0.3s ease;
}
.galeria-tira__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  color: #00ff66;
  font-size: 1.8rem;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
}
.galeria-tira__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(11, 12, 16, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #00ff66;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}
.galeria-tira__btn:hover {
  background-color: #00ff66;
  color: #0b0c10;
  transform: translateY(-50%) scale(1.1);
}
.galeria-tira__btn--prev {
  left: -5px;
}
.galeria-tira__btn--next {
  right: -5px;
}
.galeria-tira__modal {
  background-color: rgba(11, 12, 16, 0.85);
  backdrop-filter: blur(4px);
}
.galeria-tira__modal-img {
  max-width: 100%;
  max-height: 70vh;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}
.galeria-tira__modal .btn-close-white {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12px;
  border-radius: 50%;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.galeria-tira__modal .btn-close-white:hover {
  transform: scale(1.1);
  background-color: #00ff66;
}

@media (max-width: 768px) {
  .galeria-tira__btn {
    display: none;
  }
  .galeria-tira__item {
    flex: 0 0 260px;
  }
  .galeria-tira__item:hover {
    transform: none;
  }
  .galeria-tira__item:hover .galeria-tira__img {
    transform: none;
  }
}
/* ==========================================================================
   COMPONENT: SECCIÓN LLAMADO A LA ACCIÓN (INSCRIPCIÓN)
   ========================================================================== */
.inscripcion-cta {
  background-color: #0b0c10;
  position: relative;
  overflow: hidden;
}
.inscripcion-cta__badge {
  color: #00ff66;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.inscripcion-cta__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.5rem;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.1;
}
.inscripcion-cta__title .text-accent {
  color: #00ff66;
}
.inscripcion-cta__text {
  color: #a3a8b4;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}
.inscripcion-cta__btn {
  padding: 0.75rem 2rem !important;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.inscripcion-cta__btn i {
  transition: transform 0.25s ease;
}
.inscripcion-cta__btn:hover i {
  transform: translateX(4px);
}

@media (max-width: 576px) {
  .inscripcion-cta__title {
    font-size: 2.5rem;
  }
  .inscripcion-cta__text {
    font-size: 1rem;
  }
}
.coach {
  background-color: #0A0614;
  padding: 5rem 0 6rem 0;
}
@media (min-width: 992px) {
  .coach {
    padding: 7rem 0 8rem 0;
  }
}
.coach__header {
  text-align: center;
  margin-bottom: 4rem;
}
.coach__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.25rem;
  line-height: 1.1;
  color: #F8FAFC;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .coach__title {
    font-size: 3rem;
  }
}
.coach__subtitle {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #94A3B8;
  max-width: 500px;
  margin: 0 auto;
}
.coach__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  padding: 0 1rem;
  min-height: auto;
}
@media (min-width: 992px) {
  .coach__inner {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    padding: 0 4rem;
  }
}
.coach__photo-wrap {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
  width: 100%;
}
.coach__photo {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
.coach__photo--placeholder {
  background: linear-gradient(145deg, #1A1035, rgba(107, 33, 168, 0.15));
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
  min-height: 380px;
}
@media (min-width: 992px) {
  .coach__photo--placeholder {
    min-height: 480px;
  }
}
.coach__photo-deco {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 2px solid rgba(234, 88, 12, 0.25);
  z-index: 0;
  transition: transform 0.4s ease;
}
.carousel-item.active .coach__photo-wrap:hover .coach__photo-deco {
  transform: translate(-4px, -4px);
}
.coach__photo-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 2;
  background: rgba(10, 6, 20, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.coach__photo-badge-icon {
  font-size: 1.5rem;
}
.coach__photo-badge-text {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #F8FAFC;
  line-height: 1.3;
}
.coach__photo-badge-text span {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
  color: #94A3B8;
}
.coach__content {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.coach__name {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.25rem;
  line-height: 1.1;
  color: #F8FAFC;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .coach__name {
    font-size: 3rem;
  }
}
.coach__role {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #EA580C;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.coach__quote {
  position: relative;
  padding-left: 1.5rem;
  border-left: 3px solid #EA580C;
}
.coach__quote p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  font-style: italic;
  color: rgba(248, 250, 252, 0.9);
  line-height: 1.65;
  margin-bottom: 0;
}
.coach__bio {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  color: #94A3B8;
  line-height: 1.65;
  margin-bottom: 0;
}
.coach__certifications .text-accent {
  color: #EA580C;
}
.coach__certifications i {
  line-height: 1;
}
.coach__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  transition: opacity 0.3s ease;
}
.coach__stat {
  text-align: center;
}
.coach__stat-number {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.875rem;
  line-height: 1;
  background: linear-gradient(90deg, #EA580C, #DC2626);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  margin-bottom: 0.25rem;
}
.coach__stat-label {
  font-family: "Rajdhani", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94A3B8;
}
.coach__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.coach__control {
  width: 45px;
  height: 45px;
  background-color: rgba(26, 16, 53, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.coach__control:hover {
  background-color: #EA580C;
  border-color: #EA580C;
}
.coach__control:hover .carousel-control-prev-icon,
.coach__control:hover .carousel-control-next-icon {
  filter: brightness(0) invert(1);
}
@media (min-width: 992px) {
  .coach__control {
    opacity: 0.7;
  }
  .coach__control:hover {
    opacity: 1;
  }
}
.coach__control--prev {
  left: -15px;
}
@media (min-width: 1200px) {
  .coach__control--prev {
    left: -30px;
  }
}
.coach__control--next {
  right: -15px;
}
@media (min-width: 1200px) {
  .coach__control--next {
    right: -30px;
  }
}
@media (min-width: 992px) {
  #carouselCoaches:hover .coach__control {
    opacity: 0.8;
  }
  #carouselCoaches:hover .coach__control:hover {
    opacity: 1;
  }
}
.coach__indicators {
  bottom: -3.5rem;
}
.coach__indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(148, 163, 184, 0.4);
  border: none;
  transition: all 0.3s ease;
  margin: 0 6px;
}
.coach__indicators button.active {
  background-color: #EA580C;
  transform: scale(1.2);
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.7);
  }
}
@keyframes bounce-down {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 6px);
  }
}
.whatsapp-float {
  position: fixed;
  bottom: 1.75rem;
  right: 1.75rem;
  z-index: 200;
}
.whatsapp-float__btn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.25s ease;
  position: relative;
}
.whatsapp-float__btn:hover {
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.55);
}
.whatsapp-float__btn:active {
  transform: scale(0.97);
}
.whatsapp-float__btn svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.whatsapp-float__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.4);
  animation: wa-pulse 2.2s ease-out infinite;
  z-index: -1;
}
.whatsapp-float__tooltip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  background: rgba(10, 6, 20, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 0.5rem 0.9rem;
  white-space: nowrap;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #F8FAFC;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
}
.whatsapp-float__tooltip::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.08);
}
.whatsapp-float__btn:hover ~ .whatsapp-float__tooltip, .whatsapp-float:hover .whatsapp-float__tooltip {
  opacity: 1;
}

@keyframes wa-pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes footerGlow {
  0%, 100% {
    filter: drop-shadow(0 0 2px rgba(234, 88, 12, 0.3)) opacity(0.7);
  }
  50% {
    filter: drop-shadow(0 0 6px rgba(234, 88, 12, 0.7)) opacity(1);
  }
}
@keyframes logoShimmerEffect {
  0% {
    left: -150%;
  }
  15%, 100% {
    left: 150%;
  }
}
.footer {
  background-color: #110A24;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2.5rem 0 1.25rem;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/galeria-18.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.12;
  z-index: 1;
  pointer-events: none;
}
.footer__container {
  position: relative;
  z-index: 2;
  backdrop-filter: blur(2px);
}
.footer__main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .footer__main {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
}
.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
  width: 100%;
}
@media (min-width: 992px) {
  .footer__brand {
    width: auto;
  }
}
.footer__logo-box {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.6));
}
.footer__logo-box::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
  animation: logoShimmerEffect 6s ease-in-out infinite;
}
.footer__logo {
  height: 75px;
  width: auto;
  display: block;
}
.footer__tagline {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  max-width: 380px;
  margin-bottom: 0;
}
.footer__social {
  display: flex;
  gap: 0.85rem;
  margin-top: 0.25rem;
}
.footer__social-link {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.85);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-decoration: none;
}
.footer__social-link:hover {
  background: rgba(234, 88, 12, 0.15);
  border-color: #EA580C;
  color: #EA580C;
  transform: translateY(-4px) scale(1.1);
  box-shadow: 0 6px 16px rgba(234, 88, 12, 0.3);
}
.footer__social-link--instagram:hover {
  color: #e1306c;
  border-color: #e1306c;
  background: rgba(225, 48, 108, 0.1);
  box-shadow: 0 6px 16px rgba(225, 48, 108, 0.3);
}
.footer__social-link--facebook:hover {
  color: #1877f2;
  border-color: #1877f2;
  background: rgba(24, 119, 242, 0.1);
  box-shadow: 0 6px 16px rgba(36, 17, 146, 0.3);
}
.footer__social-link--whatsapp:hover {
  color: #25d366;
  border-color: #25d366;
  background: rgba(37, 211, 102, 0.1);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.3);
}
.footer__social-link--mail:hover {
  color: #3B82F6;
  border-color: #3B82F6;
  background: rgba(59, 130, 246, 0.1);
  box-shadow: 0 6px 16px rgba(59, 130, 246, 0.3);
}
.footer__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .footer__nav {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    width: auto;
  }
}
.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.8rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .footer__nav-list {
    justify-content: center;
    max-width: 750px;
  }
}
.footer__nav-link {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.4rem 0;
  position: relative;
  transition: color 0.3s ease;
}
.footer__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #EA580C;
  box-shadow: 0 0 8px #EA580C;
  transition: width 0.3s ease, left 0.3s ease;
}
.footer__nav-link:hover {
  color: #ffffff !important;
}
.footer__nav-link:hover::after {
  width: 100%;
  left: 0;
}
.footer__divider {
  border: none;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), white, rgba(255, 255, 255, 0.2));
  margin: 1.25rem 0;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.footer__copy {
  font-family: "Nunito Sans", sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer__copy .footer__logo-mini {
  height: 18px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  filter: drop-shadow(0 0 2px rgba(234, 88, 12, 0.3));
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: footerGlow 3s infinite ease-in-out;
}
.footer__copy .footer__logo-mini:hover {
  filter: drop-shadow(0 0 8px rgba(234, 88, 12, 0.9));
  transform: scale(1.2) rotate(5deg);
  cursor: pointer;
}
.footer__credit {
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0;
  letter-spacing: 0.03em;
  transition: color 0.3s ease;
}
.footer__credit a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
  padding: 0 4px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.footer__credit a::before {
  content: "<";
  color: #EA580C;
  margin-right: 1px;
  transition: all 0.3s ease;
}
.footer__credit a::after {
  content: "/>";
  color: #EA580C;
  margin-left: 1px;
  transition: all 0.3s ease;
}
.footer__credit a .light-line {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1.5px;
  background-color: #EA580C;
  transition: width 0.3s ease;
}
.footer__credit a:hover {
  color: #ffffff;
  transform: translateY(-2px);
  text-shadow: 0 0 14px rgba(234, 88, 12, 0.6);
}
.footer__credit a:hover::before, .footer__credit a:hover::after {
  color: #ffffff;
  text-shadow: 0 0 14px rgba(234, 88, 12, 0.8);
}
.footer__credit a:hover .light-line {
  width: 100%;
}
.footer__credit:hover {
  color: rgba(255, 255, 255, 0.7);
}/*# sourceMappingURL=main.css.map */