/* v9 polar cloud — bright enterprise technology system */
:root {
  color-scheme: light;
  --bg: #eef6ff;
  --bg-soft: #e5f1ff;
  --panel: rgba(255, 255, 255, 0.82);
  --panel-2: #ffffff;
  --line: rgba(27, 78, 138, 0.13);
  --text: #102745;
  --muted: #617792;
  --blue: #176bff;
  --blue-2: #25bff3;
  --violet: #4985ff;
  --green: #19b889;
}

html,
body {
  background: #eef6ff;
}

body {
  color: var(--text);
  background:
    radial-gradient(circle at 8% 4%, rgba(80, 153, 255, 0.16), transparent 26%),
    radial-gradient(
      circle at 92% 18%,
      rgba(61, 205, 244, 0.12),
      transparent 24%
    ),
    linear-gradient(180deg, #f7fbff 0%, #edf6ff 42%, #f5faff 100%);
}

::selection {
  color: #ffffff;
  background: #176bff;
}

.page-noise {
  opacity: 0.025;
  mix-blend-mode: multiply;
}

.boot-screen {
  color: #102745;
  background: #edf6ff;
}

.boot-brand {
  color: #102745;
}

.boot-progress {
  border-color: rgba(23, 107, 255, 0.16);
  background: rgba(23, 107, 255, 0.06);
}

.boot-progress i {
  background: linear-gradient(90deg, #176bff, #25bff3);
  box-shadow: 0 0 20px rgba(23, 107, 255, 0.28);
}

.site-header .header-inner {
  border-color: rgba(39, 96, 159, 0.12);
  background: rgba(250, 253, 255, 0.76);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.9),
    0 16px 50px rgba(45, 91, 143, 0.08);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
}

.site-header.scrolled .header-inner {
  border-color: rgba(39, 96, 159, 0.17);
  background: rgba(250, 253, 255, 0.93);
  box-shadow:
    inset 0 1px #ffffff,
    0 18px 56px rgba(42, 82, 130, 0.12);
}

.brand-name,
.desktop-nav a,
.header-status {
  color: #17304f;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: #0c5deb;
  background: rgba(23, 107, 255, 0.08);
}

.header-status i,
.live-dot {
  background: #19c492;
  box-shadow: 0 0 13px rgba(25, 196, 146, 0.55);
}

.menu-toggle span {
  background: #17304f;
}

.mobile-menu {
  border-color: rgba(37, 86, 145, 0.12);
  background: rgba(248, 252, 255, 0.985);
  box-shadow: 0 28px 70px rgba(42, 82, 130, 0.14);
}

.mobile-menu a {
  color: #17304f;
}

.hero {
  background:
    radial-gradient(
      circle at 78% 28%,
      rgba(58, 129, 255, 0.13),
      transparent 31%
    ),
    linear-gradient(180deg, #f8fbff 0%, #edf5ff 62%, #e8f3ff 100%);
}

.hero-ambient::before {
  background:
    radial-gradient(
      ellipse at 74% 32%,
      rgba(59, 133, 255, 0.2),
      transparent 38%
    ),
    radial-gradient(
      ellipse at 18% 22%,
      rgba(43, 198, 241, 0.12),
      transparent 31%
    ),
    radial-gradient(
      ellipse at 54% 82%,
      rgba(55, 112, 255, 0.09),
      transparent 44%
    );
}

.hero-grid {
  opacity: 0.72;
  background-image:
    linear-gradient(rgba(37, 105, 177, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 105, 177, 0.075) 1px, transparent 1px);
  mask-image: linear-gradient(
    to bottom,
    transparent,
    black 32%,
    transparent 94%
  );
}

.orb-one {
  background: rgba(39, 118, 255, 0.16);
}

.orb-two {
  background: rgba(47, 202, 244, 0.14);
}

.eyebrow,
.section-index,
.mini-label {
  border-color: rgba(23, 107, 255, 0.16);
  color: #1766db;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
}

.hero-title,
.hero-title .title-line i {
  color: #102745;
}

.hero-title .title-accent i,
.hero h1 span,
.section-heading h2 span,
.download-copy h2 span,
.final-cta h2 span {
  background: linear-gradient(105deg, #0f58e6 0%, #2a83ff 52%, #20bde9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy > p,
.section-heading > p,
.centered-heading > p,
.faq-intro > p {
  color: #5d718b;
}

.button-primary {
  color: #ffffff;
  border-color: rgba(23, 107, 255, 0.3);
  background: linear-gradient(135deg, #115eea 0%, #1f82ff 60%, #28b8ee 100%);
  box-shadow:
    0 15px 36px rgba(23, 107, 255, 0.22),
    inset 0 1px rgba(255, 255, 255, 0.32);
}

.button-primary:hover {
  box-shadow:
    0 20px 44px rgba(23, 107, 255, 0.3),
    inset 0 1px rgba(255, 255, 255, 0.38);
}

.button-ghost {
  color: #183654;
  border-color: rgba(39, 92, 151, 0.16);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.9);
}

.button-ghost:hover {
  color: #0f5ad7;
  border-color: rgba(23, 107, 255, 0.28);
  background: #ffffff;
}

.play-dot {
  color: #176bff;
  background: rgba(23, 107, 255, 0.09);
}

.hero-notes li,
.stage-caption {
  color: #617994;
}

.hero-notes li {
  border-color: rgba(39, 92, 151, 0.11);
  background: rgba(255, 255, 255, 0.55);
}

.hero-notes li i {
  background: #2fbfea;
  box-shadow: 0 0 10px rgba(47, 191, 234, 0.45);
}

.stage-halo {
  background: radial-gradient(circle, rgba(38, 123, 255, 0.2), transparent 68%);
  filter: blur(18px);
}

.console-window {
  color: #eef8ff;
  border-color: rgba(85, 172, 255, 0.35);
  background:
    radial-gradient(
      circle at 80% 0%,
      rgba(61, 122, 255, 0.22),
      transparent 34%
    ),
    linear-gradient(155deg, #123c6a 0%, #092746 72%, #08213d 100%);
  box-shadow:
    0 42px 100px rgba(31, 77, 127, 0.2),
    -12px 24px 70px rgba(42, 130, 255, 0.16),
    inset 0 1px rgba(255, 255, 255, 0.12);
}

.console-window strong,
.console-window .console-logo,
.console-window .console-heading strong,
.float-card strong,
.command-toast strong {
  color: #f4fbff;
}

.console-window small,
.console-window .console-live,
.float-card small,
.command-toast small {
  color: #92b2d0;
}

.console-topbar,
.console-sidebar,
.device-card {
  border-color: rgba(135, 199, 255, 0.16);
}

.console-content,
.device-card {
  background-color: rgba(5, 27, 51, 0.54);
}

.device-card:hover {
  border-color: rgba(91, 185, 255, 0.38);
  background-color: rgba(13, 50, 86, 0.68);
}

.float-card,
.command-toast {
  color: #eaf7ff;
  border-color: rgba(105, 187, 255, 0.28);
  background: rgba(8, 38, 70, 0.92);
  box-shadow: 0 20px 48px rgba(14, 53, 94, 0.22);
}

.hero-metrics {
  border-color: rgba(37, 91, 151, 0.12);
  background: rgba(255, 255, 255, 0.74);
  box-shadow:
    0 22px 60px rgba(47, 91, 142, 0.09),
    inset 0 1px #ffffff;
  backdrop-filter: blur(18px);
}

.hero-metrics > div:not(:last-child) {
  border-color: rgba(35, 89, 149, 0.11);
}

.hero-metrics strong {
  color: #102745;
}

.hero-metrics span {
  color: #687d96;
}

.signal-strip {
  color: rgba(255, 255, 255, 0.78);
  border-color: rgba(23, 107, 255, 0.12);
  background: linear-gradient(90deg, #115eea, #197eea 54%, #119ec9);
  box-shadow: 0 16px 38px rgba(20, 96, 202, 0.16);
}

.signal-track span i {
  background: #a8f1ff;
  box-shadow: 0 0 12px rgba(168, 241, 255, 0.75);
}

.product-section,
.pricing-section,
.faq-section {
  background:
    radial-gradient(
      circle at 86% 4%,
      rgba(64, 145, 255, 0.08),
      transparent 28%
    ),
    linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
}

.section-heading h2,
.centered-heading h2,
.faq-intro h2 {
  color: #102745;
}

.product-showcase {
  border-color: rgba(37, 90, 150, 0.12);
  background:
    radial-gradient(circle at 4% 0%, rgba(54, 133, 255, 0.08), transparent 31%),
    rgba(255, 255, 255, 0.86);
  box-shadow:
    0 34px 90px rgba(43, 88, 139, 0.1),
    inset 0 1px #ffffff;
}

.showcase-copy h3,
.showcase-copy li strong,
.showcase-panel,
.showcase-panel strong,
.table-row b {
  color: #17314f;
}

.showcase-copy p,
.showcase-copy li span,
.table-row,
.panel-foot {
  color: #657992;
}

.showcase-copy li b {
  color: #176bff;
  border-color: rgba(23, 107, 255, 0.14);
  background: rgba(23, 107, 255, 0.07);
}

.showcase-panel {
  border-color: rgba(35, 89, 149, 0.13);
  background: linear-gradient(155deg, #f7fbff, #edf5ff);
  box-shadow: inset 0 1px #ffffff;
}

.panel-top,
.panel-toolbar,
.table-row,
.panel-foot {
  border-color: rgba(37, 89, 145, 0.1);
}

.search-fake,
.filter-fake {
  color: #667c95;
  border-color: rgba(37, 89, 145, 0.11);
  background: rgba(255, 255, 255, 0.7);
}

.add-fake,
.online-pill {
  color: #0e69e6;
  background: rgba(23, 107, 255, 0.09);
}

.table-row:not(.table-head):hover,
.table-row.active-row {
  background: rgba(23, 107, 255, 0.055);
}

.arrow-link {
  color: #0e63df;
}

.capability-section {
  background:
    radial-gradient(
      circle at 50% 6%,
      rgba(52, 132, 255, 0.09),
      transparent 30%
    ),
    linear-gradient(180deg, #eaf4ff 0%, #f5faff 52%, #eaf4ff 100%);
}

.bento-grid .bento-card,
.bento-grid .bento-card.bento-ai {
  color: #17314f;
  border-color: rgba(35, 87, 145, 0.12);
  background:
    radial-gradient(
      circle at 88% 8%,
      rgba(46, 126, 255, 0.07),
      transparent 34%
    ),
    rgba(255, 255, 255, 0.84) !important;
  box-shadow:
    0 24px 60px rgba(39, 81, 130, 0.08),
    inset 0 1px #ffffff;
}

.bento-grid .bento-card:hover {
  border-color: rgba(23, 107, 255, 0.22);
  box-shadow:
    0 32px 72px rgba(35, 85, 143, 0.13),
    inset 0 1px #ffffff;
}

.bento-copy h3,
.android-specs strong,
.latency-ring strong {
  color: #17314f;
}

.bento-copy p,
.capability-code,
.android-specs small,
.uptime-top,
.uptime-foot {
  color: #657b94;
}

.feature-symbol {
  color: #1264dd;
  border-color: rgba(23, 107, 255, 0.15);
  background: rgba(23, 107, 255, 0.07);
}

.capability-code i {
  background: #24bce9;
  box-shadow: 0 0 10px rgba(36, 188, 233, 0.46);
}

.uptime-visual,
.android-specs span {
  border-color: rgba(35, 88, 147, 0.12);
  background: linear-gradient(155deg, #f8fbff, #edf5ff);
}

.wave-chart b,
.command-lines i {
  background: linear-gradient(180deg, #4c99ff, #176bff);
  box-shadow: 0 4px 12px rgba(23, 107, 255, 0.16);
}

.scene-section {
  background:
    radial-gradient(circle at 8% 8%, rgba(41, 145, 255, 0.12), transparent 29%),
    radial-gradient(
      circle at 92% 78%,
      rgba(35, 193, 235, 0.1),
      transparent 31%
    ),
    linear-gradient(180deg, #eaf4ff 0%, #dfeeff 55%, #edf6ff 100%);
}

.scene-section::after {
  opacity: 0.46;
  background-image:
    linear-gradient(rgba(45, 105, 170, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45, 105, 170, 0.075) 1px, transparent 1px);
}

.scene-section .split-heading > p {
  color: #5f7690;
  border-color: rgba(36, 89, 148, 0.12);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px #ffffff;
}

.scene-card {
  color: #17314f;
  border-color: rgba(37, 89, 147, 0.13);
  background:
    radial-gradient(
      circle at 84% 2%,
      rgba(var(--scene-accent), 0.1),
      transparent 34%
    ),
    rgba(255, 255, 255, 0.87);
  box-shadow:
    0 28px 64px rgba(37, 82, 133, 0.09),
    inset 0 1px #ffffff;
  backdrop-filter: blur(14px);
}

.scene-card::before {
  opacity: 0.14;
}

.scene-card:hover {
  border-color: rgba(var(--scene-accent), 0.34);
  box-shadow:
    0 34px 76px rgba(37, 82, 133, 0.14),
    0 0 46px rgba(var(--scene-accent), 0.07),
    inset 0 1px #ffffff;
}

.scene-card .scene-no {
  color: #0e64de;
  border-color: rgba(var(--scene-accent), 0.2);
  background: rgba(var(--scene-accent), 0.08);
}

.scene-live {
  color: #6b8198;
}

.scene-card .scene-art {
  border-color: rgba(var(--scene-accent), 0.16);
  background:
    linear-gradient(rgba(var(--scene-accent), 0.065) 1px, transparent 1px),
    linear-gradient(
      90deg,
      rgba(var(--scene-accent), 0.065) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 50% 42%,
      rgba(var(--scene-accent), 0.14),
      transparent 48%
    ),
    linear-gradient(155deg, #edf6ff, #deedff);
  background-size:
    26px 26px,
    26px 26px,
    auto,
    auto;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
}

.scene-card h3 {
  color: #17314f;
}

.scene-card p,
.scene-card li {
  color: #617790;
}

.scene-card .office-art i {
  border-color: rgba(23, 107, 255, 0.32);
  background:
    radial-gradient(
      circle at 50% 25%,
      rgba(68, 158, 255, 0.24),
      transparent 43%
    ),
    linear-gradient(145deg, #dfeeff, #bcd9ff);
  box-shadow: 0 20px 38px rgba(45, 99, 158, 0.16);
}

.scene-card .office-art b,
.scene-card .office-art em {
  border-color: rgba(23, 107, 255, 0.52);
  background: linear-gradient(155deg, #eaf5ff, #bddcff);
  box-shadow: 0 12px 24px rgba(45, 99, 158, 0.15);
}

.scene-card .game-art i {
  border-color: rgba(23, 107, 255, 0.26);
  background: linear-gradient(155deg, rgba(71, 145, 255, 0.28), #d8e9ff 76%);
  box-shadow: 0 18px 34px rgba(44, 94, 151, 0.16);
}

.scene-card .game-art i:nth-child(2) {
  background: linear-gradient(155deg, rgba(43, 196, 239, 0.28), #d5ebff 76%);
}

.scene-card .commerce-art i {
  border-color: rgba(23, 107, 255, 0.2);
  background:
    linear-gradient(rgba(var(--scene-accent), 0.09) 1px, transparent 1px),
    linear-gradient(
      90deg,
      rgba(var(--scene-accent), 0.09) 1px,
      transparent 1px
    ),
    rgba(var(--scene-accent), 0.1);
  background-size: 14px 14px;
  box-shadow: 0 16px 30px rgba(45, 96, 154, 0.14);
}

.pricing-toggle {
  border-color: rgba(36, 88, 147, 0.13);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 1px #ffffff;
}

.pricing-toggle button {
  color: #657a93;
}

.pricing-toggle button.active {
  color: #ffffff;
  background: linear-gradient(135deg, #176bff, #278bea);
  box-shadow: 0 8px 18px rgba(23, 107, 255, 0.2);
}

.price-card {
  color: #17314f;
  border-color: rgba(36, 88, 147, 0.12);
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 24px 58px rgba(40, 83, 132, 0.08),
    inset 0 1px #ffffff;
}

.price-card h3,
.price-card .price strong,
.price-card .price sup {
  color: #17314f;
}

.price-card p,
.price-card li,
.price-card .price span,
.unit-price {
  color: #667b94;
}

.plan-tag {
  color: #0f65df;
  border-color: rgba(23, 107, 255, 0.14);
  background: rgba(23, 107, 255, 0.07);
}

.price-card.featured {
  color: #ffffff;
  border-color: rgba(111, 190, 255, 0.48);
  background:
    radial-gradient(
      circle at 50% -10%,
      rgba(112, 214, 255, 0.28),
      transparent 42%
    ),
    linear-gradient(155deg, #1467e9 0%, #0e4fbd 62%, #0b419b 100%);
  box-shadow: 0 30px 76px rgba(19, 91, 196, 0.23);
}

.price-card.featured h3,
.price-card.featured .price strong,
.price-card.featured .price sup,
.price-card.featured li {
  color: #ffffff;
}

.price-card.featured p,
.price-card.featured .price span,
.price-card.featured .unit-price {
  color: rgba(232, 245, 255, 0.76);
}

.price-card.featured .plan-tag {
  color: #bcefff;
  border-color: rgba(187, 237, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
}

.price-card.featured .button-primary {
  color: #0d54c1;
  border-color: rgba(255, 255, 255, 0.72);
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(4, 39, 94, 0.2);
}

.download-section {
  background: linear-gradient(180deg, #eef6ff 0%, #e5f1ff 100%);
}

.download-wrap {
  color: #ffffff;
  border-color: rgba(100, 190, 255, 0.28);
  background:
    radial-gradient(circle at 8% 8%, rgba(84, 207, 255, 0.24), transparent 34%),
    radial-gradient(
      circle at 92% 18%,
      rgba(82, 129, 255, 0.25),
      transparent 36%
    ),
    linear-gradient(135deg, #105ddc 0%, #0f4db5 54%, #0b3a88 100%);
  box-shadow: 0 34px 86px rgba(24, 85, 166, 0.2);
}

.download-copy h2,
.download-copy h2 span {
  color: #ffffff;
  background: none;
  -webkit-text-fill-color: #ffffff;
}

.download-copy p {
  color: rgba(231, 244, 255, 0.78);
}

.download-wrap .section-index {
  color: #b9efff;
  border-color: rgba(191, 238, 255, 0.24);
  background: rgba(255, 255, 255, 0.09);
}

.download-cards article {
  color: #ffffff;
  border-color: rgba(200, 236, 255, 0.18);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12);
}

.download-cards article:hover {
  border-color: rgba(205, 240, 255, 0.34);
  background: rgba(255, 255, 255, 0.14);
}

.download-cards h3,
.download-cards a {
  color: #ffffff;
}

.download-cards small,
.download-cards p {
  color: rgba(226, 242, 255, 0.72);
}

.platform-icon {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.11);
}

.quickstart {
  color: #17314f;
  border-color: rgba(36, 88, 147, 0.12);
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 24px 62px rgba(38, 80, 128, 0.08),
    inset 0 1px #ffffff;
}

.quickstart h3,
.quickstart-steps strong {
  color: #17314f;
}

.quickstart p,
.quickstart-steps small {
  color: #667c95;
}

.quickstart-steps li {
  border-color: rgba(36, 88, 147, 0.11);
  background: linear-gradient(145deg, #fbfdff, #eef6ff);
}

.quickstart-steps b {
  color: #176bff;
  background: rgba(23, 107, 255, 0.08);
}

.faq-item {
  border-color: rgba(36, 88, 147, 0.12);
  background: rgba(255, 255, 255, 0.66);
}

.faq-item:hover,
.faq-item.open {
  border-color: rgba(23, 107, 255, 0.19);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(41, 83, 131, 0.07);
}

.faq-item button {
  color: #17314f;
}

.faq-answer p {
  color: #637991;
}

.faq-item button i::before,
.faq-item button i::after {
  background: #176bff;
}

.final-cta {
  padding: 110px 0;
  background:
    radial-gradient(
      circle at 12% 12%,
      rgba(42, 139, 255, 0.1),
      transparent 28%
    ),
    linear-gradient(180deg, #e5f1ff 0%, #f5faff 100%);
}

.final-cta::before {
  opacity: 0.38;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(68, 158, 255, 0.22),
    transparent 56%
  );
}

.final-cta-inner {
  overflow: hidden;
  padding: 82px 60px 56px;
  border: 1px solid rgba(105, 187, 255, 0.28);
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 18% 5%,
      rgba(77, 211, 255, 0.23),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(83, 126, 255, 0.26),
      transparent 36%
    ),
    linear-gradient(140deg, #1269e9 0%, #0e51bd 55%, #0a3c90 100%);
  box-shadow: 0 38px 96px rgba(24, 85, 166, 0.2);
}

.final-cta h2,
.final-cta h2 span {
  color: #ffffff;
  background: none;
  -webkit-text-fill-color: #ffffff;
}

.final-cta p {
  color: rgba(231, 244, 255, 0.8);
}

.final-cta .section-index {
  color: #bdf2ff;
  border-color: rgba(202, 242, 255, 0.23);
  background: rgba(255, 255, 255, 0.09);
}

.final-cta .button-primary {
  color: #0e55c2;
  border-color: rgba(255, 255, 255, 0.72);
  background: #ffffff;
  box-shadow: 0 15px 36px rgba(3, 38, 92, 0.2);
}

.final-cta .button-ghost {
  color: #ffffff;
  border-color: rgba(216, 243, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
}

.contact-card {
  color: #ffffff;
  border-color: rgba(206, 239, 255, 0.2);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
}

.contact-card:hover {
  border-color: rgba(218, 245, 255, 0.38);
  background: rgba(255, 255, 255, 0.14);
}

.contact-card strong {
  color: #ffffff;
}

.contact-card small,
.contact-card span {
  color: rgba(227, 243, 255, 0.75);
}

.cta-orbit i {
  border-color: rgba(177, 228, 255, 0.16);
}

.site-footer {
  color: #617791;
  border-color: rgba(36, 88, 147, 0.11);
  background: #f8fbff;
}

.footer-brand p,
.footer-nav a,
.footer-nav span,
.footer-bottom {
  color: #687d95;
}

.footer-nav strong,
.site-footer .brand-name {
  color: #17314f;
}

.footer-nav a:hover {
  color: #176bff;
}

@media (max-width: 960px) {
  .final-cta-inner {
    padding: 68px 34px 40px;
    border-radius: 28px;
  }
}

@media (max-width: 620px) {
  .site-header .header-inner {
    background: rgba(250, 253, 255, 0.92);
  }

  .hero {
    background: linear-gradient(180deg, #f8fbff 0%, #edf5ff 100%);
  }

  .scene-card {
    min-height: 458px;
  }

  .final-cta {
    padding: 72px 0;
  }

  .final-cta-inner {
    padding: 54px 20px 28px;
    border-radius: 24px;
  }
}

/* v5.4 brand entrance, pricing badge and FAQ refinement */
.boot-screen {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  grid-template-rows: auto auto auto;
  place-content: center;
  justify-items: center;
  gap: 18px;
  overflow: hidden;
  color: #102b4d;
  background: transparent;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  isolation: isolate;
  transition: visibility 0s linear 0.82s;
}

.boot-screen::before,
.boot-screen::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 50.5%;
  left: 0;
  pointer-events: none;
  transition: transform 0.78s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}

.boot-screen::before {
  top: 0;
  background:
    radial-gradient(circle at 50% 100%, rgba(60, 141, 255, 0.15), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #edf5ff 100%);
}

.boot-screen::after {
  bottom: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(40, 193, 239, 0.1), transparent 34%),
    linear-gradient(180deg, #edf5ff 0%, #e8f3ff 100%);
}

.boot-grid {
  position: absolute;
  z-index: 0;
  width: min(760px, 92vw);
  height: min(560px, 82vh);
  left: 50%;
  top: 50%;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(45, 107, 181, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45, 107, 181, 0.065) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse at center, #000 10%, transparent 68%);
  transform: translate(-50%, -50%) perspective(500px) rotateX(58deg) scale(1.18);
  transform-origin: center 62%;
  transition: opacity 0.32s ease, transform 0.7s ease;
}

.boot-network {
  position: relative;
  z-index: 2;
  width: 280px;
  height: 190px;
  animation: bootNetworkIn 0.75s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.boot-mark {
  position: absolute;
  width: 78px;
  height: 78px;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  border: 1px solid rgba(78, 147, 241, 0.26);
  border-radius: 25px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(222, 238, 255, 0.92));
  box-shadow:
    0 24px 70px rgba(34, 100, 190, 0.2),
    inset 0 1px #ffffff;
  transform: translate(-50%, -50%);
  animation: bootCoreFloat 2.4s ease-in-out infinite;
}

.boot-mark::before,
.boot-mark::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(49, 125, 231, 0.14);
  border-radius: 31px;
  animation: bootCoreRing 1.7s ease-out infinite;
}

.boot-mark::after {
  animation-delay: 0.56s;
}

.boot-mark span {
  width: 25px;
  height: 40px;
  border: 2px solid #256ed8;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(89, 166, 255, 0.12), rgba(38, 111, 221, 0.03));
}

.boot-mark i {
  position: absolute;
  width: 7px;
  height: 2px;
  bottom: 21px;
  border-radius: 4px;
  background: #27bce7;
  box-shadow: 0 0 10px rgba(39, 188, 231, 0.72);
}

.boot-node {
  position: absolute;
  z-index: 2;
  min-width: 82px;
  height: 34px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(47, 111, 196, 0.14);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow:
    0 12px 30px rgba(34, 85, 149, 0.09),
    inset 0 1px #ffffff;
  backdrop-filter: blur(12px);
  animation: bootNodeIn 0.58s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.boot-node > i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border: 2px solid #3b8cff;
  border-radius: 3px;
  background: #dcecff;
  box-shadow: 0 0 0 4px rgba(59, 140, 255, 0.08);
}

.boot-node em {
  color: #5e7591;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.boot-node-nw {
  left: 0;
  top: 10px;
  animation-delay: 0.08s;
}

.boot-node-ne {
  right: 0;
  top: 10px;
  animation-delay: 0.16s;
}

.boot-node-sw {
  left: 0;
  bottom: 10px;
  animation-delay: 0.24s;
}

.boot-node-se {
  right: 0;
  bottom: 10px;
  animation-delay: 0.32s;
}

.boot-link {
  position: absolute;
  z-index: 1;
  width: 82px;
  height: 1px;
  overflow: hidden;
  background: rgba(55, 127, 222, 0.16);
}

.boot-link::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 100%;
  left: -34px;
  top: 0;
  background: linear-gradient(90deg, transparent, #3089ff, transparent);
  animation: bootDataFlow 0.72s ease-in-out infinite;
}

.boot-link-nw {
  left: 65px;
  top: 65px;
  transform: rotate(34deg);
}

.boot-link-ne {
  right: 65px;
  top: 65px;
  transform: rotate(-34deg);
}

.boot-link-sw {
  left: 65px;
  bottom: 65px;
  transform: rotate(-34deg);
}

.boot-link-se {
  right: 65px;
  bottom: 65px;
  transform: rotate(34deg);
}

.boot-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: bootCopyIn 0.62s 0.18s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.boot-copy small {
  margin: 0 0 9px;
  color: #3974be;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.24em;
}

.boot-copy strong {
  color: #102b4d;
  font-size: 25px;
  font-weight: 820;
  letter-spacing: -0.04em;
}

.boot-copy p {
  margin: 7px 0 0;
  color: #6a809a;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.boot-loader {
  position: relative;
  z-index: 2;
  width: min(350px, 76vw);
  animation: bootCopyIn 0.55s 0.28s ease both;
}

.boot-track {
  width: 100%;
  height: 4px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(41, 112, 207, 0.12);
  border-radius: 999px;
  background: rgba(31, 105, 206, 0.07);
}

.boot-track i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #286fff, #28bff1 72%, #79dfff);
  box-shadow: 0 0 18px rgba(40, 137, 255, 0.35);
  transform: scaleX(0);
  transform-origin: left;
  animation: bootTrackFill 0.9s 0.12s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.boot-status {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7a8ea6;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.boot-status span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.boot-status span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #21c894;
  box-shadow: 0 0 0 4px rgba(33, 200, 148, 0.1), 0 0 12px rgba(33, 200, 148, 0.45);
}

.boot-status b {
  color: #2871d8;
  font-size: 7px;
  letter-spacing: 0.14em;
}

.site-ready .boot-screen {
  display: grid;
}

.boot-screen.is-leaving {
  pointer-events: none;
  visibility: hidden;
}

.boot-screen.is-leaving::before {
  transform: translateY(-102%);
}

.boot-screen.is-leaving::after {
  transform: translateY(102%);
}

.boot-screen.is-leaving .boot-network,
.boot-screen.is-leaving .boot-copy,
.boot-screen.is-leaving .boot-loader {
  opacity: 0;
  transform: scale(0.96) translateY(-6px);
  transition: opacity 0.24s ease, transform 0.32s ease;
}

.boot-screen.is-leaving .boot-grid {
  opacity: 0;
  transform: translate(-50%, -50%) perspective(500px) rotateX(58deg) scale(1.42);
}

.boot-screen.is-hidden,
.site-ready .boot-screen.is-hidden {
  display: none;
}

.price-card > .recommended {
  position: absolute;
  width: auto;
  max-width: calc(100% - 48px);
  min-height: 28px;
  inset: 24px 24px auto auto;
  z-index: 4;
  padding: 0 11px 0 9px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0b56c5;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 10px 26px rgba(5, 45, 105, 0.18),
    inset 0 1px #ffffff;
  font-size: 8px;
  font-weight: 820;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
  backdrop-filter: blur(12px);
}

.price-card > .recommended::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #24c89a;
  box-shadow: 0 0 0 4px rgba(36, 200, 154, 0.1);
}

.price-card.featured > div:first-of-type {
  padding-right: 94px;
}

.faq-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 20%, rgba(59, 142, 255, 0.12), transparent 27%),
    radial-gradient(circle at 88% 76%, rgba(44, 197, 237, 0.09), transparent 24%),
    linear-gradient(180deg, #eef6ff 0%, #f7fbff 100%);
}

.faq-section::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  left: -250px;
  bottom: -250px;
  border: 1px solid rgba(49, 120, 218, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(49, 120, 218, 0.02);
  pointer-events: none;
}

.faq-layout {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.38fr);
  align-items: stretch;
  gap: 24px;
}

.faq-intro {
  position: relative;
  min-height: 455px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(105, 190, 255, 0.3);
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 12%, rgba(99, 218, 255, 0.24), transparent 27%),
    radial-gradient(circle at 8% 94%, rgba(90, 113, 255, 0.25), transparent 36%),
    linear-gradient(150deg, #176de9 0%, #0e55bb 58%, #0b3d89 100%);
  box-shadow:
    0 28px 74px rgba(20, 89, 182, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.18);
}

.faq-intro::before,
.faq-intro::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.faq-intro::before {
  width: 220px;
  height: 220px;
  right: -100px;
  bottom: -90px;
  border: 1px solid rgba(177, 230, 255, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(176, 226, 255, 0.045),
    0 0 0 68px rgba(176, 226, 255, 0.025);
}

.faq-intro::after {
  width: 8px;
  height: 8px;
  right: 72px;
  bottom: 77px;
  border-radius: 50%;
  background: #70e2ff;
  box-shadow:
    -42px 28px 0 rgba(112, 226, 255, 0.44),
    29px 39px 0 rgba(112, 226, 255, 0.3),
    0 0 22px rgba(112, 226, 255, 0.8);
}

.faq-intro .section-index {
  position: relative;
  z-index: 1;
  color: #d8f3ff;
  border-color: rgba(214, 242, 255, 0.24);
  background: rgba(255, 255, 255, 0.09);
}

.faq-intro h2 {
  position: relative;
  z-index: 1;
  margin: 26px 0 16px;
  color: #ffffff;
  font-size: clamp(34px, 3.1vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.055em;
}

.faq-intro > p {
  position: relative;
  z-index: 1;
  max-width: 320px;
  margin: 0 0 30px;
  color: rgba(226, 243, 255, 0.76);
  font-size: 13px;
  line-height: 1.85;
}

.faq-intro .arrow-link {
  position: relative;
  z-index: 1;
  width: max-content;
  min-height: 43px;
  padding: 0 7px 0 17px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12);
  font-size: 11px;
  font-weight: 760;
  backdrop-filter: blur(12px);
}

.faq-intro .arrow-link span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0e5ac4;
  background: #ffffff;
  transition: transform 0.3s ease;
}

.faq-intro .arrow-link:hover span {
  transform: rotate(45deg);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  counter-reset: faq-item;
}

.faq-item {
  position: relative;
  overflow: hidden;
  counter-increment: faq-item;
  border: 1px solid rgba(38, 91, 151, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 14px 38px rgba(41, 83, 131, 0.06),
    inset 0 1px #ffffff;
  transition:
    border-color 0.34s ease,
    background 0.34s ease,
    box-shadow 0.34s ease,
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item:last-child {
  border-bottom: 1px solid rgba(38, 91, 151, 0.13);
}

.faq-item:hover {
  transform: translateX(4px);
  border-color: rgba(23, 107, 255, 0.24);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 48px rgba(36, 81, 134, 0.1);
}

.faq-item.open {
  border-color: rgba(23, 107, 255, 0.26);
  background:
    radial-gradient(circle at 96% 0%, rgba(44, 176, 245, 0.09), transparent 31%),
    linear-gradient(145deg, #ffffff, #f3f8ff);
  box-shadow:
    0 24px 58px rgba(35, 84, 144, 0.12),
    inset 3px 0 #2478ef;
}

.faq-item button {
  width: 100%;
  min-height: 84px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 16px;
  color: #173351;
  font-size: 15px;
  font-weight: 750;
  text-align: left;
}

.faq-item button::before {
  content: "0" counter(faq-item);
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 107, 255, 0.13);
  border-radius: 12px;
  color: #2a70d3;
  background: rgba(23, 107, 255, 0.06);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.faq-item.open button::before {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(145deg, #176bff, #38a4ee);
  box-shadow: 0 9px 22px rgba(23, 107, 255, 0.2);
}

.faq-item button > i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 107, 255, 0.12);
  border-radius: 50%;
  background: rgba(23, 107, 255, 0.055);
  transition: background 0.3s ease, transform 0.35s ease;
}

.faq-item button i::before,
.faq-item button i::after {
  background: #176bff;
}

.faq-item.open button > i {
  background: rgba(23, 107, 255, 0.1);
  transform: rotate(180deg);
}

.faq-answer > p {
  margin: 0;
  padding: 0 72px 0 78px;
  color: #637a94;
  font-size: 13px;
  line-height: 1.85;
}

.faq-item.open .faq-answer > p {
  padding-bottom: 25px;
}

@keyframes bootNetworkIn {
  from {
    opacity: 0;
    transform: scale(0.82);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes bootNodeIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes bootCoreFloat {
  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-4px);
  }
}

@keyframes bootCoreRing {
  0% {
    opacity: 0.55;
    transform: scale(0.88);
  }
  100% {
    opacity: 0;
    transform: scale(1.22);
  }
}

@keyframes bootDataFlow {
  to {
    left: calc(100% + 12px);
  }
}

@keyframes bootCopyIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bootTrackFill {
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 960px) {
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-intro {
    min-height: 330px;
  }
}

@media (max-width: 620px) {
  .boot-network {
    width: 260px;
    transform: scale(0.9);
  }

  .boot-node {
    min-width: 75px;
  }

  .price-card > .recommended {
    inset: 20px 20px auto auto;
  }

  .price-card.featured > div:first-of-type {
    padding-right: 88px;
  }

  .faq-intro {
    min-height: 310px;
    padding: 30px 26px;
    border-radius: 24px;
  }

  .faq-item button {
    min-height: 76px;
    padding: 17px;
    grid-template-columns: 34px minmax(0, 1fr) 32px;
    gap: 11px;
    font-size: 13px;
  }

  .faq-item button::before,
  .faq-item button > i {
    width: 32px;
    height: 32px;
  }

  .faq-answer > p {
    padding-inline: 63px 50px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .boot-screen,
  .site-ready .boot-screen {
    display: none !important;
  }

  .faq-item,
  .faq-intro .arrow-link span {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scene-section::after,
  .scene-card::after,
  .scene-live i,
  .scene-card .scene-art::after,
  .scene-card .office-art i,
  .scene-card .game-art i,
  .scene-card .commerce-art i {
    animation: none !important;
  }
}

/* v5.2 high-contrast capability cards */
.capability-section {
  background:
    radial-gradient(
      circle at 50% 8%,
      rgba(62, 139, 255, 0.11),
      transparent 28%
    ),
    linear-gradient(180deg, #edf6ff 0%, #f8fbff 48%, #edf6ff 100%);
}

.capability-section::before {
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(45, 105, 170, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45, 105, 170, 0.055) 1px, transparent 1px);
}

.capability-section::after {
  background: radial-gradient(
    circle,
    rgba(54, 126, 255, 0.11),
    transparent 67%
  );
}

.capability-section .section-heading {
  margin-bottom: 46px;
}

.capability-section .section-heading h2 {
  color: #112b4c;
  text-shadow: none;
}

.capability-section .section-heading h2 span {
  background: linear-gradient(105deg, #185fdc 0%, #327fff 58%, #24acd9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.capability-section .section-heading > p {
  color: #5c728d;
  font-size: 15px;
}

.bento-grid {
  grid-auto-rows: 354px;
  gap: 20px;
}

.bento-grid .bento-card,
.bento-grid .bento-card.bento-ai {
  padding: 24px;
  overflow: hidden;
  border-color: rgba(39, 91, 150, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 92% 3%,
      rgba(var(--card-accent), 0.11),
      transparent 34%
    ),
    linear-gradient(155deg, #ffffff 0%, #f8fbff 100%) !important;
  box-shadow:
    0 20px 50px rgba(38, 81, 130, 0.08),
    0 4px 12px rgba(38, 81, 130, 0.04),
    inset 0 1px #ffffff;
}

.bento-grid .bento-card::before {
  opacity: 0.22;
  background: radial-gradient(
    380px circle at var(--mx, 50%) var(--my, 50%),
    rgba(var(--card-accent), 0.13),
    transparent 64%
  );
}

.bento-grid .bento-card::after {
  height: 2px;
  opacity: 0.9;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(var(--card-accent), 0.35),
    rgb(var(--card-accent)),
    transparent
  );
  box-shadow: 0 0 16px rgba(var(--card-accent), 0.38);
}

.bento-grid .bento-card:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--card-accent), 0.3);
  box-shadow:
    0 30px 68px rgba(36, 82, 135, 0.14),
    0 0 40px rgba(var(--card-accent), 0.06),
    inset 0 1px #ffffff;
}

.bento-grid .capability-meta {
  min-height: 44px;
}

.bento-grid .feature-symbol {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(var(--card-accent), 0.28);
  color: rgb(var(--card-accent));
  background: linear-gradient(
    145deg,
    rgba(var(--card-accent), 0.15),
    rgba(var(--card-accent), 0.045)
  );
  box-shadow:
    0 8px 20px rgba(var(--card-accent), 0.09),
    inset 0 1px rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.bento-grid .capability-code {
  color: #526a84;
  font-size: 7.5px;
  opacity: 1;
}

.bento-grid .capability-code i {
  background: rgb(var(--card-accent));
  box-shadow: 0 0 10px rgba(var(--card-accent), 0.58);
}

.bento-grid .bento-copy {
  margin-top: 18px;
}

.bento-grid .bento-card h3 {
  margin-bottom: 9px;
  color: #15314f;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: #15314f;
  text-shadow: none;
  opacity: 1;
  font-size: 21px;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.bento-grid .bento-card p {
  color: #60758e;
  opacity: 1;
  font-size: 12.5px;
  line-height: 1.72;
}

.bento-grid .capability-visual {
  border-color: rgba(var(--card-accent), 0.18);
}

.bento-grid .uptime-visual {
  min-height: 118px;
  padding: 13px 14px 10px;
  border: 1px solid rgba(var(--card-accent), 0.18);
  background:
    linear-gradient(180deg, rgba(var(--card-accent), 0.07), transparent 55%),
    linear-gradient(150deg, #edf6ff, #dcecff);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.95),
    0 12px 28px rgba(43, 91, 145, 0.07);
}

.bento-grid .uptime-top,
.bento-grid .uptime-foot {
  color: #59718b;
  opacity: 1;
}

.bento-grid .uptime-top em {
  color: #158565;
}

.bento-grid .uptime-top em i {
  background: #1dbd8d;
  box-shadow: 0 0 8px rgba(29, 189, 141, 0.5);
}

.bento-grid .wave-chart {
  background-image: linear-gradient(
    rgba(45, 105, 170, 0.08) 1px,
    transparent 1px
  );
}

.bento-grid .wave-chart b {
  background: linear-gradient(
    to top,
    rgba(var(--card-accent), 0.35),
    rgb(var(--card-accent))
  );
  box-shadow: 0 5px 14px rgba(var(--card-accent), 0.18);
}

.bento-grid .mini-device-stack {
  height: 116px;
}

.bento-grid .mini-device-stack i,
.bento-grid .mini-device-stack i:nth-child(3) {
  border-color: rgba(var(--card-accent), 0.34);
  background:
    radial-gradient(
      circle at 50% 24%,
      rgba(97, 194, 255, 0.38),
      transparent 28%
    ),
    linear-gradient(160deg, #246bc7, #0d376f 76%);
  box-shadow:
    0 18px 32px rgba(35, 77, 126, 0.22),
    inset 0 1px rgba(255, 255, 255, 0.16);
}

.bento-grid .mini-device-stack i::before {
  border-color: rgba(204, 237, 255, 0.18);
  background:
    linear-gradient(rgba(184, 226, 255, 0.1) 1px, transparent 1px),
    rgba(7, 32, 67, 0.42);
  background-size: 100% 15px;
}

.bento-grid .mini-device-stack i::after {
  background: #8bdcff;
}

.bento-grid .latency-ring {
  width: 116px;
  height: 116px;
  border-color: rgba(var(--card-accent), 0.13);
  background:
    radial-gradient(circle, rgba(var(--card-accent), 0.12), transparent 68%),
    #f2f8ff;
  box-shadow:
    0 16px 32px rgba(43, 90, 143, 0.08),
    inset 0 1px #ffffff;
}

.bento-grid .latency-ring::before {
  border-top-color: rgb(var(--card-accent));
  border-right-color: rgba(var(--card-accent), 0.38);
}

.bento-grid .latency-ring > i {
  border-color: rgba(var(--card-accent), 0.46);
}

.bento-grid .latency-ring strong {
  color: #15314f;
  -webkit-text-fill-color: #15314f;
}

.bento-grid .latency-ring strong small {
  color: #698099;
}

.bento-grid .command-lines {
  min-height: 112px;
  border-color: rgba(102, 185, 255, 0.25);
  background:
    radial-gradient(circle at 80% 0%, rgba(80, 202, 255, 0.2), transparent 40%),
    linear-gradient(145deg, #175fca, #0b3d88);
  box-shadow:
    0 16px 32px rgba(20, 78, 153, 0.17),
    inset 0 1px rgba(255, 255, 255, 0.13);
}

.bento-grid .command-lines::before {
  color: rgba(215, 240, 255, 0.66);
}

.bento-grid .command-lines i {
  background: linear-gradient(90deg, #b9ecff, #55b8ff, #d1f5ff);
  box-shadow: 0 0 12px rgba(117, 204, 255, 0.24);
}

.bento-grid .shield-visual {
  width: 106px;
  height: 116px;
  border-color: rgba(var(--card-accent), 0.42);
  background: linear-gradient(
    150deg,
    rgba(var(--card-accent), 0.32),
    rgba(var(--card-accent), 0.09)
  );
  filter: drop-shadow(0 18px 28px rgba(var(--card-accent), 0.16));
}

.bento-grid .shield-visual i {
  border-color: rgb(var(--card-accent));
  box-shadow: 0 0 20px rgba(var(--card-accent), 0.28);
}

.bento-grid .shield-visual i::after {
  background: rgb(var(--card-accent));
}

.bento-grid .shield-visual b {
  border-color: rgba(var(--card-accent), 0.35);
}

.bento-grid .android-specs {
  gap: 8px;
}

.bento-grid .android-specs span {
  min-height: 106px;
  border-color: rgba(101, 181, 255, 0.22);
  background:
    radial-gradient(circle at 70% 0%, rgba(95, 206, 255, 0.2), transparent 42%),
    linear-gradient(150deg, #175fc9, #0c3b83);
  box-shadow:
    0 14px 28px rgba(20, 74, 143, 0.15),
    inset 0 1px rgba(255, 255, 255, 0.12);
}

.bento-grid .android-specs small {
  color: rgba(218, 239, 255, 0.68);
  -webkit-text-fill-color: rgba(218, 239, 255, 0.68);
}

.bento-grid .android-specs strong {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-size: 13px;
}

.bento-grid .android-specs span::after {
  background: linear-gradient(90deg, transparent, #8ee2ff, transparent);
  box-shadow: 0 0 11px rgba(118, 216, 255, 0.6);
}

@media (max-width: 960px) {
  .bento-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 354px;
  }
}

@media (max-width: 620px) {
  .capability-section .section-heading {
    margin-bottom: 32px;
  }

  .bento-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .bento-grid .bento-card {
    min-height: 350px;
    padding: 22px;
  }

  .bento-grid .bento-card h3 {
    font-size: 20px;
  }
}

/* v5.1 hero command center and capability dock */
.hero-stage {
  padding: 14px 10px 0;
}

.cloud-command {
  color: #17314f;
  overflow: hidden;
  border: 1px solid rgba(48, 103, 165, 0.15);
  border-radius: 30px;
  background:
    radial-gradient(circle at 6% 0%, rgba(62, 150, 255, 0.12), transparent 34%),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(238, 246, 255, 0.94)
    );
  box-shadow:
    0 36px 90px rgba(45, 91, 143, 0.15),
    0 8px 26px rgba(42, 95, 158, 0.08),
    inset 0 1px #ffffff;
}

.cloud-command::after {
  background: linear-gradient(
    118deg,
    rgba(255, 255, 255, 0.82),
    transparent 30%
  );
}

.cloud-command .console-scan {
  z-index: 4;
  height: 90px;
  opacity: 0.42;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(54, 139, 255, 0.08),
    transparent
  );
}

.command-header {
  position: relative;
  z-index: 2;
  min-height: 66px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(43, 94, 153, 0.1);
  background: rgba(255, 255, 255, 0.58);
}

.command-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
}

.command-brand > b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 11px;
  color: #ffffff;
  font-size: 13px;
  background: linear-gradient(145deg, #176bff, #35b9ef);
  box-shadow:
    0 9px 20px rgba(23, 107, 255, 0.23),
    inset 0 1px rgba(255, 255, 255, 0.32);
}

.command-brand > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.command-brand small {
  color: #7890aa;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.command-brand strong,
.cloud-command strong {
  color: #17314f;
}

.command-brand strong {
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.command-status {
  padding: 8px 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  border: 1px solid rgba(23, 184, 133, 0.14);
  border-radius: 999px;
  color: #28816b;
  background: rgba(225, 250, 242, 0.72);
  font-size: 8px;
  font-weight: 700;
}

.command-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #20bf8e;
  box-shadow: 0 0 12px rgba(32, 191, 142, 0.58);
  animation: commandStatusPulse 2.2s ease-in-out infinite;
}

.command-layout {
  position: relative;
  z-index: 2;
  min-height: 348px;
  padding: 15px;
  display: grid;
  grid-template-columns: minmax(174px, 0.82fr) minmax(0, 1.45fr);
  gap: 13px;
}

.focus-device,
.device-command-panel {
  min-width: 0;
  border: 1px solid rgba(42, 94, 153, 0.11);
  border-radius: 21px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.9);
}

.focus-device {
  position: relative;
  overflow: hidden;
  padding: 15px 14px 13px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(50, 139, 255, 0.16),
      transparent 48%
    ),
    linear-gradient(160deg, #edf6ff, #dcecff);
}

.focus-device::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(45, 105, 170, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45, 105, 170, 0.06) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: radial-gradient(circle at 50% 48%, black, transparent 74%);
}

.focus-label,
.focus-foot,
.phone-shell {
  position: relative;
  z-index: 1;
}

.focus-label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.focus-label span,
.focus-label em {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 6.5px;
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.focus-label span {
  color: #6a829d;
}

.focus-label em {
  color: #176bff;
}

.phone-shell {
  width: 114px;
  height: 218px;
  margin: 12px 0 10px;
  padding: 7px;
  border: 1px solid rgba(128, 195, 255, 0.42);
  border-radius: 25px;
  background: linear-gradient(155deg, #13385f, #071e38);
  box-shadow:
    0 25px 42px rgba(35, 78, 126, 0.25),
    -7px 10px 28px rgba(33, 121, 255, 0.14),
    inset 0 1px rgba(255, 255, 255, 0.14);
  animation: commandPhoneFloat 5.6s ease-in-out infinite;
}

.phone-speaker {
  position: absolute;
  z-index: 3;
  width: 30px;
  height: 4px;
  left: 50%;
  top: 7px;
  border-radius: 99px;
  background: rgba(180, 220, 255, 0.25);
  transform: translateX(-50%);
}

.phone-screen-new {
  height: 100%;
  overflow: hidden;
  border-radius: 19px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(81, 190, 255, 0.45),
      transparent 31%
    ),
    linear-gradient(160deg, #246fe8, #1246a7 60%, #0c347e);
}

.phone-status {
  width: 100%;
  padding: 12px 11px 0;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.8);
  font-size: 5.5px;
  font-weight: 700;
}

.phone-status b {
  color: rgba(255, 255, 255, 0.76);
  font-size: 5px;
}

.phone-cloud-core {
  position: relative;
  width: 70px;
  height: 70px;
  margin-top: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(202, 239, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 0 12px rgba(255, 255, 255, 0.035),
    0 0 36px rgba(98, 207, 255, 0.26);
}

.phone-cloud-core i {
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(191, 237, 255, 0.28);
  border-radius: 50%;
  animation: commandCoreSpin 14s linear infinite;
}

.phone-cloud-core strong {
  color: #ffffff;
  font-size: 28px;
  text-shadow: 0 0 24px rgba(149, 226, 255, 0.7);
}

.phone-app-row {
  width: calc(100% - 20px);
  margin-top: auto;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}

.phone-app-row i {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.16);
}

.phone-app-row i:nth-child(2) {
  background: rgba(88, 231, 201, 0.42);
}

.phone-app-row i:nth-child(3) {
  background: rgba(144, 190, 255, 0.42);
}

.phone-app-row i:nth-child(4) {
  background: rgba(93, 210, 255, 0.42);
}

.focus-foot {
  width: 100%;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #6a8098;
  font-size: 6.5px;
}

.focus-foot span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.focus-foot span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #20bf8e;
  box-shadow: 0 0 9px rgba(32, 191, 142, 0.55);
}

.focus-foot strong {
  color: #355675;
  font-size: 6.5px;
}

.device-command-panel {
  padding: 13px;
  background: rgba(255, 255, 255, 0.78);
}

.command-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.command-kpis article {
  min-width: 0;
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 3px 8px;
  border: 1px solid rgba(37, 89, 148, 0.1);
  border-radius: 14px;
  background: linear-gradient(145deg, #f9fcff, #eef6ff);
}

.command-kpis small {
  grid-column: 1 / -1;
  color: #71869d;
  font-size: 7px;
}

.command-kpis strong {
  color: #14304e;
  font-size: 23px;
  line-height: 1;
}

.command-kpis strong em {
  margin-left: 2px;
  color: #758aa1;
  font-size: 8px;
  font-style: normal;
  font-weight: 650;
}

.command-kpis span {
  color: #1a9c78;
  font-size: 7px;
  font-weight: 750;
}

.device-node-grid {
  margin-top: 9px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.device-node {
  min-width: 0;
  padding: 8px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(37, 89, 148, 0.1);
  border-radius: 14px;
  background: #f7fbff;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.device-node:hover,
.device-node.active {
  transform: translateY(-2px);
  border-color: rgba(23, 107, 255, 0.22);
  box-shadow: 0 10px 24px rgba(33, 87, 148, 0.09);
}

.node-screen,
.node-plus {
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #2b67bf;
  font-size: 11px;
  font-weight: 800;
  background:
    radial-gradient(
      circle at 50% 40%,
      rgba(75, 168, 255, 0.2),
      transparent 44%
    ),
    linear-gradient(150deg, #e8f3ff, #d8eaff);
}

.node-plus {
  color: #176bff;
  font-size: 18px;
  background: rgba(23, 107, 255, 0.07);
}

.device-node > div {
  min-width: 0;
}

.device-node strong {
  overflow: hidden;
  display: block;
  color: #294764;
  font-size: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.device-node small {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #7a8fa5;
  font-size: 6.5px;
}

.device-node small i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #20bf8e;
  box-shadow: 0 0 7px rgba(32, 191, 142, 0.5);
}

.add-node small {
  color: #176bff;
}

.automation-flow {
  margin-top: 9px;
  padding: 10px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(23, 107, 255, 0.11);
  border-radius: 13px;
  color: #47627d;
  background: rgba(23, 107, 255, 0.055);
}

.automation-flow > span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}

.automation-flow span i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border: 2px solid rgba(23, 107, 255, 0.22);
  border-top-color: #176bff;
  border-radius: 50%;
  animation: commandCoreSpin 1.6s linear infinite;
}

.automation-flow b {
  overflow: hidden;
  font-size: 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.automation-flow > strong {
  flex: 0 0 auto;
  color: #176bff;
  font-size: 8px;
}

.command-float {
  position: absolute;
  z-index: 6;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(42, 95, 156, 0.14);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 18px 44px rgba(43, 88, 139, 0.13),
    inset 0 1px #ffffff;
  backdrop-filter: blur(16px);
  animation: commandFloatCard 5s ease-in-out infinite;
}

.command-float-sync {
  left: -30px;
  bottom: 67px;
}

.command-float-health {
  right: -25px;
  top: 90px;
  animation-delay: -2.3s;
}

.command-float > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.command-float small {
  color: #7a8fa6;
  font-size: 6.5px;
}

.command-float strong {
  color: #25445f;
  font-size: 8.5px;
}

.sync-stack {
  width: 31px;
  height: 31px;
  position: relative;
}

.sync-stack i {
  position: absolute;
  width: 18px;
  height: 23px;
  border: 1px solid rgba(23, 107, 255, 0.55);
  border-radius: 5px;
  background: #e6f2ff;
}

.sync-stack i:nth-child(1) {
  left: 0;
  top: 7px;
}

.sync-stack i:nth-child(2) {
  left: 6px;
  top: 4px;
}

.sync-stack i:nth-child(3) {
  left: 12px;
  top: 1px;
  background: linear-gradient(145deg, #9bcaff, #5ea5ff);
}

.health-ring {
  width: 32px;
  height: 32px;
  padding: 4px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(#1e82f0 0 82%, #dbeafe 82% 100%);
}

.health-ring i {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
}

/* v5.8 unified infrastructure overview */
.hero-overview {
  position: relative;
  z-index: 8;
  margin-top: 28px;
  margin-bottom: 42px;
  overflow: hidden;
  border: 1px solid rgba(49, 105, 174, 0.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 0%, rgba(72, 151, 255, 0.09), transparent 27%),
    rgba(255, 255, 255, 0.86);
  box-shadow:
    0 34px 86px rgba(43, 87, 142, 0.13),
    0 10px 26px rgba(43, 87, 142, 0.05),
    inset 0 1px #ffffff;
  backdrop-filter: blur(20px) saturate(1.08);
  isolation: isolate;
}

.hero-overview::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 3;
  height: 2px;
  opacity: 0.74;
  background: linear-gradient(90deg, #2d74f4, #5ecdf6 48%, #6e78ff, transparent 92%);
  pointer-events: none;
}

.overview-head {
  min-height: 70px;
  padding: 15px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(39, 91, 150, 0.1);
}

.overview-title {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.overview-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3e6f9d;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.overview-kicker > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #39cda1;
  box-shadow: 0 0 0 5px rgba(57, 205, 161, 0.09), 0 0 14px rgba(57, 205, 161, 0.34);
}

.overview-title > strong {
  padding-left: 15px;
  color: #122f52;
  border-left: 1px solid rgba(39, 91, 150, 0.13);
  font-size: 17px;
  font-weight: 780;
  letter-spacing: -0.02em;
}

.overview-status {
  display: flex;
  align-items: center;
  gap: 13px;
}

.overview-status > span {
  min-height: 30px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #167b62;
  border: 1px solid rgba(38, 190, 145, 0.16);
  border-radius: 999px;
  background: rgba(39, 199, 151, 0.07);
  font-size: 10px;
  font-weight: 750;
}

.overview-status > span > i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #29c795;
  box-shadow: 0 0 10px rgba(41, 199, 149, 0.55);
}

.overview-status > b {
  color: #8ca0b7;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 8px;
  letter-spacing: 0.14em;
}

.hero-overview .hero-metrics {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-overview .hero-metrics > div {
  position: relative;
  min-width: 0;
  min-height: 106px;
  padding: 18px 24px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  border-right: 1px solid rgba(39, 91, 150, 0.1);
}

.hero-overview .hero-metrics > div:last-child {
  border-right: 0;
}

.metric-index {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #3e78c8;
  border: 1px solid rgba(42, 111, 210, 0.12);
  border-radius: 11px;
  background: linear-gradient(145deg, #f4f9ff, #e8f2ff);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  font-weight: 850;
  box-shadow: inset 0 1px #ffffff;
}

.hero-overview .hero-metrics p {
  min-width: 0;
  margin: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "label label" "value caption";
  align-items: baseline;
  column-gap: 9px;
}

.hero-overview .hero-metrics small {
  grid-area: label;
  margin-bottom: 4px;
  color: #89a0ba;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
  white-space: nowrap;
}

.hero-overview .hero-metrics strong {
  grid-area: value;
  color: #102a4d;
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.hero-overview .hero-metrics p > span {
  grid-area: caption;
  color: #687f99;
  font-size: 11px;
  white-space: nowrap;
}

.overview-capabilities {
  position: relative;
  overflow: hidden;
  padding: 9px;
  border-top: 1px solid rgba(155, 219, 255, 0.15);
  background:
    linear-gradient(rgba(143, 210, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 210, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 18% 0%, rgba(76, 166, 255, 0.24), transparent 28%),
    linear-gradient(110deg, #0b438c 0%, #0b3470 52%, #09295a 100%);
  background-size: 30px 30px, 30px 30px, auto, auto;
}

.hero-overview .signal-panel {
  position: relative;
  z-index: 2;
  overflow: visible;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.signal-beam {
  position: absolute;
  z-index: 3;
  width: 22%;
  height: 2px;
  left: -24%;
  top: 0;
  background: linear-gradient(90deg, transparent, #78dfff, #a6f4ff, transparent);
  box-shadow: 0 0 17px rgba(98, 216, 255, 0.68);
  animation: capabilityBeam 8.4s linear infinite;
}

.hero-overview .signal-panel article {
  position: relative;
  min-width: 0;
  min-height: 84px;
  padding: 13px 15px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 7px;
  align-items: center;
  gap: 11px;
  border-radius: 17px;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}

.hero-overview .signal-panel article + article::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 42px;
  left: 0;
  top: 50%;
  background: rgba(173, 224, 255, 0.13);
  transform: translateY(-50%);
}

.hero-overview .signal-panel article:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.055);
}

.hero-overview .signal-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #dff8ff;
  border: 1px solid rgba(150, 220, 255, 0.21);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(78, 157, 255, 0.28), rgba(55, 205, 233, 0.11));
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  font-weight: 850;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12);
}

.hero-overview .signal-panel article > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-overview .signal-panel article strong {
  overflow: hidden;
  color: #f2f9ff;
  font-size: 12px;
  font-weight: 760;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hero-overview .signal-panel article small {
  overflow: hidden;
  color: rgba(197, 224, 245, 0.66);
  font-size: 9px;
  line-height: 1.45;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.signal-state {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #20bf8e;
  box-shadow: 0 0 11px rgba(32, 191, 142, 0.52);
  animation: commandStatusPulse 2.2s ease-in-out infinite;
}

.signal-panel article:nth-of-type(2) .signal-state {
  animation-delay: -0.5s;
}

.signal-panel article:nth-of-type(3) .signal-state {
  animation-delay: -1s;
}

.signal-panel article:nth-of-type(4) .signal-state {
  animation-delay: -1.5s;
}

@keyframes commandStatusPulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.14);
  }
}

@keyframes commandPhoneFloat {
  0%,
  100% {
    transform: translateY(1px) rotate(-1deg);
  }
  50% {
    transform: translateY(-7px) rotate(1deg);
  }
}

@keyframes commandCoreSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes commandFloatCard {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes capabilityBeam {
  to {
    left: 102%;
  }
}

@media (max-width: 960px) {
  .command-float-sync {
    left: -10px;
  }

  .command-float-health {
    right: -10px;
  }

  .hero-overview .hero-metrics,
  .hero-overview .signal-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-overview .hero-metrics > div:nth-child(2) {
    border-right: 0;
  }

  .hero-overview .hero-metrics > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(39, 91, 150, 0.1);
  }

  .hero-overview .signal-panel article:nth-of-type(3)::before {
    display: none;
  }

  .hero-overview .signal-panel article:nth-of-type(n + 3)::after {
    content: "";
    position: absolute;
    height: 1px;
    left: 16px;
    right: 16px;
    top: 0;
    background: rgba(173, 224, 255, 0.11);
  }
}

@media (max-width: 720px) {
  .hero-stage {
    padding-inline: 0;
  }

  .cloud-command {
    border-radius: 24px;
  }

  .command-layout {
    grid-template-columns: minmax(140px, 0.75fr) minmax(0, 1.25fr);
  }

  .command-float {
    display: none;
  }
}

@media (max-width: 560px) {
  .command-header {
    min-height: 58px;
    padding-inline: 14px;
  }

  .command-status {
    padding: 7px 9px;
    font-size: 6.5px;
  }

  .command-layout {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .focus-device {
    min-height: 280px;
  }

  .phone-shell {
    width: 100px;
    height: 190px;
  }

  .phone-cloud-core {
    width: 58px;
    height: 58px;
    margin-top: 30px;
  }

  .device-command-panel {
    padding: 10px;
  }

  .hero-overview {
    margin-top: 24px;
    margin-bottom: 30px;
    border-radius: 23px;
  }

  .overview-head {
    min-height: 66px;
    padding: 13px 15px;
    gap: 12px;
  }

  .overview-title {
    gap: 10px;
  }

  .overview-kicker {
    font-size: 8px;
    letter-spacing: 0.09em;
  }

  .overview-title > strong {
    padding-left: 10px;
    font-size: 14px;
  }

  .overview-status > b {
    display: none;
  }

  .overview-status > span {
    min-height: 28px;
    padding-inline: 9px;
    font-size: 9px;
  }

  .hero-overview .hero-metrics > div {
    min-height: 91px;
    padding: 13px 12px;
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 9px;
  }

  .metric-index {
    width: 27px;
    height: 27px;
    border-radius: 9px;
    font-size: 8px;
  }

  .hero-overview .hero-metrics small {
    margin-bottom: 5px;
    font-size: 8px;
    letter-spacing: 0.06em;
  }

  .hero-overview .hero-metrics strong {
    font-size: 21px;
  }

  .hero-overview .hero-metrics p > span {
    font-size: 9px;
  }

  .overview-capabilities {
    padding: 6px;
  }

  .hero-overview .signal-panel article {
    min-height: 78px;
    padding: 10px 9px;
    grid-template-columns: 32px minmax(0, 1fr) 6px;
    gap: 8px;
  }

  .hero-overview .signal-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    font-size: 8px;
  }

  .hero-overview .signal-panel article strong {
    font-size: 11px;
  }

  .hero-overview .signal-panel article small {
    display: -webkit-box;
    overflow: hidden;
    font-size: 9px;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .command-status i,
  .phone-shell,
  .phone-cloud-core i,
  .automation-flow span i,
  .command-float,
  .signal-beam,
  .signal-state {
    animation: none !important;
  }
}

/* v5.3 refined pricing system */
.pricing-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 8%,
      rgba(55, 132, 255, 0.12),
      transparent 27%
    ),
    radial-gradient(
      circle at 92% 72%,
      rgba(42, 185, 232, 0.08),
      transparent 28%
    ),
    linear-gradient(180deg, #f7fbff 0%, #eaf4ff 100%);
}

.pricing-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -220px;
  bottom: -210px;
  pointer-events: none;
  border: 1px solid rgba(23, 107, 255, 0.08);
  border-radius: 46% 54% 58% 42%;
  background: linear-gradient(145deg, rgba(23, 107, 255, 0.035), transparent);
  transform: rotate(18deg);
}

.pricing-section .shell {
  position: relative;
  z-index: 1;
}

.pricing-section .section-heading {
  margin-bottom: 30px;
}

.pricing-section .section-heading h2 {
  color: #112b4c;
}

.pricing-section .section-heading > p {
  max-width: 690px;
  color: #5f748d;
  font-size: 14px;
  line-height: 1.8;
}

.pricing-toggle {
  margin: 0 auto 34px;
  padding: 5px;
  border-color: rgba(36, 88, 147, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 14px 32px rgba(40, 83, 132, 0.09),
    inset 0 1px #ffffff;
}

.pricing-toggle button {
  min-width: 112px;
  padding: 10px 20px;
  color: #5c718a;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
}

.pricing-toggle button.active {
  color: #ffffff;
  background: linear-gradient(135deg, #176bff, #348fe9);
  box-shadow:
    0 9px 20px rgba(23, 107, 255, 0.22),
    inset 0 1px rgba(255, 255, 255, 0.22);
}

.price-grid {
  gap: 20px;
  align-items: stretch;
}

.price-card,
.price-card.featured {
  min-height: 530px;
  padding: 30px;
  overflow: hidden;
  border-radius: 27px;
  transition:
    transform 0.45s var(--ease-spring),
    border-color 0.35s ease,
    box-shadow 0.45s ease;
}

.price-card {
  color: #17314f;
  border-color: rgba(38, 90, 149, 0.14);
  background:
    radial-gradient(
      circle at 90% 0%,
      rgba(52, 132, 255, 0.07),
      transparent 34%
    ),
    linear-gradient(155deg, #ffffff, #f8fbff);
  box-shadow:
    0 22px 52px rgba(38, 81, 130, 0.08),
    0 5px 14px rgba(38, 81, 130, 0.04),
    inset 0 1px #ffffff;
}

.price-card::before {
  z-index: 0;
  opacity: 0.12;
  background: radial-gradient(
    400px circle at var(--mx, 50%) var(--my, 50%),
    rgba(23, 107, 255, 0.13),
    transparent 64%
  );
}

.price-card > * {
  position: relative;
  z-index: 1;
}

.price-card:hover {
  transform: translateY(-7px);
  border-color: rgba(23, 107, 255, 0.26);
  box-shadow:
    0 32px 70px rgba(34, 81, 136, 0.14),
    inset 0 1px #ffffff;
}

.price-card.featured {
  color: #ffffff;
  border-color: rgba(127, 203, 255, 0.5);
  background:
    radial-gradient(
      circle at 82% 4%,
      rgba(103, 222, 255, 0.28),
      transparent 34%
    ),
    radial-gradient(
      circle at 8% 88%,
      rgba(83, 122, 255, 0.28),
      transparent 38%
    ),
    linear-gradient(150deg, #176de9 0%, #1255c3 56%, #0b3f94 100%);
  box-shadow:
    0 32px 76px rgba(19, 87, 184, 0.23),
    inset 0 1px rgba(255, 255, 255, 0.16);
  transform: translateY(-8px);
}

.price-card.featured:hover {
  transform: translateY(-13px);
  border-color: rgba(164, 224, 255, 0.7);
  box-shadow:
    0 40px 90px rgba(17, 80, 172, 0.3),
    inset 0 1px rgba(255, 255, 255, 0.18);
}

.price-card.featured::after {
  display: none;
}

.plan-tag {
  width: max-content;
  padding: 6px 9px;
  display: inline-flex;
  border: 1px solid rgba(23, 107, 255, 0.14);
  border-radius: 999px;
  color: #0f65df;
  background: rgba(23, 107, 255, 0.07);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 7.5px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.price-card.featured .plan-tag {
  color: #c3efff;
  border-color: rgba(195, 239, 255, 0.26);
  background: rgba(255, 255, 255, 0.1);
}

.price-card h3,
.price-card.featured h3 {
  margin: 11px 0 4px;
  font-size: 25px;
  font-weight: 780;
  letter-spacing: -0.03em;
}

.price-card h3 {
  color: #17314f;
}

.price-card.featured h3 {
  color: #ffffff;
}

.price-card > div > p,
.price-card.featured > div > p {
  min-height: 22px;
  color: #6b8098;
  font-size: 12px;
  line-height: 1.7;
}

.price-card.featured > div > p {
  color: rgba(230, 244, 255, 0.76);
}

.recommended {
  right: 24px;
  top: 24px;
  padding: 7px 11px;
  color: #0c54c1;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 9px 22px rgba(5, 44, 104, 0.16);
  font-size: 8px;
  letter-spacing: 0.02em;
}

.price-card .price {
  position: relative;
  margin: 28px 0 24px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(37, 88, 145, 0.11);
}

.price-card.featured .price {
  border-bottom-color: rgba(214, 241, 255, 0.16);
}

.price-card .price sup {
  margin-right: 4px;
  color: #234362;
  font-size: 17px;
  font-weight: 750;
}

.price-card .price strong {
  color: #102c4b;
  font-size: 60px;
  font-weight: 790;
  letter-spacing: -0.065em;
}

.price-card .price span {
  margin-left: 9px;
  color: #637a93;
  font-size: 11px;
  font-weight: 650;
}

.price-card.featured .price sup,
.price-card.featured .price strong {
  color: #ffffff;
}

.price-card.featured .price span {
  color: rgba(225, 243, 255, 0.74);
}

.price-card .custom-price strong {
  font-size: 42px;
  letter-spacing: -0.04em;
}

.price-card .unit-price {
  width: max-content;
  margin: -12px 0 18px;
  padding: 6px 9px;
  border-radius: 8px;
  color: #1763cf;
  background: rgba(23, 107, 255, 0.07);
  font-size: 9px;
  font-weight: 700;
}

.price-card.featured .unit-price {
  color: #c6efff;
  background: rgba(255, 255, 255, 0.09);
}

.price-card ul {
  margin: 0 0 26px;
  padding: 0;
  border-top: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
}

.price-card li,
.price-card.featured li {
  position: relative;
  min-height: 22px;
  padding: 1px 0 1px 30px;
  color: #5e748d;
  font-size: 12px;
  line-height: 1.65;
}

.price-card li::before,
.price-card.featured li::before {
  content: "✓";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  margin: 0;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #176bff;
  background: rgba(23, 107, 255, 0.08);
  font-size: 10px;
  font-weight: 850;
}

.price-card.featured li {
  color: rgba(238, 248, 255, 0.88);
}

.price-card.featured li::before {
  color: #bceeff;
  background: rgba(255, 255, 255, 0.1);
}

.price-card .button {
  min-height: 50px;
  border-radius: 14px;
  font-weight: 760;
}

.price-card:not(.featured) .button-ghost {
  color: #135fcf;
  border-color: rgba(23, 107, 255, 0.16);
  background: linear-gradient(145deg, #f1f7ff, #e6f1ff);
  box-shadow: inset 0 1px #ffffff;
}

.price-card:not(.featured) .button-ghost:hover {
  color: #ffffff;
  border-color: #176bff;
  background: linear-gradient(135deg, #176bff, #278ce9);
  box-shadow: 0 12px 28px rgba(23, 107, 255, 0.2);
}

.price-card.featured .button-primary {
  color: #0e58c9;
  border-color: rgba(255, 255, 255, 0.74);
  background: #ffffff;
  box-shadow:
    0 14px 32px rgba(4, 39, 94, 0.22),
    inset 0 1px #ffffff;
}

.price-card.featured .button-primary:hover {
  color: #0b4eb3;
  background: #eff9ff;
}

.pricing-assurance {
  margin-top: 34px;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(37, 89, 147, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 18px 48px rgba(38, 81, 130, 0.07),
    inset 0 1px #ffffff;
  backdrop-filter: blur(16px);
}

.pricing-assurance article {
  position: relative;
  min-width: 0;
  padding: 14px 18px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.pricing-assurance article + article::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 36px;
  left: 0;
  top: 50%;
  background: rgba(38, 89, 147, 0.11);
  transform: translateY(-50%);
}

.pricing-assurance article > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 107, 255, 0.14);
  border-radius: 11px;
  color: #176bff;
  background: rgba(23, 107, 255, 0.07);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 8px;
  font-weight: 800;
}

.pricing-assurance article > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pricing-assurance strong {
  color: #1a3754;
  font-size: 11px;
}

.pricing-assurance small {
  overflow: hidden;
  color: #71869d;
  font-size: 8px;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 960px) {
  .price-card,
  .price-card.featured {
    min-height: 500px;
  }

  .price-card.featured,
  .price-card.featured:hover {
    transform: none;
  }
}

@media (max-width: 720px) {
  .pricing-assurance {
    grid-template-columns: 1fr;
  }

  .pricing-assurance article + article::before {
    width: auto;
    height: 1px;
    left: 18px;
    right: 18px;
    top: 0;
    transform: none;
  }
}

@media (max-width: 620px) {
  .pricing-toggle {
    margin-bottom: 26px;
  }

  .pricing-toggle button {
    min-width: 102px;
    padding-inline: 15px;
  }

  .price-card,
  .price-card.featured {
    min-height: 0;
    padding: 25px;
    border-radius: 23px;
  }

  .price-card .price strong {
    font-size: 54px;
  }

  .pricing-assurance {
    margin-top: 26px;
    border-radius: 18px;
  }
}

/* v5.5 cloud launch console */
.final-cta {
  position: relative;
  padding: 116px 0 108px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 15%, rgba(66, 144, 255, 0.13), transparent 28%),
    radial-gradient(circle at 86% 78%, rgba(40, 194, 235, 0.1), transparent 24%),
    linear-gradient(180deg, #f7fbff 0%, #eaf4ff 100%);
}

.final-cta::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  left: 50%;
  top: 48%;
  opacity: 1;
  border: 1px solid rgba(23, 107, 255, 0.07);
  border-radius: 50%;
  background: transparent;
  box-shadow:
    0 0 0 90px rgba(23, 107, 255, 0.018),
    0 0 0 180px rgba(23, 107, 255, 0.012);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.final-cta-inner {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(97, 185, 255, 0.3);
  border-radius: 38px;
  color: #ffffff;
  background:
    radial-gradient(circle at 7% 0%, rgba(48, 183, 255, 0.23), transparent 29%),
    radial-gradient(circle at 100% 100%, rgba(78, 106, 255, 0.24), transparent 37%),
    linear-gradient(140deg, #0d4ca0 0%, #0b387b 47%, #08285c 100%);
  box-shadow:
    0 40px 110px rgba(25, 81, 152, 0.23),
    inset 0 1px rgba(255, 255, 255, 0.15);
  text-align: left;
  isolation: isolate;
}

.cta-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.cta-backdrop::before {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  right: -270px;
  top: -260px;
  opacity: 0.42;
  border: 1px solid rgba(163, 220, 255, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 68px rgba(120, 203, 255, 0.035),
    0 0 0 136px rgba(120, 203, 255, 0.022);
}

.cta-backdrop::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(159, 218, 255, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159, 218, 255, 0.13) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(90deg, transparent, #000 35%, transparent 96%);
}

.cta-backdrop > i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5ee1ff;
  box-shadow: 0 0 20px rgba(94, 225, 255, 0.85);
  animation: ctaSignalPulse 2.4s ease-in-out infinite;
}

.cta-backdrop > i:first-child {
  left: 5%;
  top: 16%;
}

.cta-backdrop > i:last-child {
  right: 9%;
  bottom: 15%;
  animation-delay: 0.9s;
}

.cta-content {
  position: relative;
  z-index: 2;
  padding: 62px 58px 30px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: 56px;
}

.cta-copy-block {
  min-width: 0;
}

.final-cta .section-index {
  color: #cceeff;
  border-color: rgba(205, 239, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.cta-kicker {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a9dbff;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.cta-kicker i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #43e3b4;
  box-shadow: 0 0 0 5px rgba(67, 227, 180, 0.1), 0 0 18px rgba(67, 227, 180, 0.58);
  animation: ctaSignalPulse 1.8s ease-in-out infinite;
}

.final-cta h2,
.final-cta h2 span {
  color: #ffffff;
  background: none;
  -webkit-text-fill-color: #ffffff;
}

.final-cta h2 {
  margin: 18px 0 17px;
  font-size: clamp(43px, 4.15vw, 61px);
  line-height: 1.06;
  letter-spacing: -0.065em;
}

.final-cta h2 span {
  color: #90dcff;
  -webkit-text-fill-color: #90dcff;
}

.final-cta .cta-copy-block > p {
  max-width: 470px;
  margin: 0 0 28px;
  color: rgba(225, 242, 255, 0.74);
  font-size: 13px;
  line-height: 1.85;
}

.final-cta .hero-actions {
  justify-content: flex-start;
  margin: 0;
}

.final-cta .button {
  min-height: 50px;
  border-radius: 14px;
}

.final-cta .button-primary {
  color: #0d55bd;
  border-color: rgba(255, 255, 255, 0.78);
  background: #ffffff;
  box-shadow:
    0 16px 36px rgba(3, 31, 77, 0.25),
    inset 0 1px #ffffff;
}

.final-cta .button-primary:hover {
  color: #0a49a6;
  background: #eaf8ff;
  box-shadow: 0 20px 44px rgba(3, 31, 77, 0.3);
}

.final-cta .button-ghost {
  color: #ffffff;
  border-color: rgba(214, 240, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.final-cta .button-ghost:hover {
  border-color: rgba(214, 240, 255, 0.42);
  background: rgba(255, 255, 255, 0.14);
}

.cta-proof {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 17px;
}

.cta-proof > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(218, 239, 255, 0.7);
  font-size: 9px;
  font-weight: 650;
}

.cta-proof > span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5cdbff;
  box-shadow: 0 0 9px rgba(92, 219, 255, 0.65);
}

.cta-command {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(164, 217, 255, 0.21);
  border-radius: 26px;
  background:
    radial-gradient(circle at 18% 42%, rgba(40, 138, 255, 0.17), transparent 38%),
    linear-gradient(145deg, rgba(5, 30, 67, 0.84), rgba(4, 23, 52, 0.72));
  box-shadow:
    0 28px 70px rgba(2, 23, 56, 0.34),
    inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
}

.cta-command::after {
  content: "";
  position: absolute;
  width: 55%;
  height: 1px;
  left: -60%;
  top: 46px;
  opacity: 0.8;
  background: linear-gradient(90deg, transparent, #64ddff, transparent);
  box-shadow: 0 0 12px rgba(100, 221, 255, 0.55);
  animation: ctaConsoleScan 3.8s ease-in-out infinite;
  pointer-events: none;
}

.cta-command-head {
  min-height: 48px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(167, 217, 255, 0.11);
  background: rgba(255, 255, 255, 0.025);
}

.cta-command-head > div,
.cta-command-head > span {
  display: flex;
  align-items: center;
}

.cta-command-head > div {
  gap: 8px;
}

.cta-command-head > div > i {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(127, 205, 255, 0.38);
  border-radius: 6px;
  background: linear-gradient(145deg, #4c87ff, #25b9ed);
  box-shadow: 0 0 16px rgba(60, 150, 255, 0.32);
}

.cta-command-head strong {
  color: #eaf7ff;
  font-size: 9px;
  font-weight: 750;
}

.cta-command-head > span {
  gap: 7px;
  color: #83e9c8;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.cta-command-head > span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3de0ab;
  box-shadow: 0 0 10px rgba(61, 224, 171, 0.7);
}

.cta-command-main {
  min-height: 290px;
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(190px, 0.9fr) minmax(190px, 1.1fr);
  align-items: center;
  gap: 18px;
}

.cta-device-core {
  position: relative;
  min-height: 235px;
  display: grid;
  place-items: center;
}

.cta-core-ring {
  position: absolute;
  left: 50%;
  top: 48%;
  border: 1px solid rgba(91, 183, 255, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.cta-core-ring::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 50%;
  top: -3px;
  border-radius: 50%;
  background: #61dfff;
  box-shadow: 0 0 12px rgba(97, 223, 255, 0.78);
}

.cta-core-ring.ring-one {
  width: 176px;
  height: 176px;
  animation: ctaRingSpin 9s linear infinite;
}

.cta-core-ring.ring-two {
  width: 136px;
  height: 136px;
  border-style: dashed;
  animation: ctaRingSpinReverse 7s linear infinite;
}

.cta-core-ring.ring-three {
  width: 98px;
  height: 98px;
  border-color: rgba(103, 211, 255, 0.22);
}

.cta-phone-shell {
  position: relative;
  z-index: 2;
  width: 70px;
  height: 136px;
  padding: 6px;
  border: 1px solid rgba(170, 224, 255, 0.42);
  border-radius: 20px;
  background: linear-gradient(145deg, #244b83, #0b244b);
  box-shadow:
    0 24px 48px rgba(0, 10, 31, 0.42),
    0 0 32px rgba(47, 133, 255, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.16);
  animation: ctaPhoneFloat 3.8s ease-in-out infinite;
}

.cta-phone-shell::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 3px;
  left: 50%;
  top: 7px;
  z-index: 2;
  border-radius: 999px;
  background: rgba(215, 241, 255, 0.42);
  transform: translateX(-50%);
}

.cta-phone-screen {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  overflow: hidden;
  border-radius: 15px;
  background:
    radial-gradient(circle at 50% 39%, rgba(78, 171, 255, 0.34), transparent 28%),
    linear-gradient(160deg, #102d5a, #071b38);
}

.cta-phone-screen::before {
  content: "";
  position: absolute;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(96, 198, 255, 0.13);
  border-radius: 50%;
}

.cta-phone-screen b {
  position: relative;
  z-index: 1;
  color: #eaf8ff;
  font-size: 25px;
  text-shadow: 0 0 22px rgba(94, 198, 255, 0.65);
}

.cta-phone-screen small {
  position: relative;
  z-index: 1;
  color: #61dfff;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.cta-sync-state {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  min-width: 108px;
  height: 29px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(125, 218, 255, 0.2);
  border-radius: 999px;
  color: #cbefff;
  background: rgba(7, 30, 66, 0.82);
  box-shadow: 0 10px 24px rgba(0, 12, 33, 0.3);
  font-size: 7px;
  font-weight: 720;
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
}

.cta-sync-state i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #42dfa9;
  box-shadow: 0 0 9px rgba(66, 223, 169, 0.7);
}

.cta-deploy-flow {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.cta-deploy-flow > span {
  margin-bottom: 3px;
  color: #6d91ba;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.cta-deploy-flow > div {
  min-width: 0;
  min-height: 58px;
  padding: 10px 11px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(150, 207, 255, 0.11);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.035);
}

.cta-deploy-flow > div > i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #7dbdff;
  background: rgba(61, 134, 230, 0.12);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
}

.cta-deploy-flow p {
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cta-deploy-flow p strong {
  overflow: hidden;
  color: #d9efff;
  font-size: 8px;
  font-weight: 720;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cta-deploy-flow p small {
  overflow: hidden;
  color: #6887aa;
  font-size: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cta-deploy-flow > div > b {
  justify-self: center;
  color: #54dcb0;
  font-size: 11px;
}

.cta-deploy-flow .is-running {
  border-color: rgba(85, 182, 255, 0.23);
  background: rgba(50, 127, 224, 0.08);
}

.cta-deploy-flow .is-running > b {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(88, 196, 255, 0.22);
  border-top-color: #5bdcff;
  border-radius: 50%;
  animation: ctaSpinner 0.85s linear infinite;
}

.cta-command-metrics {
  min-height: 59px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(167, 217, 255, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

.cta-command-metrics > span {
  min-width: 0;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cta-command-metrics > span + span {
  border-left: 1px solid rgba(167, 217, 255, 0.09);
}

.cta-command-metrics small {
  color: #5f81a7;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.cta-command-metrics strong {
  color: #d9efff;
  font-size: 8px;
  letter-spacing: 0.03em;
}

.contact-dock {
  position: relative;
  z-index: 3;
  margin: 0 28px 28px;
  padding: 15px;
  display: grid;
  grid-template-columns: 196px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(175, 222, 255, 0.15);
  border-radius: 22px;
  background: rgba(5, 28, 64, 0.5);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.contact-dock-title {
  min-width: 0;
  padding: 0 5px 0 9px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-dock-title > span {
  color: #67d7ff;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.contact-dock-title strong {
  color: #dff4ff;
  font-size: 10px;
  font-weight: 720;
}

.contact-grid {
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.contact-card {
  min-width: 0;
  min-height: 70px;
  padding: 11px 12px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid rgba(174, 222, 255, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.045);
  text-align: left;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease,
    background 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-3px);
  border-color: rgba(109, 213, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
}

.contact-card > .contact-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(114, 205, 255, 0.2);
  border-radius: 11px;
  color: #bfeeff;
  background: rgba(61, 150, 236, 0.12);
  font-size: 10px;
  font-weight: 800;
}

.contact-card > .contact-details {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-details small,
.contact-details strong {
  display: block;
}

.contact-details small {
  color: #789ec4;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.contact-details strong {
  margin: 0;
  overflow: hidden;
  color: #e4f5ff;
  font-size: 9px;
  font-weight: 720;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.contact-card > .contact-action {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #79cfff;
  font-size: 6px;
  font-weight: 760;
  white-space: nowrap;
}

.contact-action i {
  font-size: 8px;
  font-style: normal;
  transition: transform 0.3s ease;
}

.contact-card:hover .contact-action i {
  transform: translate(2px, -2px);
}

@keyframes ctaSignalPulse {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(0.82);
  }
  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}

@keyframes ctaConsoleScan {
  0%,
  18% {
    left: -60%;
  }
  72%,
  100% {
    left: 110%;
  }
}

@keyframes ctaRingSpin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes ctaRingSpinReverse {
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes ctaPhoneFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-7px) rotate(1deg);
  }
}

@keyframes ctaSpinner {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1120px) {
  .cta-content {
    padding-inline: 42px;
    grid-template-columns: minmax(0, 0.78fr) minmax(440px, 1.22fr);
    gap: 32px;
  }

  .final-cta h2 {
    font-size: clamp(40px, 4.2vw, 52px);
  }

  .contact-dock {
    grid-template-columns: 1fr;
  }

  .contact-dock-title {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
}

@media (max-width: 920px) {
  .final-cta-inner {
    border-radius: 30px;
  }

  .cta-content {
    padding: 48px 34px 28px;
    grid-template-columns: 1fr;
  }

  .cta-copy-block {
    max-width: 620px;
  }

  .cta-command {
    width: 100%;
    max-width: 620px;
  }
}

@media (max-width: 720px) {
  .final-cta {
    padding: 76px 0;
  }

  .cta-content {
    padding-inline: 22px;
  }

  .final-cta h2 {
    font-size: clamp(37px, 10.5vw, 49px);
  }

  .final-cta .hero-actions {
    align-items: stretch;
  }

  .final-cta .button {
    width: 100%;
  }

  .cta-command-main {
    grid-template-columns: 1fr;
  }

  .cta-device-core {
    min-height: 225px;
  }

  .contact-dock {
    margin: 0 14px 14px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    min-height: 64px;
  }
}

@media (max-width: 460px) {
  .final-cta-inner {
    border-radius: 24px;
  }

  .cta-content {
    padding: 38px 18px 24px;
  }

  .cta-kicker {
    margin-top: 23px;
  }

  .cta-proof {
    gap: 9px 13px;
  }

  .cta-command-main {
    padding: 18px 14px;
  }

  .cta-deploy-flow {
    display: none;
  }

  .cta-command-metrics > span {
    padding-inline: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cta-backdrop > i,
  .cta-kicker i,
  .cta-command::after,
  .cta-core-ring,
  .cta-phone-shell,
  .cta-deploy-flow .is-running > b {
    animation: none !important;
  }
}

/* v5.6 staged cloud startup sequence */
.boot-screen {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #123256;
  background:
    radial-gradient(circle at 50% 46%, rgba(63, 142, 255, 0.14), transparent 27%),
    radial-gradient(circle at 82% 18%, rgba(51, 202, 239, 0.09), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #eaf4ff 100%);
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
  pointer-events: auto;
  isolation: isolate;
  transition:
    clip-path 0.7s 0.22s cubic-bezier(0.76, 0, 0.24, 1),
    visibility 0s 0.94s;
  will-change: clip-path;
}

.boot-screen::before,
.boot-screen::after {
  display: none;
}

.startup-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.startup-atmosphere::before {
  content: "";
  position: absolute;
  width: min(860px, 92vw);
  height: min(620px, 78vh);
  left: 50%;
  top: 52%;
  opacity: 0.52;
  background-image:
    linear-gradient(rgba(43, 106, 183, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 106, 183, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse at center, #000 5%, transparent 66%);
  transform: translate(-50%, -50%) perspective(620px) rotateX(61deg) scale(1.15);
  transform-origin: center 70%;
}

.startup-atmosphere::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  left: 50%;
  top: 48%;
  border: 1px solid rgba(46, 119, 217, 0.075);
  border-radius: 50%;
  box-shadow:
    0 0 0 72px rgba(46, 119, 217, 0.018),
    0 0 0 144px rgba(46, 119, 217, 0.012);
  transform: translate(-50%, -50%);
}

.startup-sequence {
  position: relative;
  z-index: 2;
  width: min(476px, 88vw);
  padding: 34px 36px 25px;
  overflow: hidden;
  border: 1px solid rgba(47, 111, 193, 0.13);
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 0%, rgba(58, 155, 255, 0.1), transparent 31%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(241, 247, 255, 0.9));
  box-shadow:
    0 36px 90px rgba(37, 84, 142, 0.14),
    0 8px 24px rgba(37, 84, 142, 0.06),
    inset 0 1px #ffffff;
  backdrop-filter: blur(22px);
  animation: startupPanelIn 0.56s cubic-bezier(0.16, 1, 0.3, 1) both;
  transition:
    opacity 0.17s ease,
    transform 0.2s ease,
    filter 0.2s ease;
}

.startup-sequence::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 1px;
  left: -210px;
  top: 0;
  background: linear-gradient(90deg, transparent, #3aa8ff, transparent);
  box-shadow: 0 0 14px rgba(58, 168, 255, 0.46);
  animation: startupTopScan 1.25s 0.08s ease-in-out both;
}

.startup-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.startup-logo {
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(59, 132, 232, 0.18);
  border-radius: 15px;
  background: linear-gradient(145deg, #4a8cff, #2f6be3 58%, #4c79ef);
  box-shadow:
    0 13px 28px rgba(39, 105, 211, 0.24),
    inset 0 1px rgba(255, 255, 255, 0.34);
  animation: startupLogoIn 0.48s 0.08s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.startup-logo::before {
  content: "";
  width: 15px;
  height: 25px;
  border: 1.5px solid rgba(255, 255, 255, 0.92);
  border-radius: 5px;
}

.startup-logo > i {
  position: absolute;
  width: 5px;
  height: 2px;
  left: 50%;
  bottom: 15px;
  border-radius: 999px;
  background: #b9efff;
  transform: translateX(-50%);
}

.startup-wordmark {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  animation: startupCopyIn 0.46s 0.14s ease both;
}

.startup-wordmark small {
  margin: 0;
  color: #5a82b1;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.2em;
}

.startup-wordmark strong {
  color: #153557;
  font-size: 19px;
  font-weight: 820;
  letter-spacing: -0.035em;
}

.startup-route {
  width: 100%;
  margin: 29px 0 24px;
  display: grid;
  grid-template-columns: 90px 1fr 90px 1fr 90px;
  align-items: start;
  gap: 0;
}

.startup-step {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  animation: startupStepIn 0.42s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.startup-step.step-one {
  animation-delay: 0.17s;
}

.startup-step.step-two {
  animation-delay: 0.36s;
}

.startup-step.step-three {
  animation-delay: 0.55s;
}

.startup-step > i {
  position: relative;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(43, 113, 209, 0.16);
  border-radius: 12px;
  background: rgba(32, 108, 219, 0.07);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.78);
}

.startup-step > i::before {
  content: "";
  width: 9px;
  height: 14px;
  border: 1.5px solid #337bdf;
  border-radius: 3px;
}

.startup-step > i > b {
  position: absolute;
  width: 15px;
  height: 15px;
  right: -4px;
  bottom: -4px;
  display: grid;
  place-items: center;
  border: 2px solid #f5faff;
  border-radius: 50%;
  color: #ffffff;
  background: #24c794;
  box-shadow: 0 5px 12px rgba(36, 199, 148, 0.26);
  font-size: 7px;
}

.startup-step > i > b::before {
  content: "✓";
}

.startup-step em {
  overflow: hidden;
  color: #244361;
  font-size: 9px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.startup-step small {
  margin-top: 4px;
  color: #8ba0b7;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.startup-route-line {
  position: relative;
  height: 1px;
  margin: 18px 7px 0;
  overflow: hidden;
  background: rgba(47, 115, 206, 0.12);
  transform: scaleX(0);
  transform-origin: left;
  animation: startupLineIn 0.28s ease forwards;
}

.startup-route-line.line-one {
  animation-delay: 0.32s;
}

.startup-route-line.line-two {
  animation-delay: 0.51s;
}

.startup-route-line > i {
  position: absolute;
  width: 24px;
  height: 100%;
  left: -24px;
  top: 0;
  background: linear-gradient(90deg, transparent, #2488ff, transparent);
  animation: startupDataRun 0.46s 0.55s ease-in-out forwards;
}

.startup-progress {
  width: 100%;
  height: 4px;
  overflow: hidden;
  border: 1px solid rgba(40, 108, 202, 0.12);
  border-radius: 999px;
  background: rgba(36, 104, 199, 0.06);
}

.startup-progress > i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #3079f0, #2ab9ef 68%, #56d8d0);
  box-shadow: 0 0 15px rgba(43, 147, 238, 0.34);
  transform: scaleX(0);
  transform-origin: left;
  animation: startupProgressFill 0.78s 0.14s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.startup-meta {
  margin-top: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7d92aa;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 6px;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.startup-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.startup-meta > span > i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #22c892;
  box-shadow: 0 0 0 4px rgba(34, 200, 146, 0.1), 0 0 10px rgba(34, 200, 146, 0.42);
}

.startup-meta > b {
  color: #2571d6;
  font-size: 6px;
  letter-spacing: 0.12em;
}

.startup-beam {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  z-index: 3;
  opacity: 0;
  background: linear-gradient(90deg, transparent 2%, #2b78ef 28%, #5bdcf6 50%, #2b78ef 72%, transparent 98%);
  box-shadow:
    0 0 14px rgba(55, 158, 244, 0.5),
    0 0 42px rgba(55, 158, 244, 0.28);
  transform: translateY(-50%) scaleX(0.2);
  pointer-events: none;
}

.site-ready .boot-screen {
  display: grid;
}

.boot-screen.is-leaving {
  visibility: hidden;
  clip-path: inset(49.9% 0 49.9% 0);
  pointer-events: none;
}

.boot-screen.is-leaving .startup-sequence {
  opacity: 0;
  filter: blur(5px);
  transform: scale(0.965);
}

.boot-screen.is-leaving .startup-atmosphere {
  opacity: 0;
  transition: opacity 0.18s ease;
}

.boot-screen.is-leaving .startup-beam {
  animation: startupBeamExit 0.78s 0.08s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.boot-screen.is-hidden,
.site-ready .boot-screen.is-hidden {
  display: none;
}

@keyframes startupPanelIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes startupLogoIn {
  from {
    opacity: 0;
    transform: scale(0.72) rotate(-8deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@keyframes startupCopyIn {
  from {
    opacity: 0;
    transform: translateX(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes startupStepIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes startupLineIn {
  to {
    transform: scaleX(1);
  }
}

@keyframes startupDataRun {
  to {
    left: calc(100% + 12px);
  }
}

@keyframes startupProgressFill {
  to {
    transform: scaleX(1);
  }
}

@keyframes startupTopScan {
  to {
    left: calc(100% + 20px);
  }
}

@keyframes startupBeamExit {
  0% {
    opacity: 0;
    transform: translateY(-50%) scaleX(0.2);
  }
  32% {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-50%) scaleX(1);
  }
}

@media (max-width: 520px) {
  .startup-sequence {
    padding: 28px 22px 22px;
    border-radius: 23px;
  }

  .startup-route {
    grid-template-columns: 76px 1fr 76px 1fr 76px;
  }

  .startup-route-line {
    margin-inline: 3px;
  }

  .startup-step em {
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .startup-sequence,
  .startup-logo,
  .startup-wordmark,
  .startup-step,
  .startup-route-line,
  .startup-route-line > i,
  .startup-progress > i,
  .startup-sequence::before,
  .startup-beam {
    animation: none !important;
  }
}

/* v5.7 hero cloud device matrix */
.header-actions {
  gap: 0;
}

.hero-stage {
  padding: 8px 4px 0;
}

.hero-stage .stage-halo {
  width: 96%;
  height: 88%;
  left: 3%;
  top: 4%;
  opacity: 0.86;
  background:
    radial-gradient(circle at 50% 50%, rgba(38, 112, 255, 0.24), transparent 51%),
    radial-gradient(circle at 68% 42%, rgba(46, 203, 241, 0.14), transparent 34%);
  filter: blur(26px);
}

.matrix-console {
  position: relative;
  min-height: 458px;
  color: #eaf7ff;
  overflow: hidden;
  border: 1px solid rgba(116, 196, 255, 0.35);
  border-radius: 31px;
  background:
    radial-gradient(circle at 8% 14%, rgba(57, 140, 255, 0.24), transparent 32%),
    radial-gradient(circle at 94% 86%, rgba(76, 91, 255, 0.18), transparent 34%),
    linear-gradient(145deg, #0a3a77 0%, #08295b 48%, #061d43 100%);
  box-shadow:
    0 42px 105px rgba(24, 74, 139, 0.26),
    -12px 22px 62px rgba(38, 120, 255, 0.15),
    inset 0 1px rgba(255, 255, 255, 0.14);
  transform: rotateY(-2.4deg) rotateX(1deg);
  isolation: isolate;
}

.matrix-console::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(145, 207, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(145, 207, 255, 0.09) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, #000, transparent 48%, #000);
}

.matrix-console::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  background: linear-gradient(119deg, rgba(255, 255, 255, 0.11), transparent 27% 68%, rgba(119, 188, 255, 0.045));
}

.matrix-sheen {
  position: absolute;
  z-index: 7;
  width: 38%;
  height: 150%;
  left: -58%;
  top: -25%;
  opacity: 0.44;
  background: linear-gradient(90deg, transparent, rgba(133, 220, 255, 0.1), transparent);
  transform: skewX(-18deg);
  animation: matrixSheen 7.5s 1.2s ease-in-out infinite;
  pointer-events: none;
}

.matrix-header {
  position: relative;
  z-index: 3;
  min-height: 58px;
  padding: 0 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(148, 210, 255, 0.13);
  background: rgba(255, 255, 255, 0.025);
}

.matrix-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.matrix-brand > b {
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(174, 229, 255, 0.32);
  border-radius: 10px;
  color: #ffffff;
  background: linear-gradient(145deg, #4c8dff, #29b5eb);
  box-shadow:
    0 9px 22px rgba(31, 121, 236, 0.35),
    inset 0 1px rgba(255, 255, 255, 0.34);
  font-size: 12px;
}

.matrix-brand > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.matrix-brand small,
.matrix-control-title small {
  color: #6e9bc8;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 5.5px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.matrix-brand strong {
  overflow: hidden;
  color: #e8f7ff;
  font-size: 10px;
  font-weight: 730;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.matrix-live {
  min-height: 26px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  border: 1px solid rgba(73, 226, 180, 0.18);
  border-radius: 999px;
  color: #79e7c3;
  background: rgba(36, 197, 148, 0.08);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 5.5px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.matrix-live > i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #42e2af;
  box-shadow: 0 0 0 4px rgba(66, 226, 175, 0.08), 0 0 12px rgba(66, 226, 175, 0.58);
  animation: matrixPulse 2.2s ease-in-out infinite;
}

.matrix-workspace {
  position: relative;
  z-index: 2;
  min-height: 343px;
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(205px, 0.9fr) minmax(0, 1.1fr);
  gap: 12px;
}

.matrix-device-visual,
.matrix-control-panel {
  min-width: 0;
  border: 1px solid rgba(139, 204, 255, 0.13);
  border-radius: 22px;
  background: rgba(4, 24, 55, 0.36);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.045);
}

.matrix-device-visual {
  position: relative;
  min-height: 315px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 47%, rgba(58, 151, 255, 0.24), transparent 34%),
    radial-gradient(circle at 50% 48%, rgba(52, 206, 243, 0.08), transparent 60%),
    rgba(4, 24, 55, 0.3);
}

.matrix-device-visual::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  left: 50%;
  top: 49%;
  border: 1px solid rgba(105, 194, 255, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(105, 194, 255, 0.025),
    0 0 0 56px rgba(105, 194, 255, 0.015);
  transform: translate(-50%, -50%);
}

.matrix-axis {
  position: absolute;
  opacity: 0.35;
  background: linear-gradient(90deg, transparent, rgba(79, 176, 255, 0.23), transparent);
}

.matrix-axis.axis-x {
  width: 90%;
  height: 1px;
  left: 5%;
  top: 49%;
}

.matrix-axis.axis-y {
  width: 1px;
  height: 86%;
  left: 50%;
  top: 7%;
  background: linear-gradient(180deg, transparent, rgba(79, 176, 255, 0.23), transparent);
}

.matrix-orbit {
  position: absolute;
  left: 50%;
  top: 48%;
  border: 1px solid rgba(101, 190, 255, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
}

.matrix-orbit > i {
  position: absolute;
  width: 6px;
  height: 6px;
  left: 50%;
  top: -3px;
  border-radius: 50%;
  background: #5de2ff;
  box-shadow: 0 0 15px rgba(93, 226, 255, 0.8);
}

.matrix-orbit.orbit-a {
  width: 214px;
  height: 116px;
  animation: matrixOrbit 8.5s linear infinite;
}

.matrix-orbit.orbit-b {
  width: 164px;
  height: 226px;
  border-style: dashed;
  transform: translate(-50%, -50%) rotate(29deg);
  animation: matrixOrbitReverse 11s linear infinite;
}

.matrix-phone-stack {
  position: relative;
  z-index: 3;
  width: 154px;
  height: 216px;
  display: grid;
  place-items: center;
}

.matrix-phone-ghost {
  position: absolute;
  width: 86px;
  height: 174px;
  top: 20px;
  border: 1px solid rgba(133, 205, 255, 0.21);
  border-radius: 23px;
  background: linear-gradient(160deg, rgba(35, 89, 157, 0.68), rgba(8, 35, 76, 0.65));
  box-shadow: 0 20px 36px rgba(0, 10, 32, 0.2);
}

.matrix-phone-ghost::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 17px;
  background:
    linear-gradient(rgba(114, 199, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 199, 255, 0.09) 1px, transparent 1px);
  background-size: 18px 18px;
}

.matrix-phone-ghost.ghost-left {
  left: 0;
  opacity: 0.58;
  transform: rotate(-11deg) translateY(7px);
  animation: matrixGhostLeft 5.5s ease-in-out infinite;
}

.matrix-phone-ghost.ghost-right {
  right: 0;
  opacity: 0.68;
  transform: rotate(10deg) translateY(3px);
  animation: matrixGhostRight 5.5s -2.75s ease-in-out infinite;
}

.matrix-phone {
  position: relative;
  z-index: 2;
  width: 98px;
  height: 199px;
  padding: 6px;
  border: 1px solid rgba(170, 225, 255, 0.42);
  border-radius: 25px;
  background: linear-gradient(155deg, #264f86, #071d3d 72%);
  box-shadow:
    0 28px 50px rgba(0, 12, 38, 0.48),
    0 0 42px rgba(52, 147, 255, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.15);
  animation: matrixPhoneFloat 4.6s ease-in-out infinite;
}

.matrix-speaker {
  position: absolute;
  width: 25px;
  height: 3px;
  left: 50%;
  top: 7px;
  z-index: 3;
  border-radius: 999px;
  background: rgba(201, 236, 255, 0.3);
  transform: translateX(-50%);
}

.matrix-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 19px;
  background:
    radial-gradient(circle at 50% 39%, rgba(76, 190, 255, 0.42), transparent 31%),
    linear-gradient(160deg, #246ee6, #1245a0 60%, #092d6d);
}

.matrix-screen::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 130%;
  left: -60px;
  top: -15%;
  opacity: 0.38;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: skewX(-17deg);
  animation: matrixScreenSweep 4.8s 0.8s ease-in-out infinite;
}

.matrix-screen-status {
  width: 100%;
  padding: 12px 10px 0;
  display: flex;
  justify-content: space-between;
  color: rgba(234, 248, 255, 0.74);
  font-size: 5px;
  font-weight: 720;
}

.matrix-screen-status b {
  font-size: 4.5px;
}

.matrix-cloud-core {
  position: relative;
  width: 66px;
  height: 66px;
  margin-top: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(202, 239, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  box-shadow:
    0 0 0 11px rgba(255, 255, 255, 0.03),
    0 0 34px rgba(110, 216, 255, 0.28);
}

.matrix-cloud-core > i {
  position: absolute;
  inset: 7px;
  border: 1px dashed rgba(195, 238, 255, 0.27);
  border-radius: 50%;
  animation: matrixCoreSpin 12s linear infinite;
}

.matrix-cloud-core strong {
  color: #ffffff;
  font-size: 25px;
  text-shadow: 0 0 22px rgba(147, 226, 255, 0.78);
}

.matrix-cloud-core small {
  position: absolute;
  left: 50%;
  bottom: -22px;
  color: #8ceaff;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 4px;
  font-weight: 850;
  letter-spacing: 0.11em;
  transform: translateX(-50%);
}

.matrix-apps {
  width: calc(100% - 22px);
  margin-top: auto;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}

.matrix-apps > i {
  width: 13px;
  height: 13px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.14);
}

.matrix-apps > i:nth-child(2) {
  background: rgba(74, 228, 194, 0.4);
}

.matrix-apps > i:nth-child(3) {
  background: rgba(126, 181, 255, 0.42);
}

.matrix-apps > i:nth-child(4) {
  background: rgba(73, 203, 255, 0.42);
}

.matrix-device-id {
  position: absolute;
  min-width: 153px;
  left: 50%;
  bottom: 12px;
  z-index: 4;
  padding: 8px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(127, 211, 255, 0.2);
  border-radius: 11px;
  background: rgba(6, 30, 68, 0.8);
  box-shadow: 0 12px 30px rgba(0, 12, 37, 0.3);
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
}

.matrix-device-id > span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6d94bd;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 4.5px;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.matrix-device-id > span > i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #43e0af;
  box-shadow: 0 0 9px rgba(67, 224, 175, 0.64);
}

.matrix-device-id > strong {
  color: #d9f2ff;
  font-size: 7px;
}

.matrix-control-panel {
  padding: 15px;
  background:
    radial-gradient(circle at 100% 0%, rgba(56, 136, 255, 0.12), transparent 34%),
    rgba(4, 22, 52, 0.46);
}

.matrix-control-title {
  min-width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.matrix-control-title > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.matrix-control-title > span > strong {
  overflow: hidden;
  color: #e5f5ff;
  font-size: 12px;
  font-weight: 740;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.matrix-control-title > b {
  color: #ffffff;
  font-size: 27px;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.matrix-control-title > b > em {
  margin-left: 3px;
  color: #79a7d0;
  font-size: 7px;
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0;
}

.matrix-kpis {
  margin-top: 13px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.matrix-kpis > article {
  min-width: 0;
  padding: 9px 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid rgba(143, 205, 255, 0.11);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.035);
}

.matrix-kpis small {
  color: #6d92b8;
  font-size: 6px;
}

.matrix-kpis strong {
  color: #e1f4ff;
  font-size: 15px;
  line-height: 1;
}

.matrix-kpis strong > em {
  margin-left: 2px;
  color: #70a5d0;
  font-size: 6px;
  font-style: normal;
  font-weight: 650;
}

.matrix-device-list {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.matrix-device-list > article {
  min-width: 0;
  min-height: 51px;
  padding: 7px 9px;
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(141, 202, 255, 0.1);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.025);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.matrix-device-list > article.is-active,
.matrix-device-list > article:hover {
  transform: translateX(3px);
  border-color: rgba(74, 164, 255, 0.25);
  background: rgba(43, 116, 213, 0.1);
}

.matrix-device-list > article > span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(89, 175, 255, 0.17);
  border-radius: 9px;
  color: #7ecbff;
  background: rgba(48, 127, 224, 0.1);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 7px;
  font-weight: 800;
}

.matrix-device-list p {
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.matrix-device-list p > strong {
  overflow: hidden;
  color: #dcefff;
  font-size: 7.5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.matrix-device-list p > small {
  overflow: hidden;
  color: #6b8caf;
  font-size: 5.5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.matrix-device-list article > i {
  position: relative;
  padding-left: 9px;
  color: #72dcb9;
  font-size: 5.5px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

.matrix-device-list article > i::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 50%;
  border-radius: 50%;
  background: #43dda9;
  box-shadow: 0 0 8px rgba(67, 221, 169, 0.58);
  transform: translateY(-50%);
}

.matrix-device-list article:last-child > i {
  color: #79cfff;
}

.matrix-device-list article:last-child > i::before {
  background: #52c9ff;
  box-shadow: 0 0 8px rgba(82, 201, 255, 0.58);
}

.matrix-task {
  min-width: 0;
  margin-top: 8px;
  padding: 9px 10px;
  display: grid;
  grid-template-columns: minmax(82px, auto) minmax(45px, 1fr) auto;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(75, 164, 255, 0.18);
  border-radius: 11px;
  background: rgba(41, 116, 217, 0.08);
}

.matrix-task > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.matrix-task small {
  color: #668aae;
  font-size: 5px;
}

.matrix-task strong {
  overflow: hidden;
  color: #cfeaff;
  font-size: 6.5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.matrix-task > div {
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(100, 178, 255, 0.12);
}

.matrix-task > div > i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #398dff, #54d8f4);
  box-shadow: 0 0 9px rgba(67, 182, 255, 0.5);
  transform-origin: left;
  animation: matrixTaskProgress 3.2s ease-in-out infinite;
}

.matrix-task > b {
  color: #67cfff;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 6px;
}

.matrix-footer {
  position: relative;
  z-index: 3;
  min-height: 49px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-top: 1px solid rgba(145, 207, 255, 0.11);
  background: rgba(255, 255, 255, 0.022);
}

.matrix-footer > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7195ba;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.matrix-footer > span > i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #4bcaf4;
  box-shadow: 0 0 8px rgba(75, 202, 244, 0.5);
}

.matrix-footer > strong {
  margin-left: auto;
  color: #52789f;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 5px;
  letter-spacing: 0.1em;
}

.hero-stage .stage-caption {
  padding-inline: 10px;
}

@keyframes matrixPulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.88);
  }
  50% {
    opacity: 1;
    transform: scale(1.14);
  }
}

@keyframes matrixSheen {
  0%,
  14% {
    left: -58%;
  }
  58%,
  100% {
    left: 120%;
  }
}

@keyframes matrixOrbit {
  to {
    transform: translate(-50%, -50%) rotate(348deg);
  }
}

@keyframes matrixOrbitReverse {
  to {
    transform: translate(-50%, -50%) rotate(-331deg);
  }
}

@keyframes matrixPhoneFloat {
  0%,
  100% {
    transform: translateY(1px) rotate(-1deg);
  }
  50% {
    transform: translateY(-7px) rotate(1deg);
  }
}

@keyframes matrixGhostLeft {
  0%,
  100% {
    transform: rotate(-11deg) translate(-1px, 7px);
  }
  50% {
    transform: rotate(-8deg) translate(-6px, 2px);
  }
}

@keyframes matrixGhostRight {
  0%,
  100% {
    transform: rotate(10deg) translate(1px, 3px);
  }
  50% {
    transform: rotate(7deg) translate(6px, 8px);
  }
}

@keyframes matrixCoreSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes matrixScreenSweep {
  0%,
  20% {
    left: -60px;
  }
  65%,
  100% {
    left: 130px;
  }
}

@keyframes matrixTaskProgress {
  0% {
    transform: scaleX(0.12);
  }
  45%,
  100% {
    transform: scaleX(1);
  }
}

@media (max-width: 1040px) {
  .matrix-workspace {
    grid-template-columns: minmax(180px, 0.78fr) minmax(0, 1.22fr);
  }

  .matrix-footer {
    gap: 12px;
  }
}

@media (max-width: 720px) {
  .matrix-console {
    border-radius: 25px;
    transform: none;
  }

  .matrix-workspace {
    grid-template-columns: minmax(155px, 0.72fr) minmax(0, 1.28fr);
    padding: 10px;
    gap: 9px;
  }

  .matrix-device-visual,
  .matrix-control-panel {
    border-radius: 17px;
  }

  .matrix-phone-stack {
    transform: scale(0.86);
  }

  .matrix-control-panel {
    padding: 11px;
  }

  .matrix-footer > span:nth-child(2) {
    display: none;
  }
}

@media (max-width: 560px) {
  .matrix-header {
    min-height: 54px;
    padding-inline: 14px;
  }

  .matrix-live {
    padding-inline: 8px;
    font-size: 4.5px;
  }

  .matrix-workspace {
    grid-template-columns: 1fr;
  }

  .matrix-device-visual {
    min-height: 285px;
  }

  .matrix-control-panel {
    padding: 13px;
  }

  .matrix-footer > span:nth-child(3) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .matrix-sheen,
  .matrix-live > i,
  .matrix-orbit,
  .matrix-phone,
  .matrix-phone-ghost,
  .matrix-screen::after,
  .matrix-cloud-core > i,
  .matrix-task > div > i {
    animation: none !important;
  }
}

/* v5.9 spacious launch workspace */
.final-cta {
  padding: 128px 0 118px;
}

.final-cta-inner {
  border-radius: 42px;
  background:
    radial-gradient(circle at 8% 4%, rgba(71, 185, 255, 0.28), transparent 31%),
    radial-gradient(circle at 94% 88%, rgba(78, 112, 255, 0.27), transparent 38%),
    linear-gradient(138deg, #1257aa 0%, #0c3d82 46%, #082b63 100%);
  box-shadow:
    0 44px 120px rgba(25, 81, 152, 0.25),
    inset 0 1px rgba(255, 255, 255, 0.18);
}

.cta-content {
  padding: 72px 68px 44px;
  grid-template-columns: minmax(380px, 0.88fr) minmax(510px, 1.12fr);
  gap: 72px;
}

.cta-copy-block {
  padding: 8px 0 14px;
}

.final-cta .section-index {
  min-height: 34px;
  padding: 0 15px;
  font-size: 9px;
  letter-spacing: 0.15em;
}

.cta-kicker {
  margin-top: 34px;
  gap: 12px;
  font-size: 10px;
  letter-spacing: 0.15em;
}

.cta-kicker i {
  width: 8px;
  height: 8px;
}

.final-cta h2 {
  margin: 24px 0 25px;
  font-size: clamp(52px, 4.25vw, 66px);
  line-height: 1.13;
  letter-spacing: -0.038em;
}

.final-cta .cta-copy-block > p {
  max-width: 520px;
  margin-bottom: 32px;
  color: rgba(230, 245, 255, 0.8);
  font-size: 15px;
  line-height: 1.9;
}

.final-cta .hero-actions {
  gap: 14px;
}

.final-cta .button {
  min-height: 56px;
  padding-inline: 24px;
  border-radius: 16px;
  font-size: 14px;
}

.cta-proof {
  margin-top: 30px;
  gap: 10px;
}

.cta-proof > span {
  min-height: 34px;
  padding: 0 12px;
  gap: 8px;
  border: 1px solid rgba(187, 229, 255, 0.13);
  border-radius: 999px;
  color: rgba(226, 243, 255, 0.8);
  background: rgba(255, 255, 255, 0.055);
  font-size: 11px;
}

.cta-command {
  border-radius: 30px;
  box-shadow:
    0 32px 78px rgba(2, 23, 56, 0.38),
    inset 0 1px rgba(255, 255, 255, 0.1);
}

.cta-command-head {
  min-height: 62px;
  padding: 0 22px;
}

.cta-command-head > div {
  gap: 11px;
}

.cta-command-head > div > i {
  width: 24px;
  height: 24px;
  border-radius: 8px;
}

.cta-command-head strong {
  font-size: 12px;
}

.cta-command-head > span {
  gap: 9px;
  font-size: 8px;
  letter-spacing: 0.14em;
}

.cta-command-main {
  min-height: 336px;
  padding: 32px;
  grid-template-columns: minmax(200px, 0.9fr) minmax(220px, 1.1fr);
  gap: 26px;
}

.cta-device-core {
  min-height: 268px;
}

.cta-core-ring.ring-one {
  width: 196px;
  height: 196px;
}

.cta-core-ring.ring-two {
  width: 152px;
  height: 152px;
}

.cta-core-ring.ring-three {
  width: 108px;
  height: 108px;
}

.cta-phone-shell {
  width: 78px;
  height: 150px;
}

.cta-phone-screen b {
  font-size: 28px;
}

.cta-phone-screen small {
  font-size: 6px;
}

.cta-sync-state {
  min-width: 130px;
  height: 34px;
  padding-inline: 13px;
  font-size: 9px;
}

.cta-deploy-flow {
  gap: 12px;
}

.cta-deploy-flow > span {
  margin-bottom: 4px;
  font-size: 8px;
}

.cta-deploy-flow > div {
  min-height: 72px;
  padding: 13px 14px;
  grid-template-columns: 36px minmax(0, 1fr) 20px;
  gap: 12px;
  border-radius: 16px;
}

.cta-deploy-flow > div > i {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  font-size: 9px;
}

.cta-deploy-flow p {
  gap: 6px;
}

.cta-deploy-flow p strong {
  font-size: 12px;
}

.cta-deploy-flow p small {
  color: #86a6c8;
  font-size: 9px;
}

.cta-deploy-flow > div > b {
  font-size: 15px;
}

.cta-command-metrics {
  min-height: 74px;
}

.cta-command-metrics > span {
  padding: 15px 20px;
  gap: 7px;
}

.cta-command-metrics small {
  font-size: 7px;
}

.cta-command-metrics strong {
  font-size: 11px;
}

.contact-dock {
  margin: 0 38px 38px;
  padding: 23px;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 18px;
  border-radius: 27px;
}

.contact-dock-title {
  padding: 0 4px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.contact-dock-title > span {
  min-height: 27px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(103, 215, 255, 0.18);
  border-radius: 999px;
  background: rgba(49, 151, 234, 0.1);
  font-size: 8px;
}

.contact-dock-title strong {
  color: #e8f7ff;
  font-size: 15px;
  letter-spacing: 0.01em;
}

.contact-grid {
  gap: 12px;
}

.contact-card {
  min-height: 86px;
  padding: 15px 16px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 13px;
  border-radius: 18px;
}

.contact-card > .contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  font-size: 12px;
}

.contact-card > .contact-details {
  gap: 7px;
}

.contact-details small {
  font-size: 8px;
}

.contact-details strong {
  font-size: 12px;
}

.contact-card > .contact-action {
  gap: 6px;
  font-size: 9px;
}

.contact-action i {
  font-size: 11px;
}

.final-cta-inner.is-visible .section-index,
.final-cta-inner.is-visible .cta-kicker,
.final-cta-inner.is-visible h2,
.final-cta-inner.is-visible .cta-copy-block > p,
.final-cta-inner.is-visible .hero-actions,
.final-cta-inner.is-visible .cta-proof {
  animation: ctaCopyReveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.final-cta-inner.is-visible .cta-kicker {
  animation-delay: 0.08s;
}

.final-cta-inner.is-visible h2 {
  animation-delay: 0.14s;
}

.final-cta-inner.is-visible .cta-copy-block > p {
  animation-delay: 0.2s;
}

.final-cta-inner.is-visible .hero-actions {
  animation-delay: 0.26s;
}

.final-cta-inner.is-visible .cta-proof {
  animation-delay: 0.32s;
}

.final-cta-inner.is-visible .cta-command {
  animation: ctaConsoleReveal 1s cubic-bezier(0.16, 1, 0.3, 1) 0.16s both;
}

.final-cta-inner.is-visible .contact-dock {
  animation: ctaDockReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.34s both;
}

@keyframes ctaCopyReveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ctaConsoleReveal {
  from {
    opacity: 0;
    transform: translate3d(38px, 16px, 0) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes ctaDockReveal {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1180px) {
  .cta-content {
    padding: 60px 46px 38px;
    grid-template-columns: minmax(330px, 0.82fr) minmax(460px, 1.18fr);
    gap: 42px;
  }

  .final-cta h2 {
    font-size: clamp(47px, 4.5vw, 58px);
  }

  .cta-command-main {
    padding-inline: 24px;
    gap: 18px;
  }
}

@media (max-width: 920px) {
  .cta-content {
    padding: 54px 38px 34px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .cta-copy-block {
    max-width: 680px;
  }

  .cta-command {
    width: 100%;
    max-width: none;
  }

  .contact-dock {
    margin: 0 26px 26px;
  }
}

@media (max-width: 720px) {
  .final-cta {
    padding: 80px 0;
  }

  .final-cta-inner {
    border-radius: 30px;
  }

  .cta-content {
    padding: 44px 22px 30px;
    gap: 40px;
  }

  .final-cta h2 {
    font-size: clamp(39px, 11vw, 50px);
    line-height: 1.16;
    letter-spacing: -0.035em;
  }

  .final-cta .cta-copy-block > p {
    font-size: 14px;
  }

  .cta-command-main {
    grid-template-columns: 1fr;
    padding: 26px 20px;
  }

  .cta-device-core {
    min-height: 250px;
  }

  .contact-dock {
    margin: 0 15px 15px;
    padding: 18px;
  }

  .contact-dock-title {
    align-items: flex-start;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .cta-content {
    padding: 38px 17px 24px;
  }

  .final-cta h2 {
    margin-block: 22px;
    font-size: 37px;
  }

  .final-cta .hero-actions {
    gap: 10px;
  }

  .cta-command-head {
    min-height: 56px;
    padding-inline: 15px;
  }

  .cta-command-head > span {
    display: none;
  }

  .cta-deploy-flow {
    display: flex;
  }

  .cta-deploy-flow p strong {
    font-size: 11px;
  }

  .contact-dock-title {
    flex-direction: column;
    gap: 12px;
  }

  .contact-card {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .contact-card > .contact-action {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .final-cta-inner.is-visible .section-index,
  .final-cta-inner.is-visible .cta-kicker,
  .final-cta-inner.is-visible h2,
  .final-cta-inner.is-visible .cta-copy-block > p,
  .final-cta-inner.is-visible .hero-actions,
  .final-cta-inner.is-visible .cta-proof,
  .final-cta-inner.is-visible .cta-command,
  .final-cta-inner.is-visible .contact-dock {
    animation: none !important;
  }
}

/* v5.10 cloud-device identity glyph */
.cloud-device-glyph,
.matrix-brand-symbol {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  color: #dff8ff;
  filter: drop-shadow(0 0 11px rgba(91, 220, 255, 0.5));
}

.cloud-device-glyph {
  width: 47px;
  height: 47px;
}

.matrix-brand-symbol svg,
.cloud-device-glyph svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.glyph-route,
.glyph-device,
.glyph-screen,
.glyph-cloud,
.glyph-arrow,
.glyph-home {
  vector-effect: non-scaling-stroke;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.glyph-route {
  stroke: rgba(120, 225, 255, 0.72);
  stroke-width: 1.4;
  stroke-dasharray: 3 4;
  animation: cloudGlyphRoute 3.8s linear infinite;
}

.glyph-node {
  fill: #65e7ff;
  stroke: rgba(225, 252, 255, 0.85);
  stroke-width: 1;
  transform-box: fill-box;
  transform-origin: center;
  animation: cloudGlyphNode 2.2s ease-in-out infinite;
}

.glyph-node:nth-of-type(2) {
  animation-delay: -0.55s;
}

.glyph-node:nth-of-type(3) {
  animation-delay: -1.1s;
}

.glyph-node:nth-of-type(4) {
  animation-delay: -1.65s;
}

.glyph-device {
  fill: rgba(12, 69, 151, 0.7);
  stroke: rgba(221, 248, 255, 0.95);
  stroke-width: 2;
}

.glyph-screen {
  fill: rgba(78, 177, 255, 0.16);
  stroke: rgba(121, 222, 255, 0.52);
  stroke-width: 1;
}

.glyph-cloud {
  fill: rgba(184, 239, 255, 0.16);
  stroke: #bdefff;
  stroke-width: 1.5;
}

.glyph-arrow {
  stroke: #75f0d0;
  stroke-width: 1.7;
}

.glyph-home {
  stroke: rgba(219, 247, 255, 0.75);
  stroke-width: 1.5;
}

.matrix-brand > .matrix-brand-symbol {
  padding: 5px;
}

.matrix-brand-symbol .glyph-route {
  stroke-width: 2;
}

.matrix-brand-symbol .glyph-node {
  stroke-width: 0;
}

.matrix-brand-symbol .glyph-device {
  fill: rgba(10, 72, 164, 0.36);
  stroke-width: 2.8;
}

.matrix-brand-symbol .glyph-screen {
  stroke-width: 1.8;
}

.matrix-brand-symbol .glyph-cloud,
.matrix-brand-symbol .glyph-arrow,
.matrix-brand-symbol .glyph-home {
  stroke-width: 2.2;
}

.matrix-cloud-core .cloud-device-glyph {
  width: 48px;
  height: 48px;
}

.cta-phone-screen .cloud-device-glyph {
  width: 48px;
  height: 48px;
}

@keyframes cloudGlyphRoute {
  to {
    stroke-dashoffset: -28;
  }
}

@keyframes cloudGlyphNode {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.78);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@media (prefers-reduced-motion: reduce) {
  .glyph-route,
  .glyph-node {
    animation: none !important;
  }
}
