*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: 'Source Code Pro', monospace;
  background:
    radial-gradient(circle at top, rgba(245, 158, 11, 0.1), transparent 28%),
    linear-gradient(180deg, #060708 0%, #020202 52%, #000 100%);
  color: #f59e0b;
  text-transform: uppercase;
  overflow-x: hidden;
}

body[data-page="about"],
body[data-page="premium"],
body[data-page="ito"] {
  font-family: 'IBM Plex Sans', sans-serif;
}

a {
  color: inherit;
}

.crt-overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  background:
    linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.1) 50%),
    linear-gradient(90deg, rgba(255, 0, 0, 0.03), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.03));
  background-size: 100% 3px, 3px 100%;
  opacity: 0.45;
}

.page-shell {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  padding: 0.75rem;
}

.page-frame {
  width: 100%;
  min-height: calc(100vh - 1.5rem);
  border: 2px solid rgba(245, 158, 11, 0.5);
  padding: 0.75rem;
  background:
    linear-gradient(180deg, rgba(14, 16, 18, 0.98) 0%, rgba(6, 7, 8, 0.96) 100%);
  box-shadow: 0 0 40px rgba(245, 158, 11, 0.1), inset 0 0 42px rgba(245, 158, 11, 0.05);
}

.page-header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0.15rem;
  margin-bottom: 0.15rem;
  border-bottom: 0;
  flex-shrink: 0;
}

.header-meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.header-kicker {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.32rem 0.55rem;
  border: 1px solid rgba(245, 158, 11, 0.24);
  background: rgba(245, 158, 11, 0.06);
  font-size: 10px;
  letter-spacing: 0.24em;
  font-weight: 900;
  opacity: 0.82;
  color: #fcd34d;
  font-family: 'Source Code Pro', monospace;
}

.hero-kicker {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 0.9rem;
  padding: 0.32rem 0.55rem;
  border: 1px solid rgba(245, 158, 11, 0.24);
  background: rgba(245, 158, 11, 0.06);
  font-size: 10px;
  letter-spacing: 0.24em;
  font-weight: 900;
  opacity: 0.82;
  color: #fcd34d;
  font-family: 'Source Code Pro', monospace;
}

.header-title {
  font-size: clamp(2rem, 4.6vw, 3.8rem);
  line-height: 0.98;
  font-weight: 900;
  font-style: normal;
  color: #fde68a;
  letter-spacing: -0.04em;
  text-shadow: 0 0 18px rgba(245, 158, 11, 0.18);
  font-family: 'IBM Plex Sans', sans-serif;
}

.header-subtitle {
  max-width: 54rem;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 700;
  color: rgba(255, 239, 205, 0.78);
}

.header-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
  gap: 0.5rem;
  width: 100%;
}

.header-left {
  flex: 1;
}

.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
}

.header-station {
  display: none;
  font-size: 10px;
  opacity: 0.7;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: right;
  font-family: 'Source Code Pro', monospace;
}

.header-station span {
  color: #fde68a;
}

.nav-shell {
  position: relative;
}

.menu-btn,
.uplink-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.78rem 1.25rem;
  border: 1px solid rgba(245, 158, 11, 0.42);
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.16), rgba(245, 158, 11, 0.08));
  color: #fde68a;
  text-decoration: none;
  box-shadow: 0 0 18px rgba(245, 158, 11, 0.14), inset 0 0 12px rgba(245, 158, 11, 0.05);
  transition: all 0.2s ease-out;
  cursor: pointer;
  font-family: 'Source Code Pro', monospace;
  text-transform: uppercase;
}

.menu-btn {
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 0;
}

.menu-btn:hover,
.menu-btn[aria-expanded="true"],
.uplink-btn:hover,
.secondary-btn:hover {
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.22), rgba(245, 158, 11, 0.12));
  color: #f59e0b;
  border-color: #f59e0b;
  box-shadow: 0 0 24px rgba(245, 158, 11, 0.24), inset 0 0 14px rgba(245, 158, 11, 0.08);
}

.menu-icon {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.menu-icon span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.btn-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.btn-label {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  font-style: normal;
}

.btn-meta {
  margin-top: 0.15rem;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.2em;
  opacity: 0.66;
}

.nav-menu {
  position: absolute;
  left: auto;
  right: 0;
  top: calc(100% + 0.5rem);
  z-index: 30;
  display: none;
  width: min(360px, calc(100vw - 3rem));
  max-width: calc(100vw - 3rem);
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.8rem;
  border: 1px solid rgba(245, 158, 11, 0.32);
  background:
    linear-gradient(180deg, rgba(16, 18, 22, 0.98), rgba(8, 10, 12, 0.98));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55), 0 0 24px rgba(245, 158, 11, 0.1);
}

