@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --bg: #05070d;
  --bg-2: #08111f;
  --panel: rgba(13, 24, 39, 0.74);
  --panel-strong: rgba(17, 30, 48, 0.92);
  --ink: #f7fbff;
  --muted: rgba(226, 236, 246, 0.7);
  --soft: rgba(226, 236, 246, 0.12);
  --line: rgba(170, 195, 220, 0.18);
  --gold: #d8b75c;
  --gold-2: #ffe39b;
  --cyan: #5de2ff;
  --green: #79f2b4;
  --rose: #ff8fa3;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  --font-heading: 'Space Grotesk', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(93, 226, 255, 0.13), transparent 28rem),
    radial-gradient(circle at 78% 3%, rgba(216, 183, 92, 0.12), transparent 32rem),
    linear-gradient(180deg, #060910 0%, #07101d 46%, #05070d 100%);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0%, rgba(93, 226, 255, 0.06) 46%, transparent 54%),
    linear-gradient(65deg, transparent 0%, rgba(216, 183, 92, 0.045) 48%, transparent 56%);
  background-size: 180% 180%, 220% 220%;
  animation: ambientBeams 16s ease-in-out infinite alternate;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.03;
  margin: 0;
}

p {
  color: var(--muted);
}

.cursor-glow {
  position: fixed;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(93, 226, 255, 0.13), transparent 62%);
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition: opacity 300ms ease;
}

.premium-navbar {
  padding: 14px 0;
  background: rgba(5, 7, 13, 0.68);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.premium-navbar.scrolled {
  background: rgba(5, 7, 13, 0.9);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.nav-shell {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.035);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink) !important;
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #101214;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 12px 36px rgba(216, 183, 92, 0.3);
}

.nav-track {
  gap: 2px;
}

.premium-navbar .nav-link {
  position: relative;
  color: rgba(247, 251, 255, 0.72) !important;
  padding: 10px 12px !important;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
}

.premium-navbar .nav-link:hover,
.premium-navbar .nav-link.active {
  color: var(--ink) !important;
  background: rgba(255, 255, 255, 0.07);
}

.btn {
  border-radius: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.btn-nav-cta,
.btn-saas-primary {
  color: #080b10 !important;
  border: 0;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 16px 40px rgba(216, 183, 92, 0.28);
}

.btn-nav-cta {
  padding: 10px 18px;
}

.btn-saas-primary {
  padding: 15px 24px;
}

.btn-saas-secondary {
  padding: 14px 22px;
  color: var(--ink) !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
}

.magnetic {
  transition: transform 400ms var(--ease), box-shadow 400ms var(--ease), background 400ms var(--ease);
}

.magnetic:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 58px rgba(93, 226, 255, 0.16), 0 18px 44px rgba(216, 183, 92, 0.2);
}

.section-pad {
  padding: clamp(84px, 10vw, 140px) 0;
}

.section-layer {
  position: relative;
  overflow: hidden;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--gold-2);
  background: rgba(216, 183, 92, 0.09);
  border: 1px solid rgba(216, 183, 92, 0.22);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-badge::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 18px var(--green);
}

.section-intro {
  max-width: 850px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-intro.narrow {
  max-width: 760px;
}

.section-intro p,
.section-copy {
  margin-top: 18px;
  font-size: 1.08rem;
}

.hero-section {
  min-height: calc(100vh - 74px);
  display: flex;
  align-items: center;
  padding: 92px 0 74px;
}

.hero-title {
  max-width: 680px;
  font-size: clamp(3rem, 7.2vw, 6.7rem);
  line-height: 0.94;
  margin: 0 0 24px;
}

.hero-copy {
  max-width: 660px;
  font-size: clamp(1.04rem, 1.7vw, 1.25rem);
  margin-bottom: 34px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 620px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  gap: 18px;
}

.proof-row strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 1.65rem;
  line-height: 1;
}

.proof-row span {
  color: var(--muted);
  font-size: 0.88rem;
}

.hero-orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.hero-orbit-one {
  width: 48vw;
  height: 48vw;
  right: -18vw;
  top: 8vh;
}

.hero-orbit-two {
  width: 26vw;
  height: 26vw;
  left: -9vw;
  bottom: 2vh;
}

