:root {
  --nt-bg: #041f26;
  --nt-bg-deep: #020d12;
  --nt-panel: #0f172a;
  --nt-primary: #00c2d1;
  --nt-accent: #34e3f1;
  --nt-text: #f2fbfc;
  --nt-soft-text: #e6fafc;
  --nt-muted: rgba(230, 250, 252, 0.68);
  --nt-faint: rgba(230, 250, 252, 0.48);
  --nt-border: rgba(242, 251, 252, 0.12);
  --nt-border-bright: rgba(52, 227, 241, 0.28);
  --nt-shadow: 0 30px 100px rgba(0, 0, 0, 0.34);
  --nt-radius-xl: 36px;
  --nt-radius-lg: 28px;
  --nt-radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--nt-bg);
  color: var(--nt-text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(52, 227, 241, 0.9);
  outline-offset: 4px;
}

.ec-region-shell {
  position: relative;
  min-height: 100dvh;
  overflow-x: clip;
  overflow-y: visible;
  isolation: isolate;
  color: var(--nt-text);
  background:
    radial-gradient(circle at 18% 8%, rgba(52, 227, 241, 0.1), transparent 30rem),
    radial-gradient(circle at 82% 20%, rgba(0, 194, 209, 0.08), transparent 28rem),
    radial-gradient(circle at 50% 105%, rgba(52, 227, 241, 0.07), transparent 32rem),
    linear-gradient(180deg, #041f26 0%, #061820 45%, #031014 100%);
}

.ec-region-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.ec-region-bg__grid,
.ec-region-bg__glow,
.ec-region-bg__orb {
  position: absolute;
  pointer-events: none;
}

.ec-region-bg__grid {
  inset: -2rem;
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(242, 251, 252, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 251, 252, 0.075) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: radial-gradient(circle at 50% 28%, black, transparent 78%);
  animation: ecRegionGridDrift 28s linear infinite;
}

.ec-region-bg__glow {
  border-radius: 999px;
  filter: blur(74px);
  opacity: 0.58;
  will-change: transform, opacity;
  animation: ecRegionGlowFloat 18s ease-in-out infinite alternate;
}

.ec-region-bg__glow--one {
  width: 42rem;
  height: 42rem;
  top: -18rem;
  left: -14rem;
  background: rgba(52, 227, 241, 0.16);
}

.ec-region-bg__glow--two {
  width: 34rem;
  height: 34rem;
  right: -15rem;
  bottom: 5rem;
  background: rgba(0, 194, 209, 0.13);
  animation-delay: -7s;
}

.ec-region-bg__orb {
  width: 40rem;
  height: 18rem;
  left: 50%;
  top: 32%;
  border-radius: 999px;
  opacity: 0.2;
  filter: blur(46px);
  background:
    radial-gradient(circle at 35% 50%, rgba(52, 227, 241, 0.2), transparent 58%),
    radial-gradient(circle at 68% 50%, rgba(0, 194, 209, 0.16), transparent 62%);
  transform: translate3d(-50%, 0, 0) rotate(-9deg);
  animation: ecRegionOrbBreathe 22s ease-in-out infinite;
}

.ec-region-main {
  position: relative;
  z-index: 1;
}

.ec-region-shell [id] {
  scroll-margin-top: 7rem;
}

.ec-region-shell .nt-page {
  min-height: auto;
  overflow: visible;
  background: transparent;
}

.ec-region-shell .nt-page::before,
.ec-region-shell .nt-page::after {
  content: none;
  animation: none;
}

.nt-page {
  min-height: 100dvh;
  position: relative;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 8%, rgba(52, 227, 241, 0.18), transparent 28rem),
    radial-gradient(circle at 82% 12%, rgba(0, 194, 209, 0.13), transparent 26rem),
    radial-gradient(circle at 45% 88%, rgba(253, 208, 52, 0.06), transparent 24rem),
    linear-gradient(180deg, #041f26 0%, #06161d 52%, #020d12 100%);
}

.nt-page::before,
.nt-page::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.nt-page::before {
  z-index: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(242, 251, 252, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 251, 252, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  animation: ntGridDrift 22s linear infinite;
}

.nt-page::after {
  z-index: 0;
  opacity: 0.24;
  background:
    radial-gradient(circle at 24% 34%, rgba(52, 227, 241, 0.12), transparent 18rem),
    radial-gradient(circle at 74% 62%, rgba(0, 194, 209, 0.1), transparent 20rem);
  animation: ntAuraShift 14s ease-in-out infinite alternate;
}

.nt-aurora {
  position: fixed;
  inset: auto -18rem -18rem -18rem;
  height: 30rem;
  pointer-events: none;
  z-index: 0;
  opacity: 0.32;
  filter: blur(38px);
  background:
    radial-gradient(circle at 35% 40%, rgba(52, 227, 241, 0.22), transparent 18rem),
    radial-gradient(circle at 65% 30%, rgba(0, 194, 209, 0.2), transparent 16rem);
  animation: ntAurora 16s ease-in-out infinite alternate;
}

.nt-glow {
  position: fixed;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(64px);
  opacity: 0.6;
  z-index: 0;
  animation: ntFloat 9s ease-in-out infinite;
}

.nt-glow-a {
  width: 38rem;
  height: 38rem;
  top: -23rem;
  left: 52%;
  background: rgba(52, 227, 241, 0.12);
}

.nt-glow-b {
  width: 28rem;
  height: 28rem;
  right: -11rem;
  bottom: -12rem;
  background: rgba(0, 194, 209, 0.14);
  animation-delay: -3s;
}

.nt-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ec-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0.75rem 1rem;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.ec-header::before,
.ec-header::after {
  content: none;
}

.ec-header__inner {
  position: relative;
  width: min(1180px, 100%);
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(8.25rem, 11.4rem) minmax(0, 1fr) max-content;
  align-items: center;
  gap: clamp(0.72rem, 1.4vw, 1.08rem);
  margin: 0 auto;
  border: 1px solid rgba(230, 250, 252, 0.14);
  border-radius: 30px;
  padding: 0.58rem 0.72rem 0.58rem 0.86rem;
  background: linear-gradient(
    180deg,
    #08141f 0%,
    #07141c 100%
  );
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
}

.ec-header__brand {
  min-width: 0;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  border-radius: 20px;
  padding: 0.28rem 0.46rem 0.28rem 0.34rem;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.ec-header__brand:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.04);
}

.ec-header__logo {
  display: block;
  width: clamp(2.6rem, 4vw, 3rem);
  max-width: 18vw;
  height: auto;
  max-height: 30px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.22));
}

.ec-header__brand-copy {
  min-width: 0;
  display: grid;
  gap: 0.08rem;
  line-height: 1.02;
}

.ec-header__brand-title,
.ec-header__brand-subline {
  display: block;
  overflow: hidden;
  max-width: 8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ec-header__brand-title {
  color: rgba(242, 251, 252, 0.94);
  font-size: 0.96rem;
  font-weight: 780;
  letter-spacing: 0;
}

.ec-header__brand-subline {
  color: rgba(230, 250, 252, 0.54);
  font-size: 0.72rem;
  font-weight: 680;
}

.ec-header__nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
}

.ec-header__nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 0.58rem 0.66rem;
  color: rgba(242, 251, 252, 0.88);
  font-size: 0.875rem;
  font-weight: 720;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.ec-header__nav-link:hover,
.ec-header__nav-link:focus-visible {
  color: var(--nt-text);
  background: rgba(255, 255, 255, 0.045);
  transform: translateY(-1px);
}

.ec-header__nav-link[aria-current="page"],
.ec-header__nav-link.is-active {
  color: var(--nt-text);
  background: rgba(52, 227, 241, 0.075);
}

.ec-header__nav > .ec-header__nav-link[aria-current="page"]::after,
.ec-header__nav > .ec-header__nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--nt-accent);
  box-shadow: 0 0 10px rgba(52, 227, 241, 0.4);
  transform: translateX(-50%);
}

.ec-header__actions {
  min-width: max-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.48rem;
}

.ec-header__cta {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  max-width: 12.8rem;
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 0.68rem 0.82rem;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.ec-header__cta:hover,
.ec-header__cta:focus-visible {
  transform: translateY(-2px);
}

.ec-header__cta--primary {
  color: #031318;
  border-color: rgba(52, 227, 241, 0.55);
  background: linear-gradient(180deg, var(--nt-accent) 0%, var(--nt-primary) 100%);
  box-shadow:
    0 0 22px rgba(0, 194, 209, 0.22),
    0 10px 26px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.ec-header__cta--primary:hover,
.ec-header__cta--primary:focus-visible {
  box-shadow:
    0 0 28px rgba(52, 227, 241, 0.28),
    0 12px 28px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.ec-header__cta--secondary {
  color: rgba(242, 251, 252, 0.88);
  border-color: rgba(230, 250, 252, 0.12);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.ec-header__cta--secondary:hover,
.ec-header__cta--secondary:focus-visible {
  border-color: rgba(230, 250, 252, 0.18);
  background: rgba(255, 255, 255, 0.07);
}

.ec-header__menu-button {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(230, 250, 252, 0.14);
  border-radius: 17px;
  color: var(--nt-text);
  background: #0d1726;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.ec-header__menu-button:hover,
.ec-header__menu-button:focus-visible {
  border-color: rgba(52, 227, 241, 0.34);
  background: #102033;
  transform: translateY(-1px);
}

.ec-header__menu-icon {
  position: relative;
  width: 20px;
  height: 14px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.ec-header__menu-icon span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.ec-header--menu-open .ec-header__menu-icon span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.ec-header--menu-open .ec-header__menu-icon span:nth-child(2) {
  opacity: 0;
}

.ec-header--menu-open .ec-header__menu-icon span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.ec-header__mobile-panel {
  position: absolute;
  top: calc(100% + 0.72rem);
  left: 0;
  right: 0;
  z-index: 3;
  display: grid;
  gap: 1rem;
  border: 1px solid rgba(230, 250, 252, 0.14);
  border-radius: 26px;
  padding: 0.86rem;
  background: linear-gradient(
    180deg,
    #08141f 0%,
    #07121a 100%
  );
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  transform: translateY(-8px) scale(0.98);
  visibility: hidden;
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  transition:
    transform 0.22s ease,
    visibility 0.22s ease;
}

.ec-header--menu-open .ec-header__mobile-panel {
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
}

.ec-header__mobile-nav,
.ec-header__mobile-actions {
  display: grid;
  gap: 0.52rem;
}

.ec-header__mobile-actions {
  border-bottom: 1px solid rgba(230, 250, 252, 0.09);
  padding-bottom: 0.74rem;
}

.ec-header__mobile-nav .ec-header__nav-link {
  justify-content: center;
  min-height: 48px;
  border: 1px solid rgba(230, 250, 252, 0.12);
  border-radius: 18px;
  padding: 0.86rem 0.95rem;
  color: var(--nt-text);
  background: #0d1726;
  text-align: center;
}

.ec-header__mobile-nav .ec-header__nav-link:hover,
.ec-header__mobile-nav .ec-header__nav-link:focus-visible {
  border-color: rgba(52, 227, 241, 0.24);
  background: #102033;
}

.ec-header__mobile-nav .ec-header__nav-link[aria-current="page"],
.ec-header__mobile-nav .ec-header__nav-link.is-active {
  border-color: rgba(52, 227, 241, 0.22);
  background: linear-gradient(180deg, #0d2530 0%, #0b1d27 100%);
}

.ec-header__mobile-actions .ec-header__cta {
  width: 100%;
  max-width: none;
  min-height: 48px;
}

.ec-header__mobile-actions .ec-header__cta--secondary {
  color: rgba(242, 251, 252, 0.94);
  border-color: rgba(242, 251, 252, 0.16);
  background: rgba(15, 23, 42, 0.9);
}

.ec-header__mobile-nav .ec-header__nav-link--service {
  border-color: rgba(52, 227, 241, 0.22);
  background:
    linear-gradient(180deg, rgba(13, 37, 48, 0.94) 0%, rgba(11, 29, 39, 0.94) 100%);
  box-shadow: inset 0 1px 0 rgba(242, 251, 252, 0.05);
}

.ec-header__mobile-actions .ec-header__cta--whatsapp,
.ec-header__mobile-actions .ec-header__cta--service {
  min-height: 52px;
  border-radius: 18px;
}

.ec-header__mobile-actions .ec-header__cta--service {
  border-color: rgba(52, 227, 241, 0.2);
  background: rgba(4, 31, 38, 0.86);
}

.ec-mobile-quick-actions {
  display: none;
}

.ec-mobile-quick-actions__inner {
  width: min(100% - 24px, 34rem);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0 auto;
  border: 1px solid rgba(230, 250, 252, 0.14);
  border-radius: 24px;
  padding: 0.46rem;
  background:
    linear-gradient(180deg, rgba(8, 20, 31, 0.92) 0%, rgba(7, 18, 26, 0.94) 100%);
  box-shadow:
    0 18px 52px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(0, 194, 209, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
}

.ec-mobile-quick-actions__link {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 18px;
  padding: 0.72rem 0.62rem;
  font-size: 0.88rem;
  font-family: inherit;
  font-weight: 820;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.ec-mobile-quick-actions__link:hover,
.ec-mobile-quick-actions__link:focus-visible {
  transform: translateY(-1px);
}

.ec-mobile-quick-actions__link--service {
  color: rgba(242, 251, 252, 0.95);
  border-color: rgba(52, 227, 241, 0.2);
  background: rgba(4, 31, 38, 0.86);
  box-shadow: inset 0 1px 0 rgba(242, 251, 252, 0.05);
}

.ec-mobile-quick-actions__link--whatsapp,
.ec-mobile-quick-actions__link--chat {
  color: #031318;
  border-color: rgba(52, 227, 241, 0.58);
  background: linear-gradient(180deg, var(--nt-accent) 0%, var(--nt-primary) 100%);
  box-shadow:
    0 0 20px rgba(0, 194, 209, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.ec-mobile-quick-actions__link--assistance {
  color: rgba(242, 251, 252, 0.95);
  border-color: rgba(52, 227, 241, 0.22);
  background: linear-gradient(180deg, rgba(13, 37, 48, 0.94) 0%, rgba(11, 29, 39, 0.94) 100%);
  box-shadow: inset 0 1px 0 rgba(242, 251, 252, 0.05);
}

.ec-page-subnav {
  position: relative;
  z-index: 2;
  margin: clamp(-1.55rem, -2vw, -0.8rem) 0 0;
}

.ec-page-subnav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(230, 250, 252, 0.12);
  border-radius: 24px;
  padding: 0.48rem;
  background:
    linear-gradient(180deg, rgba(8, 20, 31, 0.82) 0%, rgba(7, 18, 26, 0.86) 100%),
    rgba(15, 23, 42, 0.45);
  box-shadow:
    0 18px 52px rgba(0, 0, 0, 0.24),
    inset 0 1px rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(16px) saturate(125%);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
}

.ec-page-subnav__inner::-webkit-scrollbar {
  display: none;
}

.ec-page-subnav__link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(230, 250, 252, 0.1);
  border-radius: 999px;
  padding: 0.68rem 0.88rem;
  color: rgba(242, 251, 252, 0.84);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.9rem;
  font-weight: 780;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
}

.ec-page-subnav__link:hover,
.ec-page-subnav__link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(52, 227, 241, 0.28);
  background: rgba(52, 227, 241, 0.075);
  color: var(--nt-text);
}

.ec-footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top: 1px solid rgba(242, 251, 252, 0.045);
  padding: 0.75rem 1rem 0.9rem;
  background: transparent;
}

.ec-footer::before {
  content: none;
}

.ec-footer__inner {
  position: relative;
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(13.5rem, 0.95fr) minmax(0, 1.95fr) minmax(14.5rem, 0.9fr);
  align-items: start;
  justify-items: stretch;
  column-gap: clamp(1rem, 2.2vw, 1.75rem);
  row-gap: 0.68rem;
  margin: 0 auto;
  border: 1px solid rgba(242, 251, 252, 0.1);
  border-radius: 30px;
  padding: clamp(0.95rem, 1.9vw, 1.35rem);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(4, 31, 38, 0.76)),
    rgba(15, 23, 42, 0.58);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.26),
    inset 0 1px rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(22px);
}

.ec-footer__brand {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 0.62rem;
  min-width: 0;
  text-align: left;
}

.ec-footer__brand-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  border-radius: 22px;
  padding: 0.32rem 0.48rem 0.32rem 0.34rem;
  color: inherit;
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.ec-footer__brand-link:hover,
.ec-footer__brand-link:focus-visible {
  background: rgba(255, 255, 255, 0.045);
  transform: translateY(-1px);
}

.ec-footer__logo {
  display: block;
  width: 3rem;
  max-height: 32px;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.24));
}

.ec-footer__brand-copy {
  display: grid;
  gap: 0.12rem;
  line-height: 1.02;
}

.ec-footer__brand-title,
.ec-footer__brand-subline {
  display: block;
  letter-spacing: 0;
}

.ec-footer__brand-title {
  color: rgba(242, 251, 252, 0.96);
  font-size: 1rem;
  font-weight: 800;
}

.ec-footer__brand-subline {
  color: rgba(230, 250, 252, 0.56);
  font-size: 0.74rem;
  font-weight: 680;
}

.ec-footer__description {
  max-width: 16.5rem;
  margin: 0;
  color: rgba(230, 250, 252, 0.64);
  font-size: 0.9rem;
  line-height: 1.48;
  text-align: left;
}

.ec-footer__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(7.5rem, 1fr));
  align-items: start;
  gap: clamp(0.75rem, 1.6vw, 1.1rem);
}

.ec-footer__column {
  display: grid;
  align-content: start;
  justify-items: start;
  min-width: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  text-align: left;
}

.ec-footer__title,
.ec-footer__cta-title {
  margin: 0;
  color: rgba(242, 251, 252, 0.92);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0;
}

.ec-footer__link-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.12rem;
  margin: 0.48rem 0 0;
  padding: 0;
  list-style: none;
}

