:root {
  --ink: #172126;
  --muted: #60717a;
  --line: #dbe4e7;
  --paper: #f7faf9;
  --white: #ffffff;
  --green: #0f6b54;
  --green-dark: #0a4235;
  --blue: #175c86;
  --coral: #ef775c;
  --gold: #d7a93f;
  --shadow: 0 18px 45px rgba(20, 37, 42, .12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Segunda version visual: mas tecnica, mas contrastada y menos generica. */
:root {
  --ink: #101417;
  --muted: #66747b;
  --line: #d6dee2;
  --paper: #f3f6f5;
  --black: #080d10;
  --green: #0d7a62;
  --green-dark: #06382f;
  --blue: #1688d9;
  --coral: #ff7a59;
  --gold: #e6b64c;
  --shadow: 0 24px 70px rgba(7, 14, 17, .18);
}

.tech-intro {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 44%, rgba(22, 136, 217, .26), transparent 28%),
    radial-gradient(circle at 64% 60%, rgba(13, 122, 98, .22), transparent 24%),
    linear-gradient(135deg, #05090c, #0b1115 58%, #102433);
  overflow: hidden;
  animation: introFadeOut .72s ease 2.85s forwards;
}

.tech-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: .34;
  animation: introGrid 2.8s ease forwards;
}

.tech-intro::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 90deg, transparent, rgba(22, 136, 217, .28), transparent 32%);
  animation: introSweep 2.2s ease-in-out forwards;
}

.assembly-stage {
  position: relative;
  z-index: 1;
  width: min(520px, 82vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.assembly-core {
  position: relative;
  z-index: 3;
  width: min(170px, 34vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  box-shadow:
    0 0 0 18px rgba(22, 136, 217, .08),
    0 0 48px rgba(22, 136, 217, .45);
  transform: scale(.28) rotate(-22deg);
  opacity: 0;
  animation: coreAssemble .9s cubic-bezier(.2, .9, .22, 1.2) .62s forwards;
}

.assembly-core img {
  width: 72%;
  height: auto;
}

.assembly-ring {
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  opacity: 0;
  transform: scale(.52) rotate(-40deg);
  animation: ringAssemble 1.1s ease .36s forwards;
}

.ring-two {
  inset: 6%;
  border-color: rgba(22, 136, 217, .28);
  animation-delay: .48s;
  animation-duration: 1.24s;
}

.assembly-beam {
  position: absolute;
  z-index: 2;
  width: 58%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--blue), var(--green), transparent);
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(.18);
  animation: beamCharge .78s ease .96s forwards;
}

.beam-one {
  transform: rotate(28deg) scaleX(.18);
}

.beam-two {
  transform: rotate(-28deg) scaleX(.18);
  animation-delay: 1.08s;
}

.assembly-piece {
  position: absolute;
  z-index: 2;
  width: 144px;
  min-height: 44px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .18), transparent),
    rgba(22, 136, 217, .78);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .28);
  color: var(--white);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
}

.piece-one {
  top: 26%;
  left: 8%;
  transform: translate(-160px, -80px) rotate(-36deg);
  animation: pieceOne .92s cubic-bezier(.2, .85, .2, 1.15) .18s forwards;
}

.piece-two {
  top: 26%;
  right: 8%;
  background: rgba(13, 122, 98, .82);
  transform: translate(160px, -80px) rotate(36deg);
  animation: pieceTwo .92s cubic-bezier(.2, .85, .2, 1.15) .26s forwards;
}

.piece-three {
  bottom: 25%;
  left: 11%;
  width: 148px;
  background: rgba(230, 182, 76, .82);
  transform: translate(-160px, 92px) rotate(34deg);
  animation: pieceThree .92s cubic-bezier(.2, .85, .2, 1.15) .34s forwards;
}

.piece-four {
  bottom: 25%;
  right: 11%;
  width: 130px;
  transform: translate(160px, 92px) rotate(-34deg);
  animation: pieceFour .92s cubic-bezier(.2, .85, .2, 1.15) .42s forwards;
}

.intro-status {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 12vh;
  min-width: min(360px, calc(100% - 48px));
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, .74);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  backdrop-filter: blur(16px);
  transform: translateX(-50%) translateY(18px);
  opacity: 0;
  animation: statusIn .58s ease 1.15s forwards;
}

.intro-status strong {
  color: var(--white);
}

.intro-status span {
  text-align: right;
}

@keyframes introFadeOut {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@keyframes introGrid {
  to {
    transform: translate3d(-28px, -28px, 0);
  }
}

@keyframes introSweep {
  0% {
    transform: rotate(-34deg) scale(.8);
    opacity: 0;
  }

  38% {
    opacity: 1;
  }

  100% {
    transform: rotate(54deg) scale(1.1);
    opacity: 0;
  }
}

@keyframes coreAssemble {
  74% {
    opacity: 1;
    transform: scale(1.08) rotate(4deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@keyframes ringAssemble {
  to {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@keyframes beamCharge {
  to {
    opacity: 1;
    transform: rotate(28deg) scaleX(1);
  }
}

.beam-two {
  animation-name: beamChargeTwo;
}

@keyframes beamChargeTwo {
  to {
    opacity: 1;
    transform: rotate(-28deg) scaleX(1);
  }
}

@keyframes pieceOne {
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(-12deg);
  }
}

@keyframes pieceTwo {
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(12deg);
  }
}

@keyframes pieceThree {
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(12deg);
  }
}

@keyframes pieceFour {
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(-12deg);
  }
}

@keyframes statusIn {
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tech-intro {
    display: none;
  }
}

.site-header {
  background: rgba(8, 13, 16, .9);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.nav-shell {
  height: 64px;
}

.brand-logo {
  height: 24px;
  max-width: 165px;
}

.nav-actions a {
  color: rgba(255, 255, 255, .72);
}

.nav-actions a:hover {
  color: var(--white);
}

.ticket-top-link {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 180;
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--blue);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(22, 136, 217, .24);
  font-size: .9rem;
  font-weight: 900;
  text-decoration: none;
}

.ticket-top-link:hover {
  background: var(--green);
}

.social-top-links {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 181;
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 7px;
  background: rgba(8, 13, 16, .5);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(7, 14, 17, .18);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.social-top-links::after {
  content: "";
  position: absolute;
  inset: 7px auto 7px 7px;
  width: 36px;
  border: 1px solid rgba(93, 214, 255, .72);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.social-link {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow: none;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease, color .18s ease;
}

.social-toggle {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}

.social-toggle:hover {
  background: var(--blue);
}

.social-toggle svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
  transition: transform .22s ease;
}

.social-top-links.is-collapsed .social-link {
  width: 0;
  margin: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transform: scale(.72);
}

.social-top-links.is-collapsed .social-toggle svg {
  transform: rotate(180deg);
}

.social-top-links.is-collapsed.is-pulsing::after {
  animation: socialCollapsedPulse 1.15s ease-out forwards;
}

.social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.social-link:hover {
  color: var(--white);
  transform: translateY(-2px) scale(1.06);
  filter: brightness(1.08);
  box-shadow: 0 12px 24px rgba(7, 14, 17, .22);
}

.social-link.facebook {
  background: rgba(255, 255, 255, .08);
}

.social-link.facebook:hover {
  background: #1877f2;
}

.social-link.instagram {
  background: rgba(255, 255, 255, .08);
}

.social-link.instagram:hover {
  background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #515bd4);
}

.social-link.linkedin {
  background: rgba(255, 255, 255, .08);
}

.social-link.linkedin:hover {
  background: #0a66c2;
}

.social-link.tiktok {
  background: rgba(255, 255, 255, .08);
}

.social-link.tiktok:hover {
  background: #080d10;
}

.social-link.youtube {
  background: rgba(255, 255, 255, .08);
}

.social-link.youtube:hover {
  background: #ff0033;
}

@keyframes socialCollapsedPulse {
  0% {
    opacity: .78;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(93, 214, 255, .28);
  }

  100% {
    opacity: 0;
    transform: scale(2.35);
    box-shadow: 0 0 0 16px rgba(93, 214, 255, 0);
  }
}

.hero {
  min-height: calc(100vh - 64px);
}

.hero-media {
  background:
    radial-gradient(circle at 76% 24%, rgba(22, 136, 217, .38), transparent 28%),
    radial-gradient(circle at 84% 70%, rgba(13, 122, 98, .28), transparent 24%),
    linear-gradient(90deg, rgba(4, 9, 12, .96), rgba(4, 9, 12, .76) 46%, rgba(4, 9, 12, .34)),
    linear-gradient(135deg, #0b1115, #102433);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, transparent, #000 38%, #000 100%);
  opacity: .42;
}

.hero-media::after {
  content: "";
  position: absolute;
  right: min(8vw, 120px);
  top: 16vh;
  width: min(38vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 50% 50%, rgba(22, 136, 217, .2), transparent 46%);
  box-shadow:
    inset 0 0 0 42px rgba(255, 255, 255, .03),
    inset 0 0 0 96px rgba(255, 255, 255, .025),
    0 0 70px rgba(22, 136, 217, .2);
}

/* Cierre de prioridad para el menu flotante. */
@media (min-width: 701px) {
  body .orbital-nav {
    z-index: 140;
    overflow: visible;
  }

  body .orbital-nav.is-open {
    width: 390px;
  }

  body .orbital-nav .orbital-submenu {
    position: absolute;
    left: 122px;
    top: 86px;
    width: 232px;
    max-height: min(420px, calc(100vh - 140px));
    padding: 10px;
    display: grid;
    gap: 8px;
    overflow-y: auto;
    color: var(--white);
    background: rgba(8, 13, 16, .94);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .42);
    backdrop-filter: blur(18px);
    z-index: 260;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px) scale(.96);
    transition: opacity .18s ease, transform .2s ease;
  }

  body .orbital-nav.submenu-left .orbital-submenu {
    left: auto;
    right: 122px;
  }

  body .orbital-nav.submenu-open .orbital-submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  body .orbital-nav.submenu-open .orbital-contact {
    opacity: 0;
    pointer-events: none;
    transform: translateX(10px) scale(.94);
  }

  body .orbital-nav .orbital-submenu .orbital-sublink,
  body .orbital-nav.submenu-open .orbital-submenu .orbital-sublink {
    position: relative;
    inset: auto;
    min-width: 0;
    min-height: 38px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--white);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    animation: none;
    font-size: .86rem;
    font-weight: 900;
  }

  body .orbital-nav.submenu-open .orbital-contact {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body .orbital-nav.submenu-open .orbital-services {
    z-index: 310 !important;
  }

  body .orbital-nav.submenu-open .orbital-submenu {
    z-index: 300 !important;
  }
}

/* Correccion final del menu flotante: panel compacto y siempre visible. */
@media (min-width: 701px) {
  .orbital-nav {
    z-index: 140;
    overflow: visible;
  }

  .orbital-nav.is-open {
    width: 390px;
  }

  .orbital-submenu {
    position: absolute;
    left: 122px;
    top: 86px;
    width: 232px;
    max-height: min(420px, calc(100vh - 140px));
    padding: 10px;
    display: grid;
    gap: 8px;
    overflow-y: auto;
    overscroll-behavior: contain;
    color: var(--white);
    background: rgba(8, 13, 16, .94);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .42);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px) scale(.96);
    transition: opacity .18s ease, transform .2s ease;
  }

  .orbital-submenu::before {
    content: "";
    position: absolute;
    left: 22px;
    top: -9px;
    width: 16px;
    height: 16px;
    background: rgba(8, 13, 16, .94);
    border-left: 1px solid rgba(255, 255, 255, .18);
    border-top: 1px solid rgba(255, 255, 255, .18);
    transform: rotate(45deg);
  }

  .orbital-nav.submenu-open .orbital-submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .orbital-submenu .orbital-sublink,
  .orbital-nav.submenu-open .orbital-cctv,
  .orbital-nav.submenu-open .orbital-support,
  .orbital-nav.submenu-open .orbital-plan,
  .orbital-nav.submenu-open .orbital-products,
  .orbital-nav.submenu-open .orbital-shop,
  .orbital-nav.submenu-open .orbital-marketing,
  .orbital-nav.submenu-open .orbital-development {
    position: relative;
    inset: auto;
    min-width: 0;
    min-height: 38px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--white);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    animation: none;
    font-size: .86rem;
    font-weight: 900;
  }

  .orbital-submenu .orbital-sublink:hover {
    background: var(--blue);
    transform: translateX(3px);
  }
}

