:root {
  --viabo-dark: rgb(6 7 10) /* var(--viabo-dark) */;
  --viabo-lime: #d7ff00;
  --viabo-muted: #6c737f;
  --viabo-line: rgba(5, 5, 5, 0.1);
  --viabo-card: #f6f7f3;
  --color-white: #FFF;
  --ink: rgb(6 7 10 / 1) /*oklch(13% .02 260)*/;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--viabo-dark);
  background: #fff;
  letter-spacing: -0.01em;
}
.navbar {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--viabo-line);
}
.text-white\/70 {
  color:#ffffffb3 !important
}
.page-hero {
  color: #FFF;
  background: radial-gradient(60% 80% at 80% 10%,oklch(92% .22 125/.18),transparent 60%),radial-gradient(50% 60% at 10% 90%,oklch(52% .24 280/.22),transparent 60%),var(--ink);
}
@supports (color:color-mix(in lab,red,red)) {
  .text-white\/70 {
    color:color-mix(in oklab,var(--color-white) 70%,transparent) !important
  }
}
.brand-logo {
  height: 28px;
  width: auto;
}
.nav-link {
  font-size: 0.85rem;
  font-weight: 400;
  padding-right: 24px !important;
}

.dropdown-toggle::after{
  display: none;
}
.text-lime{
  color: var(--viabo-lime);
}
.btn-dark-pill,
.btn-lime,
.btn-ghost {
  border-radius: 999px;
  padding: 0.6rem 1rem;
  font-weight: 400;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.btn-dark-pill {
  background: var(--viabo-dark);
  color: #fff;
  border: 1px solid var(--viabo-dark);
}
.btn-dark-pill:hover {
  color: #fff;
  /*transform: translateY(-2px);*/
}
.btn-lime {
  background: var(--viabo-lime);
  color: var(--viabo-dark);
  border: 1px solid var(--viabo-lime);
}
.btn-ghost {
  border: 1px solid var(--viabo-line);
  color: var(--viabo-dark);
  background: #fff;
}
.eyebrow {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #232323;
  margin-bottom: 1rem;
}
#hero{
  position: relative;
  overflow: hidden;
  min-height: 680px;
}
.hero {
  position: relative;
  overflow: hidden;
  /* background: linear-gradient(180deg, #fff 0%, #f7f8f2 100%); */
}
.hero .overlay{
  position: absolute;
  width: 100%;
  padding: 9rem 0rem 9rem 0rem;
}
/*
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 12%, rgba(215, 255, 0, 0.45), transparent 30%),
    radial-gradient(circle at 10% 75%, rgba(215, 255, 0, 0.2), transparent 34%);
  z-index: -2;
}
  */