.ec-footer__link {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 28px;
  border-radius: 10px;
  padding: 0;
  color: rgba(230, 250, 252, 0.62);
  font-size: 0.9rem;
  line-height: 1.24;
  text-align: left;
  text-decoration: none;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.ec-footer__link:hover,
.ec-footer__link:focus-visible {
  color: var(--nt-accent);
  transform: translateX(2px);
}

.ec-footer__cta-card {
  width: 100%;
  align-self: start;
  justify-self: stretch;
  display: grid;
  justify-items: stretch;
  border: 1px solid rgba(52, 227, 241, 0.16);
  border-radius: 24px;
  padding: 0.86rem;
  background:
    radial-gradient(circle at 18% 0%, rgba(52, 227, 241, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    0 20px 64px rgba(0, 0, 0, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.08);
}

.ec-footer__cta-copy {
  max-width: none;
  margin: 0.36rem 0 0;
  color: rgba(230, 250, 252, 0.62);
  font-size: 0.88rem;
  line-height: 1.38;
  text-align: left;
}

.ec-footer__actions {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.42rem;
  margin-top: 0.62rem;
}

.ec-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 0.55rem 0.78rem;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.ec-footer__cta:hover,
.ec-footer__cta:focus-visible {
  transform: translateY(-2px);
}

.ec-footer__cta--primary {
  color: #031318;
  background: linear-gradient(135deg, var(--nt-primary), var(--nt-accent));
  box-shadow:
    0 14px 34px rgba(0, 194, 209, 0.22),
    inset 0 1px rgba(255, 255, 255, 0.38);
}

.ec-footer__cta--secondary {
  color: rgba(242, 251, 252, 0.9);
  border-color: rgba(242, 251, 252, 0.14);
  background: rgba(255, 255, 255, 0.052);
}

.ec-footer__cta--secondary:hover,
.ec-footer__cta--secondary:focus-visible {
  border-color: rgba(52, 227, 241, 0.32);
  background: rgba(255, 255, 255, 0.078);
}

.ec-footer__bottom {
  width: 100%;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-top: 1px solid rgba(242, 251, 252, 0.09);
  padding-top: 0.52rem;
  text-align: left;
}

.ec-footer__legal {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.24rem;
  margin: 0;
  color: rgba(242, 251, 252, 0.76);
  font-size: 0.88rem;
  line-height: 1.45;
}

.ec-footer__flag {
  width: 20px;
  height: 14px;
  display: inline-block;
  object-fit: cover;
  border-radius: 3px;
  vertical-align: -2px;
  box-shadow: 0 0 0 1px rgba(242, 251, 252, 0.18);
}

.ec-footer__bottom-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.88rem;
}

.ec-footer__bottom-links a {
  color: rgba(230, 250, 252, 0.48);
  font-size: 0.84rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ec-footer__bottom-links a:hover,
.ec-footer__bottom-links a:focus-visible {
  color: rgba(242, 251, 252, 0.86);
}

.nt-international-page {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow-x: hidden;
  overflow-y: auto;
  padding: clamp(1.25rem, 4vh, 3rem);
  color: var(--nt-text);
  background:
    radial-gradient(circle at 50% -12%, rgba(52, 227, 241, 0.16), transparent 28rem),
    radial-gradient(circle at 10% 82%, rgba(0, 194, 209, 0.085), transparent 24rem),
    radial-gradient(circle at 92% 74%, rgba(52, 227, 241, 0.075), transparent 25rem),
    linear-gradient(180deg, #041f26 0%, #06161d 52%, #020d12 100%);
}

.nt-international-page::before {
  z-index: 0;
  opacity: 0.07;
  background-image:
    linear-gradient(rgba(242, 251, 252, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 251, 252, 0.11) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: radial-gradient(circle at 50% 46%, black, transparent 74%);
  animation: ntLaunchMesh 34s linear infinite;
}

.nt-international-page::after {
  z-index: 0;
  opacity: 0.42;
  background:
    radial-gradient(circle at 50% 44%, rgba(52, 227, 241, 0.1), transparent 24rem),
    linear-gradient(110deg, transparent 0 18%, rgba(52, 227, 241, 0.06) 50%, transparent 82%),
    radial-gradient(circle at 50% 78%, rgba(0, 194, 209, 0.075), transparent 24rem);
  animation: ntLaunchGlow 20s ease-in-out infinite alternate;
}

.nt-international-glow {
  position: fixed;
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(76px);
  opacity: 0.5;
  will-change: transform, opacity;
  animation: ntLaunchDrift 24s ease-in-out infinite alternate;
}

.nt-international-glow-a {
  width: min(36rem, 78vw);
  height: min(36rem, 78vw);
  top: -20rem;
  left: 8%;
  background: rgba(52, 227, 241, 0.13);
}

.nt-international-glow-b {
  width: min(32rem, 74vw);
  height: min(32rem, 74vw);
  right: -14rem;
  bottom: -15rem;
  background: rgba(0, 194, 209, 0.12);
  animation-delay: -7s;
}

.nt-international-orbit {
  position: fixed;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(52, 227, 241, 0.1);
  border-radius: 50%;
  opacity: 0.38;
  transform: rotate(-12deg);
  animation: ntLaunchOrbit 28s ease-in-out infinite alternate;
}

.nt-international-orbit-a {
  width: min(46rem, 112vw);
  height: min(15rem, 44vw);
  top: 14%;
  right: -18rem;
}

.nt-international-orbit-b {
  width: min(38rem, 105vw);
  height: min(13rem, 46vw);
  left: -17rem;
  bottom: 12%;
  animation-delay: -10s;
}

.nt-launch-notice {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(1.25rem, 4.5vw, 3.3rem);
}

.nt-launch-content {
  display: grid;
  justify-items: start;
  gap: clamp(1rem, 2.1vh, 1.35rem);
  text-align: left;
}

.nt-launch-logo {
  display: inline-flex;
  width: fit-content;
  padding: 0.68rem 0.82rem;
  border: 1px solid rgba(52, 227, 241, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.026)),
    rgba(15, 23, 42, 0.26);
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.nt-launch-logo img {
  display: block;
  width: clamp(5.2rem, 6.3vw, 6.7rem);
  height: auto;
  object-fit: contain;
}

.nt-launch-copy {
  display: grid;
  justify-items: start;
}

.nt-launch-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.56rem;
  width: fit-content;
  min-height: 34px;
  border: 1px solid rgba(52, 227, 241, 0.18);
  border-radius: 999px;
  padding: 0.42rem 0.76rem;
  color: rgba(242, 251, 252, 0.78);
  background:
    linear-gradient(90deg, rgba(52, 227, 241, 0.09), rgba(255, 255, 255, 0.032)),
    rgba(15, 23, 42, 0.22);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  backdrop-filter: blur(16px);
}

.nt-launch-badge__dot {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 999px;
  background: var(--nt-accent);
  box-shadow: 0 0 18px rgba(52, 227, 241, 0.75);
}

.nt-launch-title {
  max-width: 760px;
  margin: clamp(0.95rem, 2vh, 1.2rem) 0 0;
  font-size: 4.05rem;
  line-height: 1.02;
  font-weight: 790;
  letter-spacing: 0;
}

.nt-launch-lead {
  max-width: 620px;
  margin: clamp(0.8rem, 1.6vh, 1rem) 0 0;
  color: rgba(230, 250, 252, 0.7);
  font-size: 1.08rem;
  line-height: 1.62;
}

.nt-launch-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.nt-launch-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  min-height: 50px;
  border: 1px solid rgba(242, 251, 252, 0.16);
  border-radius: 999px;
  padding: 0.84rem 1.18rem;
  color: rgba(242, 251, 252, 0.88);
  background: rgba(255, 255, 255, 0.045);
  font-weight: 760;
  line-height: 1.1;
  text-decoration: none;
  backdrop-filter: blur(16px);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.nt-launch-link--primary {
  border-color: rgba(52, 227, 241, 0.42);
  color: #041f26;
  background:
    linear-gradient(135deg, rgba(52, 227, 241, 0.98), rgba(0, 194, 209, 0.9));
  box-shadow:
    0 20px 58px rgba(0, 194, 209, 0.24),
    inset 0 1px rgba(255, 255, 255, 0.42);
}

.nt-launch-link:hover,
.nt-launch-link:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(52, 227, 241, 0.3);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 48px rgba(0, 194, 209, 0.14);
}

.nt-launch-link--primary:hover,
.nt-launch-link--primary:focus-visible {
  border-color: rgba(242, 251, 252, 0.38);
  background:
    linear-gradient(135deg, rgba(98, 239, 248, 1), rgba(0, 194, 209, 0.96));
  box-shadow:
    0 22px 58px rgba(0, 194, 209, 0.24),
    inset 0 1px rgba(255, 255, 255, 0.48);
}

.gateway-country-flag {
  width: 32px;
  height: 21px;
  display: inline-block;
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(242, 251, 252, 0.18);
}

.nt-region-panel {
  position: relative;
  display: grid;
  gap: 0.95rem;
  border: 1px solid rgba(52, 227, 241, 0.16);
  border-radius: 28px;
  padding: clamp(0.9rem, 2vw, 1.2rem);
  background:
    radial-gradient(circle at 16% 0%, rgba(52, 227, 241, 0.16), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.024)),
    rgba(15, 23, 42, 0.42);
  box-shadow:
    0 30px 92px rgba(0, 0, 0, 0.26),
    inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
}

.nt-region-panel::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(52, 227, 241, 0.12), transparent 32%),
    linear-gradient(315deg, rgba(242, 251, 252, 0.06), transparent 38%);
}

.nt-region-panel__head,
.nt-region-list,
.nt-region-card {
  position: relative;
}

.nt-region-panel__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.2rem 0.15rem 0.1rem;
}

.nt-region-panel__head span {
  color: rgba(230, 250, 252, 0.48);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nt-region-panel__head strong {
  color: rgba(242, 251, 252, 0.9);
  font-size: 0.96rem;
}

.nt-region-list {
  display: grid;
  gap: 0.72rem;
}

.nt-region-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  min-height: 104px;
  border: 1px solid rgba(242, 251, 252, 0.075);
  border-radius: 22px;
  padding: 0.92rem;
  background: rgba(2, 13, 18, 0.26);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.048);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.nt-region-card--active {
  border-color: rgba(52, 227, 241, 0.32);
  background:
    radial-gradient(circle at 14% 12%, rgba(52, 227, 241, 0.16), transparent 48%),
    rgba(2, 13, 18, 0.34);
  box-shadow:
    0 18px 54px rgba(0, 194, 209, 0.12),
    inset 0 1px rgba(255, 255, 255, 0.08);
}

.nt-region-card--active:hover {
  transform: translateY(-3px);
  border-color: rgba(52, 227, 241, 0.46);
  background:
    radial-gradient(circle at 16% 12%, rgba(52, 227, 241, 0.21), transparent 50%),
    rgba(2, 13, 18, 0.38);
  box-shadow:
    0 22px 62px rgba(0, 194, 209, 0.16),
    inset 0 1px rgba(255, 255, 255, 0.1);
}

.nt-region-card__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242, 251, 252, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.nt-region-card__icon span {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: rgba(230, 250, 252, 0.3);
  box-shadow: 0 0 0 6px rgba(230, 250, 252, 0.045);
}

.nt-region-card__topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.nt-region-card h2,
.nt-region-card p {
  margin: 0;
}

.nt-region-card h2 {
  color: rgba(242, 251, 252, 0.9);
  font-size: 1rem;
  line-height: 1.2;
}

.nt-region-card__topline span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  border: 1px solid rgba(242, 251, 252, 0.095);
  border-radius: 999px;
  padding: 0.28rem 0.48rem;
  color: rgba(230, 250, 252, 0.6);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.72rem;
  font-weight: 760;
}

.nt-region-card--active .nt-region-card__topline span {
  border-color: rgba(52, 227, 241, 0.28);
  color: rgba(242, 251, 252, 0.86);
  background: rgba(52, 227, 241, 0.08);
}

.nt-region-card__topline i {
  display: inline-block;
  flex: 0 0 auto;
  width: 0.43rem;
  height: 0.43rem;
  border-radius: 999px;
  background: var(--nt-accent);
  box-shadow: 0 0 16px rgba(52, 227, 241, 0.78);
  animation: ntLaunchPulse 1.9s ease-in-out infinite;
}

.nt-region-card p {
  margin-top: 0.42rem;
  color: rgba(230, 250, 252, 0.56);
  font-size: 0.9rem;
  line-height: 1.55;
}

.nt-launch-reveal-1 {
  animation: ntLaunchReveal 0.75s ease both;
}

.nt-launch-reveal-2 {
  animation: ntLaunchReveal 0.75s ease 0.05s both;
}

.nt-launch-reveal-3 {
  animation: ntLaunchReveal 0.75s ease 0.1s both;
}

.nt-launch-reveal-4 {
  animation: ntLaunchReveal 0.75s ease 0.15s both;
}

.nt-launch-reveal-5 {
  animation: ntLaunchReveal 0.75s ease 0.2s both;
}

.nt-launch-reveal-6 {
  animation: ntLaunchReveal 0.75s ease 0.25s both;
}

.nt-launch-reveal-7 {
  animation: ntLaunchReveal 0.75s ease 0.3s both;
}

.not-found-page {
  position: relative;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  padding: clamp(1.25rem, 4vw, 3rem);
  color: var(--nt-text);
  background:
    radial-gradient(circle at 50% 0%, rgba(52, 227, 241, 0.12), transparent 25rem),
    radial-gradient(circle at 12% 88%, rgba(0, 194, 209, 0.08), transparent 22rem),
    radial-gradient(circle at 88% 72%, rgba(52, 227, 241, 0.07), transparent 23rem),
    linear-gradient(180deg, #041f26 0%, #03161d 54%, #020d12 100%);
  isolation: isolate;
}

.not-found-page::before,
.not-found-page::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.not-found-page::before {
  opacity: 0.06;
  background-image:
    linear-gradient(rgba(242, 251, 252, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 251, 252, 0.12) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: radial-gradient(circle at center, black, transparent 76%);
  animation: ntLaunchMesh 34s linear infinite;
}

.not-found-page::after {
  opacity: 0.42;
  background:
    linear-gradient(110deg, transparent 0 16%, rgba(52, 227, 241, 0.055) 50%, transparent 84%),
    radial-gradient(circle at 52% 45%, rgba(52, 227, 241, 0.11), transparent 22rem);
  animation: ntLaunchGlow 18s ease-in-out infinite alternate;
}

.not-found-shell {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
}

.not-found-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(22.5rem, 0.88fr);
  align-items: center;
  gap: clamp(1.35rem, 3.2vw, 2.75rem);
  min-height: min(620px, calc(100dvh - 6rem));
  border: 1px solid rgba(230, 250, 252, 0.13);
  border-radius: clamp(28px, 4vw, 40px);
  padding: clamp(1.35rem, 4vw, 3.2rem);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.64), rgba(8, 28, 36, 0.5)),
    rgba(4, 31, 38, 0.34);
  box-shadow:
    0 32px 110px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(22px) saturate(122%);
  -webkit-backdrop-filter: blur(22px) saturate(122%);
  animation: notFoundFadeUp 0.72s ease both;
}

.not-found-content {
  display: grid;
  justify-items: start;
}

.not-found-brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  border: 1px solid rgba(52, 227, 241, 0.12);
  border-radius: 24px;
  padding: 0.75rem 1.12rem 0.75rem 0.9rem;
  color: rgba(230, 250, 252, 0.58);
  background: rgba(255, 255, 255, 0.035);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.not-found-brand img {
  display: block;
  width: clamp(4.5rem, 5.35vw, 4.875rem);
  height: auto;
  object-fit: contain;
}

.not-found-brand span {
  max-width: 7.8rem;
  color: rgba(230, 250, 252, 0.7);
  font-size: 0.84rem;
  font-weight: 760;
  line-height: 1.28;
}

.not-found-badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-top: clamp(1.4rem, 3vw, 2.1rem);
  border: 1px solid rgba(52, 227, 241, 0.18);
  border-radius: 999px;
  padding: 0.44rem 0.76rem;
  color: rgba(52, 227, 241, 0.9);
  background: rgba(52, 227, 241, 0.06);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.02em;
}

.not-found-title {
  max-width: 540px;
  margin: clamp(0.95rem, 2vw, 1.25rem) 0 0;
  color: var(--nt-text);
  font-size: clamp(2.46rem, 4.55vw, 4.45rem);
  line-height: 1.055;
  font-weight: 790;
  letter-spacing: 0;
}

.not-found-copy {
  max-width: 560px;
  margin: 1rem 0 0;
  color: rgba(230, 250, 252, 0.68);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.7;
}

.not-found-actions {
  margin-top: clamp(1.35rem, 3vw, 2rem);
}

.not-found-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 1px solid rgba(52, 227, 241, 0.38);
  border-radius: 999px;
  padding: 0.9rem 1.3rem;
  color: #021217;
  background: linear-gradient(180deg, #34e3f1, #00c2d1);
  box-shadow:
    0 20px 54px rgba(0, 194, 209, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
  font-size: 0.96rem;
  font-weight: 820;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.not-found-button:hover,
.not-found-button:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.05);
  box-shadow:
    0 24px 66px rgba(0, 194, 209, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

.not-found-visual {
  position: relative;
  width: 100%;
  min-height: 390px;
  display: grid;
  place-items: center;
  justify-self: center;
  overflow: visible;
  isolation: isolate;
}

.not-found-visual::before,
.not-found-visual::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.not-found-visual::before {
  z-index: 0;
  width: min(23rem, 86%);
  aspect-ratio: 1;
  background: radial-gradient(
    circle,
    rgba(52, 227, 241, 0.13) 0%,
    rgba(52, 227, 241, 0.07) 34%,
    rgba(52, 227, 241, 0.024) 58%,
    transparent 72%
  );
  filter: blur(8px);
  opacity: 0.86;
}

.not-found-visual::after {
  z-index: 0;
  width: min(16.5rem, 66%);
  aspect-ratio: 1;
  background: radial-gradient(
    circle,
    rgba(242, 251, 252, 0.055) 0%,
    rgba(52, 227, 241, 0.035) 38%,
    transparent 70%
  );
  filter: blur(18px);
  opacity: 0.7;
}

.not-found-code-box {
  position: relative;
  z-index: 1;
  width: min(21.25rem, 100%);
  min-height: 13rem;
  align-content: center;
  display: grid;
  justify-items: center;
  border: 1px solid rgba(230, 250, 252, 0.12);
  border-radius: 34px;
  padding: clamp(1.2rem, 3vw, 1.7rem);
  background:
    radial-gradient(circle at 24% 18%, rgba(52, 227, 241, 0.12), transparent 46%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.76), rgba(3, 22, 29, 0.62));
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.27),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.not-found-code-line {
  width: 100%;
  height: 1px;
  margin-bottom: 1.05rem;
  background: linear-gradient(90deg, transparent, rgba(52, 227, 241, 0.45), transparent);
}

.not-found-code-box strong {
  color: rgba(242, 251, 252, 0.96);
  font-size: clamp(5.25rem, 10vw, 7.75rem);
  line-height: 0.9;
  font-weight: 820;
  letter-spacing: 0;
  text-shadow: 0 0 42px rgba(52, 227, 241, 0.14);
}

.not-found-code-box span:last-child {
  margin-top: 0.7rem;
  color: rgba(230, 250, 252, 0.5);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nt-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(242, 251, 252, 0.1);
  background: rgba(4, 31, 38, 0.72);
  backdrop-filter: blur(22px);
}

.nt-header-floating {
  position: relative;
  border-bottom-color: transparent;
  background: transparent;
  backdrop-filter: none;
}

.nt-header-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.nt-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
}

.nt-brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(52, 227, 241, 0.1);
  border: 1px solid rgba(52, 227, 241, 0.25);
  color: var(--nt-accent);
  font-weight: 800;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12);
}

.nt-brand-title,
.nt-brand-subtitle {
  display: block;
}

.nt-brand-title {
  font-weight: 760;
  font-size: 1.08rem;
}