.nav-menu.open {
  display: flex;
}

.nav-link {
  display: block;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(245, 158, 11, 0.18);
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.04), rgba(245, 158, 11, 0.02));
  color: #fde68a;
  text-decoration: none;
}

.nav-link:hover,
.nav-link.active {
  border-color: rgba(245, 158, 11, 0.6);
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.12), rgba(245, 158, 11, 0.06));
  color: #f59e0b;
}

.nav-link-title {
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  font-family: 'Source Code Pro', monospace;
}

.nav-link-login {
  border-color: rgba(245, 158, 11, 0.42);
  background: linear-gradient(180deg, #ffc631, #f2af11);
  color: #171005;
  box-shadow: 0 0 18px rgba(245, 158, 11, 0.14);
}

.nav-link-login:hover,
.nav-link-login.active {
  border-color: #f59e0b;
  background: linear-gradient(180deg, #ffd452, #f7b91d);
  color: #171005;
}

.hero-panel,
.section-panel {
  border: 1px solid rgba(245, 158, 11, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(245, 158, 11, 0.02));
  padding: 1.2rem;
}

.hero-panel {
  margin-bottom: 1.2rem;
  border-color: rgba(245, 158, 11, 0.22);
  background:
    radial-gradient(circle at right top, rgba(245, 158, 11, 0.12), transparent 40%),
    linear-gradient(135deg, rgba(245, 158, 11, 0.04), rgba(9, 10, 12, 0.98));
}

.hero-grid,
.section-grid,
.mini-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

.about-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  margin-top: 0.9rem;
}

.about-copy p {
  margin: 0;
}

.about-copy p + p {
  margin-top: 0.85rem;
}

.about-side {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

.hero-heading {
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  line-height: 1.02;
  font-weight: 900;
  color: #fde68a;
  margin: 0;
  max-width: 32rem;
  font-family: 'IBM Plex Sans', sans-serif;
}

.hero-copy,
.section-copy,
.bullet-list li,
.faq-item p {
  font-size: 12px;
  line-height: 1.8;
  font-weight: 700;
  color: rgba(255, 239, 205, 0.78);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.section-title {
  margin: 0 0 0.75rem;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.22em;
  color: #fcd34d;
  font-family: 'Source Code Pro', monospace;
}

.section-copy {
  margin: 0;
}

.bullet-list,
.term-list {
  margin: 0;
  padding-left: 1rem;
}

.bullet-list li,
.term-list li {
  margin-bottom: 0.45rem;
}

.term-list strong,
.faq-item h3,
.metric-card h3 {
  color: #fde68a;
}

.metric-card,
.faq-item {
  border: 1px solid rgba(245, 158, 11, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(245, 158, 11, 0.018));
  padding: 1rem;
}

.metric-card h3,
.faq-item h3 {
  margin: 0 0 0.55rem;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
  font-family: 'Source Code Pro', monospace;
}

.metric-card p,
.faq-item p {
  margin: 0;
}

.status-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.status-pill {
  padding: 0.5rem 0.72rem;
  border: 1px solid rgba(245, 158, 11, 0.22);
  background: rgba(245, 158, 11, 0.06);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  color: #fde68a;
  font-family: 'Source Code Pro', monospace;
}

.separator {
  overflow: hidden;
  margin: 1rem 0 0.7rem;
  color: rgba(245, 158, 11, 0.26);
  font-size: 10px;
  white-space: nowrap;
}

.page-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
  margin-top: 0.25rem;
  border-top: 2px solid rgba(245, 158, 11, 0.3);
  flex-shrink: 0;
}

.system-stats {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 0.9;
  font-family: 'Source Code Pro', monospace;
}

.stats-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.2rem;
}

.stats-row:last-child {
  margin-bottom: 0;
}

.footer-copy,
.footer-meta {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  opacity: 0.6;
  font-style: italic;
  text-align: right;
  font-family: 'Source Code Pro', monospace;
}

.eyebrow {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.36rem 0.62rem;
  border: 1px solid rgba(245, 158, 11, 0.22);
  background: rgba(245, 158, 11, 0.06);
  color: #fcd34d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.24em;
  font-family: 'Source Code Pro', monospace;
  text-transform: uppercase;
}

.about-alt-hero {
  margin-top: -0.65rem;
  margin-bottom: 1rem;
  padding: 0.35rem 0 1.2rem;
  border: 0;
  box-shadow: none;
  background: none;
}

.about-alt-hero-grid,
.what-grid,
.seo-grid,
.model-grid,
.closing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.hero-panel-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: flex-start;
  margin-bottom: 1.4rem;
  padding-top: 0.15rem;
}

