@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap');

/* =========================================================
   NEW HOME PAGE LAYOUT
   ========================================================= */
.theme-new {
  margin: 0;
  padding: 0;
  background-color: #030304;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  line-height: 1.5;
}

.hero-bg-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140vh;
  background-color: #030304;
  background-image: url('hero-bg-red.png');
  background-position: center top;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
  opacity: 0.9;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
}

.hero-bg-new video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.1) contrast(1.06) brightness(0.9);
}

.hero-bg-scrim-new {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 58% 20%, rgba(255,38,38,0.16), transparent 42%),
    linear-gradient(90deg, rgba(3,3,4,0.62) 0%, rgba(3,3,4,0.14) 48%, rgba(3,3,4,0.6) 100%),
    linear-gradient(180deg, rgba(3,3,4,0.14) 0%, rgba(3,3,4,0.04) 48%, rgba(3,3,4,0.74) 100%);
}

.theme-new .page-shell-new {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 76px 40px 0;
}
/* Critical fix: Reset transform on loaded body to destroy transform coordinate context,
   enabling position: fixed; navigation bar to lock to the viewport instead of scrolling away. */
body.loaded .page-shell-new {
  transform: none !important;
}

/* GLOBAL THEME OVERRIDES */
.theme-new h1, .theme-new h2, .theme-new h3, .theme-new h4, .theme-new h5, .theme-new h6 {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
}

/* TOPBAR */
.topbar-new {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 24px max(40px, calc((100vw - 1200px) / 2 + 40px));
  /* Glassmorphism styling with low blur as requested */
  background: rgba(3, 3, 4, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.3s ease, border-color 0.3s ease, padding 0.3s ease;
}
.logo-area-new {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: white;
}
.logo-img-new {
  width: auto;
  height: 28px;
  object-fit: contain;
}
.footer-logo-img {
  height: 24px;
}
.logo-img-new {
  width: auto;
  height: 28px;
  object-fit: contain;
}
.footer-logo-img {
  height: 24px;
}
.logo-text-new {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 18px;
  letter-spacing: 0.3em;
  font-weight: 700;
}
.nav-links-new {
  display: flex;
  gap: 32px;
}
.nav-links-new a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: color 0.3s ease;
  position: relative;
}
.nav-links-new a:hover {
  color: white;
}
.nav-links-new a.active {
  color: white;
}
.nav-links-new a.active::after {
  content: '';
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ff2626;
}
.dashboard-btn-new {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 4px;
  background: rgba(255,255,255,0.03);
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-family: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
}
.dashboard-btn-new:hover {
  border-color: rgba(255,255,255,0.5);
  background: rgba(255,38,38,0.08);
  box-shadow: 0 0 24px rgba(255,38,38,0.12);
}
.dashboard-btn-new.signed-in .dot-new {
  background: #78ffb8;
  box-shadow: 0 0 12px rgba(120,255,184,0.52);
}
.dot-new {
  width: 6px;
  height: 6px;
  background: #ff2626;
  border-radius: 50%;
}
.dashboard-toggle-new {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.dashboard-overlay-new {
  position: fixed;
  inset: 0;
  z-index: 30;
  visibility: hidden;
  pointer-events: none;
}
.dashboard-backdrop-new {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.68);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.dashboard-panel-new {
  position: absolute;
  top: 24px;
  right: max(24px, calc((100vw - 1200px) / 2 + 40px));
  width: min(430px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  padding: 28px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.13), rgba(255,255,255,0.035)),
    rgba(8,8,10,0.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 28px 90px rgba(0,0,0,0.58), 0 0 38px rgba(255,38,38,0.1);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  transform: translateY(-14px) scale(0.98);
  opacity: 0;
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.dashboard-panel-new::-webkit-scrollbar {
  width: 8px;
}
.dashboard-panel-new::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.04);
}
.dashboard-panel-new::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255,38,38,0.35);
}
.dashboard-toggle-new:checked + .dashboard-overlay-new {
  visibility: visible;
  pointer-events: auto;
}
.dashboard-toggle-new:checked + .dashboard-overlay-new .dashboard-backdrop-new,
.dashboard-toggle-new:checked + .dashboard-overlay-new .dashboard-panel-new {
  opacity: 1;
}
.dashboard-toggle-new:checked + .dashboard-overlay-new .dashboard-panel-new {
  transform: translateY(0) scale(1);
}
.dashboard-panel-head-new {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 15px;
}
.dashboard-kicker-new {
  display: block;
  margin-bottom: 8px;
  color: #ff2626;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.dashboard-panel-head-new h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.dashboard-close-new {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 4px;
  color: rgba(255,255,255,0.8);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
}
.dashboard-close-new:hover {
  border-color: rgba(255,38,38,0.45);
  background: rgba(255,38,38,0.08);
  color: white;
}
.dashboard-login-new {
  display: grid;
  gap: 16px;
}
.dashboard-auth-forms-new[hidden],
.dashboard-profile-new[hidden] {
  display: none;
}
.dashboard-profile-new {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.035));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}
.dashboard-avatar-new {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255,38,38,0.42);
  border-radius: 50%;
  background: rgba(255,38,38,0.14);
  color: white;
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 0 24px rgba(255,38,38,0.16);
}
.dashboard-profile-label-new,
.dashboard-profile-grid-new span {
  display: block;
  color: rgba(255,255,255,0.5);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.dashboard-profile-new h3 {
  margin: 5px 0 4px;
  color: white;
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 17px;
  font-weight: 600;
}
.dashboard-profile-new p {
  margin: 0;
  color: rgba(255,255,255,0.62);
  font-size: 13px;
  overflow-wrap: anywhere;
}
.dashboard-profile-grid-new {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.dashboard-profile-grid-new div {
  min-width: 0;
  padding: 13px 12px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  background: rgba(0,0,0,0.22);
}
.dashboard-profile-grid-new strong {
  display: block;
  margin-top: 7px;
  color: white;
  font-size: 13px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dashboard-login-new label {
  display: grid;
  gap: 8px;
}
.dashboard-login-new label span,
.dashboard-row-new,
.dashboard-metrics-new span {
  color: rgba(255,255,255,0.56);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.dashboard-login-new input[type="email"],
.dashboard-login-new input[type="password"],
.dashboard-login-new input[type="text"] {
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 4px;
  background: rgba(0,0,0,0.34);
  color: white;
  padding: 0 14px;
  font: inherit;
  outline: none;
}
.dashboard-login-new input:focus {
  border-color: rgba(255,38,38,0.55);
  box-shadow: 0 0 0 3px rgba(255,38,38,0.08);
}
.dashboard-row-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-transform: none;
  letter-spacing: 0;
}
.dashboard-check-new {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 9px !important;
}
.dashboard-check-new input {
  accent-color: #ff2626;
}
.dashboard-check-new span {
  text-transform: none;
  letter-spacing: 0;
}
.dashboard-text-action-new {
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  color: rgba(255,255,255,0.66);
  text-decoration: none;
  cursor: pointer;
}
.dashboard-text-action-new:hover {
  color: white;
}
.dashboard-login-new button,
.dashboard-network-link-new,
.dashboard-signout-new {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid rgba(255,38,38,0.35);
  border-radius: 4px;
  background: rgba(255,38,38,0.16);
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}
.dashboard-login-new button:hover,
.dashboard-network-link-new:hover,
.dashboard-signout-new:hover {
  border-color: rgba(255,38,38,0.7);
  background: rgba(255,38,38,0.28);
}
.dashboard-signout-new {
  width: 100%;
  margin-top: 10px;
  border-color: rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
}
.dashboard-signup-new {
  margin-top: 16px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  background: rgba(255,255,255,0.035);
  overflow: hidden;
}
.dashboard-signup-new summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 0 14px;
  color: rgba(255,255,255,0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}
.dashboard-signup-new summary::-webkit-details-marker {
  display: none;
}
.dashboard-signup-new summary::after {
  content: '+';
  color: #ff2626;
  font-size: 18px;
  line-height: 1;
}
.dashboard-signup-new[open] summary::after {
  content: '-';
}
.dashboard-signup-form-new {
  padding: 0 14px 14px;
}
.dashboard-form-hint-new,
.dashboard-debug-new {
  margin: -4px 0 0;
  color: rgba(255,255,255,0.44);
  font-size: 11px;
  line-height: 1.45;
}
.dashboard-status-new {
  min-height: 20px;
  margin: 14px 0 0;
  color: rgba(255,255,255,0.58);
  font-size: 12px;
  line-height: 1.5;
}
.dashboard-status-new.success {
  color: rgba(120,255,184,0.9);
}
.dashboard-status-new.error {
  color: rgba(255,120,120,0.92);
}
.dashboard-debug-new {
  min-height: 16px;
  margin-top: 4px;
  overflow-wrap: anywhere;
}
.dashboard-divider-new {
  height: 1px;
  margin: 24px 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.16), transparent);
}
.dashboard-metrics-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}
.dashboard-metrics-new div {
  min-width: 0;
  padding: 14px 12px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  background: rgba(255,255,255,0.04);
}
.dashboard-metrics-new strong {
  display: block;
  margin-top: 7px;
  color: white;
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

/* HERO */
.hero-new {
  padding: 80px 0 100px;
}
.theme-new .hero-title-new {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: clamp(48px, 12vw, 96px);
  font-weight: 800;
  line-height: 1;
  margin: 0 0 16px -5px;
  letter-spacing: 0.05em;
}
.hero-subtitle-new {
  font-size: 14px;
  letter-spacing: 0.4em;
  color: rgba(255,255,255,0.7);
  margin: 0 0 24px;
  font-weight: 500;
}
.hero-desc-new {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.6);
  max-width: 480px;
  margin: 0 0 24px;
}
.hero-actions-new {
  display: flex;
  gap: 20px;
}
.btn-primary-new, .btn-secondary-new {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.btn-primary-new {
  background: rgba(255,38,38,0.15);
  border: 1px solid rgba(255,38,38,0.4);
  color: white;
}
.btn-primary-new:hover {
  background: rgba(255,38,38,0.3);
}
.btn-secondary-new {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  color: white;
}
.btn-secondary-new:hover {
  border-color: rgba(255,255,255,0.4);
}

/* SITE-WIDE THEME CONSISTENCY */
.theme-new .content-section {
  border-top: 1px solid rgba(255,255,255,0.05);
}
.theme-new .content-block,
.theme-new .detail-card,
.theme-new .application-item,
.theme-new .story-panel,
.theme-new .page-quote,
.theme-new .network-panel,
.theme-new .network-zone-card,
.theme-new .modal-panel,
.theme-new .dashboard-drawer,
.theme-new .media-panel,
.theme-new .image-card {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025)),
    rgba(10,10,12,0.54);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 20px 54px rgba(0,0,0,0.32);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.theme-new .content-block:hover,
