/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./app/(internal)/internal.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
/* ===========================================
   INTERNAL LAYOUT WRAPPER (3-column grid)
=========================================== */

.internal_internalWrapper__JK3Ri {
  display: grid;
  grid-template-columns: 260px 1fr 270px;
  background: #0b0b0d;
  color: #e4e4e7;

  /* FIX — empuja el layout debajo del navbar */
  margin-top: 70px;
  height: calc(100vh - 70px);

  overflow: hidden;
}

/* ===========================================
   SIDEBAR (LEFT)
=========================================== */

.internal_sidebar__IeDnQ {
  background: #0f0f12;
  border-right: 1px solid rgba(255,255,255,0.08);
  padding: 2rem 1.5rem;

  position: -webkit-sticky;

  position: sticky;
  top: 70px; /* queda debajo del navbar */
  height: calc(100vh - 70px);

  overflow-y: auto;
}

.internal_sidebarNav__txteb {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.internal_sectionTitle__Yv4NP {
  margin-top: 1.7rem;
  margin-bottom: .35rem;
  font-size: 0.75rem;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #8a8a8f;
  opacity: 0.9;
}

.internal_link__plYVL {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .55rem .8rem;
  border-radius: 8px;
  transition: .25s ease;
  color: #babac2;
  text-decoration: none;
  font-size: .95rem;
}

.internal_link__plYVL:hover {
  background: rgba(255,255,255,0.06);
  color: white;
}

.internal_active__UyoVW {
  background: rgba(255,255,255,0.12);
  color: white !important;
}

.internal_icon__hIUhe {
  font-size: 1rem;
  opacity: 0.9;
}


/* ===========================================
   MAIN CONTENT (SCROLL ONLY HERE)
=========================================== */

.internal_content__3n7da {
  padding: 3rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: calc(100vh - 70px);
  overflow-y: auto;
}

/* CONTENT WIDTH */
.internal_pageWrapper__CN71J {
  width: 100%;
  max-width: 1100px;
}

/* ===========================================
   BREADCRUMBS
=========================================== */

.internal_breadcrumbs__OYwA_ {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  font-size: 0.9rem;
  color: #9f9fa6;
  margin-bottom: 1.5rem;
}

.internal_breadcrumbs__OYwA_ a {
  color: #d0d0d6;
  text-decoration: none;
}

.internal_breadcrumbs__OYwA_ a:hover {
  color: white;
}

/* ===========================================
   PAGE HEADER (TITLE + SEARCH)
=========================================== */

.internal_pageHeader__HWpFn {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 1.7rem;

  /* FIX — ya no está pegado al navbar */
  margin-top: 1rem;
}

.internal_pageTitle__JRRDw {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
}

/* SEARCH BOX */
.internal_searchBox__BAcgC {
  position: relative;
  width: 260px;

  /* FIX — separación con borde */
  margin-left: 1rem;
}

.internal_searchBox__BAcgC input {
  width: 100%;
  padding: 0.6rem 0.9rem 0.6rem 2.2rem;
  border-radius: 8px;
  background: #151518;
  border: 1px solid rgba(255,255,255,0.12);
  color: #e4e4e7;
  font-size: 0.9rem;
  outline: none;
}

.internal_searchBox__BAcgC input:focus {
  border-color: rgba(140, 97, 255, 0.7);
  box-shadow: 0 0 0 2px rgba(140, 97, 255, 0.25);
}

.internal_searchIcon__cBosO {
  position: absolute;
  top: 50%;
  left: 0.8rem;
  transform: translateY(-50%);

  opacity: 0.7;
  font-size: 0.85rem;
}

/* ===========================================
   PAGE GRID (BODY + TOC)
=========================================== */

.internal_pageGrid__R5DD2 {
  display: grid;
  grid-template-columns: 1fr 270px;
  grid-gap: 3rem;
  gap: 3rem;
}

/* BODY TEXT */
.internal_pageBody__eOrOS {
  color: #c5c5ca;
  line-height: 1.7;
  font-size: 1rem;
}

.internal_pageBody__eOrOS h2 {
  font-size: 1.7rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.internal_pageBody__eOrOS h3 {
  font-size: 1.3rem;
  margin-top: 1.7rem;
  margin-bottom: 0.7rem;
  color: #f1f1f5;
}

/* ===========================================
   TOC — RIGHT COLUMN
=========================================== */

.internal_toc__O_qXk {
  position: -webkit-sticky;
  position: sticky;

  /* FIX — antes pegado arriba */
  top: 90px;
  padding-top: 1.5rem;

  height: calc(100vh - 90px);
  overflow-y: auto;

  border-left: 1px solid rgba(255,255,255,0.06);
}

.internal_tocTitle__gUtOW {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  color: #a5a5ab;
}

.internal_tocItem__zUxgd {
  display: block;
  padding: 0.35rem 0.2rem;
  margin-bottom: 0.2rem;
  color: #c9c9ce;
  text-decoration: none;
  font-size: 0.9rem;
  border-radius: 6px;
  transition: .2s ease;
}

.internal_tocItem__zUxgd:hover {
  background: rgba(255,255,255,0.05);
  color: #fff;
}

.internal_tocActive__AALQk {
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-weight: 600;
}


/* ===========================================
   RESPONSIVE
=========================================== */

@media (max-width: 1200px) {
  .internal_pageGrid__R5DD2 {
    grid-template-columns: 1fr 220px;
  }
}

@media (max-width: 900px) {

  .internal_internalWrapper__JK3Ri {
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 70px;
  }

  .internal_sidebar__IeDnQ {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .internal_content__3n7da {
    height: auto;
    padding: 2rem;
    overflow: visible;
  }

  .internal_pageGrid__R5DD2 {
    grid-template-columns: 1fr;
  }

  .internal_toc__O_qXk {
    display: none;
  }

  .internal_searchBox__BAcgC {
    width: 100%;
    margin-top: 1rem;
  }

  .internal_pageHeader__HWpFn {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./app/components/footer.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.footer_footer__wCyt8 {
  padding: 6rem 0 3rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.25);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 100%;
}

.footer_container__S0an7 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.footer_grid__MwQSX {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 3rem;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer_col__vFiOK {
  color: var(--text-muted);
}

/* BRAND */
.footer_logo__OQqcy {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}

.footer_text__5QRQs {
  max-width: 280px;
  line-height: 1.6;
}

/* TITLES */
.footer_colTitle__h7iiy {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  color: #fff;
  letter-spacing: 0.4px;
}

/* LISTS */
.footer_list__JrvhR {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer_list__JrvhR li {
  margin-bottom: 0.6rem;
}

.footer_list__JrvhR li a {
  color: var(--text-muted);
  text-decoration: none;
  transition: 0.25s;
}

.footer_list__JrvhR li a:hover {
  color: var(--primary);
}

/* SOCIAL ICONS */
.footer_socials__wQ0AV {
  display: flex;
  gap: 1rem;
  margin-top: 1.4rem;
}

.footer_socials__wQ0AV a {
  color: var(--text-muted);
  font-size: 1.3rem;
  transition: 0.25s;
}

.footer_socials__wQ0AV a:hover {
  color: var(--primary);
}

/* COPY */
.footer_bottom__WP9rO {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.9rem;
  opacity: 0.75;
  margin-top: 2rem;
}

/* RESPONSIVE */
@media (max-width: 1150px) {
  .footer_grid__MwQSX {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .footer_grid__MwQSX {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .footer_grid__MwQSX {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer_socials__wQ0AV {
    justify-content: center;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./app/components/navbar.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/* ============================================
   NAVBAR BASE (DESKTOP)
============================================ */
.navbar_nav__CMMQV {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;

  background: rgba(10, 10, 12, 0.50);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.85rem 0;
  transition: all 0.25s ease;
}

/* Shrink on scroll */
.navbar_scrolled__WW7SD {
  background: rgba(10, 10, 12, 0.75) !important;
  padding: 0.55rem 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
}

/* ============================================
   CONTAINER
============================================ */
.navbar_container__mvkMD {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ============================================
   LOGO + GLOSSY PREMIUM
============================================ */
.navbar_logoBox__5HSOq {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 180px;
  height: 48px;
  overflow: hidden;
}

.navbar_logo__1_5ug {
  height: 48px !important;
  width: auto;
  object-fit: contain;
}

/* Glossy streak */
.navbar_logoBox__5HSOq::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -150%;
  width: 200%;

  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.18) 50%,
    rgba(255, 255, 255, 0) 60%
  );

  opacity: 0;
  transform: translateX(0);
  transition: opacity 0.5s ease, transform 1.1s ease;
}

.navbar_logoBox__5HSOq:hover::after {
  opacity: 1;
  transform: translateX(150%);
}

/* ============================================
   DESKTOP LINKS
============================================ */
.navbar_links___knuD {
  display: flex;
  gap: 2.2rem;
  list-style: none;
}

.navbar_links___knuD li a {
  color: #d6d6dc;
  font-size: 1rem;
  transition: 0.25s ease;
  font-weight: 400;
}

.navbar_links___knuD li a:hover {
  color: #ffffff;
}

/* Active (scrollspy + url) */
.navbar_active__a6FEK {
  color: var(--primary) !important;
  font-weight: 600;
  text-shadow: 0 0 8px rgba(90, 79, 255, 0.45);
}

/* ============================================
   DESKTOP CTA BUTTON
============================================ */
.navbar_cta__rFs8F {
  background: var(--primary);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;

  padding: 10px 22px;
  border-radius: 14px;
  font-weight: 600;

  transition: 0.25s ease;
}

.navbar_cta__rFs8F:hover {
  background: var(--primary-dark);
  box-shadow: 0 0 26px rgba(90, 79, 255, 0.40);
}

/* ============================================
   MOBILE BURGER BUTTON
============================================ */
.navbar_burger__55XDE {
  background: none;
  border: none;
  cursor: pointer;

  display: none;
  font-size: 2rem;
  color: #ffffff;
  opacity: 0.85;
  transition: 0.2s ease;
}

.navbar_burger__55XDE:hover {
  opacity: 1;
}

/* Show burger on mobile */
@media (max-width: 950px) {
  .navbar_links___knuD {
    display: none !important;
  }

  .navbar_cta__rFs8F {
    display: none !important;
  }

  .navbar_burger__55XDE {
    display: block;
  }
}

/* ============================================
   MOBILE MENU PREMIUM
============================================ */
.navbar_backdrop__jTxRy {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 9997;
}

/* Drawer */
.navbar_mobileMenu__qyJrZ {
  position: fixed;
  top: 0;
  right: 0;

  width: 82%;
  max-width: 340px;
  height: 100vh;

  background: rgba(10, 10, 12, 0.92);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 2.4rem 1.6rem;

  z-index: 9999;
  box-shadow: -8px 0 28px rgba(0, 0, 0, 0.55);
}

/* Close button */
.navbar_closeBtn__ytEqD {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 1.9rem;
  color: #e5e5ea;
  cursor: pointer;
  opacity: 0.75;
}

.navbar_closeBtn__ytEqD:hover {
  opacity: 1;
}

/* Mobile nav links */
.navbar_mobileNav__6J7wV {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2.2rem;
}

.navbar_mobileNav__6J7wV a {
  color: #d4d4d8;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  transition: 0.25s ease;
}

.navbar_mobileNav__6J7wV a:hover {
  color: #ffffff;
}

/* Active Mobile */
.navbar_activeMobile__e4pZM {
  color: var(--primary) !important;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(90, 79, 255, 0.5);
}

/* Mobile CTA Button */
.navbar_mobileCTA__7ttQ1 {
  background: var(--primary);
  color: white;
  padding: 14px 20px;
  border-radius: 16px;
  font-size: 1.1rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 3rem;
  width: 100%;

  box-shadow: 0 0 16px rgba(90, 79, 255, 0.35);
  transition: 0.25s ease;
}

.navbar_mobileCTA__7ttQ1:hover {
  background: var(--primary-dark);
  box-shadow: 0 0 24px rgba(90, 79, 255, 0.55);
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./app/components/productMegaMenu.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
/* =============================== */
/*   MEGA MENU PREMIUM ENTERPRISE  */
/* =============================== */

.productMegaMenu_menu__ICZjm {
  position: absolute;
  top: 65px; /* Justo bajo el navbar */
  left: 50%;
  transform: translateX(-50%) translateY(10px);

  width: 92%;
  max-width: 1320px;

  opacity: 0;
  pointer-events: none;

  transition:
    opacity 0.32s ease,
    transform 0.32s cubic-bezier(0.3, 0.1, 0.15, 1);

  z-index: 999999 !important;
}

.productMegaMenu_open__ykt_8 {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* =============================== */
/*   WRAPPER PREMIUM ENTERPRISE    */
/* =============================== */

.productMegaMenu_wrapper__yMCKl {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2.4rem;
  gap: 2.4rem;

  padding: 2.4rem;

  background: rgba(10, 10, 12, 0.78);
  backdrop-filter: blur(9px) saturate(140%);
  -webkit-backdrop-filter: blur(9px) saturate(140%);

  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);

  box-shadow:
    0 35px 60px rgba(0, 0, 0, 0.35),
    inset 0 0 22px rgba(255, 255, 255, 0.02);

  animation: productMegaMenu_floatFade__h_IrD 0.4s ease both;
}

/* Anti-texto para evitar ver el hero */
.productMegaMenu_wrapper__yMCKl::before {
  content: "";
  position: absolute;
  inset: 0;

  background: rgba(10, 10, 12, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  border-radius: inherit;
  z-index: -1;
}

/* Animación */
@keyframes productMegaMenu_floatFade__h_IrD {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* =============================== */
/*  COLUMNAS — ALINEACIÓN TOTAL    */
/* =============================== */

/* Sistema grid de dos filas en cada columna:
   - Fila 1: título (altura fija)
   - Fila 2: lista (ocupa el resto)
*/
.productMegaMenu_column__jbGuM {
  display: grid;
  grid-template-rows: 40px 1fr;
  min-height: 170px;

  padding-top: 0.3rem;
  padding-left: 0.2rem;

  border-radius: 14px;
  transition: all 0.28s ease;
}

/* Hover premium */
.productMegaMenu_column__jbGuM:hover {
  background: rgba(255, 255, 255, 0.03);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

/* =============================== */
/*    TITULOS + ICONOS (ALINEADOS) */
/* =============================== */

.productMegaMenu_column__jbGuM h4 {
  height: 40px; /* ALTURA FIJA EXACTA */
  display: flex;
  align-items: center;
  gap: 12px;

  margin: 0;
  padding: 0;

  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;

  letter-spacing: 0.3px;
  text-shadow: 0 0 12px rgba(255,255,255,0.12);
}

.productMegaMenu_icon__mGoF2 {
  width: 20px;          /* 🧩 ancho fijo = alineación PERFECTA */
  display: flex;
  justify-content: center;
}

.productMegaMenu_icon__mGoF2 svg {
  width: 18px;
  height: 18px;
  opacity: 0.75;
  transition: opacity 0.25s ease;
}

.productMegaMenu_column__jbGuM:hover .productMegaMenu_icon__mGoF2 svg {
  opacity: 1;
}

.productMegaMenu_column__jbGuM:hover h4 {
  text-shadow: 0 0 10px rgba(255,255,255,0.18);
}

/* =============================== */
/*        LISTA DE LINKS           */
/* =============================== */

.productMegaMenu_column__jbGuM ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 4px;
}

/* Alineación de items PERFECTA */
.productMegaMenu_column__jbGuM li {
  margin-bottom: 0.7rem;
  line-height: 1.4;

  /* IMPIDE saltos de línea → 100% alineado */
  white-space: nowrap;
}

.productMegaMenu_column__jbGuM a {
  color: #c6c6cf;
  font-size: 0.97rem;

  text-decoration: none;
  padding: 4px 0;

  display: inline-block;
  transition: all 0.25s ease;
  opacity: 0.85;
}

.productMegaMenu_column__jbGuM a:hover {
  color: #ffffff;
  opacity: 1;

  padding-left: 10px;
  text-shadow: 0 0 12px rgba(255,255,255,0.25);
}

/* =============================== */
/*      RESPONSIVE (TABLET)        */
/* =============================== */

@media (max-width: 1100px) {
  .productMegaMenu_wrapper__yMCKl {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
  }
}

/* =============================== */
/*      RESPONSIVE (MOBILE)        */
/* =============================== */

@media (max-width: 750px) {
  .productMegaMenu_wrapper__yMCKl {
    grid-template-columns: repeat(2, 1fr);
    padding: 1.8rem;
    gap: 1.6rem;
  }
}

@media (max-width: 550px) {
  .productMegaMenu_wrapper__yMCKl {
    grid-template-columns: 1fr;
  }
}