/* Capa final del menu burbuja flotante. */
@media (min-width: 701px) {
  .site-header {
    inset: 0;
    height: 0;
    padding: 0;
    pointer-events: none;
    background: transparent;
    border: 0;
  }

  .site-header .nav-shell {
    display: none;
  }

  .orbital-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 108px;
    height: 108px;
    margin: 0;
    display: block;
    z-index: 50;
    pointer-events: auto;
    filter: drop-shadow(0 18px 36px rgba(0, 0, 0, .28));
    transition: width .22s ease, filter .22s ease;
    will-change: transform;
  }

  .orbital-nav.is-open {
    width: 390px;
    filter: drop-shadow(0 24px 54px rgba(0, 0, 0, .35));
  }

  .orbital-brand {
    position: absolute;
    left: 0;
    top: 0;
    width: 108px;
    height: 108px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transform: none;
  }

  .orbital-brand img {
    width: 68%;
    height: auto;
  }

  .orbital-brand:hover {
    transform: scale(1.04);
  }

  .orbital-link {
    position: absolute;
    top: 33px;
    min-width: 112px;
    min-height: 42px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-18px) scale(.92);
    transition: opacity .2s ease, transform .2s ease, background .18s ease;
  }

  .orbital-nav.is-open .orbital-link {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) scale(1);
  }

  .orbital-services {
    left: 126px;
    right: auto;
  }

  .orbital-contact {
    left: 258px;
    right: auto;
  }

  .orbital-link::before {
    display: none;
  }
}

@media (max-width: 700px) {
  .site-header {
    pointer-events: auto;
  }

  .site-header .nav-shell {
    display: flex;
  }

  .orbital-nav {
    display: none;
  }
}

/* Distribucion final del submenu Servicios: CCTV, Soporte, Marketing y Desarrollo. */
@media (min-width: 701px) {
  .orbital-nav.submenu-open .orbital-sublink {
    opacity: 1;
    pointer-events: auto;
  }

  .orbital-nav.submenu-open .orbital-cctv {
    left: -82px;
    top: -76px;
    transform: translate(0, 0) scale(1);
  }

  .orbital-nav.submenu-open .orbital-support {
    left: 50%;
    top: -158px;
    transform: translate(-50%, 0) scale(1);
  }

  .orbital-nav.submenu-open .orbital-development {
    left: 92px;
    top: -76px;
    transform: translate(0, 0) scale(1);
  }
}

/* Submenu de servicios como lista flotante sobresaliente. */
@media (min-width: 701px) {
  .submenu-wave {
    display: none;
  }

  .orbital-submenu {
    position: absolute;
    left: 50%;
    top: -18px;
    width: 188px;
    padding: 9px;
    display: grid;
    gap: 7px;
    background: rgba(8, 13, 16, .84);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    box-shadow: 0 22px 50px rgba(0, 0, 0, .3);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translate(46px, -14px) scale(.92);
    transition: opacity .2s ease, transform .24s cubic-bezier(.2, .8, .2, 1);
  }

  .orbital-submenu::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 28px;
    width: 22px;
    height: 22px;
    background: rgba(8, 13, 16, .84);
    border-left: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    transform: rotate(45deg);
  }

  .orbital-nav.submenu-open .orbital-submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(74px, -16px) scale(1);
  }

  .orbital-submenu .orbital-sublink {
    position: relative;
    inset: auto;
    min-width: 0;
    min-height: 42px;
    padding: 0 14px;
    justify-content: flex-start;
    color: var(--white);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: background .18s ease, transform .18s ease, border-color .18s ease;
  }

  .orbital-submenu .orbital-sublink:hover {
    background: rgba(22, 136, 217, .9);
    border-color: rgba(255, 255, 255, .2);
    transform: translateX(4px);
  }

  .orbital-nav.submenu-open .orbital-cctv,
  .orbital-nav.submenu-open .orbital-support,
  .orbital-nav.submenu-open .orbital-plan,
  .orbital-nav.submenu-open .orbital-products,
  .orbital-nav.submenu-open .orbital-shop,
  .orbital-nav.submenu-open .orbital-marketing,
  .orbital-nav.submenu-open .orbital-development {
    left: auto;
    top: auto;
    transform: none;
    animation: submenuListIn .28s ease both;
  }

  .orbital-nav.submenu-open .orbital-support {
    animation-delay: .04s;
  }

  .orbital-nav.submenu-open .orbital-plan {
    animation-delay: .08s;
  }

  .orbital-nav.submenu-open .orbital-products {
    animation-delay: .12s;
  }

  .orbital-nav.submenu-open .orbital-shop {
    animation-delay: .16s;
  }

  .orbital-nav.submenu-open .orbital-marketing {
    animation-delay: .2s;
  }

  .orbital-nav.submenu-open .orbital-development {
    animation-delay: .24s;
  }
}

@keyframes submenuListIn {
  0% {
    opacity: 0;
    transform: translateX(-12px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Correccion final de clic: la onda nunca tapa el boton del logo. */
@media (min-width: 701px) {
  .orbital-brand {
    z-index: 5;
    pointer-events: auto;
  }

  .menu-wave,
  .orbital-brand::before,
  .orbital-brand::after {
    pointer-events: none;
  }

  .orbital-link {
    z-index: 6;
  }

  .orbital-nav:not(.is-open) .orbital-link {
    pointer-events: none;
  }

  .orbital-nav.is-open .orbital-link {
    pointer-events: auto;
  }

  .orbital-services {
    border: 0;
    cursor: pointer;
    font: inherit;
  }

  .submenu-wave {
    position: absolute;
    left: 50%;
    top: -43px;
    width: 116px;
    height: 116px;
    border: 1px solid rgba(22, 136, 217, .22);
    border-radius: 50%;
    background:
      radial-gradient(circle, rgba(22, 136, 217, .12), transparent 62%),
      radial-gradient(circle, rgba(255, 255, 255, .08), transparent 70%);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(.25);
    transition: opacity .24s ease, transform .34s cubic-bezier(.2, .8, .2, 1);
  }

  .orbital-nav.submenu-open .submenu-wave {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.95);
    animation: submenuPulse 1.6s ease-out infinite;
  }

  .orbital-sublink {
    position: absolute;
    left: 50%;
    top: -172px;
    min-width: 112px;
    min-height: 40px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: rgba(22, 136, 217, .88);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .24);
    backdrop-filter: blur(16px);
    font-size: .88rem;
    font-weight: 900;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 60px) scale(.6);
    transition: opacity .2s ease, transform .24s ease;
  }

  .orbital-nav.submenu-open .orbital-sublink {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0) scale(1);
    animation: submenuNodeIn .42s cubic-bezier(.2, .9, .2, 1.2) both;
  }
}

@keyframes submenuPulse {
  0%,
  100% {
    box-shadow: 0 0 22px rgba(22, 136, 217, .16);
  }

  50% {
    box-shadow: 0 0 62px rgba(22, 136, 217, .32);
  }
}

@keyframes submenuNodeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, 60px) scale(.56);
    filter: blur(8px);
  }

  75% {
    opacity: 1;
    transform: translate(-50%, -5px) scale(1.04);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
    filter: blur(0);
  }
}

@media (max-width: 700px) {
  .submenu-wave,
  .orbital-sublink {
    display: none;
  }
}

