:root {
  --green: #5e865b;
  --green-dark: #77a273;
  --green-pale: #283b29;
  --ink: #f1f4ef;
  --muted: #a5aea3;
  --cream: #101410;
  --white: #fff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 75% 42%, rgba(94, 134, 91, .18), transparent 30%),
    radial-gradient(circle at 10% 90%, rgba(94, 134, 91, .08), transparent 24%),
    linear-gradient(135deg, #151a15 0%, var(--cream) 100%);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .05;
  filter: invert(1);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

a { color: inherit; }

.site-header, main, footer { position: relative; z-index: 2; }

.site-header {
  width: min(1180px, calc(100% - 48px));
  height: 104px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font: 800 20px/1 Manrope, sans-serif; }
.brand img { border-radius: 50%; box-shadow: 0 5px 22px rgba(0, 0, 0, .35); }

.header-link { display: flex; align-items: center; gap: 8px; color: var(--muted); text-decoration: none; font-weight: 600; transition: color .2s; }
.header-link:hover { color: var(--green-dark); }
.header-link svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.hero {
  width: min(1180px, calc(100% - 48px));
  min-height: calc(100vh - 184px);
  margin: auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 50px;
  padding: 44px 0 80px;
}

.hero-copy { max-width: 620px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--green-dark); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow span { display: block; width: 28px; height: 2px; background: var(--green); }

h1 { margin: 28px 0 24px; font: 800 clamp(54px, 6.2vw, 86px)/.99 Manrope, sans-serif; letter-spacing: -.055em; }
h1 em { color: var(--green); font-style: normal; }
.intro { max-width: 560px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.72; }

.actions { display: flex; align-items: center; gap: 20px; margin-top: 38px; }
.primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 238px;
  padding: 17px 20px;
  border-radius: 12px;
  color: var(--white);
  background: var(--green);
  box-shadow: 0 14px 32px rgba(69, 103, 67, .25);
  text-decoration: none;
  font-weight: 700;
  transition: transform .25s, background .25s, box-shadow .25s;
}
.primary-button:hover { transform: translateY(-3px); background: var(--green-dark); box-shadow: 0 18px 38px rgba(69, 103, 67, .32); }
.primary-button:focus-visible, .header-link:focus-visible, .brand:focus-visible { outline: 3px solid rgba(94,134,91,.35); outline-offset: 4px; }
.discord-icon { width: 24px; fill: currentColor; }
.button-arrow { margin-left: auto; font-size: 20px; transition: transform .2s; }
.primary-button:hover .button-arrow { transform: translateX(4px); }
.hint { max-width: 135px; color: #858f84; font-size: 12px; line-height: 1.5; }

.trust-row { display: flex; gap: 35px; margin-top: 52px; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, .09); }
.trust-row div { display: grid; grid-template-columns: 22px auto; align-items: center; }
.trust-row .check { grid-row: 1 / 3; align-self: start; width: 17px; height: 17px; margin-top: 2px; border-radius: 50%; color: white; background: var(--green); font-size: 11px; line-height: 17px; text-align: center; }
.trust-row strong { font-size: 14px; }
.trust-row small { margin-top: 3px; color: #828b81; font-size: 11px; }

.hero-visual { position: relative; min-height: 550px; display: grid; place-items: center; }
.logo-stage { position: relative; z-index: 3; }
.logo-stage img { display: block; width: min(280px, 45vw); height: auto; border-radius: 50%; filter: drop-shadow(0 25px 30px rgba(30, 46, 29, .18)); animation: float 5s ease-in-out infinite; }
.logo-glow { position: absolute; inset: 15%; border-radius: 50%; background: rgba(94,134,91,.42); filter: blur(60px); }

.orbit { position: absolute; border: 1px solid rgba(119, 162, 115, .25); border-radius: 50%; }
.orbit-outer { width: 520px; height: 520px; }
.orbit-inner { width: 400px; height: 400px; border-style: dashed; animation: spin 40s linear infinite; }
.orbit-outer::after, .orbit-inner::after { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(94,134,91,.1); }
.orbit-outer::after { top: 75px; right: 62px; }
.orbit-inner::after { bottom: 35px; left: 75px; }

.status-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(25,31,25,.82); box-shadow: 0 16px 38px rgba(0,0,0,.3); backdrop-filter: blur(12px); }
.status-card div { display: flex; flex-direction: column; gap: 2px; }
.status-card strong { font-size: 12px; }
.status-card small { color: #8c968a; font-size: 10px; }
.card-one { top: 14%; left: -2%; animation: drift 6s ease-in-out infinite; }
.card-two { right: -3%; bottom: 15%; animation: drift 6s 1.2s ease-in-out infinite; }
.online-dot { width: 10px; height: 10px; border-radius: 50%; background: #61a95c; box-shadow: 0 0 0 5px rgba(97,169,92,.13); }
.wave { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; background: var(--green-pale); font-size: 15px; }
.spark { position: absolute; z-index: 2; color: var(--green); }
.spark-one { top: 23%; right: 4%; font-size: 24px; }
.spark-two { bottom: 19%; left: 8%; font-size: 15px; }

.ambient { position: fixed; z-index: 0; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.ambient-one { width: 330px; height: 330px; top: -200px; right: 10%; border: 1px solid rgba(119,162,115,.18); }
.ambient-two { width: 180px; height: 180px; bottom: -100px; left: 4%; background: rgba(94,134,91,.09); }

footer { width: min(1180px, calc(100% - 48px)); margin: -56px auto 0; padding: 20px 0; display: flex; justify-content: space-between; color: #737d72; font-size: 12px; }
.footer-note { display: flex; align-items: center; gap: 7px; }
.footer-note i { width: 6px; height: 6px; border-radius: 50%; background: #65a960; box-shadow: 0 0 0 4px rgba(101,169,96,.12); }

@keyframes float { 50% { transform: translateY(-10px) rotate(1deg); } }
@keyframes drift { 50% { transform: translateY(-7px); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 60px; text-align: center; }
  .hero-copy { margin: auto; }
  .eyebrow, .actions { justify-content: center; }
  .intro { margin-inline: auto; }
  .trust-row { justify-content: center; text-align: left; }
  .hero-visual { min-height: 500px; margin-top: -20px; }
  .card-one { left: 4%; }
  .card-two { right: 4%; }
  footer { margin-top: 0; }
}

@media (max-width: 600px) {
  .site-header, .hero, footer { width: min(100% - 32px, 1180px); }
  .site-header { height: 82px; }
  .header-link { font-size: 0; }
  .header-link svg { width: 21px; }
  .hero { min-height: auto; padding: 48px 0 52px; }
  h1 { font-size: clamp(47px, 14vw, 68px); }
  .intro { font-size: 16px; }
  .actions { flex-direction: column; }
  .hint { max-width: none; }
  .trust-row { gap: 18px; justify-content: space-between; overflow-x: auto; }
  .trust-row div { min-width: 100px; }
  .trust-row small { display: none; }
  .hero-visual { min-height: 390px; }
  .orbit-outer { width: 360px; height: 360px; }
  .orbit-inner { width: 290px; height: 290px; }
  .card-one { top: 7%; left: 0; }
  .card-two { right: 0; bottom: 7%; }
  footer { padding-bottom: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