.theme-new .detail-card:hover,
.theme-new .application-item:hover,
.theme-new .story-panel:hover,
.theme-new .network-zone-card:hover {
  border-color: rgba(255,38,38,0.35);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.11), rgba(255,38,38,0.035)),
    rgba(10,10,12,0.62);
}
.theme-new .section-kicker,
.theme-new .panel-kicker,
.theme-new .eyebrow-line {
  color: #ff2626;
}

/* COMMON SECTION */
.section-new {
  padding: 60px 0;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.section-kicker-new {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.kicker-line {
  width: 24px;
  height: 2px;
  background: #ff2626;
}
.section-kicker-new span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.5);
}
.section-title-new {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 28px;
}

/* FEATURES GRID */
.features-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.feature-item-new {
  padding-right: 20px;
  border-right: 1px solid rgba(255,255,255,0.05);
}
.feature-item-new:last-child {
  border-right: none;
}
.feature-icon-new {
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
}
.feature-icon-new.red { color: #ff2626; }
.feature-icon-new.purple { color: #b366ff; }
.feature-icon-new.blue { color: #3b82f6; }
.feature-item-new p {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

/* SYSTEMS GRID */
.systems-top-new {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 28px;
}
.systems-desc-new {
  max-width: 320px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.5);
  margin: 0 0 12px;
}
.systems-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.system-card-new {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.05);
  background-color: rgba(255,255,255,0.02);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.system-card-new:hover {
  transform: translateY(-4px);
  background-color: rgba(255,255,255,0.04);
}

.system-card-new.aira-theme { 
  border-top: 1px solid rgba(0,210,255,0.3); 
  background-image: linear-gradient(to bottom, rgba(3,3,4,0.6), rgba(3,3,4,0.95)), url('aira-bg-new.jpg');
  background-size: cover;
  background-position: center;
  background-color: transparent; /* override default */
}
.system-card-new.aira-theme:hover {
  border-top-color: rgba(0,210,255,0.7);
  background-image: linear-gradient(to bottom, rgba(3,3,4,0.4), rgba(3,3,4,0.85)), url('aira-bg-new.jpg');
  box-shadow: 0 10px 30px rgba(0,210,255,0.1);
}

.system-card-new.xeeva-theme { 
  border-top: 1px solid rgba(255,51,102,0.3); 
  background-image: linear-gradient(to bottom, rgba(3,3,4,0.6), rgba(3,3,4,0.95)), url('xeeva-bg-new.jpg');
  background-size: cover;
  background-position: center;
  background-color: transparent;
}
.system-card-new.xeeva-theme:hover { 
  border-top-color: rgba(255,51,102,0.7); 
  background-image: linear-gradient(to bottom, rgba(3,3,4,0.4), rgba(3,3,4,0.85)), url('xeeva-bg-new.jpg');
  box-shadow: 0 10px 30px rgba(255,51,102,0.15); 
}

.system-card-new.network-theme { 
  border-top: 1px solid rgba(59,130,246,0.3); 
  background-image: linear-gradient(to bottom, rgba(3,3,4,0.6), rgba(3,3,4,0.95)), url('network-bg-new.jpg');
  background-size: cover;
  background-position: center;
  background-color: transparent;
}
.system-card-new.network-theme:hover { 
  border-top-color: rgba(59,130,246,0.7); 
  background-image: linear-gradient(to bottom, rgba(3,3,4,0.4), rgba(3,3,4,0.85)), url('network-bg-new.jpg');
  box-shadow: 0 10px 30px rgba(59,130,246,0.15); 
}

.icon-wrap-new {
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
}
.aira-theme .icon-wrap-new { color: #00d2ff; }
.xeeva-theme .icon-wrap-new { color: #ff3366; }
.network-theme .icon-wrap-new { color: #3b82f6; }

.system-card-new h3 {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  letter-spacing: 0.05em;
}
.system-card-new h4 {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin: 0 0 12px;
}
.aira-theme h4 { color: #00d2ff; }
.xeeva-theme h4 { color: #ff3366; }
.network-theme h4 { color: #3b82f6; }

.system-card-new p {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.6);
  margin: 0 0 19px;
  flex-grow: 1;
}
.system-link-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: border-color 0.3s, color 0.3s;
}
.system-link-new:hover {
  border-color: rgba(255,255,255,0.3);
  color: white;
}
.aira-theme .system-link-new:hover { border-color: rgba(0,210,255,0.4); }
.xeeva-theme .system-link-new:hover { border-color: rgba(255,51,102,0.4); }
.network-theme .system-link-new:hover { border-color: rgba(59,130,246,0.4); }

/* PHILOSOPHY */
.lower-video-section-new {
  position: relative;
  margin-top: 34px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-inline: max(40px, calc((100vw - 1200px) / 2 + 40px));
  box-sizing: border-box;
  overflow: hidden;
  isolation: isolate;
}
.lower-section-video-new {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.06) brightness(0.82);
}
.lower-section-scrim-new {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3,3,4,0.8) 0%, rgba(3,3,4,0.42) 34%, rgba(3,3,4,0.68) 100%),
    linear-gradient(90deg, rgba(3,3,4,0.82) 0%, rgba(3,3,4,0.28) 52%, rgba(3,3,4,0.78) 100%);
}
.lower-video-section-new > :not(.lower-section-video-new):not(.lower-section-scrim-new) {
  position: relative;
  z-index: 2;
}
.lower-video-section-new .section-new {
  padding-inline: 0;
}
.philosophy-quote-new {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 14px;
  max-width: 700px;
}
.philosophy-desc-new {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.6);
  max-width: 500px;
  margin: 0;
}

/* FOOTER */
.footer-new {
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 10px;
  padding-inline: 0;
}
.footer-top-new {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 28px;
  align-items: end;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer-updates-panel-new {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 28px;
  align-items: end;
  min-height: 190px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.035));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 24px 70px rgba(0,0,0,0.38);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.stay-connected-new {
  font-size: 10px;
  font-weight: 700;
  color: #ff2626;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 8px;
}
.newsletter-new h4 {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 8px;
}
.newsletter-new p {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin: 0;
}
.newsletter-form-new {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 10px;
  height: 44px;
}
.newsletter-form-container {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0px;
}
.newsletter-form-new input {
  background: transparent;
  border: none;
  color: white;
  padding: 0 16px;
  font-size: 13px;
  flex-grow: 1;
  outline: none;
  height: 100%;
}
.newsletter-form-new button {
  background: rgba(255,38,38,0.15);
  border: none;
  border-left: 1px solid rgba(255,38,38,0.2);
  color: white;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  height: 100%;
}
.newsletter-form-new button:hover {
  background: rgba(255,38,38,0.3);
}
.newsletter-form-new button:disabled,
.xeeva-newsletter-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}
.newsletter-status-new {
  margin: 10px 0 0;
  color: rgba(255,255,255,0.62);
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  line-height: 1.45;
}
.newsletter-status-new.success {
  color: rgba(116,255,184,0.9);
}
.newsletter-status-new.error {
  color: rgba(255,112,112,0.92);
}
.socials-new {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 16px;
}
.follow-text-new {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.5);
}
.social-icons-new {
  display: flex;
  gap: 20px;
}
.social-icons-new a {
  color: rgba(255,255,255,0.7);
  transition: color 0.3s;
}
.social-icons-new a:hover {
  color: white;
}
.footer-bottom-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
}
.footer-logo-new {
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
}
.footer-logo-new span {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 16px;
  letter-spacing: 0.3em;
  font-weight: 700;
}
.footer-copy-new, .footer-links-new a {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
}
.footer-links-new {
  display: flex;
  gap: 24px;
}
.footer-links-new a:hover {
  color: white;
}