/* Capa activa del menu radar expansible. */
@media (min-width: 701px) {
  .orbital-nav,
  .orbital-nav.is-open {
    width: 108px;
    height: 108px;
    overflow: visible;
  }

  .menu-wave {
    position: absolute;
    left: 54px;
    top: 54px;
    z-index: 0;
    width: 108px;
    height: 108px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    background:
      radial-gradient(circle, rgba(255, 255, 255, .08), transparent 58%),
      radial-gradient(circle, rgba(22, 136, 217, .14), transparent 68%);
    box-shadow:
      inset 0 0 0 26px rgba(255, 255, 255, .025),
      inset 0 0 0 58px rgba(255, 255, 255, .018),
      0 0 55px rgba(22, 136, 217, .18);
    opacity: 0;
    transform: translate(-50%, -50%) scale(.35);
    transition: opacity .24s ease, transform .32s cubic-bezier(.2, .8, .2, 1);
  }

  .orbital-nav.is-open .menu-wave {
    opacity: 1;
    transform: translate(-50%, -50%) scale(2.55);
    animation: radarScan 1.8s ease-out infinite;
  }

  .orbital-link,
  .orbital-services,
  .orbital-contact {
    left: 50%;
    top: 50%;
    right: auto;
    opacity: 0;
    z-index: 3;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(.6);
  }

  .orbital-nav.is-open .orbital-link {
    opacity: 1;
    pointer-events: auto;
  }

  .orbital-nav.is-open .orbital-services {
    left: 50%;
    top: -64px;
    transform: translate(-50%, 0) scale(1);
    animation: menuNodeInTop .42s cubic-bezier(.2, .9, .2, 1.2) both;
  }

  .orbital-nav.is-open .orbital-contact {
    left: 50%;
    top: 130px;
    transform: translate(-50%, 0) scale(1);
    animation: menuNodeInBottom .48s cubic-bezier(.2, .9, .2, 1.2) .06s both;
  }

  .orbital-link::before {
    display: none;
  }

  .orbital-link::after {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(90deg, transparent, rgba(22, 136, 217, .55), transparent);
    opacity: 0;
  }

  .orbital-nav.is-open .orbital-link::after {
    animation: nodeSweep 1.1s ease .18s both;
  }
}

@media (min-width: 701px) {
  .orbital-brand {
    z-index: 4;
  }

  .menu-wave {
    pointer-events: none;
  }
}

@keyframes radarScan {
  0% {
    box-shadow:
      inset 0 0 0 26px rgba(255, 255, 255, .025),
      inset 0 0 0 58px rgba(255, 255, 255, .018),
      0 0 25px rgba(22, 136, 217, .16);
  }

  55% {
    box-shadow:
      inset 0 0 0 34px rgba(22, 136, 217, .045),
      inset 0 0 0 76px rgba(255, 255, 255, .025),
      0 0 70px rgba(22, 136, 217, .3);
  }

  100% {
    box-shadow:
      inset 0 0 0 26px rgba(255, 255, 255, .025),
      inset 0 0 0 58px rgba(255, 255, 255, .018),
      0 0 25px rgba(22, 136, 217, .16);
  }
}

@keyframes menuNodeInTop {
  0% {
    opacity: 0;
    transform: translate(-50%, 72px) scale(.55);
    filter: blur(8px);
  }

  70% {
    opacity: 1;
    transform: translate(-50%, -6px) scale(1.04);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes menuNodeInBottom {
  0% {
    opacity: 0;
    transform: translate(-50%, -72px) scale(.55);
    filter: blur(8px);
  }

  70% {
    opacity: 1;
    transform: translate(-50%, 6px) scale(1.04);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes nodeSweep {
  0% {
    opacity: 0;
    transform: translateX(-24px);
  }

  35% {
    opacity: .75;
  }

  100% {
    opacity: 0;
    transform: translateX(24px);
  }
}

/* Menu radar: se abre como onda desde el logo. */
@media (min-width: 701px) {
  .orbital-nav {
    width: 108px;
    height: 108px;
    overflow: visible;
  }

  .orbital-nav.is-open {
    width: 108px;
  }

  .menu-wave {
    position: absolute;
    left: 54px;
    top: 54px;
    width: 108px;
    height: 108px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    background:
      radial-gradient(circle, rgba(255, 255, 255, .08), transparent 58%),
      radial-gradient(circle, rgba(22, 136, 217, .14), transparent 68%);
    box-shadow:
      inset 0 0 0 26px rgba(255, 255, 255, .025),
      0 0 55px rgba(22, 136, 217, .18);
    opacity: 0;
    transform: translate(-50%, -50%) scale(.35);
    transition: opacity .24s ease, transform .32s cubic-bezier(.2, .8, .2, 1);
  }

  .orbital-nav.is-open .menu-wave {
    opacity: 1;
    transform: translate(-50%, -50%) scale(2.55);
  }

  .orbital-link {
    left: 50%;
    top: 50%;
    min-width: 116px;
    transform: translate(-50%, -50%) scale(.6);
    opacity: 0;
  }

  .orbital-nav.is-open .orbital-link {
    opacity: 1;
  }

  .orbital-nav.is-open .orbital-services {
    left: 50%;
    top: -64px;
    transform: translate(-50%, 0) scale(1);
  }

  .orbital-nav.is-open .orbital-contact {
    left: 50%;
    top: 130px;
    transform: translate(-50%, 0) scale(1);
  }

  .orbital-link::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    width: 8px;
    height: 8px;
    background: var(--blue);
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(22, 136, 217, .14);
    transform: translate(-50%, -50%);
    opacity: 0;
  }

  .orbital-nav.is-open .orbital-link::after {
    opacity: 1;
  }
}

/* Navegacion orbital final: escritorio innovador, movil claro y compacto. */
@media (min-width: 701px) {
  .site-header {
    pointer-events: none;
    padding-top: 18px;
  }

  .site-header .nav-shell {
    display: none;
  }

  .orbital-nav {
    display: block;
    pointer-events: auto;
  }
}

@media (max-width: 700px) {
  .site-header {
    pointer-events: auto;
  }

  .site-header .nav-shell {
    display: flex;
  }

  .orbital-nav {
    display: none;
  }
}

/* Menu burbuja: rebota en escritorio y despliega opciones al tocar el logo. */
@media (min-width: 701px) {
  .site-header {
    inset: 0;
    height: 0;
    padding: 0;
  }

  .orbital-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 108px;
    height: 108px;
    margin: 0;
    z-index: 50;
    filter: drop-shadow(0 18px 36px rgba(0, 0, 0, .28));
    transition: width .22s ease, filter .22s ease;
    will-change: transform;
  }

  .orbital-nav.is-open {
    width: 390px;
    filter: drop-shadow(0 24px 54px rgba(0, 0, 0, .35));
  }

  .orbital-brand {
    left: 0;
    top: 0;
    width: 108px;
    height: 108px;
    border: 0;
    cursor: pointer;
    transform: none;
    transition: transform .18s ease, box-shadow .18s ease;
  }

  .orbital-brand:hover {
    transform: scale(1.04);
  }

  .orbital-brand::before {
    inset: -15px;
  }

  .orbital-brand::after {
    content: "";
    position: absolute;
    inset: -28px;
    z-index: -2;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    opacity: 0;
    transform: scale(.72);
    transition: opacity .22s ease, transform .22s ease;
  }

  .orbital-nav.is-open .orbital-brand::after {
    opacity: 1;
    transform: scale(1);
  }

  .orbital-link {
    top: 33px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-18px) scale(.92);
    transition: opacity .2s ease, transform .2s ease, background .18s ease;
  }

  .orbital-nav.is-open .orbital-link {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) scale(1);
  }

  .orbital-services {
    left: 126px;
    right: auto;
  }

  .orbital-contact {
    left: 258px;
  }

  .orbital-link::before {
    display: none;
  }
}

@media (max-width: 700px) {
  .orbital-nav {
    display: none;
  }
}

/* Capa final del menu burbuja flotante. */
@media (min-width: 701px) {
  .site-header {
    inset: 0;
    height: 0;
    padding: 0;
    pointer-events: none;
    background: transparent;
    border: 0;
  }

  .site-header .nav-shell {
    display: none;
  }

  .orbital-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 108px;
    height: 108px;
    margin: 0;
    display: block;
    z-index: 50;
    pointer-events: auto;
    filter: drop-shadow(0 18px 36px rgba(0, 0, 0, .28));
    transition: width .22s ease, filter .22s ease;
    will-change: transform;
  }

  .orbital-nav.is-open {
    width: 390px;
    filter: drop-shadow(0 24px 54px rgba(0, 0, 0, .35));
  }

  .orbital-brand {
    position: absolute;
    left: 0;
    top: 0;
    width: 108px;
    height: 108px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transform: none;
  }

  .orbital-brand img {
    width: 68%;
    height: auto;
  }

  .orbital-brand:hover {
    transform: scale(1.04);
  }

  .orbital-link {
    position: absolute;
    top: 33px;
    min-width: 112px;
    min-height: 42px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-18px) scale(.92);
    transition: opacity .2s ease, transform .2s ease, background .18s ease;
  }

  .orbital-nav.is-open .orbital-link {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) scale(1);
  }

  .orbital-services {
    left: 126px;
    right: auto;
  }

  .orbital-contact {
    left: 258px;
    right: auto;
  }

  .orbital-link::before {
    display: none;
  }
}

@media (max-width: 700px) {
  .site-header {
    pointer-events: auto;
  }

  .site-header .nav-shell {
    display: flex;
  }

  .orbital-nav {
    display: none;
  }
}

.hero-content {
  padding-bottom: 12vh;
}

.hero h1 {
  max-width: 980px;
  font-size: clamp(2.8rem, 6.2vw, 6.1rem);
  line-height: .95;
}

.hero-copy {
  max-width: 720px;
}

.hero-stats {
  width: min(760px, 100%);
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .22);
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.hero-stats span {
  min-height: 86px;
  padding: 18px 18px 18px 0;
  display: grid;
  align-content: center;
  gap: 4px;
  color: rgba(255, 255, 255, .72);
  font-weight: 700;
}

.hero-stats strong {
  color: var(--white);
  font-size: 1.65rem;
  line-height: 1;
}

.primary-button {
  background: var(--blue);
  box-shadow: 0 10px 26px rgba(22, 136, 217, .28);
}

.primary-button.dark,
.detail-button {
  background: var(--black);
}

.ghost-button {
  background: rgba(255, 255, 255, .08);
}

.trust-strip {
  margin-top: -54px;
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .1);
}

.trust-strip div {
  background: var(--black);
}

.trust-strip strong {
  color: var(--white);
}

.trust-strip span {
  color: rgba(255, 255, 255, .66);
}

.catalog-section {
  padding-top: 70px;
}

.section-heading h2,
.contact-band h2 {
  font-size: clamp(2rem, 4.6vw, 3.8rem);
  line-height: 1.02;
}

.toolbar {
  padding: 14px;
  background: rgba(255, 255, 255, .78);
}

.search-box,
.filter-tabs button,
.clear-button {
  background: var(--white);
}

.filter-tabs button[aria-selected="true"] {
  background: var(--ink);
  border-color: var(--ink);
}