.hero-panel-nav a {
  color: rgba(255, 239, 205, 0.62);
  text-decoration: none;
  font-family: 'Source Code Pro', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-panel-nav a.active,
.hero-panel-nav a:hover {
  color: #fcd34d;
}

.about-alt-title {
  margin: 1rem 0 0;
  max-width: 10.5ch;
  color: #f7f3ea;
  font-size: clamp(3rem, 6.3vw, 6.2rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
  font-weight: 700;
  font-family: 'IBM Plex Sans', sans-serif;
  text-wrap: balance;
}

.about-alt-subtitle {
  max-width: 35rem;
  margin: 1.35rem 0 0;
  color: rgba(255, 243, 212, 0.8);
  font-size: 1.02rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.hero-left-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0.2rem;
}

.about-cta-row,
.filters-row,
.marketplace-grid,
.why-grid,
.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.primary-cta,
.ghost-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 1rem 1.35rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Source Code Pro', monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  border: 1px solid rgba(245, 158, 11, 0.35);
  transition: all 0.2s ease-out;
}

.primary-cta {
  color: #171005;
  background: linear-gradient(180deg, #ffc631, #f2af11);
  box-shadow: 0 0 18px rgba(245, 158, 11, 0.14);
}

.ghost-cta {
  color: #fde68a;
  background: rgba(245, 158, 11, 0.03);
}

.primary-cta:hover,
.ghost-cta:hover {
  transform: translateY(-1px);
  border-color: #f59e0b;
}

.signal-topology {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem 1.2rem;
  border: 1px solid rgba(245, 158, 11, 0.18);
  background:
    linear-gradient(rgba(245, 158, 11, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 158, 11, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 20% 20%, rgba(245, 158, 11, 0.14), transparent 16rem),
    linear-gradient(180deg, rgba(12, 14, 18, 0.98), rgba(5, 6, 8, 0.98));
  background-size: 28px 28px, 28px 28px, auto, auto;
  overflow: hidden;
}

.signal-topology.orbital {
  min-height: 430px;
}

.orbital-image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 860px;
  height: auto;
  opacity: 0.96;
  filter: saturate(1.02) brightness(0.95);
  transform-origin: center;
}

.signal-topology::before,
.signal-topology::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
  filter: blur(1px);
}

.signal-topology::before {
  width: 220px;
  height: 220px;
  right: -40px;
  top: -40px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.26), transparent 68%);
}

.signal-topology::after {
  width: 180px;
  height: 180px;
  left: -20px;
  bottom: -35px;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.18), transparent 70%);
}

.topology-node,
.topology-label {
  position: absolute;
}

.topology-label {
  padding: 0.5rem 0.65rem;
  border: 1px solid rgba(245, 158, 11, 0.18);
  background: rgba(11, 12, 16, 0.92);
  color: rgba(255, 239, 205, 0.82);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  font-family: 'Source Code Pro', monospace;
  text-transform: uppercase;
  width: 178px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.02);
}

.topology-label strong {
  display: block;
  margin-bottom: 0.45rem;
  color: #f2eee5;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.topology-label span {
  display: block;
  color: rgba(255, 239, 205, 0.72);
  font-size: 7px;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.topology-label.t1 { top: 15%; left: 5%; display: none; }
.topology-label.t3 { top: 15%; right: 5%; display: none; }
.topology-label.t4 { bottom: 16%; left: 5%; display: none; }
.topology-label.t5 { bottom: 13%; right: 5%; display: none; }
.topology-label.t2,
.topology-label.t6,
.topology-label.t7 {
  display: none;
}

.topology-readout {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.hero-stats-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
  margin-top: 0.9rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(245, 158, 11, 0.12);
  background: rgba(9, 11, 14, 0.86);
}

.hero-stat-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  min-height: 52px;
}