/* FRAGMENTATION SECTION */
.section-lead-new {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.7);
  margin: -20px 0 40px;
  max-width: 600px;
}
.fragment-grid-new {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
.fragment-item-new {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  padding: 24px;
  border-radius: 8px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.fragment-marker {
  width: 8px;
  height: 8px;
  background: #ff2626;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}
.fragment-item-new p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.6);
}
.fragment-resolution-new {
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.resolution-text {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.8);
  margin: 0 0 16px;
  max-width: 700px;
}
.resolution-accent {
  font-size: 18px;
  line-height: 1.6;
  color: white;
  font-weight: 600;
  margin: 0;
}

/* XEEVAE BLUEPRINT PAGE */
.page-xeeva.theme-new {
  background:
    radial-gradient(circle at 86% 18%, rgba(172,95,255,0.08), transparent 22rem),
    radial-gradient(circle at 16% 4%, rgba(255,255,255,0.035), transparent 16rem),
    #020204;
}
.xeeva-blueprint {
  color: white;
}
.xeeva-blueprint h1,
.xeeva-blueprint h2,
.xeeva-blueprint h3 {
  font-family: 'Orbitron', 'Space Grotesk', sans-serif;
  letter-spacing: 0.03em;
}
.xeeva-kicker {
  margin: 0 0 10px;
  color: #c77dff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.32em;
  line-height: 1.4;
  text-transform: uppercase;
}
.xeeva-blueprint p {
  color: rgba(255,255,255,0.68);
}
.xeeva-blueprint-hero {
  position: relative;
  min-height: 460px;
  padding: 70px 0 26px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.xeeva-blueprint-hero .xeeva-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.24;
  filter: saturate(0.8) contrast(1.12) brightness(0.42);
}
.xeeva-blueprint-hero .xeeva-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2,2,4,0.98) 0%, rgba(2,2,4,0.78) 42%, rgba(2,2,4,0.9) 100%),
    radial-gradient(circle at 78% 42%, rgba(184,95,255,0.16), transparent 28rem);
}
.xeeva-hero-copy,
.xeeva-device-rail {
  position: relative;
  z-index: 2;
}
.xeeva-hero-copy {
  max-width: 560px;
}
.xeeva-hero-copy h1 {
  margin: 0 0 16px;
  color: #f7f7f7;
  font-size: clamp(57px, 10vw, 105px);
  font-weight: 800;
  line-height: 0.9;
  text-shadow: 0 0 28px rgba(255,255,255,0.16);
}
.xeeva-subtitle {
  margin: 0 0 14px;
  color: #d087ff !important;
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}
.xeeva-intro {
  max-width: 440px;
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}
.xeeva-device-rail {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 720px;
  margin-top: 58px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.xeeva-device-rail span {
  display: grid;
  place-items: center;
  min-height: 72px;
  border-right: 1px solid rgba(255,255,255,0.09);
  color: rgba(255,255,255,0.84);
  font-size: 12px;
}
.xeeva-device-rail span:last-child {
  border-right: 0;
}
.xeeva-bp-section {
  padding: 46px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.xeeva-split,
.xeeva-capability-row,
.xeeva-drive-band,
.xeeva-problem-solution,
.xeeva-philosophy {
  display: grid;
  grid-template-columns: minmax(0,0.95fr) minmax(0,1.05fr);
  gap: 70px;
  align-items: center;
}
.xeeva-bp-section h2 {
  max-width: 520px;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(20px, 3.2vw, 33px);
  font-weight: 500;
  line-height: 1.14;
}
.xeeva-bp-section p {
  max-width: 520px;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}
.xeeva-glass-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,0.07), rgba(255,255,255,0.018)), rgba(4,4,7,0.58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 20px 54px rgba(0,0,0,0.34);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.xeeva-card-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
  border: 1px solid rgba(199,125,255,0.28);
  border-radius: 8px;
  color: #c77dff;
  font-size: 23px;
  background: rgba(199,125,255,0.055);
}
.xeeva-glass-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}
.xeeva-glass-card p,
.xeeva-glass-card strong {
  display: block;
  margin: 0;
  color: rgba(255,255,255,0.66);
  font-size: 13px;
  line-height: 1.65;
}
.xeeva-glass-card strong {
  margin-top: 16px;
  color: #d087ff;
  font-weight: 500;
}
.xeeva-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.xeeva-capability-grid .xeeva-glass-card {
  min-height: 185px;
  padding: 22px;
}
.xeeva-capability-grid .xeeva-card-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  border-radius: 50%;
  font-size: 19px;
}
.xeeva-drive-list {
  display: grid;
  gap: 18px;
  max-width: 430px;
  padding-left: 28px;
  border-left: 1px solid rgba(199,125,255,0.55);
}
.xeeva-drive-list span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  color: rgba(255,255,255,0.74);
  font-size: 14px;
}
.xeeva-drive-list span::before {
  width: 34px;
  height: 34px;
  margin-right: 16px;
  border: 1px solid rgba(199,125,255,0.22);
  border-radius: 6px;
  background: rgba(199,125,255,0.055);
  content: "";
}
.xeeva-mini-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 210px;
  margin-top: 24px;
  padding: 11px 16px;
  border: 1px solid rgba(199,125,255,0.44);
  border-radius: 4px;
  color: #d087ff;
  font-size: 12px;
  text-decoration: none;
}
.xeeva-problem-solution {
  grid-template-columns: minmax(0,1fr) 54px minmax(0,1fr);
  gap: 36px;
}
.xeeva-problem-solution article {
  min-height: 180px;
}
.xeeva-arrow {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(199,125,255,0.52);
  border-radius: 50%;
  color: #d087ff;
  font-size: 22px;
}
.xeeva-bp-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.xeeva-bp-strip article {
  min-height: 120px;
  padding: 28px 22px;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.xeeva-bp-strip article:last-child {
  border-right: 0;
}
.xeeva-bp-strip h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 15px;
}
.xeeva-bp-strip p {
  margin: 0;
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  line-height: 1.55;
}
.xeeva-visuals {
  display: grid;
  grid-template-columns: minmax(0,0.45fr) minmax(0,1.55fr);
  gap: 36px;
  align-items: start;
}
.xeeva-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
.xeeva-visual-grid figure {
  margin: 0;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.025);
  overflow: hidden;
}
.xeeva-visual-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1.15;
  object-fit: cover;
}
.xeeva-philosophy blockquote {
  max-width: 620px;
  margin: 0 0 10px;
  color: #fff;
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: clamp(19px, 3vw, 28px);
  line-height: 1.24;
}
.xeeva-orbit {
  display: grid;
  place-items: center;
  justify-self: center;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(199,125,255,0.3);
  border-radius: 50%;
  color: #c77dff;
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 35px;
  box-shadow: 0 0 0 28px rgba(199,125,255,0.025), 0 0 0 58px rgba(255,255,255,0.018);
}
.page-xeeva .footer-new {
  margin-top: 0;
}

@media(max-width: 900px) {
  .xeeva-blueprint-hero {
    padding-top: 54px;
  }
  .xeeva-hero-copy h1 {
    font-size: clamp(43px, 19vw, 67px);
  }
  .xeeva-subtitle {
    font-size: 13px;
    letter-spacing: 0.22em;
  }
  .xeeva-device-rail,
  .xeeva-capability-grid,
  .xeeva-bp-strip,
  .xeeva-visual-grid {
    grid-template-columns: 1fr 1fr;
  }
  .xeeva-split,
  .xeeva-capability-row,
  .xeeva-drive-band,
  .xeeva-philosophy,
  .xeeva-visuals {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .xeeva-problem-solution {
    grid-template-columns: 1fr;
  }
  .xeeva-arrow {
    transform: rotate(90deg);
  }
}

@media(max-width: 560px) {
  .xeeva-device-rail,
  .xeeva-capability-grid,
  .xeeva-bp-strip,
  .xeeva-visual-grid {
    grid-template-columns: 1fr;
  }
  .xeeva-device-rail span,
  .xeeva-bp-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
}

/* PHILOSOPHY PILLARS */
.philosophy-pillars-new {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 36px;
}
.pillar-new {
  border-left: 1px solid rgba(255,38,38,0.3);
  padding-left: 20px;
}
.pillar-label {
  display: block;
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #ff2626;
  margin-bottom: 12px;
}
.pillar-new h3 {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px;
}
.pillar-new p {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.6);
  margin: 0;
}
.philosophy-quote-wrapper {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  padding: 48px;
  border-radius: 8px;
}

@media(max-width: 900px) {
  .theme-new .page-shell-new {
    padding: 106px 24px 0 !important;
  }
  .topbar-new {
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px max(24px, calc((100vw - 1200px) / 2 + 24px));
  }
  .nav-links-new a.active::after {
    bottom: -16px;
  }
  .dashboard-btn-new {
    margin-left: auto;
  }
  .dashboard-panel-new {
    top: 16px;
    right: 16px;
    width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
    padding: 22px;
  }
  .dashboard-metrics-new {
    grid-template-columns: 1fr;
  }
  .features-grid-new, .systems-grid-new, .fragment-grid-new, .philosophy-pillars-new {
    grid-template-columns: 1fr;
  }
  .feature-item-new {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding-bottom: 30px;
  }
  .pillar-new {
    border-left: none;
    border-top: 1px solid rgba(255,38,38,0.3);
    padding-top: 20px;
    padding-left: 0;
  }
  .systems-top-new {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .lower-video-section-new {
    padding-inline: 22px;
  }
  .footer-top-new {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 28px 0;
  }
  .footer-updates-panel-new {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: auto;
    padding: 26px 22px;
  }
  .socials-new {
    align-items: flex-start;
  }
}

/* =========================================================
   X-EVAE PAGE UI REFINEMENT (DARK AURORA)
   ========================================================= */

.page-xeeva {
  background-color: #030304;
  color: rgba(255, 255, 255, 0.7);
}

.xeeva-blueprint {
  position: relative;
  overflow: hidden;
}

.xeeva-blueprint-hero {
  position: relative;
  min-height: 95vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 120px 20px;
  overflow: hidden;
}

.xeeva-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.5;
  filter: saturate(1.2) contrast(1.1);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
}

