:root {
  color-scheme: dark;
  --background: #050814;
  --background-soft: #090f20;
  --surface: rgba(17, 27, 51, 0.88);
  --surface-strong: #111d38;
  --surface-deep: #0a1124;
  --text: #f5f8ff;
  --muted: #aebbd4;
  --cyan: #2fe7dc;
  --cyan-soft: rgba(47, 231, 220, 0.13);
  --purple: #8d6cff;
  --purple-soft: rgba(141, 108, 255, 0.14);
  --line: rgba(92, 221, 231, 0.24);
  --line-soft: rgba(174, 187, 212, 0.14);
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.34);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% -5%, rgba(141, 108, 255, 0.18), transparent 30rem),
    radial-gradient(circle at 92% 5%, rgba(47, 231, 220, 0.13), transparent 34rem),
    linear-gradient(180deg, #070b19 0%, var(--background) 48%, #040711 100%);
  color: var(--text);
  font: 16px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img { display: block; max-width: 100%; }
a { color: var(--cyan); }
a:hover { color: #98fff8; }
a:focus-visible,
button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  transform: translateY(-150%);
  border-radius: 8px;
  background: #fff;
  color: #050814;
  font-weight: 800;
}

.skip-link:focus { transform: translateY(0); }

.shell {
  width: min(1760px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 8, 20, 0.9);
  backdrop-filter: blur(18px);
}

.nav-bar {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--text);
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(47, 231, 220, 0.4);
  border-radius: 11px;
  object-fit: cover;
  box-shadow: 0 0 22px rgba(47, 231, 220, 0.13);
}