.hero-stat-mark {
  color: #fbbf24;
  font-family: 'Source Code Pro', monospace;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.hero-stat-copy strong,
.metric-value {
  display: block;
  color: #f4efe2;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.hero-stat-copy span,
.metric-label {
  display: block;
  margin-top: 0.15rem;
  color: rgba(255, 239, 205, 0.6);
  font-family: 'Source Code Pro', monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-stat-divider {
  display: none;
}

.topology-stat {
  padding: 0.65rem 0.7rem;
  border: 1px solid rgba(245, 158, 11, 0.15);
  background: rgba(10, 10, 12, 0.8);
  color: #fde68a;
  font-family: 'Source Code Pro', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.section-block {
  margin-top: 0.95rem;
  padding: 1.25rem 1.2rem;
  border: 1px solid rgba(245, 158, 11, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(245, 158, 11, 0.018));
}

.section-block.framed {
  position: relative;
  padding-top: 1.6rem;
}

.section-block + .section-block {
  margin-top: 0.85rem;
}

.section-heading {
  margin: 0 0 0.9rem;
  color: #f4efe2;
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  line-height: 1.08;
  font-weight: 500;
  font-family: 'IBM Plex Sans', sans-serif;
}

.section-intro {
  margin: 0 0 0.9rem;
  max-width: 42rem;
  color: rgba(255, 239, 205, 0.74);
  font-size: 0.97rem;
  line-height: 1.8;
}

.architecture-card,
.insight-card,
.market-card,
.article-card,
.faq-accordion details {
  border: 1px solid rgba(245, 158, 11, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(245, 158, 11, 0.018));
}

.architecture-card {
  padding: 1rem 1rem 0;
  border: 1px solid rgba(245, 158, 11, 0.18);
  border-radius: 12px;
  background: rgba(9, 11, 14, 0.96);
  overflow: hidden;
}

.arch-flow {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.arch-step {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem 0.5rem;
  border: 1px solid rgba(245, 158, 11, 0.1);
  border-radius: 10px;
  background: rgba(16, 18, 22, 0.82);
  gap: 0.55rem;
}

.arch-icon-wrap {
  color: rgba(245, 158, 11, 0.85);
  line-height: 0;
  flex-shrink: 0;
}

.arch-icon-wrap svg {
  width: 54px;
  height: 54px;
}

.arch-step strong {
  display: block;
  font-family: 'Source Code Pro', monospace;
  font-size: 9.5px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #f0eadd;
  text-transform: uppercase;
  line-height: 1.35;
}

.arch-step span {
  display: block;
  font-size: 0.78rem;
  color: rgba(255, 239, 205, 0.5);
  line-height: 1.5;
  font-family: 'IBM Plex Sans', sans-serif;
  text-transform: none;
  font-weight: 400;
}

.arch-sep {
  display: none;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: rgba(245, 158, 11, 0.3);
  font-size: 13px;
  font-family: 'Source Code Pro', monospace;
}

.architecture-loop {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding: 0.6rem 0.5rem;
  border-top: 0;
}

.arch-loop-arm {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
}

.arch-loop-line {
  flex: 1;
  border-top: 1px dashed rgba(245, 158, 11, 0.2);
}

.arch-loop-up {
  color: rgba(245, 158, 11, 0.35);
  font-size: 14px;
  font-family: 'Source Code Pro', monospace;
  height: 1px;
  overflow: visible;
  display: flex;
  align-items: center;
  line-height: 0;
  transform: translate(0px, -6px);
}

.arch-loop-label {
  flex-shrink: 0;
  color: rgba(255, 239, 205, 0.5);
  font-family: 'Source Code Pro', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.why-grid {
  gap: 0.9rem;
}

.insight-card,
.market-card,
.article-card {
  padding: 1.25rem 1.2rem;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.014), rgba(245, 158, 11, 0.015)),
    rgba(8, 10, 12, 0.94);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.015);
}

.insight-card h3,
.market-card h3,
.filter-chip h3,
.faq-accordion summary {
  margin: 0 0 0.7rem;
  color: #f4efe2;
  font-family: 'Source Code Pro', monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.insight-header {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 0.75rem;
}

.insight-icon {
  flex: 0 0 auto;
  color: #fbbf24;
  line-height: 0;
}

.insight-title {
  color: #f4efe2;
  font-size: 1.1rem;
  line-height: 1.25;
  font-weight: 600;
  font-family: 'IBM Plex Sans', sans-serif;
  text-transform: none;
  padding-top: 0.2rem;
}

.market-card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.market-icon-svg {
  color: #fbbf24;
  line-height: 0;
}

.market-title {
  color: #f4efe2;
  font-size: 1.05rem;
  line-height: 1.3;
  font-weight: 600;
  font-family: 'IBM Plex Sans', sans-serif;
  text-transform: none;
}

.insight-card p,
.market-card p,
.article-card p,
.architecture-copy,
.faq-answer {
  margin: 0;
  color: rgba(255, 239, 205, 0.68);
  font-size: 0.92rem;
  line-height: 1.75;
  font-family: 'IBM Plex Sans', sans-serif;
  text-transform: none;
  font-weight: 400;
}

.marketplace-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.model-copy {
  padding-right: 1rem;
  max-width: 28rem;
}

.filters-row {
  gap: 0.9rem;
}

.filters-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
}

.filters-copy {
  max-width: 20rem;
}

.filters-copy .section-heading {
  max-width: 12rem;
}

.filter-chip {
  padding: 0 1.15rem;
  border-left: 1px solid rgba(245, 158, 11, 0.12);
  background: none;
}

.filters-shell {
  padding: 1rem 0.85rem;
  border: 1px solid rgba(245, 158, 11, 0.14);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(245, 158, 11, 0.012)),
    rgba(9, 11, 14, 0.94);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
}

.filter-chip p {
  margin: 0;
  color: rgba(255, 239, 205, 0.72);
  font-size: 0.92rem;
  line-height: 1.65;
}

.chip-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.35rem;
}

.mini-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  background: rgba(255,255,255,0.02);
  color: rgba(255, 239, 205, 0.82);
  font-size: 0.92rem;
  line-height: 1;
}