.xeeva-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(ellipse at center, rgba(179,102,255,0.12) 0%, transparent 60%),
              linear-gradient(to bottom, rgba(3,3,4,0.3) 0%, #030304 100%);
}

.xeeva-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.xeeva-kicker {
  color: #b366ff;
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.xeeva-hero-copy h1 {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: clamp(48px, 10vw, 112px);
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  text-shadow: 0 0 40px rgba(179,102,255,0.4);
}

.xeeva-subtitle {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  margin-bottom: 24px;
}

.xeeva-intro {
  font-size: 18px;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

.xeeva-device-rail {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.xeeva-device-rail span {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  background: rgba(255,255,255,0.02);
  transition: all 0.3s ease;
}

.xeeva-device-rail span:hover {
  color: #ffffff;
  border-color: rgba(179,102,255,0.5);
  background: rgba(179,102,255,0.1);
  box-shadow: 0 0 20px rgba(179,102,255,0.2);
}

.xeeva-bp-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 40px;
}

.xeeva-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 120px;
}

.xeeva-split h2, .xeeva-section-label h2, .xeeva-drive-band h2, .xeeva-problem-solution h2, .xeeva-visuals h2, .xeeva-philosophy h2 {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 14px;
}

.xeeva-split p, .xeeva-section-label p, .xeeva-drive-band p, .xeeva-philosophy p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.6);
}

.xeeva-glass-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.06);
  border-top: 1px solid rgba(179,102,255,0.3);
  border-radius: 12px;
  padding: 40px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.xeeva-glass-card:hover {
  transform: translateY(-5px);
  border-top-color: rgba(179,102,255,0.8);
  box-shadow: 0 15px 40px rgba(179,102,255,0.15);
}

.xeeva-promise-card {
  position: relative;
  overflow: hidden;
}

.xeeva-promise-card::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(179,102,255,0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.xeeva-card-icon {
  display: inline-block;
  font-size: 20px;
  color: #b366ff;
  margin-bottom: 12px;
}

.xeeva-glass-card h3 {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 16px;
}

.xeeva-glass-card strong {
  display: block;
  margin-top: 24px;
  font-size: 14px;
  color: #b366ff;
  font-weight: 600;
}

.xeeva-capability-row {
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 120px;
}

.xeeva-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.xeeva-capability-grid .xeeva-glass-card {
  padding: 30px 24px;
}

.xeeva-capability-grid h3 {
  font-size: 18px;
}

.xeeva-capability-grid p {
  font-size: 14px;
  margin: 0;
}

.xeeva-drive-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 120px;
}

.xeeva-mini-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #b366ff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(179,102,255,0.4);
  padding-bottom: 4px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.xeeva-mini-action:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.xeeva-drive-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.xeeva-drive-list span {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
  padding: 20px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.xeeva-drive-list span::before {
  content: '⚡';
  margin-right: 16px;
  color: #b366ff;
  font-size: 16px;
}

.xeeva-problem-solution {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: rgba(255,255,255,0.015);
  padding: 80px 40px;
  border-radius: 12px;
  margin-top: 120px;
  border: 1px solid rgba(255,255,255,0.03);
}

.xeeva-problem-solution article {
  flex: 1;
}

.xeeva-arrow {
  font-size: 27px;
  color: rgba(255,255,255,0.15);
}

.xeeva-bp-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  background: rgba(255,255,255,0.005);
  margin-top: 120px;
}

.xeeva-bp-strip article {
  padding: 40px;
  border-right: 1px solid rgba(255,255,255,0.05);
}

.xeeva-bp-strip article:last-child {
  border-right: none;
}

.xeeva-bp-strip h3 {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.xeeva-bp-strip p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.5);
  margin: 0;
}

.xeeva-visuals {
  margin-top: 120px;
}

.xeeva-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.xeeva-visual-grid figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  background: rgba(255,255,255,0.02);
}

.xeeva-visual-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, filter 0.5s ease;
  filter: grayscale(60%) brightness(0.8);
}

.xeeva-visual-grid figure:hover img {
  transform: scale(1.05);
  filter: grayscale(0%) brightness(1);
}

.xeeva-philosophy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 120px;
}

.xeeva-philosophy blockquote {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-style: italic;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 0 18px 0;
}

.xeeva-philosophy .solo-credit {
  color: #b366ff;
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 40px;
}

.xeeva-orbit {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 136px;
  font-weight: 900;
  color: rgba(179,102,255,0.1);
  text-align: center;
  animation: pulse 4s infinite ease-in-out;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.05); opacity: 1; text-shadow: 0 0 40px rgba(179,102,255,0.4); }
  100% { transform: scale(1); opacity: 0.5; }
}

@media (max-width: 992px) {
  .xeeva-split, .xeeva-drive-band, .xeeva-philosophy { grid-template-columns: 1fr; gap: 40px; }
  .xeeva-capability-grid, .xeeva-bp-strip { grid-template-columns: 1fr 1fr; }
  .xeeva-problem-solution { flex-direction: column; text-align: center; }
  .xeeva-arrow { transform: rotate(90deg); }
  .xeeva-visual-grid { grid-template-columns: 1fr; }
  .xeeva-hero-copy h1 { font-size: 68px; }
}

@media (max-width: 768px) {
  .xeeva-capability-grid, .xeeva-bp-strip { grid-template-columns: 1fr; }
  .xeeva-bp-strip article { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.05); }
}

/* Final cascade lock: shared Index/Home UI across product pages. */
.theme-new {
  --page-accent: #ff2626;
  --page-accent-rgb: 255, 38, 38;
}

.page-xeeva.theme-new {
  --page-accent: #ff2626;
  --page-accent-rgb: 255, 38, 38;
  --page-panel: rgba(18, 5, 7, 0.58);
  background-color: #050204;
}

.page-aira.theme-new {
  --page-accent: #23e6ff;
  --page-accent-rgb: 35, 230, 255;
  --page-panel: rgba(3, 13, 22, 0.58);
  background-color: #020712;
}

.page-network.theme-new,
.network-page.theme-new {
  --page-accent: #2f6dff;
  --page-accent-rgb: 47, 109, 255;
  --page-panel: rgba(2, 8, 24, 0.62);
  background-color: #01040e;
}

.theme-new:not(.page-home) .page-shell-new {
  max-width: 1200px;
  padding: 76px 40px 0;
}