.nt-brand-subtitle {
  margin-top: 0.1rem;
  color: rgba(242, 251, 252, 0.56);
  font-size: 0.78rem;
}

.nt-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: rgba(242, 251, 252, 0.68);
  font-size: 0.92rem;
}

.nt-nav a {
  text-decoration: none;
  transition: color 0.2s ease;
}

.nt-nav a:hover {
  color: white;
}

.nt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 18px;
  padding: 0.95rem 1.25rem;
  font: inherit;
  font-weight: 760;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.nt-btn:hover {
  transform: translateY(-3px);
}

.nt-btn-primary {
  background: linear-gradient(135deg, var(--nt-primary), var(--nt-accent));
  color: #031318;
  box-shadow:
    0 0 36px rgba(0, 194, 209, 0.26),
    inset 0 1px rgba(255, 255, 255, 0.36);
}

.nt-btn-primary:hover {
  box-shadow:
    0 0 48px rgba(52, 227, 241, 0.34),
    inset 0 1px rgba(255, 255, 255, 0.42);
}

.nt-btn-secondary {
  color: white;
  border-color: rgba(242, 251, 252, 0.14);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px);
}

.nt-btn-secondary:hover {
  border-color: rgba(52, 227, 241, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.nt-pill,
.nt-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(52, 227, 241, 0.18);
  background: rgba(52, 227, 241, 0.06);
  color: rgba(242, 251, 252, 0.84);
  backdrop-filter: blur(16px);
}

.nt-pill {
  gap: 0.7rem;
  padding: 0.52rem 0.82rem;
  border-radius: 999px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.nt-pill-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--nt-accent);
  box-shadow: 0 0 18px rgba(52, 227, 241, 0.8);
}

.nt-chip {
  border-radius: 999px;
  padding: 0.52rem 0.88rem;
  color: var(--nt-accent);
  font-size: 0.92rem;
}

.nt-title {
  max-width: 780px;
  margin: 1.6rem 0 0;
  font-size: clamp(3rem, 6.2vw, 5.35rem);
  line-height: 0.98;
  font-weight: 790;
  letter-spacing: 0;
}

.nt-title span {
  color: var(--nt-accent);
  text-shadow: 0 0 35px rgba(52, 227, 241, 0.18);
}

.nt-lead {
  max-width: 680px;
  margin: 1.5rem 0 0;
  color: var(--nt-muted);
  font-size: clamp(1.04rem, 1.6vw, 1.22rem);
  line-height: 1.72;
}

.nt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.25rem;
}

.ec-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(21rem, 0.78fr);
  align-items: center;
  align-content: center;
  gap: clamp(2rem, 5vw, 4rem);
  min-height: calc(100svh - var(--ec-header-space, 96px));
  padding: clamp(2rem, 5vh, 3.2rem) 0 clamp(2.4rem, 6vh, 3.8rem);
}

.ec-hero__content {
  min-width: 0;
}

.ec-hero *,
.ec-hero *::before,
.ec-hero *::after {
  min-width: 0;
}

.ec-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.66rem;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(52, 227, 241, 0.18);
  border-radius: 999px;
  padding: 0.5rem 0.78rem;
  background: rgba(52, 227, 241, 0.062);
  color: rgba(242, 251, 252, 0.86);
  font-size: 0.92rem;
  font-weight: 720;
  line-height: 1.2;
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.16),
    inset 0 1px rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
}

.ec-hero__badge span {
  min-width: 0;
}

.ec-hero__flag,
.ec-hero__card-flag {
  flex: 0 0 auto;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(242, 251, 252, 0.24);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.16);
}

.ec-hero__flag {
  width: 1.78rem;
  height: 1.18rem;
  border-radius: 0.34rem;
}

.ec-hero__title {
  max-width: 640px;
  margin: 1.35rem 0 0;
  color: var(--nt-text);
  font-size: 3.28rem;
  font-weight: 730;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.ec-hero__lead {
  max-width: 630px;
  margin: 1.2rem 0 0;
  color: rgba(230, 250, 252, 0.7);
  font-size: 1.08rem;
  line-height: 1.65;
}

.ec-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.85rem;
}

.ec-hero__actions .nt-btn {
  min-height: 50px;
  border-radius: 16px;
  padding: 0.88rem 1.14rem;
}

.ec-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.46rem;
  margin-top: 1.25rem;
  max-width: 560px;
}

.ec-hero__stats span {
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
  min-height: 30px;
  border: 1px solid rgba(242, 251, 252, 0.07);
  border-radius: 999px;
  padding: 0.36rem 0.56rem;
  background: rgba(255, 255, 255, 0.026);
  color: rgba(242, 251, 252, 0.6);
  font-size: 0.78rem;
  font-weight: 680;
  line-height: 1.15;
  backdrop-filter: blur(10px);
}

.ec-hero__stats span::before {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 999px;
  background: rgba(52, 227, 241, 0.82);
  box-shadow: 0 0 8px rgba(52, 227, 241, 0.22);
}

.ec-hero__visual {
  min-width: 0;
  width: 100%;
  max-width: 29rem;
  justify-self: end;
}

.ec-hero__quick-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(242, 251, 252, 0.12);
  border-radius: 30px;
  padding: 1.05rem;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.76), rgba(4, 31, 38, 0.62)),
    rgba(15, 23, 42, 0.58);
  box-shadow:
    0 30px 86px rgba(0, 0, 0, 0.26),
    inset 0 1px rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(24px);
}

.ec-hero__quick-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(52, 227, 241, 0.12), transparent 42%);
  opacity: 0.48;
}

.ec-hero__quick-head,
.ec-hero__quick-groups {
  position: relative;
}

.ec-hero__quick-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.28rem 0.28rem 0.9rem;
}

.ec-hero__quick-head h2 {
  margin: 0;
  color: rgba(242, 251, 252, 0.96);
  font-size: 1.36rem;
  line-height: 1.14;
  letter-spacing: 0;
}

.ec-hero__quick-head p {
  max-width: 19rem;
  margin: 0.44rem 0 0;
  color: rgba(230, 250, 252, 0.62);
  font-size: 0.94rem;
  line-height: 1.48;
}

.ec-hero__card-flag {
  width: 2.34rem;
  height: 1.56rem;
  margin-top: 0.08rem;
  border-radius: 0.42rem;
}

.ec-hero__quick-groups {
  display: grid;
  gap: 0.72rem;
}

.ec-hero__quick-group {
  display: grid;
  gap: 0.82rem;
  border: 1px solid rgba(242, 251, 252, 0.1);
  border-radius: 22px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.042);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.ec-hero__quick-group:first-child {
  border-color: rgba(52, 227, 241, 0.24);
  background:
    linear-gradient(180deg, rgba(52, 227, 241, 0.07), rgba(255, 255, 255, 0.046)),
    rgba(255, 255, 255, 0.046);
  box-shadow:
    0 18px 44px rgba(0, 194, 209, 0.08),
    inset 0 1px rgba(255, 255, 255, 0.04);
}

.ec-hero__quick-group:hover {
  transform: translateY(-3px);
  border-color: rgba(52, 227, 241, 0.26);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.ec-hero__quick-group:first-child:hover {
  border-color: rgba(52, 227, 241, 0.32);
  background:
    linear-gradient(180deg, rgba(52, 227, 241, 0.085), rgba(255, 255, 255, 0.058)),
    rgba(255, 255, 255, 0.055);
  box-shadow:
    0 20px 48px rgba(0, 194, 209, 0.12),
    0 18px 42px rgba(0, 0, 0, 0.16);
}

.ec-hero__quick-group h3 {
  margin: 0;
  color: rgba(242, 251, 252, 0.95);
  font-size: 1.03rem;
  line-height: 1.18;
}

.ec-hero__quick-group p {
  max-width: 23rem;
  margin: 0.32rem 0 0;
  color: rgba(230, 250, 252, 0.62);
  font-size: 0.9rem;
  line-height: 1.44;
}

.ec-hero__quick-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ec-hero__quick-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 1px solid rgba(52, 227, 241, 0.16);
  border-radius: 999px;
  padding: 0.48rem 0.68rem;
  color: var(--nt-accent);
  background: rgba(52, 227, 241, 0.065);
  font-size: 0.82rem;
  font-weight: 780;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.ec-hero__quick-actions a:hover,
.ec-hero__quick-actions a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(52, 227, 241, 0.32);
  background: rgba(52, 227, 241, 0.1);
}

.ec-hero__quick-group:first-child .ec-hero__quick-actions a:first-child {
  color: #031318;
  border-color: rgba(52, 227, 241, 0.48);
  background: linear-gradient(135deg, var(--nt-primary), var(--nt-accent));
  box-shadow: 0 12px 28px rgba(0, 194, 209, 0.16);
}

.nt-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: clamp(2.4rem, 6vw, 4.6rem);
}

.nt-hero {
  padding: 5.4rem 0 5rem;
}

.nt-hero-content {
  min-width: 0;
}

.nt-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  border: 1px solid rgba(52, 227, 241, 0.16);
  transform: translate(-50%, -50%);
  animation: ntOrbit 28s linear infinite;
}

.nt-orbit-a {
  width: 300px;
  height: 300px;
}

.nt-orbit-b {
  width: 210px;
  height: 210px;
  opacity: 0.7;
  animation-duration: 22s;
  animation-direction: reverse;
}

.nt-orbit-c {
  width: 420px;
  height: 170px;
  opacity: 0.42;
  transform: translate(-50%, -50%) rotate(-18deg);
  animation-duration: 34s;
}


.nt-mini-flag,
.nt-css-flag {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(242, 251, 252, 0.28);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.18);
}

.nt-mini-flag {
  width: 1.8rem;
  height: 1.18rem;
  border-radius: 0.34rem;
}

.nt-css-flag {
  width: 2.72rem;
  height: 1.82rem;
  border-radius: 0.44rem;
}

.nt-css-flag--ecuador,
.nt-mini-flag--ecuador {
  background: linear-gradient(180deg, #ffd034 0 50%, #214f9b 50% 75%, #d92828 75% 100%);
}

.nt-css-flag--ecuador::before,
.nt-mini-flag--ecuador::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(4, 31, 38, 0.34);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 196, 93, 0.92), rgba(247, 196, 93, 0.28) 56%, transparent 60%);
  transform: translate(-50%, -32%);
}

.nt-css-flag--ecuador::before {
  width: 0.42rem;
  height: 0.42rem;
}

.nt-mini-flag--ecuador::before {
  width: 0.26rem;
  height: 0.26rem;
}

.nt-css-flag span,
.nt-mini-flag::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.26), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 60%);
  mix-blend-mode: screen;
}

.nt-mini-flag::after {
  content: "";
}

.nt-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  margin-top: 2.4rem;
  max-width: 680px;
}

.nt-metric {
  border: 1px solid var(--nt-border);
  background: rgba(255, 255, 255, 0.045);
  border-radius: 28px;
  padding: 1rem;
  backdrop-filter: blur(16px);
}

.nt-metric strong {
  display: block;
  font-size: 1.5rem;
}

.nt-metric span {
  display: block;
  margin-top: 0.22rem;
  color: rgba(242, 251, 252, 0.55);
  font-size: 0.92rem;
}

.nt-country-card {
  position: relative;
  border: 1px solid var(--nt-border);
  border-radius: 42px;
  background: rgba(7, 31, 39, 0.76);
  padding: 1.2rem;
  box-shadow: var(--nt-shadow);
  backdrop-filter: blur(24px);
}

.nt-card-inner {
  position: relative;
}

.nt-country-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.25rem 0.2rem 1rem;
}

.nt-eyebrow {
  color: rgba(242, 251, 252, 0.55);
  margin: 0;
  font-size: 0.92rem;
}

.nt-country-title {
  margin: 0.25rem 0 0;
  max-width: 340px;
  font-size: 1.65rem;
  line-height: 1.12;
}

.nt-floating-flag {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(52, 227, 241, 0.2);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  animation: ntSoftPulse 4s ease-in-out infinite;
}

.nt-map-stage {
  position: relative;
  height: 370px;
  overflow: hidden;
  border: 1px solid rgba(52, 227, 241, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 44%, rgba(52, 227, 241, 0.18), transparent 26%),
    radial-gradient(circle at 30% 72%, rgba(0, 194, 209, 0.16), transparent 30%),
    #031318;
}

.nt-map-core {
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 2;
  display: grid;
  place-items: center;
  gap: 0.7rem;
  width: 136px;
  height: 136px;
  border: 1px solid rgba(52, 227, 241, 0.28);
  border-radius: 38px;
  background: rgba(0, 194, 209, 0.14);
  box-shadow: 0 0 76px rgba(0, 194, 209, 0.3);
  backdrop-filter: blur(16px);
  transform: translate(-50%, -50%);
}

.nt-map-core strong {
  font-size: 0.95rem;
}

.nt-map-note {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
  border: 1px solid var(--nt-border);
  border-radius: 24px;
  background: rgba(4, 31, 38, 0.76);
  backdrop-filter: blur(18px);
  padding: 1rem;
  color: rgba(242, 251, 252, 0.74);
  line-height: 1.55;
}

.nt-section {
  padding: 4.25rem 0;
  position: relative;
  z-index: 1;
}

.nt-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 2rem;
}

.nt-section-title {
  margin: 0.9rem 0 0;
  max-width: 720px;
  font-size: clamp(2.2rem, 4.2vw, 3.65rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.nt-section-copy {
  max-width: 460px;
  margin: 0;
  color: rgba(242, 251, 252, 0.62);
  line-height: 1.65;
}

.nt-section--compact {
  padding-top: 3.25rem;
}

.nt-section--decision .nt-section-head {
  align-items: flex-start;
}

.nt-services,
.nt-trust-section,
.nt-client-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.nt-trust-block {
  isolation: isolate;
}

.nt-trust-block--aura-pc {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.nt-services--selector {
  grid-template-columns: minmax(0, 1.16fr) minmax(18rem, 0.78fr);
  align-items: stretch;
}

.nt-services__featured,
.nt-services__secondary {
  min-width: 0;
  display: grid;
  gap: 1rem;
}

.nt-services--selector .nt-service-card {
  min-height: auto;
}

.nt-services--selector .nt-service-card--primary {
  min-height: 100%;
  padding: clamp(1.45rem, 3vw, 2rem);
}

.nt-services--selector .nt-service-card--primary h3 {
  max-width: 13ch;
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.nt-trust-block--home-band,
.nt-trust-block--aura-pc-band {
  border: 1px solid rgba(230, 250, 252, 0.11);
  border-radius: 34px;
  padding: clamp(1.2rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 10% 8%, rgba(52, 227, 241, 0.11), transparent 38%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.62), rgba(4, 31, 38, 0.48)),
    rgba(255, 255, 255, 0.026);
  box-shadow:
    0 28px 86px rgba(0, 0, 0, 0.22),
    inset 0 1px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
}

.nt-trust-block--home-band .nt-section-title,
.nt-trust-block--aura-pc-band .nt-section-title {
  font-size: clamp(2rem, 3.5vw, 3.05rem);
}

.nt-trust-block--home-band .nt-section-copy,
.nt-trust-block--aura-pc-band .nt-section-copy {
  margin-top: 1rem;
}

.nt-trust-block--aura-pc-band {
  margin-top: 1rem;
}

.nt-trust-band {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(22rem, 1fr);
  align-items: center;
  gap: clamp(1.1rem, 3vw, 2rem);
}

.nt-trust-band__copy {
  min-width: 0;
}

.nt-trust-band__signals {
  min-width: 0;
  display: grid;
  gap: 0.72rem;
}

.nt-trust-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.9rem;
  border: 1px solid rgba(230, 250, 252, 0.1);
  border-radius: 22px;
  padding: 0.88rem;
  background: rgba(255, 255, 255, 0.032);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.nt-trust-row h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.25;
}

.nt-trust-row p {
  margin: 0.42rem 0 0;
  color: rgba(242, 251, 252, 0.62);
  font-size: 0.92rem;
  line-height: 1.55;
}

.nt-client-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
  gap: 1rem;
  align-items: stretch;
}

.nt-client-action {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 132px;
  border: 1px solid rgba(230, 250, 252, 0.12);
  border-radius: 28px;
  padding: 1.08rem;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.58), rgba(8, 28, 36, 0.42)),
    rgba(255, 255, 255, 0.026);
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.nt-client-action::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at 12% 0%, rgba(52, 227, 241, 0.12), transparent 42%);
  transition: opacity 0.22s ease;
}

.nt-client-action:hover,
.nt-client-action:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(52, 227, 241, 0.24);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.68), rgba(8, 34, 44, 0.48)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.nt-client-action:hover::before,
.nt-client-action:focus-visible::before {
  opacity: 0.8;
}

.nt-client-action--primary {
  grid-row: span 2;
  align-items: flex-start;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.35rem, 2.5vw, 1.8rem);
  border-color: rgba(52, 227, 241, 0.22);
  background:
    radial-gradient(circle at 16% 4%, rgba(52, 227, 241, 0.14), transparent 38%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.66), rgba(8, 34, 44, 0.5)),
    rgba(52, 227, 241, 0.024);
}

.nt-client-action__content {
  position: relative;
  min-width: 0;
  display: grid;
  gap: 0.78rem;
}

.nt-client-action__copy {
  min-width: 0;
  display: grid;
  gap: 0.52rem;
}

.nt-client-action h3 {
  margin: 0;
  font-size: 1.32rem;
  line-height: 1.14;
}

.nt-client-action--primary h3 {
  max-width: 13ch;
  font-size: clamp(1.95rem, 3.1vw, 2.7rem);
}

.nt-client-action p {
  margin: 0;
  color: rgba(242, 251, 252, 0.62);
  line-height: 1.58;
}

.nt-client-action .nt-client-link {
  flex: 0 0 auto;
  margin-top: 0;
}

.nt-client-action--primary .nt-client-link {
  margin-top: auto;
}

.nt-service-card,
.nt-trust-card,
.nt-client-card {
  border: 1px solid rgba(230, 250, 252, 0.12);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.62), rgba(8, 28, 36, 0.44)),
    rgba(255, 255, 255, 0.026);
  backdrop-filter: blur(18px);
  box-shadow:
    0 22px 62px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.nt-service-card,
.nt-trust-card,
.nt-client-card {
  position: relative;
  min-height: 300px;
  border-radius: 34px;
  padding: 1.45rem;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.nt-service-card {
  display: flex;
  flex-direction: column;
  min-height: 318px;
}

.nt-client-card {
  display: flex;
  flex-direction: column;
}

.nt-trust-card {
  display: grid;
  align-content: start;
  min-height: 250px;
}

.nt-service-card--primary {
  border-color: rgba(52, 227, 241, 0.22);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.68), rgba(8, 34, 44, 0.5)),
    rgba(52, 227, 241, 0.026);
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.2),
    0 14px 40px rgba(0, 194, 209, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.nt-service-card::before,
.nt-client-card::before,
.nt-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at 18% 0%, rgba(52, 227, 241, 0.1), transparent 42%);
  transition: opacity 0.24s ease;
}

