:root {
  color-scheme: light;
  --ink: #0d1516;
  --muted: #607072;
  --soft: #edf5f2;
  --line: rgba(13, 21, 22, 0.12);
  --green: #2ee6a8;
  --teal: #25b7c4;
  --amber: #f2c94c;
  --coral: #f07167;
  --blue: #4466d8;
  --white: #ffffff;
  --panel: #111c1e;
  --shadow: 0 24px 70px rgba(11, 25, 26, 0.16);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f8fbfa;
  color: var(--ink);
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  color: var(--white);
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.nav-active {
  background: rgba(255, 255, 255, 0.93);
  color: var(--ink);
  box-shadow: 0 12px 34px rgba(11, 25, 26, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green), var(--teal));
  color: #06100f;
  font-weight: 860;
  box-shadow: 0 18px 38px rgba(46, 230, 168, 0.28);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand strong {
  font-size: 18px;
  font-weight: 800;
}

.brand small {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 760;
  opacity: 0.7;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled .site-nav,
.site-header.nav-active .site-nav {
  border-color: var(--line);
  background: rgba(244, 249, 248, 0.86);
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 720;
  opacity: 0.86;
}

.site-nav a:hover,
.site-nav .nav-cta {
  background: rgba(46, 230, 168, 0.16);
  opacity: 1;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
}

.nav-toggle span:not(.sr-only) {
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 132px clamp(20px, 4vw, 56px) 96px;
  color: var(--white);
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.06);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 13, 13, 0.94) 0%, rgba(7, 18, 18, 0.84) 45%, rgba(7, 18, 18, 0.46) 76%),
    linear-gradient(180deg, rgba(4, 13, 13, 0.42), rgba(4, 13, 13, 0.82));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 76%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 150px;
  background: linear-gradient(180deg, transparent, #f8fbfa);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--green);
  font-size: 13px;
  font-weight: 820;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: currentColor;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(42px, 6.4vw, 88px);
  line-height: 0.98;
  font-weight: 850;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(31px, 4vw, 58px);
  line-height: 1.05;
  font-weight: 820;
}

h3 {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.2;
}

p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.hero-copy {
  max-width: 710px;
  margin-bottom: 34px;
  color: rgba(245, 255, 252, 0.82);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button.primary {
  background: var(--green);
  color: #06100f;
  box-shadow: 0 18px 44px rgba(46, 230, 168, 0.26);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.button.dark {
  background: var(--ink);
  color: var(--white);
}

.ip-panel {
  position: absolute;
  right: clamp(20px, 5vw, 76px);
  bottom: 84px;
  z-index: 3;
  width: min(390px, calc(100% - 40px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(9, 22, 22, 0.72);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(20px);
}

.panel-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.panel-head strong {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(46, 230, 168, 0.18);
  color: var(--green);
  font-size: 12px;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(46, 230, 168, 0.18);
}

.allocation,
.panel-grid > div {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.allocation {
  padding: 16px;
}

.allocation span,
.panel-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.allocation strong {
  display: block;
  margin: 8px 0;
  color: var(--white);
  font-size: 36px;
  line-height: 1;
}

.allocation div {
  height: 8px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.14);
}

.allocation i {
  display: block;
  width: 88%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--teal), var(--amber));
}

.panel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.panel-grid > div {
  padding: 13px;
}

.panel-grid strong {
  display: block;
  margin-top: 6px;
  color: var(--white);
  font-size: 18px;
}

.proof-strip {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: min(1180px, calc(100% - 40px));
  margin: -42px auto 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.proof-strip div {
  padding: 26px;
  background: var(--white);
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  margin-bottom: 8px;
  font-size: clamp(25px, 3vw, 38px);
}

.proof-strip span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.section,
.architecture-section,
.governance-section,
.contact-section {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.section {
  padding: 104px 0;
}

.intro-section {
  padding-top: 120px;
}

.section-heading {
  max-width: 890px;
  margin-bottom: 42px;
}

.section-heading p:last-child {
  max-width: 760px;
}

.solution-grid,
.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.solution-card,
.package-card {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(13, 21, 22, 0.06);
}

.solution-card p,
.package-card p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.62;
}

.icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: rgba(46, 230, 168, 0.14);
  color: #148668;
}

.icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.architecture-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
  padding: 96px clamp(20px, 4vw, 56px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(13, 21, 22, 0.98), rgba(17, 45, 44, 0.96)),
    var(--panel);
  color: var(--white);
}

.architecture-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 34px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--green), var(--teal));
}