.product-grid {
  gap: 20px;
}

.product-card {
  border-color: rgba(16, 20, 23, .1);
  box-shadow: 0 16px 36px rgba(16, 20, 23, .08);
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 58px rgba(16, 20, 23, .15);
}

.product-card img {
  aspect-ratio: 16 / 10;
}

.product-content {
  padding: 20px;
}

.tag {
  color: var(--green);
}

.badge {
  color: #5c3f00;
  background: rgba(230, 182, 76, .22);
  border-radius: 8px;
}

.product-card h3 {
  font-size: 1.35rem;
}

.process-grid article {
  background: var(--black);
  border-color: rgba(255, 255, 255, .08);
  box-shadow: 0 18px 42px rgba(7, 14, 17, .16);
}

.process-grid span {
  background: var(--blue);
}

.process-grid h3 {
  color: var(--white);
}

.process-grid p {
  color: rgba(255, 255, 255, .66);
}

.contact-band {
  background:
    linear-gradient(135deg, rgba(22, 136, 217, .26), transparent 34%),
    var(--black);
}

.whatsapp-floater {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, .42), transparent 26%),
    linear-gradient(135deg, #34d56e, #0b8f46);
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 50%;
  box-shadow:
    0 20px 42px rgba(5, 22, 13, .28),
    0 0 0 8px rgba(52, 213, 110, .16);
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  transition: box-shadow .2s ease, filter .2s ease;
  will-change: transform;
}

.whatsapp-floater {
  transform: translate3d(24px, 60vh, 0);
}

.whatsapp-floater:hover {
  filter: brightness(1.07);
  box-shadow:
    0 22px 52px rgba(5, 22, 13, .34),
    0 0 0 12px rgba(52, 213, 110, .2);
}

.whatsapp-floater svg {
  width: 38px;
  height: 38px;
  fill: currentColor;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .18));
}

.collision-wave {
  position: fixed;
  z-index: 220;
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
  border: 2px solid rgba(52, 213, 110, .78);
  border-radius: 50%;
  pointer-events: none;
  animation: collisionWave .68s ease-out forwards;
}

.meteor-layer {
  position: fixed;
  inset: 0;
  z-index: 150;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease;
}

.meteor-layer.is-active {
  opacity: 1;
}

.meteor {
  position: absolute;
  top: -130px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, #fff8d8 0 14%, #ffd36b 15% 32%, #ff7a24 42%, #c72612 66%, rgba(199, 38, 18, 0) 72%);
  box-shadow:
    0 0 16px rgba(255, 211, 107, .95),
    0 0 34px rgba(255, 122, 36, .85),
    0 0 58px rgba(22, 136, 217, .34);
  animation: meteorFall var(--meteor-duration, 5s) linear forwards;
  will-change: transform, opacity;
}

.meteor::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 14px;
  width: 10px;
  height: 260px;
  background: linear-gradient(0deg, rgba(255, 236, 170, .98), rgba(255, 122, 36, .76) 28%, rgba(22, 136, 217, .34) 62%, transparent);
  border-radius: 999px;
  transform: translateX(-50%) rotate(30deg);
  transform-origin: bottom center;
  filter: blur(.6px);
}

.meteor::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 36, .42), transparent 66%);
  animation: meteorPulse .42s ease-in-out infinite alternate;
}

.meteor-impact {
  position: fixed;
  z-index: 221;
  width: 54px;
  height: 54px;
  margin: -27px 0 0 -27px;
  border: 2px solid rgba(93, 214, 255, .86);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 248, 216, .95) 0 9%, rgba(255, 122, 36, .58) 10% 32%, rgba(22, 136, 217, .2) 46%, transparent 70%);
  box-shadow:
    0 0 26px rgba(255, 122, 36, .82),
    0 0 58px rgba(93, 214, 255, .38);
  pointer-events: none;
  animation: meteorImpact .82s ease-out forwards;
}

.orbital-nav.meteor-hit .orbital-brand {
  animation: meteorTargetHit .72s cubic-bezier(.2, .9, .2, 1) both;
}

.whatsapp-floater.meteor-hit {
  filter: brightness(1.25);
  box-shadow:
    0 24px 60px rgba(5, 22, 13, .42),
    0 0 0 16px rgba(52, 213, 110, .24);
}

@keyframes meteorFall {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  8% {
    opacity: 1;
  }

  92% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translate3d(calc(var(--meteor-drift, 240px) * -1), calc(100vh + 320px), 0);
  }
}

@keyframes meteorPulse {
  to {
    transform: scale(1.28);
    opacity: .72;
  }
}

@keyframes meteorImpact {
  0% {
    opacity: .95;
    transform: scale(.25);
    box-shadow:
      0 0 0 0 rgba(255, 122, 36, .55),
      0 0 34px rgba(255, 236, 170, .85);
  }

  100% {
    opacity: 0;
    transform: scale(5.2);
    box-shadow:
      0 0 0 28px rgba(93, 214, 255, 0),
      0 0 80px rgba(255, 122, 36, 0);
  }
}

@keyframes meteorTargetHit {
  0% {
    filter: brightness(1);
    transform: scale(1);
  }

  28% {
    filter: brightness(1.28);
    transform: scale(1.12) rotate(-5deg);
  }

  55% {
    transform: scale(.96) rotate(4deg);
  }

  100% {
    filter: brightness(1);
    transform: scale(1) rotate(0);
  }
}

.plan-reveal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 28px;
  color: var(--white);
  background: rgba(3, 7, 10, .28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  transition: opacity .18s ease, visibility .18s ease;
}

.plan-reveal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.reveal-door {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50.2%;
  background:
    linear-gradient(135deg, rgba(22, 136, 217, .22), transparent 44%),
    linear-gradient(180deg, rgba(8, 13, 16, .98), rgba(4, 9, 12, .96));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
  transform: translateX(0);
}

.reveal-door-left {
  left: 0;
  border-right: 1px solid rgba(22, 136, 217, .34);
}

.reveal-door-right {
  right: 0;
  border-left: 1px solid rgba(22, 136, 217, .34);
}

.plan-reveal.is-active .reveal-door-left {
  animation: revealDoorLeft 1.05s cubic-bezier(.18, .86, .2, 1) forwards;
}

.plan-reveal.is-active .reveal-door-right {
  animation: revealDoorRight 1.05s cubic-bezier(.18, .86, .2, 1) forwards;
}

.reveal-burst {
  position: absolute;
  width: min(78vw, 860px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle, rgba(22, 136, 217, .58), rgba(22, 136, 217, .2) 28%, transparent 62%),
    conic-gradient(from 90deg, transparent, rgba(52, 213, 110, .42), transparent 24%, rgba(255, 122, 89, .38), transparent 52%);
  border-radius: 50%;
  opacity: 0;
  transform: scale(.24) rotate(-18deg);
  filter: blur(.2px);
}

.plan-reveal.is-active .reveal-burst {
  animation: revealBurst 1.1s ease-out forwards;
}

.reveal-close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 4;
  min-height: 42px;
  padding: 0 14px;
  color: var(--white);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
  opacity: 0;
  transform: translateY(-8px);
}

.plan-reveal.is-active .reveal-close {
  animation: revealItemIn .5s ease .92s forwards;
}

.reveal-content {
  position: relative;
  z-index: 3;
  width: min(980px, 100%);
  padding: clamp(28px, 5vw, 58px);
  display: grid;
  justify-items: start;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(22, 136, 217, .28), transparent 38%),
    linear-gradient(24deg, rgba(52, 213, 110, .16), transparent 56%),
    rgba(8, 13, 16, .92);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .42);
  opacity: 0;
  transform: translateY(34px) scale(.94);
}

.reveal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .9), transparent 88%);
  pointer-events: none;
}

.plan-reveal.is-active .reveal-content {
  animation: revealContentIn .72s cubic-bezier(.18, .86, .2, 1) .38s forwards;
}

.reveal-content > * {
  position: relative;
  z-index: 1;
}

.reveal-content .eyebrow {
  color: var(--gold);
}

.reveal-content h2 {
  max-width: 860px;
  margin: 0 0 16px;
  font-size: clamp(3rem, 9vw, 7.8rem);
  line-height: .86;
  text-transform: uppercase;
}

.reveal-content p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(1rem, 2vw, 1.28rem);
  line-height: 1.55;
}

.reveal-steps {
  width: 100%;
  margin: 28px 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.reveal-steps span {
  min-height: 72px;
  padding: 12px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .84);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  font-weight: 900;
  text-align: center;
}

.reveal-content .primary-button {
  background: var(--blue);
}

@keyframes revealDoorLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-102%);
  }
}

@keyframes revealDoorRight {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(102%);
  }
}

@keyframes revealBurst {
  0% {
    opacity: 0;
    transform: scale(.22) rotate(-18deg);
  }

  42% {
    opacity: 1;
  }

  100% {
    opacity: .34;
    transform: scale(1.1) rotate(18deg);
  }
}

