:root {
  --bg-0: #020806;
  --bg-1: #04140e;
  --bg-2: #07261a;
  --jade: #12f5a0;
  --jade-2: #00d4aa;
  --teal: #2ef0d2;
  --glass: rgba(4, 18, 14, 0.55);
  --line: rgba(18, 245, 160, 0.35);
  --text: #e8fff6;
  --muted: #9bb8ac;
  --danger: #ff4d6d;
  --font: "Orbitron", "Segoe UI", sans-serif;
  --body: "Manrope", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  color: var(--text);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(18, 245, 160, 0.12), transparent 50%),
    radial-gradient(900px 500px at 100% 0%, rgba(0, 212, 170, 0.1), transparent 45%),
    linear-gradient(180deg, #000 0%, #04140e 42%, #062018 100%);
  min-height: 100vh;
  line-height: 1.7;
}
body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='52' viewBox='0 0 60 52' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0l15 8.7v17.3L30 34.6 15 25.9V8.7z' fill='none' stroke='%2312f5a0' stroke-width='1'/%3E%3C/svg%3E");
  z-index: 0;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--jade); text-decoration: none; }
.wrap { width: min(1160px, calc(100% - 32px)); margin: 0 auto; position: relative; z-index: 1; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(2, 8, 6, 0.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  position: relative;
  width: min(1240px, calc(100% - 24px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 76px;
}
.logo {
  display: flex; align-items: center; flex-shrink: 0;
}
.logo img { height: 52px; width: auto; max-width: 280px; object-fit: contain; }
#nav-check { display: none; }
.nav-toggle {
  display: none; background: transparent; border: 1px solid var(--line); color: var(--jade);
  width: 44px; height: 40px; border-radius: 8px; cursor: pointer; font-size: 22px;
  align-items: center; justify-content: center;
}
.main-nav { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.main-nav > a, .nav-parent {
  color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 8px 10px; background: none; border: 0; cursor: pointer; font-family: var(--body);
}
.nav-dropdown { position: relative; }
.nav-parent { display: flex; align-items: center; gap: 6px; color: var(--jade); }
.caret {
  width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent;
  border-bottom: 6px solid var(--jade);
}
.dropdown-menu {
  display: none; position: absolute; top: calc(100% - 2px); left: 0; min-width: 180px;
  background: #0b0f0e; border: 1px solid var(--jade); border-radius: 4px; overflow: hidden;
}
.dropdown-menu a {
  display: block; color: #fff; padding: 12px 16px; border-bottom: 1px solid #1c2a24; font-size: 14px;
  text-transform: none; letter-spacing: 0;
}
.dropdown-menu a:last-child { border-bottom: 0; }
.dropdown-menu a:hover { background: rgba(18, 245, 160, 0.08); color: var(--jade); }
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu { display: block; }

.main-nav > a.btn,
.main-nav > a.nav-min,
.main-nav > a.nav-promo {
  background: unset;
}
.nav-min {
  background: #12f5a0 !important;
  color: #03110c !important;
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(18, 245, 160, 0.55);
  padding: 8px 14px !important;
}
.nav-promo {
  background: #04140e !important;
  border: 2px solid #12f5a0;
  border-radius: 999px;
  color: #12f5a0 !important;
  box-shadow: 0 0 12px rgba(18, 245, 160, 0.35);
}
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; border-radius: 999px; padding: 11px 22px; letter-spacing: 0.03em;
  text-transform: uppercase; font-size: 13px; border: 2px solid transparent;
}
.btn-primary,
.main-nav > a.btn-primary {
  background: #12f5a0 !important;
  color: #03110c !important;
  border-color: #12f5a0;
  box-shadow: 0 0 22px rgba(18, 245, 160, 0.45);
}
.btn-ghost,
.main-nav > a.btn-ghost {
  background: #04140e !important;
  border-color: #12f5a0;
  color: #ffffff !important;
}
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0; }

.hero {
  padding: 64px 0 40px;
}
.hero h1 {
  font-family: var(--font);
  font-size: clamp(28px, 4.4vw, 52px);
  line-height: 1.15;
  text-shadow: 0 0 24px rgba(18, 245, 160, 0.45);
  margin-bottom: 16px;
}
.lead { font-size: 18px; color: var(--muted); max-width: 820px; }
.hero-art {
  display: block;
  width: 100%;
  max-width: 1160px;
  height: auto;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  object-position: 78% center;
  border-radius: 18px;
  border: 1px solid var(--line);
  margin: 28px 0;
  background: #04140e;
  box-shadow: 0 0 40px rgba(18, 245, 160, 0.12);
}
@media (max-width: 768px) {
  .hero-art {
    aspect-ratio: 16 / 9;
    object-position: center;
    border-radius: 12px;
    margin: 18px 0;
  }
}

.glass {
  background: var(--glass);
  backdrop-filter: blur(18px);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 0 0 1px rgba(18, 245, 160, 0.08), 0 20px 50px rgba(0,0,0,0.35);
  margin: 22px 0;
}
.content h2, .content h3 {
  font-family: var(--font);
  text-shadow: 0 0 16px rgba(18, 245, 160, 0.3);
  margin: 28px 0 12px;
}
.content p, .content li { margin-bottom: 12px; color: #d7efe6; }
.content ul, .content ol { padding-left: 22px; margin-bottom: 16px; }

.table-wrap { overflow-x: auto; margin: 16px 0 24px; }
table { width: 100%; border-collapse: collapse; min-width: 520px; }
th, td { border: 1px solid var(--line); padding: 12px 14px; text-align: left; }
th { background: rgba(18, 245, 160, 0.12); color: var(--jade); font-size: 13px; text-transform: uppercase; }
td { background: rgba(0,0,0,0.25); }

.plaque {
  margin: 28px 0;
  padding: 28px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(18,245,160,0.18), rgba(0,0,0,0.6));
  border: 1px solid var(--jade);
  box-shadow: 0 0 40px rgba(18, 245, 160, 0.25);
  text-align: center;
}
.plaque strong { font-family: var(--font); font-size: clamp(22px, 3vw, 34px); color: var(--jade); display: block; margin-bottom: 8px; }

.site-footer {
  margin-top: 48px;
  border-top: 1px solid var(--line);
  background: rgba(0,0,0,0.45);
  padding: 36px 0 90px;
}
.foot-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0; }
.foot-links a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid var(--jade);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(18, 245, 160, 0.08);
}
.foot-links a:hover { color: #03110c; background: var(--jade); }
.disclaimer { color: var(--muted); font-size: 13px; }

.sticky-cta {
  position: fixed; right: 16px; bottom: 16px; z-index: 40;
}

@media (max-width: 980px) {
  .nav-toggle { display: flex; }
  .main-nav {
    display: none; position: absolute; top: 76px; left: 0; right: 0;
    background: #06110c; flex-direction: column; align-items: stretch; padding: 12px;
    border-bottom: 1px solid var(--line);
  }
  #nav-check:checked ~ .main-nav { display: flex; }
  .dropdown-menu { position: static; display: block; border: 0; }
  .caret { border-bottom: 0; border-top: 6px solid var(--jade); }
}