.nt-service-card:hover,
.nt-client-card:hover,
.nt-trust-card:hover {
  transform: translateY(-4px);
  border-color: rgba(52, 227, 241, 0.24);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.7), rgba(8, 34, 44, 0.5)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    0 28px 78px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.nt-service-card:hover::before,
.nt-client-card:hover::before,
.nt-trust-card:hover::before {
  opacity: 0.72;
}

.nt-service-card__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.nt-trust-card__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  border: 1px solid rgba(52, 227, 241, 0.16);
  border-radius: 999px;
  padding: 0.44rem 0.64rem;
  background: rgba(52, 227, 241, 0.065);
  color: rgba(52, 227, 241, 0.92);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
}

.nt-service-icon {
  position: relative;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(52, 227, 241, 0.16);
  border-radius: 999px;
  padding: 0.48rem 0.68rem;
  background: rgba(52, 227, 241, 0.065);
  color: rgba(52, 227, 241, 0.92);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
}

.nt-service-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(242, 251, 252, 0.1);
  border-radius: 999px;
  padding: 0.36rem 0.58rem;
  background: rgba(255, 255, 255, 0.032);
  color: rgba(242, 251, 252, 0.72);
  font-size: 0.74rem;
  font-weight: 740;
  line-height: 1;
}

.nt-service-card h3,
.nt-client-card h3,
.nt-trust-card h3 {
  position: relative;
  margin: 1.7rem 0 0;
  font-size: 1.5rem;
  line-height: 1.14;
}

.nt-service-card h3 {
  margin-top: 1.35rem;
}

.nt-trust-card h3 {
  margin-top: 1.2rem;
}

.nt-service-card p,
.nt-client-card p,
.nt-trust-card p {
  position: relative;
  color: rgba(242, 251, 252, 0.62);
  line-height: 1.66;
}

.nt-service-card p {
  margin-bottom: 1.25rem;
}

.nt-card-link,
.nt-client-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  border: 1px solid rgba(52, 227, 241, 0.16);
  border-radius: 999px;
  padding: 0.5rem 0.72rem;
  background: rgba(52, 227, 241, 0.05);
  color: var(--nt-accent);
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.nt-client-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  border: 1px solid rgba(52, 227, 241, 0.16);
  border-radius: 999px;
  padding: 0.44rem 0.64rem;
  background: rgba(52, 227, 241, 0.065);
  color: rgba(52, 227, 241, 0.92);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
}

.nt-client-link {
  margin-top: auto;
}

.nt-service-card .nt-card-link {
  margin-top: auto;
}

.nt-service-card--primary .nt-card-link {
  border-color: rgba(52, 227, 241, 0.24);
  background: rgba(52, 227, 241, 0.075);
}

.nt-service-card--compact {
  min-height: auto;
  border-radius: 28px;
  padding: 1.16rem;
}

.nt-service-card--compact h3 {
  margin-top: 1rem;
  font-size: 1.22rem;
}

.nt-service-card--compact p {
  margin: 0.72rem 0 1rem;
  font-size: 0.94rem;
  line-height: 1.55;
}

.nt-service-card--compact .nt-card-link {
  min-height: 36px;
  padding: 0.48rem 0.68rem;
  font-size: 0.9rem;
}

.nt-card-link:hover,
.nt-client-link:hover {
  transform: translateY(-1px);
  border-color: rgba(52, 227, 241, 0.28);
  background: rgba(52, 227, 241, 0.08);
}

.ec-online-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(22rem, 0.74fr);
  align-items: center;
  gap: clamp(1.4rem, 4vw, 3rem);
  border: 1px solid rgba(242, 251, 252, 0.11);
  border-radius: 34px;
  padding: clamp(1.25rem, 3.5vw, 2rem);
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.58), rgba(4, 31, 38, 0.46)),
    rgba(255, 255, 255, 0.028);
  box-shadow:
    0 28px 86px rgba(0, 0, 0, 0.22),
    inset 0 1px rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px);
}

.ec-online-content {
  min-width: 0;
}

.ec-online-title {
  max-width: 640px;
  margin: 1rem 0 0;
  color: var(--nt-text);
  font-size: clamp(2.2rem, 4vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.ec-online-copy {
  max-width: 660px;
  margin: 1rem 0 0;
  color: rgba(242, 251, 252, 0.62);
  line-height: 1.68;
}

.ec-online-note {
  max-width: 640px;
  margin: 1.15rem 0 0;
  border-left: 2px solid rgba(52, 227, 241, 0.46);
  padding: 0.1rem 0 0.1rem 0.82rem;
  color: rgba(230, 250, 252, 0.72);
  font-size: 0.96rem;
  line-height: 1.62;
}

.ec-online-card {
  min-width: 0;
  border: 1px solid rgba(52, 227, 241, 0.14);
  border-radius: 28px;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(4, 31, 38, 0.58)),
    rgba(15, 23, 42, 0.42);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
}

.ec-online-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.92rem;
}

.ec-online-card__eyebrow {
  display: inline-flex;
  color: var(--nt-accent);
  font-size: 0.74rem;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ec-online-card__title {
  margin: 0.34rem 0 0;
  color: rgba(242, 251, 252, 0.96);
  font-size: 1.38rem;
  line-height: 1.18;
}

.ec-online-card__status {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 30px;
  border: 1px solid rgba(242, 251, 252, 0.11);
  border-radius: 999px;
  padding: 0.36rem 0.58rem;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(242, 251, 252, 0.76);
  font-size: 0.74rem;
  font-weight: 760;
  line-height: 1;
}

.ec-online-channel-list {
  display: grid;
  gap: 0.62rem;
}

.ec-online-channel {
  display: grid;
  grid-template-columns: minmax(5.8rem, auto) minmax(0, 1fr);
  gap: 0.78rem;
  align-items: start;
  border: 1px solid rgba(242, 251, 252, 0.08);
  border-radius: 18px;
  padding: 0.78rem;
  background: rgba(255, 255, 255, 0.035);
}

.ec-online-channel__label {
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  min-width: 5.8rem;
  border: 1px solid rgba(52, 227, 241, 0.16);
  border-radius: 999px;
  padding: 0.34rem 0.5rem;
  background: rgba(52, 227, 241, 0.07);
  color: var(--nt-accent);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
}

.ec-online-channel__title {
  margin: 0;
  color: rgba(242, 251, 252, 0.94);
  font-size: 0.98rem;
  line-height: 1.22;
}

.ec-online-channel__description {
  margin: 0.28rem 0 0;
  color: rgba(230, 250, 252, 0.62);
  font-size: 0.88rem;
  line-height: 1.45;
}

.ec-cta-section {
  position: relative;
  z-index: 1;
}

.ec-cta-card {
  margin: 4rem 0 5rem;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(52, 227, 241, 0.16);
  border-radius: 42px;
  background:
    radial-gradient(circle at 12% 0%, rgba(52, 227, 241, 0.12), transparent 36%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.64), rgba(4, 31, 38, 0.58)),
    rgba(7, 31, 39, 0.72);
  padding: clamp(1.7rem, 4vw, 3rem);
  backdrop-filter: blur(24px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.38fr);
  align-items: center;
  gap: clamp(1.4rem, 4vw, 3rem);
  box-shadow:
    0 30px 100px rgba(0, 0, 0, 0.25),
    inset 0 1px rgba(255, 255, 255, 0.055);
}

.ec-cta-content,
.ec-cta-whatsapp-card {
  position: relative;
  min-width: 0;
}

.ec-cta-title {
  margin: 0.9rem 0 0;
  max-width: 670px;
  font-size: clamp(2.15rem, 4vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.ec-cta-copy {
  max-width: 650px;
  margin: 1rem 0 0;
  color: rgba(242, 251, 252, 0.64);
  line-height: 1.68;
}

.ec-cta-note {
  max-width: 610px;
  margin: 1rem 0 0;
  border-left: 2px solid rgba(52, 227, 241, 0.42);
  padding: 0.08rem 0 0.08rem 0.82rem;
  color: rgba(230, 250, 252, 0.7);
  font-size: 0.96rem;
  line-height: 1.62;
}

.ec-cta-whatsapp-card {
  border: 1px solid rgba(242, 251, 252, 0.1);
  border-radius: 26px;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(4, 31, 38, 0.58)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    0 20px 64px rgba(0, 0, 0, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.055);
}

.ec-cta-whatsapp-card p {
  margin: 0 0 1rem;
  color: rgba(242, 251, 252, 0.72);
  line-height: 1.62;
}

.ec-cta-whatsapp-button {
  width: 100%;
  min-height: 50px;
}

.aura-pc-page {
  padding-bottom: 0.1px;
}

.aura-pc-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(21rem, 0.82fr);
  align-items: center;
  align-content: center;
  gap: clamp(2rem, 5vw, 4.2rem);
  min-height: calc(100svh - var(--ec-header-space, 96px));
  padding: clamp(2.15rem, 5vh, 3.6rem) 0 clamp(2.7rem, 6vh, 4.1rem);
}

.aura-pc-hero *,
.aura-pc-hero *::before,
.aura-pc-hero *::after {
  min-width: 0;
}

.aura-pc-hero__content {
  min-width: 0;
}

.aura-pc-hero__badge {
  color: rgba(242, 251, 252, 0.88);
}

.aura-pc-hero__title {
  max-width: 720px;
  margin: 1.35rem 0 0;
  color: var(--nt-text);
  font-size: clamp(3rem, 5.7vw, 5.05rem);
  font-weight: 760;
  line-height: 1.01;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.aura-pc-hero__lead {
  max-width: 650px;
  margin: 1.25rem 0 0;
  color: rgba(230, 250, 252, 0.68);
  font-size: clamp(1.03rem, 1.4vw, 1.18rem);
  line-height: 1.7;
}

.aura-pc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.9rem;
}

.aura-pc-hero__actions .nt-btn {
  min-height: 52px;
  border-radius: 16px;
  padding: 0.9rem 1.2rem;
}

.aura-pc-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  max-width: 560px;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.aura-pc-hero__facts li {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  min-height: 28px;
  border: 1px solid rgba(242, 251, 252, 0.07);
  border-radius: 999px;
  padding: 0.32rem 0.52rem;
  background: rgba(255, 255, 255, 0.022);
  color: rgba(242, 251, 252, 0.56);
  font-size: 0.75rem;
  font-weight: 680;
  line-height: 1.15;
  backdrop-filter: blur(10px);
}

.aura-pc-hero__facts li::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(52, 227, 241, 0.7);
  box-shadow: 0 0 8px rgba(52, 227, 241, 0.18);
}

.aura-pc-hero__visual {
  width: 100%;
  max-width: 31.5rem;
  justify-self: end;
}

.ec-route-aurapc .aura-pc-hero__visual {
  max-width: 36.5rem;
}

.aura-pc-screenshot-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(242, 251, 252, 0.12);
  border-radius: 32px;
  padding: clamp(0.88rem, 2vw, 1.12rem);
  background:
    radial-gradient(circle at 20% 0%, rgba(52, 227, 241, 0.13), transparent 38%),
    radial-gradient(circle at 88% 18%, rgba(0, 194, 209, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.84), rgba(4, 31, 38, 0.68)),
    rgba(15, 23, 42, 0.62);
  box-shadow:
    0 32px 92px rgba(0, 0, 0, 0.3),
    0 0 46px rgba(0, 194, 209, 0.08),
    inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
}

.aura-pc-screenshot-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(52, 227, 241, 0.12), transparent 34%),
    linear-gradient(315deg, rgba(242, 251, 252, 0.07), transparent 38%);
  opacity: 0.72;
}

.aura-pc-screenshot-card__head,
.aura-pc-screenshot-frame {
  position: relative;
  z-index: 1;
}

.aura-pc-screenshot-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.18rem 0.18rem 0.9rem;
}

.aura-pc-screenshot-card__head h2 {
  margin: 0;
  color: rgba(242, 251, 252, 0.96);
  font-size: clamp(1.42rem, 2vw, 1.8rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.aura-pc-screenshot-card__head p {
  max-width: 23rem;
  margin: 0.48rem 0 0;
  color: rgba(230, 250, 252, 0.64);
  font-size: 0.94rem;
  line-height: 1.48;
}

.aura-pc-screenshot-card__badge,
.aura-pc-screenshot-frame__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(52, 227, 241, 0.22);
  border-radius: 999px;
  background: rgba(0, 194, 209, 0.1);
  color: rgba(230, 250, 252, 0.86);
  font-size: 0.72rem;
  font-weight: 760;
  line-height: 1;
  white-space: nowrap;
}

.aura-pc-screenshot-card__badge {
  flex: 0 0 auto;
  min-height: 30px;
  padding: 0.36rem 0.6rem;
  box-shadow: 0 0 22px rgba(0, 194, 209, 0.08);
}

.aura-pc-screenshot-frame {
  overflow: hidden;
  border: 1px solid rgba(242, 251, 252, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(3, 19, 24, 0.64), rgba(10, 21, 36, 0.78)),
    rgba(255, 255, 255, 0.034);
  box-shadow:
    0 22px 64px rgba(0, 0, 0, 0.24),
    inset 0 1px rgba(255, 255, 255, 0.08);
}

.aura-pc-screenshot-frame__bar {
  display: flex;
  align-items: center;
  gap: 0.34rem;
  min-height: 42px;
  border-bottom: 1px solid rgba(242, 251, 252, 0.08);
  padding: 0 0.82rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.026)),
    rgba(4, 31, 38, 0.54);
}

.aura-pc-screenshot-frame__bar span {
  width: 0.48rem;
  height: 0.48rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(242, 251, 252, 0.22);
}

.aura-pc-screenshot-frame__bar span:first-child {
  background: rgba(52, 227, 241, 0.78);
  box-shadow: 0 0 14px rgba(52, 227, 241, 0.24);
}

.aura-pc-screenshot-frame__bar strong {
  min-width: 0;
  margin-left: 0.38rem;
  overflow: hidden;
  color: rgba(242, 251, 252, 0.68);
  font-size: 0.76rem;
  font-weight: 720;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aura-pc-screenshot-frame__media {
  position: relative;
  overflow: hidden;
  padding: clamp(0.5rem, 1.3vw, 0.68rem);
  background:
    radial-gradient(circle at 50% 0%, rgba(52, 227, 241, 0.1), transparent 40%),
    rgba(255, 255, 255, 0.028);
}

.aura-pc-screenshot-frame__media img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(4, 31, 38, 0.34);
  border-radius: 17px;
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(242, 251, 252, 0.035);
}

.aura-pc-screenshot-frame__label {
  position: relative;
  z-index: 1;
  width: fit-content;
  max-width: 100%;
  min-height: 28px;
  margin: -0.14rem 0 0.72rem 0.18rem;
  padding: 0.36rem 0.56rem;
  background:
    linear-gradient(180deg, rgba(0, 194, 209, 0.22), rgba(0, 194, 209, 0.12)),
    rgba(4, 31, 38, 0.78);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}

.aura-pc-concept-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(242, 251, 252, 0.12);
  border-radius: 32px;
  padding: clamp(1rem, 2.3vw, 1.25rem);
  background:
    radial-gradient(circle at 18% 0%, rgba(52, 227, 241, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.78), rgba(4, 31, 38, 0.62)),
    rgba(15, 23, 42, 0.58);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.26),
    inset 0 1px rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(24px);
}

.aura-pc-concept-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(52, 227, 241, 0.08), transparent 36%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.08), transparent 30%);
  opacity: 0.62;
}

.aura-pc-concept-card__head,
.aura-pc-interface {
  position: relative;
}

.aura-pc-concept-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.22rem 0.18rem 0.95rem;
}

.aura-pc-concept-card__head h2 {
  margin: 0;
  color: rgba(242, 251, 252, 0.96);
  font-size: clamp(1.52rem, 2.5vw, 2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.aura-pc-concept-card__head p {
  max-width: 22rem;
  margin: 0.52rem 0 0;
  color: rgba(230, 250, 252, 0.62);
  font-size: 0.94rem;
  line-height: 1.48;
}

.aura-pc-concept-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 30px;
  border: 1px solid rgba(242, 251, 252, 0.1);
  border-radius: 999px;
  padding: 0.36rem 0.58rem;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(242, 251, 252, 0.72);
  font-size: 0.74rem;
  font-weight: 760;
  line-height: 1;
}

.aura-pc-interface {
  overflow: hidden;
  border: 1px solid rgba(242, 251, 252, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(3, 19, 24, 0.42), rgba(10, 21, 36, 0.62)),
    rgba(255, 255, 255, 0.032);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.06);
}

.aura-pc-interface__bar {
  display: flex;
  align-items: center;
  gap: 0.34rem;
  min-height: 42px;
  border-bottom: 1px solid rgba(242, 251, 252, 0.08);
  padding: 0 0.82rem;
  background: rgba(255, 255, 255, 0.035);
}

.aura-pc-interface__bar span {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: rgba(242, 251, 252, 0.26);
}

.aura-pc-interface__bar span:first-child {
  background: rgba(52, 227, 241, 0.78);
  box-shadow: 0 0 14px rgba(52, 227, 241, 0.28);
}

.aura-pc-interface__body {
  display: grid;
  grid-template-columns: 5.4rem minmax(0, 1fr);
  gap: 0.82rem;
  min-height: 18rem;
  padding: 0.82rem;
}

.aura-pc-interface__sidebar {
  display: grid;
  align-content: start;
  gap: 0.48rem;
  border: 1px solid rgba(242, 251, 252, 0.075);
  border-radius: 18px;
  padding: 0.6rem;
  background: rgba(255, 255, 255, 0.032);
}

.aura-pc-interface__sidebar span {
  height: 2rem;
  border-radius: 12px;
  background: rgba(242, 251, 252, 0.07);
}

.aura-pc-interface__sidebar span:first-child {
  background: rgba(52, 227, 241, 0.14);
}

.aura-pc-interface__main {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.82rem;
}

.aura-pc-interface__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.52rem;
}

.aura-pc-interface__summary span {
  min-height: 4.4rem;
  border: 1px solid rgba(242, 251, 252, 0.08);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(52, 227, 241, 0.095), rgba(255, 255, 255, 0.036)),
    rgba(255, 255, 255, 0.026);
}

.aura-pc-interface__modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.52rem;
}

.aura-pc-interface__modules span {
  display: flex;
  align-items: flex-end;
  min-height: 4.6rem;
  border: 1px solid rgba(242, 251, 252, 0.085);
  border-radius: 17px;
  padding: 0.72rem;
  background: rgba(255, 255, 255, 0.038);
  color: rgba(242, 251, 252, 0.76);
  font-size: 0.82rem;
  font-weight: 780;
  line-height: 1.1;
}

.aura-plus-lines {
  position: relative;
  display: grid;
  gap: 0.72rem;
}

.aura-plus-line {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.78rem;
  align-items: start;
  border: 1px solid rgba(242, 251, 252, 0.09);
  border-radius: 20px;
  padding: 0.86rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.024);
}

.aura-plus-line > span {
  width: 0.62rem;
  height: 0.62rem;
  margin-top: 0.26rem;
  border-radius: 999px;
  background: rgba(52, 227, 241, 0.84);
  box-shadow: 0 0 18px rgba(52, 227, 241, 0.22);
}