.hero h1,
.page-hero h1 {
  font-size: clamp(2.55rem, 6vw, 3.8rem);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.07em;
}
.hero p.lead,
.page-hero p.lead {
  font-size: clamp(1.05rem, 2vw, 1.15rem);
  color: #3c4248;
  max-width: 720px;
}
.section-pad {
  padding: 5.5rem 0;
}
.section-title {
  font-size: clamp(1.875rem, 4vw, 2.3rem);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.055em;
}
.small-muted {
  color: var(--viabo-muted);
}
.metric-panel,
.glass-panel {
  border: 1px solid var(--viabo-line);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
  border-radius: 34px;
}
.grid-faint {
  background-image: linear-gradient(90deg,#ffffff0f 1px,#0000 1px),linear-gradient(#ffffff0f 1px,#0000 1px);
  background-size: 48px 48px;
}
.metric-panel {
  padding: 1.4rem;
}
.metric-value {
  font-size: clamp(1.2rem, 4vw, 1.6rem);
  font-weight: 500;
  letter-spacing: -0.055em;
}
.mini-stat {
  background: #fff;
  border: 1px solid var(--viabo-line);
  border-radius: 16px;
  padding: 0.5rem 0.75rem;
}
.viabo-card-visual {
  background: #f5f5f1;
  border: 1px solid var(--viabo-line);
  border-radius: 34px;
  padding: 1rem;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.09);
}
.viabo-card-visual img {
  width: 100%;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.18);
}
.chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--viabo-line);
  border-radius: 999px;
  padding: 0.25rem 0.85rem;
  background: #fff;
  font-weight: 400;
  font-size: 0.75rem;
}
.module-tabs {
  background: #f4f5ef;
  border: 1px solid var(--viabo-line);
  border-radius: 32px;
  padding: 0.65rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.module-tabs .chip {
  background: #fff;
}
.feature-card,
.use-card,
.cap-card {
  height: 100%;
  border: 1px solid var(--viabo-line);
  border-radius: 30px;
  background: #fff;
  padding: 1.6rem;
  transition: 0.25s ease;
}
.feature-card:hover,
.use-card:hover,
.cap-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
}
.icon-dot {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: var(--viabo-lime);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.operating-map {
  border-radius: 40px;
  background: var(--viabo-dark);
  color: #fff;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.operating-map:after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  background: var(--viabo-lime);
  border-radius: 50%;
  right: -280px;
  top: -160px;
  opacity: 0.92;
}
.rail-pill {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 0.9rem 1rem;
  color: #fff;
  font-weight: 800;
}
.security-band {
  background: #f6f7f3;
  border-top: 1px solid var(--viabo-line);
  border-bottom: 1px solid var(--viabo-line);
}
.cta {
  background: radial-gradient(60% 80% at 80% 10%,oklch(92% .22 125/.18),transparent 60%),radial-gradient(50% 60% at 10% 90%,oklch(52% .24 280/.22),transparent 60%),var(--ink);
  color: #fff;
  border-radius: 30px;
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}
/*
.cta:after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: var(--viabo-lime);
  border-radius: 50%;
  right: -160px;
  bottom: -260px;
}
*/
.cta * {
  position: relative;
  z-index: 1;
}
.footer {
  padding: 4rem 0 2rem;
  border-top: 1px solid var(--viabo-line);
  background: var(--viabo-dark);
  color: #FFF;
}

.copyright{
  padding: 1rem 0 1rem;
  background-color: var(--viabo-lime);
  color: #000 !important;
}

.copyright a{
  color: #000;
  text-decoration: none;
}

.navbar a{
  text-decoration: none;
}
.navbar a .lang{
  color: #1a1a1a;
}
.footer a {
  color: #1a1a1a;
  text-decoration: none;
}
.page-hero {
  padding: 8.5rem 0 4.5rem;
}
.code-panel {
  background: var(--viabo-dark);
  color: #e8ff79;
  border-radius: 30px;
  padding: 1.5rem;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.9rem;
  white-space: pre-wrap;
}
.form-control,
.form-select {
  border-radius: 18px;
  border: 1px solid var(--viabo-line);
  padding: 0.9rem 1rem;
}
.badge-soft {
  background: #f4f5ef;
  border: 1px solid var(--viabo-line);
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  font-weight: 400;
  color: var(--bs-secondary-color) !important;  
  display: inline-flex;
  margin: 0.15rem;
  font-size: 0.75rem !important;
}
.lang {
  font-size: 0.78rem;
  font-weight: 600;
}
.dropdown-menu {
  border-radius: 20px;
  border: 1px solid var(--viabo-line);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .hero .overlay{
    padding: 5rem 0 5rem 0 !important;
  }

  .hero {
    padding-top: 3rem;
  }
  .section-pad {
    padding: 4rem 0;
  }
  .navbar .btn-dark-pill {
    margin-top: 0.5rem;
  }
  .hero h1,
  .page-hero h1 {
    letter-spacing: -0.05em;
  }
}

/* ============================= */
/* DROPDOWN SOLUTIONS ON HOVER */
/* ============================= */

.solutions-dropdown {
  position: relative;
}

.solutions-dropdown .dropdown-toggle::after {
  display: none;
}

.solutions-dropdown:hover .solutions-menu,
.solutions-dropdown .solutions-menu:hover {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.solutions-menu {
  display: block;
  position: absolute;
  top: calc(100% + 18px);
  left: 0%;
  transform: translateX(-50%) translateY(10px);
  width: 350px;
  max-width: calc(100vw - 40px);
  padding: 7px 6px;
  background: #ffffff;
  border: 1px solid #dce2ea;
  border-radius: 32px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: all .22s ease;
  z-index: 1050;
}

.solutions-menu::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  height: 22px;
}

.solution-menu-item {
  display: block;
  width: 100%;
  padding: 16px 20px;
  border-radius: 20px;
  color: #030712;
  text-decoration: none;
  transition: background-color .2s ease;
}

.solution-menu-item:hover,
.solution-menu-item.active {
  background: #f0f3f7;
}

.solution-title {
  display: block;
  font-size: 0.9rem;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #030712;
  margin-bottom: 4px;
}

.solution-text {
  display: block;
  font-size: 0.75rem;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #5f6673;
}


/* ============================= */
/* SECURITY & CONTROL SECTION */
/* ============================= */

.section-security-control {
  padding: 96px 0;
  background: #f7f9fb;
  border-top: 1px solid #e1e6ec;
  border-bottom: 1px solid #e1e6ec;
}

.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  margin-bottom: 18px;
  border: 1px solid #dce2ea;
  border-radius: 999px;
  background: #ffffff;
  color: #5f6673;
  font-size: .85rem;
  line-height: 1;
  font-weight: 500;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #caff3a;
  display: inline-block;
}

.section-security-title {
  max-width: 540px;
  margin: 0 0 18px;
  color: #030712;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.055em;
}

