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

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'SF Pro Text', sans-serif;
  background:
    radial-gradient(circle at top, #0b1120 0, transparent 55%),
    radial-gradient(circle at bottom, #020617 0, #020617 65%);
  color: #f9fafb;
  line-height: 1.6;
}

/* NAVBAR */

.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 8vw;
  background: linear-gradient(to bottom, rgba(3,7,18,0.98), rgba(3,7,18,0.86), transparent);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(148, 163, 253, 0.22);
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.logo-mark {
  width: 42px;
  height: 42px;
  filter: drop-shadow(0 0 12px rgba(249,250,251,0.65));
}

.logo-text {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

.logo-main {
  font-size: 1.05rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.logo-sub {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9ca3af;
}

.nav nav {
  display: flex;
  gap: 1.4rem;
  font-size: 0.85rem;
}

.nav a {
  color: #e5e7eb;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 500;
  opacity: 0.8;
}

.nav a:hover {
  opacity: 1;
}

/* HERO */

.hero {
  padding: 4.5rem 8vw 3.5rem;
}

.hero-inner {
  max-width: 1120px;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.2fr);
  gap: 3rem;
  align-items: center;
}

.ticker-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(52, 211, 153, 0.9);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a7f3d0;
  background: radial-gradient(circle at top left, rgba(16,185,129,0.2), rgba(3,7,18,0.98));
  box-shadow: 0 0 26px rgba(16,185,129,0.5);
  margin-bottom: 1.4rem;
}

.hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.subtitle {
  max-width: 640px;
  font-size: 1.02rem;
  color: #d1d5db;
  margin-bottom: 1.8rem;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.hero-tags span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 253, 0.65);
  background: radial-gradient(circle at top, rgba(79,70,229,0.45), rgba(15,23,42,0.98));
  color: #e0e7ff;
}

/* HERO RIGHT */

.hero-right {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.hero-emblem {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  border-radius: 1.2rem;
  background: radial-gradient(circle at top left, rgba(59,130,246,0.35), rgba(2,6,23,0.98));
  border: 1px solid rgba(129, 140, 248, 0.7);
  box-shadow: 0 26px 60px rgba(15,23,42,0.95);
}

.hero-emblem img {
  width: 64px;
  height: 64px;
}

.hero-emblem-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.emblem-title {
  font-size: 1.25rem;
  font-weight: 700;
}

.emblem-sub {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #c7d2fe;
}

.hero-blurb {
  font-size: 0.95rem;
  color: #e5e7eb;
  background: radial-gradient(circle at bottom right, rgba(248,250,252,0.06), rgba(15,23,42,0.96));
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid rgba(55,65,81,0.7);
}

/* SECTIONS */

.section {
  padding: 3.5rem 8vw;
}

.section h2 {
  font-size: 1.55rem;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #e5e7eb;
}

.section-intro {
  max-width: 680px;
  color: #d1d5db;
  margin-bottom: 2rem;
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.6rem;
}

.point {
  background: radial-gradient(circle at top left, rgba(30,64,175,0.38), rgba(15,23,42,0.98));
  border-radius: 1.1rem;
  padding: 1.3rem 1.4rem;
  border: 1px solid rgba(129, 140, 248, 0.7);
  box-shadow: 0 20px 55px rgba(15,23,42,0.9);
}

.point h3 {
  font-size: 1rem;
  margin-bottom: 0.7rem;
  color: #e0e7ff;
}

.point p {
  font-size: 0.94rem;
  color: #e5e7eb;
}

/* ADDRESS */

.address-section {
  background: radial-gradient(circle at top, rgba(16,185,129,0.12), transparent 60%);
}

.address-box {
  margin-top: 1.5rem;
  padding: 1.6rem 1.8rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(34,197,94,0.8);
  background: radial-gradient(circle at top left, rgba(34,197,94,0.35), rgba(8,16,32,0.98));
  box-shadow: 0 24px 60px rgba(6,16,30,0.98);
}

.address-box .label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #bbf7d0;
}

.address-box code {
  margin-top: 0.7rem;
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.96rem;
  padding: 0.75rem 0.9rem;
  border-radius: 0.75rem;
  background: rgba(15,23,42,0.96);
  border: 1px solid rgba(187,247,208,0.9);
  word-break: break-all;
  color: #ecfdf5;
}

.address-box .note {
  margin-top: 0.9rem;
  font-size: 0.8rem;
  color: #dcfce7;
}

/* DISCLAIMER + FOOTER */

.disclaimer {
  border-top: 1px solid rgba(55,65,81,0.9);
  color: #d1d5db;
}

.disclaimer p + p {
  margin-top: 0.9rem;
}

.footer {
  padding: 1.6rem 8vw 2rem;
  border-top: 1px solid rgba(55,65,81,0.9);
  font-size: 0.8rem;
  color: #9ca3af;
  text-align: center;
}

/* MOBILE */

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-right {
    order: -1;
  }
}

@media (max-width: 720px) {
  .nav {
    padding-inline: 6vw;
  }

  .nav nav {
    display: none;
  }

  .hero,
  .section {
    padding-inline: 6vw;
  }
}