.aura-plus-line h3 {
  margin: 0;
  color: rgba(242, 251, 252, 0.92);
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.aura-plus-line p {
  margin: 0.34rem 0 0;
  color: rgba(230, 250, 252, 0.6);
  font-size: 0.9rem;
  line-height: 1.46;
}

.aura-card-grid {
  display: grid;
  gap: 1rem;
}

.aura-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aura-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aura-plus-included-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.aura-plus-included-card {
  grid-column: span 2;
  min-height: 16rem;
}

.aura-plus-included-card--lead,
.aura-plus-included-card--closing {
  border-color: rgba(52, 227, 241, 0.22);
  background:
    radial-gradient(circle at 14% 0%, rgba(52, 227, 241, 0.13), transparent 42%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(8, 34, 44, 0.5)),
    rgba(52, 227, 241, 0.024);
}

.aura-plus-included-card--lead {
  grid-column: span 4;
}

.aura-plus-included-card--closing {
  grid-column: span 6;
  background:
    radial-gradient(circle at 86% 0%, rgba(52, 227, 241, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.66), rgba(8, 34, 44, 0.48)),
    rgba(255, 255, 255, 0.03);
}

.aura-fit-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(22rem, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: stretch;
  border: 1px solid rgba(52, 227, 241, 0.16);
  border-radius: 32px;
  padding: clamp(1.1rem, 3vw, 1.55rem);
  background:
    radial-gradient(circle at 12% 0%, rgba(52, 227, 241, 0.1), transparent 38%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.62), rgba(4, 31, 38, 0.48)),
    rgba(255, 255, 255, 0.026);
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(18px);
}

.aura-fit-panel__content h2 {
  max-width: 620px;
  margin: 0.9rem 0 0;
  color: var(--nt-text);
  font-size: clamp(2rem, 3.8vw, 3.05rem);
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}

.aura-fit-panel__content p {
  max-width: 620px;
  margin: 1rem 0 0;
  color: rgba(242, 251, 252, 0.66);
  line-height: 1.65;
}

.aura-fit-panel__list {
  display: grid;
  gap: 0.68rem;
}

.aura-fit-panel__list article {
  border: 1px solid rgba(230, 250, 252, 0.1);
  border-radius: 22px;
  padding: 0.95rem;
  background: rgba(255, 255, 255, 0.032);
}

.aura-fit-panel__list span,
.aura-plus-price-summary span {
  display: inline-flex;
  color: rgba(52, 227, 241, 0.92);
  font-size: 0.78rem;
  font-weight: 820;
  line-height: 1;
  text-transform: uppercase;
}

.aura-fit-panel__list strong {
  display: block;
  margin-top: 0.52rem;
  color: rgba(242, 251, 252, 0.94);
  font-size: 1.06rem;
  line-height: 1.2;
}

.aura-fit-panel__list p {
  margin: 0.38rem 0 0;
  color: rgba(230, 250, 252, 0.62);
  font-size: 0.92rem;
  line-height: 1.5;
}

.aura-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.aura-timeline::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 2.2rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(52, 227, 241, 0.3), rgba(230, 250, 252, 0.06));
  pointer-events: none;
}

.aura-timeline .aura-step-card {
  min-height: 100%;
  border-color: rgba(52, 227, 241, 0.16);
}

.aura-pc-page #proceso .aura-timeline {
  gap: 0;
  isolation: isolate;
  border: 1px solid rgba(230, 250, 252, 0.11);
  border-radius: 32px;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.58), rgba(4, 31, 38, 0.46)),
    rgba(255, 255, 255, 0.024);
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(18px);
}

.aura-pc-page #proceso .aura-timeline::before {
  left: 3.875rem;
  right: calc(((100% - 2rem) / 3) - 1.875rem);
  top: 3.875rem;
  z-index: 0;
  background: linear-gradient(90deg, rgba(52, 227, 241, 0.34), rgba(230, 250, 252, 0.07));
}

.aura-pc-page #proceso .aura-step-card {
  display: grid;
  align-content: start;
  min-height: 15.5rem;
  border-color: transparent;
  border-radius: 24px;
  background: transparent;
  box-shadow: none;
}

.aura-pc-page #proceso .aura-step-card:hover {
  transform: none;
  border-color: rgba(52, 227, 241, 0.16);
  background: rgba(255, 255, 255, 0.026);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035);
}

.aura-pc-page #proceso .aura-step-card__number {
  z-index: 1;
  justify-content: center;
  width: 3.05rem;
  height: 3.05rem;
  min-height: 3.05rem;
  border-radius: 50%;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(52, 227, 241, 0.18), rgba(0, 194, 209, 0.08)),
    rgba(4, 31, 38, 0.72);
  box-shadow:
    0 0 0 7px rgba(4, 31, 38, 0.82),
    0 0 24px rgba(52, 227, 241, 0.16);
}

.aura-feature-list .aura-info-card:first-child,
.future-service-grid .aura-info-card:first-child {
  grid-column: span 2;
  background:
    radial-gradient(circle at 15% 0%, rgba(52, 227, 241, 0.13), transparent 42%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(8, 34, 44, 0.5)),
    rgba(52, 227, 241, 0.026);
}

.aura-info-card,
.aura-step-card,
.aura-plan-card,
.aura-requirement-card,
.aura-faq-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(230, 250, 252, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.62), rgba(8, 28, 36, 0.44)),
    rgba(255, 255, 255, 0.026);
  box-shadow:
    0 22px 62px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(18px);
}

.aura-info-card,
.aura-step-card,
.aura-requirement-card,
.aura-faq-card {
  padding: 1.35rem;
}

.aura-info-card,
.aura-step-card,
.aura-requirement-card {
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.aura-info-card::before,
.aura-step-card::before,
.aura-plan-card::before,
.aura-requirement-card::before,
.aura-faq-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 0%, rgba(52, 227, 241, 0.1), transparent 42%);
  transition: opacity 0.24s ease;
}

.aura-info-card:hover,
.aura-step-card:hover,
.aura-requirement-card:hover {
  transform: translateY(-4px);
  border-color: rgba(52, 227, 241, 0.22);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.7), rgba(8, 34, 44, 0.5)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    0 28px 78px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.aura-info-card:hover::before,
.aura-step-card:hover::before,
.aura-requirement-card:hover::before {
  opacity: 0.68;
}

.aura-card-label,
.aura-step-card__number {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  border: 1px solid rgba(52, 227, 241, 0.16);
  border-radius: 999px;
  padding: 0.44rem 0.64rem;
  background: rgba(52, 227, 241, 0.065);
  color: rgba(52, 227, 241, 0.92);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
}

.aura-info-card h3,
.aura-step-card h3,
.aura-plan-card h3,
.aura-requirement-card h3,
.aura-faq-card h3 {
  position: relative;
  margin: 1.2rem 0 0;
  color: rgba(242, 251, 252, 0.96);
  font-size: 1.42rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.aura-info-card p,
.aura-step-card p,
.aura-plan-card p,
.aura-faq-card p {
  position: relative;
  margin: 0.78rem 0 0;
  color: rgba(242, 251, 252, 0.62);
  line-height: 1.65;
}

.aura-product-card {
  min-height: 17rem;
}

.aura-comparison-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.aura-comparison-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid rgba(230, 250, 252, 0.12);
  border-radius: 30px;
  padding: 1.35rem;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.62), rgba(8, 28, 36, 0.44)),
    rgba(255, 255, 255, 0.026);
  box-shadow:
    0 22px 62px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(18px);
}

.aura-comparison-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 0%, rgba(52, 227, 241, 0.1), transparent 42%);
  opacity: 0.48;
}

.aura-comparison-card--featured {
  border-color: rgba(52, 227, 241, 0.28);
  background:
    radial-gradient(circle at 18% 0%, rgba(52, 227, 241, 0.14), transparent 40%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(8, 34, 44, 0.5)),
    rgba(255, 255, 255, 0.035);
}

.aura-comparison-card__head {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.aura-comparison-card__head strong {
  max-width: 13rem;
  color: rgba(242, 251, 252, 0.76);
  font-size: 0.92rem;
  line-height: 1.35;
  text-align: right;
}

.aura-comparison-card h3 {
  position: relative;
  margin: 1.2rem 0 0;
  color: rgba(242, 251, 252, 0.98);
  font-size: clamp(1.5rem, 2.3vw, 2.08rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.aura-comparison-card p {
  position: relative;
  margin: 0.82rem 0 0;
  color: rgba(242, 251, 252, 0.65);
  line-height: 1.65;
}

.aura-comparison-card__list {
  position: relative;
  margin: 1.05rem 0 1.25rem;
}

.aura-comparison-card .nt-btn {
  position: relative;
  width: 100%;
  margin-top: auto;
  min-height: 48px;
}

.aura-comparison-note {
  max-width: 820px;
  margin: 1rem auto 0;
  border: 1px solid rgba(52, 227, 241, 0.22);
  border-radius: 20px;
  padding: 0.88rem 1rem;
  background:
    linear-gradient(135deg, rgba(52, 227, 241, 0.1), rgba(255, 255, 255, 0.028)),
    rgba(4, 31, 38, 0.44);
  color: rgba(242, 251, 252, 0.82);
  font-size: 0.94rem;
  font-weight: 760;
  line-height: 1.5;
  text-align: center;
}

.aura-system-view-section {
  isolation: isolate;
}

.aura-system-view-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.aura-system-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 1.05rem;
  min-height: 100%;
  min-width: 0;
  border: 1px solid rgba(230, 250, 252, 0.12);
  border-radius: 30px;
  padding: 1.08rem;
  background:
    radial-gradient(circle at 18% 0%, rgba(52, 227, 241, 0.095), transparent 40%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.64), rgba(8, 28, 36, 0.44)),
    rgba(255, 255, 255, 0.026);
  box-shadow:
    0 22px 62px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.aura-system-card:hover {
  transform: translateY(-4px);
  border-color: rgba(52, 227, 241, 0.22);
  box-shadow:
    0 28px 78px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.aura-system-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(52, 227, 241, 0.07), transparent 34%),
    radial-gradient(circle at 82% 14%, rgba(255, 255, 255, 0.06), transparent 32%);
  opacity: 0.62;
}

.aura-system-card__content,
.aura-system-mockup,
.aura-system-screenshot {
  position: relative;
}

.aura-system-card h3 {
  margin: 1rem 0 0;
  color: rgba(242, 251, 252, 0.96);
  font-size: 1.28rem;
  line-height: 1.16;
  letter-spacing: 0;
}

.aura-system-card p {
  margin: 0.66rem 0 0;
  color: rgba(242, 251, 252, 0.62);
  font-size: 0.94rem;
  line-height: 1.58;
}

.aura-system-screenshot {
  overflow: hidden;
  align-self: end;
  margin: 0;
  border: 1px solid rgba(242, 251, 252, 0.11);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(52, 227, 241, 0.09), transparent 42%),
    linear-gradient(180deg, rgba(3, 19, 24, 0.54), rgba(10, 21, 36, 0.68)),
    rgba(255, 255, 255, 0.034);
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.22),
    0 0 28px rgba(0, 194, 209, 0.055),
    inset 0 1px rgba(255, 255, 255, 0.065);
}

.aura-system-screenshot__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.72rem;
  min-height: 40px;
  border-bottom: 1px solid rgba(242, 251, 252, 0.08);
  padding: 0 0.72rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.022)),
    rgba(4, 31, 38, 0.48);
}

.aura-system-screenshot__top span {
  min-width: 0;
  overflow: hidden;
  color: rgba(242, 251, 252, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aura-system-screenshot__top strong {
  flex: 0 0 auto;
  border: 1px solid rgba(52, 227, 241, 0.2);
  border-radius: 999px;
  padding: 0.28rem 0.46rem;
  background: rgba(52, 227, 241, 0.08);
  color: rgba(52, 227, 241, 0.94);
  font-size: 0.62rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.aura-system-screenshot__media {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 10;
  padding: clamp(0.48rem, 1.15vw, 0.68rem);
  background:
    linear-gradient(135deg, rgba(52, 227, 241, 0.045), transparent 44%),
    rgba(255, 255, 255, 0.026);
}

.aura-system-screenshot__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid rgba(4, 31, 38, 0.34);
  border-radius: 16px;
  background: rgba(4, 31, 38, 0.42);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(242, 251, 252, 0.035);
}

.aura-system-mockup {
  overflow: hidden;
  align-self: end;
  border: 1px solid rgba(242, 251, 252, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(3, 19, 24, 0.5), rgba(10, 21, 36, 0.64)),
    rgba(255, 255, 255, 0.034);
  box-shadow:
    0 18px 52px rgba(0, 0, 0, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.06);
}

.aura-system-mockup__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.72rem;
  min-height: 38px;
  border-bottom: 1px solid rgba(242, 251, 252, 0.08);
  padding: 0 0.72rem;
  background: rgba(255, 255, 255, 0.035);
}

.aura-system-mockup__top span {
  color: rgba(242, 251, 252, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
}

.aura-system-mockup__top strong {
  border: 1px solid rgba(52, 227, 241, 0.18);
  border-radius: 999px;
  padding: 0.28rem 0.44rem;
  background: rgba(52, 227, 241, 0.07);
  color: rgba(52, 227, 241, 0.94);
  font-size: 0.62rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.aura-system-mockup__toolbar {
  display: grid;
  grid-template-columns: 1.4fr 0.78fr 0.62fr;
  gap: 0.45rem;
  padding: 0.72rem 0.72rem 0;
}

.aura-system-mockup__toolbar span,
.aura-system-mockup__stats span,
.aura-system-mockup__rows li {
  border: 1px solid rgba(242, 251, 252, 0.075);
  background: rgba(255, 255, 255, 0.034);
}

.aura-system-mockup__toolbar span {
  min-height: 1.82rem;
  border-radius: 12px;
}

.aura-system-mockup__toolbar span:first-child {
  background: rgba(52, 227, 241, 0.11);
}

.aura-system-mockup__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  padding: 0.58rem 0.72rem 0;
}

.aura-system-mockup__stats span {
  display: grid;
  gap: 0.38rem;
  min-height: 3.9rem;
  border-radius: 15px;
  padding: 0.58rem;
  color: rgba(230, 250, 252, 0.62);
  font-size: 0.68rem;
  font-weight: 760;
  line-height: 1.1;
}

.aura-system-mockup__stats strong {
  width: 72%;
  height: 0.56rem;
  border-radius: 999px;
  background: rgba(52, 227, 241, 0.62);
  box-shadow: 0 0 14px rgba(52, 227, 241, 0.15);
}

.aura-system-mockup__rows {
  display: grid;
  gap: 0.4rem;
  margin: 0;
  padding: 0.58rem 0.72rem 0.72rem;
  list-style: none;
}

.aura-system-mockup__rows li {
  position: relative;
  min-height: 2.05rem;
  border-radius: 12px;
  padding: 0.55rem 0.56rem 0.48rem 1.5rem;
  color: rgba(242, 251, 252, 0.66);
  font-size: 0.72rem;
  font-weight: 720;
  line-height: 1.16;
}

.aura-system-mockup__rows li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0.58rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: rgba(52, 227, 241, 0.78);
}

.aura-system-view-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  border: 1px solid rgba(242, 251, 252, 0.1);
  border-radius: 24px;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(52, 227, 241, 0.08), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.024);
  box-shadow:
    0 18px 56px rgba(0, 0, 0, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.045);
}

.aura-system-view-cta p {
  margin: 0;
  color: rgba(242, 251, 252, 0.72);
  font-weight: 720;
  line-height: 1.45;
}

.aura-system-view-cta .nt-btn {
  flex: 0 0 auto;
  min-height: 48px;
}

.aura-inline-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  margin-top: 1.2rem;
  border: 1px solid rgba(52, 227, 241, 0.16);
  border-radius: 999px;
  padding: 0.5rem 0.72rem;
  background: rgba(52, 227, 241, 0.052);
  color: var(--nt-accent);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.aura-inline-link:hover,
.aura-inline-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(52, 227, 241, 0.28);
  background: rgba(52, 227, 241, 0.08);
}

.aura-plan-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.25rem;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.aura-pricing-section .nt-section-head {
  align-items: center;
}

.aura-pricing-section .aura-plan-grid {
  align-items: stretch;
  gap: 1.05rem;
}

.aura-pricing-section .aura-plan-card {
  border-radius: 32px;
  padding: 0;
}

.aura-pricing-section .aura-plan-card > .aura-card-label {
  margin: 1.2rem 1.2rem 0;
}

.aura-pricing-section .aura-plan-card h3,
.aura-pricing-section .aura-plan-card__price,
.aura-pricing-section .aura-plan-card > p,
.aura-pricing-section .aura-plan-card .aura-check-list,
.aura-pricing-section .aura-plan-card__cta,
.aura-pricing-section .aura-plan-card__microcopy {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

.aura-pricing-section .aura-plan-card h3 {
  margin-top: 1rem;
  font-size: clamp(1.35rem, 2vw, 1.72rem);
}

.aura-pricing-section .aura-plan-card__price {
  border-block: 1px solid rgba(230, 250, 252, 0.08);
  margin-top: 1rem;
  padding: 0.95rem 0;
}

.aura-pricing-section .aura-plan-card__price strong {
  font-size: clamp(2.2rem, 3.7vw, 3rem);
}

.aura-pricing-section .aura-plan-card > p {
  min-height: 4.8rem;
}

.aura-pricing-section .aura-plan-card .aura-check-list {
  border-top: 1px solid rgba(230, 250, 252, 0.08);
  padding-top: 1rem;
}

.aura-pricing-section .aura-plan-card__cta {
  width: auto;
}

.aura-pricing-section .aura-plan-card__microcopy {
  margin-bottom: 1.2rem;
}

.aura-pricing-section .aura-plan-card--featured {
  transform: translateY(-0.35rem);
}

.aura-plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(52, 227, 241, 0.22);
  box-shadow:
    0 28px 78px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.aura-pricing-section .aura-plan-card--featured:hover {
  transform: translateY(-0.65rem);
}

.aura-plan-card:hover::before {
  opacity: 0.62;
}

.aura-plan-card--featured {
  border-color: rgba(52, 227, 241, 0.3);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(8, 34, 44, 0.54)),
    rgba(52, 227, 241, 0.035);
  box-shadow:
    0 26px 76px rgba(0, 0, 0, 0.23),
    0 0 42px rgba(0, 194, 209, 0.075),
    inset 0 1px rgba(255, 255, 255, 0.052);
}

.aura-plan-card__price {
  position: relative;
  display: grid;
  gap: 0.25rem;
  margin-top: 1.05rem;
}

.aura-plan-card__price strong {
  color: var(--nt-text);
  font-size: clamp(2rem, 3.8vw, 2.65rem);
  line-height: 1;
  letter-spacing: 0;
}

.aura-plan-card__price span {
  color: rgba(230, 250, 252, 0.58);
  font-size: 0.84rem;
  font-weight: 760;
}

.aura-check-list {
  position: relative;
  display: grid;
  gap: 0.58rem;
  margin: 1.05rem 0 0;
  padding: 0;
  list-style: none;
}