.mini-chip-etc {
  border-color: transparent;
  background: none;
  color: rgba(255, 239, 205, 0.38);
  font-style: italic;
  padding-left: 0.2rem;
}

.method-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  min-height: 54px;
  padding: 0.9rem 1.25rem;
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: 8px;
  background: rgba(245, 158, 11, 0.04);
  color: #fcd34d;
  text-decoration: none;
  font-family: 'Source Code Pro', monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.method-button:hover {
  border-color: #f59e0b;
  background: rgba(245, 158, 11, 0.08);
}

.conviction-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 0.35rem;
}

.conviction-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(255, 239, 205, 0.78);
  font-size: 0.95rem;
}

.conviction-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.55);
}

.conviction-item.active {
  color: #fcd34d;
}

.conviction-item.active .conviction-dot {
  background: #fbbf24;
  box-shadow: 0 0 10px rgba(251, 191, 36, 0.42);
}

.conviction-desktop {
  display: none;
}

.seo-grid {
  align-items: start;
}

.seo-section {
  border-color: rgba(245, 158, 11, 0.1);
  background: linear-gradient(180deg, rgba(10, 12, 14, 0.95), rgba(6, 7, 8, 0.98));
}

.seo-left {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding-right: 2rem;
  border-right: 1px solid rgba(245, 158, 11, 0.1);
}

.seo-heading {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  line-height: 1.1;
  color: #f0eadd;
}

.seo-rule {
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, rgba(245, 158, 11, 0.6), transparent);
}

.seo-article {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 1.5rem;
  counter-reset: seo-para;
}

.seo-article p {
  counter-increment: seo-para;
  position: relative;
  padding-left: 2.2rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  margin: 0;
  border-top: 1px solid rgba(245, 158, 11, 0.07);
  color: rgba(255, 239, 205, 0.72);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.93rem;
  line-height: 1.8;
  font-weight: 400;
  text-transform: none;
}

.seo-article p:last-child {
  border-bottom: 1px solid rgba(245, 158, 11, 0.07);
}

.seo-article p::before {
  content: "0" counter(seo-para);
  position: absolute;
  left: 0;
  top: 1.25rem;
  font-family: 'Source Code Pro', monospace;
  font-size: 9px;
  font-weight: 900;
  color: rgba(245, 158, 11, 0.32);
  letter-spacing: 0.1em;
}

.faq-accordion {
  display: grid;
  gap: 0.8rem;
}

.faq-accordion details {
  padding: 0.95rem 1rem;
}

.faq-accordion summary {
  list-style: none;
  cursor: pointer;
}

.faq-accordion summary::-webkit-details-marker {
  display: none;
}

.faq-answer {
  margin-top: 0.75rem;
}

.metrics-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(61, 208, 182, 0.16);
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(9, 17, 18, 0.72), rgba(7, 12, 14, 0.82));
}

.metric-tile {
  padding: 0.95rem;
  border-right: 1px solid rgba(61, 208, 182, 0.12);
  border-bottom: 1px solid rgba(61, 208, 182, 0.12);
}

.metric-spark {
  margin-top: 0.8rem;
  height: 28px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(61, 208, 182, 0.07)),
    linear-gradient(120deg, transparent 0%, transparent 10%, rgba(61, 208, 182, 0.4) 10.5%, transparent 11%, transparent 24%, rgba(61, 208, 182, 0.35) 24.5%, transparent 25%, transparent 43%, rgba(61, 208, 182, 0.52) 43.5%, transparent 44%, transparent 61%, rgba(61, 208, 182, 0.3) 61.5%, transparent 62%, transparent 78%, rgba(61, 208, 182, 0.46) 78.5%, transparent 79%);
  border-top: 1px solid rgba(61, 208, 182, 0.16);
}

.cta-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: center;
  margin-top: 0.95rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid rgba(245, 158, 11, 0.22);
  border-radius: 10px;
  background:
    radial-gradient(circle at left center, rgba(245, 158, 11, 0.07), transparent 45%),
    linear-gradient(180deg, rgba(14, 12, 8, 0.96), rgba(8, 8, 8, 0.99));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.cta-strip-lead {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.cta-strip-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.cta-vdivider {
  flex-shrink: 0;
  width: 1px;
  height: 2.4rem;
  background: rgba(245, 158, 11, 0.2);
}

.cta-strip-copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.cta-strip-copy strong {
  display: block;
  color: #fde68a;
  font-family: 'Source Code Pro', monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.4;
}

.cta-strip-copy span {
  display: block;
  color: rgba(255, 239, 205, 0.58);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
}

.cta-strip-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}