@keyframes revealContentIn {
  0% {
    opacity: 0;
    transform: translateY(34px) scale(.94);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes revealItemIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes collisionWave {
  0% {
    opacity: .9;
    transform: scale(.45);
    box-shadow: 0 0 0 0 rgba(52, 213, 110, .35);
  }

  100% {
    opacity: 0;
    transform: scale(4.4);
    box-shadow: 0 0 0 18px rgba(22, 136, 217, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-floater {
    left: auto;
    top: auto;
    right: 24px;
    bottom: 24px;
    transform: none;
  }

  .plan-reveal {
    display: none;
  }

  .meteor-layer {
    display: none;
  }
}

@media (max-width: 700px) {
  .whatsapp-floater {
    left: auto;
    top: auto;
    right: 18px;
    bottom: 18px;
    width: 58px;
    height: 58px;
    transform: none;
  }

  .whatsapp-floater svg {
    width: 34px;
    height: 34px;
  }

  .plan-reveal {
    display: none;
  }

  .meteor-layer {
    display: none;
  }
}

@media (max-width: 900px) {
  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-stats span {
    min-height: 68px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }
}

@media (max-width: 620px) {
  .brand-logo {
    height: 21px;
    max-width: 145px;
  }

  .hero-content {
    padding-bottom: 82px;
  }

}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 250, 249, .86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(219, 228, 231, .8);
}

.nav-shell {
  width: min(1180px, calc(100% - 32px));
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand {
  font-weight: 800;
}

.brand-logo {
  width: auto;
  height: 48px;
  display: block;
  object-fit: contain;
}

.nav-actions a {
  color: var(--muted);
  font-size: .95rem;
  font-weight: 700;
}

.hero {
  min-height: calc(100vh - 70px);
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 76% 24%, rgba(22, 136, 217, .38), transparent 28%),
    linear-gradient(135deg, #0b1115, #102433);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 24vh;
  z-index: -1;
  background: linear-gradient(180deg, transparent, var(--paper));
}

.hero-content {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 15vh;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--coral);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(3.4rem, 9vw, 7.8rem);
  line-height: .9;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions,
.contact-band,
.catalog-meta,
.toolbar {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-actions {
  margin-top: 32px;
  flex-wrap: wrap;
}

.primary-button,
.ghost-button,
.clear-button,
.modal-close {
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}

.primary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
}

.primary-button {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 10px 26px rgba(15, 107, 84, .24);
}

.primary-button.dark {
  background: var(--ink);
}

.ghost-button {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .12);
}

.catalog-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0;
}

.trust-strip {
  width: min(1180px, calc(100% - 32px));
  margin: -58px auto 0;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.trust-strip div {
  min-height: 120px;
  padding: 22px;
  display: grid;
  align-content: center;
  gap: 6px;
  background: var(--white);
}

.trust-strip strong {
  color: var(--green-dark);
  font-size: 1.2rem;
}

.trust-strip span {
  color: var(--muted);
  line-height: 1.35;
}

.plan-avanza-section {
  width: min(1180px, calc(100% - 32px));
  margin: 44px auto 0;
  padding: 0;
}

.plan-avanza-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .78fr);
  gap: 28px;
  align-items: stretch;
  padding: 40px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(22, 136, 217, .34), transparent 38%),
    linear-gradient(26deg, rgba(255, 122, 89, .18), transparent 52%),
    var(--black);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(7, 14, 17, .2);
}

.plan-avanza-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .9), transparent 82%);
  pointer-events: none;
}

.plan-avanza-copy,
.plan-avanza-panel {
  position: relative;
  z-index: 1;
}

.plan-avanza-copy {
  display: grid;
  align-content: center;
}

.plan-avanza-copy .eyebrow {
  color: var(--gold);
}

.plan-avanza-copy h2 {
  max-width: 720px;
  margin: 0 0 16px;
  font-size: clamp(2.5rem, 6vw, 5.8rem);
  line-height: .9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.plan-avanza-copy p:not(.eyebrow) {
  max-width: 710px;
  margin: 0;
  color: rgba(255, 255, 255, .75);
  font-size: 1.18rem;
  line-height: 1.62;
}

.plan-avanza-promise {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.plan-avanza-promise article {
  min-height: 142px;
  padding: 18px;
  display: grid;
  align-content: start;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
}

.plan-avanza-promise strong {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1rem;
}

.plan-avanza-promise span {
  color: rgba(255, 255, 255, .64);
  line-height: 1.45;
}

.plan-avanza-actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.plan-avanza-actions .primary-button {
  background: var(--blue);
}

.plan-avanza-actions span {
  min-height: 44px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  font-weight: 800;
}

.plan-avanza-panel {
  min-height: 330px;
  padding: 26px;
  display: grid;
  align-content: end;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.plan-badge {
  width: fit-content;
  margin-bottom: 28px;
  padding: 10px 14px;
  color: var(--black);
  background: var(--gold);
  border-radius: 8px;
  font-size: .88rem;
  font-weight: 950;
  text-transform: uppercase;
}

.plan-avanza-panel h3 {
  margin: 0 0 16px;
  color: var(--white);
  font-size: 1.55rem;
  line-height: 1.08;
}

.plan-meter {
  height: 92px;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: .62fr .84fr 1fr;
  align-items: end;
  gap: 10px;
}

.plan-meter span {
  display: block;
  min-height: 38px;
  background: linear-gradient(180deg, var(--blue), rgba(22, 136, 217, .28));
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px 8px 0 0;
}

.plan-meter span:nth-child(2) {
  min-height: 64px;
  background: linear-gradient(180deg, var(--green), rgba(13, 122, 98, .28));
}

.plan-meter span:nth-child(3) {
  min-height: 92px;
  background: linear-gradient(180deg, var(--coral), rgba(255, 122, 89, .26));
}

.sales-signal {
  margin: -4px 0 20px;
  padding: 14px;
  display: grid;
  gap: 4px;
  background: rgba(52, 213, 110, .12);
  border: 1px solid rgba(52, 213, 110, .28);
  border-radius: 8px;
}

.sales-signal strong {
  color: #7cf7a7;
  font-size: 1.45rem;
  line-height: 1;
}

.sales-signal span {
  color: rgba(255, 255, 255, .7);
  font-weight: 800;
}

.plan-avanza-panel ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.plan-avanza-panel li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, .8);
  font-weight: 800;
  line-height: 1.35;
}

.plan-avanza-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  background: var(--gold);
  border-radius: 50%;
}

.dependency-showcase img,
.overview-card-image {
  display: block;
  width: 100%;
  height: auto;
}

.plan-phase-strip {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.plan-phase-strip span {
  min-height: 42px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .82);
  background: rgba(22, 136, 217, .18);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  font-size: .78rem;
  font-weight: 900;
  text-align: center;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  align-items: end;
  gap: 28px;
  margin-bottom: 28px;
}

.section-heading.compact {
  grid-template-columns: 1fr;
  max-width: 820px;
}

.catalog-heading {
  grid-template-columns: minmax(0, .9fr) minmax(320px, .75fr);
  align-items: center;
  padding: 26px 28px;
  background:
    linear-gradient(135deg, rgba(22, 136, 217, .08), transparent 46%),
    var(--white);
  border: 1px solid rgba(16, 20, 23, .1);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 14, 17, .07);
}

.section-heading.catalog-heading h2 {
  max-width: 620px;
  font-size: 2.35rem;
  line-height: 1.05;
}

.section-copy {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.section-heading h2,
.contact-band h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

.toolbar {
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(20, 37, 42, .06);
}

.search-box {
  min-width: min(100%, 340px);
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.search-box svg,
.modal-close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.search-box input {
  width: 100%;
  min-height: 48px;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
}

.filter-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.filter-tabs button,
.clear-button {
  min-height: 48px;
  padding: 0 14px;
  color: var(--muted);
  background: var(--paper);
  border: 1px solid var(--line);
}

.filter-tabs button[aria-selected="true"] {
  color: var(--white);
  background: var(--green-dark);
  border-color: var(--green-dark);
}

.catalog-meta {
  justify-content: space-between;
  min-height: 52px;
}

.catalog-meta p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(20, 37, 42, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(20, 37, 42, .12);
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  background: #dce6e3;
}

.product-content {
  padding: 18px;
}

.tag-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.tag {
  color: var(--blue);
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.badge {
  padding: 6px 10px;
  color: #684a02;
  background: rgba(215, 169, 63, .2);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 850;
}

.product-card h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
}

.product-card p {
  min-height: 72px;
  margin: 10px 0 18px;
  color: var(--muted);
  line-height: 1.5;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.price {
  font-weight: 900;
}

.detail-button {
  min-height: 40px;
  padding: 0 12px;
  color: var(--white);
  background: var(--ink);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}

.process-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 10px 0 70px;
}

.coming-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 10px 0 70px;
}

.coming-section > p {
  max-width: 680px;
  margin: -6px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.marketing-detail {
  margin-top: 32px;
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
  gap: 20px;
  align-items: stretch;
}

.marketing-main,
.marketing-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 20, 23, .1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(7, 14, 17, .1);
}

.marketing-main {
  min-height: 100%;
  padding: 30px;
  display: grid;
  grid-template-rows: auto minmax(220px, 1fr);
  gap: 26px;
  color: var(--white);
  background:
    linear-gradient(140deg, rgba(22, 136, 217, .34), transparent 38%),
    linear-gradient(24deg, rgba(13, 122, 98, .22), transparent 52%),
    var(--black);
  border-color: rgba(255, 255, 255, .08);
}

.marketing-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .86), transparent 84%);
  pointer-events: none;
}

.marketing-copy,
.marketing-console {
  position: relative;
  z-index: 1;
}

.marketing-image {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 320px;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(0, 0, 0, .24);
}

.marketing-main span,
.marketing-grid span {
  width: fit-content;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  padding: 7px 10px;
  color: var(--white);
  background: var(--blue);
  border-radius: 8px;
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.marketing-main h3,
.marketing-grid h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
  line-height: 1.18;
}

.marketing-main h3 {
  max-width: 460px;
  font-size: 2.35rem;
  line-height: 1.02;
}

.marketing-main p,
.marketing-grid p {
  margin: 0;
  line-height: 1.55;
}

.marketing-main p {
  color: rgba(255, 255, 255, .7);
}

.marketing-console {
  min-height: 240px;
  align-self: end;
  padding: 18px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
  background: rgba(6, 13, 17, .72);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.console-top {
  display: flex;
  gap: 7px;
}

.console-top span {
  width: 9px;
  height: 9px;
  margin: 0;
  padding: 0;
  background: var(--blue);
  border-radius: 50%;
}

.console-top span:nth-child(2) {
  background: var(--green);
}

.console-top span:nth-child(3) {
  background: var(--gold);
}

.signal-map {
  position: relative;
  min-height: 112px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(22, 136, 217, .08), transparent 45%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 46px);
}

.signal-node {
  position: absolute;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  background: var(--blue);
  border: 3px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(22, 136, 217, .16);
}

.node-a {
  left: 12%;
  top: 58%;
}

.node-b {
  left: 47%;
  top: 26%;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(13, 122, 98, .16);
}

.node-c {
  right: 12%;
  top: 46%;
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(230, 182, 76, .18);
}

.signal-line {
  position: absolute;
  height: 2px;
  padding: 0;
  margin: 0;
  background: linear-gradient(90deg, var(--blue), var(--green));
  border-radius: 999px;
  transform-origin: left center;
}

.line-a {
  left: 16%;
  top: 58%;
  width: 36%;
  transform: rotate(-25deg);
}