.aura-check-list li {
  position: relative;
  padding-left: 1.18rem;
  color: rgba(242, 251, 252, 0.72);
  font-size: 0.94rem;
  line-height: 1.42;
}

.aura-check-list li::before {
  content: "";
  position: absolute;
  top: 0.54em;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: rgba(52, 227, 241, 0.86);
  box-shadow: 0 0 10px rgba(52, 227, 241, 0.18);
}

.aura-plan-card__cta {
  position: relative;
  width: 100%;
  margin-top: auto;
  min-height: 48px;
}

.aura-plan-card__microcopy {
  margin-top: 0.72rem;
  color: rgba(230, 250, 252, 0.56);
  font-size: 0.82rem;
  line-height: 1.46;
  text-align: center;
}

.aura-plan-card .aura-check-list {
  margin-bottom: 1.2rem;
}

.aura-plan-note {
  max-width: 820px;
  margin: 1rem auto 0;
  border: 1px solid rgba(242, 251, 252, 0.08);
  border-radius: 20px;
  padding: 0.82rem 1rem;
  background: rgba(255, 255, 255, 0.026);
  color: rgba(230, 250, 252, 0.6);
  font-size: 0.92rem;
  line-height: 1.55;
  text-align: center;
}

.aura-pc-page .aura-plan-note,
.aura-pc-page .aura-comparison-note {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

.aura-after-purchase {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  border: 1px solid rgba(52, 227, 241, 0.14);
  border-radius: 26px;
  padding: 1rem;
  background:
    radial-gradient(circle at 12% 0%, rgba(52, 227, 241, 0.1), transparent 38%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.58), rgba(8, 28, 36, 0.38)),
    rgba(255, 255, 255, 0.026);
  box-shadow:
    0 22px 66px rgba(0, 0, 0, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.045);
}

.aura-after-purchase__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.aura-after-purchase__head h2 {
  margin: 0;
  color: rgba(242, 251, 252, 0.96);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.aura-after-purchase__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
}

.aura-after-purchase__step,
.aura-payment-note {
  border: 1px solid rgba(242, 251, 252, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.028);
}

.aura-after-purchase__step {
  padding: 0.9rem;
}

.aura-after-purchase__step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(52, 227, 241, 0.18);
  border-radius: 999px;
  background: rgba(52, 227, 241, 0.075);
  color: rgba(52, 227, 241, 0.94);
  font-size: 0.78rem;
  font-weight: 850;
}

.aura-after-purchase__step h3 {
  margin: 0.7rem 0 0;
  color: rgba(242, 251, 252, 0.94);
  font-size: 1rem;
  line-height: 1.22;
  letter-spacing: 0;
}

.aura-after-purchase__step p {
  margin: 0.42rem 0 0;
  color: rgba(230, 250, 252, 0.62);
  font-size: 0.9rem;
  line-height: 1.5;
}

.aura-payment-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.86rem 0.95rem;
}

.aura-payment-note strong {
  flex: 0 0 auto;
  color: rgba(242, 251, 252, 0.9);
  font-size: 0.94rem;
}

.aura-payment-note p {
  margin: 0;
  color: rgba(230, 250, 252, 0.62);
  font-size: 0.9rem;
  line-height: 1.46;
  text-align: right;
}

.aura-plus-pricing-section .nt-section-head {
  margin-bottom: 2rem;
}

.aura-plus-pricing-section .nt-section-title {
  max-width: 720px;
}

.aura-plus-pricing-section .nt-section-copy {
  max-width: 460px;
  line-height: 1.65;
}

.aura-plus-coverage-grid {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}

.aura-plus-main-plan {
  min-height: 100%;
}

.aura-plus-price-card {
  width: 100%;
  padding: clamp(2rem, 3vw, 2.5rem);
}

.aura-plus-price-summary {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
  margin-bottom: 1.15rem;
}

.aura-plus-price-summary div {
  border: 1px solid rgba(242, 251, 252, 0.09);
  border-radius: 20px;
  padding: 0.9rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.022)),
    rgba(4, 31, 38, 0.3);
}

.aura-plus-price-summary strong {
  display: block;
  margin-top: 0.5rem;
  color: rgba(242, 251, 252, 0.96);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  line-height: 1.12;
}

.aura-plus-price-summary p {
  margin: 0.45rem 0 0;
  color: rgba(230, 250, 252, 0.62);
  font-size: 0.9rem;
  line-height: 1.45;
}

.aura-plus-price-card__body {
  display: grid;
  grid-template-columns: minmax(14rem, 0.9fr) minmax(17rem, 1fr) minmax(16rem, 0.95fr);
  gap: clamp(1.45rem, 2.4vw, 2.125rem);
  align-items: center;
}

.aura-plus-price-card__zone {
  min-width: 0;
}

.aura-plus-price-card__summary,
.aura-plus-price-card__includes,
.aura-plus-price-card__details {
  min-width: 0;
}

.aura-plus-price-card__includes,
.aura-plus-price-card__details {
  display: grid;
  gap: 1rem;
  border-left: 1px solid rgba(230, 250, 252, 0.09);
  padding-left: clamp(1.45rem, 2.4vw, 2.125rem);
}

.aura-plus-main-plan .aura-plan-card__price {
  margin: 1.25rem 0 0.82rem;
}

.aura-plus-price-card .aura-plan-card__price strong {
  font-size: clamp(2.85rem, 5.2vw, 4rem);
}

.aura-plus-price-kicker {
  position: relative;
  color: rgba(52, 227, 241, 0.88);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.aura-plus-price-note {
  position: relative;
  margin: 0;
  border-top: 1px solid rgba(52, 227, 241, 0.16);
  padding-top: 0.85rem;
  color: rgba(230, 250, 252, 0.66);
  font-size: 0.96rem;
  line-height: 1.5;
}

.aura-plus-coverage-list {
  grid-template-columns: 1fr;
  gap: 0.76rem;
  margin: 0;
}

.aura-plus-coverage-list li {
  color: rgba(242, 251, 252, 0.78);
  font-size: 1rem;
  font-weight: 720;
}

.aura-plus-price-actions {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.78rem;
  margin-top: 0.05rem;
}

.aura-plus-price-actions .nt-btn {
  min-height: 54px;
}

.aura-plus-values-card {
  min-height: 100%;
}

.aura-plus-value-list {
  position: relative;
  display: grid;
  gap: 0.5rem;
  margin-top: 1.1rem;
}

.aura-plus-value-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 48px;
  border: 1px solid rgba(242, 251, 252, 0.08);
  border-radius: 16px;
  padding: 0.62rem 0.76rem;
  background: rgba(255, 255, 255, 0.028);
}

.aura-plus-value-row span {
  color: rgba(242, 251, 252, 0.72);
  font-size: 0.94rem;
  font-weight: 720;
}

.aura-plus-value-row strong {
  color: rgba(242, 251, 252, 0.95);
  font-size: 0.96rem;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.aura-requirement-card--featured {
  border-color: rgba(52, 227, 241, 0.24);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.68), rgba(8, 34, 44, 0.5)),
    rgba(52, 227, 241, 0.026);
}

.aura-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.aura-faq-card {
  min-height: 12rem;
  padding: 1.18rem;
}

.aura-faq-card::before {
  opacity: 0.42;
}

.aura-faq-card h3 {
  margin-top: 0;
  font-size: 1.1rem;
  line-height: 1.22;
}

.aura-faq-card p {
  font-size: 0.94rem;
  line-height: 1.58;
}

.aura-final-cta {
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.34fr);
}

.aura-final-cta__actions {
  position: relative;
  display: grid;
  gap: 0.68rem;
  align-content: center;
}

.aura-final-cta__actions .nt-btn {
  width: 100%;
  min-height: 50px;
}

.support-page {
  padding-bottom: 0.1px;
}

.support-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.82fr);
  align-items: center;
  align-content: center;
  gap: clamp(2rem, 5vw, 4.3rem);
  min-height: calc(100svh - var(--ec-header-space, 96px));
  padding: clamp(2.15rem, 5vh, 3.6rem) 0 clamp(2.7rem, 6vh, 4.1rem);
}

.support-hero *,
.support-hero *::before,
.support-hero *::after,
.support-connect-section *,
.support-connect-section *::before,
.support-connect-section *::after {
  min-width: 0;
}

.support-hero__content {
  min-width: 0;
}

.support-hero__badge {
  color: rgba(242, 251, 252, 0.88);
}

.support-hero__title {
  max-width: 680px;
  margin: 1.35rem 0 0;
  color: var(--nt-text);
  font-size: clamp(3.05rem, 5.8vw, 5.05rem);
  font-weight: 735;
  line-height: 1.03;
  letter-spacing: 0;
  text-wrap: balance;
}

.support-hero__lead {
  max-width: 630px;
  margin: 1.25rem 0 0;
  color: rgba(242, 251, 252, 0.68);
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
  line-height: 1.68;
}

.support-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.84rem;
  margin-top: 2rem;
}

.support-hero__actions .nt-btn {
  min-width: 11rem;
}

.support-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.54rem;
  margin: 1.45rem 0 0;
  padding: 0;
  list-style: none;
}

.support-hero__pills li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(230, 250, 252, 0.1);
  border-radius: 999px;
  padding: 0.48rem 0.68rem;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(242, 251, 252, 0.66);
  font-size: 0.84rem;
  font-weight: 700;
}

.support-hero__connect {
  min-width: 0;
}

.support-route-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(52, 227, 241, 0.22);
  border-radius: 32px;
  padding: clamp(1.05rem, 2.4vw, 1.45rem);
  background:
    radial-gradient(circle at 20% 0%, rgba(52, 227, 241, 0.13), transparent 40%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(7, 28, 38, 0.56)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.28),
    0 0 54px rgba(0, 194, 209, 0.08),
    inset 0 1px rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(22px);
}

.support-route-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 34%),
    radial-gradient(circle at 82% 16%, rgba(52, 227, 241, 0.1), transparent 30%);
  opacity: 0.72;
}

.support-route-card__head,
.support-route-list,
.support-route-card__note {
  position: relative;
}

.support-route-card__head h2 {
  margin: 0;
  color: rgba(242, 251, 252, 0.98);
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.support-route-card__head p,
.support-route-item p,
.support-route-card__note {
  color: rgba(230, 250, 252, 0.62);
  line-height: 1.55;
}

.support-route-card__head p {
  margin: 0.65rem 0 0;
}

.support-route-list {
  display: grid;
  gap: 0.72rem;
  margin-top: 1rem;
}

.support-route-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.76rem;
  border: 1px solid rgba(242, 251, 252, 0.09);
  border-radius: 20px;
  padding: 0.82rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.042), rgba(255, 255, 255, 0.022)),
    rgba(4, 31, 38, 0.34);
}

.support-route-item > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.08rem;
  height: 2.08rem;
  border: 1px solid rgba(52, 227, 241, 0.16);
  border-radius: 999px;
  background: rgba(52, 227, 241, 0.08);
  color: var(--nt-accent);
  font-size: 0.78rem;
  font-weight: 850;
}

.support-route-item h3 {
  margin: 0;
  color: rgba(242, 251, 252, 0.96);
  font-size: 1.05rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.support-route-item p {
  margin: 0.34rem 0 0.74rem;
  font-size: 0.93rem;
}

.support-route-card__note,
.support-channel-note {
  border: 1px solid rgba(52, 227, 241, 0.14);
  border-radius: 18px;
  padding: 0.78rem 0.88rem;
  background: rgba(52, 227, 241, 0.055);
  color: rgba(230, 250, 252, 0.72);
  text-align: center;
}

.support-route-card__note {
  margin: 0.92rem 0 0;
  font-size: 0.92rem;
}

.support-connect-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(230, 250, 252, 0.13);
  border-radius: 32px;
  padding: clamp(1.05rem, 2.4vw, 1.45rem);
  background:
    radial-gradient(circle at 20% 0%, rgba(52, 227, 241, 0.13), transparent 40%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(7, 28, 38, 0.56)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.26),
    inset 0 1px rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(22px);
}

.support-connect-card--hero {
  border-color: rgba(52, 227, 241, 0.22);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.28),
    0 0 54px rgba(0, 194, 209, 0.08),
    inset 0 1px rgba(255, 255, 255, 0.06);
}

.support-connect-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 34%),
    radial-gradient(circle at 82% 16%, rgba(52, 227, 241, 0.1), transparent 30%);
  opacity: 0.72;
}

.support-connect-card__head,
.support-connect-card__body,
.support-connect-steps,
.support-connect-card__small,
.support-connect-card__button {
  position: relative;
}

.support-connect-card__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.support-connect-card__head h2,
.support-connect-card__head h3 {
  margin: 0;
  color: rgba(242, 251, 252, 0.98);
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.support-connect-card__head p {
  max-width: 30rem;
  margin: 0.65rem 0 0;
  color: rgba(230, 250, 252, 0.62);
  line-height: 1.55;
}

.support-windows-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 34px;
  border: 1px solid rgba(52, 227, 241, 0.18);
  border-radius: 999px;
  padding: 0.42rem 0.62rem;
  background: rgba(52, 227, 241, 0.07);
  color: rgba(242, 251, 252, 0.86);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.support-windows-icon {
  display: grid;
  grid-template-columns: repeat(2, 0.34rem);
  gap: 0.08rem;
}

.support-windows-icon span {
  width: 0.34rem;
  height: 0.34rem;
  background: var(--nt-accent);
  box-shadow: 0 0 10px rgba(52, 227, 241, 0.22);
}

.support-connect-card__body {
  margin-top: 1rem;
  border: 1px solid rgba(242, 251, 252, 0.1);
  border-radius: 24px;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.024)),
    rgba(4, 31, 38, 0.38);
}

.support-connect-card__kicker {
  display: inline-flex;
  color: var(--nt-accent);
  font-size: 0.82rem;
  font-weight: 820;
}

.support-connect-card__body h3 {
  margin: 0.48rem 0 0;
  color: var(--nt-text);
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.support-connect-card__body p,
.support-connect-card__small {
  color: rgba(230, 250, 252, 0.62);
  line-height: 1.58;
}

.support-connect-card__body p {
  margin: 0.68rem 0 0;
}

.support-connect-card__button {
  width: 100%;
  margin-top: 1rem;
}

.support-connect-steps {
  display: grid;
  gap: 0.58rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: support-step;
}

.support-connect-steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.64rem;
  border: 1px solid rgba(242, 251, 252, 0.09);
  border-radius: 18px;
  padding: 0.7rem;
  background: rgba(255, 255, 255, 0.032);
  color: rgba(242, 251, 252, 0.76);
  line-height: 1.35;
}

.support-connect-steps li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(52, 227, 241, 0.08);
  color: var(--nt-accent);
  font-size: 0.75rem;
  font-weight: 850;
}

.support-connect-steps--compact li {
  min-height: 46px;
  padding: 0.58rem;
  font-size: 0.92rem;
}

.support-channel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.support-channel-card {
  position: relative;
  display: flex;
  min-height: 18.5rem;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(230, 250, 252, 0.12);
  border-radius: 30px;
  padding: 1.35rem;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.62), rgba(8, 28, 36, 0.44)),
    rgba(255, 255, 255, 0.026);
  box-shadow:
    0 22px 62px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(18px);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.support-channel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 0%, rgba(52, 227, 241, 0.1), transparent 42%);
  transition: opacity 0.24s ease;
}

.support-channel-card:hover {
  transform: translateY(-4px);
  border-color: rgba(52, 227, 241, 0.22);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.7), rgba(8, 34, 44, 0.5)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    0 28px 78px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.support-channel-card:hover::before {
  opacity: 0.68;
}

.support-channel-card h3 {
  position: relative;
  margin: 1.2rem 0 0;
  color: rgba(242, 251, 252, 0.96);
  font-size: 1.42rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.support-channel-card p {
  position: relative;
  margin: 0.78rem 0 1.2rem;
  color: rgba(242, 251, 252, 0.62);
  line-height: 1.65;
}

.support-channel-grid--priority .support-channel-card:nth-child(-n + 2) {
  border-color: rgba(52, 227, 241, 0.22);
  background:
    radial-gradient(circle at 18% 0%, rgba(52, 227, 241, 0.11), transparent 42%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.68), rgba(8, 34, 44, 0.5)),
    rgba(52, 227, 241, 0.024);
}

.support-channel-note {
  width: 100%;
  max-width: none;
  margin: 1rem 0 0;
  line-height: 1.55;
}

.support-inline-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 40px;
  margin-top: auto;
  border: 1px solid rgba(52, 227, 241, 0.16);
  border-radius: 999px;
  padding: 0.54rem 0.78rem;
  background: rgba(52, 227, 241, 0.052);
  color: var(--nt-accent);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 780;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.support-inline-button:hover,
.support-inline-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(52, 227, 241, 0.28);
  background: rgba(52, 227, 241, 0.08);
}

.support-status-panel {
  --support-status-accent: rgba(230, 250, 252, 0.62);
  --support-status-border: rgba(230, 250, 252, 0.14);
  --support-status-bg: rgba(230, 250, 252, 0.045);
  --support-status-card-bg:
    linear-gradient(180deg, rgba(230, 250, 252, 0.055), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.028);
  --support-status-glow: rgba(230, 250, 252, 0.08);
  border: 1px solid rgba(230, 250, 252, 0.12);
  border-radius: 32px;
  padding: clamp(1rem, 2.6vw, 1.4rem);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.62), rgba(7, 26, 35, 0.48)),
    rgba(255, 255, 255, 0.028);
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
}

.support-status-panel__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(242, 251, 252, 0.09);
  border-radius: 22px;
  padding: 0.88rem 1rem;
  background: rgba(255, 255, 255, 0.03);
}

.support-status-panel__summary p {
  margin: 0.2rem 0 0;
  color: rgba(242, 251, 252, 0.78);
  line-height: 1.4;
}

.support-status-panel__summary-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}

.support-status-panel__eyebrow,
.support-status-panel__state,
.support-status-panel__refresh,
.support-status-item__group {
  color: rgba(52, 227, 241, 0.92);
  font-size: 0.76rem;
  font-weight: 820;
  line-height: 1;
  text-transform: uppercase;
}

.support-status-panel__state {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  max-width: 100%;
  border: 1px solid var(--support-status-border);
  border-radius: 999px;
  padding: 0.46rem 0.62rem;
  background: var(--support-status-bg);
  box-shadow: 0 0 22px var(--support-status-glow);
  color: var(--support-status-accent);
  line-height: 1.1;
  white-space: normal;
}

.support-status-panel__refresh {
  border: 1px solid rgba(52, 227, 241, 0.14);
  border-radius: 999px;
  padding: 0.46rem 0.62rem;
  background: rgba(52, 227, 241, 0.055);
  text-transform: none;
  white-space: nowrap;
}

.support-status-panel__notice {
  display: grid;
  gap: 0.26rem;
  margin: 0.9rem 0 0;
  border: 1px solid var(--support-status-border);
  border-radius: 18px;
  padding: 0.78rem 0.88rem;
  background: var(--support-status-card-bg);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035), 0 18px 44px var(--support-status-glow);
  color: rgba(230, 250, 252, 0.7);
  line-height: 1.55;
}

