:root {
  --bg-0: #020806;
  --bg-1: #04150f;
  --jade: #00ff9c;
  --jade-2: #00d4aa;
  --teal: #2ee6c8;
  --glass: rgba(4, 18, 14, 0.55);
  --line: rgba(0, 255, 156, 0.35);
  --text: #e8fff6;
  --muted: #9cb8ad;
  --danger: #ff4d6d;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Segoe UI", "Trebuchet MS", sans-serif;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(0, 255, 156, 0.16), transparent 55%),
    radial-gradient(900px 500px at 100% 0%, rgba(46, 230, 200, 0.12), transparent 50%),
    linear-gradient(165deg, #000 0%, #04150f 48%, #020806 100%);
  background-attachment: fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.07;
  z-index: 0;
  background-image:
    repeating-linear-gradient(60deg, transparent 0 10px, rgba(0, 255, 156, 0.35) 10px 11px),
    repeating-linear-gradient(-60deg, transparent 0 10px, rgba(46, 230, 200, 0.25) 10px 11px);
}

a {
  color: var(--jade);
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(2, 8, 6, 0.72);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.brand img {
  width: auto;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(0, 255, 156, 0.6));
}

.header-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 13px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  overflow: hidden;
  background-clip: padding-box;
  -webkit-appearance: none;
  appearance: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-neon {
  color: #02110b;
  background: linear-gradient(90deg, #00ff9c 0%, #2ee6c8 100%);
  box-shadow: 0 0 22px rgba(0, 255, 156, 0.35);
}

.btn-ghost {
  color: var(--jade);
  background: rgba(0, 255, 156, 0.08);
  box-shadow: inset 0 0 0 1px var(--line);
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
  padding: 56px 0 36px;
}

h1,
h2,
h3 {
  font-weight: 800;
  letter-spacing: 0.02em;
  text-shadow: 0 0 18px rgba(0, 255, 156, 0.28);
}

h1 {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.15;
  margin: 0 0 16px;
}

h2 {
  font-size: clamp(22px, 3vw, 32px);
  margin: 0 0 14px;
}

h3 {
  font-size: 18px;
  color: var(--teal);
  margin: 22px 0 8px;
}

p,
li {
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--muted);
  line-height: 1.7;
  font-size: 16px;
}

.lead {
  font-size: 17px;
  color: #c9ece0;
}

.hero-visual {
  position: relative;
}

.hero-visual img,
.content-img img {
  width: 100%;
  border-radius: 22px;
  border: 1px solid var(--line);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), 0 0 40px rgba(0, 255, 156, 0.12);
}

.glass {
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: 20px;
  backdrop-filter: blur(16px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 0 30px rgba(0, 255, 156, 0.08);
}

.section {
  padding: 28px 0;
}

.metrics {
  overflow: auto;
  padding: 8px;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  font-family: "Segoe UI", Arial, sans-serif;
}

caption {
  caption-side: top;
  padding: 16px;
  color: var(--jade);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

th,
td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0, 255, 156, 0.15);
}

th {
  color: var(--teal);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.card {
  padding: 22px;
}

.plaque {
  margin: 8px 0 28px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  background: linear-gradient(120deg, rgba(0, 255, 156, 0.16), rgba(4, 18, 14, 0.7));
  border: 1px solid var(--jade);
  box-shadow: 0 0 40px rgba(0, 255, 156, 0.2);
}

.plaque-mark {
  font-size: 13px;
  letter-spacing: 0.18em;
  color: #02110b;
  background: var(--jade);
  padding: 6px 10px;
  border-radius: 8px;
  font-weight: 800;
}

.plaque strong {
  display: block;
  font-size: 22px;
  color: #fff;
  text-shadow: 0 0 14px rgba(0, 255, 156, 0.6);
}

.plaque span {
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--muted);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.site-footer {
  margin-top: 40px;
  border-top: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.45);
}

.footer-inner {
  padding: 28px 0 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  align-items: center;
  justify-content: space-between;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
}

.legal {
  font-size: 13px;
  color: #7f9a90;
  font-family: "Segoe UI", Arial, sans-serif;
}

.page-hero {
  padding: 40px 0 10px;
}

@media (max-width: 860px) {
  .hero,
  .split,
  .plaque {
    grid-template-columns: 1fr;
  }
}