.line-b {
  left: 50%;
  top: 35%;
  width: 33%;
  background: linear-gradient(90deg, var(--green), var(--gold));
  transform: rotate(14deg);
}

.console-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.console-metrics div {
  min-height: 68px;
  padding: 12px;
  display: grid;
  align-content: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
}

.console-metrics strong {
  font-size: .95rem;
}

.console-metrics span {
  margin: 4px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, .56);
  background: transparent;
  font-size: .75rem;
  text-transform: none;
}

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

.marketing-grid article {
  min-height: 220px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(22, 136, 217, .08), transparent 42%),
    var(--white);
}

.marketing-grid span {
  background: var(--green-dark);
}

.marketing-grid p {
  color: var(--muted);
}

.marketing-results {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.marketing-results span {
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(22, 136, 217, .12), rgba(13, 122, 98, .1)),
    var(--white);
  border: 1px solid rgba(16, 20, 23, .1);
  border-radius: 999px;
  font-weight: 850;
  box-shadow: 0 10px 22px rgba(7, 14, 17, .07);
}

.web-detail {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.web-detail article {
  min-height: 220px;
  padding: 24px;
  display: grid;
  align-content: end;
  background:
    linear-gradient(145deg, rgba(22, 136, 217, .1), transparent 48%),
    var(--white);
  border: 1px solid rgba(16, 20, 23, .1);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 14, 17, .08);
}

.web-detail span {
  width: 44px;
  height: 44px;
  margin-bottom: 26px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  border-radius: 8px;
  font-weight: 900;
}

.web-detail h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
  line-height: 1.18;
}

.web-detail p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.web-importance {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
  gap: 18px;
  padding: 26px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(22, 136, 217, .24), transparent 42%),
    linear-gradient(24deg, rgba(13, 122, 98, .2), transparent 56%),
    var(--black);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(7, 14, 17, .14);
}

.web-importance-copy h3 {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 1.08;
}

.web-importance-copy p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  line-height: 1.58;
}

.web-reasons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.web-reasons article {
  min-height: 118px;
  padding: 18px;
  display: grid;
  align-content: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 8px;
}

.web-reasons strong {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1.05rem;
}

.web-reasons span {
  color: rgba(255, 255, 255, .62);
  line-height: 1.45;
}

.overview-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 78px 0 10px;
}

.overview-grid {
  display: grid;
  grid-template-columns: 1.15fr .9fr .9fr;
  gap: 18px;
}

.overview-card {
  min-height: 250px;
  padding: 28px;
  display: grid;
  align-content: start;
  border-radius: 8px;
  border: 1px solid rgba(16, 20, 23, .1);
  background: var(--white);
  box-shadow: 0 16px 36px rgba(16, 20, 23, .08);
}

.overview-card-image {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin: -8px 0 22px;
  border-radius: 8px;
  border: 1px solid rgba(16, 20, 23, .08);
}

.overview-card.active .overview-card-image {
  border-color: rgba(255, 255, 255, .14);
}

.overview-card.active {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(22, 136, 217, .24), transparent 42%),
    var(--black);
}

.overview-card span {
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  color: var(--green-dark);
  background: rgba(13, 122, 98, .12);
  border-radius: 8px;
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.overview-card.active span {
  color: var(--white);
  background: rgba(255, 255, 255, .14);
}

.overview-card h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  line-height: 1.12;
}

.overview-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.overview-card.active p {
  color: rgba(255, 255, 255, .68);
}

.muted-card {
  opacity: .86;
}

.owned-products-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 64px 0 72px;
}

.product-heading {
  align-items: end;
  margin-bottom: 34px;
}

.product-heading h2 {
  max-width: 720px;
  font-size: clamp(2.15rem, 4.2vw, 3.35rem);
  line-height: 1.04;
}

.product-note {
  max-width: 420px;
  padding: 18px 20px;
  color: var(--ink);
  background: linear-gradient(135deg, rgba(22, 136, 217, .1), rgba(13, 122, 98, .08));
  border: 1px solid rgba(16, 20, 23, .1);
  border-left: 4px solid var(--blue);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(7, 14, 17, .07);
  font-weight: 800;
}

.owned-products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.dependency-showcase {
  margin: 0 0 26px;
  overflow: hidden;
  background: var(--black);
  border: 1px solid rgba(16, 20, 23, .1);
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(7, 14, 17, .12);
}

.coming-section .dependency-showcase {
  margin-top: 24px;
}

.dependency-showcase img {
  aspect-ratio: 1200 / 760;
  object-fit: cover;
}

.owned-product-card {
  min-height: 540px;
  display: grid;
  grid-template-rows: minmax(250px, .78fr) auto;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(16, 20, 23, .1);
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(7, 14, 17, .1);
}

.owned-product-visual {
  position: relative;
  min-height: 250px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(22, 136, 217, .38), transparent 44%),
    linear-gradient(28deg, rgba(13, 122, 98, .28), transparent 58%),
    var(--black);
}

.owned-product-image {
  width: 100%;
  min-height: 250px;
  height: 100%;
  max-height: 340px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.salon-card .owned-product-visual {
  background:
    linear-gradient(135deg, rgba(255, 122, 89, .28), transparent 42%),
    linear-gradient(28deg, rgba(230, 182, 76, .24), transparent 56%),
    var(--black);
}

.owned-product-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: .82;
}

.invoice-window,
.salon-window {
  position: relative;
  z-index: 1;
  width: min(78%, 340px);
  min-height: 190px;
  padding: 22px;
  display: grid;
  align-content: center;
  gap: 16px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, .28);
  backdrop-filter: blur(16px);
}

.invoice-window > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
}

.invoice-window > span::before {
  content: "";
  width: 22px;
  height: 28px;
  border: 2px solid var(--gold);
  border-radius: 4px;
  box-shadow: inset 0 -8px 0 rgba(230, 182, 76, .28);
}

.invoice-window strong,
.salon-window strong {
  font-size: clamp(1.72rem, 4vw, 2.1rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

.invoice-lines {
  display: grid;
  gap: 8px;
}

.invoice-lines i,
.calendar-grid span {
  display: block;
  height: 9px;
  background: rgba(255, 255, 255, .72);
  border-radius: 999px;
}

.invoice-lines i:nth-child(2) {
  width: 76%;
}

.invoice-lines i:nth-child(3) {
  width: 52%;
}

.invoice-window em {
  width: fit-content;
  padding: 7px 10px;
  color: var(--black);
  background: var(--gold);
  border-radius: 8px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.calendar-grid span {
  height: 42px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .16);
}

.calendar-grid span:nth-child(2),
.calendar-grid span:nth-child(5) {
  background: var(--coral);
}

.salon-window small {
  color: rgba(255, 255, 255, .68);
  font-size: .88rem;
  font-weight: 800;
}

.owned-product-copy {
  padding: 36px 28px 28px;
}

.owned-product-copy > span {
  width: fit-content;
  min-height: 32px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 7px 10px;
  color: var(--green-dark);
  background: rgba(13, 122, 98, .12);
  border-radius: 8px;
  font-size: .78rem;
  line-height: 1.1;
  font-weight: 850;
  text-transform: uppercase;
}

.salon-card .owned-product-copy > span {
  color: #7b351e;
  background: rgba(255, 122, 89, .14);
}

.owned-product-copy h3 {
  margin: 0 0 10px;
  font-size: clamp(1.65rem, 3.2vw, 2rem);
  line-height: 1.05;
}

.owned-product-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.owned-product-copy ul {
  margin: 20px 0 24px;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.owned-product-copy li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  font-weight: 750;
  line-height: 1.45;
}

.owned-product-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  background: var(--green);
  border-radius: 50%;
}

.salon-card .owned-product-copy li::before {
  background: var(--coral);
}

.product-link {
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--black);
  border-radius: 8px;
  font-weight: 900;
}

.product-link:hover {
  background: var(--green-dark);
}

.store-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 10px 0 76px;
}

.store-heading {
  align-items: end;
}

.store-grid {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: 20px;
  align-items: stretch;
}

.store-feature {
  min-height: 520px;
  padding: 30px;
  display: grid;
  grid-template-rows: minmax(220px, 1fr) auto;
  gap: 26px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(22, 136, 217, .3), transparent 42%),
    linear-gradient(24deg, rgba(13, 122, 98, .2), transparent 56%),
    var(--black);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(7, 14, 17, .14);
}

.store-image {
  width: 100%;
  min-height: 220px;
  height: 100%;
  max-height: 300px;
  display: block;
  object-fit: cover;
  object-position: center;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, .22);
}

.store-device {
  min-height: 220px;
  position: relative;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px),
    rgba(255, 255, 255, .06);
  background-size: 34px 34px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
}

.store-device span {
  width: min(250px, 68%);
  aspect-ratio: 16 / 10;
  display: block;
  background:
    linear-gradient(135deg, rgba(93, 214, 255, .24), transparent 44%),
    #101417;
  border: 10px solid rgba(255, 255, 255, .82);
  border-radius: 18px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, .28);
}

.store-device strong {
  position: absolute;
  color: var(--white);
  font-size: 1.8rem;
  line-height: 1;
}

.store-device strong::first-letter {
  color: var(--blue);
}

.store-device i {
  position: absolute;
  bottom: 30px;
  width: 210px;
  height: 18px;
  background: rgba(255, 255, 255, .16);
  border-radius: 999px;
}

.store-kicker {
  width: fit-content;
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  color: var(--black);
  background: var(--gold);
  border-radius: 8px;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.store-feature h3 {
  margin: 0 0 12px;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  line-height: 1.05;
}

.store-feature p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .68);
  line-height: 1.58;
}

.store-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.store-products article {
  min-height: 245px;
  padding: 24px;
  display: grid;
  align-content: end;
  background:
    linear-gradient(145deg, rgba(22, 136, 217, .09), transparent 46%),
    var(--white);
  border: 1px solid rgba(16, 20, 23, .1);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(16, 20, 23, .08);
}

.store-products span {
  width: 44px;
  height: 44px;
  margin-bottom: 26px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  border-radius: 8px;
  font-weight: 900;
}

.store-products h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
  line-height: 1.15;
}

.store-products p {
  margin: 0;
  color: var(--muted);
  line-height: 1.52;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.process-grid article {
  min-height: 230px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(20, 37, 42, .06);
}

.process-grid span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 30px;
  color: var(--white);
  background: var(--green-dark);
  border-radius: 8px;
  font-weight: 900;
}