.support-status-panel__notice strong {
  color: var(--support-status-accent);
}

.support-status-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.support-status-group {
  border: 1px solid rgba(242, 251, 252, 0.09);
  border-radius: 24px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.026);
}

.support-status-group__head h3 {
  margin: 0;
  color: rgba(242, 251, 252, 0.96);
  font-size: 1.18rem;
  line-height: 1.2;
}

.support-status-group__head p {
  margin: 0.36rem 0 0;
  color: rgba(230, 250, 252, 0.58);
  line-height: 1.45;
}

.support-status-list {
  display: grid;
  gap: 0.58rem;
  margin-top: 0.9rem;
}

.support-status-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  border: 1px solid rgba(242, 251, 252, 0.08);
  border-radius: 18px;
  padding: 0.74rem;
  background: rgba(4, 31, 38, 0.32);
}

.support-status-item h4 {
  margin: 0.26rem 0 0;
  color: rgba(242, 251, 252, 0.9);
  font-size: 0.98rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.support-status-item__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.36rem;
  max-width: 16rem;
  color: rgba(230, 250, 252, 0.58);
  font-size: 0.78rem;
}

.support-status-item__meta > span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(242, 251, 252, 0.08);
  border-radius: 999px;
  padding: 0.36rem 0.5rem;
  background: rgba(255, 255, 255, 0.026);
}

.support-status-badge::before {
  content: "";
  width: 0.46rem;
  height: 0.46rem;
  margin-right: 0.36rem;
  border-radius: 999px;
  background: currentColor;
}

.support-status-badge--operational,
.support-status-panel[data-status-state="operational"] {
  --support-status-accent: #8df2b2;
  --support-status-border: rgba(141, 242, 178, 0.18);
  --support-status-bg: rgba(141, 242, 178, 0.07);
  --support-status-card-bg:
    linear-gradient(180deg, rgba(141, 242, 178, 0.075), rgba(52, 227, 241, 0.026)),
    rgba(255, 255, 255, 0.028);
  --support-status-glow: rgba(141, 242, 178, 0.1);
}

.support-status-badge--degraded,
.support-status-panel[data-status-state="degraded"] {
  --support-status-accent: #f4c867;
  --support-status-border: rgba(244, 200, 103, 0.2);
  --support-status-bg: rgba(244, 200, 103, 0.065);
  --support-status-card-bg:
    linear-gradient(180deg, rgba(244, 200, 103, 0.08), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.03);
  --support-status-glow: rgba(244, 200, 103, 0.1);
}

.support-status-badge--unavailable,
.support-status-panel[data-status-state="unavailable"] {
  --support-status-accent: #ff9b9b;
  --support-status-border: rgba(255, 155, 155, 0.2);
  --support-status-bg: rgba(255, 155, 155, 0.065);
  --support-status-card-bg:
    linear-gradient(180deg, rgba(255, 155, 155, 0.075), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.03);
  --support-status-glow: rgba(255, 155, 155, 0.1);
}

.support-status-badge--unknown,
.support-status-panel[data-status-state="unknown"] {
  --support-status-accent: rgba(230, 250, 252, 0.62);
  --support-status-border: rgba(230, 250, 252, 0.14);
  --support-status-bg: rgba(230, 250, 252, 0.045);
  --support-status-card-bg:
    linear-gradient(180deg, rgba(230, 250, 252, 0.055), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.028);
  --support-status-glow: rgba(230, 250, 252, 0.08);
}

.support-status-badge {
  color: var(--support-status-accent);
}

.support-status-item__meta > .support-status-badge {
  border-color: var(--support-status-border);
  background: var(--support-status-bg);
}

.support-status-panel__footnote {
  margin: 0.86rem 0 0;
  color: rgba(230, 250, 252, 0.52);
  font-size: 0.88rem;
  line-height: 1.5;
}

.support-connect-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.74fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.support-connect-section__content h2 {
  max-width: 680px;
  margin: 0.9rem 0 0;
  font-size: clamp(2.15rem, 4vw, 3.45rem);
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.support-connect-section__content p {
  max-width: 640px;
  margin: 1rem 0 0;
  color: rgba(242, 251, 252, 0.64);
  line-height: 1.68;
}

.support-connect-section__note {
  border-left: 2px solid rgba(52, 227, 241, 0.42);
  padding: 0.08rem 0 0.08rem 0.82rem;
}

.support-connect-card__small {
  margin: 0.85rem 0 0;
  font-size: 0.88rem;
  text-align: center;
}

.support-final-cta {
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.34fr);
}

.support-final-cta__actions {
  position: relative;
  display: grid;
  gap: 0.75rem;
}

.support-final-cta__actions .nt-btn {
  width: 100%;
  min-height: 50px;
  font: inherit;
  font-weight: 760;
}

.nt-reveal-1 {
  animation: ntReveal 0.75s ease both;
}

.nt-reveal-2 {
  animation: ntReveal 0.75s ease 0.08s both;
}

.nt-reveal-3 {
  animation: ntReveal 0.75s ease 0.16s both;
}

.nt-reveal-4 {
  animation: ntReveal 0.75s ease 0.24s both;
}

.nt-reveal-5 {
  animation: ntReveal 0.75s ease 0.32s both;
}

.ec-scroll-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
  will-change: opacity, transform;
}

.ec-scroll-reveal--visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

@keyframes ntGridDrift {
  to {
    background-position: 72px 72px;
  }
}

@keyframes ecRegionGridDrift {
  to {
    background-position: 78px 78px;
  }
}

@keyframes ecRegionGlowFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.45;
  }

  100% {
    transform: translate3d(1.6rem, -1rem, 0) scale(1.05);
    opacity: 0.62;
  }
}

@keyframes ecRegionOrbBreathe {
  0%,
  100% {
    transform: translate3d(-50%, 0, 0) rotate(-9deg) scale(1);
    opacity: 0.16;
  }

  50% {
    transform: translate3d(-50%, -1rem, 0) rotate(-7deg) scale(1.06);
    opacity: 0.24;
  }
}

@keyframes ntAuraShift {
  to {
    transform: translate3d(0, -18px, 0) scale(1.04);
    opacity: 0.34;
  }
}

@keyframes ntAurora {
  to {
    transform: translate3d(4rem, -1rem, 0) scale(1.08);
  }
}

@keyframes ntFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-18px, 16px, 0) scale(1.06);
  }
}

@keyframes ntOrbit {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes ntSoftPulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 0 42px rgba(0, 194, 209, 0.2);
  }

  50% {
    transform: translateY(-6px);
    box-shadow: 0 0 64px rgba(52, 227, 241, 0.28);
  }
}

@keyframes ntLaunchMesh {
  to {
    background-position: 86px 86px;
  }
}

@keyframes ntLaunchGlow {
  to {
    transform: translate3d(0, -14px, 0) scale(1.03);
    opacity: 0.56;
  }
}

@keyframes ntLaunchDrift {
  to {
    transform: translate3d(2rem, -1rem, 0) scale(1.06);
  }
}

@keyframes ntLaunchOrbit {
  to {
    opacity: 0.58;
    transform: translate3d(0, -0.7rem, 0) rotate(-8deg);
  }
}

@keyframes ntLaunchPulse {
  0%,
  100% {
    box-shadow:
      0 0 16px rgba(52, 227, 241, 0.78),
      0 0 0 0 rgba(52, 227, 241, 0.24);
  }

  50% {
    box-shadow:
      0 0 20px rgba(52, 227, 241, 0.92),
      0 0 0 7px rgba(52, 227, 241, 0);
  }
}

@keyframes ntLaunchReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

@keyframes notFoundFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

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

@keyframes ntReveal {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

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

@media (max-width: 1100px) {
  .ec-hero {
    grid-template-columns: minmax(0, 0.98fr) minmax(20rem, 0.9fr);
    gap: 2.1rem;
  }

  .ec-hero__title {
    font-size: 3.1rem;
  }

  .ec-hero__quick-card {
    padding: 0.86rem;
  }

  .ec-hero__quick-group {
    padding: 0.9rem;
  }
}

@media (max-width: 1180px) {
  .ec-region-shell {
    padding-bottom: calc(5.6rem + env(safe-area-inset-bottom));
  }

  .ec-header__inner {
    grid-template-columns: 1fr auto;
  }

  .ec-header__nav,
  .ec-header__actions {
    display: none;
  }

  .ec-header__menu-button {
    display: grid;
  }

  .ec-mobile-quick-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: calc(0.7rem + env(safe-area-inset-bottom));
    z-index: 85;
    display: block;
    padding: 0 0.2rem;
    pointer-events: none;
  }

  .ec-mobile-quick-actions__inner,
  .ec-mobile-quick-actions__link {
    pointer-events: auto;
  }
}

@media (max-width: 980px) {
  .ec-region-shell {
    padding-bottom: calc(5.6rem + env(safe-area-inset-bottom));
  }

  .not-found-card {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    min-height: auto;
  }

  .not-found-content {
    justify-items: center;
    text-align: center;
  }

  .not-found-visual {
    min-height: 280px;
  }

  .ec-header__inner {
    grid-template-columns: 1fr auto;
  }

  .ec-header__nav,
  .ec-header__actions {
    display: none;
  }

  .ec-header__menu-button {
    display: grid;
  }

  .ec-mobile-quick-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: calc(0.7rem + env(safe-area-inset-bottom));
    z-index: 85;
    display: block;
    padding: 0 0.2rem;
    pointer-events: none;
  }

  .ec-mobile-quick-actions__inner,
  .ec-mobile-quick-actions__link {
    pointer-events: auto;
  }

  body.ec-route-soporte .o-livechat-LivechatButton,
  body.ec-route-soporte button.o-livechat-LivechatButton,
  body.ec-route-soporte .o-livechat-LivechatButton button,
  body.ec-route-soporte .o_livechat_button,
  body.ec-route-soporte button.o_livechat_button,
  body.ec-route-soporte [class*="o-livechat"][class*="LivechatButton"],
  body.ec-route-soporte button[class*="o-livechat"],
  body.ec-route-soporte [class*="o_livechat"][class*="button"] {
    width: 1px !important;
    height: 1px !important;
    min-width: 1px !important;
    min-height: 1px !important;
    overflow: hidden !important;
    opacity: 0.01 !important;
    transform: translate3d(160px, 160px, 0) scale(0.01) !important;
  }

  .nt-nav {
    display: none;
  }

  .nt-international-page {
    overflow-y: auto;
  }

  .nt-launch-notice {
    grid-template-columns: 1fr;
    width: min(680px, 100%);
  }

  .nt-launch-content,
  .nt-launch-copy {
    justify-items: center;
    text-align: center;
  }

  .nt-launch-actions {
    justify-content: center;
  }

  .nt-region-panel {
    width: 100%;
  }

  .nt-hero {
    grid-template-columns: 1fr;
  }

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

  .nt-services,
  .nt-trust-section,
  .nt-client-grid {
    grid-template-columns: 1fr;
  }

  .nt-client-dashboard,
  .nt-trust-band {
    grid-template-columns: 1fr;
  }

  .nt-client-action--primary {
    grid-row: auto;
    min-height: auto;
  }

  .aura-fit-panel,
  .aura-plus-price-summary {
    grid-template-columns: 1fr;
  }

  .nt-service-card {
    min-height: auto;
  }

  .nt-service-card .nt-card-link {
    margin-top: 1rem;
  }

  .nt-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ec-hero {
    grid-template-columns: 1fr;
    align-items: start;
    align-content: center;
    gap: 2rem;
    min-height: calc(100svh - var(--ec-header-space, 96px));
    padding: 3.1rem 0 4rem;
  }

  .ec-hero__title,
  .ec-hero__lead {
    max-width: 46rem;
  }

  .ec-hero__title {
    font-size: 2.95rem;
  }

  .ec-hero__visual {
    max-width: 42rem;
    justify-self: stretch;
  }
}