@media (min-width: 900px) {
  .topology-label.t1,
  .topology-label.t3,
  .topology-label.t4,
  .topology-label.t5 {
    display: block;
  }

  .arch-flow {
    flex-direction: row;
    align-items: stretch;
  }

  .arch-sep {
    display: flex;
  }

  .page-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header-meta {
    max-width: none;
  }

  .header-kicker {
    display: inline-flex;
  }

  .hero-kicker {
    display: none;
  }

  .header-actions {
    width: auto;
  }

  .nav-link-login {
    display: none;
  }

  .header-station {
    display: block;
  }

  .nav-menu {
    right: 0;
    left: auto;
    width: min(360px, calc(100vw - 2rem));
    max-width: calc(100vw - 2rem);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.8fr);
    align-items: stretch;
  }

  .about-alt-hero-grid,
  .model-grid,
  .closing-grid {
    grid-template-columns: minmax(0, 1fr) minmax(520px, 0.98fr);
    align-items: center;
  }

  .seo-grid {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
  }

  .what-grid {
    grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr);
    align-items: start;
  }

  .hero-panel-nav {
    justify-content: flex-end;
    margin-bottom: 1.7rem;
  }

  .about-cta-row {
    grid-template-columns: repeat(2, minmax(0, max-content));
    justify-content: start;
  }

  .hero-stats-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }

  .hero-stat-item {
    padding: 0 1rem;
  }

  .hero-stat-item + .hero-stat-item {
    border-left: 1px solid rgba(245, 158, 11, 0.12);
  }

  .architecture-flow {
    grid-template-columns: repeat(9, minmax(0, 1fr));
    align-items: center;
    gap: 0.85rem;
  }

  .architecture-arrow {
    font-size: 20px;
  }

  .about-layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    align-items: start;
  }

  .about-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .marketplace-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filters-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }

  .filters-layout {
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.55fr);
  }

  .filters-copy {
    padding-right: 1rem;
  }

  .conviction-list {
    display: none;
  }

  .chip-cloud {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
    margin-top: 0.55rem;
  }

  .mini-chip {
    width: 100%;
    justify-content: flex-start;
  }

  .conviction-desktop {
    display: grid;
    gap: 1rem;
    margin-top: 1.15rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(245, 158, 11, 0.12);
  }

  .conviction-desktop-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .conviction-desktop-slider {
    display: block;
  }

  .conviction-slider-rail {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    padding: 4px;
    border: 1px solid rgba(245, 158, 11, 0.16);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(12, 14, 18, 0.96), rgba(7, 8, 10, 0.98));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
  }

  .conviction-slider-knob {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc((100% - 8px) / 5);
    height: calc(100% - 8px);
    border: 1px solid rgba(245, 158, 11, 0.4);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 198, 49, 0.22), rgba(242, 175, 17, 0.12));
    box-shadow: 0 0 18px rgba(245, 158, 11, 0.18);
    transition: transform 0.22s ease-out;
  }

  .conviction-slider-stop {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    cursor: pointer;
    color: rgba(255, 239, 205, 0.46);
    font-family: 'Source Code Pro', monospace;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: color 0.18s ease-out;
  }

  .conviction-slider-stop span {
    padding: 0 0.45rem;
    text-align: center;
  }

  .conviction-desktop-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    border: 1px solid rgba(245, 158, 11, 0.16);
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(10, 12, 14, 0.95), rgba(7, 8, 10, 0.98));
  }

  .conviction-desktop-card {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    min-height: 168px;
    padding: 1rem 1rem 1.1rem;
    border-right: 1px solid rgba(245, 158, 11, 0.1);
    cursor: pointer;
    transition: background 0.18s ease-out, color 0.18s ease-out;
  }

  .conviction-desktop-card:last-child {
    border-right: 0;
  }

  .conviction-desktop-card strong {
    color: rgba(255, 239, 205, 0.74);
    font-family: 'Source Code Pro', monospace;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    line-height: 1.35;
  }

  .conviction-desktop-card span {
    color: rgba(255, 239, 205, 0.5);
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 0.88rem;
    line-height: 1.6;
    text-transform: none;
  }

  #conviction-exploratory:checked ~ .conviction-desktop-slider .conviction-slider-knob {
    transform: translateX(0%);
  }

  #conviction-flexible:checked ~ .conviction-desktop-slider .conviction-slider-knob {
    transform: translateX(100%);
  }

  #conviction-balanced:checked ~ .conviction-desktop-slider .conviction-slider-knob {
    transform: translateX(200%);
  }

  #conviction-selective:checked ~ .conviction-desktop-slider .conviction-slider-knob {
    transform: translateX(300%);
  }

  #conviction-restrictive:checked ~ .conviction-desktop-slider .conviction-slider-knob {
    transform: translateX(400%);
  }

  #conviction-exploratory:checked ~ .conviction-desktop-slider label[for="conviction-exploratory"],
  #conviction-flexible:checked ~ .conviction-desktop-slider label[for="conviction-flexible"],
  #conviction-balanced:checked ~ .conviction-desktop-slider label[for="conviction-balanced"],
  #conviction-selective:checked ~ .conviction-desktop-slider label[for="conviction-selective"],
  #conviction-restrictive:checked ~ .conviction-desktop-slider label[for="conviction-restrictive"] {
    color: #fcd34d;
  }

  #conviction-exploratory:checked ~ .conviction-desktop-grid label[for="conviction-exploratory"],
  #conviction-flexible:checked ~ .conviction-desktop-grid label[for="conviction-flexible"],
  #conviction-balanced:checked ~ .conviction-desktop-grid label[for="conviction-balanced"],
  #conviction-selective:checked ~ .conviction-desktop-grid label[for="conviction-selective"],
  #conviction-restrictive:checked ~ .conviction-desktop-grid label[for="conviction-restrictive"] {
    background: linear-gradient(180deg, rgba(245, 158, 11, 0.1), rgba(245, 158, 11, 0.04));
    box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.16);
  }

  #conviction-exploratory:checked ~ .conviction-desktop-grid label[for="conviction-exploratory"] strong,
  #conviction-flexible:checked ~ .conviction-desktop-grid label[for="conviction-flexible"] strong,
  #conviction-balanced:checked ~ .conviction-desktop-grid label[for="conviction-balanced"] strong,
  #conviction-selective:checked ~ .conviction-desktop-grid label[for="conviction-selective"] strong,
  #conviction-restrictive:checked ~ .conviction-desktop-grid label[for="conviction-restrictive"] strong {
    color: #fcd34d;
  }

  #conviction-exploratory:checked ~ .conviction-desktop-grid label[for="conviction-exploratory"] span,
  #conviction-flexible:checked ~ .conviction-desktop-grid label[for="conviction-flexible"] span,
  #conviction-balanced:checked ~ .conviction-desktop-grid label[for="conviction-balanced"] span,
  #conviction-selective:checked ~ .conviction-desktop-grid label[for="conviction-selective"] span,
  #conviction-restrictive:checked ~ .conviction-desktop-grid label[for="conviction-restrictive"] span {
    color: rgba(255, 239, 205, 0.74);
  }

  .metrics-board {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cta-strip {
    grid-template-columns: minmax(0, 1.1fr) auto;
  }

  .cta-strip-actions {
    grid-template-columns: repeat(2, minmax(220px, max-content));
  }

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

  .page-footer {
    flex-direction: row;
  }

  .premium-hero-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.65fr);
    align-items: start;
  }

  .premium-hero-grid .signal-types-card {
    margin-top: 1.2rem;
  }
}