.process-grid h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.empty-state {
  margin: 40px 0 0;
  padding: 30px;
  text-align: center;
  color: var(--muted);
  background: var(--white);
  border: 1px dashed var(--line);
  border-radius: 8px;
}

.contact-band {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 56px;
  justify-content: space-between;
  align-items: center;
  padding: 36px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green-dark), #172126 70%);
  border-radius: 8px;
}

.contact-band .eyebrow {
  color: var(--gold);
}

.contact-band h2 {
  max-width: 780px;
  font-size: clamp(1.7rem, 4vw, 3rem);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.contact-actions .primary-button {
  white-space: nowrap;
}

.product-modal {
  width: min(920px, calc(100% - 32px));
  padding: 0;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-modal::backdrop {
  background: rgba(9, 24, 25, .68);
  backdrop-filter: blur(4px);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  padding: 0;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: rgba(255, 255, 255, .92);
}

.modal-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
}

.modal-layout img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.modal-body {
  padding: 42px;
}

.modal-body h3 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
}

.modal-body p {
  color: var(--muted);
  line-height: 1.6;
}

.modal-highlights {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.modal-highlights span {
  padding: 12px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 750;
}

.interest-form {
  margin: 18px 0 12px;
  padding: 16px;
  display: grid;
  gap: 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.interest-form label {
  color: var(--ink);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.interest-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.interest-row input {
  min-width: 0;
  min-height: 46px;
  padding: 0 13px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.interest-row button {
  min-height: 46px;
  box-shadow: none;
}

.interest-row button:disabled {
  cursor: wait;
  opacity: .68;
}

.interest-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 750;
}

.interest-status.is-success {
  color: var(--green);
}

.interest-status.is-error {
  color: #a83220;
}

.modal-whatsapp {
  width: fit-content;
}

.quick-contact-modal {
  width: min(520px, calc(100% - 32px));
  padding: 0;
  color: var(--ink);
  background: var(--white);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .36);
}

.quick-contact-modal::backdrop {
  background: rgba(4, 9, 12, .66);
  backdrop-filter: blur(5px);
}

.quick-contact-body {
  padding: 34px;
}

.quick-contact-body h3 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 3.2rem);
  line-height: 1;
}

.quick-contact-body p:not(.eyebrow) {
  margin: 14px 0 22px;
  color: var(--muted);
  line-height: 1.55;
}

.quick-contact-actions {
  display: grid;
  gap: 12px;
}

.quick-contact-actions .primary-button {
  width: 100%;
  justify-content: center;
}

.quick-contact-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(4, 9, 12, .68);
  backdrop-filter: blur(5px);
}

.quick-contact-overlay:target {
  display: grid;
}

.quick-contact-close-area {
  position: absolute;
  inset: 0;
}

.quick-contact-panel {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  padding: 34px;
  color: var(--ink);
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .36);
}

.quick-contact-close {
  text-decoration: none;
}

.quick-contact-panel h3 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 3.2rem);
  line-height: 1;
}

.quick-contact-panel p:not(.eyebrow) {
  margin: 14px 0 22px;
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 900px) {
  .section-heading,
  .product-grid,
  .modal-layout,
  .trust-strip,
  .process-grid,
  .plan-avanza-shell,
  .plan-avanza-promise,
  .overview-grid,
  .owned-products-grid,
  .store-grid,
  .store-products,
  .marketing-detail,
  .marketing-grid,
  .web-detail,
  .web-importance,
  .web-reasons {
    grid-template-columns: 1fr;
  }

  .catalog-heading {
    padding: 24px;
  }

  .section-heading.catalog-heading h2 {
    font-size: 2rem;
  }

  .modal-layout img {
    min-height: 260px;
  }

  .contact-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .trust-strip {
    margin-top: -36px;
  }

  .marketing-main h3 {
    font-size: 2rem;
  }
}

@media (max-width: 620px) {
  .nav-actions {
    display: none;
  }

  .brand-logo {
    height: 42px;
    max-width: 220px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    padding-bottom: 110px;
  }

  .filter-tabs,
  .filter-tabs button,
  .clear-button,
  .primary-button,
  .ghost-button {
    width: 100%;
  }

  .product-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .detail-button {
    width: 100%;
  }

  .modal-body,
  .contact-band,
  .plan-avanza-shell,
  .plan-avanza-panel,
  .owned-product-copy,
  .store-feature,
  .store-products article,
  .marketing-main,
  .marketing-grid article,
  .web-detail article,
  .web-importance {
    padding: 24px;
  }

  .interest-row {
    grid-template-columns: 1fr;
  }

  .modal-whatsapp {
    width: 100%;
  }

  .web-importance-copy h3 {
    font-size: 1.55rem;
  }

  .marketing-main h3 {
    font-size: 1.72rem;
  }

  .section-heading.catalog-heading h2 {
    font-size: 1.75rem;
  }

  .marketing-console {
    min-height: 220px;
    padding: 14px;
  }

  .console-metrics {
    grid-template-columns: 1fr;
  }

  .plan-phase-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Ajustes finales del rediseño: estas reglas quedan al final para ganar prioridad. */
.site-header {
  background: rgba(8, 13, 16, .9);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.nav-shell {
  height: 64px;
}

.brand-logo {
  height: 28px;
  max-width: 190px;
}

.nav-actions a {
  color: rgba(255, 255, 255, .72);
}

.hero {
  min-height: calc(100vh - 64px);
}

.hero-media {
  background:
    radial-gradient(circle at 76% 24%, rgba(22, 136, 217, .38), transparent 28%),
    radial-gradient(circle at 84% 70%, rgba(13, 122, 98, .28), transparent 24%),
    linear-gradient(90deg, rgba(4, 9, 12, .96), rgba(4, 9, 12, .76) 46%, rgba(4, 9, 12, .34)),
    linear-gradient(135deg, #0b1115, #102433);
}

.hero-content {
  padding-bottom: 12vh;
}

.hero h1 {
  max-width: 940px;
  font-size: clamp(3rem, 7vw, 6.9rem);
  line-height: .92;
}

.hero-stats {
  width: min(760px, 100%);
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .22);
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.hero-stats span {
  min-height: 86px;
  padding: 18px 18px 18px 0;
  display: grid;
  align-content: center;
  gap: 4px;
  color: rgba(255, 255, 255, .72);
  font-weight: 700;
}

.hero-stats strong {
  color: var(--white);
  font-size: 1.65rem;
  line-height: 1;
}

.primary-button {
  background: var(--blue);
  box-shadow: 0 10px 26px rgba(22, 136, 217, .28);
}

.primary-button.dark,
.detail-button {
  background: var(--black);
}

.trust-strip {
  margin-top: -54px;
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .1);
}

.trust-strip div,
.process-grid article {
  background: var(--black);
}

.trust-strip strong,
.process-grid h3 {
  color: var(--white);
}

.trust-strip span,
.process-grid p {
  color: rgba(255, 255, 255, .66);
}

.catalog-section {
  padding-top: 86px;
}

.filter-tabs button[aria-selected="true"] {
  background: var(--ink);
  border-color: var(--ink);
}

.product-grid {
  gap: 20px;
}

.product-card {
  border-color: rgba(16, 20, 23, .1);
  box-shadow: 0 16px 36px rgba(16, 20, 23, .08);
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 58px rgba(16, 20, 23, .15);
}

.product-card img {
  aspect-ratio: 16 / 10;
}

.tag {
  color: var(--green);
}

.badge {
  color: #5c3f00;
  background: rgba(230, 182, 76, .22);
  border-radius: 8px;
}

.process-grid span {
  background: var(--blue);
}

.contact-band {
  background:
    linear-gradient(135deg, rgba(22, 136, 217, .26), transparent 34%),
    var(--black);
}

@media (max-width: 900px) {
  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-stats span {
    min-height: 68px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }
}

@media (max-width: 620px) {
  .social-top-links {
    top: 64px;
    left: 50%;
    gap: 5px;
    padding: 6px;
    transform: translateX(-50%);
  }

  .social-link {
    width: 34px;
    height: 34px;
  }

  .social-toggle {
    width: 34px;
    height: 34px;
  }

  .social-top-links::after {
    inset: 6px auto 6px 6px;
    width: 34px;
  }

  .social-link svg {
    width: 16px;
    height: 16px;
  }

  .ticket-top-link {
    top: 12px;
    right: 12px;
    min-height: 38px;
    padding: 0 12px;
    font-size: .8rem;
  }

  .brand-logo {
    height: 24px;
    max-width: 170px;
  }

  .hero-content {
    padding-bottom: 82px;
  }
}

/* Fondo corporativo final sin fotografias de obra o ingenieria civil. */
.site-header {
  pointer-events: none;
}

.site-header .nav-shell {
  display: none;
}

.orbital-nav {
  width: min(420px, calc(100% - 32px));
  height: 96px;
  margin: 0 auto;
  position: relative;
  pointer-events: auto;
}

.orbital-brand {
  position: absolute;
  left: 50%;
  top: 0;
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(238, 247, 252, .92));
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 50%;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, .26),
    0 0 0 12px rgba(255, 255, 255, .05);
}

.orbital-brand::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  background: rgba(255, 255, 255, .03);
}

.orbital-brand img {
  width: 68%;
  height: auto;
}

.orbital-link {
  position: absolute;
  top: 34px;
  min-width: 112px;
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: rgba(8, 13, 16, .78);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .24);
  backdrop-filter: blur(16px);
  font-weight: 900;
}

.orbital-link::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35));
}

.orbital-services {
  right: calc(50% + 56px);
}

.orbital-services::before {
  right: -46px;
}

.orbital-contact {
  left: calc(50% + 56px);
}

.orbital-contact::before {
  left: -46px;
  transform: rotate(180deg);
}

.orbital-link:hover {
  color: var(--white);
  background: var(--blue);
  border-color: rgba(255, 255, 255, .32);
  transform: translateY(-2px);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 14px 0;
  background: transparent;
  border-bottom: 0;
}

.nav-shell {
  width: min(1180px, calc(100% - 28px));
  height: 64px;
  padding: 8px 10px 8px 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  box-shadow: 0 18px 50px rgba(4, 9, 12, .18);
  backdrop-filter: blur(18px);
  overflow: hidden;
  isolation: isolate;
}