.brand span { display: grid; line-height: 1.15; }
.brand strong { font-size: 1.08rem; letter-spacing: 0.015em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

.nav-links { display: flex; align-items: center; gap: 20px; }
.nav-links a { color: #c6d1e4; font-size: 0.84rem; font-weight: 700; text-decoration: none; }
.nav-links a:hover { color: var(--cyan); }

main { padding: 18px 0 64px; }

.hero {
  min-height: calc(100vh - 104px);
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(410px, 0.82fr);
  gap: 14px;
  align-items: stretch;
  padding: 0 0 24px;
}

.hero-main,
.identity-card,
.hero-aside > section,
.hero-links,
.content-section,
.panel,
.harvesty-panel,
.trust-panel {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(18, 29, 56, 0.9), rgba(8, 14, 31, 0.84));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.hero-main {
  min-width: 0;
  padding: clamp(24px, 3vw, 42px);
  border-radius: 24px;
}

.identity-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.identity-badges span {
  padding: 5px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--cyan-soft);
  color: #d2f9f7;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.eyebrow,
.section-label {
  margin: 0 0 7px;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

h1,
h2,
h3 { margin-top: 0; color: var(--text); line-height: 1.13; }
h1 { margin-bottom: 0; font-size: clamp(3.5rem, 6.2vw, 6.3rem); letter-spacing: -0.065em; }
h2 { margin-bottom: 12px; font-size: clamp(1.55rem, 2.4vw, 2.25rem); letter-spacing: -0.035em; }
h3 { margin-bottom: 7px; font-size: 1.05rem; }
p { color: var(--muted); }

.product-owner {
  margin: 1px 0 18px;
  color: #d9d1ff;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.purpose-card {
  padding: 18px 20px;
  border: 1px solid rgba(141, 108, 255, 0.43);
  border-radius: 17px;
  background: linear-gradient(120deg, var(--purple-soft), rgba(47, 231, 220, 0.06));
}

.purpose-card h2 { margin-bottom: 9px; }
.purpose-card p { margin: 0; }
.purpose-card p + p { margin-top: 8px; }
.purpose-card .purpose-lede { color: #e4ebfa; font-size: 1rem; line-height: 1.48; }
.purpose-card .purpose-lede + p { font-size: 0.86rem; line-height: 1.42; }

.purpose-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.purpose-points article {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  background: rgba(6, 11, 25, 0.45);
}

.purpose-points strong { font-size: 0.82rem; }
.purpose-points span { color: var(--muted); font-size: 0.76rem; line-height: 1.35; }

.hero-aside {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 10px;
}

.identity-card,
.hero-aside > section,
.hero-links { border-radius: 20px; }

.identity-card {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  padding: 15px;
}

.identity-card > img {
  width: 126px;
  height: 126px;
  border: 1px solid rgba(47, 231, 220, 0.34);
  border-radius: 19px;
  object-fit: cover;
  box-shadow: 0 0 34px rgba(47, 231, 220, 0.12);
}

.identity-card h2 { margin-bottom: 8px; font-size: 1.5rem; }
.identity-card dl { display: grid; gap: 0; margin: 0; }
.identity-card dl > div { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 9px; padding: 4px 0; border-bottom: 1px solid var(--line-soft); }
.identity-card dl > div:last-child { border-bottom: 0; }
.identity-card dt { color: var(--muted); font-size: 0.67rem; font-weight: 750; text-transform: uppercase; }
.identity-card dd { margin: 0; color: var(--text); font-size: 0.75rem; font-weight: 800; }

.access-card { padding: 17px 18px; }
.access-card h2 { margin-bottom: 10px; font-size: 1.4rem; }
.access-rows { display: grid; gap: 7px; }
.access-rows p { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 9px; margin: 0; padding: 9px 10px; border-radius: 11px; background: rgba(5, 9, 21, 0.45); }
.access-rows strong { color: var(--text); font-size: 0.76rem; }
.access-rows span { font-size: 0.73rem; line-height: 1.36; }

.hero-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--line);
}

.hero-links a {
  display: grid;
  place-items: center;
  min-height: 47px;
  padding: 8px;
  background: #0b1429;
  color: #dcfbfa;
  font-size: 0.7rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.hero-links a:hover { background: #12233d; }

.content-section {
  margin: 14px 0;
  padding: clamp(22px, 3vw, 36px);
  border-radius: 24px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 20px;
}

.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0; font-size: 0.9rem; }

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

.table-scroll { overflow-x: auto; border: 1px solid var(--line-soft); border-radius: 16px; }
.data-table { width: 100%; border-collapse: collapse; background: rgba(5, 10, 23, 0.56); }
.data-table th,
.data-table td { padding: 12px 14px; border-right: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); text-align: left; vertical-align: top; }
.data-table tr:last-child > * { border-bottom: 0; }
.data-table tr > *:last-child { border-right: 0; }
.data-table thead th { background: rgba(47, 231, 220, 0.09); color: #d8fffc; font-size: 0.68rem; font-weight: 850; letter-spacing: 0.07em; text-transform: uppercase; }
.data-table tbody th { width: 25%; color: var(--text); font-size: 0.8rem; }
.data-table td { width: 37.5%; color: var(--muted); font-size: 0.78rem; line-height: 1.38; }

.two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 14px 0; }
.panel { padding: clamp(22px, 3vw, 34px); border-radius: 24px; }
.emphasis-panel { background: linear-gradient(145deg, rgba(35, 28, 75, 0.76), rgba(8, 14, 31, 0.9)); }

.step-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.step-list li { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 11px; align-items: start; padding: 9px 10px; border-radius: 11px; background: rgba(5, 10, 23, 0.48); }
.step-list li > span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; color: var(--cyan); font-size: 0.75rem; font-weight: 900; }
.step-list strong { font-size: 0.82rem; }
.step-list p { margin: 2px 0 0; font-size: 0.76rem; }

.boundary-list { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.boundary-list li { position: relative; padding: 9px 10px 9px 34px; border: 1px solid rgba(141, 108, 255, 0.2); border-radius: 11px; background: rgba(5, 10, 23, 0.38); color: #d1dbeb; font-size: 0.8rem; }
.boundary-list li::before { content: "✓"; position: absolute; left: 12px; color: var(--cyan); font-weight: 900; }
.small-copy { margin: 12px 0 0; font-size: 0.74rem; }

.capability-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.capability-grid article { position: relative; min-height: 150px; padding: 17px; overflow: hidden; border: 1px solid var(--line-soft); border-radius: 15px; background: rgba(5, 10, 23, 0.47); }
.capability-grid article > span { display: block; margin-bottom: 24px; color: var(--cyan); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.12em; }
.capability-grid h3 { margin-bottom: 7px; }
.capability-grid p { margin: 0; font-size: 0.78rem; }

.harvesty-panel {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  gap: 42px;
  margin: 14px 0;
  padding: clamp(24px, 3vw, 38px);
  border-radius: 24px;
  background: linear-gradient(120deg, rgba(141, 108, 255, 0.18), rgba(47, 231, 220, 0.07));
}

.harvesty-panel h2 { margin-bottom: 0; }
.harvesty-panel p { margin-top: 0; }
.harvesty-panel p:last-child { margin-bottom: 0; }

.trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 40px;
  align-items: center;
  margin: 14px 0 0;
  padding: clamp(24px, 3vw, 38px);
  border-radius: 24px;
}

.trust-panel h2 { margin-bottom: 8px; }
.trust-panel p { margin: 0; }
.trust-actions { display: grid; gap: 7px; }
.trust-actions a { padding: 10px 13px; border: 1px solid var(--line); border-radius: 10px; color: #dcfbfa; font-size: 0.78rem; font-weight: 800; text-align: center; text-decoration: none; }
.trust-actions .primary-action { border-color: transparent; background: linear-gradient(90deg, #3e4ae8, #118dbb); color: #fff; }

.document {
  width: min(900px, calc(100% - 40px));
  padding: 46px 0 72px;
}

.document-header { margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.document h1 { margin-bottom: 10px; font-size: clamp(2.8rem, 7vw, 4.8rem); }
.document h2 { margin: 40px 0 10px; font-size: 1.55rem; }
.document h3 { margin: 24px 0 8px; }
.document p,
.document li { color: var(--muted); }
.document strong { color: var(--text); }
.document ul,
.document ol { display: grid; gap: 8px; }
.document .lead { color: #dce5f6; font-size: 1.05rem; }

.notice,
.info-box {
  margin: 24px 0;
  padding: 17px 19px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--cyan);
  border-radius: 12px;
  background: var(--cyan-soft);
  color: var(--muted);
}

.info-box h2,
.info-box h3 { margin-top: 0; }
.info-box p:last-child { margin-bottom: 0; }

.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 24px 0; }
.support-grid article { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.support-grid h2 { margin-top: 0; font-size: 1.25rem; }
.support-grid p:last-child { margin-bottom: 0; }

footer { border-top: 1px solid var(--line); background: rgba(3, 6, 15, 0.62); }
.footer-grid { min-height: 90px; display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; }
.footer-grid > div { display: grid; }
.footer-grid > div span { color: var(--muted); font-size: 0.7rem; }
.footer-grid p { margin: 0; font-size: 0.78rem; text-align: center; }
.footer-grid nav { display: flex; flex-wrap: wrap; gap: 15px; }
.footer-grid a { color: #c4d3e8; font-size: 0.75rem; font-weight: 700; text-decoration: none; }

@media (max-width: 1060px) {
  .nav-links a:nth-child(-n + 3) { display: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-aside { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto auto; }
  .hero-links { grid-column: 1 / -1; }
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 24px, 1760px); }
  .nav-bar { min-height: 60px; }
  .nav-links { gap: 12px; }
  .nav-links a { font-size: 0.77rem; }
  .nav-links a:nth-child(5) { display: none; }
  main { padding-top: 12px; }
  .hero-main { padding: 20px 17px; }
  h1 { font-size: clamp(3.25rem, 17vw, 5rem); }
  .purpose-points,
  .hero-aside,
  .two-column,
  .section-heading,
  .harvesty-panel,
  .trust-panel,
  .support-grid { grid-template-columns: 1fr; }
  .hero-aside { grid-template-rows: auto; }
  .data-table { min-width: 720px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 0; }
  .capability-grid article > span { margin-bottom: 12px; }
  .footer-grid { grid-template-columns: 1fr; gap: 8px; padding: 20px 0; text-align: center; }
  .footer-grid nav { justify-content: center; }
}

@media (max-width: 480px) {
  .brand img { width: 38px; height: 38px; }
  .brand small { display: none; }
  .nav-links a:nth-child(4) { display: none; }
  .identity-card { grid-template-columns: 94px minmax(0, 1fr); }
  .identity-card > img { width: 94px; height: 94px; }
  .hero-links { grid-template-columns: 1fr; }
  .purpose-points { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