.hero-console,
.hero-enquiry-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(10, 18, 31, 0.76);
  box-shadow: var(--shadow);
}

.hero-console::before,
.hero-enquiry-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(216, 183, 92, 0.45), transparent 38%, rgba(93, 226, 255, 0.35));
  z-index: -1;
}

.hero-enquiry-card {
  overflow: hidden;
}

.hero-enquiry-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.09) 45%, transparent 58%);
  transform: translateX(-120%);
  animation: panelSweep 5.5s ease-in-out infinite;
  pointer-events: none;
}

.console-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 8px 18px;
}

.console-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
}

.console-toolbar span:nth-child(1) { background: var(--rose); }
.console-toolbar span:nth-child(2) { background: var(--gold); }
.console-toolbar span:nth-child(3) { background: var(--green); }

.console-toolbar small {
  margin-left: auto;
  color: var(--muted);
  font-weight: 800;
}

.console-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 14px;
}

.enquiry-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.mini-console {
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(4, 9, 16, 0.58);
}

.mini-console h3 {
  margin: 10px 0 20px;
  font-size: 1.25rem;
}

.mini-flow {
  display: grid;
  gap: 10px;
}

.mini-flow span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  color: rgba(247, 251, 255, 0.86);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  animation: softBlink 4s ease-in-out infinite;
}

.mini-flow span:nth-child(2) { animation-delay: .35s; }
.mini-flow span:nth-child(3) { animation-delay: .7s; }
.mini-flow span:nth-child(4) { animation-delay: 1.05s; }

.mini-flow i {
  color: var(--gold-2);
}

.enquiry-form {
  display: grid;
  gap: 12px;
}

.enquiry-form label {
  display: grid;
  gap: 7px;
  color: rgba(247, 251, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.enquiry-form input,
.enquiry-form select {
  width: 100%;
  min-width: 0;
  padding: 12px 13px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  outline: 0;
  font: inherit;
  font-size: 0.92rem;
  text-transform: none;
}

.enquiry-form input:focus,
.enquiry-form select:focus {
  border-color: rgba(216, 183, 92, 0.62);
  box-shadow: 0 0 0 4px rgba(216, 183, 92, 0.12);
}

.enquiry-form p {
  margin: 0;
  color: rgba(226, 236, 246, 0.62);
  font-size: 0.78rem;
}

.console-panel {
  min-height: 144px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(4, 9, 16, 0.56);
}

.console-panel i {
  color: var(--cyan);
  font-size: 1.35rem;
  margin-bottom: 16px;
}

.console-panel strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 2rem;
  line-height: 1;
}

.console-panel span {
  color: var(--muted);
  font-size: 0.9rem;
}

.console-panel-main,
.console-panel-wide {
  grid-row: span 2;
}

.panel-kicker {
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.signal-chart {
  display: flex;
  align-items: end;
  height: 180px;
  gap: 10px;
  margin-top: 28px;
}

.signal-chart span {
  flex: 1;
  min-width: 18px;
  border-radius: 12px 12px 4px 4px;
  background: linear-gradient(180deg, var(--cyan), rgba(93, 226, 255, 0.14));
  animation: barPulse 3.8s ease-in-out infinite;
}

.signal-chart span:nth-child(even) {
  background: linear-gradient(180deg, var(--gold-2), rgba(216, 183, 92, 0.12));
  animation-delay: .35s;
}

.flow-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.flow-row:last-child {
  border-bottom: 0;
}

.flow-row b {
  color: var(--green);
}

.executive-strip {
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.strip-grid div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 88px;
  color: rgba(247, 251, 255, 0.86);
  font-weight: 800;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.strip-grid div:last-child {
  border-right: 0;
}

.strip-grid i {
  color: var(--gold-2);
}

.workflow-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(93, 226, 255, 0.04));
}

.workflow-lanes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.workflow-lanes::before {
  content: '';
  position: absolute;
  top: 38px;
  left: 14%;
  right: 14%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 183, 92, 0.5), transparent);
}

.workflow-step {
  position: relative;
  padding: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.18);
}

.workflow-step.elevated {
  transform: translateY(32px);
  background: rgba(216, 183, 92, 0.08);
  border-color: rgba(216, 183, 92, 0.28);
}