@media (max-width: 899.98px) {
  .page-shell {
    padding: 0.5rem;
  }

  .page-frame {
    min-height: calc(100vh - 1rem);
    padding: 0.6rem;
  }

  .page-header {
    gap: 0.35rem;
    margin-bottom: 0;
  }

  .header-kicker {
    display: none;
  }

  .header-right {
    width: 100%;
    align-items: stretch;
  }

  .header-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .nav-shell {
    margin-left: auto;
  }

  .menu-btn {
    width: 48px;
    height: 48px;
    box-shadow: 0 0 12px rgba(245, 158, 11, 0.12), inset 0 0 8px rgba(245, 158, 11, 0.04);
  }

  .uplink-btn {
    display: none;
  }

  .hero-kicker + .about-alt-title {
    margin-top: 0;
  }

  .about-alt-hero {
    margin-top: -0.95rem;
    padding-top: 0.1rem;
  }

  .signal-topology.orbital {
    min-height: auto;
    padding-bottom: 50px;
  }

  .filter-chip {
    padding: 0.95rem 0;
    border-left: 0;
    border-bottom: 1px solid rgba(245, 158, 11, 0.12);
  }

  .filter-chip:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .architecture-loop {
    justify-content: center;
    margin-top: 0.9rem;
    padding: 0.75rem 0.85rem;
    border: 1px dashed rgba(245, 158, 11, 0.28);
    border-radius: 10px;
    background: rgba(245, 158, 11, 0.03);
  }

  .arch-loop-arm {
    display: none;
  }

  .arch-loop-label {
    flex-shrink: 1;
    text-align: center;
    white-space: normal;
  }

  .seo-article {
    padding-left: 0;
  }

  .seo-article p {
    padding-left: 0;
    padding-top: 1.6rem;
  }

  .seo-article p::before {
    left: 0;
    top: 0.55rem;
    display: block;
  }

  .cta-strip-lead {
    flex-direction: row-reverse;
    align-items: flex-start;
  }

  .model-grid .marketplace-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 419.98px) {
  body[data-page="ito"] .about-alt-title {
    font-size: 2.6rem;
  }
}

