:root {
  --font-geist-sans: Inter, "Segoe UI", Arial, sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --background: #f4f8fd;
  --foreground: #071a35;
  --card: #ffffff;
  --card-foreground: #071a35;
  --popover: #ffffff;
  --popover-foreground: #071a35;
  --primary: #0878dc;
  --primary-foreground: #ffffff;
  --secondary: #e9f2fb;
  --secondary-foreground: #0b335c;
  --muted: #eef4f9;
  --muted-foreground: #60748b;
  --accent: #e7bd6b;
  --accent-foreground: #211704;
  --destructive: #dc3441;
  --border: rgba(15, 72, 123, .16);
  --input: rgba(15, 72, 123, .13);
  --ring: #0878dc;
  --radius: .75rem;
  --sidebar: #ffffff;
  --sidebar-foreground: #071a35;
  --sidebar-primary: #0878dc;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #e9f2fb;
  --sidebar-accent-foreground: #0b335c;
  --sidebar-border: rgba(15, 72, 123, .16);
  --sidebar-ring: #0878dc;
}

/* Ajustes de la edición estática para hosting Neubox. */
.icon-glyph { font-size: 1.55rem; font-weight: 850; line-height: 1; }
.featured .icon-glyph { font-size: 1.8rem; }
.satellite { font-size: 1rem; font-weight: 800; }
.status-bar b { color: #38bdf8; font-size: .95rem; }
.indicator-icon { font-size: 1rem; font-weight: 850; }
.benefit-card > div { font-size: 1.25rem; font-weight: 850; }
.benefit-check { position: absolute; right: 18px; bottom: 18px; color: #2da0de; font-size: 1rem; font-style: normal; font-weight: 900; }
.diagram-node { font-weight: 750; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; }
}

.dark {
  --background: #040b13;
  --foreground: #f5f9fc;
  --card: #0a1521;
  --card-foreground: #f5f9fc;
  --popover: #0a1521;
  --popover-foreground: #f5f9fc;
  --primary: #38bdf8;
  --primary-foreground: #03111c;
  --secondary: #101f2e;
  --secondary-foreground: #f5f9fc;
  --muted: #132638;
  --muted-foreground: #9eb3c7;
  --accent: #e7bd6b;
  --accent-foreground: #211704;
  --destructive: #ef4450;
  --border: rgba(255, 255, 255, .12);
  --input: rgba(255, 255, 255, .14);
  --ring: #38bdf8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--foreground);
  background: #f4f8fd;
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: #fff; background: #0878dc; }

main { position: relative; min-height: 100vh; overflow: hidden; }
.section-shell, .portal-shell { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.section-kicker {
  color: #0878dc;
  font-family: var(--font-geist-mono);
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .14em;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 12px;
  width: min(1220px, calc(100% - 40px));
  height: 72px;
  margin: 12px auto 0;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid rgba(26, 86, 139, .16);
  border-radius: 16px 28px 16px 28px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 45px rgba(24, 65, 102, .1);
  backdrop-filter: blur(18px);
}
.brand, .footer-brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark {
  position: relative;
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
  padding: 3px;
  overflow: hidden;
  border: 1px solid rgba(231, 189, 107, .72);
  border-radius: 8px 14px 8px 14px;
  background: #07101a;
  box-shadow: 0 7px 20px rgba(4, 21, 35, .18);
}
.brand-mark::after { content: ''; position: absolute; inset: 2px; border: 1px solid rgba(255,255,255,.08); border-radius: inherit; pointer-events: none; }
.brand-mark img { width: 100%; height: 100%; display: block; border-radius: 7px 11px 7px 11px; object-fit: cover; }
.brand-copy { min-width: 0; display: flex; flex-direction: column; }
.brand-copy strong { color: #071a35; font-size: 1rem; font-weight: 780; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: #6a7f94; font-family: var(--font-geist-mono); font-size: .7rem; letter-spacing: .065em; }
.site-header nav { display: flex; align-items: center; gap: 28px; color: #506a82; font-size: .82rem; font-weight: 650; }
.site-header nav a { position: relative; transition: color .2s ease; }
.site-header nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: #0878dc; transition: right .2s ease; }
.site-header nav a:hover { color: #0878dc; }
.site-header nav a:hover::after { right: 0; }
.header-contact {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 8px 14px 8px 14px;
  color: #fff;
  background: linear-gradient(135deg, #0c355e, #0878dc);
  box-shadow: 0 9px 24px rgba(8, 75, 136, .2);
  font-size: .78rem;
  font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease;
}
.header-contact:hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(8, 75, 136, .28); }

.hero {
  position: relative;
  min-height: 560px;
  margin-top: 18px;
  padding: 64px 66px 98px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
  gap: 52px;
  align-items: center;
  color: #f7fbff;
  border: 1px solid rgba(231, 189, 107, .45);
  border-radius: 18px 44px 18px 44px;
  background:
    radial-gradient(circle at 70% 45%, rgba(20, 153, 233, .22), transparent 22rem),
    linear-gradient(145deg, #050a11 0%, #081724 56%, #0a2438 100%);
  box-shadow: 0 34px 90px rgba(4, 17, 29, .3), inset 0 0 100px rgba(0, 0, 0, .32);
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .58;
  background:
    linear-gradient(28deg, transparent 49.8%, rgba(56, 189, 248, .09) 50%, transparent 50.2%),
    linear-gradient(-28deg, transparent 49.8%, rgba(231, 189, 107, .07) 50%, transparent 50.2%),
    repeating-linear-gradient(90deg, transparent 0 72px, rgba(255,255,255,.018) 73px, transparent 74px);
}
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(1px); }
.hero-glow-one { width: 480px; height: 480px; right: -210px; top: -260px; background: radial-gradient(circle, rgba(56,189,248,.22), transparent 69%); }
.hero-glow-two { width: 400px; height: 400px; left: -250px; bottom: -300px; background: radial-gradient(circle, rgba(231,189,107,.14), transparent 68%); }
.hero-copy { position: relative; z-index: 2; }
.hero-kicker { display: flex; align-items: center; gap: 9px; color: #8dbddd; font-family: var(--font-geist-mono); font-size: .75rem; font-weight: 720; letter-spacing: .12em; }
.hero-kicker span { width: 8px; height: 8px; border: 2px solid #38bdf8; border-radius: 50%; box-shadow: 0 0 0 5px rgba(56,189,248,.08), 0 0 16px #38bdf8; animation: pulse 2s ease-in-out infinite; }
.hero h1 { max-width: 730px; margin: 20px 0 22px; font-size: clamp(2.8rem, 5.2vw, 5.25rem); font-weight: 580; letter-spacing: -.06em; line-height: .96; }
.hero h1 em { display: block; color: #60c8f7; font-style: normal; text-shadow: 0 0 35px rgba(56,189,248,.2); }
.hero-copy > p { max-width: 650px; margin: 0; color: #abc0d2; font-size: 1.05rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.primary-button, .secondary-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px 15px 8px 15px;
  font-size: .82rem;
  font-weight: 760;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.primary-button { color: #061321; background: linear-gradient(180deg, #81dcff, #31b7ef); box-shadow: 0 12px 30px rgba(30, 159, 218, .18); }
.secondary-button { color: #f6fbff; border-color: rgba(231,189,107,.42); background: rgba(255,255,255,.04); }
.primary-button:hover, .secondary-button:hover { transform: translateY(-2px); }
.primary-button:hover { box-shadow: 0 16px 34px rgba(30,159,218,.28); }
.secondary-button:hover { border-color: #e7bd6b; background: rgba(231,189,107,.08); }

.hero-core { position: relative; z-index: 2; width: min(370px, 100%); aspect-ratio: 1; display: grid; place-items: center; justify-self: center; }
.orbit { position: absolute; border: 1px solid rgba(89, 197, 244, .23); border-radius: 50%; }
.orbit-a { inset: 4%; }
.orbit-b { inset: 15%; border-style: dashed; animation: spin 28s linear infinite; }
.orbit-c { inset: 28%; border-color: rgba(231,189,107,.34); }
.orbit-a::before, .orbit-a::after { content: ''; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #38bdf8; box-shadow: 0 0 12px #38bdf8; }
.orbit-a::before { left: 16%; top: 8%; }
.orbit-a::after { right: 9%; bottom: 20%; background: #e7bd6b; box-shadow: 0 0 12px rgba(231,189,107,.7); }
.satellite { position: absolute; z-index: 3; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(91,198,246,.38); border-radius: 50%; color: #69d0fa; background: #071522; box-shadow: 0 8px 20px rgba(0,0,0,.3); }
.satellite-a { top: 9%; left: 23%; }
.satellite-b { top: 42%; right: 1%; }
.satellite-c { left: 9%; bottom: 20%; }
.core-logo {
  position: relative;
  z-index: 4;
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 0 24px rgba(231,189,107,.23));
}
.core-logo img { width: 100%; height: 100%; display: block; object-fit: contain; mix-blend-mode: screen; }
.core-caption { position: absolute; z-index: 5; left: 50%; bottom: 7%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; }
.core-caption span, .core-caption small { color: #7894a9; font-family: var(--font-geist-mono); font-size: .7rem; letter-spacing: .15em; }
.core-caption strong { margin: 4px 0 2px; color: #eff9ff; font-size: .96rem; letter-spacing: .12em; }

.status-bar {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 55px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3.2vw, 42px);
  border-top: 1px solid rgba(231,189,107,.26);
  background: rgba(3, 10, 17, .7);
  backdrop-filter: blur(12px);
}
.status-bar span { display: flex; align-items: center; gap: 7px; color: #9fb4c4; font-size: .75rem; white-space: nowrap; }
.status-bar svg { color: #38bdf8; }

.products { padding: 105px 0 70px; }
.section-heading { display: grid; grid-template-columns: 1fr .45fr; gap: 60px; align-items: end; margin-bottom: 38px; }
.section-heading h2, .benefits h2, .ecosystem h2 { margin: 10px 0 0; color: #071a35; font-size: clamp(2.2rem, 4vw, 3.65rem); font-weight: 610; letter-spacing: -.05em; line-height: 1.04; }
.section-heading > p { margin: 0; color: #667c91; font-size: 1rem; line-height: 1.65; }
.product-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }
.product-card {
  --tone: #0878dc;
  position: relative;
  grid-column: span 2;
  min-height: 315px;
  padding: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(17, 86, 145, .16);
  border-radius: 10px 24px 10px 24px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 15px 45px rgba(28, 70, 107, .07), inset 0 1px #fff;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.product-card::before { content: ''; position: absolute; inset: 0; opacity: 0; background: linear-gradient(135deg, color-mix(in srgb, var(--tone) 8%, transparent), transparent 48%); transition: opacity .22s ease; pointer-events: none; }
.product-card::after { content: ''; position: absolute; left: -30px; bottom: -42px; width: 105px; height: 105px; border: 1px solid color-mix(in srgb, var(--tone) 22%, transparent); transform: rotate(45deg); pointer-events: none; }
.product-card.featured { grid-column: span 3; min-height: 345px; padding: 26px; }
.product-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--tone) 52%, transparent); box-shadow: 0 24px 60px rgba(24,68,110,.13), 0 0 0 1px color-mix(in srgb, var(--tone) 9%, transparent); }
.product-card:hover::before { opacity: 1; }
.product-card.gold { --tone: #c38e32; }
.product-card.blue { --tone: #0878dc; }
.product-card.violet { --tone: #7655d6; }
.product-card.red { --tone: #d9464e; }
.product-card.sky { --tone: #0aa9d8; }
.product-card.indigo { --tone: #364fc7; grid-column: 3 / span 2; }
.product-index { position: absolute; right: 19px; top: 18px; color: #a2b2c1; font-family: var(--font-geist-mono); font-size: .75rem; }
.product-icon { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 auto; color: var(--tone); border: 1px solid color-mix(in srgb, var(--tone) 27%, transparent); border-radius: 8px 18px 8px 18px; background: color-mix(in srgb, var(--tone) 8%, #fff); }
.featured .product-icon { width: 64px; height: 64px; }
.product-copy { position: relative; z-index: 2; margin-top: auto; }
.product-status { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 9px; color: var(--tone); font-family: var(--font-geist-mono); font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.product-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--tone); box-shadow: 0 0 9px var(--tone); }
.product-card h3 { margin: 0; color: #0a2645; font-size: 1.28rem; font-weight: 730; letter-spacing: -.03em; }
.product-card.featured h3 { font-size: 1.55rem; }
.product-card p { max-width: 430px; margin: 9px 0 0; color: #62788d; font-size: .88rem; line-height: 1.55; }

.indicators { padding: 40px 0 105px; }
.indicator-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 20px; }
.indicator-heading p { margin: 0; color: #718598; font-size: .86rem; }
.indicator-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #b9d2e5; border-radius: 10px 26px 10px 26px; overflow: hidden; background: #fff; box-shadow: 0 16px 45px rgba(26,69,106,.08); }
.indicator-card { position: relative; min-height: 180px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid #d7e4ee; }
.indicator-card:last-child { border-right: 0; }
.indicator-icon { position: absolute; right: 22px; top: 22px; width: 36px; height: 36px; display: grid; place-items: center; color: #0878dc; border: 1px solid #c7e0f1; border-radius: 50%; background: #f3f9fd; }
.indicator-card > span { color: #60768b; font-size: .76rem; }
.indicator-card strong { margin-top: auto; color: #0a2d50; font-size: clamp(1.15rem, 1.8vw, 1.55rem); font-weight: 680; letter-spacing: -.03em; }
.indicator-card small { margin-top: 7px; display: flex; align-items: center; gap: 6px; color: #7e92a4; font-size: .72rem; }
.indicator-card small i { width: 6px; height: 6px; border-radius: 50%; background: #16a366; box-shadow: 0 0 8px rgba(22,163,102,.5); }

.benefits { padding: 85px 0 105px; border-top: 1px solid #d8e6f0; }
.benefits-intro { max-width: 760px; margin-bottom: 38px; }
.benefits-intro > p { max-width: 650px; margin: 18px 0 0; color: #647b90; font-size: 1rem; line-height: 1.7; }
.benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 11px; }
.benefit-card { position: relative; min-height: 250px; padding: 20px; overflow: hidden; border: 1px solid #cadde9; border-radius: 8px 20px 8px 20px; background: linear-gradient(155deg, #fff, #f5f9fc); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.benefit-card:hover { transform: translateY(-4px); border-color: #76b9e4; box-shadow: 0 18px 40px rgba(20,85,135,.1); }
.benefit-card > div { width: 46px; height: 46px; display: grid; place-items: center; color: #0878dc; border: 1px solid #bcd9eb; border-radius: 7px 15px 7px 15px; background: #edf7fd; }
.benefit-card > span { position: absolute; right: 18px; top: 19px; color: #9cb0c0; font-family: var(--font-geist-mono); font-size: .72rem; }
.benefit-card h3 { margin: 38px 0 10px; color: #0b3155; font-size: 1rem; }
.benefit-card p { margin: 0; color: #667c8f; font-size: .82rem; line-height: 1.55; }
.benefit-card > svg { position: absolute; right: 18px; bottom: 18px; color: #2da0de; }

.ecosystem {
  position: relative;
  min-height: 570px;
  margin-bottom: 90px;
  padding: 58px 68px;
  overflow: hidden;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 55px;
  align-items: center;
  color: #f5f9fc;
  border: 1px solid rgba(231,189,107,.44);
  border-radius: 18px 44px 18px 44px;
  background: radial-gradient(circle at 72% 48%, rgba(20,150,220,.2), transparent 28rem), linear-gradient(145deg, #050a10, #0b1b29 70%, #0d2b3f);
  box-shadow: 0 32px 80px rgba(5,21,34,.24), inset 0 0 80px rgba(0,0,0,.28);
}
.ecosystem::before { content: ''; position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(rgba(84,178,226,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(84,178,226,.08) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(90deg, transparent 25%, #000); }
.ecosystem-copy { position: relative; z-index: 2; }
.ecosystem .section-kicker { color: #e7bd6b; }
.ecosystem h2 { color: #f5f9fc; }
.ecosystem-copy > p { margin: 20px 0 0; color: #a8bdcc; font-size: 1rem; line-height: 1.7; }
.ecosystem-list { margin-top: 28px; display: grid; gap: 12px; }
.ecosystem-list span { display: flex; align-items: center; gap: 9px; color: #cad8e2; font-size: .82rem; }
.ecosystem-list svg { color: #48c4f3; }

.network-diagram { position: relative; z-index: 2; width: min(590px, 100%); aspect-ratio: 1.15; justify-self: center; }
.network-ring { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid rgba(70,183,235,.18); border-radius: 50%; }
.network-ring::after { content: ''; position: absolute; inset: 12px; border: 1px dashed rgba(231,189,107,.18); border-radius: 50%; }
.ring-one { width: 74%; aspect-ratio: 1; }
.ring-two { width: 46%; aspect-ratio: 1; border-color: rgba(231,189,107,.3); }
.network-core { position: absolute; z-index: 4; left: 50%; top: 50%; width: 120px; height: 120px; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border: 3px solid #d8ad59; border-radius: 50%; background: #07111b; box-shadow: 0 0 0 9px rgba(231,189,107,.08), 0 0 32px rgba(231,189,107,.2); }
.network-core img { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .19; object-fit: cover; }
.network-core span, .network-core small { position: relative; z-index: 2; }
.network-core span { color: #fff; font-size: 1.55rem; font-weight: 850; letter-spacing: .12em; }
.network-core small { margin-top: 3px; color: #e7bd6b; font-family: var(--font-geist-mono); font-size: .7rem; letter-spacing: .15em; }
.diagram-node { position: absolute; z-index: 3; min-width: 105px; min-height: 42px; padding: 0 12px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #cce5f4; border: 1px solid rgba(88,188,236,.36); border-radius: 6px 14px 6px 14px; background: rgba(6,23,36,.94); box-shadow: 0 9px 25px rgba(0,0,0,.25), inset 0 0 17px rgba(56,189,248,.03); font-size: .74rem; }
.diagram-node svg { color: #4bc7f5; }
.diagram-node::after { content: ''; position: absolute; width: 60px; height: 1px; background: linear-gradient(90deg, rgba(72,193,241,.55), transparent); transform-origin: left; }
.node-one { left: 2%; top: 12%; }
.node-one::after { left: 100%; top: 50%; transform: rotate(27deg); }
.node-two { right: 1%; top: 12%; }
.node-two::after { right: 100%; top: 50%; transform: rotate(153deg); transform-origin: right; }
.node-three { left: -1%; top: 44%; }
.node-three::after { left: 100%; top: 50%; }
.node-four { right: -1%; top: 44%; }
.node-four::after { right: 100%; top: 50%; transform: rotate(180deg); transform-origin: right; }
.node-five { left: 8%; bottom: 10%; }
.node-five::after { left: 100%; top: 40%; transform: rotate(-28deg); }
.node-six { right: 7%; bottom: 10%; }
.node-six::after { right: 100%; top: 40%; transform: rotate(208deg); transform-origin: right; }
.node-seven { left: 50%; top: 1%; transform: translateX(-50%); }
.node-seven::after { left: 50%; top: 100%; width: 1px; height: 58px; background: linear-gradient(rgba(72,193,241,.55), transparent); }

footer { color: #b8cad7; background: #050b12; }
.footer-top { min-height: 185px; padding: 42px 0; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
footer .brand-copy strong { color: #f4f8fb; }
footer .brand-copy small { color: #7f98aa; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; }
.footer-contact > span { color: #728b9e; font-family: var(--font-geist-mono); font-size: .7rem; letter-spacing: .14em; }
.footer-contact a { display: flex; align-items: center; gap: 8px; color: #eef7fc; font-size: .88rem; font-weight: 700; transition: color .2s ease, gap .2s ease; }
.footer-contact a:hover { gap: 13px; color: #54c5f3; }
.footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.08); color: #698296; font-size: .72rem; }

@keyframes pulse { 0%, 100% { opacity: .65; transform: scale(.9); } 50% { opacity: 1; transform: scale(1.12); } }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media (max-width: 1020px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr .72fr; padding-inline: 44px; }
  .product-card { grid-column: span 3; }
  .product-card.indigo { grid-column: 2 / span 4; }
  .benefit-grid { grid-template-columns: repeat(3, 1fr); }
  .benefit-card:nth-child(4), .benefit-card:nth-child(5) { grid-column: span 1; }
  .ecosystem { grid-template-columns: 1fr; }
  .ecosystem-copy { max-width: 720px; }
  .network-diagram { width: min(600px, 100%); }
}

@media (max-width: 760px) {
  .section-shell, .portal-shell, .site-header { width: min(100% - 24px, 1220px); }
  .site-header { top: 8px; height: 64px; margin-top: 8px; padding-inline: 11px; border-radius: 12px 20px 12px 20px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-copy strong { font-size: .87rem; }
  .brand-copy small { font-size: .62rem; }
  .header-contact { min-height: 38px; padding-inline: 11px; font-size: .72rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 35px; padding: 52px 24px 96px; border-radius: 14px 28px 14px 28px; }
  .hero h1 { font-size: clamp(2.75rem, 12vw, 4rem); }
  .hero-core { width: min(350px, 92vw); }
  .status-bar { overflow-x: auto; justify-content: flex-start; padding-inline: 18px; }
  .products { padding-top: 82px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-card.featured, .product-card.indigo { grid-column: 1; min-height: 300px; }
  .indicator-heading { align-items: flex-start; flex-direction: column; }
  .indicator-grid { grid-template-columns: 1fr 1fr; }
  .indicator-card { border-bottom: 1px solid #d7e4ee; }
  .indicator-card:nth-child(2) { border-right: 0; }
  .indicator-card:nth-child(3), .indicator-card:nth-child(4) { border-bottom: 0; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-card:last-child { grid-column: 1 / -1; }
  .ecosystem { padding: 46px 24px; margin-bottom: 60px; border-radius: 14px 28px 14px 28px; }
}

@media (max-width: 520px) {
  .brand-copy small { max-width: 155px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .header-contact { width: 39px; padding: 0; justify-content: center; font-size: 0; }
  .hero { padding-inline: 18px; }
  .hero-kicker { font-size: .68rem; letter-spacing: .08em; }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .primary-button, .secondary-button { width: 100%; }
  .hero-core { width: 290px; }
  .core-logo { width: 104px; height: 104px; }
  .status-bar { gap: 20px; }
  .indicator-grid { grid-template-columns: 1fr; }
  .indicator-card { min-height: 155px; border-right: 0; border-bottom: 1px solid #d7e4ee !important; }
  .indicator-card:last-child { border-bottom: 0 !important; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card, .benefit-card:last-child { grid-column: 1; min-height: 215px; }
  .network-diagram { aspect-ratio: auto; min-height: 610px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; align-content: end; padding-top: 230px; }
  .network-ring { display: none; }
  .network-core { top: 100px; }
  .diagram-node { position: static; min-width: 0; transform: none; }
  .diagram-node::after { display: none; }
  .node-seven { grid-column: 1 / -1; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-contact { align-items: flex-start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; }
}