.theme-new:not(.page-home) .topbar-new {
  min-height: auto;
  padding: 24px max(40px, calc((100vw - 1200px) / 2 + 40px));
  background: rgba(3, 3, 4, 0.45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.theme-new:not(.page-home) .nav-links-new a {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.theme-new:not(.page-home) .nav-links-new a.active::after {
  bottom: -26px;
  background: var(--page-accent);
  box-shadow: none;
}

.theme-new:not(.page-home) .dashboard-btn-new,
.theme-new .dashboard-login-new button,
.theme-new .dashboard-network-link-new,
.theme-new .dashboard-signout-new {
  border-radius: 4px;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0.08em;
}

.theme-new .dashboard-btn-new:hover,
.theme-new .dashboard-btn-new.signed-in {
  border-color: rgba(var(--page-accent-rgb), 0.5);
  background: rgba(var(--page-accent-rgb), 0.08);
  box-shadow: 0 0 24px rgba(var(--page-accent-rgb), 0.12);
}

.theme-new .dashboard-panel-new {
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 28px 90px rgba(0,0,0,0.58), 0 0 38px rgba(var(--page-accent-rgb),0.1);
}

.theme-new .dashboard-kicker-new,
.theme-new .dashboard-signup-new summary::after,
.theme-new:not(.page-home) .section-kicker,
.theme-new:not(.page-home) .panel-kicker,
.theme-new:not(.page-home) .eyebrow-line {
  color: var(--page-accent);
}

.theme-new .dashboard-avatar-new,
.theme-new .dashboard-login-new button,
.theme-new .dashboard-network-link-new {
  border-color: rgba(var(--page-accent-rgb), 0.38);
  background: rgba(var(--page-accent-rgb), 0.16);
}

.theme-new .dashboard-login-new input:focus {
  border-color: rgba(var(--page-accent-rgb), 0.55);
  box-shadow: 0 0 0 3px rgba(var(--page-accent-rgb), 0.08);
}

.theme-new .dashboard-panel-new::-webkit-scrollbar-thumb,
.theme-new .dashboard-check-new input {
  accent-color: var(--page-accent);
}

.theme-new:not(.page-home) .page-hero h1,
.theme-new:not(.page-home) h2,
.theme-new:not(.page-home) .panel-title,
.theme-new:not(.page-home) .station-title,
.theme-new:not(.page-home) .page-quote p,
.theme-new:not(.page-home) .media-copy h3,
.theme-new:not(.page-home) .detail-card h3,
.theme-new:not(.page-home) .application-item h3,
.theme-new:not(.page-home) .story-panel h3 {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
}

.theme-new:not(.page-home) .page-hero h1 {
  font-size: clamp(48px, 12vw, 96px);
  font-weight: 800;
  letter-spacing: 0.05em;
}

.theme-new:not(.page-home) .subtitle {
  color: rgba(var(--page-accent-rgb), 0.86);
}

.theme-new:not(.page-home) .content-block,
.theme-new:not(.page-home) .detail-card,
.theme-new:not(.page-home) .application-item,
.theme-new:not(.page-home) .story-panel,
.theme-new:not(.page-home) .image-card,
.theme-new:not(.page-home) .media-panel,
.theme-new:not(.page-home) .brief-copy,
.theme-new:not(.page-home) .network-panel,
.theme-new:not(.page-home) .network-zone-card,
.theme-new:not(.page-home) .feed-card,
.theme-new:not(.page-home) .drawer-card,
.theme-new:not(.page-home) .modal-panel,
.theme-new:not(.page-home) .dashboard-drawer,
.theme-new:not(.page-home) .network-tabs {
  border-radius: 8px;
  border-color: rgba(255,255,255,0.12);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025)),
    var(--page-panel);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 20px 54px rgba(0,0,0,0.32);
}

.theme-new:not(.page-home) .content-block:hover,
.theme-new:not(.page-home) .detail-card:hover,
.theme-new:not(.page-home) .application-item:hover,
.theme-new:not(.page-home) .story-panel:hover,
.theme-new:not(.page-home) .image-card:hover,
.theme-new:not(.page-home) .network-zone-card:hover,
.theme-new:not(.page-home) .feed-card:hover {
  border-color: rgba(var(--page-accent-rgb), 0.38);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 24px 64px rgba(0,0,0,0.4), 0 0 32px rgba(var(--page-accent-rgb),0.1);
}

.theme-new.page-xeeva .video-overlay,
.theme-new.page-xeeva .xeeva-hero-scrim,
.theme-new.page-xeeva .xeeva-hero::before {
  background:
    radial-gradient(ellipse at 50% 18%, rgba(255,38,38,0.18), transparent 54%),
    linear-gradient(180deg, rgba(3,3,4,0.18), rgba(3,3,4,0.74));
}

.theme-new.page-aira .hero-video-overlay {
  background:
    radial-gradient(ellipse at 55% 18%, rgba(35,230,255,0.17), transparent 52%),
    radial-gradient(ellipse at 20% 72%, rgba(25,84,255,0.16), transparent 56%),
    linear-gradient(180deg, rgba(2,7,18,0.22), rgba(2,7,18,0.78));
}

.theme-new.page-network .hero-video-overlay {
  background:
    radial-gradient(ellipse at 55% 18%, rgba(47,109,255,0.2), transparent 52%),
    linear-gradient(180deg, rgba(1,4,14,0.22), rgba(1,4,14,0.84));
}

@media (max-width: 900px) {
  .theme-new:not(.page-home) .page-shell-new {
    padding-left: 22px;
    padding-right: 22px;
  }

  .theme-new:not(.page-home) .topbar-new {
    padding: 18px 22px;
  }
}

/* =========================================================
   FINAL SITE-WIDE UI ALIGNMENT
   Keeps every page on the Index/Home visual system while
   allowing each product page to carry its own accent theme.
   ========================================================= */

.theme-new {
  --page-accent: #ff2626;
  --page-accent-rgb: 255, 38, 38;
  --page-glow: rgba(var(--page-accent-rgb), 0.16);
}

.page-xeeva.theme-new {
  --page-accent: #ff2626;
  --page-accent-rgb: 255, 38, 38;
  --page-panel: rgba(18, 5, 7, 0.58);
  background-color: #050204;
}

.page-aira.theme-new {
  --page-accent: #23e6ff;
  --page-accent-rgb: 35, 230, 255;
  --page-panel: rgba(3, 13, 22, 0.58);
  background-color: #020712;
}

.page-network.theme-new,
.network-page.theme-new {
  --page-accent: #2f6dff;
  --page-accent-rgb: 47, 109, 255;
  --page-panel: rgba(2, 8, 24, 0.62);
  background-color: #01040e;
}

.theme-new:not(.page-home) {
  font-family: 'Manrope', sans-serif;
}

.theme-new:not(.page-home) .page-shell-new {
  max-width: 1200px;
  padding: 76px 40px 0;
}

.theme-new:not(.page-home) .topbar-new {
  min-height: auto;
  padding: 24px max(40px, calc((100vw - 1200px) / 2 + 40px));
  background: rgba(3, 3, 4, 0.45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.theme-new:not(.page-home) .nav-links-new a {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.theme-new:not(.page-home) .nav-links-new a.active::after {
  bottom: -26px;
  background: var(--page-accent);
  box-shadow: none;
}

.theme-new:not(.page-home) .dashboard-btn-new,
.theme-new .dashboard-login-new button,
.theme-new .dashboard-network-link-new,
.theme-new .dashboard-signout-new {
  border-radius: 4px;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0.08em;
}

.theme-new .dashboard-btn-new:hover,
.theme-new .dashboard-btn-new.signed-in {
  border-color: rgba(var(--page-accent-rgb), 0.5);
  background: rgba(var(--page-accent-rgb), 0.08);
  box-shadow: 0 0 24px rgba(var(--page-accent-rgb), 0.12);
}

.theme-new .dashboard-panel-new {
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 28px 90px rgba(0,0,0,0.58), 0 0 38px rgba(var(--page-accent-rgb),0.1);
}

.theme-new .dashboard-kicker-new,
.theme-new .dashboard-signup-new summary::after,
.theme-new:not(.page-home) .section-kicker,
.theme-new:not(.page-home) .panel-kicker,
.theme-new:not(.page-home) .eyebrow-line {
  color: var(--page-accent);
}

.theme-new .dashboard-avatar-new,
.theme-new .dashboard-login-new button,
.theme-new .dashboard-network-link-new {
  border-color: rgba(var(--page-accent-rgb), 0.38);
  background: rgba(var(--page-accent-rgb), 0.16);
}

.theme-new .dashboard-login-new input:focus {
  border-color: rgba(var(--page-accent-rgb), 0.55);
  box-shadow: 0 0 0 3px rgba(var(--page-accent-rgb), 0.08);
}

.theme-new .dashboard-panel-new::-webkit-scrollbar-thumb,
.theme-new .dashboard-check-new input {
  accent-color: var(--page-accent);
}

.theme-new:not(.page-home) .page-hero h1,
.theme-new:not(.page-home) h2,
.theme-new:not(.page-home) .panel-title,
.theme-new:not(.page-home) .station-title,
.theme-new:not(.page-home) .page-quote p,
.theme-new:not(.page-home) .media-copy h3,
.theme-new:not(.page-home) .detail-card h3,
.theme-new:not(.page-home) .application-item h3,
.theme-new:not(.page-home) .story-panel h3 {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
}

.theme-new:not(.page-home) .page-hero h1 {
  font-size: clamp(48px, 12vw, 96px);
  font-weight: 800;
  letter-spacing: 0.05em;
}

.theme-new:not(.page-home) .subtitle {
  color: rgba(var(--page-accent-rgb), 0.86);
}

.theme-new:not(.page-home) .content-block,
.theme-new:not(.page-home) .detail-card,
.theme-new:not(.page-home) .application-item,
.theme-new:not(.page-home) .story-panel,
.theme-new:not(.page-home) .image-card,
.theme-new:not(.page-home) .media-panel,
.theme-new:not(.page-home) .brief-copy,
.theme-new:not(.page-home) .network-panel,
.theme-new:not(.page-home) .network-zone-card,
.theme-new:not(.page-home) .feed-card,
.theme-new:not(.page-home) .drawer-card,
.theme-new:not(.page-home) .modal-panel,
.theme-new:not(.page-home) .dashboard-drawer,
.theme-new:not(.page-home) .network-tabs {
  border-radius: 8px;
  border-color: rgba(255,255,255,0.12);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025)),
    var(--page-panel);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 20px 54px rgba(0,0,0,0.32);
}

.theme-new:not(.page-home) .content-block:hover,
.theme-new:not(.page-home) .detail-card:hover,
.theme-new:not(.page-home) .application-item:hover,
.theme-new:not(.page-home) .story-panel:hover,
.theme-new:not(.page-home) .image-card:hover,
.theme-new:not(.page-home) .network-zone-card:hover,
.theme-new:not(.page-home) .feed-card:hover {
  border-color: rgba(var(--page-accent-rgb), 0.38);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 24px 64px rgba(0,0,0,0.4), 0 0 32px rgba(var(--page-accent-rgb),0.1);
}

.theme-new.page-xeeva .video-overlay,
.theme-new.page-xeeva .xeeva-hero-scrim {
  background:
    radial-gradient(ellipse at 50% 18%, rgba(255,38,38,0.18), transparent 54%),
    linear-gradient(180deg, rgba(3,3,4,0.18), rgba(3,3,4,0.74));
}

.theme-new.page-aira .hero-video-overlay {
  background:
    radial-gradient(ellipse at 55% 18%, rgba(35,230,255,0.17), transparent 52%),
    radial-gradient(ellipse at 20% 72%, rgba(25,84,255,0.16), transparent 56%),
    linear-gradient(180deg, rgba(2,7,18,0.22), rgba(2,7,18,0.78));
}

.theme-new.page-network .hero-video-overlay {
  background:
    radial-gradient(ellipse at 55% 18%, rgba(47,109,255,0.2), transparent 52%),
    linear-gradient(180deg, rgba(1,4,14,0.22), rgba(1,4,14,0.84));
}

@media (max-width: 900px) {
  .theme-new:not(.page-home) .page-shell-new {
    padding-left: 22px;
    padding-right: 22px;
  }

  .theme-new:not(.page-home) .topbar-new {
    padding: 18px 22px;
  }
}

/* =========================================================
   HOME UI REFINEMENT - XEEVA STANDALONE STRUCTURE
   Keeps existing colors, media, copy, and behavior.
   ========================================================= */

.page-home.theme-new {
  color: rgba(255, 255, 255, 0.82);
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0;
}

.page-home.theme-new .page-shell-new {
  max-width: 1280px;
  padding: 80px 32px 0;
}

.page-home.theme-new .topbar-new {
  min-height: 80px;
  padding: 0 max(32px, calc((100vw - 1280px) / 2 + 32px));
  background: rgba(3, 3, 4, 0.6);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.page-home.theme-new .logo-area-new {
  gap: 14px;
}

.page-home.theme-new .logo-img-new {
  height: 32px;
}

.page-home.theme-new .logo-text-new {
  font-size: 18px;
  letter-spacing: 0.24em;
  font-weight: 800;
}

.page-home.theme-new .nav-links-new {
  gap: clamp(22px, 3vw, 44px);
}

.page-home.theme-new .nav-links-new a {
  color: rgba(255,255,255,0.48);
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-home.theme-new .nav-links-new a:hover,
.page-home.theme-new .nav-links-new a.active {
  color: rgba(255,255,255,0.95);
}

.page-home.theme-new .nav-links-new a.active::after {
  bottom: -30px;
  height: 2px;
}

.page-home.theme-new .dashboard-btn-new {
  min-height: 38px;
  padding: 0 18px;
  border-radius: 2px;
  background: rgba(255,255,255,0.045);
  border-color: rgba(255,255,255,0.1);
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-home.theme-new .hero-new {
  min-height: calc(92vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 0 96px;
}

.page-home.theme-new .hero-title-new {
  max-width: 980px;
  margin: 0 0 10px -6px;
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: clamp(60px, 11vw, 118px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
}

.page-home.theme-new .hero-subtitle-new {
  margin-bottom: 20px;
  color: rgba(255,38,38,0.82);
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.page-home.theme-new .hero-desc-new {
  max-width: 620px;
  margin-bottom: 31px;
  color: rgba(255,255,255,0.68);
  font-size: 18px;
  line-height: 1.75;
}

.page-home.theme-new .hero-actions-new {
  gap: 14px;
}

.page-home.theme-new .btn-primary-new,
.page-home.theme-new .btn-secondary-new,
.page-home.theme-new .dashboard-login-new button,
.page-home.theme-new .dashboard-network-link-new,
.page-home.theme-new .dashboard-signout-new,
.page-home.theme-new .newsletter-form-new button {
  border-radius: 2px;
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-home.theme-new .btn-primary-new,
.page-home.theme-new .btn-secondary-new {
  min-height: 52px;
  padding: 0 24px;
}

.page-home.theme-new .section-new {
  padding: 128px 0;
  border-top: 1px solid rgba(255,255,255,0.055);
}

.page-home.theme-new .section-kicker-new {
  margin-bottom: 18px;
}

.page-home.theme-new .kicker-line {
  width: 34px;
  height: 1px;
}

.page-home.theme-new .section-kicker-new span,
.page-home.theme-new .stay-connected-new,
.page-home.theme-new .follow-text-new,
.page-home.theme-new .dashboard-kicker-new {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.page-home.theme-new .section-title-new {
  max-width: 760px;
  margin-bottom: 37px;
  color: #fff;
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.12;
  opacity: 1;
  transform: none;
}

.page-home.theme-new .features-grid-new,
.page-home.theme-new .fragment-grid-new,
.page-home.theme-new .philosophy-pillars-new {
  gap: 16px;
}

.page-home.theme-new .feature-item-new,
.page-home.theme-new .fragment-item-new,
.page-home.theme-new .pillar-new,
.page-home.theme-new .system-card-new,
.page-home.theme-new .dashboard-panel-new,
.page-home.theme-new .dashboard-profile-new,
.page-home.theme-new .dashboard-signup-new,
.page-home.theme-new .dashboard-metrics-new div,


.page-home.theme-new .feature-item-new {
  min-height: 230px;
  padding: 32px;
  border-right: 1px solid rgba(255,255,255,0.075);
}

.page-home.theme-new .feature-item-new:last-child {
  border-right: 1px solid rgba(255,255,255,0.075);
}

.page-home.theme-new .feature-icon-new {
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
}

.page-home.theme-new .feature-item-new p,
.page-home.theme-new .fragment-item-new p,
.page-home.theme-new .pillar-new p,
.page-home.theme-new .system-card-new p,
.page-home.theme-new .systems-desc-new,
.page-home.theme-new .resolution-text,
.page-home.theme-new .philosophy-desc-new,
.page-home.theme-new .newsletter-new p {
  color: rgba(255,255,255,0.62);
  font-size: 14px;
  line-height: 1.82;
  letter-spacing: 0;
}

.page-home.theme-new .fragment-grid-new {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-home.theme-new .fragment-item-new {
  min-height: 156px;
  padding: 28px;
}

.page-home.theme-new .fragment-resolution-new {
  max-width: 780px;
  margin-top: 56px;
}

.page-home.theme-new .resolution-accent,
.page-home.theme-new .philosophy-quote-new {
  color: #fff;
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

.page-home.theme-new .systems-top-new {
  align-items: end;
  margin-bottom: 33px;
}

.page-home.theme-new .system-card-new {
  min-height: 360px;
  padding: 34px;
  border-top-width: 1px;
  background-blend-mode: normal;
}

.page-home.theme-new .system-card-new.aira-theme {
  border-top-color: rgba(0,210,255,0.42);
  background-image: linear-gradient(180deg, rgba(4,4,5,0.18), rgba(4,4,5,0.88)), url('aira-bg-new.jpg');
  background-size: cover;
  background-position: center;
}

.page-home.theme-new .system-card-new.xeeva-theme {
  border-top-color: rgba(255,51,102,0.42);
  background-image: linear-gradient(180deg, rgba(4,4,5,0.18), rgba(4,4,5,0.88)), url('xeeva-bg-new.jpg');
  background-size: cover;
  background-position: center;
}

.page-home.theme-new .system-card-new.network-theme {
  border-top-color: rgba(59,130,246,0.42);
  background-image: linear-gradient(180deg, rgba(4,4,5,0.18), rgba(4,4,5,0.88)), url('network-bg-new.jpg');
  background-size: cover;
  background-position: center;
}

.page-home.theme-new .system-card-new.aira-theme:hover {
  border-top-color: rgba(0,210,255,0.78);
  background-image: linear-gradient(180deg, rgba(4,4,5,0.06), rgba(4,4,5,0.8)), url('aira-bg-new.jpg');
}

.page-home.theme-new .system-card-new.xeeva-theme:hover {
  border-top-color: rgba(255,51,102,0.78);
  background-image: linear-gradient(180deg, rgba(4,4,5,0.06), rgba(4,4,5,0.8)), url('xeeva-bg-new.jpg');
}

.page-home.theme-new .system-card-new.network-theme:hover {
  border-top-color: rgba(59,130,246,0.78);
  background-image: linear-gradient(180deg, rgba(4,4,5,0.06), rgba(4,4,5,0.8)), url('network-bg-new.jpg');
}

.page-home.theme-new .system-card-new:hover,
.page-home.theme-new .feature-item-new:hover,
.page-home.theme-new .fragment-item-new:hover,
.page-home.theme-new .pillar-new:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 24px 62px rgba(0,0,0,0.36);
}

.page-home.theme-new .system-card-new h3,
.page-home.theme-new .pillar-new h3,
.page-home.theme-new .newsletter-new h4 {
  color: #fff;
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-home.theme-new .system-card-new h3 {
  font-size: 22px;
}

.page-home.theme-new .system-card-new h4,
.page-home.theme-new .system-link-new,
.page-home.theme-new .pillar-label {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.page-home.theme-new .icon-wrap-new {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
}

.page-home.theme-new .lower-video-section-new {
  margin-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.055);
}

.page-home.theme-new .lower-video-section-new .section-new {
  border-top: 0;
}

.page-home.theme-new .philosophy-pillars-new {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-home.theme-new .pillar-new {
  min-height: 230px;
  padding: 30px 24px;
}

.page-home.theme-new .pillar-label {
  display: block;
  margin-bottom: 15px;
}

.page-home.theme-new .pillar-new h3 {
  font-size: 18px;
  line-height: 1.38;
}

.page-home.theme-new .philosophy-quote-wrapper {
  max-width: 820px;
  margin: 72px auto 0;
  padding: 50px 0 0;
  border-top: 1px solid rgba(255,255,255,0.075);
}

.page-home.theme-new .philosophy-quote-new {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.35;
  text-align: left;
}

.page-home.theme-new .footer-new {
  padding-top: 0;
  background: rgba(5,5,5,0.86);
  border-top: 1px solid rgba(255,255,255,0.055);
}



.page-home.theme-new .newsletter-form-new {
  border-radius: 2px;
  border-color: rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.045);
}

.page-home.theme-new .newsletter-form-new input {
  color: #fff;
  font-size: 13px;
}

.page-home.theme-new .footer-bottom-new {
  padding: 44px 0;
  border-top: 1px solid rgba(255,255,255,0.055);
}

.page-home.theme-new .dashboard-panel-new {
  top: 20px;
  padding: 30px;
}

.page-home.theme-new .dashboard-panel-head-new h2 {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media (max-width: 900px) {
  .page-home.theme-new .page-shell-new {
    padding: 80px 22px 0;
  }

  .page-home.theme-new .topbar-new {
    min-height: auto;
    padding: 18px 22px;
  }

  .page-home.theme-new .nav-links-new {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-top: 18px;
  }

  .page-home.theme-new .hero-new {
    min-height: auto;
    padding: 84px 0 84px;
  }

  .page-home.theme-new .hero-title-new {
    font-size: 61px;
  }

  .page-home.theme-new .section-new {
    padding: 84px 0;
  }

  .page-home.theme-new .section-title-new {
    font-size: 28px;
  }

  .page-home.theme-new .features-grid-new,
  .page-home.theme-new .systems-grid-new,
  .page-home.theme-new .fragment-grid-new,
  .page-home.theme-new .philosophy-pillars-new {
    grid-template-columns: 1fr;
  }

  .page-home.theme-new .systems-top-new {
    display: block;
  }

  .page-home.theme-new .philosophy-quote-new {
    font-size: 22px;
  }
}

@media (max-width: 560px) {
  .page-home.theme-new .hero-title-new {
    font-size: 45px;
  }

  .page-home.theme-new .hero-subtitle-new {
    letter-spacing: 0.24em;
  }

  .page-home.theme-new .hero-actions-new {
    display: grid;
  }

  .page-home.theme-new .btn-primary-new,
  .page-home.theme-new .btn-secondary-new {
    justify-content: center;
  }

  .page-home.theme-new .section-title-new {
    font-size: 23px;
  }

  
}

/* =========================================================
   SHARED SITE UI - STANDALONE XEEVA POLISH
   Applies the same container and type language across pages.
   ========================================================= */

.theme-new {
  --page-accent: #ff2626;
  --page-accent-rgb: 255, 38, 38;
  --page-accent-soft: rgba(var(--page-accent-rgb), 0.14);
  --page-line: rgba(255,255,255,0.075);
  --page-panel: rgba(5,5,7,0.52);
}

.page-xeeva.theme-new {
  --page-accent: #ff2626;
  --page-accent-rgb: 255, 38, 38;
  --page-accent-soft: rgba(255,38,38,0.14);
}

.page-aira.theme-new {
  --page-accent: #1ee8ff;
  --page-accent-rgb: 30, 232, 255;
  --page-accent-soft: rgba(30,232,255,0.13);
}

.page-network.theme-new,
.network-page.theme-new {
  --page-accent: #2f6dff;
  --page-accent-rgb: 47, 109, 255;
  --page-accent-soft: rgba(47,109,255,0.14);
}

.theme-new:not(.page-home) .page-shell-new {
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
}

.theme-new:not(.page-home) .topbar-new {
  min-height: 80px;
  padding: 0 max(32px, calc((100vw - 1280px) / 2 + 32px));
  background: rgba(3,3,4,0.62);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.theme-new:not(.page-home) .logo-text-new {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.24em;
}

.theme-new:not(.page-home) .nav-links-new {
  gap: clamp(22px, 3vw, 44px);
}

.theme-new:not(.page-home) .nav-links-new a {
  color: rgba(255,255,255,0.5);
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.theme-new:not(.page-home) .nav-links-new a:hover,
.theme-new:not(.page-home) .nav-links-new a.active {
  color: rgba(255,255,255,0.96);
}

.theme-new:not(.page-home) .nav-links-new a.active::after {
  background: var(--page-accent);
  box-shadow: 0 18px 0 rgba(var(--page-accent-rgb), 0.55);
}

.theme-new .dashboard-btn-new {
  border-radius: 2px;
  border-color: rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.045);
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.theme-new .dashboard-btn-new:hover,
.theme-new .dashboard-btn-new.signed-in {
  border-color: rgba(var(--page-accent-rgb),0.5);
  background: rgba(var(--page-accent-rgb),0.1);
  box-shadow: 0 0 24px rgba(var(--page-accent-rgb),0.12);
}

.theme-new .dot-new {
  background: var(--page-accent);
  box-shadow: 0 0 14px rgba(var(--page-accent-rgb),0.42);
}

.theme-new:not(.page-home) .page-hero {
  min-height: calc(92vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 92px;
  padding-bottom: 104px;
}

.theme-new:not(.page-home) .page-hero h1 {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: clamp(54px, 10vw, 110px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
}

.theme-new:not(.page-home) .section-kicker,
.theme-new:not(.page-home) .panel-kicker,
.theme-new:not(.page-home) .eyebrow-line,
.theme-new:not(.page-home) .hero-proof span,
.theme-new:not(.page-home) .status-chip,
.theme-new:not(.page-home) .tag {
  color: var(--page-accent);
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.theme-new:not(.page-home) .subtitle {
  color: rgba(var(--page-accent-rgb),0.86);
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.theme-new:not(.page-home) .intro,
.theme-new:not(.page-home) .section-lead,
.theme-new:not(.page-home) .content-text,
.theme-new:not(.page-home) .media-copy p:not(.eyebrow-line),
.theme-new:not(.page-home) .application-item p,
.theme-new:not(.page-home) .story-panel p,
.theme-new:not(.page-home) .detail-card p,
.theme-new:not(.page-home) .network-copy {
  color: rgba(255,255,255,0.66);
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.82;
}

.theme-new:not(.page-home) h2,
.theme-new:not(.page-home) .panel-title,
.theme-new:not(.page-home) .station-title,
.theme-new:not(.page-home) .page-quote p,
.theme-new:not(.page-home) .media-copy h3,
.theme-new:not(.page-home) .detail-card h3,
.theme-new:not(.page-home) .application-item h3,
.theme-new:not(.page-home) .story-panel h3 {
  color: #fff;
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.theme-new:not(.page-home) .content-section {
  padding-top: 128px;
  padding-bottom: 128px;
  border-top: 1px solid rgba(255,255,255,0.055);
}

.theme-new:not(.page-home) .content-block,
.theme-new:not(.page-home) .detail-card,
.theme-new:not(.page-home) .application-item,
.theme-new:not(.page-home) .story-panel,
.theme-new:not(.page-home) .image-card,
.theme-new:not(.page-home) .media-panel,
.theme-new:not(.page-home) .brief-copy,
.theme-new:not(.page-home) .network-panel,
.theme-new:not(.page-home) .network-zone-card,
.theme-new:not(.page-home) .feed-card,
.theme-new:not(.page-home) .drawer-card,
.theme-new:not(.page-home) .modal-panel,
.theme-new:not(.page-home) .dashboard-drawer,
.theme-new:not(.page-home) .network-tabs {
  border: 1px solid var(--page-line);
  border-radius: 2px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.052), rgba(255,255,255,0.012)),
    var(--page-panel);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.055), 0 18px 54px rgba(0,0,0,0.34);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.theme-new:not(.page-home) .content-block:hover,
.theme-new:not(.page-home) .detail-card:hover,
.theme-new:not(.page-home) .application-item:hover,
.theme-new:not(.page-home) .story-panel:hover,
.theme-new:not(.page-home) .image-card:hover,
.theme-new:not(.page-home) .network-zone-card:hover,
.theme-new:not(.page-home) .feed-card:hover {
  border-color: rgba(var(--page-accent-rgb),0.38);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.075), 0 24px 64px rgba(0,0,0,0.4), 0 0 32px rgba(var(--page-accent-rgb),0.08);
}

.theme-new:not(.page-home) .primary-action,
.theme-new:not(.page-home) .secondary-action,
.theme-new:not(.page-home) .network-action,
.theme-new:not(.page-home) .brief-actions a,
.theme-new:not(.page-home) .site-drawer-action,
.theme-new:not(.page-home) .drawer-create-button,
.theme-new:not(.page-home) .drawer-nav-button,
.theme-new:not(.page-home) .auth-switch,
.theme-new:not(.page-home) .network-tab,
.theme-new:not(.page-home) .composer-form button,
.theme-new:not(.page-home) .auth-form button,
.theme-new:not(.page-home) .response-form button {
  border-radius: 2px;
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.theme-new:not(.page-home) .primary-action,
.theme-new:not(.page-home) .network-page .primary-action.network-action {
  border-color: rgba(var(--page-accent-rgb),0.44);
  background: rgba(var(--page-accent-rgb),0.14);
  box-shadow: inset 0 0 18px rgba(var(--page-accent-rgb),0.12);
}

.theme-new:not(.page-home) .primary-action:hover,
.theme-new:not(.page-home) .network-page .primary-action.network-action:hover {
  border-color: rgba(var(--page-accent-rgb),0.78);
  background: rgba(var(--page-accent-rgb),0.24);
  box-shadow: inset 0 0 24px rgba(var(--page-accent-rgb),0.18), 0 0 28px rgba(var(--page-accent-rgb),0.14);
}

.theme-new:not(.page-home) .secondary-action {
  border-color: rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.035);
}

.theme-new:not(.page-home) .hero-proof span,
.theme-new:not(.page-home) .spec-list span,
.theme-new:not(.page-home) .ethics-strip span,
.theme-new:not(.page-home) .status-chip,
.theme-new:not(.page-home) .tag {
  border-radius: 2px;
  border-color: rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.035);
}

.theme-new:not(.page-home) .spec-list span::before,
.theme-new:not(.page-home) .ethics-strip span::before,
.theme-new:not(.page-home) .fragment-marker,
.theme-new:not(.page-home) .application-item span {
  background: var(--page-accent);
  color: var(--page-accent);
}

.theme-new:not(.page-home) .drawer-close,
.theme-new:not(.page-home) .site-drawer-close {
  border-radius: 2px;
}

.theme-new:not(.page-home) input,
.theme-new:not(.page-home) textarea {
  border-radius: 2px;
}

.theme-new.page-xeeva .video-overlay,
.theme-new.page-xeeva .xeeva-hero-scrim {
  background:
    radial-gradient(ellipse at 50% 18%, rgba(255,38,38,0.04), transparent 54%),
    linear-gradient(180deg, rgba(3,3,4,0.04), rgba(3,3,4,0.18));
}

.theme-new.page-xeeva .orchestration-core,
.theme-new.page-xeeva .orchestration-node,
.theme-new.page-xeeva .orchestration-ring {
  border-color: rgba(255,38,38,0.36);
  color: rgba(255,255,255,0.9);
}

.theme-new.page-xeeva .orchestration-core {
  background: rgba(255,38,38,0.14);
  box-shadow: 0 0 36px rgba(255,38,38,0.18);
}

.theme-new.page-aira .hero-video-overlay {
  background:
    radial-gradient(ellipse at 55% 18%, rgba(30,232,255,0.04), transparent 52%),
    linear-gradient(180deg, rgba(3,3,4,0.04), rgba(3,3,4,0.2));
}

.theme-new.page-network .hero-video-overlay {
  background:
    radial-gradient(ellipse at 55% 18%, rgba(47,109,255,0.18), transparent 52%),
    linear-gradient(180deg, rgba(1,4,14,0.18), rgba(1,4,14,0.8));
}

.theme-new.page-network,
.network-page.theme-new {
  background-color: #01040e;
}

.theme-new.page-network::before,
.network-page.theme-new::before {
  background:
    radial-gradient(ellipse at 16% 16%, rgba(47,109,255,0.22), transparent 48%),
    radial-gradient(ellipse at 82% 84%, rgba(14,35,92,0.34), transparent 58%);
}

.theme-new.page-aira::before {
  background:
    radial-gradient(ellipse at 16% 16%, rgba(30,232,255,0.18), transparent 48%),
    radial-gradient(ellipse at 82% 84%, rgba(25,84,255,0.22), transparent 58%);
}

.theme-new.page-xeeva::before {
  background:
    radial-gradient(ellipse at 18% 16%, rgba(255,38,38,0.2), transparent 48%),
    radial-gradient(ellipse at 84% 82%, rgba(95,10,20,0.28), transparent 58%);
}

@media (max-width: 900px) {
  .theme-new:not(.page-home) .page-shell-new {
    padding-left: 22px;
    padding-right: 22px;
  }

  .theme-new:not(.page-home) .topbar-new {
    min-height: auto;
    padding: 18px 22px;
  }

  .theme-new:not(.page-home) .nav-links-new {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-top: 18px;
  }

  .theme-new:not(.page-home) .page-hero h1 {
    font-size: 54px;
  }

  .theme-new:not(.page-home) .content-section {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}

/* =========================================================
   X-EVAE PAGE UI REFINEMENT (DARK AURORA)
   ========================================================= */

.page-xeeva {
  background-color: #030304;
  color: rgba(255, 255, 255, 0.7);
}

.xeeva-blueprint {
  position: relative;
  overflow: hidden;
}

.xeeva-blueprint-hero {
  position: relative;
  min-height: 95vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 120px 20px;
  overflow: hidden;
}

.xeeva-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.5;
  filter: saturate(1.2) contrast(1.1);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
}

.xeeva-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(ellipse at center, rgba(179,102,255,0.12) 0%, transparent 60%),
              linear-gradient(to bottom, rgba(3,3,4,0.3) 0%, #030304 100%);
}

.xeeva-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.xeeva-kicker {
  color: #b366ff;
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.xeeva-hero-copy h1 {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: clamp(48px, 10vw, 112px);
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  text-shadow: 0 0 40px rgba(179,102,255,0.4);
}

.xeeva-subtitle {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  margin-bottom: 24px;
}

.xeeva-intro {
  font-size: 18px;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

.xeeva-device-rail {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.xeeva-device-rail span {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  background: rgba(255,255,255,0.02);
  transition: all 0.3s ease;
}

.xeeva-device-rail span:hover {
  color: #ffffff;
  border-color: rgba(179,102,255,0.5);
  background: rgba(179,102,255,0.1);
  box-shadow: 0 0 20px rgba(179,102,255,0.2);
}

.xeeva-bp-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 40px;
}

.xeeva-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 120px;
}

.xeeva-split h2, .xeeva-section-label h2, .xeeva-drive-band h2, .xeeva-problem-solution h2, .xeeva-visuals h2, .xeeva-philosophy h2 {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 14px;
}

.xeeva-split p, .xeeva-section-label p, .xeeva-drive-band p, .xeeva-philosophy p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.6);
}

.xeeva-glass-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.06);
  border-top: 1px solid rgba(179,102,255,0.3);
  border-radius: 12px;
  padding: 40px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.xeeva-glass-card:hover {
  transform: translateY(-5px);
  border-top-color: rgba(179,102,255,0.8);
  box-shadow: 0 15px 40px rgba(179,102,255,0.15);
}

.xeeva-promise-card {
  position: relative;
  overflow: hidden;
}

.xeeva-promise-card::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(179,102,255,0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.xeeva-card-icon {
  display: inline-block;
  font-size: 20px;
  color: #b366ff;
  margin-bottom: 12px;
}

.xeeva-glass-card h3 {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 16px;
}

.xeeva-glass-card strong {
  display: block;
  margin-top: 24px;
  font-size: 14px;
  color: #b366ff;
  font-weight: 600;
}

.xeeva-capability-row {
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 120px;
}

.xeeva-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.xeeva-capability-grid .xeeva-glass-card {
  padding: 30px 24px;
}

.xeeva-capability-grid h3 {
  font-size: 18px;
}

.xeeva-capability-grid p {
  font-size: 14px;
  margin: 0;
}

.xeeva-drive-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 120px;
}

.xeeva-mini-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #b366ff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(179,102,255,0.4);
  padding-bottom: 4px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.xeeva-mini-action:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.xeeva-drive-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.xeeva-drive-list span {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
  padding: 20px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.xeeva-drive-list span::before {
  content: '⚡';
  margin-right: 16px;
  color: #b366ff;
  font-size: 16px;
}

.xeeva-problem-solution {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: rgba(255,255,255,0.015);
  padding: 80px 40px;
  border-radius: 12px;
  margin-top: 120px;
  border: 1px solid rgba(255,255,255,0.03);
}

.xeeva-problem-solution article {
  flex: 1;
}

.xeeva-arrow {
  font-size: 27px;
  color: rgba(255,255,255,0.15);
}

.xeeva-bp-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  background: rgba(255,255,255,0.005);
  margin-top: 120px;
}

.xeeva-bp-strip article {
  padding: 40px;
  border-right: 1px solid rgba(255,255,255,0.05);
}

.xeeva-bp-strip article:last-child {
  border-right: none;
}

.xeeva-bp-strip h3 {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.xeeva-bp-strip p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.5);
  margin: 0;
}

.xeeva-visuals {
  margin-top: 120px;
}

.xeeva-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.xeeva-visual-grid figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  background: rgba(255,255,255,0.02);
}

.xeeva-visual-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, filter 0.5s ease;
  filter: grayscale(60%) brightness(0.8);
}

.xeeva-visual-grid figure:hover img {
  transform: scale(1.05);
  filter: grayscale(0%) brightness(1);
}

.xeeva-philosophy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 120px;
}

.xeeva-philosophy blockquote {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-style: italic;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 0 18px 0;
}

.xeeva-philosophy .solo-credit {
  color: #b366ff;
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 40px;
}

.xeeva-orbit {
  font-family: 'Microgramma', 'Michroma', 'Orbitron', sans-serif;
  font-size: 136px;
  font-weight: 900;
  color: rgba(179,102,255,0.1);
  text-align: center;
  animation: pulse 4s infinite ease-in-out;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.05); opacity: 1; text-shadow: 0 0 40px rgba(179,102,255,0.4); }
  100% { transform: scale(1); opacity: 0.5; }
}

@media (max-width: 992px) {
  .xeeva-split, .xeeva-drive-band, .xeeva-philosophy { grid-template-columns: 1fr; gap: 40px; }
  .xeeva-capability-grid, .xeeva-bp-strip { grid-template-columns: 1fr 1fr; }
  .xeeva-problem-solution { flex-direction: column; text-align: center; }
  .xeeva-arrow { transform: rotate(90deg); }
  .xeeva-visual-grid { grid-template-columns: 1fr; }
  .xeeva-hero-copy h1 { font-size: 68px; }
}

@media (max-width: 768px) {
  .xeeva-capability-grid, .xeeva-bp-strip { grid-template-columns: 1fr; }
  .xeeva-bp-strip article { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.05); }
}