.workflow-step > span {
  color: var(--gold-2);
  font-family: var(--font-heading);
  font-size: 0.9rem;
}

.workflow-step i {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 24px 0;
  border-radius: 18px;
  color: #061018;
  background: linear-gradient(135deg, var(--cyan), var(--gold-2));
}

.split-engine {
  position: relative;
}

.engine-board {
  display: grid;
  grid-template-columns: 1fr 168px 1fr;
  align-items: center;
  gap: 18px;
}

.engine-card {
  padding: 30px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.engine-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--cyan);
  background: rgba(93, 226, 255, 0.1);
  margin-bottom: 22px;
}

.engine-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.engine-card li {
  color: var(--muted);
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.engine-core {
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 168px;
  border-radius: 999px;
  color: var(--gold-2);
}

.core-ring {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 1px dashed rgba(216, 183, 92, 0.52);
  animation: rotateCw 22s linear infinite;
}

.engine-core i {
  font-size: 2rem;
}

.engine-core span {
  display: block;
  max-width: 120px;
  margin-top: 8px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.impact-grid article {
  padding: 34px;
  background: rgba(8, 17, 31, 0.92);
  transition: transform 400ms var(--ease), background 400ms var(--ease);
}

.impact-grid article:hover {
  transform: translateY(-6px);
  background: rgba(17, 30, 48, 0.96);
}

.impact-grid i {
  color: var(--gold-2);
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.topology-section {
  background:
    radial-gradient(circle at 50% 46%, rgba(216, 183, 92, 0.14), transparent 26rem),
    linear-gradient(180deg, rgba(93, 226, 255, 0.035), rgba(255, 255, 255, 0.01));
}

.topology-diagram {
  position: relative;
  min-height: 720px;
  max-width: 1180px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    rgba(5, 10, 18, 0.72);
  background-size: 48px 48px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.topology-diagram::before,
.topology-diagram::after {
  content: '';
  position: absolute;
  inset: 54px;
  border: 1px solid rgba(93, 226, 255, 0.1);
  pointer-events: none;
}

.topology-diagram::after {
  inset: 112px;
  border-color: rgba(216, 183, 92, 0.1);
}

.topology-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.connector-line {
  fill: none;
  stroke: rgba(190, 218, 244, 0.2);
  stroke-width: 2;
}

.connector-glow {
  fill: none;
  stroke: url(#lineGradient);
  stroke-width: 2.5;
  stroke-dasharray: 14 18;
  animation: dashFlow 2.8s linear infinite;
}

.data-particle {
  fill: var(--gold-2);
}

.particle-two,
.particle-four {
  fill: var(--cyan);
}

.topology-card {
  position: absolute;
  z-index: 3;
  display: flex;
  gap: 18px;
  width: min(34%, 370px);
  min-height: 150px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(17, 30, 48, 0.93), rgba(7, 13, 23, 0.88));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
  transition: transform 500ms var(--ease), border-color 500ms var(--ease), box-shadow 500ms var(--ease);
  animation: nodePulse 4.8s ease-in-out infinite;
}

.topology-card:hover {
  transform: translateY(-8px);
  border-color: rgba(216, 183, 92, 0.5);
  box-shadow: 0 24px 78px rgba(216, 183, 92, 0.14);
}

.node-im { left: 60px; top: 92px; }
.node-ch { left: 60px; bottom: 92px; animation-delay: .5s; }
.node-dp { right: 60px; top: 92px; animation-delay: .9s; }
.node-fm { right: 60px; bottom: 92px; animation-delay: 1.3s; }

.node-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  color: #071018;
  background: linear-gradient(135deg, var(--gold-2), var(--cyan));
}

.topology-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.topology-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.central-hub-node {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: 230px;
  height: 230px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 999px;
  border: 1px solid rgba(216, 183, 92, 0.76);
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 227, 155, 0.22), transparent 32%),
    linear-gradient(145deg, rgba(29, 39, 57, 0.98), rgba(6, 12, 21, 0.98));
  box-shadow:
    0 0 0 14px rgba(216, 183, 92, 0.05),
    0 0 0 32px rgba(93, 226, 255, 0.035),
    0 0 80px rgba(216, 183, 92, 0.32);
  animation: hubBreath 4.4s ease-in-out infinite;
}

.hub-halo {
  position: absolute;
  inset: -42px;
  border-radius: 999px;
  border: 1px dashed rgba(216, 183, 92, 0.28);
  animation: rotateCw 26s linear infinite;
}

.central-hub-node i {
  color: var(--gold-2);
  font-size: 2.5rem;
  margin-bottom: 14px;
}

.central-hub-node h3 {
  margin: 0;
  max-width: 160px;
  font-size: 1.35rem;
  line-height: 1.15;
}

.central-hub-node span {
  margin-top: 10px;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.module-matrix {
  display: grid;
  grid-template-columns: 1fr 1.18fr 1fr;
  gap: 18px;
}

.matrix-column {
  min-height: 320px;
  padding: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.matrix-column.featured {
  min-height: 390px;
  transform: translateY(-34px);
  background:
    linear-gradient(180deg, rgba(216, 183, 92, 0.12), rgba(93, 226, 255, 0.05)),
    rgba(255, 255, 255, 0.055);
  border-color: rgba(216, 183, 92, 0.28);
}

.matrix-column h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.matrix-column i {
  color: var(--gold-2);
}

.identity-section {
  background:
    radial-gradient(circle at 78% 34%, rgba(93, 226, 255, 0.12), transparent 28rem),
    rgba(255, 255, 255, 0.018);
}

.identity-features {
  display: grid;
  gap: 14px;
  margin: 30px 0 18px;
}

.identity-features article {
  position: relative;
  padding: 20px 20px 20px 105px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.identity-features article::before {
  content: attr(data-index);
}

.identity-features b {
  position: absolute;
  left: 16px;
  top: 22px;
  color: #071018;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.68rem;
  white-space: nowrap;
}

.identity-features span,
.identity-features small {
  display: block;
}

.identity-features span {
  color: var(--ink);
  font-weight: 900;
}

.identity-features small,
.identity-note {
  color: var(--muted);
}

.website-preview {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
  overflow: hidden;
  transform-style: preserve-3d;
}

.browser-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 15px;
  background: rgba(4, 9, 16, 0.72);
}

.browser-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.browser-top small {
  margin-left: auto;
  color: var(--muted);
}

.campus-hero {
  min-height: 310px;
  display: flex;
  align-items: center;
  padding: 34px;
  background:
    linear-gradient(90deg, rgba(5, 7, 13, 0.78), rgba(5, 7, 13, 0.14)),
    linear-gradient(135deg, #172235, #596b7c 48%, #d8b75c);
}

.campus-hero h3 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.campus-hero button {
  border: 0;
  border-radius: 10px;
  padding: 10px 18px;
  color: #071018;
  background: var(--gold-2);
  font-weight: 900;
}

.website-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.website-content div {
  padding: 20px;
  background: rgba(5, 10, 18, 0.8);
}

.website-content strong,
.website-content span {
  display: block;
}

.website-content span {
  color: var(--muted);
  font-size: 0.85rem;
}

.dashboard-section {
  background: rgba(255, 255, 255, 0.025);
}

.dashboard-preview {
  display: grid;
  grid-template-columns: 84px 1fr;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(10, 18, 31, 0.84);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.dash-sidebar {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 28px 20px;
  background: rgba(255, 255, 255, 0.04);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.dash-sidebar span {
  height: 44px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.dash-sidebar span:first-child {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.dash-main {
  padding: 30px;
}

.dash-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dash-header small,
.dash-header strong {
  display: block;
}

.dash-header small {
  color: var(--muted);
}

.dash-header strong {
  font-family: var(--font-heading);
  font-size: 2rem;
}

.dash-header span {
  align-self: start;
  color: #071018;
  background: var(--green);
  border-radius: 999px;
  padding: 5px 10px;
  font-weight: 900;
  font-size: 0.75rem;
}

.dash-bars {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.dash-bars b {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--gold-2));
}

.dash-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.dash-cards div {
  padding: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dash-cards i,
.dash-cards strong,
.dash-cards small {
  display: block;
}

.dash-cards i {
  color: var(--gold-2);
  margin-bottom: 16px;
}

.dash-cards small {
  color: var(--muted);
  margin-top: 8px;
}

.ops-timeline {
  counter-reset: ops;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ops-timeline article {
  position: relative;
  padding: 34px 26px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.ops-timeline article:last-child {
  border-right: 0;
}

.ops-timeline span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-top: -56px;
  margin-bottom: 22px;
  border-radius: 999px;
  color: #071018;
  background: var(--gold-2);
  font-family: var(--font-heading);
  font-weight: 800;
}

.engagement-section {
  background: rgba(255, 255, 255, 0.018);
}

.engagement-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  position: relative;
}

.engagement-flow::before {
  content: '';
  position: absolute;
  top: 54px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--cyan), var(--gold));
  background-size: 220% 100%;
  animation: lineGradientMove 4s linear infinite;
}

.engagement-flow article {
  position: relative;
  z-index: 1;
  text-align: center;
}

.engagement-flow i {
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  margin: 0 auto 22px;
  border: 2px solid rgba(216, 183, 92, 0.55);
  border-radius: 999px;
  color: var(--gold-2);
  background: rgba(5, 10, 18, 0.92);
  box-shadow: 0 0 0 10px rgba(216, 183, 92, 0.06), 0 24px 55px rgba(0, 0, 0, 0.28);
  animation: hubBreath 4.6s ease-in-out infinite;
}

.engagement-flow article:nth-child(2) i { animation-delay: .4s; }
.engagement-flow article:nth-child(3) i { animation-delay: .8s; }
.engagement-flow article:nth-child(4) i { animation-delay: 1.2s; }

.security-panel,
.pricing-card,
.safety-card,
.footer-cta {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 36px;
  padding: clamp(34px, 5vw, 60px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(93, 226, 255, 0.08), transparent 44%),
    rgba(255, 255, 255, 0.045);
  box-shadow: var(--shadow);
}

.safety-section {
  background:
    radial-gradient(circle at 50% 50%, rgba(216, 183, 92, 0.16), transparent 24rem),
    linear-gradient(180deg, rgba(3, 15, 35, 0.75), rgba(4, 6, 10, 0.98));
}

.safety-card {
  grid-template-columns: 0.9fr 1.1fr;
}

.safety-list {
  display: grid;
  gap: 12px;
}

.safety-list span,
.safety-list strong {
  display: block;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 10, 18, 0.58);
}

.safety-list span::before,
.safety-list strong::before {
  content: '✓';
  color: var(--gold-2);
  margin-right: 10px;
}

.safety-list strong {
  color: var(--ink);
  border-color: rgba(216, 183, 92, 0.35);
}

.delivery-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-top: 36px;
}

.delivery-track::before {
  display: none;
}

.delivery-rail {
  position: absolute;
  top: 74px;
  left: 12%;
  right: 12%;
  height: 18px;
  border: 1px solid rgba(216, 183, 92, 0.34);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(7, 18, 34, 0.96));
  box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.45), 0 0 35px rgba(216, 183, 92, 0.24);
  overflow: hidden;
}

.rail-fill {
  position: absolute;
  inset: 3px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #0b1b32 0%, #0b1b32 50%, rgba(216, 183, 92, 0.82) 50%, var(--gold-2) 100%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  background-size: 100% 100%, 70px 100%;
  background-position: 0 0, -70px 0;
  animation: railLight 2.4s linear infinite;
}

.rail-arrow {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  border-top: 5px solid var(--gold-2);
  border-right: 5px solid var(--gold-2);
  transform: translateY(-50%) rotate(45deg);
  filter: drop-shadow(0 0 12px rgba(216, 183, 92, 0.85));
  animation: arrowPulse 1.7s ease-in-out infinite;
}

.arrow-one { left: 31%; }
.arrow-two { left: 64%; animation-delay: .35s; }

.delivery-track article::before {
  content: '';
  position: absolute;
  top: 29px;
  left: 50%;
  width: 2px;
  height: 48px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(216, 183, 92, 0.1), rgba(216, 183, 92, 0.9));
}

.delivery-track article {
  position: relative;
  z-index: 1;
  padding: 118px 22px 28px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(5, 10, 18, 0.48);
}

.day-node {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  border-radius: 999px;
  color: var(--ink);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), rgba(5, 10, 18, 0.95));
  border: 2px solid var(--gold);
  font-family: var(--font-heading);
  font-weight: 900;
  box-shadow: 0 0 0 10px rgba(216, 183, 92, 0.08);
  animation: dayNodeGlow 3.2s ease-in-out infinite;
}