.nav-shell::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: linear-gradient(120deg, rgba(22, 136, 217, .45), rgba(255, 122, 89, .24), rgba(13, 122, 98, .42));
  opacity: .7;
}

.nav-shell::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  background: rgba(255, 255, 255, .92);
  border-radius: 999px;
}

.brand {
  min-width: 0;
  height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(16, 20, 23, .08);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(16, 20, 23, .08);
}

.brand-logo {
  height: 25px;
  max-width: 168px;
}

.nav-actions {
  height: 48px;
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(8, 13, 16, .06);
  border-radius: 999px;
}

.nav-actions a {
  min-height: 40px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  border-radius: 999px;
  font-size: .94rem;
  font-weight: 850;
}

.nav-actions a:hover {
  color: var(--white);
  background: var(--black);
}

.nav-status {
  height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--white);
  background: var(--black);
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(8, 13, 16, .18);
}

.nav-status span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #38e39f;
  box-shadow: 0 0 0 7px rgba(56, 227, 159, .14);
}

.menu-toggle {
  width: 48px;
  height: 48px;
  display: none;
  place-items: center;
  gap: 5px;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: var(--black);
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  display: block;
  background: currentColor;
  border-radius: 999px;
}

.hero-content {
  padding-top: 110px;
}

.service-orbit {
  position: absolute;
  right: max(28px, calc((100vw - 1180px) / 2));
  bottom: 12vh;
  width: min(34vw, 430px);
  aspect-ratio: 1;
  pointer-events: none;
}

.orbit-ring {
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 42px rgba(255, 255, 255, .025),
    inset 0 0 0 88px rgba(22, 136, 217, .035),
    0 0 70px rgba(22, 136, 217, .2);
  animation: orbitPulse 4s ease-in-out infinite;
}

.orbit-core {
  position: absolute;
  inset: 33%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
}

.orbit-core img {
  width: 66%;
  height: auto;
}

.orbit-node {
  position: absolute;
  min-width: 96px;
  padding: 10px 13px;
  color: var(--white);
  background: rgba(8, 13, 16, .72);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, .22);
  font-size: .82rem;
  font-weight: 850;
  text-align: center;
}

.node-support {
  top: 9%;
  left: 31%;
}

.node-cctv {
  top: 41%;
  right: 0;
}

.node-alarms {
  bottom: 11%;
  left: 28%;
}

.node-business {
  top: 42%;
  left: 0;
}

@keyframes orbitPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: .86;
  }

  50% {
    transform: scale(1.035);
    opacity: 1;
  }
}

.hero-media {
  background:
    radial-gradient(circle at 76% 24%, rgba(22, 136, 217, .38), transparent 28%),
    radial-gradient(circle at 84% 70%, rgba(13, 122, 98, .28), transparent 24%),
    linear-gradient(90deg, rgba(4, 9, 12, .96), rgba(4, 9, 12, .76) 46%, rgba(4, 9, 12, .34)),
    linear-gradient(135deg, #0b1115, #102433);
}

@media (max-width: 700px) {
  .site-header .nav-shell {
    display: flex;
  }

  .orbital-nav {
    display: none;
  }

  .site-header {
    pointer-events: auto;
  }

  .site-header {
    padding: 10px 0;
  }

  .nav-shell {
    width: min(100% - 20px, 1180px);
    height: 60px;
    padding: 7px;
    overflow: visible;
  }

  .brand {
    height: 46px;
    padding: 0 14px;
  }

  .brand-logo {
    height: 22px;
    max-width: 145px;
  }

  .menu-toggle {
    display: grid;
    flex: 0 0 auto;
  }

  .nav-actions {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    height: auto;
    padding: 8px;
    display: grid;
    gap: 6px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(16, 20, 23, .08);
    border-radius: 18px;
    box-shadow: 0 20px 48px rgba(4, 9, 12, .18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease;
  }

  .nav-actions.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-actions a {
    min-height: 48px;
    justify-content: flex-start;
    padding: 0 16px;
    border-radius: 12px;
  }

  .nav-status {
    display: none;
  }

  .service-orbit {
    right: 20px;
    bottom: 30px;
    width: 220px;
    opacity: .38;
  }

  .orbit-node {
    display: none;
  }
}

/* Capa activa del menu burbuja flotante. */
@media (min-width: 701px) {
  .site-header {
    inset: 0;
    height: 0;
    padding: 0;
    pointer-events: none;
    background: transparent;
    border: 0;
  }

  .site-header .nav-shell {
    display: none;
  }

  .orbital-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 108px;
    height: 108px;
    margin: 0;
    display: block;
    z-index: 50;
    pointer-events: auto;
    filter: drop-shadow(0 18px 36px rgba(0, 0, 0, .28));
    transition: width .22s ease, filter .22s ease;
    will-change: transform;
  }

  .orbital-nav.is-open {
    width: 390px;
    filter: drop-shadow(0 24px 54px rgba(0, 0, 0, .35));
  }

  .orbital-brand {
    position: absolute;
    left: 0;
    top: 0;
    width: 108px;
    height: 108px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transform: none;
  }

  .orbital-brand img {
    width: 68%;
    height: auto;
  }

  .orbital-brand:hover {
    transform: scale(1.04);
  }

  .orbital-link {
    position: absolute;
    top: 33px;
    min-width: 112px;
    min-height: 42px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-18px) scale(.92);
    transition: opacity .2s ease, transform .2s ease, background .18s ease;
  }

  .orbital-nav.is-open .orbital-link {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) scale(1);
  }

  .orbital-services {
    left: 126px;
    right: auto;
  }

  .orbital-contact {
    left: 258px;
    right: auto;
  }

  .orbital-link::before {
    display: none;
  }
}

@media (max-width: 700px) {
  .site-header {
    pointer-events: auto;
  }

  .site-header .nav-shell {
    display: flex;
  }

  .orbital-nav {
    display: none;
  }
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, transparent, #000 38%, #000 100%);
  opacity: .42;
}

.hero-media::after {
  content: "";
  position: absolute;
  right: min(8vw, 120px);
  top: 16vh;
  width: min(38vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 50% 50%, rgba(22, 136, 217, .2), transparent 46%);
  box-shadow:
    inset 0 0 0 42px rgba(255, 255, 255, .03),
    inset 0 0 0 96px rgba(255, 255, 255, .025),
    0 0 70px rgba(22, 136, 217, .2);
}

/* Cierre final real del menu flotante. */
@media (min-width: 701px) {
  body .orbital-nav {
    z-index: 140;
    overflow: visible;
  }

  body .orbital-nav.is-open {
    width: 390px;
  }

  body .orbital-nav .orbital-submenu {
    position: absolute;
    left: 122px;
    top: 86px;
    width: 232px;
    max-height: min(420px, calc(100vh - 140px));
    padding: 10px;
    display: grid;
    gap: 8px;
    overflow-y: auto;
    color: var(--white);
    background: rgba(8, 13, 16, .94);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .42);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px) scale(.96);
    transition: opacity .18s ease, transform .2s ease;
  }

  body .orbital-nav.submenu-open .orbital-submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  body .orbital-nav .orbital-submenu .orbital-sublink,
  body .orbital-nav.submenu-open .orbital-submenu .orbital-sublink {
    position: relative;
    inset: auto;
    min-width: 0;
    min-height: 38px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--white);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    animation: none;
    font-size: .86rem;
    font-weight: 900;
  }
}

/* Correccion definitiva: al abrir Servicios, ningun boton orbital tapa el panel. */
@media (min-width: 701px) {
  body .orbital-nav.submenu-open > .orbital-link:not(.orbital-services):not(.orbital-contact) {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body .orbital-nav.submenu-open .orbital-services {
    z-index: 320 !important;
  }

  body .orbital-nav.submenu-open .orbital-submenu {
    z-index: 310 !important;
  }

  body .orbital-nav.submenu-open .orbital-contact,
  body .orbital-nav .orbital-contact {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 999 !important;
  }
}

/* Contacto rapido dentro de la bola flotante. */
@media (min-width: 701px) {
  body .orbital-nav .orbital-contact-card {
    position: absolute;
    left: 122px;
    top: 86px;
    width: 270px;
    padding: 14px;
    display: grid;
    gap: 9px;
    color: var(--white);
    background: rgba(8, 13, 16, .96);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .42);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(-10px) scale(.96);
    transition: opacity .18s ease, transform .2s ease, visibility .18s ease;
    z-index: 330;
  }

  body .orbital-nav .orbital-contact-card span {
    color: var(--accent);
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
  }

  body .orbital-nav .orbital-contact-card a {
    min-height: 42px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    color: var(--white);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    font-size: .9rem;
    font-weight: 900;
    text-decoration: none;
  }

  body .orbital-nav.contact-open .orbital-services {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body .orbital-nav.contact-open .orbital-contact {
    left: 126px !important;
    z-index: 340 !important;
  }

  body .orbital-nav.contact-open .orbital-contact-card {
    display: grid !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
  }
}

/* Fallback fuerte para que Contacto siempre muestre sus enlaces. */
body .orbital-nav.contact-open #orbitalContactCard {
  position: absolute;
  left: 122px;
  top: 86px;
  width: 270px;
  padding: 14px;
  display: grid !important;
  gap: 9px;
  color: var(--white);
  background: rgba(8, 13, 16, .96);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .42);
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
  transform: translateY(0) scale(1) !important;
  z-index: 500 !important;
}

/* Posicion final de los botones principales de la bola flotante. */
@media (min-width: 701px) {
  body .orbital-nav:not(.is-open) .orbital-link {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body .orbital-nav.is-open {
    width: 260px !important;
    height: 134px !important;
  }

  body .orbital-nav.is-open .orbital-link {
    min-width: 124px !important;
    min-height: 42px !important;
    justify-content: center !important;
  }

  body .orbital-nav.is-open .orbital-services {
    left: 122px !important;
    top: 18px !important;
    right: auto !important;
    transform: translateX(0) scale(1) !important;
  }

  body .orbital-nav.is-open .orbital-contact,
  body .orbital-nav.submenu-open .orbital-contact {
    left: 122px !important;
    top: 70px !important;
    right: auto !important;
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(0) scale(1) !important;
  }

  body .orbital-nav.submenu-open .orbital-submenu {
    left: 260px !important;
    top: 0 !important;
  }
}