.check-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 6px;
  height: 10px;
  border: solid #06100f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.network-map {
  display: grid;
  grid-template-columns: 1fr 54px 1.08fr 54px 1fr;
  gap: 14px;
  align-items: center;
}

.node {
  min-height: 190px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.node.core {
  background: rgba(46, 230, 168, 0.16);
  border-color: rgba(46, 230, 168, 0.34);
}

.node span,
.package-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-bottom: 20px;
  padding: 0 10px;
  border-radius: 8px;
  background: rgba(46, 230, 168, 0.14);
  color: var(--green);
  font-size: 13px;
  font-weight: 820;
}

.node strong,
.node small {
  display: block;
}

.node strong {
  margin-bottom: 10px;
  font-size: 20px;
}

.node small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.45;
}

.network-map i {
  position: relative;
  display: block;
  height: 2px;
  background: linear-gradient(90deg, var(--green), var(--teal));
}

.network-map i::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--teal);
  border-right: 2px solid var(--teal);
  transform: translateY(-50%) rotate(45deg);
}

.packages-section {
  padding-bottom: 92px;
}

.package-card {
  min-height: 380px;
}

.package-card.featured {
  background:
    linear-gradient(135deg, rgba(46, 230, 168, 0.16), rgba(68, 102, 216, 0.1)),
    var(--white);
  border-color: rgba(46, 230, 168, 0.32);
}

.package-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: var(--green);
}

.governance-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(420px, 1.14fr);
  gap: 60px;
  align-items: start;
  padding: 0 0 104px;
}

.governance-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.governance-list span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: #214547;
  font-weight: 760;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto;
  gap: 40px;
  align-items: center;
  margin-bottom: 34px;
  padding: clamp(34px, 6vw, 70px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(46, 230, 168, 0.12), rgba(68, 102, 216, 0.12)),
    var(--white);
  box-shadow: var(--shadow);
}

.contact-section p {
  max-width: 760px;
}

.contact-actions {
  justify-content: flex-end;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 30px 0 42px;
  color: var(--muted);
  font-size: 14px;
}

.status-page {
  min-height: 100vh;
  padding: 130px clamp(20px, 5vw, 70px) 70px;
  background:
    linear-gradient(135deg, rgba(13, 21, 22, 0.95), rgba(18, 48, 46, 0.92)),
    var(--panel);
  color: var(--white);
}

.status-shell {
  width: min(960px, 100%);
  margin: 0 auto;
}

.status-board {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.status-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.status-item p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
}

.status-pill {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(46, 230, 168, 0.16);
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 1120px) {
  .site-nav a {
    padding: 0 10px;
  }

  .ip-panel {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 44px;
  }

  .hero {
    align-items: end;
  }

  .solution-grid,
  .package-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .architecture-section,
  .governance-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand strong {
    font-size: 16px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    top: 72px;
    left: 18px;
    right: 18px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    padding: 8px;
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.96);
    color: var(--ink);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    min-height: 48px;
  }

  .hero {
    min-height: auto;
    padding: 112px 20px 54px;
  }

  h1 {
    font-size: clamp(38px, 12vw, 58px);
  }

  h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .hero-copy,
  p {
    font-size: 16px;
  }

  .button {
    width: 100%;
  }

  .ip-panel,
  .solution-grid,
  .package-grid,
  .panel-grid {
    width: 100%;
  }

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

  .proof-strip div {
    padding: 20px;
  }

  .section {
    padding: 76px 0;
  }

  .intro-section {
    padding-top: 88px;
  }

  .solution-grid,
  .package-grid {
    grid-template-columns: 1fr;
  }

  .architecture-section {
    width: 100%;
    padding: 76px 20px;
    border-radius: 0;
  }

  .network-map {
    grid-template-columns: 1fr;
  }

  .network-map i {
    width: 2px;
    height: 34px;
    margin: 0 auto;
    background: linear-gradient(180deg, var(--green), var(--teal));
  }

  .network-map i::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -1px;
    transform: translateX(-50%) rotate(135deg);
  }

  .governance-section {
    gap: 24px;
    padding-bottom: 76px;
  }

  .governance-list span {
    width: 100%;
  }

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

  .status-item {
    grid-template-columns: auto 1fr;
  }

  .status-pill {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 460px) {
  .proof-strip,
  .panel-grid {
    grid-template-columns: 1fr;
  }

  .solution-card,
  .package-card,
  .contact-section {
    padding: 22px;
  }
}