.delivery-track article:nth-of-type(2) .day-node {
  animation-delay: .45s;
}

.delivery-track article:nth-of-type(3) .day-node {
  animation-delay: .9s;
}

.payment-split {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.payment-split span {
  display: block;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(5, 10, 18, 0.45);
  color: var(--muted);
}

.payment-split b {
  display: block;
  color: var(--gold-2);
  font-family: var(--font-heading);
  font-size: 1.7rem;
}

.terms-grid,
.choose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.terms-grid article,
.choose-grid article {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.terms-grid ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.terms-grid li {
  position: relative;
  padding: 12px 0 12px 34px;
  color: var(--muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.terms-grid li::before {
  content: '+';
  position: absolute;
  left: 0;
  top: 12px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #071018;
  background: var(--gold-2);
  font-weight: 900;
}

.data-guarantee {
  margin-top: 22px;
  padding: 20px;
  border-radius: 8px;
  color: var(--ink);
  background: linear-gradient(90deg, rgba(216, 183, 92, 0.18), rgba(93, 226, 255, 0.08));
  border: 1px solid rgba(216, 183, 92, 0.28);
  font-weight: 800;
}

.data-guarantee i {
  color: var(--gold-2);
  margin-right: 10px;
}

.choose-grid {
  grid-template-columns: repeat(3, 1fr);
}

.choose-grid article {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.choose-grid article.featured {
  background: linear-gradient(180deg, rgba(216, 183, 92, 0.14), rgba(255, 255, 255, 0.045));
  border-color: rgba(216, 183, 92, 0.36);
}

.security-stack {
  display: grid;
  gap: 12px;
}

.security-stack span {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(5, 10, 18, 0.52);
  font-weight: 800;
}

.security-stack i {
  color: var(--cyan);
}

.pricing-card {
  grid-template-columns: 1fr auto;
}

.enterprise-footer {
  padding: 90px 0 34px;
  background: #04060a;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-cta {
  margin-bottom: 60px;
}

.qr-contact-card {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 22px;
  align-items: center;
}

.qr-frame {
  padding: 12px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(216, 183, 92, 0.18);
}

.qr-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.qr-contact-card h3 {
  margin-bottom: 6px;
}

.newsletter-block {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.newsletter-block input {
  min-width: 0;
  padding: 15px 18px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  outline: 0;
}

.newsletter-block input:focus {
  border-color: rgba(216, 183, 92, 0.58);
  box-shadow: 0 0 0 4px rgba(216, 183, 92, 0.12);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.75fr 0.75fr 0.9fr;
  gap: 40px;
}

.footer-grid h3 {
  font-size: 0.92rem;
  color: var(--ink);
  margin-bottom: 16px;
}

.footer-grid a,
.trust-indicators span {
  display: block;
  color: var(--muted);
  margin: 10px 0;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-social {
  display: flex;
  gap: 16px;
}

.footer-social a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted) !important;
  margin: 0 !important;
  font-size: 1.1rem;
  transition: all 0.3s var(--ease);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-social a:hover {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #080b10 !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(216, 183, 92, 0.2);
  border-color: transparent;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(226, 236, 246, 0.55);
  font-size: 0.88rem;
}

.premium-float {
  animation: floatElement 6s ease-in-out infinite;
}

.reveal-fade-up {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 900ms var(--ease), transform 900ms var(--ease);
}

.reveal-fade-up.revealed {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatElement {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes rotateCw {
  to { transform: rotate(360deg); }
}

@keyframes dashFlow {
  to { stroke-dashoffset: -64; }
}

@keyframes nodePulse {
  0%, 100% { box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32); }
  50% { box-shadow: 0 22px 80px rgba(93, 226, 255, 0.12); }
}

@keyframes hubBreath {
  0%, 100% {
    box-shadow: 0 0 0 14px rgba(216, 183, 92, 0.05), 0 0 0 32px rgba(93, 226, 255, 0.035), 0 0 80px rgba(216, 183, 92, 0.32);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(216, 183, 92, 0.08), 0 0 0 42px rgba(93, 226, 255, 0.055), 0 0 110px rgba(216, 183, 92, 0.44);
  }
}

@keyframes barPulse {
  0%, 100% { opacity: 0.75; transform: scaleY(0.92); transform-origin: bottom; }
  50% { opacity: 1; transform: scaleY(1); transform-origin: bottom; }
}

@keyframes ambientBeams {
  0% { background-position: 0% 20%, 100% 80%; opacity: 0.75; }
  100% { background-position: 100% 80%, 0% 20%; opacity: 1; }
}

@keyframes panelSweep {
  0%, 42% { transform: translateX(-130%); opacity: 0; }
  52% { opacity: 1; }
  70%, 100% { transform: translateX(130%); opacity: 0; }
}

@keyframes softBlink {
  0%, 100% { border-color: rgba(255, 255, 255, 0.08); background: rgba(255, 255, 255, 0.06); }
  50% { border-color: rgba(93, 226, 255, 0.34); background: rgba(93, 226, 255, 0.09); }
}

@keyframes lineGradientMove {
  to { background-position: 220% 0; }
}

@keyframes railLight {
  to { background-position: 0 0, 110px 0; }
}

@keyframes arrowPulse {
  0%, 100% { opacity: 0.52; transform: translateY(-50%) rotate(45deg) scale(0.92); }
  50% { opacity: 1; transform: translateY(-50%) rotate(45deg) scale(1.08); }
}

@keyframes dayNodeGlow {
  0%, 100% { box-shadow: 0 0 0 10px rgba(216, 183, 92, 0.08), 0 0 24px rgba(216, 183, 92, 0.18); }
  50% { box-shadow: 0 0 0 15px rgba(216, 183, 92, 0.12), 0 0 48px rgba(216, 183, 92, 0.34); }
}

@media (max-width: 1199px) {
  .topology-card {
    width: 35%;
  }

  .node-im,
  .node-ch {
    left: 32px;
  }

  .node-dp,
  .node-fm {
    right: 32px;
  }
}

@media (max-width: 991px) {
  .nav-shell {
    border-radius: 16px;
  }

  .navbar-collapse {
    padding-top: 14px;
  }

  .hero-section {
    min-height: auto;
    padding-top: 70px;
  }

  .console-grid,
  .enquiry-grid,
  .strip-grid,
  .workflow-lanes,
  .impact-grid,
  .module-matrix,
  .website-content,
  .dash-cards,
  .ops-timeline,
  .engagement-flow,
  .security-panel,
  .safety-card,
  .delivery-track,
  .payment-split,
  .terms-grid,
  .choose-grid,
  .pricing-card,
  .footer-cta,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .strip-grid div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .strip-grid div:last-child {
    border-bottom: 0;
  }

  .workflow-lanes::before,
  .engagement-flow::before,
  .delivery-track::before,
  .delivery-rail,
  .topology-diagram::before,
  .topology-diagram::after {
    display: none;
  }

  .workflow-step.elevated,
  .matrix-column.featured {
    transform: none;
  }

  .engine-board {
    grid-template-columns: 1fr;
  }

  .engine-core {
    min-height: 140px;
  }

  .topology-diagram {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
    padding: 22px;
  }

  .topology-card,
  .central-hub-node {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .central-hub-node {
    order: -1;
    width: min(240px, 78vw);
    height: min(240px, 78vw);
    margin: 12px auto 22px;
  }

  .ops-timeline {
    gap: 20px;
    border-top: 0;
  }

  .ops-timeline article {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
  }

  .ops-timeline span {
    margin: 0 0 18px;
  }

  .engagement-flow article {
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
  }

  .delivery-track article {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
  }

  .day-node {
    position: static;
    transform: none;
    margin: 0 auto 18px;
  }

  .delivery-track article::before {
    display: none;
  }

  .qr-contact-card {
    grid-template-columns: 1fr;
  }

  .qr-frame {
    max-width: 260px;
  }

  .newsletter-block {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 15px;
  }

  .hero-title {
    font-size: 3rem;
  }

  .proof-row {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn,
  .newsletter-block .btn {
    width: 100%;
  }

  .console-panel-main,
  .console-panel-wide {
    grid-row: auto;
  }

  .dashboard-preview {
    grid-template-columns: 1fr;
  }

  .dash-sidebar {
    display: flex;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .dash-sidebar span {
    flex: 1;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
