/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-font-weight: initial;
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-sans:
      -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --container-6xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-medium: 500;
    --radius-sm: 0.5rem;
    --radius-md: 0.875rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-paper: #020712;
    --color-paper-warm: #07111f;
    --color-ink: #f5faff;
    --color-ink-soft: #c7d5e5;
    --color-mute: #879aaf;
    --color-rule: #16415d;
    --color-accent: #00d8ff;
    --font-display: "Sora", sans-serif;
    --font-body: "Inter", sans-serif;
    --spacing-2xs: 0.25rem;
    --spacing-sm: 0.75rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-3xl: 5rem;
    --container-prose: 42rem;
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      "Helvetica Neue",
      "Noto Sans",
      Arial,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
  * {
    box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: 100%;
  }
  body {
    background: var(--color-paper);
    color: var(--color-ink);
    font-family: var(--font-body);
    -webkit-font-smoothing: antialiased;
    margin: 0;
    line-height: 1.6;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--font-display);
    margin: 0;
    line-height: 1.15;
  }
  p {
    margin: 0;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button {
    font: inherit;
    cursor: pointer;
  }
  input,
  textarea,
  select {
    font: inherit;
  }
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  ul,
  ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@layer components;
@layer utilities {
  .static {
    position: static;
  }
  .container {
    width: 100%;
  }
  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-prose {
    max-width: 65ch;
  }
  .flex-col {
    flex-direction: column;
  }
  .gap-sm {
    gap: var(--spacing-sm);
  }
  .gap-xl {
    gap: var(--spacing-xl);
  }
  .px-lg {
    padding-inline: var(--spacing-lg);
  }
  .py-3xl {
    padding-block: var(--spacing-3xl);
  }
  .pb-xl {
    padding-bottom: var(--spacing-xl);
  }
  .font-display {
    font-family: var(--font-display);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-ink {
    color: var(--color-ink);
  }
  @media (min-width: 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:items-start {
      align-items: flex-start;
    }
    .md\:justify-between {
      justify-content: space-between;
    }
  }
}
.btn-primary {
  border-radius: var(--radius-md);
  padding-inline: var(--spacing-lg);
  padding-block: var(--spacing-md);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  background: var(--color-ink);
  color: var(--color-paper);
  justify-content: center;
  align-items: center;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s;
  display: inline-flex;
}
.btn-primary:hover:not(:disabled) {
  background: var(--color-accent);
}
.btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-secondary {
  border-radius: var(--radius-md);
  padding-inline: var(--spacing-lg);
  padding-block: var(--spacing-md);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-ink);
  border: 1px solid var(--color-rule);
  background: 0 0;
  justify-content: center;
  align-items: center;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s;
  display: inline-flex;
}
.btn-secondary:hover:not(:disabled) {
  border-color: var(--color-accent);
  color: var(--color-accent);
}
.btn-secondary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-ghost {
  border-radius: var(--radius-md);
  padding-inline: var(--spacing-lg);
  padding-block: var(--spacing-md);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-ink);
  background: 0 0;
  justify-content: center;
  align-items: center;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s;
  display: inline-flex;
}
.btn-ghost:hover:not(:disabled) {
  background: var(--color-paper-warm);
}
.btn-ghost:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
[data-decorative-slot] {
  position: relative;
  overflow: hidden;
}
[data-decorative-slot] > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.editorial-rule {
  background: var(--color-accent);
  opacity: 0.6;
  height: 1px;
  margin-block: var(--spacing-lg);
  border: 0;
}
.site-nav {
  z-index: 50;
  background: #020712e0;
  position: sticky;
  top: 0;
}
@supports (color: color-mix(in lab, red, red)) {
  .site-nav {
    background: color-mix(in srgb, var(--color-paper) 88%, transparent);
  }
}
.site-nav {
  -webkit-backdrop-filter: saturate(1.1) blur(8px);
  backdrop-filter: saturate(1.1) blur(8px);
  border-bottom: 1px solid var(--color-rule);
}
.site-footer {
  border-top: 1px solid var(--color-rule);
  background: var(--color-paper-warm);
  color: var(--color-mute);
}
::view-transition-old(root) {
  mix-blend-mode: normal;
  animation: none;
}
::view-transition-new(root) {
  mix-blend-mode: normal;
  animation: none;
}
.nav-progress {
  background: var(--color-accent, currentColor);
  transform-origin: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  height: 2px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
}
.nav-progress[data-state="loading"] {
  opacity: 1;
  transition:
    transform 1.6s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 0.12s;
  transform: scaleX(0.85);
}
.nav-progress[data-state="done"] {
  opacity: 0;
  transition:
    transform 0.2s,
    opacity 0.24s 60ms;
  transform: scaleX(1);
}
body[data-navigating="true"] .product-grid {
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.14s;
}
.product-grid {
  transition: opacity 0.2s;
}
.site-nav-item.has-submenu {
  position: relative;
}
.site-nav-submenu {
  gap: var(--spacing-2xs);
  min-width: 12rem;
  padding: var(--spacing-sm);
  background: var(--color-paper);
  border: 1px solid var(--color-rule);
  border-radius: var(--radius-md);
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
  transition:
    opacity 0.16s,
    transform 0.16s,
    visibility 0.16s;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(4px);
}
.site-nav-item.has-submenu:hover .site-nav-submenu,
.site-nav-item.has-submenu:focus-within .site-nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-nav-sublink {
  color: var(--color-ink-soft, var(--color-mute));
  padding-block: var(--spacing-2xs);
  font-size: 0.875rem;
}
.site-nav-sublink:hover,
.site-nav-sublink[aria-current="page"] {
  color: var(--color-accent);
}
.category-rail {
  background: var(--color-paper-warm);
  border-bottom: 1px solid var(--color-rule);
}
.category-rail-inner {
  gap: var(--spacing-sm);
  padding-block: var(--spacing-md);
  flex-wrap: wrap;
  display: flex;
}
.category-pill {
  padding: var(--spacing-2xs) var(--spacing-md);
  border: 1px solid var(--color-rule);
  border-radius: var(--radius-sm);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-ink-soft, var(--color-ink));
  align-items: center;
  font-size: 0.8125rem;
  transition:
    border-color 0.16s,
    color 0.16s,
    background-color 0.16s;
  display: inline-flex;
}
.category-pill:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}
.category-pill[aria-current="page"] {
  background: var(--color-ink);
  color: var(--color-paper);
  border-color: var(--color-ink);
}
.pagination {
  margin-block: var(--spacing-xl);
}
.pagination-inner {
  justify-content: space-between;
  gap: var(--spacing-md);
  display: flex;
}
.pagination-link {
  color: var(--color-ink);
}
.pagination-link:hover {
  color: var(--color-accent);
}
.pagination-link.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.breadcrumbs {
  color: var(--color-mute);
  margin-bottom: var(--spacing-sm);
  font-size: 0.8125rem;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
:root {
  --deep-space: #050a14;
  --space-black: #02050c;
  --panel: #07111f;
  --panel-soft: #091827;
  --electric-blue: #087cff;
  --cyber-cyan: #00d8ff;
  --cyan-soft: #8defff;
  --white: #f7fbff;
  --text: #d8e2ed;
  --muted: #8393a6;
  --line: rgba(34, 177, 255, 0.2);
  --line-strong: rgba(0, 216, 255, 0.55);
  --danger: #ff5364;
  --danger-soft: rgba(255, 83, 100, 0.12);
  --radius: 22px;
  --shadow-blue: 0 0 40px rgba(0, 145, 255, 0.18);
  --container: 1220px;
  --header-height: 78px;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scrollbar-color: var(--electric-blue) var(--deep-space);
}
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(
      circle at 50% -10%,
      rgba(0, 119, 255, 0.11),
      transparent 35rem
    ),
    var(--deep-space);
  font-family:
    Inter,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body:before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(45, 133, 214, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45, 133, 214, 0.035) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}