.section-intro {
  font-family: 'IBM Plex Sans', sans-serif;
  text-transform: none;
  font-weight: 400;
}

.conviction-item {
  font-family: 'IBM Plex Sans', sans-serif;
  text-transform: none;
}

.filter-chip p {
  font-family: 'IBM Plex Sans', sans-serif;
  text-transform: none;
}

.signal-types-card {
  padding: 1.35rem 1.4rem;
  border: 1px solid rgba(245, 158, 11, 0.22);
  border-radius: 12px;
  background: rgba(9, 11, 14, 0.96);
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.015);
}

.st-header {
  font-family: 'Source Code Pro', monospace;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
  color: #fcd34d;
  padding-bottom: 0.85rem;
  margin-bottom: 0.1rem;
  border-bottom: 1px solid rgba(245, 158, 11, 0.12);
}

.st-divider {
  height: 1px;
  background: rgba(245, 158, 11, 0.08);
}

.st-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 0;
}

.st-tag {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.38rem 0.6rem;
  font-family: 'Source Code Pro', monospace;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  border-radius: 4px;
  min-width: 72px;
  text-align: center;
}

.st-alpha {
  color: #171005;
  background: linear-gradient(180deg, #ffc631, #f2af11);
}

.st-omega {
  color: #fde68a;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.35);
}

.st-overflow {
  color: rgba(255, 239, 205, 0.68);
  background: rgba(245, 158, 11, 0.04);
  border: 1px solid rgba(245, 158, 11, 0.16);
}

.st-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.st-name {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.93rem;
  font-weight: 600;
  color: #f4efe2;
  text-transform: none;
  line-height: 1.3;
}

.st-desc {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.78rem;
  color: rgba(255, 239, 205, 0.5);
  text-transform: none;
  line-height: 1.4;
}

.st-price {
  flex-shrink: 0;
  font-family: 'Source Code Pro', monospace;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fbbf24;
  text-align: right;
}

.st-footer {
  margin-top: 0.6rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(245, 158, 11, 0.1);
  font-family: 'Source Code Pro', monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(255, 239, 205, 0.38);
  text-align: center;
  text-transform: uppercase;
}

.wallet-panel {
  padding: 1.35rem 1.4rem;
  border: 1px solid rgba(245, 158, 11, 0.22);
  border-radius: 12px;
  background: rgba(9, 11, 14, 0.96);
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.015);
}

.wallet-panel-header {
  font-family: 'Source Code Pro', monospace;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
  color: #fcd34d;
  padding-bottom: 0.85rem;
  margin-bottom: 0.1rem;
  border-bottom: 1px solid rgba(245, 158, 11, 0.12);
}

.wallet-spec {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.58rem 0;
  border-bottom: 1px solid rgba(245, 158, 11, 0.06);
}

.wallet-spec:last-of-type {
  border-bottom: none;
}

.wallet-spec-key {
  flex-shrink: 0;
  font-family: 'Source Code Pro', monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(255, 239, 205, 0.42);
}

.wallet-spec-val {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #f4efe2;
  text-transform: none;
  text-align: right;
}

.wallet-spec-val.accent {
  font-family: 'Source Code Pro', monospace;
  font-weight: 900;
  font-size: 0.88rem;
  color: #fbbf24;
}

.wallet-divider {
  height: 1px;
  background: rgba(245, 158, 11, 0.1);
  margin: 0.8rem 0 0.75rem;
}

.wallet-compat-label {
  display: block;
  font-family: 'Source Code Pro', monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(255, 239, 205, 0.42);
  margin-bottom: 0.55rem;
}

.wallet-compat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.wallet-compat-list span {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  color: rgba(255, 239, 205, 0.72);
  padding: 0.32rem 0.65rem;
  border: 1px solid rgba(245, 158, 11, 0.14);
  border-radius: 4px;
  text-transform: none;
}

.cost-card {
  gap: 0.35rem;
}

.cost-number {
  font-family: 'Source Code Pro', monospace;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 900;
  color: #fbbf24;
  line-height: 1;
  margin-top: 0.5rem;
}

.cost-unit-label {
  font-family: 'Source Code Pro', monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: rgba(251, 191, 36, 0.5);
  margin-bottom: 0.4rem;
}

@media (min-width: 900px) {
  .ito-hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.62fr);
    align-items: center;
  }
}