@media (max-width: 900px) {
  .ec-footer__inner {
    width: min(1040px, 100%);
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 0.78rem;
  }

  .ec-footer__brand {
    justify-items: center;
    text-align: center;
  }

  .ec-footer__description {
    max-width: 32rem;
    text-align: center;
  }

  .ec-footer__grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 16.5rem), 1fr));
    align-items: stretch;
    gap: clamp(0.62rem, 1.3vw, 0.9rem);
  }

  .ec-footer__column {
    justify-items: center;
    border: 1px solid rgba(242, 251, 252, 0.09);
    border-radius: 22px;
    padding: 0.78rem;
    background: rgba(255, 255, 255, 0.032);
    text-align: center;
  }

  .ec-footer__link-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.14rem 0.3rem;
  }

  .ec-footer__link {
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 37px;
    padding: 0.32rem 0.4rem;
    text-align: center;
  }

  .ec-footer__link:hover,
  .ec-footer__link:focus-visible {
    background: rgba(52, 227, 241, 0.055);
    transform: translateY(-1px);
  }

  .ec-footer__cta-card {
    justify-items: center;
    border-radius: 22px;
    padding: 0.78rem;
  }

  .ec-footer__cta-copy {
    max-width: 40rem;
    text-align: center;
  }

  .ec-footer__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ec-footer__cta {
    width: 100%;
    min-height: 44px;
  }

  .ec-footer__bottom {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  .ec-footer__legal {
    justify-content: center;
  }

  .ec-footer__bottom-links {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .ec-footer {
    padding: 0.62rem 0.75rem 0.78rem;
  }

  .ec-footer__inner {
    border-radius: 24px;
    padding: 0.85rem;
    row-gap: 0.56rem;
  }

  .ec-footer__brand-link {
    padding: 0.28rem 0.42rem 0.28rem 0.28rem;
  }

  .ec-footer__grid {
    grid-template-columns: 1fr;
    gap: 0.64rem;
  }

  .ec-footer__link-list {
    gap: 0.14rem 0.24rem;
    margin-top: 0.42rem;
  }

  .ec-footer__link {
    min-height: 37px;
  }

  .ec-footer__cta-card {
    border-radius: 22px;
    padding: 0.78rem;
  }

  .ec-footer__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ec-region-shell {
    padding-bottom: calc(5.25rem + env(safe-area-inset-bottom));
  }

  .not-found-page {
    padding: 1rem;
  }

  .not-found-card {
    border-radius: 28px;
    padding: 1.05rem;
  }

  .not-found-brand {
    width: 100%;
    justify-content: center;
    gap: 0.88rem;
    border-radius: 22px;
    padding: 0.76rem 0.9rem;
  }

  .not-found-brand img {
    width: clamp(4.05rem, 18vw, 4.5rem);
  }

  .not-found-brand span {
    max-width: 7.6rem;
    font-size: 0.82rem;
    line-height: 1.28;
    text-align: left;
  }

  .not-found-badge {
    margin-top: 1.15rem;
  }

  .not-found-title {
    font-size: clamp(2.2rem, 10.8vw, 2.95rem);
    line-height: 1.06;
  }

  .not-found-copy {
    font-size: 0.98rem;
  }

  .not-found-actions,
  .not-found-button {
    width: 100%;
  }

  .not-found-visual {
    min-height: 220px;
  }

  .not-found-visual::before {
    width: min(14.5rem, 68vw);
    filter: blur(7px);
  }

  .not-found-visual::after {
    width: min(11.5rem, 56vw);
    filter: blur(16px);
  }

  .not-found-code-box {
    width: min(15rem, 100%);
    min-height: 10.5rem;
    border-radius: 26px;
  }

  .not-found-code-box strong {
    font-size: clamp(4.7rem, 18vw, 5.35rem);
  }

  .ec-header {
    padding: 0.55rem 0.75rem;
  }

  .ec-header__inner {
    min-height: 64px;
    border-radius: 24px;
    padding: 0.48rem 0.52rem 0.48rem 0.66rem;
  }

  .ec-header__logo {
    width: 2.45rem;
    max-height: 28px;
  }

  .ec-header__brand {
    gap: 0.55rem;
    padding-left: 0.24rem;
  }

  .ec-header__brand-title {
    font-size: 0.92rem;
  }

  .ec-header__brand-subline {
    font-size: 0.7rem;
  }

  .ec-header__mobile-panel {
    max-height: calc(100dvh - 6rem);
    overflow-y: auto;
    border-radius: 22px;
  }

  .ec-mobile-quick-actions {
    bottom: calc(0.5rem + env(safe-area-inset-bottom));
  }

  .ec-mobile-quick-actions__inner {
    width: min(100% - 18px, 34rem);
    border-radius: 22px;
    padding: 0.4rem;
  }

  .ec-mobile-quick-actions__link {
    min-height: 46px;
    border-radius: 16px;
    padding: 0.68rem 0.5rem;
    font-size: 0.84rem;
  }

  .ec-page-subnav {
    margin-top: -0.95rem;
  }

  .ec-page-subnav__inner {
    width: min(100% - 24px, 1180px);
    justify-content: flex-start;
    border-radius: 20px;
    padding: 0.42rem;
  }

  .ec-page-subnav__link {
    min-height: 44px;
    padding: 0.68rem 0.78rem;
    font-size: 0.84rem;
  }

  .nt-header-inner,
  .nt-shell {
    width: min(100% - 24px, 1180px);
  }

  .nt-header-cta {
    padding: 0.72rem 0.9rem;
    font-size: 0.86rem;
  }

  .nt-brand-subtitle {
    display: none;
  }

  .nt-hero {
    padding: 3.2rem 0 3.6rem;
  }

  .nt-title {
    font-size: clamp(2.45rem, 13vw, 4rem);
    line-height: 1.03;
  }

  .nt-lead {
    font-size: 1rem;
  }

  .nt-actions {
    flex-direction: column;
  }

  .nt-actions {
    margin-top: 1.5rem;
  }

  .nt-actions .nt-btn {
    width: 100%;
  }

  .nt-services--selector .nt-service-card--primary h3,
  .nt-client-action--primary h3 {
    max-width: none;
  }

  .nt-service-card--compact {
    border-radius: 24px;
    padding: 1rem;
  }

  .nt-trust-block--home-band,
  .nt-trust-block--aura-pc-band {
    border-radius: 28px;
    padding: 1rem;
  }

  .nt-trust-band {
    gap: 0.9rem;
  }

  .nt-trust-row {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .nt-client-action {
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
    border-radius: 24px;
    padding: 1rem;
  }

  .nt-client-action .nt-client-link {
    margin-top: 0.35rem;
  }

  .nt-international-page {
    place-items: center;
    padding: 1rem 12px 1.4rem;
  }

  .nt-international-orbit {
    opacity: 0.24;
  }

  .nt-international-orbit-a {
    right: -24rem;
    top: 10%;
  }

  .nt-international-orbit-b {
    left: -22rem;
    bottom: 6%;
  }

  .nt-launch-notice {
    gap: 0.78rem;
  }

  .nt-launch-content {
    gap: 0.78rem;
  }

  .nt-launch-logo {
    border-radius: 18px;
    padding: 0.56rem 0.68rem;
  }

  .nt-launch-logo img {
    width: 5.1rem;
  }

  .nt-launch-badge {
    min-height: 32px;
    font-size: 0.78rem;
  }

  .nt-launch-title {
    max-width: 360px;
    font-size: 2.65rem;
    line-height: 1.06;
    margin-top: 0.85rem;
  }

  .nt-launch-lead {
    max-width: 350px;
    margin-top: 0.8rem;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .nt-launch-actions {
    width: 100%;
  }

  .nt-launch-link {
    width: 100%;
    min-height: 46px;
  }

  .nt-region-panel {
    gap: 0.72rem;
    border-radius: 24px;
    padding: 0.78rem;
  }

  .nt-region-panel__head {
    align-items: flex-start;
  }

  .nt-region-card {
    min-height: auto;
    border-radius: 20px;
    padding: 0.78rem;
  }

  .nt-region-card__topline {
    flex-direction: column;
    gap: 0.38rem;
  }

  .nt-region-card p {
    font-size: 0.86rem;
  }

  .nt-country-card,
  .ec-cta-card {
    border-radius: 32px;
  }

  .nt-country-head {
    align-items: flex-start;
  }

  .nt-floating-flag {
    width: 56px;
    height: 56px;
    border-radius: 20px;
  }

  .nt-map-stage {
    height: 330px;
    border-radius: 26px;
  }

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

  .ec-hero {
    gap: 1.55rem;
    min-height: calc(100svh - var(--ec-header-space-mobile, 84px));
    padding: 2rem 0 2.8rem;
  }

  .ec-hero__badge {
    align-items: flex-start;
    width: 100%;
    border-radius: 20px;
    padding: 0.56rem 0.68rem;
    font-size: 0.86rem;
  }

  .ec-hero__title {
    margin-top: 1rem;
    max-width: 100%;
    font-size: 2.02rem;
    line-height: 1.08;
  }

  .ec-hero__lead {
    margin-top: 0.95rem;
    font-size: 1rem;
    line-height: 1.62;
  }

  .ec-hero__actions {
    flex-direction: column;
    gap: 0.66rem;
    margin-top: 1.3rem;
  }

  .ec-hero__actions .nt-btn {
    width: 100%;
    white-space: normal;
  }

  .ec-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.38rem;
    margin-top: 0.9rem;
  }

  .ec-hero__stats span {
    min-height: 28px;
    padding: 0.34rem 0.48rem;
    font-size: 0.74rem;
    justify-content: flex-start;
    text-align: left;
  }

  .ec-hero__visual,
  .ec-hero__quick-card {
    max-width: 100%;
  }

  .ec-hero__quick-card {
    border-radius: 24px;
    padding: 0.76rem;
  }

  .ec-hero__quick-head {
    padding: 0.18rem 0.18rem 0.78rem;
  }

  .ec-hero__quick-head h2 {
    font-size: 1.24rem;
  }

  .ec-hero__quick-head p {
    font-size: 0.9rem;
  }

  .ec-hero__card-flag {
    width: 2rem;
    height: 1.34rem;
  }

  .ec-hero__quick-groups {
    gap: 0.6rem;
  }

  .ec-hero__quick-group {
    border-radius: 18px;
    padding: 0.78rem;
  }

  .ec-hero__quick-group h3 {
    font-size: 0.98rem;
  }

  .ec-hero__quick-group p {
    font-size: 0.86rem;
  }

  .ec-hero__quick-actions {
    gap: 0.42rem;
  }

  .ec-hero__quick-actions a {
    flex: 1 1 auto;
    min-height: 38px;
    padding: 0.5rem 0.58rem;
    white-space: normal;
  }
}

@media (max-width: 1023px) {
  .ec-hero__stats {
    display: none;
  }
}

@media (max-width: 980px) {
  .ec-online-shell {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ec-online-card {
    max-width: 46rem;
  }
}

@media (max-width: 640px) {
  .ec-online-shell {
    border-radius: 26px;
    padding: 1rem;
  }

  .ec-online-title {
    font-size: 2rem;
  }

  .ec-online-copy,
  .ec-online-note {
    font-size: 0.95rem;
  }

  .ec-online-card {
    border-radius: 22px;
    padding: 0.82rem;
  }

  .ec-online-card__head {
    margin-bottom: 0.78rem;
  }

  .ec-online-card__title {
    font-size: 1.18rem;
  }

  .ec-online-channel {
    grid-template-columns: 1fr;
    gap: 0.48rem;
    padding: 0.68rem;
  }

  .ec-online-channel__label {
    min-width: 0;
  }

  .ec-cta-card {
    margin: 3rem 0 4rem;
    gap: 1rem;
    border-radius: 26px;
    padding: 1rem;
  }

  .ec-cta-title {
    font-size: 2rem;
  }

  .ec-cta-copy,
  .ec-cta-note,
  .ec-cta-whatsapp-card p {
    font-size: 0.95rem;
  }

  .ec-cta-whatsapp-card {
    border-radius: 22px;
    padding: 0.82rem;
  }
}

@media (max-width: 1100px) {
  .aura-pc-hero {
    grid-template-columns: minmax(0, 0.98fr) minmax(20rem, 0.9fr);
    gap: 2.2rem;
  }

  .aura-pc-hero__title {
    font-size: clamp(2.72rem, 5.4vw, 4.1rem);
  }
}

@media (max-width: 980px) {
  .aura-pc-hero {
    grid-template-columns: 1fr;
    align-items: start;
    align-content: center;
    gap: 2rem;
    min-height: calc(100svh - var(--ec-header-space, 96px));
    padding: 3.1rem 0 4rem;
  }

  .aura-pc-hero__title,
  .aura-pc-hero__lead {
    max-width: 46rem;
  }

  .aura-pc-hero__visual {
    max-width: 44rem;
    justify-self: stretch;
  }

  .aura-card-grid--three,
  .aura-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aura-system-view-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aura-plus-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aura-plus-included-card,
  .aura-plus-included-card--lead,
  .aura-plus-included-card--closing {
    grid-column: auto;
    min-height: 100%;
  }

  .aura-after-purchase__head,
  .aura-payment-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .aura-payment-note p {
    text-align: left;
  }

  .aura-plus-coverage-grid {
    grid-template-columns: 1fr;
  }

  .aura-plus-price-card__body {
    grid-template-columns: 1fr;
  }

  .aura-plus-price-card__includes,
  .aura-plus-price-card__details {
    border-left: 0;
    border-top: 1px solid rgba(230, 250, 252, 0.09);
    padding-left: 0;
    padding-top: 1.2rem;
  }

  .aura-plus-price-card__details .aura-plus-price-note {
    border-top: 0;
    padding-top: 0;
  }

  .aura-final-cta {
    grid-template-columns: 1fr;
  }

  .aura-system-view-cta {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .aura-system-view-cta p {
    text-align: center;
  }

  .aura-system-view-cta .nt-btn {
    justify-content: center;
    text-align: center;
  }

  .aura-final-cta__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .aura-card-grid--three,
  .aura-card-grid--two,
  .aura-comparison-board,
  .aura-plus-included-grid,
  .aura-timeline,
  .aura-system-view-grid,
  .aura-after-purchase__steps,
  .aura-faq-grid {
    grid-template-columns: 1fr;
  }

  .aura-timeline::before {
    left: 1.5rem;
    right: auto;
    top: 1.6rem;
    bottom: 1.6rem;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(52, 227, 241, 0.32), rgba(230, 250, 252, 0.05));
  }

  .aura-pc-page #proceso .aura-timeline {
    gap: 0.35rem;
    padding: 0.82rem;
  }

  .aura-pc-page #proceso .aura-timeline::before {
    left: 3.03rem;
    right: auto;
    top: 3.03rem;
    bottom: 3.03rem;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(52, 227, 241, 0.32), rgba(230, 250, 252, 0.05));
  }

  .aura-pc-page #proceso .aura-step-card {
    min-height: auto;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 0.9rem;
    padding: 0.86rem;
  }

  .aura-pc-page #proceso .aura-step-card__number {
    grid-row: span 2;
    width: 2.7rem;
    height: 2.7rem;
    min-height: 2.7rem;
  }

  .aura-pc-page #proceso .aura-step-card h3 {
    margin-top: 0.08rem;
  }

  .aura-feature-list .aura-info-card:first-child,
  .future-service-grid .aura-info-card:first-child {
    grid-column: auto;
  }

  .aura-product-card,
  .aura-faq-card {
    min-height: auto;
  }

  .aura-final-cta__actions {
    grid-template-columns: 1fr;
  }

  .aura-plus-price-actions,
  .aura-plus-coverage-list {
    grid-template-columns: 1fr;
  }

  .aura-pricing-section .aura-plan-card--featured,
  .aura-pricing-section .aura-plan-card--featured:hover {
    transform: none;
  }
}

@media (max-width: 640px) {
  .aura-pc-hero {
    gap: 1.55rem;
    min-height: calc(100svh - var(--ec-header-space-mobile, 84px));
    padding: 2rem 0 2.9rem;
  }

  .aura-pc-hero__badge {
    align-items: center;
    width: fit-content;
    max-width: 100%;
    border-radius: 999px;
    padding: 0.5rem 0.66rem;
    font-size: 0.82rem;
  }

  .aura-pc-hero__title {
    margin-top: 1rem;
    font-size: 2.12rem;
    line-height: 1.07;
  }

  .aura-pc-hero__lead {
    margin-top: 0.95rem;
    font-size: 1rem;
    line-height: 1.62;
  }

  .aura-pc-hero__actions {
    flex-direction: column;
    gap: 0.66rem;
    margin-top: 1.3rem;
  }

  .aura-pc-hero__actions .nt-btn {
    width: 100%;
    white-space: normal;
  }

  .aura-pc-hero__facts {
    display: none;
  }

  .aura-pc-concept-card,
  .aura-info-card,
  .aura-step-card,
  .aura-plan-card,
  .aura-requirement-card,
  .aura-faq-card,
  .aura-system-card {
    border-radius: 24px;
  }

  .aura-fit-panel {
    border-radius: 24px;
    padding: 0.92rem;
  }

  .aura-fit-panel__content h2 {
    font-size: 1.88rem;
  }

  .aura-fit-panel__list article,
  .aura-plus-price-summary div {
    border-radius: 18px;
    padding: 0.78rem;
  }

  .aura-system-card {
    padding: 0.88rem;
  }

  .aura-system-mockup,
  .aura-system-screenshot,
  .aura-system-view-cta {
    border-radius: 20px;
  }

  .aura-system-view-cta {
    align-items: center;
    gap: 0.86rem;
    text-align: center;
  }

  .aura-system-view-cta p {
    text-align: center;
  }

  .aura-system-mockup__top {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 56px;
    gap: 0.38rem;
    padding: 0.62rem 0.68rem;
  }

  .aura-system-screenshot__top {
    min-height: 42px;
    padding: 0 0.68rem;
  }

  .aura-system-screenshot__media {
    padding: 0.42rem;
  }

  .aura-system-screenshot__media img {
    border-radius: 13px;
  }

  .aura-system-mockup__stats {
    gap: 0.38rem;
  }

  .aura-system-mockup__stats span {
    min-height: 3.3rem;
    padding: 0.48rem;
    font-size: 0.64rem;
  }

  .aura-system-view-cta .nt-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .aura-pc-concept-card {
    padding: 0.82rem;
  }

  .aura-pc-screenshot-card {
    border-radius: 24px;
    padding: 0.72rem;
  }

  .aura-pc-screenshot-card__head {
    display: grid;
    gap: 0.68rem;
    padding: 0.1rem 0.1rem 0.74rem;
  }

  .aura-pc-screenshot-card__head h2 {
    font-size: 1.32rem;
  }

  .aura-pc-screenshot-card__head p {
    font-size: 0.9rem;
  }

  .aura-pc-screenshot-card__badge {
    justify-self: start;
  }

  .aura-pc-screenshot-frame {
    border-radius: 20px;
  }

  .aura-pc-screenshot-frame__bar {
    min-height: 38px;
    padding: 0 0.68rem;
  }

  .aura-pc-screenshot-frame__media {
    padding: 0.42rem;
  }

  .aura-pc-screenshot-frame__media img {
    border-radius: 14px;
  }

  .aura-pc-screenshot-frame__label {
    display: flex;
    min-height: 30px;
    margin: -0.16rem 0 0.52rem 0.1rem;
    font-size: 0.76rem;
    white-space: normal;
  }

  .aura-pc-concept-card__head {
    display: grid;
    gap: 0.78rem;
    padding: 0.1rem 0.1rem 0.78rem;
  }

  .aura-pc-concept-card__head h2 {
    font-size: 1.36rem;
  }

  .aura-pc-concept-card__head p {
    font-size: 0.9rem;
  }

  .aura-pc-concept-card__badge {
    justify-self: start;
  }

  .aura-pc-page #proceso .aura-timeline {
    border-radius: 24px;
    padding: 0.72rem;
  }

  .aura-pc-page #proceso .aura-step-card {
    border-radius: 18px;
    padding: 0.78rem;
  }

  .aura-pricing-section .aura-plan-card {
    border-radius: 24px;
  }

  .aura-pricing-section .aura-plan-card > .aura-card-label {
    margin: 1rem 1rem 0;
  }

  .aura-pricing-section .aura-plan-card h3,
  .aura-pricing-section .aura-plan-card__price,
  .aura-pricing-section .aura-plan-card > p,
  .aura-pricing-section .aura-plan-card .aura-check-list,
  .aura-pricing-section .aura-plan-card__cta,
  .aura-pricing-section .aura-plan-card__microcopy {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .aura-pricing-section .aura-plan-card > p {
    min-height: auto;
  }

  .aura-pricing-section .aura-plan-card__price {
    padding: 0.82rem 0;
  }

  .aura-pricing-section .aura-plan-card__microcopy {
    margin-bottom: 1rem;
  }

  .aura-pc-interface {
    border-radius: 20px;
  }

  .aura-pc-interface__body {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 0.68rem;
  }

  .aura-pc-interface__sidebar {
    display: none;
  }

  .aura-pc-interface__summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.42rem;
  }

  .aura-pc-interface__summary span {
    min-height: 3.4rem;
  }

  .aura-pc-interface__modules {
    gap: 0.42rem;
  }

  .aura-pc-interface__modules span {
    min-height: 3.7rem;
    padding: 0.58rem;
    font-size: 0.74rem;
  }

  .aura-plus-line {
    border-radius: 18px;
    padding: 0.76rem;
  }

  .aura-plus-value-row {
    min-height: 44px;
    padding: 0.58rem 0.66rem;
  }

  .aura-info-card,
  .aura-comparison-card,
  .aura-step-card,
  .aura-plan-card,
  .aura-requirement-card,
  .aura-faq-card {
    padding: 1rem;
  }

  .aura-comparison-card__head {
    flex-direction: column;
    gap: 0.72rem;
  }

  .aura-comparison-card__head strong {
    max-width: none;
    text-align: left;
  }

  .aura-plus-price-card {
    padding: 1.35rem;
  }

  .aura-info-card h3,
  .aura-step-card h3,
  .aura-plan-card h3,
  .aura-requirement-card h3 {
    font-size: 1.24rem;
  }

  .aura-plan-note,
  .aura-comparison-note {
    border-radius: 18px;
    padding: 0.76rem 0.82rem;
    text-align: left;
  }
}

@media (max-width: 1100px) {
  .support-hero {
    grid-template-columns: minmax(0, 0.98fr) minmax(20rem, 0.9fr);
    gap: 2.2rem;
  }

  .support-hero__title {
    font-size: clamp(2.72rem, 5.4vw, 4.15rem);
  }

  .support-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .support-hero {
    grid-template-columns: 1fr;
    align-items: start;
    align-content: center;
    gap: 2rem;
    min-height: calc(100svh - var(--ec-header-space, 96px));
    padding: 3.1rem 0 4rem;
  }

  .support-hero__title,
  .support-hero__lead {
    max-width: 46rem;
  }

  .support-hero__connect {
    max-width: 44rem;
    justify-self: stretch;
  }

  .support-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-status-groups,
  .support-connect-section,
  .support-final-cta {
    grid-template-columns: 1fr;
  }

  .support-final-cta__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .support-channel-grid {
    grid-template-columns: 1fr;
  }

  .support-channel-card {
    min-height: auto;
  }

  .support-status-panel__summary,
  .support-status-item {
    grid-template-columns: 1fr;
  }

  .support-status-panel__summary {
    display: grid;
  }

  .support-status-panel__refresh {
    width: fit-content;
    white-space: normal;
  }

  .support-status-panel__summary-actions {
    justify-content: flex-start;
  }

  .support-status-item__meta {
    justify-content: flex-start;
    max-width: 100%;
  }

  .support-final-cta__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .support-hero {
    gap: 1.55rem;
    min-height: calc(100svh - var(--ec-header-space-mobile, 84px));
    padding: 2rem 0 2.9rem;
  }

  .support-hero__badge {
    align-items: center;
    width: fit-content;
    max-width: 100%;
    border-radius: 999px;
    padding: 0.5rem 0.66rem;
    font-size: 0.82rem;
  }

  .support-hero__title {
    margin-top: 1rem;
    font-size: 2.08rem;
    line-height: 1.08;
  }

  .support-hero__lead {
    margin-top: 0.95rem;
    font-size: 1rem;
    line-height: 1.62;
  }

  .support-hero__actions {
    flex-direction: column;
    gap: 0.66rem;
    margin-top: 1.3rem;
  }

  .support-hero__actions .nt-btn,
  .support-connect-card__button {
    width: 100%;
    white-space: normal;
  }

  .support-hero__pills {
    display: none;
  }

  .support-connect-card,
  .support-route-card,
  .support-channel-card,
  .support-status-panel {
    border-radius: 24px;
  }

  .support-route-card,
  .support-connect-card {
    padding: 0.82rem;
  }

  .support-connect-card__head {
    display: grid;
    gap: 0.78rem;
  }

  .support-route-card__head h2,
  .support-connect-card__head h2,
  .support-connect-card__head h3 {
    font-size: 1.28rem;
  }

  .support-route-card__head p,
  .support-route-item p,
  .support-connect-card__head p,
  .support-connect-card__body p,
  .support-connect-section__content p {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .support-connect-card__body,
  .support-status-group {
    border-radius: 20px;
    padding: 0.8rem;
  }

  .support-connect-section__content h2 {
    font-size: 2rem;
  }

  .support-connect-steps li,
  .support-route-item,
  .support-status-item {
    border-radius: 16px;
  }

  .support-inline-button {
    width: 100%;
  }

  .support-status-item__meta > span {
    min-height: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ec-region-bg__grid,
  .ec-region-bg__glow,
  .ec-region-bg__orb {
    animation: none !important;
  }

  .not-found-page::before,
  .not-found-page::after,
  .not-found-shell,
  .not-found-card {
    animation: none !important;
  }

  .not-found-shell,
  .not-found-card {
    opacity: 1;
    transform: none;
  }

  .ec-scroll-reveal {
    opacity: 1;
    transform: none;
    transition: none !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