.section-security-text {
  max-width: 520px;
  margin: 0;
  color: #5f6673;
  font-size: 1.03rem;
  line-height: 1.55;
  letter-spacing: -0.02em;
}

.security-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.security-card {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 0 28px;
  background: #ffffff;
  border: 1px solid #dce2ea;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
  color: #030712;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.025em;
}


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

@media (max-width: 991.98px) {
  .solutions-menu {
    position: static;
    width: 100%;
    max-width: 100%;
    transform: none;
    opacity: 1;
    visibility: visible;
    display: none;
    margin-top: 12px;
    padding: 18px;
    border-radius: 24px;
    box-shadow: none;
  }

  .solutions-dropdown:hover .solutions-menu {
    display: block;
  }

  .solution-title {
    font-size: 1.1rem;
  }

  .solution-text {
    font-size: .95rem;
  }

  .section-security-control {
    padding: 72px 0;
  }

  .security-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .security-card {
    min-height: 68px;
    padding: 0 22px;
    border-radius: 16px;
  }
}

/* ============================= */
/* OPERATING LAYER SECTION */
/* ============================= */

.operating-layer-section {
  padding: 80px 0;
  background: #f7f9fb;
}

.operating-layer-card {
  position: relative;
  overflow: hidden;
  padding: clamp(44px, 5vw, 65px);
  border-radius: 32px;
  background:
     linear-gradient(
  rgba(29, 30, 36, .90),
  rgba(6, 7, 10, .97)
)
    #030712;
  color: #ffffff;
}

/* grid oscuro del fondo */
.operating-layer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(82, 99, 130, .13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(82, 99, 130, .13) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .65;
  pointer-events: none;
}

/* glow sutil verde al centro-derecha */
.operating-layer-card::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 360px;
  right: 8%;
  top: 22%;
  background: radial-gradient(circle, rgba(198, 255, 46, .14), transparent 65%);
  filter: blur(20px);
  pointer-events: none;
}

.operating-layer-card > .row,
.operating-layer-card .row {
  position: relative;
  z-index: 2;
}

.operating-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, .7);
  color: #6b7280;
  font-size: .95rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
}

.operating-pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c7ff2e;
  display: inline-block;
}

.operating-title {
  max-width: 650px;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(1.875rem, 4vw, 2.3rem);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.055em;
}

.operating-text {
  max-width: 690px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(1.1rem, 1.45vw, 1.45rem);
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.operating-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  max-width: 670px;
}

.operating-feature {
  min-height: 45px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .78);
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.03em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}


/* ============================= */
/* PANEL DERECHO */
/* ============================= */

.operations-panel {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  padding: 28px 28px 24px;
  border-radius: 28px;
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, .13);
  box-shadow:
    0 26px 60px rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(255, 255, 255, .03);
}

.operations-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}

.operations-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .55);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.operations-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c7ff2e;
  display: inline-block;
}

.operations-currency {
  color: rgba(255, 255, 255, .55);
  font-size: 0.9rem;
  font-weight: 400;
}

.operations-amount {
  color: #ffffff;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.055em;
  margin-bottom: 8px;
}

.operations-subtitle {
  color: rgba(255, 255, 255, .48);
  font-size: 0.85rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.operations-chart-wrap {
  position: relative;
  height: 170px;
  margin: 10px 0 18px;
}

.operations-chart {
  position: absolute;
  left: 26%;
  right: 4%;
  bottom: 0;
  width: 58%;
  height: 145px;
  overflow: visible;
}

.operations-growth {
  position: absolute;
  right: 0;
  top: 28%;
  color: #c7ff2e;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.operations-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.operations-stat {
  min-height: 70px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .025);
  color: #ffffff;
}

.operations-stat span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, .46);
  font-size: .92rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.operations-stat strong {
  display: block;
  color: rgba(255, 255, 255, .92);
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 600;
}


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

@media (max-width: 1199.98px) {
  .operating-title {
    font-size: clamp(2.3rem, 5vw, 2rem);
  }

  .operations-panel {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .operating-layer-section {
    padding: 64px 0;
  }

  .operating-layer-card {
    border-radius: 28px;
  }

  .operations-panel {
    margin-top: 12px;
  }

  .operations-chart {
    left: 16%;
    width: 70%;
  }
}

@media (max-width: 767.98px) {
  .operating-layer-card {
    padding: 34px 22px;
    border-radius: 24px;
  }

  .operating-title {
    font-size: 2.3rem;
  }

  .operating-text {
    font-size: 1.05rem;
  }

  .operating-features {
    grid-template-columns: 1fr;
  }

  .operations-panel {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .operations-stats {
    grid-template-columns: 1fr;
  }

  .operations-chart {
    left: 4%;
    width: 82%;
  }

  .operations-growth {
    top: 20%;
  }
}