::selection {
  color: var(--space-black);
  background: var(--cyber-cyan);
}
img {
  display: block;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--cyber-cyan);
  outline-offset: 4px;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 10px 16px;
  color: var(--space-black);
  background: var(--cyber-cyan);
  transform: translateY(-150%);
  transition: transform 0.18s ease;
}
.skip-link:focus {
  transform: translateY(0);
}
.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}
.section {
  position: relative;
  padding: 132px 0;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--cyber-cyan);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.section-heading {
  max-width: 780px;
  margin-bottom: 62px;
}
.section-heading.centered {
  max-width: 940px;
  margin-inline: auto;
  text-align: center;
}
.section-heading h2,
.final-cta h2,
.modal-header h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
}
.section-heading h2 span,
.final-cta h2 span,
.modal-header h2 span {
  color: var(--cyber-cyan);
  background: linear-gradient(110deg, var(--cyber-cyan), #1787ff 75%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-heading > p:last-child,
.split-heading > p,
.modal-header > p:last-child {
  margin: 22px 0 0;
  max-width: 680px;
  color: var(--muted);
  font-size: 1.05rem;
}
.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(270px, 0.8fr);
  gap: 70px;
  align-items: end;
  max-width: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition:
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  border-color: #00d8ff9e;
  background: linear-gradient(115deg, #075ded, #049df7 70%, #00cef1);
  box-shadow:
    0 8px 28px #0069ff40,
    inset 0 1px #ffffff40;
}
.button-primary:hover {
  border-color: var(--cyan-soft);
  box-shadow:
    0 10px 34px #00b5ff61,
    0 0 22px #00d8ff2e;
}
.button-outline {
  border-color: var(--line-strong);
  background: #040d1999;
}
.button-outline:hover {
  color: var(--cyber-cyan);
  border-color: var(--cyber-cyan);
  background: #00d8ff0f;
  box-shadow: 0 0 24px #00d8ff21;
}
.button-large {
  min-height: 58px;
  padding-inline: 28px;
  font-size: 1rem;
}
.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border: 0;
  color: var(--white);
  background: none;
  font-weight: 600;
  cursor: pointer;
}
.text-link:after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--cyber-cyan);
  transform: scaleX(0.25);
  transform-origin: left;
  transition: transform 0.22s ease;
}
.text-link:hover {
  color: var(--cyber-cyan);
}
.text-link:hover:after {
  transform: scaleX(1);
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-height);
  border-bottom: 1px solid rgba(0, 216, 255, 0.16);
  background: #050a147a;
  transition:
    height 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    backdrop-filter 0.25s ease;
}
.site-header.is-scrolled {
  height: 68px;
  background: #02070fc7;
  box-shadow: 0 10px 40px #00000047;
  backdrop-filter: blur(18px) saturate(130%);
}
.header-inner {
  display: grid;
  grid-template-columns: 230px 1fr auto;
  gap: 28px;
  align-items: center;
  width: min(calc(100% - 44px), 1380px);
  height: 100%;
  margin-inline: auto;
}
.brand {
  display: flex;
  width: 210px;
  height: 62px;
  overflow: hidden;
}
.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 3vw, 42px);
}
.desktop-nav a {
  position: relative;
  color: #b9c4d0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  transition: color 0.18s ease;
}
.desktop-nav a:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--cyber-cyan);
  transform: scaleX(0);
  transition: transform 0.18s ease;
}
.desktop-nav a:hover,
.desktop-nav a.is-active {
  color: var(--cyber-cyan);
}
.desktop-nav a:hover:after,
.desktop-nav a.is-active:after {
  transform: scaleX(1);
}
.header-cta {
  min-height: 42px;
  padding-inline: 17px;
  font-size: 0.78rem;
}
.menu-toggle,
.mobile-nav {
  display: none;
}
.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  padding-top: var(--header-height);
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(
      circle at 75% 35%,
      rgba(0, 106, 255, 0.13),
      transparent 28rem
    ),
    linear-gradient(180deg, #030812, #050a14 88%);
}
.hero-atmosphere {
  position: absolute;
  inset: var(--header-height) 0 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(5, 10, 20, 0.92) 0%,
      rgba(5, 10, 20, 0.62) 42%,
      transparent 67%
    ),
    radial-gradient(
      circle at 30% 20%,
      rgba(0, 216, 255, 0.06),
      transparent 26rem
    );
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
  min-height: 640px;
  flex: 1;
  align-items: center;
}
.hero-content {
  position: relative;
  z-index: 3;
  min-height: 500px;
  display: flex;
  align-items: center;
}
.hero-state {
  width: 100%;
  animation: hero-in 0.65s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.hero-state[hidden],
.hero-rail[hidden] {
  display: none !important;
}
@keyframes hero-in {
  0% {
    opacity: 0;
    transform: translateY(16px);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
.hero-state h1,
.hero-state h2 {
  max-width: 680px;
  margin: 0;
  color: var(--white);
  font-size: clamp(3.25rem, 5.5vw, 5.3rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
  text-transform: none;
}
.hero-state h1 span,
.hero-state h1 strong,
.hero-state h2 span,
.hero-state h2 strong {
  display: block;
  font-weight: 760;
}
.hero-state h1 strong,
.hero-state h2 strong {
  margin-top: 8px;
  color: var(--cyber-cyan);
  background: linear-gradient(100deg, #00dcff, #087cff 88%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-lead {
  max-width: 590px;
  margin: 25px 0 0;
  color: #bbc8d5;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-top: 34px;
}
.hero-stats {
  display: grid;
  margin-top: 34px;
}
.hero-stats-two {
  grid-template-columns: repeat(2, minmax(130px, 210px));
}
.hero-stats-three {
  grid-template-columns: repeat(3, minmax(100px, 150px));
}
.hero-stats > div {
  display: flex;
  padding: 0 24px;
  border-left: 1px solid rgba(0, 216, 255, 0.42);
  flex-direction: column;
}
.hero-stats > div:first-child {
  padding-left: 0;
  border-left: 0;
}
.hero-stats strong {
  color: var(--cyber-cyan);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(110deg, var(--cyber-cyan), var(--electric-blue));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-stats span {
  margin-top: 8px;
  color: #aab8c7;
  font-size: 0.86rem;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 22px;
  max-width: 640px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.benefit-grid li {
  position: relative;
  padding-left: 28px;
  color: #c9d4df;
  font-size: 0.95rem;
}
.benefit-grid li:before {
  position: absolute;
  top: 0.55em;
  left: 2px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid var(--cyber-cyan);
  border-left: 2px solid var(--cyber-cyan);
  content: "";
  transform: rotate(-45deg);
}
.hero-note {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
  padding: 14px 18px;
  border: 1px solid rgba(0, 216, 255, 0.22);
  border-radius: 10px;
  color: var(--white);
  background: #0080ff12;
}
.pulse-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyber-cyan);
  box-shadow: 0 0 #00d8ff80;
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  70% {
    box-shadow: 0 0 0 10px #00d8ff00;
  }
}
.hero-visual {
  position: absolute;
  top: 50%;
  right: -5%;
  width: min(62vw, 790px);
  aspect-ratio: 1.15;
  transform: translateY(-50%);
}
.globe {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 28px rgba(0, 124, 255, 0.23));
  animation: globe-breathe 6s ease-in-out infinite;
}
@keyframes globe-breathe {
  50% {
    filter: drop-shadow(0 0 45px rgba(0, 153, 255, 0.34));
    transform: scale(1.007);
  }
}
.globe-halo {
  position: absolute;
  inset: 9%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    transparent 53%,
    rgba(0, 162, 255, 0.12) 66%,
    transparent 72%
  );
  filter: blur(8px);
  animation: halo 5s ease-in-out infinite;
}
@keyframes halo {
  50% {
    opacity: 0.55;
    transform: scale(1.05);
  }
}
.orbit {
  position: absolute;
  z-index: 0;
  top: 51%;
  left: 54%;
  border: 1px solid rgba(0, 216, 255, 0.13);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
}
.orbit-one {
  width: 87%;
  height: 32%;
  animation: orbit-pulse 6s ease-in-out infinite;
}
.orbit-two {
  width: 71%;
  height: 21%;
  animation: orbit-pulse 6s 1s ease-in-out infinite reverse;
}
@keyframes orbit-pulse {
  50% {
    border-color: #00d8ff52;
    transform: translate(-50%, -50%) rotate(-12deg) scale(1.02);
  }
}
.spain-beacon {
  position: absolute;
  z-index: 3;
  top: 30.8%;
  left: 45.7%;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--cyber-cyan);
  box-shadow:
    0 0 8px #fff,
    0 0 18px var(--cyber-cyan),
    0 0 36px var(--electric-blue);
  animation: beacon 2s ease-out infinite;
}
@keyframes beacon {
  75% {
    box-shadow:
      0 0 8px #fff,
      0 0 25px var(--cyber-cyan),
      0 0 56px var(--electric-blue);
    transform: scale(1.7);
  }
}
.hero-bottom {
  position: relative;
  z-index: 4;
  min-height: 104px;
  border-top: 1px solid rgba(0, 216, 255, 0.44);
  background: #02070fc7;
  backdrop-filter: blur(10px);
}
.hero-bottom .container {
  min-height: inherit;
}
.hero-rail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: inherit;
  align-items: center;
  animation: hero-in 0.5s ease both;
}
.hero-rail > span {
  padding: 0 25px;
  border-left: 1px solid rgba(0, 216, 255, 0.35);
  color: #b9c8d7;
  font-size: 0.86rem;
  text-align: center;
}
.hero-rail > span:first-child {
  border-left: 0;
}
.partner-rail {
  grid-template-columns: repeat(6, 1fr);
}
.partner-rail > span {
  color: var(--white);
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}
.metric-rail {
  grid-template-columns: repeat(4, 1fr);
}
.metric-rail > span {
  display: flex;
  flex-direction: column;
  color: var(--muted);
}
.metric-rail strong {
  color: var(--cyber-cyan);
  font-size: 1.6rem;
  line-height: 1.2;
}
.hero-rail-cta {
  grid-template-columns: 1fr auto;
  gap: 30px;
}
.hero-rail-cta p {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.hero-rail-cta p span {
  color: #d4dfeb;
}
.hero-rail-cta p strong {
  color: var(--cyber-cyan);
  font-size: 1.35rem;
}
.hero-pagination {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 120px;
  left: 0;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  pointer-events: none;
}
.hero-pagination button {
  display: flex;
  width: 42px;
  height: 32px;
  padding: 0;
  border: 0;
  color: #6f8295;
  background: none;
  cursor: pointer;
  pointer-events: auto;
  align-items: center;
  gap: 7px;
}
.hero-pagination button:after {
  width: 0;
  height: 1px;
  content: "";
  background: var(--cyber-cyan);
  transition: width 0.22s ease;
}
.hero-pagination button span {
  font-size: 0.68rem;
}
.hero-pagination button.is-active {
  color: var(--cyber-cyan);
}
.hero-pagination button.is-active:after {
  width: 18px;
}
.comparison-section {
  background: radial-gradient(
    circle at 50% 55%,
    rgba(0, 119, 255, 0.08),
    transparent 32rem
  );
}
.comparison-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr);
  align-items: center;
}
.compare-panel {
  position: relative;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #07111fb8;
  box-shadow: 0 18px 60px #0003;
}
.compare-panel:before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.025),
    transparent 48%
  );
}
.before-panel {
  border-color: #ff536433;
  background: linear-gradient(145deg, #1c0a12d1, #060c16eb);
}
.after-panel {
  border-color: #00d8ff59;
  background: linear-gradient(145deg, #005fbe24, #060c16eb);
  box-shadow: 0 20px 70px #0077ff1c;
}
.panel-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.panel-heading small {
  color: var(--muted);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.panel-heading h3 {
  margin: 1px 0 0;
  color: var(--white);
  font-size: 1.45rem;
  letter-spacing: 0.08em;
}
.panel-status {
  width: 13px;
  height: 13px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--danger);
  background: currentColor;
  box-shadow: 0 0 14px currentColor;
}
.after-panel .panel-status {
  color: var(--cyber-cyan);
}
.compare-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 20px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.compare-list li {
  position: relative;
  padding: 11px 12px 11px 32px;
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 8px;
  color: #bdc9d5;
  background: #ffffff05;
  font-size: 0.84rem;
}
.compare-list li:before {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  color: #ff5364b3;
  transform: translateY(-50%);
}
.before-panel .compare-list li:after {
  position: absolute;
  top: 50%;
  left: 11px;
  width: 11px;
  height: 1px;
  content: "";
  background: var(--danger);
  transform: rotate(-45deg);
}
.after-panel .compare-list li:before {
  color: var(--cyber-cyan);
  background: var(--cyber-cyan);
  box-shadow: 0 0 8px #00d8ff99;
}
.method-bridge {
  position: relative;
  display: flex;
  min-height: 240px;
  align-items: center;
  justify-content: center;
}
.bridge-line {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 83, 100, 0.5),
    var(--electric-blue),
    var(--cyber-cyan)
  );
}
.bridge-node {
  position: relative;
  z-index: 2;
  display: flex;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(0, 216, 255, 0.6);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: radial-gradient(circle, #0c315d, #06111f 70%);
  box-shadow:
    0 0 30px #0077ff38,
    inset 0 0 20px #00d8ff14;
}
.bridge-node:after {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(0, 216, 255, 0.15);
  border-radius: inherit;
  content: "";
}
.bridge-node span {
  color: var(--cyber-cyan);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.bridge-node strong {
  color: var(--white);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}
.bridge-arrow {
  position: absolute;
  right: 6px;
  color: var(--cyber-cyan);
  font-size: 1.4rem;
}
.impact-section {
  border-block: 1px solid rgba(0, 216, 255, 0.08);
  background: linear-gradient(180deg, #01050c59, #0042850e, #01050c59);
}
.kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.kpi-card {
  position: relative;
  display: flex;
  min-height: 310px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  flex-direction: column;
  background: linear-gradient(145deg, #091827d1, #050a14e6);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}
.kpi-card:hover {
  transform: translateY(-5px);
  border-color: #00d8ff73;
  box-shadow: var(--shadow-blue);
}
.kpi-card:after {
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(0, 119, 255, 0.11), transparent 68%);
}
.kpi-feature {
  border-color: #00d8ff80;
  background: linear-gradient(145deg, #0058af38, #050a14f2);
  box-shadow: 0 14px 50px #0077ff1a;
}
.kpi-index {
  color: var(--muted);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
}
.kpi-card > p {
  margin: 32px 0 0;
  color: #c9d4df;
  font-size: 1rem;
}
.kpi-value {
  margin-top: 4px;
  color: var(--cyber-cyan);
  font-size: clamp(3.7rem, 7vw, 6rem);
  line-height: 1;
  letter-spacing: -0.075em;
  background: linear-gradient(110deg, #f6fcff 10%, #00dcff 46%, #087cff 95%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kpi-card small {
  margin-top: auto;
  max-width: 340px;
  color: var(--muted);
  line-height: 1.45;
}
.impact-note {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding: 20px 24px;
  border: 1px solid rgba(0, 216, 255, 0.16);
  border-radius: 12px;
  background: #00d8ff06;
}
.impact-note blockquote {
  margin: 0;
  color: var(--white);
  font-weight: 650;
}
.impact-note blockquote:before {
  margin-right: 10px;
  color: var(--cyber-cyan);
  content: "“";
  font-size: 1.5rem;
}
.impact-note p {
  max-width: 600px;
  margin: 0;
  color: #65778a;
  font-size: 0.7rem;
  line-height: 1.45;
  text-align: right;
}
.automation-section {
  overflow: hidden;
  background: radial-gradient(
    circle at 50% 55%,
    rgba(0, 119, 255, 0.14),
    transparent 30rem
  );
}
.system-map {
  position: relative;
  display: flex;
  height: 720px;
  margin-top: 35px;
  align-items: center;
  justify-content: center;
}
.system-map:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(0, 216, 255, 0.08);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 80px #0077ff0d,
    inset 0 0 80px #0077ff08;
}
.system-map:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 390px;
  height: 390px;
  border: 1px dashed rgba(0, 216, 255, 0.08);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
  animation: system-spin 45s linear infinite;
}
@keyframes system-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.system-grid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
}
.orbit-point {
  position: absolute;
  top: 0;
  left: 0;
  width: min(38vw, 465px);
  height: 1px;
  transform-origin: left center;
  transform: rotate(var(--angle));
}
.orbit-point:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, #00d8ff73, #0077ff29 78%, #00d8ff59);
  transition:
    height 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}
.orbit-point.is-active:before {
  height: 2px;
  background: linear-gradient(
    90deg,
    #fff,
    var(--cyber-cyan),
    var(--electric-blue)
  );
  box-shadow: 0 0 12px var(--cyber-cyan);
}
.system-node {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 126px;
  max-width: 175px;
  padding: 10px 14px;
  border: 1px solid rgba(0, 216, 255, 0.24);
  border-radius: 8px;
  color: #b9c7d5;
  background: #050d19f5;
  box-shadow: 0 8px 22px #00000040;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transform: translate(50%, -50%) rotate(var(--counter));
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.system-node:hover,
.system-node:focus-visible,
.system-node.is-active {
  border-color: var(--cyber-cyan);
  color: var(--white);
  background: linear-gradient(115deg, #004aaaf2, #009ad5e0);
  box-shadow: 0 0 24px #00d8ff38;
}
.system-core {
  position: relative;
  z-index: 5;
  display: flex;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(0, 216, 255, 0.65);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: radial-gradient(circle at 45% 38%, #123b69, #06111f 60%, #030811);
  box-shadow:
    0 0 26px #00d8ff33,
    0 0 90px #0077ff2e,
    inset 0 0 35px #00d8ff14;
}
.system-core:before,
.system-core:after {
  position: absolute;
  border: 1px solid rgba(0, 216, 255, 0.16);
  border-radius: 50%;
  content: "";
}
.system-core:before {
  inset: 13px;
}
.system-core:after {
  inset: -14px;
  border-style: dashed;
  animation: system-spin 18s linear infinite reverse;
}
.system-core span {
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 780;
  line-height: 1;
  letter-spacing: 0.04em;
}
.system-core strong {
  color: var(--cyber-cyan);
  font-size: 1rem;
  letter-spacing: 0.08em;
}
.system-core small {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.module-detail {
  position: relative;
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 18px;
  align-items: start;
  max-width: 820px;
  margin: -20px auto 0;
  padding: 22px 24px;
  border: 1px solid rgba(0, 216, 255, 0.2);
  border-radius: 12px;
  background: #07111fc2;
  backdrop-filter: blur(8px);
}
.detail-signal {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--cyber-cyan);
  box-shadow: 0 0 16px var(--cyber-cyan);
}
.module-detail small {
  color: var(--cyber-cyan);
  font-size: 0.66rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.module-detail p {
  margin: 5px 0 0;
  color: #b8c6d4;
}
.method-section {
  border-block: 1px solid rgba(0, 216, 255, 0.07);
  background: linear-gradient(180deg, #030811cc, #07111f80);
}
.method-flow {
  position: relative;
  margin-top: 75px;
}
.method-flow ol {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.method-line {
  position: absolute;
  top: 34px;
  right: 6.8%;
  left: 6.8%;
  height: 2px;
  background: #00d8ff1a;
}
.method-line-fill {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--electric-blue), var(--cyber-cyan));
  box-shadow: 0 0 10px var(--cyber-cyan);
  transition: width 80ms linear;
}
.method-flow li {
  position: relative;
  z-index: 2;
}
.method-node {
  display: flex;
  width: 68px;
  height: 68px;
  margin: 0 auto 26px;
  border: 1px solid rgba(0, 216, 255, 0.25);
  border-radius: 50%;
  color: var(--muted);
  align-items: center;
  justify-content: center;
  background: #07111f;
  font-size: 0.72rem;
  font-weight: 700;
  box-shadow: 0 0 0 8px #050b15;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}
.method-flow li.is-lit .method-node {
  border-color: var(--cyber-cyan);
  color: var(--white);
  background: radial-gradient(circle, #0a82dc, #07254b 70%);
  box-shadow:
    0 0 0 8px #050b15,
    0 0 24px #00d8ff66;
}
.method-flow li > div {
  padding: 18px 14px;
  border: 1px solid rgba(0, 216, 255, 0.1);
  border-radius: 12px;
  background: #050a1485;
  transition:
    border-color 0.22s ease,
    transform 0.22s ease;
}
.method-flow li.is-lit > div {
  border-color: #00d8ff47;
  transform: translateY(-3px);
}
.method-flow h3 {
  margin: 0;
  color: var(--white);
  font-size: 0.92rem;
  line-height: 1.25;
}
.method-flow p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.45;
}
.plans-section {
  background: radial-gradient(
    circle at 50% 62%,
    rgba(0, 119, 255, 0.09),
    transparent 34rem
  );
}
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}
.plan-card {
  position: relative;
  display: flex;
  min-height: 650px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 18px;
  flex-direction: column;
  background: linear-gradient(145deg, #091827c7, #050a14f0);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.plan-card:hover {
  transform: translateY(-6px);
  border-color: #00d8ff66;
}
.plan-featured {
  border-color: #00d8ff99;
  background: linear-gradient(150deg, #0067d63d, #050a14f5 58%);
  box-shadow: 0 18px 65px #0077ff29;
  transform: translateY(-14px);
}
.plan-featured:hover {
  transform: translateY(-20px);
  box-shadow: 0 24px 75px #0077ff3b;
}
.featured-label {
  position: absolute;
  top: 0;
  right: 26px;
  padding: 7px 13px;
  border-radius: 0 0 7px 7px;
  color: #00101d;
  background: var(--cyber-cyan);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.plan-top {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.plan-top p {
  margin: 0;
}
.plan-card h3 {
  margin: 36px 0 0;
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  letter-spacing: 0.05em;
}
.plan-intro {
  min-height: 105px;
  margin: 14px 0 0;
  color: #b9c6d3;
}
.plan-block {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 216, 255, 0.13);
}
.plan-block small,
.plan-for small {
  color: var(--cyber-cyan);
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.plan-block ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.plan-block li {
  position: relative;
  padding-left: 22px;
  color: #bdc9d5;
  font-size: 0.84rem;
}
.plan-block li:before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 9px;
  height: 5px;
  border-bottom: 1px solid var(--cyber-cyan);
  border-left: 1px solid var(--cyber-cyan);
  content: "";
  transform: rotate(-45deg);
}
.plan-for {
  margin: 24px 0 28px;
}
.plan-for p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}
.plan-card > .button {
  width: 100%;
  margin-top: auto;
}
.custom-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 32px;
  padding: 26px 30px;
  border: 1px solid rgba(0, 216, 255, 0.18);
  border-radius: 14px;
  background: #00d8ff06;
}
.custom-plan strong {
  color: var(--white);
  font-size: 1.05rem;
}
.custom-plan p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}
.final-cta {
  position: relative;
  display: flex;
  min-height: 720px;
  padding: 130px 0;
  overflow: hidden;
  align-items: center;
  text-align: center;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(0, 97, 220, 0.22),
      transparent 25rem
    ),
    #02050c;
}
.final-cta:before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.5;
  background-image: radial-gradient(
    circle,
    rgba(0, 216, 255, 0.2) 1px,
    transparent 1px
  );
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, #000, transparent 66%);
}
.final-cta-inner {
  position: relative;
  z-index: 3;
}
.final-cta h2 {
  font-size: clamp(2.8rem, 6vw, 5.6rem);
}
.final-cta-inner > p:not(.eyebrow) {
  max-width: 700px;
  margin: 28px auto 0;
  color: #aebdcb;
  font-size: 1.08rem;
}
.final-actions {
  display: flex;
  justify-content: center;
  gap: 34px;
  align-items: center;
  margin-top: 38px;
}
.network {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.65;
}
.network-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 216, 255, 0.45));
  transform-origin: right;
}
.line-1 {
  transform: translate(-100%, -50%) rotate(18deg);
}
.line-2 {
  transform: translate(-100%, -50%) rotate(-22deg);
}
.line-3 {
  transform: translateY(-50%) rotate(156deg);
  transform-origin: left;
}
.line-4 {
  transform: translateY(-50%) rotate(204deg);
  transform-origin: left;
}
.network-node {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid var(--cyber-cyan);
  border-radius: 50%;
  background: #06264b;
  box-shadow: 0 0 14px var(--cyber-cyan);
  animation: network-pulse 3s ease-in-out infinite;
}
.node-1 {
  top: 22%;
  left: 15%;
}
.node-2 {
  top: 71%;
  left: 12%;
  animation-delay: 0.6s;
}
.node-3 {
  top: 18%;
  right: 14%;
  animation-delay: 1.2s;
}
.node-4 {
  right: 11%;
  bottom: 21%;
  animation-delay: 1.8s;
}
.node-5 {
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  animation-delay: 0.3s;
}
@keyframes network-pulse {
  50% {
    transform: scale(1.8);
    box-shadow: 0 0 28px var(--cyber-cyan);
  }
}
.site-footer {
  padding: 72px 0 24px;
  border-top: 1px solid rgba(0, 216, 255, 0.16);
  background: #02050c;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.6fr;
  gap: 70px;
  align-items: start;
}
.footer-brand img {
  width: 250px;
  height: 84px;
  object-fit: contain;
}
.footer-brand p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.footer-grid nav {
  display: grid;
  gap: 12px;
}
.footer-grid nav a {
  color: #8999aa;
  font-size: 0.79rem;
  transition:
    color 0.18s ease,
    transform 0.18s ease;
}
.footer-grid nav a:hover {
  color: var(--cyber-cyan);
  transform: translate(3px);
}
.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 55px;
  padding-top: 22px;
  border-top: 1px solid rgba(0, 216, 255, 0.12);
}
.footer-bottom:before,
.footer-bottom:after {
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(0, 216, 255, 0.4));
}
.footer-bottom:after {
  transform: rotate(180deg);
}
.footer-bottom p {
  margin: 0;
  color: #718295;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-align: center;
}
.footer-bottom p span {
  color: var(--cyber-cyan);
}
.footer-node {
  display: none;
}
.diagnostic-modal {
  width: min(calc(100% - 32px), 760px);
  max-height: calc(100svh - 32px);
  padding: 42px;
  border: 1px solid rgba(0, 216, 255, 0.34);
  border-radius: 18px;
  color: var(--text);
  background: linear-gradient(145deg, #091827fa, #030811fc);
  box-shadow:
    0 25px 100px #000000a6,
    0 0 50px #0077ff21;
}
.diagnostic-modal::backdrop {
  background: #000308c7;
  backdrop-filter: blur(10px);
}
.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 216, 255, 0.2);
  border-radius: 50%;
  color: var(--white);
  background: #ffffff08;
  font-size: 1.5rem;
  cursor: pointer;
}
.modal-header h2 {
  font-size: clamp(2rem, 5vw, 3.2rem);
}
.diagnostic-modal form {
  margin-top: 30px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.form-grid label {
  display: flex;
  gap: 7px;
  color: #aebdca;
  font-size: 0.72rem;
  font-weight: 600;
  flex-direction: column;
}
.form-wide {
  grid-column: 1 / -1;
}
.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid rgba(0, 216, 255, 0.17);
  border-radius: 7px;
  padding: 12px 13px;
  color: var(--white);
  background: #01060eb3;
  outline: 0;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: var(--cyber-cyan);
  box-shadow: 0 0 0 3px #00d8ff14;
}
.privacy-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 18px 0;
  color: var(--muted);
  font-size: 0.7rem;
}
.privacy-check input {
  margin-top: 4px;
  accent-color: var(--cyber-cyan);
}
.privacy-check a {
  color: var(--cyber-cyan);
  text-decoration: underline;
}
.form-status {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--cyan-soft);
  font-size: 0.78rem;
}
.legal-page {
  min-height: 100svh;
  padding: calc(var(--header-height) + 80px) 0 100px;
}
.legal-content {
  max-width: 860px;
}
.legal-content h1 {
  margin: 0 0 30px;
  color: var(--white);
  font-size: clamp(2.4rem, 5vw, 4rem);
}
.legal-content h2 {
  margin-top: 40px;
  color: var(--white);
}
.legal-content p,
.legal-content li {
  color: #9eafbf;
}
.legal-alert {
  margin: 28px 0;
  padding: 18px 20px;
  border: 1px solid rgba(0, 216, 255, 0.25);
  border-radius: 10px;
  background: #00d8ff0a;
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Section 08 · High-impact closing CTA */
.closing-cta {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 790px;
  padding: 112px 0;
  overflow: hidden;
  place-items: center;
  border-top: 1px solid rgba(0, 157, 255, 0.22);
  text-align: center;
  background:
    radial-gradient(circle at 50% 47%, rgba(0, 94, 255, 0.25), transparent 29rem),
    linear-gradient(180deg, #010611 0%, #020a18 50%, #010610 100%);
}
.closing-cta::before,
.closing-cta::after {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 51%;
  content: "";
  opacity: 0.88;
  background: url("/assets/cta-circuits.webp") center / 100% 100% no-repeat;
  filter: saturate(1.18) brightness(1.12);
  pointer-events: none;
}
.closing-cta::before {
  left: 0;
  mask-image: linear-gradient(90deg, #000 68%, rgba(0, 0, 0, 0.52) 88%, transparent 100%);
}
.closing-cta::after {
  right: 0;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.52) 12%, #000 32%);
  transform: scaleX(-1);
}
.closing-cta__energy {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.7;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 217, 255, 0.18) 0 2px, transparent 4px),
    radial-gradient(circle at 50% 50%, rgba(0, 110, 255, 0.2), transparent 24rem),
    linear-gradient(90deg, transparent 0 10%, rgba(0, 132, 255, 0.035) 50%, transparent 90% 100%);
  pointer-events: none;
}
.closing-cta__core {
  position: absolute;
  z-index: 2;
  top: 31.5%;
  left: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(53, 226, 255, 0.88);
  border-radius: 50%;
  background: radial-gradient(circle, #7af3ff 0 8%, #00a8ff 34%, rgba(0, 91, 255, 0.3) 68%, transparent 72%);
  box-shadow:
    0 0 12px rgba(0, 216, 255, 0.9),
    0 0 34px rgba(0, 121, 255, 0.8),
    0 0 74px rgba(0, 83, 255, 0.55);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.closing-cta__core::before,
.closing-cta__core::after {
  position: absolute;
  border: 1px solid rgba(0, 216, 255, 0.62);
  border-radius: 50%;
  content: "";
}
.closing-cta__core::before {
  inset: -14px;
  animation: closing-core-ring 2.8s 1.8s ease-out infinite;
}
.closing-cta__core::after {
  inset: 5px;
  border: 0;
  background: #b9f7ff;
  box-shadow: 0 0 10px #00d8ff;
}
.closing-cta__inner {
  position: relative;
  z-index: 3;
  width: min(94%, 1500px);
  transform: translateY(54px);
}
.closing-cta h2 {
  display: grid;
  gap: 3px;
  margin: 0;
  color: #f8fbff;
  font-size: clamp(2.7rem, 4.15vw, 4.65rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-wrap: balance;
}
.closing-cta h2 .closing-cta__line {
  display: block;
  color: #f8fbff;
  background: none;
  -webkit-text-fill-color: #f8fbff;
}
.closing-cta h2 .closing-cta__accent {
  color: #078cff;
  background: linear-gradient(90deg, #087cff 12%, #00c9ff 50%, #087cff 88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 34px rgba(0, 132, 255, 0.16);
}
.closing-cta .closing-cta__inner > .closing-cta__lead {
  max-width: 800px;
  margin: 29px auto 0;
  color: #e7f0fa;
  font-size: clamp(1.03rem, 1.45vw, 1.28rem);
  line-height: 1.52;
  text-wrap: balance;
}
.closing-cta__actions {
  display: flex;
  width: min(100%, 850px);
  margin: 38px auto 0;
  gap: 24px;
}
.closing-cta__actions .button {
  position: relative;
  display: inline-flex;
  flex: 1 1 0;
  min-width: 0;
  min-height: 72px;
  padding: 0 30px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 1.13rem;
  font-weight: 600;
}
.closing-cta__primary {
  border: 1px solid #4cecff;
  background: linear-gradient(100deg, #106dff, #064cff 52%, #00b8ef);
  box-shadow:
    0 0 0 1px rgba(45, 228, 255, 0.28),
    0 0 22px rgba(0, 121, 255, 0.65),
    inset 0 0 20px rgba(0, 216, 255, 0.16);
}
.closing-cta__primary::after {
  position: absolute;
  top: -45%;
  bottom: -45%;
  left: -45%;
  width: 26%;
  content: "";
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
  transform: skewX(-18deg);
  pointer-events: none;
}
.closing-cta__primary span {
  margin-left: 13px;
  transition: transform 0.25s ease;
}
.closing-cta__primary:hover span,
.closing-cta__primary:focus-visible span {
  transform: translateX(6px);
}
.closing-cta__secondary {
  border: 1px solid rgba(0, 216, 255, 0.78);
  color: #cfffff;
  background: rgba(1, 9, 23, 0.82);
  box-shadow: inset 0 0 18px rgba(0, 132, 255, 0.07);
}
.closing-cta__secondary:hover,
.closing-cta__secondary:focus-visible {
  border-color: #78f1ff;
  color: #ffffff;
  background: rgba(0, 55, 112, 0.7);
  box-shadow:
    0 0 22px rgba(0, 174, 255, 0.28),
    inset 0 0 22px rgba(0, 174, 255, 0.1);
}
.closing-cta.closing-enhanced::before,
.closing-cta.closing-enhanced::after,
.closing-cta.closing-enhanced .closing-cta__energy,
.closing-cta.closing-enhanced .closing-cta__core,
.closing-cta.closing-enhanced .closing-cta__line,
.closing-cta.closing-enhanced .closing-cta__lead,
.closing-cta.closing-enhanced .closing-cta__actions .button {
  opacity: 0;
}
.closing-cta.closing-enhanced .closing-cta__line {
  clip-path: inset(0 0 100% 0);
  transform: translateY(28px);
}
.closing-cta.closing-enhanced .closing-cta__lead,
.closing-cta.closing-enhanced .closing-cta__actions .button {
  transform: translateY(22px);
}
.closing-cta.closing-enhanced.is-active::before {
  animation: closing-circuit-left-in 1.35s 0.05s ease-out both;
}
.closing-cta.closing-enhanced.is-active::after {
  animation: closing-circuit-right-in 1.35s 0.05s ease-out both;
}
.closing-cta.closing-enhanced.is-active .closing-cta__energy {
  animation: closing-energy-in 1.5s 0.18s ease-out both;
}
.closing-cta.closing-enhanced.is-active .closing-cta__core {
  animation: closing-core-in 0.72s 0.34s cubic-bezier(0.2, 0.85, 0.25, 1.25) both;
}
.closing-cta.closing-enhanced.is-active .closing-cta__line:nth-child(1) {
  animation: closing-copy-in 0.82s 0.48s cubic-bezier(0.2, 0.74, 0.18, 1) both;
}
.closing-cta.closing-enhanced.is-active .closing-cta__line:nth-child(2) {
  animation: closing-copy-in 0.82s 0.68s cubic-bezier(0.2, 0.74, 0.18, 1) both;
}
.closing-cta.closing-enhanced.is-active .closing-cta__line:nth-child(3) {
  animation: closing-copy-in 0.82s 0.86s cubic-bezier(0.2, 0.74, 0.18, 1) both;
}
.closing-cta.closing-enhanced.is-active .closing-cta__lead {
  animation: closing-item-in 0.72s 1.08s ease-out both;
}
.closing-cta.closing-enhanced.is-active .closing-cta__actions .button:nth-child(1) {
  animation: closing-item-in 0.68s 1.28s ease-out both;
}
.closing-cta.closing-enhanced.is-active .closing-cta__actions .button:nth-child(2) {
  animation: closing-item-in 0.68s 1.45s ease-out both;
}
.closing-cta.closing-enhanced.is-active .closing-cta__primary::after {
  animation: closing-button-sheen 0.9s 1.95s ease-out both;
}
@keyframes closing-circuit-left-in {
  from {
    opacity: 0;
    filter: saturate(0.65) brightness(0.35);
    transform: translateX(-34px) scale(0.985);
  }
  to {
    opacity: 0.88;
    filter: saturate(1.18) brightness(1.12);
    transform: translateX(0) scale(1);
  }
}
@keyframes closing-circuit-right-in {
  from {
    opacity: 0;
    filter: saturate(0.65) brightness(0.35);
    transform: translateX(34px) scaleX(-1) scale(0.985);
  }
  to {
    opacity: 0.88;
    filter: saturate(1.18) brightness(1.12);
    transform: translateX(0) scaleX(-1) scale(1);
  }
}
@keyframes closing-energy-in {
  from {
    opacity: 0;
    transform: scale(0.72);
  }
  to {
    opacity: 0.7;
    transform: scale(1);
  }
}
@keyframes closing-core-in {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.25);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes closing-copy-in {
  from {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
  }
}
@keyframes closing-item-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes closing-button-sheen {
  0% {
    left: -45%;
    opacity: 0;
  }
  18% {
    opacity: 0.8;
  }
  100% {
    left: 125%;
    opacity: 0;
  }
}
@keyframes closing-core-ring {
  0% {
    opacity: 0.82;
    transform: scale(0.75);
  }
  75%,
  100% {
    opacity: 0;
    transform: scale(2.6);
  }
}
@media (max-width: 900px) {
  .closing-cta {
    min-height: 720px;
    padding: 90px 0;
  }
  .closing-cta::before,
  .closing-cta::after {
    width: 64%;
    opacity: 0.62;
  }
  .closing-cta__core {
    top: 26%;
  }
  .closing-cta__inner {
    transform: translateY(35px);
  }
  .closing-cta h2 {
    font-size: clamp(2.25rem, 7.6vw, 4rem);
  }
  .closing-cta__actions {
    width: min(100%, 480px);
    flex-direction: column;
    gap: 14px;
  }
  .closing-cta__actions .button {
    width: 100%;
    flex-basis: auto;
  }
}
@media (max-width: 520px) {
  .closing-cta {
    min-height: 680px;
    padding: 74px 0;
  }
  .closing-cta::before,
  .closing-cta::after {
    width: 78%;
    opacity: 0.42;
  }
  .closing-cta__core {
    top: 20%;
    width: 18px;
    height: 18px;
  }
  .closing-cta__inner {
    transform: translateY(20px);
  }
  .closing-cta h2 {
    gap: 5px;
    font-size: clamp(1.9rem, 9vw, 2.75rem);
    line-height: 1.07;
  }
  .closing-cta .closing-cta__inner > .closing-cta__lead {
    margin-top: 24px;
    font-size: 0.98rem;
  }
  .closing-cta__actions {
    margin-top: 30px;
  }
  .closing-cta__actions .button {
    min-height: 58px;
    padding-inline: 18px;
    font-size: 0.98rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .closing-cta__core::before {
    animation: none;
  }
  .closing-cta.closing-enhanced::before,
  .closing-cta.closing-enhanced::after,
  .closing-cta.closing-enhanced .closing-cta__energy,
  .closing-cta.closing-enhanced .closing-cta__core,
  .closing-cta.closing-enhanced .closing-cta__line,
  .closing-cta.closing-enhanced .closing-cta__lead,
  .closing-cta.closing-enhanced .closing-cta__actions .button {
    opacity: 1;
    clip-path: none;
    animation: none !important;
    transform: none;
  }
  .closing-cta.closing-enhanced .closing-cta__core {
    transform: translate(-50%, -50%);
  }
  .closing-cta.closing-enhanced::after {
    transform: scaleX(-1);
  }
}
@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: 205px 1fr auto;
    gap: 18px;
  }
  .desktop-nav {
    gap: 20px;
  }
  .hero-visual {
    right: -12%;
    width: min(68vw, 770px);
  }
  .hero-state h1,
  .hero-state h2 {
    font-size: clamp(3rem, 6vw, 4.6rem);
  }
  .orbit-point {
    width: min(38vw, 390px);
  }
  .system-node {
    min-width: 112px;
    max-width: 145px;
    font-size: 0.67rem;
  }
  .method-flow ol {
    gap: 7px;
  }
  .method-flow li > div {
    padding-inline: 10px;
  }
}
@media (max-width: 1020px) {
  :root {
    --header-height: 70px;
  }
  .desktop-nav,
  .header-cta {
    display: none;
  }
  .header-inner {
    display: flex;
    justify-content: space-between;
  }
  .menu-toggle {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(0, 216, 255, 0.2);
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
    color: var(--white);
    background: #00d8ff08;
  }
  .menu-toggle span {
    width: 20px;
    height: 1px;
    background: currentColor;
    transition: transform 0.18s ease;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
  .mobile-nav {
    position: fixed;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: grid;
    gap: 4px;
    padding: 22px 24px 28px;
    border-bottom: 1px solid rgba(0, 216, 255, 0.18);
    background: #02070ff7;
    backdrop-filter: blur(18px);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition:
      transform 0.25s ease,
      opacity 0.2s ease;
  }
  .mobile-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-nav a {
    padding: 11px 3px;
    color: #c7d1dc;
    border-bottom: 1px solid rgba(255, 255, 255, 0.045);
  }
  .mobile-nav .button {
    margin-top: 12px;
  }
  .hero-grid {
    min-height: 620px;
    grid-template-columns: 53fr 47fr;
  }
  .hero-visual {
    right: -19%;
    width: min(74vw, 720px);
    opacity: 0.84;
  }
  .hero-atmosphere {
    background: linear-gradient(90deg, #050a14fa, #050a14cc 48%, #050a141a 78%);
  }
  .comparison-grid {
    grid-template-columns: 1fr 90px 1fr;
  }
  .compare-panel {
    padding: 24px;
  }
  .compare-list {
    grid-template-columns: 1fr;
  }
  .bridge-node {
    width: 85px;
    height: 85px;
  }
  .kpi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .system-map {
    height: auto;
    flex-direction: column;
  }
  .system-map:before,
  .system-map:after {
    display: none;
  }
  .system-core {
    order: -1;
    margin: 15px 0 42px;
  }
  .system-grid {
    position: static;
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .orbit-point {
    position: static;
    width: auto;
    height: auto;
    transform: none;
  }
  .orbit-point:before {
    display: none;
  }
  .system-node {
    position: static;
    width: 100%;
    max-width: none;
    min-height: 48px;
    transform: none;
  }
  .module-detail {
    margin-top: 26px;
  }
  .method-flow {
    margin-top: 45px;
  }
  .method-flow ol {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .method-line {
    top: 34px;
    bottom: 34px;
    left: 33px;
    width: 2px;
    height: auto;
  }
  .method-line-fill {
    width: 100%;
    height: 0;
  }
  .method-flow li {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 24px;
    align-items: start;
    min-height: 150px;
  }
  .method-node {
    margin: 0;
  }
  .method-flow li > div {
    padding: 20px;
  }
  .method-flow h3 {
    font-size: 1.08rem;
  }
  .method-flow p {
    font-size: 0.82rem;
  }
  .plans-grid {
    gap: 12px;
  }
  .plan-card {
    padding: 24px;
  }
}
@media (max-width: 780px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }
  .section {
    padding: 92px 0;
  }
  .section-heading {
    margin-bottom: 42px;
  }
  .section-heading h2,
  .final-cta h2 {
    letter-spacing: -0.045em;
  }
  .split-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .hero {
    min-height: auto;
  }
  .hero-grid {
    display: block;
    min-height: 790px;
    padding-top: 38px;
  }
  .hero-content {
    min-height: 450px;
    align-items: flex-start;
  }
  .hero-state {
    padding-top: 18px;
  }
  .hero-state h1,
  .hero-state h2 {
    max-width: 620px;
    font-size: clamp(2.65rem, 12vw, 4.2rem);
  }
  .hero-lead {
    max-width: 500px;
  }
  .hero-visual {
    top: auto;
    right: -24%;
    bottom: -40px;
    width: min(95vw, 650px);
    transform: none;
    opacity: 0.46;
  }
  .hero-atmosphere {
    background: linear-gradient(180deg, #050a14f5, #050a14d1 55%, #050a1433);
  }
  .hero-bottom {
    min-height: 145px;
  }
  .hero-rail {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 0;
    padding-block: 20px;
  }
  .hero-rail > span {
    padding-inline: 10px;
    font-size: 0.7rem;
  }
  .partner-rail {
    grid-template-columns: repeat(3, 1fr);
  }
  .metric-rail {
    grid-template-columns: repeat(2, 1fr);
  }
  .metric-rail strong {
    font-size: 1.25rem;
  }
  .hero-rail-cta {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .hero-rail-cta p strong {
    font-size: 1rem;
  }
  .hero-rail-cta .button {
    width: 100%;
  }
  .hero-pagination {
    bottom: 155px;
  }
  .comparison-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .method-bridge {
    min-height: 145px;
  }
  .bridge-line {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: auto;
    background: linear-gradient(
      180deg,
      rgba(255, 83, 100, 0.5),
      var(--electric-blue),
      var(--cyber-cyan)
    );
  }
  .bridge-arrow {
    right: auto;
    bottom: 5px;
    transform: rotate(90deg);
  }
  .compare-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .kpi-grid {
    grid-template-columns: 1fr;
  }
  .kpi-card {
    min-height: 270px;
  }
  .impact-note {
    align-items: flex-start;
    flex-direction: column;
  }
  .impact-note p {
    text-align: left;
  }
  .system-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .system-core {
    width: 180px;
    height: 180px;
  }
  .plans-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .plan-card {
    min-height: auto;
  }
  .plan-featured,
  .plan-featured:hover {
    transform: none;
  }
  .plan-intro {
    min-height: auto;
  }
  .plan-card > .button {
    margin-top: 12px;
  }
  .custom-plan {
    align-items: flex-start;
    flex-direction: column;
  }
  .final-cta {
    min-height: 650px;
    padding: 100px 0;
  }
  .final-actions {
    flex-direction: column;
    gap: 16px;
  }
  .final-actions .button {
    width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-bottom {
    grid-template-columns: 1fr;
  }
  .footer-bottom:before,
  .footer-bottom:after {
    display: none;
  }
  .diagnostic-modal {
    padding: 34px 22px 24px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-wide {
    grid-column: auto;
  }
}
@media (max-width: 520px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }
  .header-inner {
    width: calc(100% - 24px);
  }
  .brand {
    width: 190px;
  }
  .hero-grid {
    min-height: 830px;
    padding-top: 24px;
  }
  .hero-content {
    min-height: 520px;
  }
  .hero-state .eyebrow {
    max-width: 270px;
    font-size: 0.59rem;
  }
  .hero-state h1,
  .hero-state h2 {
    font-size: clamp(2.4rem, 13vw, 3.5rem);
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }
  .hero-actions .text-link {
    align-self: flex-start;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .hero-stats > div {
    padding-inline: 12px;
  }
  .hero-stats strong {
    font-size: 1.8rem;
  }
  .hero-stats span {
    font-size: 0.68rem;
  }
  .hero-visual {
    right: -42%;
    bottom: 15px;
    width: 125vw;
  }
  .hero-rail {
    grid-template-columns: repeat(2, 1fr);
  }
  .partner-rail {
    grid-template-columns: repeat(3, 1fr);
  }
  .hero-pagination {
    bottom: 155px;
  }
  .compare-panel {
    padding: 20px;
  }
  .compare-list {
    grid-template-columns: 1fr;
  }
  .kpi-card {
    padding: 24px;
  }
  .system-grid {
    grid-template-columns: 1fr;
  }
  .module-detail {
    padding: 18px;
  }
  .method-flow li {
    grid-template-columns: 56px 1fr;
    gap: 15px;
    min-height: 165px;
  }
  .method-node {
    width: 56px;
    height: 56px;
  }
  .method-line {
    top: 28px;
    left: 27px;
  }
  .method-flow li > div {
    padding: 17px;
  }
  .plan-card {
    padding: 24px 20px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-brand {
    grid-column: auto;
  }
  .footer-brand img {
    width: 220px;
  }
  .footer-bottom p {
    line-height: 1.7;
  }
}
body {
  background: #020712;
}
.container {
  width: min(calc(100% - 72px), 1480px);
}
.section {
  min-height: 760px;
  padding: 52px 0 58px;
  overflow: hidden;
  background-color: #020712;
}
.section:before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    url(data:image/webp;base64,UklGRk4EAABXRUJQVlA4IEIEAAAwJwCdASpAASwBPpFInkylpKKioFVYcLASCWkoBas3LfwK8sY0uBQkdtzzzumX7zZkRkNMwEGaYkgTtGAXE1ATFJbYjm/Rt7jpQExSW2YwC4moCYpLZw0BMUVDUBGJvqQwC4moCYpIMEwmp9f1aqvMWGQoYBMUltplASbfNbWtSoFgg7zV6sWawtVWmsIvbwGKjTFCYAYrY66oEhaU6IUNOIwWRkW2ZTbxZH+1zsBGNBXUMZuvVRNyoeQfwgtyO7U9LK/+8koEjoirALh2AI67Ogq850SyocFzjhUCLrsxguaOdDIfDxzH97z55wdcxQJuuTAE5Riuw5FtzpRJqABr0eDn/flz6Fjhw2MAu4w/ZmU146YYBcTax53490odcxSXdRXcbGW009MD5NxNPSXxbZjAbS4XSZLi8TvxuckkDDgAAP7+RT2T5I0IAwgHqAACNiZ4AeWKSKAAC6dQHE4DKK7jpCAX7zV1k5HAv+s0jM4Nxs0DalDUL8acGy3wcFmRq5CEd3O0RYql4ehFgqIxDJUSYI/UQa4tQ/bLtrvHYgPlsTGFfhTsS+AcPYi6iFzC5+xhpbBbFmdkgo7gSW80r8KvVrxmsjNYqai+zfhRKU5OUUocnu0EKEvXgv2fzVZ6gL91MDiBN2/9xUNNFbMmsnQJhIb+6ANf+RmveDq9cfbelU0gQQwYyd1lKHZBkh95HoGTq6sMwaEUkGiT4moep51K9o29WaKRoQFEcilxLVDwN9k/kt9SVacUC3QEjyEu4q6bvZQIwt+d+ZO2L96fDOno3bSl4DCxPVBANLatp0XQE1OkCkOV+wj8YTQek1caQS+6g6IHGdlvIcEF5MolX2i+EFdrm+QlvVOKjdo1gFAsrB9Jk0qYbTIvLXdIS7SFZkdzD5y8jpceYr2C1+b6bPNRpuoH6y+k+1eSmkw8ArqATltgIwnz+Pp8NuztACr86lMDn/Gss3C91lny1ZuvXK7FGT/LKhSDZCdvhIjO8WgZIDTr9fht3hKnqgLwD0sbZ6SkD4FnNszSllrrbT0DB5wMXomYfniGM4VoYjtANNwKkLZ56Qvbw9NP2NDuPxkfbuDYu2p2FOZjU8mBSdPZBj6ifkIhXZ4VTbT3nqKEq6OLZyRFtj1NzQAMF6EWJRpEFS8O0BQAGfvcxiBXyfIEGYtZCXHIpyDQnl6ejrDkh9xX/KI2vzN+h7FtNvs+6/ons4MCWGEVfXyhABJxfHDeCYdSGzTA97cWcMp2oaU79xywYREZ3aA1xpGBI5compb4gluSeS+xOxlVIuOF7a2KhobFPs9savp4ouC5KetliV6994w0bGw7CB+yT3Y+3doza+Rr0BBBhsq936nElQgJwGx0ys2SGOVWCI+K75IxW4LBj2DacBL9vPqAuBArQEQHQwSBaJEUd3YrKj0oh87KtN/FPy6RKdQiDVVEnS3xlgAA)
      top left / 320px 300px no-repeat,
    url(data:image/webp;base64,UklGRk4EAABXRUJQVlA4IEIEAAAwJwCdASpAASwBPpFInkylpKKioFVYcLASCWkoBas3LfwK8sY0uBQkdtzzzumX7zZkRkNMwEGaYkgTtGAXE1ATFJbYjm/Rt7jpQExSW2YwC4moCYpLZw0BMUVDUBGJvqQwC4moCYpIMEwmp9f1aqvMWGQoYBMUltplASbfNbWtSoFgg7zV6sWawtVWmsIvbwGKjTFCYAYrY66oEhaU6IUNOIwWRkW2ZTbxZH+1zsBGNBXUMZuvVRNyoeQfwgtyO7U9LK/+8koEjoirALh2AI67Ogq850SyocFzjhUCLrsxguaOdDIfDxzH97z55wdcxQJuuTAE5Riuw5FtzpRJqABr0eDn/flz6Fjhw2MAu4w/ZmU146YYBcTax53490odcxSXdRXcbGW009MD5NxNPSXxbZjAbS4XSZLi8TvxuckkDDgAAP7+RT2T5I0IAwgHqAACNiZ4AeWKSKAAC6dQHE4DKK7jpCAX7zV1k5HAv+s0jM4Nxs0DalDUL8acGy3wcFmRq5CEd3O0RYql4ehFgqIxDJUSYI/UQa4tQ/bLtrvHYgPlsTGFfhTsS+AcPYi6iFzC5+xhpbBbFmdkgo7gSW80r8KvVrxmsjNYqai+zfhRKU5OUUocnu0EKEvXgv2fzVZ6gL91MDiBN2/9xUNNFbMmsnQJhIb+6ANf+RmveDq9cfbelU0gQQwYyd1lKHZBkh95HoGTq6sMwaEUkGiT4moep51K9o29WaKRoQFEcilxLVDwN9k/kt9SVacUC3QEjyEu4q6bvZQIwt+d+ZO2L96fDOno3bSl4DCxPVBANLatp0XQE1OkCkOV+wj8YTQek1caQS+6g6IHGdlvIcEF5MolX2i+EFdrm+QlvVOKjdo1gFAsrB9Jk0qYbTIvLXdIS7SFZkdzD5y8jpceYr2C1+b6bPNRpuoH6y+k+1eSmkw8ArqATltgIwnz+Pp8NuztACr86lMDn/Gss3C91lny1ZuvXK7FGT/LKhSDZCdvhIjO8WgZIDTr9fht3hKnqgLwD0sbZ6SkD4FnNszSllrrbT0DB5wMXomYfniGM4VoYjtANNwKkLZ56Qvbw9NP2NDuPxkfbuDYu2p2FOZjU8mBSdPZBj6ifkIhXZ4VTbT3nqKEq6OLZyRFtj1NzQAMF6EWJRpEFS8O0BQAGfvcxiBXyfIEGYtZCXHIpyDQnl6ejrDkh9xX/KI2vzN+h7FtNvs+6/ons4MCWGEVfXyhABJxfHDeCYdSGzTA97cWcMp2oaU79xywYREZ3aA1xpGBI5compb4gluSeS+xOxlVIuOF7a2KhobFPs9savp4ouC5KetliV6994w0bGw7CB+yT3Y+3doza+Rr0BBBhsq936nElQgJwGx0ys2SGOVWCI+K75IxW4LBj2DacBL9vPqAuBArQEQHQwSBaJEUd3YrKj0oh87KtN/FPy6RKdQiDVVEnS3xlgAA)
      top right / 320px 300px no-repeat;
  opacity: 0.72;
}
.section-heading,
.section-heading.centered,
.split-heading {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 auto 30px;
  text-align: center;
}
.section-heading .eyebrow,
.final-cta .eyebrow {
  display: none;
}
.section-heading h2,
.final-cta h2 {
  font-size: clamp(2.55rem, 3.9vw, 3.85rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.section-heading > p:last-child {
  max-width: none;
  margin: 10px auto 0;
  color: #c3c5c9;
  font-size: clamp(0.95rem, 1.45vw, 1.25rem);
}
.site-header,
.site-header.is-scrolled {
  top: 18px;
  right: 22px;
  left: 22px;
  width: auto;
  height: 112px;
  border: 1px solid rgba(15, 95, 170, 0.46);
  border-radius: 16px;
  background: #020a16db;
  box-shadow: 0 18px 50px #0003;
  backdrop-filter: blur(18px);
}
.site-header.is-scrolled {
  top: 8px;
  height: 82px;
  background: #020914e0;
  box-shadow: 0 12px 45px #0000005c;
}
.header-inner {
  grid-template-columns: 360px 1fr 280px;
  gap: 34px;
  width: min(calc(100% - 118px), 1750px);
}
.brand {
  width: 340px;
  height: 98px;
}
.site-header.is-scrolled .brand {
  width: 260px;
  height: 72px;
}
.desktop-nav {
  gap: clamp(32px, 4vw, 86px);
}
.desktop-nav a {
  color: #f1f1f1;
  font-size: clamp(0.95rem, 1.25vw, 1.18rem);
  font-weight: 450;
  letter-spacing: 0;
}
.desktop-nav a:after {
  bottom: -16px;
  background: var(--cyber-cyan);
}
.header-cta.button-primary {
  min-height: 60px;
  padding-inline: 28px;
  border-color: #15bfff;
  border-radius: 10px;
  background: #020c1c6b;
  box-shadow:
    0 0 20px #009cff47,
    inset 0 0 20px #0068ff14;
  font-size: 1rem;
  font-weight: 450;
}
.hero {
  min-height: 790px;
  padding-top: 142px;
  background:
    radial-gradient(
      circle at 77% 36%,
      rgba(0, 116, 255, 0.15),
      transparent 31rem
    ),
    #020712;
}
.hero-atmosphere {
  inset: 0;
  background:
    linear-gradient(90deg, #020712fa, #020712ba 47%, #0207120a 76%),
    radial-gradient(
      circle at 25% 25%,
      rgba(0, 145, 255, 0.055),
      transparent 25rem
    );
}
.hero-grid {
  width: min(calc(100% - 112px), 1810px);
  min-height: 500px;
  grid-template-columns: minmax(0, 51fr) minmax(0, 49fr);
}
.hero-content {
  min-height: 485px;
}
.hero-state .eyebrow {
  display: none;
}
.hero-state h1,
.hero-state h2 {
  max-width: 910px;
  font-size: clamp(3.25rem, 4.9vw, 5.15rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}
.hero-state h1 strong,
.hero-state h2 strong {
  margin-top: 4px;
  background: linear-gradient(180deg, #02d8ff, #0879f4);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-lead {
  max-width: 800px;
  margin-top: 22px;
  color: #efefef;
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  line-height: 1.55;
}
.benefit-grid {
  max-width: 900px;
  gap: 24px 52px;
  margin-top: 30px;
}
.benefit-grid li {
  padding-left: 48px;
  color: #f1f1f1;
  font-size: clamp(0.94rem, 1.35vw, 1.24rem);
}
.benefit-grid li:before {
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid var(--cyber-cyan);
  border-radius: 50%;
  transform: translateY(-50%);
}
.benefit-grid li:after {
  position: absolute;
  top: 50%;
  left: 9px;
  width: 11px;
  height: 6px;
  border-bottom: 2px solid var(--cyber-cyan);
  border-left: 2px solid var(--cyber-cyan);
  content: "";
  transform: translateY(-66%) rotate(-45deg);
}
.hero-note {
  width: min(100%, 850px);
  margin-top: 36px;
  padding: 26px 30px;
  border-color: #08aef5;
  border-radius: 8px;
  color: #f5f5f5;
  background: #0413286b;
  font-size: clamp(1.05rem, 1.65vw, 1.55rem);
}
.hero-note .pulse-dot {
  display: none;
}
.hero-actions {
  gap: 28px;
  margin-top: 30px;
}
.hero-actions .button {
  min-width: 250px;
  min-height: 64px;
  border-radius: 6px;
  font-size: 1.15rem;
}
.hero-stats {
  margin-top: 34px;
}
.hero-stats-two {
  grid-template-columns: repeat(2, 260px);
}
.hero-stats-three {
  grid-template-columns: repeat(3, minmax(150px, 210px));
}
.hero-stats > div {
  padding-inline: 40px;
  border-color: #00dde6a6;
  align-items: center;
  text-align: center;
}
.hero-stats strong {
  font-size: clamp(2.4rem, 4.4vw, 4rem);
}
.hero-stats span {
  color: #f1f1f1;
  font-size: 0.95rem;
  text-transform: none;
}
.hero-stats-three span {
  text-transform: uppercase;
}
.hero-visual {
  right: 0;
  width: min(51vw, 810px);
  aspect-ratio: 1.15;
}
.globe {
  filter: drop-shadow(0 0 34px rgba(0, 126, 255, 0.3));
}
.orbit {
  display: none;
}
.spain-beacon {
  top: 36.9%;
  left: 46.5%;
}
.hero-bottom {
  min-height: 118px;
  border-top-color: #00e1e89e;
  background: #020712db;
}
.hero-rail {
  min-height: 118px;
}
.hero-rail > span {
  display: flex;
  min-height: 82px;
  padding: 8px 22px;
  color: #f2f2f2;
  font-size: 0.83rem;
  line-height: 1.25;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
}
.hero-rail > span i {
  margin-bottom: 4px;
  color: var(--cyber-cyan);
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1;
  text-shadow: 0 0 16px rgba(0, 216, 255, 0.65);
}
.partner-rail > span {
  min-height: auto;
  font-size: 1.15rem;
  font-weight: 400;
  text-transform: none;
}
.metric-rail > span {
  min-height: 86px;
  color: #f2f2f2;
  font-size: 1rem;
  text-transform: none;
}
.metric-rail strong {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
}
.hero-rail-cta {
  min-height: 118px;
  padding: 14px 28px;
  border: 1px solid rgba(0, 139, 245, 0.5);
  border-radius: 10px;
}
.hero-rail-cta p strong {
  font-size: 1.45rem;
}
.hero-rail-cta .button {
  min-width: 350px;
  min-height: 70px;
  border: 0;
  background: linear-gradient(110deg, #0572ff, #113fff);
  box-shadow: 0 0 28px #005cff59;
  font-size: 1.15rem;
}
.hero-pagination {
  display: none;
}
.comparison-section {
  min-height: 820px;
  padding-top: 46px;
  background: #020712;
}
.comparison-section .section-heading {
  margin-bottom: 24px;
}
.comparison-grid {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 1fr) 290px minmax(0, 1fr);
  align-items: center;
}
.compare-panel {
  min-height: 610px;
  padding: 70px 14px 16px;
  border-radius: 20px;
  background: #030a15c7;
  box-shadow: none;
}
.before-panel {
  border-color: #cf3a3894;
  background: linear-gradient(145deg, #3c0c1214, #020712e6);
}
.after-panel {
  border-color: #00b7ffd9;
  background: linear-gradient(145deg, #0058a826, #020712e6);
}
.panel-heading {
  position: absolute;
  top: 18px;
  right: 0;
  left: 0;
  display: block;
  padding: 0;
  border: 0;
  text-align: center;
}
.panel-heading .panel-status,
.panel-heading small {
  display: none;
}
.panel-heading h3 {
  color: #ff4d58;
  font-size: 1.65rem;
  letter-spacing: 0.04em;
}
.after-panel .panel-heading h3 {
  color: #00bfff;
}
.compare-list {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(145px, 1fr));
  gap: 12px;
  margin: 0;
}
.compare-list li {
  display: flex;
  min-height: 145px;
  padding: 67px 16px 18px;
  border-color: #ff4c585c;
  color: #f2f2f2;
  background: #060c17bd;
  font-size: 0.95rem;
  line-height: 1.3;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.after-panel .compare-list li {
  border-color: #00b5ff75;
}
.compare-list li:before {
  top: 25px;
  left: 50%;
  width: 32px;
  height: 32px;
  border: 2px solid currentColor;
  color: #ff4d58;
  background: transparent;
  box-shadow: 0 0 14px #ff4d5824;
  transform: translate(-50%);
}
.before-panel .compare-list li:after {
  top: 41px;
  left: 50%;
  width: 13px;
  height: 2px;
  background: #ff4d58;
  transform: translate(-50%, -50%);
}
.after-panel .compare-list li:before {
  color: var(--cyber-cyan);
  background: #00cdff14;
  box-shadow: 0 0 16px #00d8ff4d;
}
.after-panel .compare-list li:after {
  position: absolute;
  top: 37px;
  left: 50%;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid var(--cyber-cyan);
  border-left: 2px solid var(--cyber-cyan);
  content: "";
  transform: translate(-50%) rotate(-45deg);
}
.method-bridge {
  min-height: 330px;
}
.bridge-node {
  width: 175px;
  height: 175px;
  border: 3px solid #0ebcff;
  background: radial-gradient(circle, #082d58, #020914 68%);
  box-shadow:
    0 0 0 10px #007dff1a,
    0 0 0 20px #007dff12,
    0 0 35px #00aeff85,
    inset 0 0 28px #00aeff52;
}
.bridge-node span {
  order: 2;
  color: #00bfff;
  font-size: 1.7rem;
  letter-spacing: 0;
}
.bridge-node strong {
  order: 1;
  color: #00bfff;
  font-size: 1.1rem;
}
.bridge-arrow {
  right: 1px;
  font-size: 3.5rem;
  text-shadow: 0 0 15px var(--cyber-cyan);
}
.impact-section {
  min-height: 815px;
  padding-top: 42px;
  border: 0;
  background: #020712;
}
.impact-section .section-heading {
  margin-bottom: 28px;
}
.impact-section .impact-kicker {
  color: var(--cyber-cyan);
  font-size: 0.93rem;
  letter-spacing: 0.3em;
}
.kpi-grid {
  position: relative;
  z-index: 2;
  max-width: 1390px;
  margin-inline: auto;
  gap: 18px 22px;
}
.kpi-card,
.kpi-card.kpi-feature {
  min-height: 270px;
  padding: 26px 38px 22px;
  border-color: #477db49e;
  border-radius: 11px;
  background: linear-gradient(145deg, #06182ec7, #020812f0);
  box-shadow: none;
}
.kpi-card:nth-child(2) {
  border-color: var(--cyber-cyan);
  box-shadow:
    0 0 22px #00d8ff38,
    inset 0 0 28px #0080ff12;
}
.kpi-card:after {
  right: 26px;
  bottom: 24px;
  left: 26px;
  width: auto;
  height: 72px;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 90'%3E%3Cpath d='M8 15 C70 30 125 53 190 66 S320 80 410 82' fill='none' stroke='%238cd9ff' stroke-width='1.7'/%3E%3Cg fill='%23fff' stroke='%230088ff' stroke-width='2'%3E%3Ccircle cx='8' cy='15' r='3'/%3E%3Ccircle cx='96' cy='43' r='3'/%3E%3Ccircle cx='195' cy='67' r='3'/%3E%3Ccircle cx='300' cy='79' r='3'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.kpi-card:nth-child(n + 4):after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 90'%3E%3Cg stroke='%23004685' stroke-width='1' opacity='.5'%3E%3Cpath d='M35 35V88M105 45V88M175 52V88M245 42V88M315 29V88M385 10V88'/%3E%3C/g%3E%3Cpath d='M8 80 C85 72 160 69 235 56 S335 34 410 12' fill='none' stroke='%2300d8ff' stroke-width='1.8'/%3E%3Cg fill='%23fff' stroke='%230088ff' stroke-width='2'%3E%3Ccircle cx='42' cy='76' r='3'/%3E%3Ccircle cx='122' cy='68' r='3'/%3E%3Ccircle cx='205' cy='60' r='3'/%3E%3Ccircle cx='300' cy='43' r='3'/%3E%3C/g%3E%3C/svg%3E");
}
.kpi-index {
  position: absolute;
  top: 26px;
  right: 28px;
  color: #b6c1d0;
  font-size: 0.64rem;
  letter-spacing: 0;
}
.kpi-card > p {
  margin: 0;
  color: #f3f3f3;
  font-size: 1.15rem;
}
.kpi-value {
  align-self: center;
  margin-top: 12px;
  font-size: clamp(4.4rem, 7vw, 6.6rem);
  background: linear-gradient(180deg, #00cfff, #0872ed);
  -webkit-background-clip: text;
  background-clip: text;
}
.kpi-card small {
  display: none;
}
.impact-note {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1390px;
  min-height: 112px;
  margin: 30px auto 0;
  padding: 28px 25px 18px;
  border-color: #00d8ff94;
  border-radius: 10px;
  text-align: center;
}
.impact-note:before {
  position: absolute;
  top: -18px;
  left: 50%;
  color: var(--cyber-cyan);
  content: "⌁";
  font-size: 2.2rem;
  transform: translate(-50%);
  text-shadow: 0 0 14px var(--cyber-cyan);
}
.impact-note blockquote {
  font-size: 1.45rem;
  font-weight: 400;
}
.impact-note blockquote:before {
  display: none;
}
.impact-note blockquote em {
  color: var(--cyber-cyan);
  font-style: normal;
}
.impact-note p {
  max-width: none;
  margin-top: 6px;
  color: #acb7c5;
  font-size: 0.78rem;
  text-align: center;
}
.automation-section {
  min-height: 830px;
  padding-top: 34px;
  background: #020712;
}
.automation-section .section-heading {
  margin-bottom: 4px;
}
.system-map {
  position: relative;
  z-index: 2;
  height: 650px;
  margin-top: 0;
}
.system-map:before {
  width: 335px;
  height: 335px;
  border: 1px solid rgba(0, 157, 255, 0.35);
  box-shadow:
    0 0 0 16px #0078ff0d,
    0 0 0 34px #0078ff09,
    0 0 55px #009bff29;
}
.system-map:after {
  width: 375px;
  height: 375px;
}
.system-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.orbit-point {
  position: absolute;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  transform: none !important;
}
.orbit-point:before {
  display: none;
}
.orbit-point:nth-child(1) {
  top: 33px;
  left: 22%;
}
.orbit-point:nth-child(2) {
  top: 33px;
  left: 43%;
}
.orbit-point:nth-child(3) {
  top: 33px;
  right: 21%;
}
.orbit-point:nth-child(4) {
  top: 138px;
  left: 14%;
}
.orbit-point:nth-child(5) {
  top: 245px;
  left: 11%;
}
.orbit-point:nth-child(6) {
  top: 352px;
  left: 11%;
}
.orbit-point:nth-child(7) {
  top: 459px;
  left: 20%;
}
.orbit-point:nth-child(8) {
  top: 557px;
  left: 22%;
}
.orbit-point:nth-child(9) {
  top: 557px;
  left: 43%;
}
.orbit-point:nth-child(10) {
  top: 557px;
  right: 21%;
}
.orbit-point:nth-child(11) {
  top: 459px;
  right: 13%;
}
.orbit-point:nth-child(12) {
  top: 352px;
  right: 10%;
}
.orbit-point:nth-child(13) {
  top: 245px;
  right: 8%;
}
.orbit-point:nth-child(14) {
  top: 138px;
  right: 11%;
}
.system-node {
  position: static;
  display: flex;
  width: 235px;
  max-width: none;
  min-height: 74px;
  padding: 11px 20px 11px 78px;
  border-color: #4683bcbf;
  border-radius: 44px;
  color: #f0f0f0;
  background: linear-gradient(120deg, #051931db, #030a17f2);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  align-items: center;
  text-align: left;
  transform: none !important;
}
.system-node:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: flex;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(0, 187, 255, 0.65);
  border-radius: 50%;
  color: var(--cyber-cyan);
  content: attr(data-icon);
  background: #0068cd14;
  box-shadow: inset 0 0 14px #009bff17;
  font-size: 1.5rem;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
.system-node:hover,
.system-node:focus-visible,
.system-node.is-active {
  border-color: var(--cyber-cyan);
  color: #fff;
  background: linear-gradient(120deg, #003e82e6, #030f1ff7);
}
.system-core {
  width: 335px;
  height: 335px;
  border: 0;
  background: url(/assets/system-core.webp) center / contain no-repeat;
  box-shadow: 0 0 48px #008cff1f;
}
.system-core:before,
.system-core:after {
  display: none;
}
.system-core > * {
  visibility: hidden;
}
.module-detail {
  position: absolute;
  z-index: 5;
  bottom: 116px;
  left: max(24px, calc((100vw - 1480px) / 2));
  width: 270px;
  margin: 0;
  padding: 16px;
  border-color: var(--cyber-cyan);
  background: #020f1ff2;
}
.module-detail small {
  display: none;
}
.module-detail p {
  margin: 0;
  font-size: 0.76rem;
}
.method-section {
  min-height: 760px;
  padding-top: 92px;
  border: 0;
  background: #020712;
}
.method-section .section-heading {
  margin-bottom: 128px;
}
.method-flow {
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.method-flow ol {
  gap: 38px;
}
.method-line {
  top: 54px;
  right: 4%;
  left: 4%;
  height: 3px;
}
.method-node {
  width: 108px;
  height: 108px;
  margin-bottom: 26px;
  border: 2px solid #3971aa;
  color: #b8c9e0;
  background: radial-gradient(circle, #0a1e39, #030913 72%);
  box-shadow:
    0 0 0 7px #020712,
    0 0 0 9px #3a74b0ad,
    inset 0 0 20px #2c6bb340;
  font-size: 1.7rem;
}
.method-flow li.is-lit .method-node {
  border-color: var(--cyber-cyan);
  background: radial-gradient(circle, #0a61b2, #041126 72%);
  box-shadow:
    0 0 0 7px #020712,
    0 0 0 9px #00c0ff73,
    0 0 28px #00acff8c,
    inset 0 0 22px #00ceff4d;
}
.method-flow li > div {
  position: relative;
  display: flex;
  min-height: 220px;
  padding: 125px 12px 20px;
  border-color: #346da7bf;
  border-radius: 16px;
  background: linear-gradient(145deg, #05162bd1, #020811f7);
  align-items: center;
  justify-content: center;
  text-align: center;
}
.method-flow li > div:before {
  position: absolute;
  top: 34px;
  left: 50%;
  color: #12bfff;
  content: "⌁";
  font-size: 4.4rem;
  line-height: 1;
  transform: translate(-50%);
  text-shadow: 0 0 18px rgba(0, 183, 255, 0.28);
}
.method-flow li:nth-child(2) > div:before {
  content: "⌘";
}
.method-flow li:nth-child(3) > div:before {
  content: "⊞";
}
.method-flow li:nth-child(4) > div:before {
  content: "↗";
}
.method-flow li:nth-child(5) > div:before {
  content: "⚙";
}
.method-flow li:nth-child(6) > div:before {
  content: "◇";
}
.method-flow li:nth-child(7) > div:before {
  content: "↻";
}
.method-flow h3 {
  font-size: 1.03rem;
  font-weight: 400;
}
.method-flow p {
  display: none;
}
.plans-section {
  min-height: 840px;
  padding-top: 48px;
  background: #020712;
}
.plans-section .section-heading {
  margin-bottom: 44px;
}
.plans-grid {
  position: relative;
  z-index: 2;
  gap: 28px;
  max-width: 1425px;
  margin-inline: auto;
}
.plan-card,
.plan-card.plan-featured {
  min-height: 605px;
  padding: 12px 22px 20px;
  border-color: #5689b8cc;
  border-radius: 18px;
  background: linear-gradient(150deg, #0b2341bd, #020812f7 55%);
  box-shadow: inset 0 0 40px #0055b40e;
  transform: none;
}
.plan-card.plan-featured {
  border-color: var(--cyber-cyan);
  box-shadow:
    0 0 25px #00adff4d,
    inset 0 0 38px #0080ff17;
}
.plan-card:hover,
.plan-featured:hover {
  transform: translateY(-5px);
}
.plan-top,
.featured-label {
  display: none;
}
.plan-visual {
  width: calc(100% + 44px);
  height: 168px;
  margin: -12px -22px 0;
  border-bottom: 1px solid rgba(0, 168, 255, 0.55);
  object-fit: cover;
}
.plan-card h3 {
  margin: 20px 0 0;
  font-size: 1.7rem;
  text-align: center;
}
.plan-intro {
  min-height: 58px;
  margin: 4px auto 0;
  max-width: 360px;
  color: #f0f0f0;
  font-size: 0.83rem;
  line-height: 1.4;
  text-align: center;
}
.plan-block {
  margin-top: 13px;
  padding-top: 0;
  border: 0;
  text-align: center;
}
.plan-block small,
.plan-for small {
  color: var(--cyber-cyan);
  letter-spacing: 0.23em;
}
.plan-block ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-top: 13px;
}
.plan-block li {
  display: flex;
  min-height: 56px;
  padding: 7px 5px;
  border: 1px solid rgba(0, 138, 240, 0.65);
  border-radius: 8px;
  color: #eef3f8;
  font-size: 0.69rem;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.plan-block li:before {
  display: none;
}
.plan-for {
  margin: 20px 0 17px;
  text-align: center;
}
.plan-for p {
  margin-top: 6px;
  color: #e6e6e6;
  font-size: 0.78rem;
}
.plan-card > .button {
  min-height: 49px;
  border-radius: 5px;
}
.custom-plan {
  position: relative;
  z-index: 2;
  max-width: 1425px;
  min-height: 90px;
  margin: 28px auto 0;
  padding: 16px 28px 16px 355px;
  border-color: #00a2ffb8;
  border-radius: 9px;
  background:
    url(data:image/webp;base64,UklGRk4EAABXRUJQVlA4IEIEAAAwJwCdASpAASwBPpFInkylpKKioFVYcLASCWkoBas3LfwK8sY0uBQkdtzzzumX7zZkRkNMwEGaYkgTtGAXE1ATFJbYjm/Rt7jpQExSW2YwC4moCYpLZw0BMUVDUBGJvqQwC4moCYpIMEwmp9f1aqvMWGQoYBMUltplASbfNbWtSoFgg7zV6sWawtVWmsIvbwGKjTFCYAYrY66oEhaU6IUNOIwWRkW2ZTbxZH+1zsBGNBXUMZuvVRNyoeQfwgtyO7U9LK/+8koEjoirALh2AI67Ogq850SyocFzjhUCLrsxguaOdDIfDxzH97z55wdcxQJuuTAE5Riuw5FtzpRJqABr0eDn/flz6Fjhw2MAu4w/ZmU146YYBcTax53490odcxSXdRXcbGW009MD5NxNPSXxbZjAbS4XSZLi8TvxuckkDDgAAP7+RT2T5I0IAwgHqAACNiZ4AeWKSKAAC6dQHE4DKK7jpCAX7zV1k5HAv+s0jM4Nxs0DalDUL8acGy3wcFmRq5CEd3O0RYql4ehFgqIxDJUSYI/UQa4tQ/bLtrvHYgPlsTGFfhTsS+AcPYi6iFzC5+xhpbBbFmdkgo7gSW80r8KvVrxmsjNYqai+zfhRKU5OUUocnu0EKEvXgv2fzVZ6gL91MDiBN2/9xUNNFbMmsnQJhIb+6ANf+RmveDq9cfbelU0gQQwYyd1lKHZBkh95HoGTq6sMwaEUkGiT4moep51K9o29WaKRoQFEcilxLVDwN9k/kt9SVacUC3QEjyEu4q6bvZQIwt+d+ZO2L96fDOno3bSl4DCxPVBANLatp0XQE1OkCkOV+wj8YTQek1caQS+6g6IHGdlvIcEF5MolX2i+EFdrm+QlvVOKjdo1gFAsrB9Jk0qYbTIvLXdIS7SFZkdzD5y8jpceYr2C1+b6bPNRpuoH6y+k+1eSmkw8ArqATltgIwnz+Pp8NuztACr86lMDn/Gss3C91lny1ZuvXK7FGT/LKhSDZCdvhIjO8WgZIDTr9fht3hKnqgLwD0sbZ6SkD4FnNszSllrrbT0DB5wMXomYfniGM4VoYjtANNwKkLZ56Qvbw9NP2NDuPxkfbuDYu2p2FOZjU8mBSdPZBj6ifkIhXZ4VTbT3nqKEq6OLZyRFtj1NzQAMF6EWJRpEFS8O0BQAGfvcxiBXyfIEGYtZCXHIpyDQnl6ejrDkh9xX/KI2vzN+h7FtNvs+6/ons4MCWGEVfXyhABJxfHDeCYdSGzTA97cWcMp2oaU79xywYREZ3aA1xpGBI5compb4gluSeS+xOxlVIuOF7a2KhobFPs9savp4ouC5KetliV6994w0bGw7CB+yT3Y+3doza+Rr0BBBhsq936nElQgJwGx0ys2SGOVWCI+K75IxW4LBj2DacBL9vPqAuBArQEQHQwSBaJEUd3YrKj0oh87KtN/FPy6RKdQiDVVEnS3xlgAA)
      left center / 320px 300px no-repeat,
    #030d1bb3;
}
.custom-plan strong {
  font-size: 1.18rem;
}
.custom-plan .text-link {
  display: none;
}
.final-cta {
  min-height: 760px;
  padding: 110px 0;
  isolation: isolate;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(0, 91, 203, 0.2),
      transparent 29rem
    ),
    #020712;
}
.final-cta:before,
.final-cta:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 43%;
  content: "";
  opacity: 0.92;
  background: url(/_astro/cta-circuits.51JQ3A6f.webp) center / 100% 100%
    no-repeat;
  mask-image: linear-gradient(90deg, #000 60%, transparent 100%);
}
.final-cta:before {
  left: 0;
}
.final-cta:after {
  right: 0;
  transform: scaleX(-1);
}
.network {
  display: none;
}
.final-cta-inner {
  z-index: 3;
}
.final-cta h2 {
  font-size: clamp(3rem, 4.8vw, 4.8rem);
}
.final-cta-inner > p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 24px;
  color: #f0f0f0;
  font-size: 1.25rem;
  line-height: 1.45;
}
.final-actions {
  gap: 24px;
  margin-top: 34px;
}
.final-actions .button,
.final-actions .text-link {
  min-width: 340px;
  min-height: 72px;
  border: 1px solid #00cfff;
  border-radius: 10px;
  justify-content: center;
  font-size: 1.15rem;
}
.final-actions .text-link {
  padding: 0 24px;
  color: #cfffff;
  background: #020a17b8;
}
.final-actions .text-link:after {
  display: none;
}
.site-footer {
  min-height: 760px;
  padding: 160px 0 55px;
  border: 0;
  background: #020712;
}
.footer-grid {
  grid-template-columns: 1.35fr 1fr 0.5fr;
  gap: 85px;
  width: min(calc(100% - 100px), 1560px);
}
.footer-brand img {
  width: 520px;
  height: 176px;
}
.footer-brand p {
  margin-top: 22px;
  color: #f0f0f0;
  font-size: 1.05rem;
  letter-spacing: 0.25em;
  text-align: center;
  text-transform: none;
}
.footer-grid nav:first-of-type {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 28px 58px;
}
.footer-grid nav {
  gap: 31px;
}
.footer-grid nav a {
  color: #f1f1f1;
  font-size: 1.15rem;
}
.footer-grid nav:last-of-type a {
  color: #8d929a;
}
.footer-grid nav a:hover,
.footer-grid nav a[href$="privacidad.html"],
.footer-grid nav a[href="#contacto"] {
  color: var(--cyber-cyan);
}
.footer-bottom {
  position: relative;
  display: block;
  width: min(calc(100% - 100px), 1560px);
  margin-top: 150px;
  padding-top: 95px;
  border-top: 1px solid rgba(0, 174, 255, 0.55);
}
.footer-bottom:before,
.footer-bottom:after {
  position: absolute;
  top: -5px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  content: "";
  background: var(--cyber-cyan);
  box-shadow: 0 0 14px var(--cyber-cyan);
}
.footer-bottom:before {
  left: 12%;
}
.footer-bottom:after {
  right: 12%;
}
.footer-bottom p {
  color: #f0f0f0;
  font-size: 0.82rem;
  letter-spacing: 0.28em;
}
.footer-bottom p strong {
  color: var(--cyber-cyan);
  font-weight: 500;
}
@media (max-width: 1180px) {
  .site-header,
  .site-header.is-scrolled {
    right: 12px;
    left: 12px;
  }
  .header-inner {
    grid-template-columns: 285px 1fr 235px;
    width: calc(100% - 50px);
  }
  .brand {
    width: 280px;
  }
  .desktop-nav {
    gap: 24px;
  }
  .desktop-nav a {
    font-size: 0.9rem;
  }
  .header-cta.button-primary {
    padding-inline: 15px;
    font-size: 0.85rem;
  }
  .hero-grid {
    width: calc(100% - 56px);
  }
  .comparison-grid {
    grid-template-columns: 1fr 190px 1fr;
  }
  .compare-list li {
    padding-inline: 8px;
    font-size: 0.8rem;
  }
  .system-node {
    width: 205px;
    font-size: 0.86rem;
  }
  .orbit-point:nth-child(4),
  .orbit-point:nth-child(5),
  .orbit-point:nth-child(6) {
    left: 5%;
  }
  .orbit-point:nth-child(12),
  .orbit-point:nth-child(13),
  .orbit-point:nth-child(14) {
    right: 4%;
  }
  .method-flow ol {
    gap: 15px;
  }
  .plan-block li {
    font-size: 0.58rem;
  }
}
@media (max-width: 1020px) {
  .site-header,
  .site-header.is-scrolled {
    top: 8px;
    height: 78px;
  }
  .brand,
  .site-header.is-scrolled .brand {
    width: 230px;
    height: 70px;
  }
  .hero {
    padding-top: 100px;
  }
  .comparison-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .method-bridge {
    min-height: 170px;
  }
  .compare-panel {
    min-height: auto;
  }
  .system-map {
    height: auto;
    padding-bottom: 20px;
  }
  .system-grid {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    order: 2;
  }
  .orbit-point {
    position: static !important;
  }
  .system-node {
    width: 100%;
    min-height: 66px;
  }
  .system-core {
    order: 1;
    margin-bottom: 34px;
  }
  .module-detail {
    position: static;
    width: min(100%, 650px);
    margin: 22px auto 0;
  }
  .method-section .section-heading {
    margin-bottom: 50px;
  }
  .method-flow ol {
    gap: 0;
  }
  .method-line {
    top: 45px;
    bottom: 45px;
    left: 44px;
  }
  .method-flow li {
    grid-template-columns: 90px 1fr;
  }
  .method-node {
    width: 90px;
    height: 90px;
  }
  .method-flow li > div {
    min-height: 145px;
    padding: 25px 25px 25px 130px;
    justify-content: flex-start;
    text-align: left;
  }
  .method-flow li > div:before {
    top: 50%;
    left: 55px;
    transform: translate(-50%, -50%);
  }
  .plans-grid {
    grid-template-columns: 1fr;
    max-width: 650px;
  }
  .plan-card,
  .plan-card.plan-featured {
    min-height: auto;
  }
  .plan-block li {
    font-size: 0.72rem;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-brand img {
    width: 420px;
  }
}
@media (max-width: 780px) {
  .container {
    width: calc(100% - 28px);
  }
  .section {
    min-height: auto;
    padding: 72px 0;
  }
  .section-heading h2,
  .final-cta h2 {
    font-size: clamp(2.15rem, 9vw, 3.2rem);
  }
  .hero {
    min-height: auto;
    padding-top: 92px;
  }
  .hero-grid {
    width: calc(100% - 30px);
    min-height: 770px;
  }
  .hero-content {
    min-height: 470px;
  }
  .hero-state h1,
  .hero-state h2 {
    font-size: clamp(2.55rem, 11vw, 4rem);
  }
  .hero-visual {
    right: -22%;
    bottom: -15px;
    width: 100vw;
    opacity: 0.5;
  }
  .hero-bottom,
  .hero-rail {
    min-height: 145px;
  }
  .hero-rail > span {
    min-height: 54px;
    font-size: 0.66rem;
  }
  .hero-rail > span i {
    font-size: 1.2rem;
  }
  .hero-rail-cta {
    margin: 10px 0;
    padding: 14px;
  }
  .hero-rail-cta .button {
    min-width: 0;
  }
  .compare-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .compare-list li {
    min-height: 135px;
  }
  .kpi-grid {
    grid-template-columns: 1fr;
  }
  .kpi-card,
  .kpi-card.kpi-feature {
    min-height: 245px;
  }
  .impact-note {
    padding-inline: 15px;
  }
  .impact-note blockquote {
    font-size: 1.05rem;
  }
  .system-core {
    width: 270px;
    height: 270px;
  }
  .system-grid {
    grid-template-columns: 1fr;
  }
  .method-section {
    padding-top: 72px;
  }
  .plans-section .section-heading {
    margin-bottom: 30px;
  }
  .plan-block ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-plan {
    padding: 22px;
    background: #030d1bb8;
  }
  .final-cta {
    min-height: 660px;
    padding: 95px 0;
  }
  .final-cta:before,
  .final-cta:after {
    width: 55%;
    opacity: 0.5;
  }
  .final-cta-inner > p:not(.eyebrow) {
    font-size: 1rem;
  }
  .final-actions .button,
  .final-actions .text-link {
    min-width: 100%;
  }
  .site-footer {
    min-height: auto;
    padding: 95px 0 45px;
  }
  .footer-grid {
    width: calc(100% - 36px);
  }
  .footer-brand img {
    width: 340px;
    max-width: 100%;
  }
  .footer-bottom {
    width: calc(100% - 36px);
    margin-top: 80px;
    padding-top: 55px;
  }
}
@media (max-width: 520px) {
  .site-header,
  .site-header.is-scrolled {
    right: 7px;
    left: 7px;
    border-radius: 11px;
  }
  .header-inner {
    width: calc(100% - 20px);
  }
  .brand,
  .site-header.is-scrolled .brand {
    width: 190px;
  }
  .hero-grid {
    min-height: 820px;
  }
  .hero-content {
    min-height: 545px;
  }
  .hero-stats-two {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-stats-three {
    grid-template-columns: repeat(3, 1fr);
  }
  .hero-stats > div {
    padding-inline: 10px;
  }
  .hero-stats strong {
    font-size: 1.75rem;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }
  .benefit-grid li {
    padding-left: 39px;
  }
  .benefit-grid li:before {
    width: 25px;
    height: 25px;
  }
  .benefit-grid li:after {
    left: 7px;
  }
  .hero-actions .button {
    min-width: 0;
    width: 100%;
  }
  .hero-visual {
    right: -44%;
    bottom: 32px;
    width: 135vw;
  }
  .compare-list {
    grid-template-columns: 1fr;
  }
  .system-node {
    padding-left: 72px;
  }
  .method-flow li {
    grid-template-columns: 62px 1fr;
    gap: 12px;
  }
  .method-node {
    width: 62px;
    height: 62px;
    font-size: 1rem;
  }
  .method-line {
    top: 31px;
    left: 30px;
  }
  .method-flow li > div {
    min-height: 120px;
    padding: 22px 14px 22px 76px;
  }
  .method-flow li > div:before {
    left: 35px;
    font-size: 2.7rem;
  }
  .plan-visual {
    height: 140px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-brand {
    grid-column: auto;
  }
  .footer-grid nav:first-of-type {
    grid-auto-flow: row;
    grid-template-rows: none;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-bottom p {
    font-size: 0.66rem;
    letter-spacing: 0.16em;
  }
}
.hero-rail > span i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero-rail > span i svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-state h1,
.hero-state h2 {
  font-family: var(--font-display, Sora, sans-serif);
}
.hero-state h2 span:first-child,
.hero-state h2 strong:first-child,
.hero-state h1 span:first-child {
  margin-top: 0;
}
@media (max-width: 780px) {
  .hero-rail > span i svg {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1181px) {
  .site-header,
  .site-header.is-scrolled {
    top: 14px;
    right: 18px;
    left: 18px;
    height: 92px;
  }
  .site-header.is-scrolled {
    top: 8px;
    height: 72px;
  }
  .header-inner {
    grid-template-columns: 285px 1fr 238px;
    gap: 28px;
    width: min(calc(100% - 80px), 1620px);
  }
  .brand {
    width: 270px;
    height: 78px;
  }
  .site-header.is-scrolled .brand {
    width: 225px;
    height: 62px;
  }
  .desktop-nav {
    gap: clamp(28px, 3.2vw, 62px);
  }
  .desktop-nav a {
    font-size: clamp(0.88rem, 1vw, 1rem);
  }
  .desktop-nav a:after {
    bottom: -13px;
  }
  .header-cta.button-primary {
    min-height: 52px;
    padding-inline: 24px;
    font-size: 0.92rem;
  }
  .hero {
    min-height: 700px;
    padding-top: 116px;
  }
  .hero-grid {
    width: min(calc(100% - 100px), 1650px);
    min-height: 450px;
  }
  .hero-content {
    min-height: 440px;
  }
  .hero-state h1,
  .hero-state h2 {
    max-width: 760px;
    font-size: clamp(2.85rem, 4vw, 4.25rem);
  }
  .hero-lead {
    max-width: 720px;
    margin-top: 18px;
    font-size: clamp(0.95rem, 1.1vw, 1.12rem);
  }
  .benefit-grid {
    max-width: 760px;
    gap: 18px 38px;
    margin-top: 24px;
  }
  .benefit-grid li {
    padding-left: 40px;
    font-size: clamp(0.88rem, 1vw, 1.04rem);
  }
  .benefit-grid li:before {
    width: 26px;
    height: 26px;
  }
  .benefit-grid li:after {
    left: 8px;
    width: 10px;
    height: 5px;
  }
  .hero-note {
    width: min(100%, 720px);
    margin-top: 28px;
    padding: 20px 24px;
    font-size: clamp(0.98rem, 1.3vw, 1.28rem);
  }
  .hero-actions {
    gap: 20px;
    margin-top: 24px;
  }
  .hero-actions .button {
    min-width: 220px;
    min-height: 54px;
    font-size: 1rem;
  }
  .hero-stats {
    margin-top: 26px;
  }
  .hero-stats-two {
    grid-template-columns: repeat(2, 225px);
  }
  .hero-stats-three {
    grid-template-columns: repeat(3, minmax(135px, 185px));
  }
  .hero-stats > div {
    padding-inline: 30px;
  }
  .hero-stats strong {
    font-size: clamp(2.15rem, 3.4vw, 3.35rem);
  }
  .hero-stats span {
    font-size: 0.82rem;
  }
  .hero-visual {
    right: 2%;
    width: min(43vw, 700px);
  }
  .hero-bottom,
  .hero-rail {
    min-height: 98px;
  }
  .hero-rail > span {
    min-height: 68px;
    padding: 7px 18px;
    font-size: 0.74rem;
  }
  .hero-rail > span i {
    font-size: 1.55rem;
  }
  .hero-rail > span i svg {
    width: 30px;
    height: 30px;
  }
  .partner-rail > span {
    font-size: 1rem;
  }
  .metric-rail > span {
    min-height: 72px;
    font-size: 0.88rem;
  }
  .metric-rail strong {
    font-size: clamp(1.8rem, 2.6vw, 2.65rem);
  }
  .hero-rail-cta {
    min-height: 98px;
    padding: 12px 24px;
  }
  .hero-rail-cta p strong {
    font-size: 1.25rem;
  }
  .hero-rail-cta .button {
    min-width: 300px;
    min-height: 58px;
    font-size: 1rem;
  }
}
.comparison-section .panel-heading {
  position: absolute;
  z-index: 2;
}
.comparison-section .compare-list {
  position: relative;
  z-index: 2;
}
.comparison-section .compare-panel:after {
  position: absolute;
  inset: 70px 14px 16px;
  z-index: 0;
  content: "";
  pointer-events: none;
  opacity: 0.42;
}
.comparison-section .before-panel:after {
  background:
    linear-gradient(
      90deg,
      transparent 32%,
      rgba(255, 77, 88, 0.3) 33%,
      transparent 34%
    ),
    linear-gradient(
      90deg,
      transparent 66%,
      rgba(255, 77, 88, 0.3) 67%,
      transparent 68%
    ),
    linear-gradient(
      0deg,
      transparent 32%,
      rgba(255, 77, 88, 0.24) 33%,
      transparent 34%
    ),
    linear-gradient(
      0deg,
      transparent 66%,
      rgba(255, 77, 88, 0.24) 67%,
      transparent 68%
    );
}
.comparison-section .after-panel:after {
  background:
    linear-gradient(
      90deg,
      transparent 32%,
      rgba(0, 216, 255, 0.42) 33%,
      transparent 34%
    ),
    linear-gradient(
      90deg,
      transparent 66%,
      rgba(0, 216, 255, 0.42) 67%,
      transparent 68%
    ),
    linear-gradient(
      0deg,
      transparent 32%,
      rgba(0, 216, 255, 0.34) 33%,
      transparent 34%
    ),
    linear-gradient(
      0deg,
      transparent 66%,
      rgba(0, 216, 255, 0.34) 67%,
      transparent 68%
    );
}
.comparison-section .bridge-line {
  overflow: visible;
  transform-origin: left center;
}
.comparison-section .bridge-line:after {
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 5px;
  border-radius: 999px;
  content: "";
  opacity: 0;
  background: #d9fbff;
  box-shadow:
    0 0 8px #fff,
    0 0 18px var(--cyber-cyan),
    0 0 32px var(--electric-blue);
}
.comparison-section .bridge-node {
  transform-origin: center;
  will-change: transform, opacity;
}
.comparison-section .bridge-node:before {
  position: absolute;
  inset: -25px;
  border: 1px dashed rgba(0, 190, 255, 0.42);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  box-shadow: 0 0 18px #00aeff1f;
}
.comparison-section .bridge-node:after {
  inset: 10px;
  border-style: dotted;
  border-color: #73e3ff6b;
}
.comparison-enhanced:not(.is-animated) [data-comparison-heading],
.comparison-enhanced:not(.is-animated) .compare-panel,
.comparison-enhanced:not(.is-animated) .compare-list li,
.comparison-enhanced:not(.is-animated) .bridge-line,
.comparison-enhanced:not(.is-animated) .bridge-node,
.comparison-enhanced:not(.is-animated) .bridge-arrow {
  opacity: 0;
}
.comparison-enhanced:not(.is-animated) [data-comparison-heading] {
  transform: translateY(24px);
}
.comparison-enhanced:not(.is-animated) .before-panel {
  transform: translate(-34px);
}
.comparison-enhanced:not(.is-animated) .after-panel {
  transform: translate(34px);
}
.comparison-enhanced:not(.is-animated) .compare-list li {
  transform: translateY(16px) scale(0.95);
}
.comparison-enhanced:not(.is-animated) .bridge-line {
  transform: scaleX(0);
}
.comparison-enhanced:not(.is-animated) .bridge-node {
  transform: scale(0.58) rotate(-18deg);
}
.comparison-enhanced:not(.is-animated) .bridge-arrow {
  transform: translate(-28px);
}
.comparison-enhanced.is-animated [data-comparison-heading] {
  animation: comparison-heading-in 0.62s cubic-bezier(0.2, 0.78, 0.2, 1) both;
}
.comparison-enhanced.is-animated .before-panel {
  animation: comparison-panel-left-in 0.68s 0.18s
    cubic-bezier(0.2, 0.78, 0.2, 1) both;
}
.comparison-enhanced.is-animated .after-panel {
  animation: comparison-panel-right-in 0.68s 1.32s
    cubic-bezier(0.2, 0.78, 0.2, 1) both;
}
.comparison-enhanced.is-animated .compare-list li {
  animation: comparison-card-in 0.48s cubic-bezier(0.16, 0.82, 0.28, 1) both;
}
.comparison-enhanced.is-animated .before-panel li:nth-child(1) {
  animation-delay: 0.3s;
}
.comparison-enhanced.is-animated .before-panel li:nth-child(2) {
  animation-delay: 0.38s;
}
.comparison-enhanced.is-animated .before-panel li:nth-child(3) {
  animation-delay: 0.46s;
}
.comparison-enhanced.is-animated .before-panel li:nth-child(4) {
  animation-delay: 0.54s;
}
.comparison-enhanced.is-animated .before-panel li:nth-child(5) {
  animation-delay: 0.62s;
}
.comparison-enhanced.is-animated .before-panel li:nth-child(6) {
  animation-delay: 0.7s;
}
.comparison-enhanced.is-animated .before-panel li:nth-child(7) {
  animation-delay: 0.78s;
}
.comparison-enhanced.is-animated .before-panel li:nth-child(8) {
  animation-delay: 0.86s;
}
.comparison-enhanced.is-animated .before-panel li:nth-child(9) {
  animation-delay: 0.94s;
}
.comparison-enhanced.is-animated .bridge-line {
  animation: comparison-line-in 0.54s 0.9s cubic-bezier(0.18, 0.82, 0.2, 1) both;
}
.comparison-enhanced.is-animated .bridge-line:after {
  animation: comparison-energy-flow 2.4s 1.45s ease-in-out infinite;
}
.comparison-enhanced.is-animated .bridge-node {
  animation:
    comparison-node-in 0.7s 0.98s cubic-bezier(0.16, 0.88, 0.24, 1.16) both,
    comparison-node-float 4.6s 1.68s ease-in-out infinite;
}
.comparison-enhanced.is-animated .bridge-node:before {
  animation: comparison-ring-spin 9s 1.25s linear infinite;
}
.comparison-enhanced.is-animated .bridge-node:after {
  animation: comparison-ring-spin-reverse 6.5s 1.25s linear infinite;
}
.comparison-enhanced.is-animated .bridge-arrow {
  animation:
    comparison-arrow-in 0.46s 1.2s cubic-bezier(0.16, 0.88, 0.24, 1.16) both,
    comparison-arrow-pulse 1.8s 1.66s ease-in-out infinite;
}
.comparison-enhanced.is-animated .after-panel li:nth-child(1) {
  animation-delay: 1.46s;
}
.comparison-enhanced.is-animated .after-panel li:nth-child(2) {
  animation-delay: 1.54s;
}
.comparison-enhanced.is-animated .after-panel li:nth-child(3) {
  animation-delay: 1.62s;
}
.comparison-enhanced.is-animated .after-panel li:nth-child(4) {
  animation-delay: 1.7s;
}
.comparison-enhanced.is-animated .after-panel li:nth-child(5) {
  animation-delay: 1.78s;
}
.comparison-enhanced.is-animated .after-panel li:nth-child(6) {
  animation-delay: 1.86s;
}
.comparison-enhanced.is-animated .after-panel li:nth-child(7) {
  animation-delay: 1.94s;
}
.comparison-enhanced.is-animated .after-panel li:nth-child(8) {
  animation-delay: 2.02s;
}
.comparison-enhanced.is-animated .after-panel li:nth-child(9) {
  animation-delay: 2.1s;
}
@keyframes comparison-heading-in {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes comparison-panel-left-in {
  0% {
    opacity: 0;
    transform: translate(-34px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes comparison-panel-right-in {
  0% {
    opacity: 0;
    transform: translate(34px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes comparison-card-in {
  0% {
    opacity: 0;
    transform: translateY(16px) scale(0.95);
    filter: blur(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
@keyframes comparison-line-in {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes comparison-node-in {
  0% {
    opacity: 0;
    transform: scale(0.58) rotate(-18deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
@keyframes comparison-node-float {
  0%,
  to {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.018);
  }
}
@keyframes comparison-ring-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes comparison-ring-spin-reverse {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes comparison-arrow-in {
  0% {
    opacity: 0;
    transform: translate(-28px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes comparison-arrow-pulse {
  0%,
  to {
    transform: translate(0);
    opacity: 0.78;
  }
  50% {
    transform: translate(7px);
    opacity: 1;
  }
}
@keyframes comparison-energy-flow {
  0% {
    left: 0;
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  to {
    left: calc(100% - 22px);
    opacity: 0;
  }
}
@media (max-width: 1020px) {
  .comparison-section .compare-panel:after {
    inset: 70px 14px 16px;
  }
  .comparison-section .method-bridge {
    min-height: 190px;
  }
  .comparison-section .bridge-line {
    inset: 0 auto 0 50%;
    width: 1px;
    height: auto;
    background: linear-gradient(
      180deg,
      rgba(255, 83, 100, 0.5),
      var(--electric-blue),
      var(--cyber-cyan)
    );
    transform-origin: center top;
  }
  .comparison-section .bridge-line:after {
    top: 0;
    left: -2px;
    width: 5px;
    height: 22px;
  }
  .comparison-section .bridge-node {
    width: 125px;
    height: 125px;
  }
  .comparison-section .bridge-node span {
    font-size: 1.25rem;
  }
  .comparison-section .bridge-node strong {
    font-size: 0.82rem;
  }
  .comparison-section .bridge-arrow {
    right: 50%;
    bottom: 0;
    font-size: 0;
    transform: translate(50%);
  }
  .comparison-section .bridge-arrow:before {
    content: "↓";
    font-size: 2.8rem;
  }
  .comparison-enhanced:not(.is-animated) .bridge-arrow {
    transform: translate(50%, -24px);
  }
  .comparison-enhanced.is-animated .bridge-arrow {
    animation-name:
      comparison-arrow-in-vertical, comparison-arrow-pulse-vertical;
  }
  .comparison-enhanced:not(.is-animated) .bridge-line {
    transform: scaleY(0);
  }
  .comparison-enhanced.is-animated .bridge-line {
    animation-name: comparison-line-in-vertical;
  }
  .comparison-enhanced.is-animated .bridge-line:after {
    animation-name: comparison-energy-flow-vertical;
  }
}
@keyframes comparison-line-in-vertical {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes comparison-energy-flow-vertical {
  0% {
    top: 0;
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  to {
    top: calc(100% - 22px);
    opacity: 0;
  }
}
@keyframes comparison-arrow-in-vertical {
  0% {
    opacity: 0;
    transform: translate(50%, -24px);
  }
  to {
    opacity: 1;
    transform: translate(50%);
  }
}
@keyframes comparison-arrow-pulse-vertical {
  0%,
  to {
    transform: translate(50%);
    opacity: 0.78;
  }
  50% {
    transform: translate(50%, 7px);
    opacity: 1;
  }
}
@media (max-width: 520px) {
  .comparison-section .compare-panel:after {
    display: none;
  }
  .comparison-section .bridge-node {
    width: 112px;
    height: 112px;
  }
}
.impact-section .kpi-card {
  isolation: isolate;
  will-change: opacity, translate, scale, filter;
}
.impact-section .kpi-card:after {
  z-index: 0;
  transform-origin: left center;
}
.impact-section .kpi-card > p,
.impact-section .kpi-card > strong,
.impact-section .kpi-card > small {
  position: relative;
  z-index: 2;
}
.impact-section .kpi-index {
  z-index: 2;
}
.impact-section [data-impact-heading],
.impact-section [data-impact-note] {
  will-change: opacity, translate, filter;
}
.impact-section .kpi-card:nth-child(1) {
  --impact-delay: 0.22s;
}
.impact-section .kpi-card:nth-child(2) {
  --impact-delay: 0.35s;
}
.impact-section .kpi-card:nth-child(3) {
  --impact-delay: 0.48s;
}
.impact-section .kpi-card:nth-child(4) {
  --impact-delay: 0.61s;
}
.impact-section .kpi-card:nth-child(5) {
  --impact-delay: 0.74s;
}
.impact-section .kpi-card:nth-child(6) {
  --impact-delay: 0.87s;
}
.impact-enhanced:not(.is-animated) [data-impact-heading],
.impact-enhanced:not(.is-animated) .kpi-card,
.impact-enhanced:not(.is-animated) [data-impact-note] {
  opacity: 0;
}
.impact-enhanced:not(.is-animated) [data-impact-heading] {
  translate: 0 24px;
}
.impact-enhanced:not(.is-animated) .kpi-card {
  translate: 0 24px;
  scale: 0.965;
  filter: blur(3px);
}
.impact-enhanced:not(.is-animated) .kpi-card:after {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}
.impact-enhanced:not(.is-animated) [data-impact-note] {
  translate: 0 20px;
}
.impact-enhanced.is-animated [data-impact-heading] {
  animation: impact-heading-in 0.65s cubic-bezier(0.2, 0.78, 0.2, 1) both;
}
.impact-enhanced.is-animated .kpi-card {
  animation: impact-card-in 0.62s var(--impact-delay)
    cubic-bezier(0.16, 0.82, 0.28, 1) both;
}
.impact-enhanced.is-animated .kpi-card:nth-child(2) {
  animation:
    impact-card-in 0.62s var(--impact-delay) cubic-bezier(0.16, 0.82, 0.28, 1)
      both,
    impact-feature-pulse 4s 1.7s ease-in-out infinite;
}
.impact-enhanced.is-animated .kpi-card:after {
  animation: impact-chart-draw 0.86s calc(var(--impact-delay) + 0.34s) ease-out
    both;
}
.impact-enhanced.is-animated .kpi-value {
  background-size: 100% 190%;
  animation: impact-value-shimmer 4.8s 1.55s ease-in-out infinite;
}
.impact-enhanced.is-animated [data-impact-note] {
  animation: impact-note-in 0.68s 1.48s cubic-bezier(0.2, 0.78, 0.2, 1) both;
}
.impact-enhanced.is-animated [data-impact-note]:before {
  animation: impact-note-signal 2.4s 2.1s ease-in-out infinite;
}
@keyframes impact-heading-in {
  0% {
    opacity: 0;
    translate: 0 24px;
    filter: blur(4px);
  }
  to {
    opacity: 1;
    translate: 0 0;
    filter: blur(0);
  }
}
@keyframes impact-card-in {
  0% {
    opacity: 0;
    translate: 0 24px;
    scale: 0.965;
    filter: blur(3px);
  }
  to {
    opacity: 1;
    translate: 0 0;
    scale: 1;
    filter: blur(0);
  }
}
@keyframes impact-chart-draw {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes impact-feature-pulse {
  0%,
  to {
    border-color: var(--cyber-cyan);
    box-shadow:
      0 0 22px #00d8ff38,
      inset 0 0 28px #0080ff12;
  }
  50% {
    border-color: #74edff;
    box-shadow:
      0 0 34px #00d8ff57,
      inset 0 0 36px #0080ff1f;
  }
}
@keyframes impact-value-shimmer {
  0%,
  to {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
}
@keyframes impact-note-in {
  0% {
    opacity: 0;
    translate: 0 20px;
    filter: blur(3px);
  }
  to {
    opacity: 1;
    translate: 0 0;
    filter: blur(0);
  }
}
@keyframes impact-note-signal {
  0%,
  to {
    opacity: 0.72;
    scale: 1;
  }
  50% {
    opacity: 1;
    scale: 1.12;
  }
}
@media (min-width: 1021px) {
  .impact-section {
    min-height: 0;
    padding-top: 26px;
    padding-bottom: 28px;
  }
  .impact-section .section-heading {
    max-width: 1320px;
    margin-bottom: 16px;
  }
  .impact-section .section-heading h2 {
    font-size: clamp(2.4rem, 3.1vw, 3.15rem);
    line-height: 1.04;
  }
  .impact-section .section-heading > p:last-child {
    margin-top: 6px;
  }
  .impact-section .impact-kicker {
    font-size: 0.78rem;
    letter-spacing: 0.27em;
  }
  .impact-section .kpi-grid {
    max-width: 1320px;
    gap: 14px 18px;
  }
  .impact-section .kpi-card,
  .impact-section .kpi-card.kpi-feature {
    min-height: 208px;
    padding: 20px 30px 16px;
  }
  .impact-section .kpi-index {
    top: 19px;
    right: 22px;
    font-size: 0.58rem;
  }
  .impact-section .kpi-card > p {
    font-size: 1rem;
  }
  .impact-section .kpi-value {
    margin-top: 3px;
    font-size: clamp(3.8rem, 5.2vw, 4.9rem);
  }
  .impact-section .kpi-card:after {
    right: 22px;
    bottom: 14px;
    left: 22px;
    height: 52px;
  }
  .impact-section .impact-note {
    max-width: 1320px;
    min-height: 84px;
    margin-top: 18px;
    padding: 19px 22px 12px;
  }
  .impact-section .impact-note:before {
    top: -16px;
    font-size: 1.9rem;
  }
  .impact-section .impact-note blockquote {
    font-size: 1.16rem;
  }
  .impact-section .impact-note p {
    margin-top: 3px;
    font-size: 0.68rem;
  }
}
.system-icon-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.automation-section .system-links {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.automation-section .system-grid {
  z-index: 3;
}
.automation-section .system-link path {
  fill: none;
  stroke: #61c6ff8f;
  stroke-width: 1;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  vector-effect: non-scaling-stroke;
  transition:
    stroke 0.22s ease,
    stroke-width 0.22s ease,
    filter 0.22s ease;
}
.automation-section .system-link circle {
  fill: #dffbff;
  stroke: var(--electric-blue);
  stroke-width: 1.5;
  transform-box: fill-box;
  transform-origin: center;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 4px var(--cyber-cyan));
  transition:
    fill 0.22s ease,
    filter 0.22s ease;
}
.automation-section .system-link.is-active path {
  stroke: var(--cyber-cyan);
  stroke-width: 2;
  filter: drop-shadow(0 0 5px rgba(0, 216, 255, 0.9));
}
.automation-section .system-link.is-active circle {
  fill: #fff;
  filter: drop-shadow(0 0 4px #fff) drop-shadow(0 0 8px var(--cyber-cyan));
}
.automation-section .system-node {
  position: relative;
}
.automation-section .system-node:before {
  display: none;
}
.system-node-icon {
  position: absolute;
  top: 50%;
  left: 9px;
  display: grid;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(0, 187, 255, 0.68);
  border-radius: 50%;
  place-items: center;
  color: var(--cyber-cyan);
  background: #0068cd14;
  box-shadow:
    inset 0 0 14px #009bff17,
    0 0 0 8px #0082ff06;
  transform: translateY(-50%);
  transition:
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}
.system-node-icon svg {
  width: 29px;
  height: 29px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.system-node-label {
  position: relative;
  z-index: 2;
}
.automation-section .system-node:hover .system-node-icon,
.automation-section .system-node:focus-visible .system-node-icon,
.automation-section .system-node.is-active .system-node-icon {
  border-color: #7cecff;
  color: #7cecff;
  background: #00aeff21;
  box-shadow:
    inset 0 0 18px #00b5ff2e,
    0 0 17px #00d8ff57;
}
.automation-section .system-core:before,
.automation-section .system-core:after {
  display: block;
  pointer-events: none;
}
.automation-section .system-core:before {
  inset: -10px;
  border: 1px dashed rgba(0, 216, 255, 0.28);
}
.automation-section .system-core:after {
  inset: 8px;
  border: 1px dotted rgba(137, 235, 255, 0.24);
}
.automation-section .module-detail:after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 42px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--cyber-cyan), rgba(0, 216, 255, 0.2));
  box-shadow: 0 0 8px #00d8ff8c;
}
.automation-section .module-detail.is-updating p {
  animation: automation-detail-swap 0.34s cubic-bezier(0.2, 0.78, 0.2, 1) both;
}
.automation-section .orbit-point:after {
  position: absolute;
  inset: -2px;
  z-index: 5;
  border: 1px solid var(--cyber-cyan);
  border-radius: 999px;
  content: "";
  opacity: 0;
  pointer-events: none;
  box-shadow:
    0 0 8px #ffffff8c,
    0 0 20px #00d8ff7a,
    inset 0 0 16px #00aeff1f;
}
.automation-section .system-node:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  content: "";
  opacity: 0;
  pointer-events: none;
  background: #fff;
  box-shadow:
    0 0 7px #fff,
    0 0 14px var(--cyber-cyan),
    0 0 24px var(--electric-blue);
  offset-path: inset(1px round 999px);
  offset-distance: 0%;
  offset-rotate: 0deg;
}
.automation-section .orbit-point:nth-child(1) {
  --automation-delay: 0.36s;
  --automation-scan-delay: 2.68s;
}
.automation-section .orbit-point:nth-child(2) {
  --automation-delay: 0.43s;
  --automation-scan-delay: 2s;
}
.automation-section .orbit-point:nth-child(3) {
  --automation-delay: 0.5s;
  --automation-scan-delay: 10.84s;
}
.automation-section .orbit-point:nth-child(4) {
  --automation-delay: 0.57s;
  --automation-scan-delay: 3.36s;
}
.automation-section .orbit-point:nth-child(5) {
  --automation-delay: 0.64s;
  --automation-scan-delay: 4.04s;
}
.automation-section .orbit-point:nth-child(6) {
  --automation-delay: 0.71s;
  --automation-scan-delay: 4.72s;
}
.automation-section .orbit-point:nth-child(7) {
  --automation-delay: 0.78s;
  --automation-scan-delay: 5.4s;
}
.automation-section .orbit-point:nth-child(8) {
  --automation-delay: 0.85s;
  --automation-scan-delay: 6.08s;
}
.automation-section .orbit-point:nth-child(9) {
  --automation-delay: 0.92s;
  --automation-scan-delay: 6.76s;
}
.automation-section .orbit-point:nth-child(10) {
  --automation-delay: 0.99s;
  --automation-scan-delay: 7.44s;
}
.automation-section .orbit-point:nth-child(11) {
  --automation-delay: 1.06s;
  --automation-scan-delay: 8.12s;
}
.automation-section .orbit-point:nth-child(12) {
  --automation-delay: 1.13s;
  --automation-scan-delay: 8.8s;
}
.automation-section .orbit-point:nth-child(13) {
  --automation-delay: 1.2s;
  --automation-scan-delay: 9.48s;
}
.automation-section .orbit-point:nth-child(14) {
  --automation-delay: 1.27s;
  --automation-scan-delay: 10.16s;
}
.automation-section .system-link:nth-child(1) {
  --automation-link-delay: 0.38s;
  --automation-scan-delay: 2.68s;
}
.automation-section .system-link:nth-child(2) {
  --automation-link-delay: 0.45s;
  --automation-scan-delay: 2s;
}
.automation-section .system-link:nth-child(3) {
  --automation-link-delay: 0.52s;
  --automation-scan-delay: 10.84s;
}
.automation-section .system-link:nth-child(4) {
  --automation-link-delay: 0.59s;
  --automation-scan-delay: 3.36s;
}
.automation-section .system-link:nth-child(5) {
  --automation-link-delay: 0.66s;
  --automation-scan-delay: 4.04s;
}
.automation-section .system-link:nth-child(6) {
  --automation-link-delay: 0.73s;
  --automation-scan-delay: 4.72s;
}
.automation-section .system-link:nth-child(7) {
  --automation-link-delay: 0.8s;
  --automation-scan-delay: 5.4s;
}
.automation-section .system-link:nth-child(8) {
  --automation-link-delay: 0.87s;
  --automation-scan-delay: 6.08s;
}
.automation-section .system-link:nth-child(9) {
  --automation-link-delay: 0.94s;
  --automation-scan-delay: 6.76s;
}
.automation-section .system-link:nth-child(10) {
  --automation-link-delay: 1.01s;
  --automation-scan-delay: 7.44s;
}
.automation-section .system-link:nth-child(11) {
  --automation-link-delay: 1.08s;
  --automation-scan-delay: 8.12s;
}
.automation-section .system-link:nth-child(12) {
  --automation-link-delay: 1.15s;
  --automation-scan-delay: 8.8s;
}
.automation-section .system-link:nth-child(13) {
  --automation-link-delay: 1.22s;
  --automation-scan-delay: 9.48s;
}
.automation-section .system-link:nth-child(14) {
  --automation-link-delay: 1.29s;
  --automation-scan-delay: 10.16s;
}
.automation-enhanced:not(.is-animated) [data-automation-heading],
.automation-enhanced:not(.is-animated) .system-core,
.automation-enhanced:not(.is-animated) .orbit-point,
.automation-enhanced:not(.is-animated) [data-module-detail] {
  opacity: 0;
}
.automation-enhanced:not(.is-animated) [data-automation-heading] {
  translate: 0 24px;
}
.automation-enhanced:not(.is-animated) .system-core {
  scale: 0.72;
  filter: blur(4px);
}
.automation-enhanced:not(.is-animated) .orbit-point {
  translate: 0 18px;
  scale: 0.94;
  filter: blur(3px);
}
.automation-enhanced:not(.is-animated) [data-module-detail] {
  translate: -18px 0;
}
.automation-enhanced:not(.is-animated) .system-link path {
  opacity: 0;
  stroke-dashoffset: 1;
}
.automation-enhanced:not(.is-animated) .system-link circle {
  opacity: 0;
}
.automation-enhanced.is-animated [data-automation-heading] {
  animation: automation-heading-in 0.62s cubic-bezier(0.2, 0.78, 0.2, 1) both;
}
.automation-enhanced.is-animated .system-core {
  animation:
    automation-core-in 0.76s 0.17s cubic-bezier(0.16, 0.88, 0.24, 1.12) both,
    automation-core-float 5.2s 0.95s ease-in-out infinite;
}
.automation-enhanced.is-animated .system-core:before {
  animation: automation-ring-spin 13s 0.85s linear infinite;
}
.automation-enhanced.is-animated .system-core:after {
  animation: automation-ring-spin-reverse 9s 0.85s linear infinite;
}
.automation-enhanced.is-animated .orbit-point {
  animation: automation-node-in 0.54s var(--automation-delay)
    cubic-bezier(0.16, 0.82, 0.28, 1) both;
}
.automation-enhanced.is-animated .system-link path {
  animation: automation-link-draw 0.62s var(--automation-link-delay) ease-out
    both;
}
.automation-enhanced.is-animated .system-link circle {
  animation: automation-link-point 0.3s
    calc(var(--automation-link-delay) + 0.45s) ease-out both;
}
.automation-enhanced.is-animated .system-link {
  animation: automation-line-scan 12s var(--automation-scan-delay) linear
    infinite;
}
.automation-enhanced.is-animated .orbit-point:after {
  animation: automation-bubble-glow 12s var(--automation-scan-delay) linear
    infinite;
}
.automation-enhanced.is-animated .system-node:after {
  animation: automation-bubble-trace 12s var(--automation-scan-delay) linear
    infinite;
}
.automation-enhanced.is-animated [data-module-detail] {
  animation: automation-detail-in 0.62s 1.4s cubic-bezier(0.2, 0.78, 0.2, 1)
    both;
}
.automation-enhanced.is-animated .system-node.is-active {
  animation: automation-active-node 3.2s 1.7s ease-in-out infinite;
}
.automation-enhanced.is-animated .detail-signal {
  animation: automation-signal-pulse 1.9s 1.8s ease-in-out infinite;
}
@keyframes automation-heading-in {
  0% {
    opacity: 0;
    translate: 0 24px;
    filter: blur(4px);
  }
  to {
    opacity: 1;
    translate: 0 0;
    filter: blur(0);
  }
}
@keyframes automation-core-in {
  0% {
    opacity: 0;
    scale: 0.72;
    filter: blur(4px);
  }
  to {
    opacity: 1;
    scale: 1;
    filter: blur(0);
  }
}
@keyframes automation-core-float {
  0%,
  to {
    translate: 0 0;
  }
  50% {
    translate: 0 -7px;
  }
}
@keyframes automation-ring-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes automation-ring-spin-reverse {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes automation-node-in {
  0% {
    opacity: 0;
    translate: 0 18px;
    scale: 0.94;
    filter: blur(3px);
  }
  to {
    opacity: 1;
    translate: 0 0;
    scale: 1;
    filter: blur(0);
  }
}
@keyframes automation-link-draw {
  0% {
    opacity: 0;
    stroke-dashoffset: 1;
  }
  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes automation-link-point {
  0% {
    opacity: 0;
    scale: 0;
    transform-origin: center;
  }
  to {
    opacity: 1;
    scale: 1;
    transform-origin: center;
  }
}
@keyframes automation-line-scan {
  0%,
  1%,
  13%,
  to {
    filter: drop-shadow(0 0 0 transparent);
  }
  4%,
  9% {
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.92))
      drop-shadow(0 0 8px rgba(0, 216, 255, 0.98));
  }
}
@keyframes automation-bubble-glow {
  0%,
  7%,
  16%,
  to {
    opacity: 0;
  }
  9%,
  13% {
    opacity: 1;
  }
  15% {
    opacity: 0.35;
  }
}
@keyframes automation-bubble-trace {
  0%,
  7% {
    opacity: 0;
    offset-distance: 0%;
  }
  8% {
    opacity: 1;
    offset-distance: 0%;
  }
  14% {
    opacity: 1;
    offset-distance: 100%;
  }
  16%,
  to {
    opacity: 0;
    offset-distance: 100%;
  }
}
@keyframes automation-detail-in {
  0% {
    opacity: 0;
    translate: -18px 0;
    filter: blur(3px);
  }
  to {
    opacity: 1;
    translate: 0 0;
    filter: blur(0);
  }
}
@keyframes automation-detail-swap {
  0% {
    opacity: 0;
    translate: 8px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes automation-active-node {
  0%,
  to {
    box-shadow: 0 0 18px #00d8ff33;
  }
  50% {
    box-shadow: 0 0 30px #00d8ff66;
  }
}
@keyframes automation-signal-pulse {
  0%,
  to {
    opacity: 0.65;
    scale: 0.82;
  }
  50% {
    opacity: 1;
    scale: 1.15;
  }
}
@media (min-width: 1021px) {
  .automation-section {
    min-height: 0;
    padding-top: 24px;
    padding-bottom: 26px;
  }
  .automation-section .section-heading {
    max-width: 1320px;
    margin-bottom: 0;
  }
  .automation-section .section-heading h2 {
    font-size: clamp(2.25rem, 2.85vw, 2.85rem);
    line-height: 1.04;
  }
  .automation-section .system-map {
    max-width: 1320px;
    height: 535px;
    margin-inline: auto;
  }
  .automation-section .system-map:before {
    width: 285px;
    height: 285px;
  }
  .automation-section .system-map:after {
    width: 320px;
    height: 320px;
  }
  .automation-section .system-core {
    width: 285px;
    height: 285px;
  }
  .automation-section .system-node {
    width: 205px;
    min-height: 62px;
    padding: 9px 16px 9px 66px;
    font-size: 0.88rem;
  }
  .automation-section .system-node-icon {
    left: 8px;
    width: 46px;
    height: 46px;
  }
  .automation-section .system-node-icon svg {
    width: 25px;
    height: 25px;
  }
  .automation-section .orbit-point:nth-child(1) {
    top: 18px;
    left: 22%;
  }
  .automation-section .orbit-point:nth-child(2) {
    top: 18px;
    left: 42%;
  }
  .automation-section .orbit-point:nth-child(3) {
    top: 18px;
    right: 21%;
  }
  .automation-section .orbit-point:nth-child(4) {
    top: 100px;
    left: 14%;
  }
  .automation-section .orbit-point:nth-child(5) {
    top: 182px;
    left: 11%;
  }
  .automation-section .orbit-point:nth-child(6) {
    top: 264px;
    left: 11%;
  }
  .automation-section .orbit-point:nth-child(7) {
    top: 346px;
    left: 20%;
  }
  .automation-section .orbit-point:nth-child(8) {
    top: 444px;
    left: 22%;
  }
  .automation-section .orbit-point:nth-child(9) {
    top: 444px;
    left: 42%;
  }
  .automation-section .orbit-point:nth-child(10) {
    top: 444px;
    right: 21%;
  }
  .automation-section .orbit-point:nth-child(11) {
    top: 346px;
    right: 13%;
  }
  .automation-section .orbit-point:nth-child(12) {
    top: 264px;
    right: 10%;
  }
  .automation-section .orbit-point:nth-child(13) {
    top: 182px;
    right: 8%;
  }
  .automation-section .orbit-point:nth-child(14) {
    top: 100px;
    right: 11%;
  }
  .automation-section .module-detail {
    bottom: 104px;
    left: max(24px, calc((100vw - 1320px) / 2));
    width: 230px;
    padding: 13px 14px;
  }
  .automation-section .module-detail p {
    font-size: 0.7rem;
    line-height: 1.45;
  }
}
@media (max-width: 1020px) {
  .automation-section .system-links {
    display: none;
  }
  .automation-section .orbit-point:after,
  .automation-section .system-node:after {
    display: none;
  }
  .automation-section .module-detail:after {
    display: none;
  }
}
.astro-route-announcer {
  position: absolute;
  left: 0;
  top: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
  width: 1px;
  height: 1px;
}
@keyframes astroFadeInOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes astroFadeIn {
  0% {
    opacity: 0;
    mix-blend-mode: plus-lighter;
  }
  to {
    opacity: 1;
    mix-blend-mode: plus-lighter;
  }
}
@keyframes astroFadeOut {
  0% {
    opacity: 1;
    mix-blend-mode: plus-lighter;
  }
  to {
    opacity: 0;
    mix-blend-mode: plus-lighter;
  }
}
@keyframes astroSlideFromRight {
  0% {
    transform: translate(100%);
  }
}
@keyframes astroSlideFromLeft {
  0% {
    transform: translate(-100%);
  }
}
@keyframes astroSlideToRight {
  to {
    transform: translate(100%);
  }
}
@keyframes astroSlideToLeft {
  to {
    transform: translate(-100%);
  }
}
@media (prefers-reduced-motion) {
  ::view-transition-group(*),
  ::view-transition-old(*),
  ::view-transition-new(*) {
    animation: none !important;
  }
  [data-astro-transition-scope] {
    animation: none !important;
  }
}

/* Section 07 · Plans connected to their commercial pricing */
.pricing-plans {
  position: relative;
  min-height: 880px;
  padding: 42px 0 34px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 118, 255, 0.1), transparent 34rem),
    #020712;
}
.pricing-plans::before,
.pricing-plans::after {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 255px;
  height: 255px;
  content: "";
  opacity: 0.82;
  background: url(/assets/edge-circuits.webp) top left / contain no-repeat;
  pointer-events: none;
}
.pricing-plans::before {
  left: 0;
}
.pricing-plans::after {
  right: 0;
  transform: scaleX(-1);
}
.pricing-plans > .container {
  position: relative;
  z-index: 1;
}
.pricing-plans .pricing-plans__heading {
  margin-bottom: 30px;
}
.pricing-plans .pricing-plans__heading h2 {
  font-size: clamp(2.25rem, 3.55vw, 3.85rem);
  line-height: 1.08;
}
.pricing-plans .plans-grid {
  gap: 26px;
}
.pricing-plans .plan-card,
.pricing-plans .plan-card.plan-featured {
  min-height: 640px;
  padding: 10px 20px 18px;
  overflow: hidden;
  border-color: rgba(79, 133, 183, 0.8);
  background: linear-gradient(150deg, rgba(12, 36, 67, 0.82), rgba(2, 8, 18, 0.98) 56%);
  box-shadow: inset 0 0 40px rgba(0, 85, 180, 0.07);
  transform: none;
  transition:
    transform 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease;
}
.pricing-plans .plan-card::after {
  position: absolute;
  z-index: 3;
  top: -45%;
  left: -70%;
  width: 42%;
  height: 190%;
  content: "";
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(135, 224, 255, 0.13), transparent);
  pointer-events: none;
  transform: rotate(16deg);
}
.pricing-plans .plan-card:hover,
.pricing-plans .plan-card:focus-within,
.pricing-plans .plan-card.is-selected {
  border-color: var(--cyber-cyan);
  box-shadow:
    0 0 27px rgba(0, 173, 255, 0.34),
    inset 0 0 40px rgba(0, 128, 255, 0.11);
  transform: translateY(-5px);
}
.pricing-plans .plan-card.is-selected::after {
  animation: plan-card-scan 1.05s ease-out;
}
.pricing-plans .plan-visual {
  width: calc(100% + 40px);
  height: 145px;
  margin: -10px -20px 0;
}
.pricing-plans .plan-card h3 {
  margin-top: 15px;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
}
.pricing-plans .plan-intro {
  min-height: 47px;
  margin-top: 4px;
  font-size: 0.79rem;
  line-height: 1.38;
}
.plan-price {
  position: relative;
  display: grid;
  min-height: 58px;
  margin-top: 10px;
  padding: 7px 10px;
  border: 1px solid rgba(0, 157, 255, 0.28);
  border-radius: 8px;
  grid-template-columns: 1fr 1px 1fr;
  gap: 10px;
  align-items: center;
  background: linear-gradient(90deg, rgba(0, 64, 135, 0.14), rgba(0, 12, 28, 0.72), rgba(0, 64, 135, 0.14));
  text-align: center;
  transition:
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}
.plan-price > div {
  display: grid;
  gap: 1px;
}
.plan-price > i {
  width: 1px;
  height: 34px;
  background: linear-gradient(transparent, rgba(0, 216, 255, 0.65), transparent);
}
.plan-price span {
  color: #8fa6bc;
  font-size: 0.56rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.plan-price strong {
  color: #f5fbff;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(0.96rem, 1.25vw, 1.2rem);
  font-weight: 600;
  line-height: 1.15;
  white-space: nowrap;
}
.plan-price__label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.plan-offer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 15px;
  padding: 1px 5px;
  border: 1px solid rgba(0, 216, 255, 0.72);
  border-radius: 999px;
  color: #06121e;
  background: linear-gradient(90deg, #00d8ff, #8aeeff);
  box-shadow: 0 0 10px rgba(0, 216, 255, 0.34);
  font-family: Inter, sans-serif;
  font-size: 0.46rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
}
.plan-offer-values {
  display: flex;
  align-items: baseline;
  gap: 7px;
}
.plan-offer-values del {
  position: relative;
  color: #70879b;
  font-family: Sora, Inter, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1;
  text-decoration-color: #ff6887;
  text-decoration-thickness: 1.5px;
  white-space: nowrap;
}
.plan-price--offer {
  border-color: rgba(0, 216, 255, 0.48);
  background: linear-gradient(90deg, rgba(0, 216, 255, 0.13), rgba(0, 18, 42, 0.84), rgba(0, 116, 210, 0.14));
}
.plan-price--offer .plan-offer-values strong {
  color: #a8f4ff;
  font-size: clamp(1.08rem, 1.45vw, 1.34rem);
  font-weight: 750;
  text-shadow: 0 0 13px rgba(0, 216, 255, 0.58);
}
.pricing-plans.pricing-enhanced .plan-price--offer .plan-offer-values {
  position: relative;
  display: block;
  width: min(100%, 146px);
  min-height: 24px;
  margin-inline: auto;
}
.pricing-plans.pricing-enhanced .plan-price--offer .plan-offer-values del,
.pricing-plans.pricing-enhanced .plan-price--offer .plan-offer-values strong {
  position: absolute;
  top: 50%;
  white-space: nowrap;
}
.pricing-plans.pricing-enhanced .plan-price--offer .plan-offer-values del {
  left: 50%;
  opacity: 0;
  text-decoration: none;
  transform: translate(-50%, -50%) scale(0.9);
}
.pricing-plans.pricing-enhanced .plan-price--offer .plan-offer-values del::after {
  position: absolute;
  top: 50%;
  right: -2px;
  left: -2px;
  height: 1.5px;
  border-radius: 999px;
  background: #ff6887;
  box-shadow: 0 0 5px rgba(255, 104, 135, 0.7);
  content: "";
  transform: translateY(-50%) scaleX(0);
  transform-origin: left center;
}
.pricing-plans.pricing-enhanced .plan-price--offer .plan-offer-values strong {
  right: 0;
  opacity: 0;
  transform: translate(12px, -50%) scale(0.88);
}
.pricing-plans.pricing-enhanced.is-animated .plan-price--offer .plan-offer-values del {
  animation: plan-old-price-sequence 2.25s 1.18s cubic-bezier(0.2, 0.72, 0.2, 1) both;
}
.pricing-plans.pricing-enhanced.is-animated .plan-price--offer .plan-offer-values del::after {
  animation: plan-offer-strike 0.46s 2.03s ease-out both;
}
.pricing-plans.pricing-enhanced.is-animated .plan-price--offer .plan-offer-values strong {
  animation: plan-new-price-in 0.66s 2.78s cubic-bezier(0.16, 0.9, 0.26, 1.2) both;
}
.pricing-plans.pricing-enhanced.is-animated .plan-price--offer .plan-offer-badge {
  animation: plan-offer-badge-in 0.52s 2.7s cubic-bezier(0.2, 0.8, 0.2, 1.25) both;
}
.plan-card[data-plan-name="Expansión"] .plan-price strong {
  font-size: clamp(0.82rem, 1.05vw, 1.05rem);
}
.plan-price small {
  color: var(--cyber-cyan);
  font-size: 0.58rem;
  letter-spacing: 0.05em;
}
.pricing-plans .plan-card.is-selected .plan-price,
.pricing-plans .plan-card:focus-within .plan-price {
  border-color: rgba(0, 216, 255, 0.82);
  background: linear-gradient(90deg, rgba(0, 92, 194, 0.23), rgba(0, 18, 42, 0.86), rgba(0, 92, 194, 0.23));
  box-shadow:
    0 0 18px rgba(0, 174, 255, 0.2),
    inset 0 0 16px rgba(0, 155, 255, 0.08);
}
.pricing-plans .plan-card.is-price-pulsing .plan-price {
  animation: plan-price-pulse 0.72s ease-out;
}
.pricing-plans .plan-block {
  margin-top: 10px;
}
.pricing-plans .plan-block ul {
  margin-top: 9px;
}
.pricing-plans .plan-block li {
  min-height: 48px;
  padding: 6px 4px;
}
.pricing-plans .plan-for {
  margin: 13px 0 12px;
}
.pricing-plans .plan-for p {
  margin-top: 4px;
}
.pricing-plans .plan-card > .button {
  min-height: 45px;
  font-size: 0.9rem;
}
.pricing-plans .plan-card > .button span {
  display: inline-block;
  margin-left: 9px;
  transition: transform 0.22s ease;
}
.pricing-plans .plan-card > .button:hover span,
.pricing-plans .plan-card > .button:focus-visible span {
  transform: translateX(5px);
}
.pricing-plans .custom-plan {
  min-height: 80px;
  margin-top: 22px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.plan-selection-status {
  max-width: 430px;
  margin: 0;
  color: #b9eaff !important;
  font-size: 0.73rem !important;
  text-align: right;
}
.pricing-plans.pricing-enhanced .pricing-plans__heading,
.pricing-plans.pricing-enhanced .plan-card,
.pricing-plans.pricing-enhanced .custom-plan {
  opacity: 0;
}
.pricing-plans.pricing-enhanced.is-animated .pricing-plans__heading {
  animation: plan-item-in 0.72s 0.02s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}
.pricing-plans.pricing-enhanced.is-animated .plan-card:nth-child(1) {
  animation: plan-item-in 0.72s 0.16s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}
.pricing-plans.pricing-enhanced.is-animated .plan-card:nth-child(2) {
  animation: plan-item-in 0.72s 0.34s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}
.pricing-plans.pricing-enhanced.is-animated .plan-card:nth-child(3) {
  animation: plan-item-in 0.72s 0.52s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}
.pricing-plans.pricing-enhanced.is-animated .custom-plan {
  animation: plan-item-in 0.72s 0.7s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}
@keyframes plan-item-in {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes plan-old-price-sequence {
  0% {
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  14%,
  48% {
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  72%,
  100% {
    left: 0;
    opacity: 0.72;
    transform: translate(0, -50%) scale(0.92);
  }
}
@keyframes plan-offer-strike {
  from {
    transform: translateY(-50%) scaleX(0);
  }
  to {
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes plan-new-price-in {
  0% {
    opacity: 0;
    filter: blur(4px);
    transform: translate(12px, -50%) scale(0.88);
  }
  62% {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, -50%) scale(1.08);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, -50%) scale(1);
  }
}
@keyframes plan-offer-badge-in {
  from {
    opacity: 0;
    transform: translateY(3px) scale(0.82);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes plan-card-scan {
  0% {
    left: -70%;
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  100% {
    left: 135%;
    opacity: 0;
  }
}
@keyframes plan-price-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.025);
    box-shadow:
      0 0 28px rgba(0, 216, 255, 0.38),
      inset 0 0 22px rgba(0, 155, 255, 0.14);
  }
}
@media (max-width: 1180px) {
  .pricing-plans .plans-grid {
    gap: 16px;
  }
  .pricing-plans .plan-card,
  .pricing-plans .plan-card.plan-featured {
    padding-right: 14px;
    padding-left: 14px;
  }
  .pricing-plans .plan-visual {
    width: calc(100% + 28px);
    margin-right: -14px;
    margin-left: -14px;
  }
  .plan-price {
    padding-inline: 5px;
    gap: 6px;
  }
}
@media (max-width: 1020px) {
  .pricing-plans {
    min-height: auto;
    padding-bottom: 54px;
  }
  .pricing-plans .plans-grid {
    max-width: 680px;
    gap: 22px;
  }
  .pricing-plans .plan-card,
  .pricing-plans .plan-card.plan-featured {
    min-height: auto;
  }
  .pricing-plans .custom-plan {
    max-width: 680px;
    padding-left: 245px;
    background-size: 220px 206px;
  }
  .plan-selection-status {
    text-align: left;
  }
}
@media (max-width: 780px) {
  .pricing-plans {
    padding-top: 64px;
  }
  .pricing-plans::before,
  .pricing-plans::after {
    width: 155px;
    height: 155px;
    opacity: 0.48;
  }
  .pricing-plans .pricing-plans__heading h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }
  .pricing-plans .custom-plan {
    padding: 20px;
    background: rgba(3, 13, 27, 0.78);
  }
  .pricing-plans .custom-plan,
  .plan-selection-status {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .pricing-plans .plan-card,
  .pricing-plans .plan-card.plan-featured {
    padding-right: 12px;
    padding-left: 12px;
  }
  .pricing-plans .plan-visual {
    width: calc(100% + 24px);
    margin-right: -12px;
    margin-left: -12px;
  }
  .plan-price {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .plan-price > i {
    width: 70%;
    height: 1px;
    margin-inline: auto;
    background: linear-gradient(90deg, transparent, rgba(0, 216, 255, 0.65), transparent);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pricing-plans.pricing-enhanced .pricing-plans__heading,
  .pricing-plans.pricing-enhanced .plan-card,
  .pricing-plans.pricing-enhanced .custom-plan {
    opacity: 1;
    animation: none !important;
  }
  .pricing-plans .plan-card::after,
  .pricing-plans .plan-price {
    animation: none !important;
  }
}

/* 09 — Closing footer */
.site-footer.site-footer--closing {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(590px, 43vw, 720px);
  padding: clamp(96px, 8vw, 132px) 0 36px;
  border: 0;
  color: #eef8ff;
  background:
    radial-gradient(circle at 18% 42%, rgba(0, 126, 255, 0.11), transparent 25%),
    radial-gradient(circle at 50% 65%, rgba(0, 216, 255, 0.045), transparent 30%),
    linear-gradient(180deg, #020712 0%, #01050d 100%);
}
.site-footer.site-footer--closing::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(0, 216, 255, 0.22), transparent);
}
.site-footer--closing .footer-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(0, 159, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 159, 255, 0.055) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(to bottom, transparent, #000 34%, #000 82%, transparent);
}
.site-footer--closing .footer-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(330px, 1.26fr) minmax(370px, 0.98fr) minmax(145px, 0.38fr);
  gap: clamp(48px, 5vw, 86px);
  align-items: center;
  width: min(calc(100% - 72px), 1480px);
  margin-inline: auto;
}
.site-footer--closing .footer-brand {
  width: min(100%, 450px);
}
.site-footer--closing .footer-brand a {
  display: block;
  border-radius: 12px;
}
.site-footer--closing .footer-brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(0, 162, 255, 0.25));
}
.site-footer--closing .footer-brand p {
  width: 100%;
  margin: 16px 0 0;
  color: rgba(240, 248, 255, 0.88);
  font-size: clamp(0.7rem, 0.8vw, 0.88rem);
  font-weight: 400;
  letter-spacing: 0.28em;
  line-height: 1.5;
  text-align: center;
  text-transform: none;
}
.site-footer--closing .footer-nav {
  align-items: start;
}
.site-footer--closing .footer-nav--main {
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  grid-template-rows: none;
  grid-auto-flow: row;
  grid-auto-columns: auto;
  gap: clamp(38px, 4.2vw, 70px);
}
.site-footer--closing .footer-nav__column,
.site-footer--closing .footer-nav--legal {
  display: grid;
  gap: clamp(22px, 2vw, 31px);
}
.site-footer--closing .footer-nav a {
  position: relative;
  width: max-content;
  color: rgba(240, 247, 253, 0.93);
  font-size: clamp(0.94rem, 1vw, 1.08rem);
  font-weight: 400;
  line-height: 1.25;
  transition:
    color 0.24s ease,
    transform 0.24s ease,
    text-shadow 0.24s ease;
}
.site-footer--closing .footer-nav--legal a {
  color: rgba(194, 204, 214, 0.56);
}
.site-footer--closing .footer-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  border-radius: 999px;
  content: "";
  opacity: 0;
  background: linear-gradient(90deg, var(--cyber-cyan), transparent);
  transform: scaleX(0.3);
  transform-origin: left center;
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}
.site-footer--closing .footer-nav a:hover,
.site-footer--closing .footer-nav a:focus-visible,
.site-footer--closing .footer-nav a.footer-link--accent {
  color: var(--cyber-cyan);
  text-shadow: 0 0 14px rgba(0, 216, 255, 0.25);
}
.site-footer--closing .footer-nav a:hover,
.site-footer--closing .footer-nav a:focus-visible {
  transform: translateX(4px);
}
.site-footer--closing .footer-nav a:hover::after,
.site-footer--closing .footer-nav a:focus-visible::after,
.site-footer--closing .footer-nav a.footer-link--accent::after {
  opacity: 1;
  transform: scaleX(1);
}
.site-footer--closing .footer-bottom {
  position: relative;
  display: block;
  width: min(calc(100% - 72px), 1480px);
  margin: clamp(78px, 7vw, 112px) auto 0;
  padding: clamp(54px, 4.8vw, 72px) 0 0;
  border: 0;
}
.site-footer--closing .footer-bottom::before,
.site-footer--closing .footer-bottom::after {
  content: none;
}
.site-footer--closing .footer-energy {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 17px;
  transform: translateY(-50%);
}
.site-footer--closing .footer-energy__line {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 151, 255, 0.48) 9%,
    rgba(0, 216, 255, 0.88) 50%,
    rgba(0, 151, 255, 0.48) 91%,
    transparent
  );
  box-shadow: 0 0 10px rgba(0, 179, 255, 0.16);
  transform-origin: center;
}
.site-footer--closing .footer-energy::after {
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  opacity: 0;
  background: #e6fbff;
  box-shadow:
    0 0 8px var(--cyber-cyan),
    0 0 18px rgba(0, 174, 255, 0.8);
}
.site-footer--closing .footer-energy i {
  position: absolute;
  top: 8px;
  left: var(--node-x);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyber-cyan);
  box-shadow:
    0 0 7px rgba(0, 216, 255, 0.9),
    0 0 14px rgba(0, 151, 255, 0.6);
  transform: translate(-50%, -50%);
}
.site-footer--closing .footer-energy i::after {
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(0, 216, 255, 0.62);
  border-radius: inherit;
  content: "";
  opacity: 0;
}
.site-footer--closing .footer-energy i.footer-energy__core {
  width: 13px;
  height: 13px;
  background: #21cfff;
  box-shadow:
    0 0 9px #21cfff,
    0 0 24px rgba(0, 151, 255, 0.92),
    0 0 42px rgba(0, 126, 255, 0.45);
}
.site-footer--closing .footer-signature {
  margin: 0;
  color: rgba(244, 248, 252, 0.87);
  font-size: clamp(0.62rem, 0.76vw, 0.78rem);
  font-weight: 400;
  letter-spacing: 0.31em;
  line-height: 1.7;
  text-align: center;
}
.site-footer--closing .footer-signature strong {
  color: var(--cyber-cyan);
  font-weight: 500;
}
.site-footer--closing .footer-signature span {
  display: inline-block;
  margin-inline: 12px;
  color: rgba(255, 255, 255, 0.74);
}
.site-footer--closing.footer-enhanced .footer-brand,
.site-footer--closing.footer-enhanced .footer-nav,
.site-footer--closing.footer-enhanced .footer-signature {
  opacity: 0;
}
.site-footer--closing.footer-enhanced .footer-energy__line {
  transform: scaleX(0);
}
.site-footer--closing.footer-enhanced .footer-energy i {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
}
.site-footer--closing.footer-enhanced.is-active .footer-brand {
  animation: footer-brand-in 0.84s 0.08s cubic-bezier(0.16, 0.82, 0.2, 1) both;
}
.site-footer--closing.footer-enhanced.is-active .footer-nav--main {
  animation: footer-group-in 0.72s 0.28s cubic-bezier(0.2, 0.76, 0.2, 1) both;
}
.site-footer--closing.footer-enhanced.is-active .footer-nav--legal {
  animation: footer-group-in 0.72s 0.46s cubic-bezier(0.2, 0.76, 0.2, 1) both;
}
.site-footer--closing.footer-enhanced.is-active .footer-energy__line {
  animation: footer-line-draw 0.9s 0.72s cubic-bezier(0.2, 0.72, 0.2, 1) both;
}
.site-footer--closing.footer-enhanced.is-active .footer-energy i {
  animation: footer-node-in 0.5s var(--node-delay) cubic-bezier(0.16, 0.86, 0.28, 1.4) both;
}
.site-footer--closing.footer-enhanced.is-active .footer-energy i::after {
  animation: footer-node-ring 2.8s calc(var(--node-delay) + 0.75s) ease-out infinite;
}
.site-footer--closing.footer-enhanced.is-active .footer-energy::after {
  animation: footer-energy-travel 4.6s 1.65s linear infinite;
}
.site-footer--closing.footer-enhanced.is-active .footer-signature {
  animation: footer-signature-in 0.72s 1.45s ease-out both;
}
@keyframes footer-brand-in {
  from {
    opacity: 0;
    filter: blur(6px);
    transform: translateX(-30px) scale(0.985);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0) scale(1);
  }
}
@keyframes footer-group-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes footer-line-draw {
  from {
    opacity: 0.2;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes footer-node-in {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes footer-node-ring {
  0%,
  34% {
    opacity: 0;
    transform: scale(0.5);
  }
  48% {
    opacity: 0.7;
  }
  78%,
  100% {
    opacity: 0;
    transform: scale(1.65);
  }
}
@keyframes footer-energy-travel {
  0% {
    left: 0;
    opacity: 0;
    transform: translateX(-50%) scale(0.45);
  }
  8%,
  88% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
    transform: translateX(-50%) scale(1);
  }
}
@keyframes footer-signature-in {
  from {
    opacity: 0;
    letter-spacing: 0.38em;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    letter-spacing: 0.31em;
    transform: translateY(0);
  }
}
@media (max-width: 1180px) {
  .site-footer.site-footer--closing {
    min-height: 610px;
  }
  .site-footer--closing .footer-grid {
    grid-template-columns: minmax(285px, 1.05fr) minmax(330px, 1fr) minmax(125px, 0.36fr);
    gap: 38px;
  }
  .site-footer--closing .footer-brand {
    width: min(100%, 370px);
  }
  .site-footer--closing .footer-nav--main {
    gap: 34px;
  }
}
@media (max-width: 900px) {
  .site-footer.site-footer--closing {
    min-height: auto;
    padding: 82px 0 34px;
  }
  .site-footer--closing .footer-grid {
    grid-template-columns: 1fr auto;
    gap: 58px 42px;
    width: min(calc(100% - 48px), 720px);
  }
  .site-footer--closing .footer-brand {
    grid-column: 1 / -1;
    width: min(100%, 390px);
    margin-inline: auto;
  }
  .site-footer--closing .footer-nav--main {
    gap: clamp(38px, 10vw, 80px);
  }
  .site-footer--closing .footer-bottom {
    width: min(calc(100% - 48px), 720px);
    margin-top: 74px;
  }
}
@media (max-width: 620px) {
  .site-footer.site-footer--closing {
    padding-top: 68px;
  }
  .site-footer--closing .footer-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    width: min(calc(100% - 38px), 520px);
  }
  .site-footer--closing .footer-brand {
    grid-column: auto;
    width: min(100%, 320px);
  }
  .site-footer--closing .footer-nav--main {
    gap: 34px;
  }
  .site-footer--closing .footer-nav__column {
    justify-items: center;
  }
  .site-footer--closing .footer-nav--legal {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    justify-items: center;
  }
  .site-footer--closing .footer-nav a {
    font-size: 0.88rem;
  }
  .site-footer--closing .footer-nav--legal a {
    font-size: 0.78rem;
  }
  .site-footer--closing .footer-bottom {
    width: min(calc(100% - 38px), 520px);
    margin-top: 62px;
    padding-top: 52px;
  }
  .site-footer--closing .footer-energy i:nth-of-type(2),
  .site-footer--closing .footer-energy i:nth-of-type(4) {
    display: none;
  }
  .site-footer--closing .footer-signature {
    max-width: 340px;
    margin-inline: auto;
    font-size: 0.58rem;
    letter-spacing: 0.23em;
  }
  .site-footer--closing.footer-enhanced.is-active .footer-signature {
    animation-name: footer-signature-mobile-in;
  }
}
@keyframes footer-signature-mobile-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-footer--closing.footer-enhanced .footer-brand,
  .site-footer--closing.footer-enhanced .footer-nav,
  .site-footer--closing.footer-enhanced .footer-signature,
  .site-footer--closing.footer-enhanced .footer-energy i {
    opacity: 1;
    animation: none !important;
  }
  .site-footer--closing.footer-enhanced .footer-energy i {
    transform: translate(-50%, -50%) scale(1);
  }
  .site-footer--closing.footer-enhanced .footer-energy__line {
    transform: scaleX(1);
    animation: none !important;
  }
  .site-footer--closing .footer-energy::after,
  .site-footer--closing .footer-energy i::after {
    display: none;
  }
}

/* Contact journey and embedded expert chat */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.custom-plan__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
.custom-plan__cta.button {
  flex: 0 0 auto;
  min-height: 44px;
  padding-inline: 18px;
  font-size: 0.78rem;
}
.contact-body {
  background: #020712;
}
.contact-page {
  position: relative;
  min-height: calc(100svh - 150px);
  padding: 184px 0 86px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 73% 27%, rgba(0, 132, 255, 0.16), transparent 32rem),
    radial-gradient(circle at 15% 70%, rgba(0, 216, 255, 0.07), transparent 29rem),
    #020712;
}
.contact-page__atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.78;
  background-image:
    linear-gradient(rgba(45, 133, 214, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45, 133, 214, 0.045) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, #000 0%, #000 78%, transparent 100%);
}
.contact-page__atmosphere::before,
.contact-page__atmosphere::after {
  position: absolute;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(0, 177, 255, 0.16);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 70px rgba(0, 145, 255, 0.08),
    inset 0 0 70px rgba(0, 145, 255, 0.05);
}
.contact-page__atmosphere::before {
  top: 17%;
  right: -190px;
}
.contact-page__atmosphere::after {
  bottom: 4%;
  left: -230px;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
  gap: clamp(54px, 7vw, 120px);
  align-items: start;
  max-width: 1360px;
}
.contact-intro {
  position: sticky;
  top: 130px;
  padding-top: 24px;
}
.contact-intro .eyebrow {
  display: block;
  margin-bottom: 21px;
}
.contact-intro h1 {
  max-width: 660px;
  margin: 0;
  color: var(--white);
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(2.75rem, 5vw, 5.2rem);
  font-weight: 500;
  line-height: 0.99;
  letter-spacing: -0.062em;
}
.contact-intro h1 span {
  display: block;
  margin-top: 10px;
  color: var(--cyber-cyan);
  background: linear-gradient(110deg, var(--cyber-cyan), #1787ff 75%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-intro__lead {
  max-width: 610px;
  margin: 30px 0 0;
  color: #aebbc9;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.75;
}
.contact-steps {
  display: grid;
  gap: 2px;
  max-width: 610px;
  margin-top: 38px;
  border-top: 1px solid rgba(0, 170, 255, 0.17);
  border-bottom: 1px solid rgba(0, 170, 255, 0.17);
}
.contact-steps > div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 82px;
  border-bottom: 1px solid rgba(0, 170, 255, 0.1);
}
.contact-steps > div:last-child {
  border-bottom: 0;
}
.contact-steps > div > span {
  color: var(--cyber-cyan);
  font-family: Sora, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.contact-steps strong {
  display: block;
  color: #f4f9ff;
  font-size: 0.93rem;
  font-weight: 600;
}
.contact-steps p {
  margin: 3px 0 0;
  color: #7f91a6;
  font-size: 0.8rem;
}
.contact-direct {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 29px;
  color: #78899e;
  font-size: 0.82rem;
}
.contact-direct a {
  color: #7deaff;
  font-weight: 600;
  transition: color 0.2s ease;
}
.contact-direct a:hover {
  color: #fff;
}
.contact-form-shell {
  position: relative;
  scroll-margin-top: 128px;
  padding: 1px;
  border: 1px solid rgba(0, 173, 255, 0.48);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(0, 199, 255, 0.18), rgba(0, 54, 121, 0.03) 45%, rgba(0, 154, 255, 0.16));
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.38),
    0 0 52px rgba(0, 133, 255, 0.1);
}
.contact-form-shell::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle at 85% 5%, rgba(0, 216, 255, 0.2), transparent 26%);
  content: "";
  filter: blur(18px);
}
.contact-form-shell__signal {
  position: absolute;
  top: -5px;
  right: 48px;
  width: 78px;
  height: 2px;
  border-radius: 99px;
  background: var(--cyber-cyan);
  box-shadow: 0 0 18px var(--cyber-cyan);
}
.lead-form,
.lead-form-success {
  position: relative;
  min-height: 670px;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 16px;
  background:
    radial-gradient(circle at 95% 0%, rgba(0, 120, 255, 0.09), transparent 22rem),
    rgba(3, 11, 24, 0.96);
  backdrop-filter: blur(20px);
}
.lead-form__heading {
  display: flex;
  gap: 17px;
  align-items: center;
  margin-bottom: 30px;
}
.lead-form__heading > span {
  display: grid;
  width: 43px;
  height: 43px;
  border: 1px solid rgba(0, 216, 255, 0.5);
  border-radius: 50%;
  color: var(--cyber-cyan);
  font-family: Sora, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  place-items: center;
  box-shadow: inset 0 0 18px rgba(0, 152, 255, 0.1);
}
.lead-form__heading p {
  margin: 0;
  color: #f7fbff;
  font-family: Sora, sans-serif;
  font-size: 1.28rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.lead-form__heading small {
  display: block;
  margin-top: 2px;
  color: #7f91a6;
  font-size: 0.76rem;
}
.lead-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px 17px;
}
.lead-form label,
.expert-chat__onboarding label {
  display: grid;
  gap: 8px;
}
.lead-form label > span,
.expert-chat__onboarding label > span {
  color: #a9b8c8;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.025em;
}
.lead-form input,
.lead-form select,
.lead-form textarea,
.expert-chat__onboarding input,
.expert-chat__onboarding textarea {
  width: 100%;
  border: 1px solid rgba(64, 133, 191, 0.32);
  border-radius: 8px;
  color: #f4f9ff;
  background: rgba(1, 8, 19, 0.8);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.lead-form input,
.lead-form select {
  min-height: 50px;
  padding: 0 14px;
}
.lead-form textarea,
.expert-chat__onboarding textarea {
  min-height: 122px;
  padding: 13px 14px;
  resize: vertical;
  line-height: 1.55;
}
.lead-form select {
  cursor: pointer;
}
.lead-form select option {
  color: #eff7ff;
  background: #07111f;
}
.lead-form textarea::placeholder,
.expert-chat textarea::placeholder {
  color: #516278;
}
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus,
.expert-chat__onboarding input:focus,
.expert-chat__onboarding textarea:focus {
  outline: none;
  border-color: rgba(0, 216, 255, 0.82);
  background: rgba(2, 13, 30, 0.95);
  box-shadow:
    0 0 0 3px rgba(0, 216, 255, 0.08),
    0 0 24px rgba(0, 145, 255, 0.08);
}
.lead-form__wide {
  grid-column: 1 / -1;
}
.lead-form__consent {
  display: flex !important;
  gap: 11px !important;
  align-items: flex-start;
  margin-top: 20px;
  cursor: pointer;
}
.lead-form__consent input,
.expert-chat__consent input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  min-height: 0;
  margin-top: 2px;
  accent-color: var(--cyber-cyan);
}
.lead-form__consent span {
  color: #8496aa !important;
  font-size: 0.72rem !important;
  font-weight: 400 !important;
  line-height: 1.5;
}
.lead-form__error,
.expert-chat__error {
  margin: 15px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 83, 100, 0.3);
  border-radius: 7px;
  color: #ff9aa5;
  background: rgba(255, 83, 100, 0.08);
  font-size: 0.76rem;
}
.lead-form__submit.button {
  width: 100%;
  min-height: 57px;
  margin-top: 21px;
  border-radius: 8px;
  font-size: 0.92rem;
}
.lead-form button:disabled,
.expert-chat button:disabled {
  cursor: wait;
  opacity: 0.58;
  transform: none;
}
.lead-form__note {
  margin: 10px 0 0;
  color: #66788d;
  font-size: 0.68rem;
  text-align: center;
}
.lead-form-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 670px;
  text-align: center;
}
.lead-form-success__icon {
  display: grid;
  width: 76px;
  height: 76px;
  margin-bottom: 28px;
  border: 1px solid rgba(0, 216, 255, 0.65);
  border-radius: 50%;
  color: var(--cyber-cyan);
  font-size: 2rem;
  place-items: center;
  box-shadow:
    0 0 32px rgba(0, 216, 255, 0.17),
    inset 0 0 24px rgba(0, 145, 255, 0.12);
}
.lead-form-success .eyebrow {
  display: block;
  margin: 0 0 12px;
}
.lead-form-success h2 {
  margin: 0;
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.045em;
}
.lead-form-success > p:not(.eyebrow) {
  max-width: 520px;
  margin: 19px 0 0;
  color: #9aabba;
}
.lead-form-success__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 31px;
}
.contact-footer {
  border-top: 1px solid rgba(0, 154, 255, 0.15);
  background: #01050d;
}
.contact-footer__inner {
  display: grid;
  grid-template-columns: 230px 1fr auto;
  gap: 30px;
  align-items: center;
  min-height: 126px;
}
.contact-footer__inner img {
  width: 220px;
  height: 74px;
  object-fit: contain;
}
.contact-footer__inner p,
.contact-footer__inner > a:last-child {
  color: #66778b;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact-footer__inner > a:last-child {
  color: #7adfff;
}

.expert-chat {
  position: fixed;
  right: 22px;
  bottom: 20px;
  z-index: 240;
  font-family: Inter, sans-serif;
}
.expert-chat__launcher {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 245px;
  min-height: 62px;
  padding: 8px 39px 8px 9px;
  border: 1px solid rgba(0, 216, 255, 0.62);
  border-radius: 14px;
  color: #f4fbff;
  background: rgba(2, 12, 28, 0.94);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.42),
    0 0 25px rgba(0, 174, 255, 0.14),
    inset 0 0 20px rgba(0, 145, 255, 0.07);
  cursor: pointer;
  backdrop-filter: blur(18px);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.expert-chat__launcher:hover {
  border-color: var(--cyber-cyan);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.46),
    0 0 30px rgba(0, 216, 255, 0.24);
  transform: translateY(-3px);
}
.expert-chat__launcher-icon {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #020712;
  background: linear-gradient(145deg, #35e7ff, #008eff);
  place-items: center;
  box-shadow: 0 0 18px rgba(0, 216, 255, 0.3);
}
.expert-chat__launcher-icon svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.expert-chat__launcher > span:nth-child(2) {
  display: grid;
  line-height: 1.25;
  text-align: left;
}
.expert-chat__launcher strong {
  font-size: 0.82rem;
  font-weight: 650;
}
.expert-chat__launcher small {
  margin-top: 2px;
  color: #8296aa;
  font-size: 0.65rem;
}
.expert-chat__launcher > i {
  position: absolute;
  top: 12px;
  right: 13px;
  width: 8px;
  height: 8px;
  border: 2px solid #07101e;
  border-radius: 50%;
  background: #37e99b;
  box-shadow: 0 0 10px rgba(55, 233, 155, 0.75);
}
.expert-chat__panel {
  display: flex;
  width: min(405px, calc(100vw - 28px));
  height: min(690px, calc(100svh - 34px));
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(0, 191, 255, 0.52);
  border-radius: 17px;
  background: #06101e;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.58),
    0 0 45px rgba(0, 145, 255, 0.14);
  animation: expert-chat-in 0.28s cubic-bezier(0.2, 0.82, 0.2, 1) both;
}
.expert-chat__header {
  display: grid;
  grid-template-columns: 45px 1fr 36px;
  gap: 11px;
  align-items: center;
  min-height: 76px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0, 216, 255, 0.14);
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 216, 255, 0.15), transparent 8rem),
    #061426;
}
.expert-chat__avatar {
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 216, 255, 0.65);
  border-radius: 50%;
  color: #dffaff;
  background: linear-gradient(145deg, #075ded, #00bce8);
  font-family: Sora, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  place-items: center;
  box-shadow: 0 0 18px rgba(0, 177, 255, 0.24);
}
.expert-chat__header > div {
  display: grid;
  line-height: 1.25;
}
.expert-chat__header strong {
  color: #f5fbff;
  font-size: 0.9rem;
}
.expert-chat__header > div > span {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-top: 3px;
  color: #8ca0b5;
  font-size: 0.64rem;
}
.expert-chat__header i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #37e99b;
  box-shadow: 0 0 8px rgba(55, 233, 155, 0.7);
}
.expert-chat__close {
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(119, 162, 199, 0.2);
  border-radius: 8px;
  color: #9eb0c2;
  background: rgba(0, 0, 0, 0.12);
  font-size: 1.38rem;
  line-height: 1;
  cursor: pointer;
  place-items: center;
}
.expert-chat__close:hover {
  color: #fff;
  border-color: rgba(0, 216, 255, 0.5);
}
.expert-chat__loading {
  display: flex;
  flex: 1;
  gap: 12px;
  align-items: center;
  justify-content: center;
  color: #8195aa;
  font-size: 0.76rem;
}
.expert-chat__loading > span {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 216, 255, 0.18);
  border-top-color: var(--cyber-cyan);
  border-radius: 50%;
  animation: expert-chat-spin 0.75s linear infinite;
}
.expert-chat__messages {
  display: flex;
  flex: 1;
  min-height: 0;
  padding: 17px 14px;
  overflow-y: auto;
  flex-direction: column;
  gap: 9px;
  background:
    linear-gradient(rgba(3, 12, 24, 0.89), rgba(3, 12, 24, 0.89)),
    linear-gradient(rgba(0, 145, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 145, 255, 0.045) 1px, transparent 1px);
  background-size: auto, 32px 32px, 32px 32px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 173, 255, 0.4) transparent;
}
.expert-chat__empty {
  align-self: center;
  max-width: 290px;
  margin: auto;
  color: #71859a;
  font-size: 0.76rem;
  text-align: center;
}
.expert-chat__message {
  position: relative;
  width: fit-content;
  max-width: 84%;
  padding: 10px 11px 6px;
  border: 1px solid rgba(88, 142, 185, 0.22);
  border-radius: 10px;
  background: #0b1a2a;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}
.expert-chat__message--visitor {
  align-self: flex-end;
  border-color: rgba(0, 191, 255, 0.28);
  border-bottom-right-radius: 3px;
  background: linear-gradient(145deg, #075ad6, #078cc9);
}
.expert-chat__message--business {
  align-self: flex-start;
  border-bottom-left-radius: 3px;
}
.expert-chat__message p {
  margin: 0;
  color: #eef8ff;
  font-size: 0.8rem;
  line-height: 1.46;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.expert-chat__message time {
  display: block;
  margin-top: 3px;
  color: rgba(218, 235, 249, 0.58);
  font-size: 0.56rem;
  text-align: right;
}
.expert-chat__composer {
  display: grid;
  grid-template-columns: 1fr 43px;
  gap: 9px;
  align-items: end;
  padding: 11px;
  border-top: 1px solid rgba(0, 216, 255, 0.13);
  background: #061426;
}
.expert-chat__composer textarea {
  width: 100%;
  max-height: 100px;
  min-height: 43px;
  padding: 11px 13px;
  border: 1px solid rgba(74, 136, 187, 0.26);
  border-radius: 10px;
  color: #eef7ff;
  background: rgba(1, 8, 18, 0.68);
  line-height: 1.35;
  resize: none;
}
.expert-chat__composer textarea:focus {
  outline: none;
  border-color: rgba(0, 216, 255, 0.68);
}
.expert-chat__composer button {
  display: grid;
  width: 43px;
  height: 43px;
  border: 1px solid rgba(0, 216, 255, 0.65);
  border-radius: 10px;
  color: #020712;
  background: linear-gradient(145deg, #38e7ff, #078cff);
  cursor: pointer;
  place-items: center;
}
.expert-chat__composer button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.expert-chat__onboarding {
  flex: 1;
  min-height: 0;
  padding: 18px 18px 10px;
  overflow-y: auto;
  background:
    radial-gradient(circle at 90% 5%, rgba(0, 145, 255, 0.1), transparent 15rem),
    #06101e;
}
.expert-chat__welcome {
  margin: 0 0 16px;
  padding: 11px 12px;
  border: 1px solid rgba(0, 216, 255, 0.16);
  border-radius: 9px;
  color: #b8c9d8;
  background: rgba(0, 123, 197, 0.07);
  font-size: 0.76rem;
  line-height: 1.5;
}
.expert-chat__onboarding form {
  display: grid;
  gap: 12px;
}
.expert-chat__field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.expert-chat__onboarding label > span small {
  color: #5f7388;
  font-size: 0.6rem;
  font-weight: 400;
}
.expert-chat__onboarding input {
  min-height: 42px;
  padding: 0 11px;
}
.expert-chat__onboarding textarea {
  min-height: 76px;
  padding: 10px 11px;
}
.expert-chat__consent {
  display: flex !important;
  gap: 9px !important;
  align-items: flex-start;
  cursor: pointer;
}
.expert-chat__consent span {
  color: #788da2 !important;
  font-size: 0.65rem !important;
  font-weight: 400 !important;
  line-height: 1.45;
}
.expert-chat__onboarding .button {
  width: 100%;
  min-height: 45px;
  margin-top: 1px;
  font-size: 0.78rem;
}
.expert-chat__error {
  flex: 0 0 auto;
  margin: 0 11px 8px;
}
.expert-chat__whatsapp {
  flex: 0 0 auto;
  padding: 8px 12px 10px;
  color: #6f8599;
  background: #061426;
  font-size: 0.62rem;
  text-align: center;
  transition: color 0.2s ease;
}
.expert-chat__whatsapp:hover {
  color: #37e99b;
}
@keyframes expert-chat-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes expert-chat-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1180px) {
  .contact-layout {
    grid-template-columns: minmax(0, 0.8fr) minmax(500px, 1.2fr);
    gap: 48px;
  }
  .custom-plan__actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .custom-plan__cta.button {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .contact-page {
    padding-top: 148px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    max-width: 760px;
  }
  .contact-intro {
    position: static;
    padding-top: 0;
  }
  .contact-intro h1,
  .contact-intro__lead,
  .contact-steps {
    max-width: none;
  }
  .contact-footer__inner {
    grid-template-columns: 190px 1fr auto;
  }
  .contact-footer__inner img {
    width: 185px;
  }
}
@media (max-width: 780px) {
  .custom-plan__actions,
  .custom-plan__cta.button {
    width: 100%;
  }
  .custom-plan__actions {
    align-items: center;
  }
  .contact-page {
    padding: 126px 0 58px;
  }
  .contact-intro h1 {
    font-size: clamp(2.55rem, 12vw, 4.5rem);
  }
  .lead-form,
  .lead-form-success {
    padding: 27px 22px;
  }
  .contact-footer__inner {
    display: flex;
    min-height: 150px;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    text-align: center;
  }
  .contact-footer__inner img {
    height: 58px;
  }
  .expert-chat {
    right: 12px;
    bottom: 12px;
  }
}
@media (max-width: 560px) {
  .contact-layout {
    width: min(calc(100% - 30px), 520px);
    gap: 38px;
  }
  .contact-page {
    padding-top: 112px;
  }
  .contact-intro .eyebrow {
    font-size: 0.64rem;
  }
  .contact-intro__lead {
    margin-top: 22px;
    font-size: 0.94rem;
  }
  .contact-steps {
    margin-top: 28px;
  }
  .contact-steps > div {
    grid-template-columns: 39px 1fr;
    gap: 10px;
    min-height: 75px;
  }
  .lead-form,
  .lead-form-success {
    min-height: 0;
    padding: 24px 17px;
  }
  .lead-form__grid {
    grid-template-columns: 1fr;
  }
  .lead-form__wide {
    grid-column: auto;
  }
  .lead-form-success__actions,
  .lead-form-success__actions .button {
    width: 100%;
  }
  .expert-chat__launcher {
    min-width: 0;
    width: 58px;
    height: 58px;
    min-height: 58px;
    padding: 7px;
    border-radius: 16px;
  }
  .expert-chat__launcher > span:nth-child(2) {
    display: none;
  }
  .expert-chat__launcher-icon {
    width: 42px;
    height: 42px;
  }
  .expert-chat__launcher > i {
    top: 5px;
    right: 5px;
  }
  .expert-chat__panel {
    width: calc(100vw - 20px);
    height: min(680px, calc(100svh - 20px));
    border-radius: 14px;
  }
  .expert-chat__field-row {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .expert-chat__panel {
    animation: none;
  }
  .expert-chat__loading > span {
    animation-duration: 1.5s;
  }
}

/* Navigation extension: keep every section visible on desktop. */
.desktop-nav {
  gap: clamp(22px, 2.5vw, 54px);
}

@media (min-width: 1021px) and (max-width: 1680px) {
  .header-inner {
    display: grid;
    grid-template-columns:
      clamp(190px, 17vw, 275px)
      minmax(0, 1fr)
      clamp(160px, 14vw, 220px);
    gap: clamp(10px, 1.25vw, 21px);
    width: min(calc(100% - 70px), 1580px);
  }

  .brand,
  .site-header.is-scrolled .brand {
    display: flex;
    width: clamp(190px, 16vw, 260px);
    height: clamp(66px, 6.4vw, 86px);
  }

  .desktop-nav {
    display: flex;
    min-width: 0;
    gap: clamp(8px, 1vw, 17px);
    justify-content: center;
    white-space: nowrap;
  }

  .desktop-nav a {
    font-size: clamp(0.7rem, 0.55rem + 0.25vw, 0.84rem);
  }

  .desktop-nav a:after {
    bottom: -12px;
  }

  .header-cta.button-primary {
    display: inline-flex;
    min-height: 48px;
    padding-inline: clamp(10px, 1vw, 17px);
    justify-content: center;
    font-size: clamp(0.7rem, 0.57rem + 0.2vw, 0.82rem);
    white-space: nowrap;
  }

  .menu-toggle,
  .mobile-nav {
    display: none;
  }
}
