:root {
  color-scheme: dark;
  --bg: #020402;
  --text: #f7fff6;
  --muted: #c9d8c8;
  --green: #25ff32;
  --green-2: #00d928;
  --yellow: #f7ff3c;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #020402;
}

.capture-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 80% 20%, rgba(37, 255, 50, 0.2), transparent 30rem),
    linear-gradient(120deg, #020402 0%, #051006 54%, #020402 100%);
}

.capture-page::before,
.capture-page::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.capture-page::before {
  background:
    radial-gradient(ellipse at 12% 0%, rgba(247, 255, 220, 0.52) 0 2.2rem, rgba(37, 255, 50, 0.18) 5rem, transparent 16rem),
    radial-gradient(ellipse at 88% 0%, rgba(247, 255, 220, 0.5) 0 2.2rem, rgba(37, 255, 50, 0.16) 5rem, transparent 16rem),
    linear-gradient(112deg, transparent 0 14%, rgba(247, 255, 220, 0.16) 25%, transparent 43%),
    linear-gradient(248deg, transparent 0 14%, rgba(247, 255, 220, 0.14) 25%, transparent 43%);
  opacity: 0.72;
  mix-blend-mode: screen;
}

.capture-page::after {
  background:
    linear-gradient(90deg, transparent, rgba(37, 255, 50, 0.08), transparent),
    repeating-linear-gradient(90deg, transparent 0 9vw, rgba(255, 255, 255, 0.025) 9vw calc(9vw + 1px));
  opacity: 0.42;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 5vw, 72px);
  text-align: center;
  isolation: isolate;
  z-index: 1;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(2, 4, 2, 0.45) 0 18rem, rgba(2, 4, 2, 0.82) 38rem, rgba(2, 4, 2, 0.96) 100%),
    linear-gradient(0deg, rgba(2, 4, 2, 0.98) 0%, transparent 42%, rgba(2, 4, 2, 0.42) 100%);
  z-index: -1;
}

.portrait-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: -2;
}

.portrait-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18%;
  transform: translateX(-50%);
  width: min(44vw, 590px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid rgba(37, 255, 50, 0.62);
  box-shadow:
    0 0 44px rgba(37, 255, 50, 0.55),
    inset 0 0 30px rgba(37, 255, 50, 0.18);
}

.portrait-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 56%, transparent 0 18rem, rgba(2, 4, 2, 0.18) 28rem, rgba(2, 4, 2, 0.92) 50rem),
    linear-gradient(0deg, #020402 0%, rgba(2, 4, 2, 0.74) 32%, transparent 66%);
}

.portrait {
  width: min(74vw, 820px);
  height: min(100svh, 920px);
  object-fit: cover;
  object-position: center bottom;
  filter: saturate(1.06) contrast(1.08);
}

.portrait-glow {
  position: absolute;
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
  width: 58%;
  height: 38%;
  background: rgba(37, 255, 50, 0.2);
  filter: blur(72px);
}

.content {
  width: min(100%, 660px);
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  width: min(100%, 760px);
  font-size: clamp(2.55rem, 5.8vw, 5.15rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 span {
  display: block;
}

.lead {
  max-width: 510px;
  margin: 24px 0 34px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.48;
}

.cta-button {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 5px;
  width: min(100% - 48px, 348px);
  min-height: 62px;
  margin-inline: auto;
  padding: 11px 18px;
  overflow: hidden;
  border-radius: 8px;
  color: #031003;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: linear-gradient(180deg, var(--yellow) 0%, var(--green) 44%, var(--green-2) 100%);
  box-shadow:
    0 0 0 1px rgba(247, 255, 60, 0.82),
    0 0 32px rgba(37, 255, 50, 0.72),
    0 18px 40px rgba(0, 217, 40, 0.34);
  animation: button-pulse 1.45s ease-in-out infinite;
}

.cta-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 28%, rgba(255, 255, 255, 0.72) 45%, transparent 62% 100%);
  transform: translateX(-120%);
  animation: button-shine 2.15s ease-in-out infinite;
}

.cta-button:hover,
.cta-button:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 2px rgba(247, 255, 60, 0.95),
    0 0 50px rgba(37, 255, 50, 0.96),
    0 24px 48px rgba(0, 217, 40, 0.46);
}

.cta-kicker,
.cta-button strong {
  position: relative;
}

.cta-kicker {
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.cta-button strong {
  font-size: clamp(0.94rem, 1.8vw, 1.16rem);
  line-height: 1.05;
}

.microcopy {
  width: min(100%, 410px);
  margin: 16px 0 0;
  color: rgba(247, 255, 246, 0.78);
  font-size: 0.94rem;
  text-align: center;
}

.responsible-tag {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0 0 clamp(14px, 3vw, 28px);
  background: #020402;
}

.responsible-tag img {
  display: block;
  width: min(100%, 1080px);
  height: auto;
}

@keyframes button-pulse {
  0%,
  100% {
    scale: 1;
  }

  50% {
    scale: 1.025;
  }
}

@keyframes button-shine {
  0% {
    transform: translateX(-120%);
  }

  54%,
  100% {
    transform: translateX(120%);
  }
}

@media (max-width: 820px) {
  .hero {
    min-height: 100svh;
    align-items: end;
    padding: 22px;
  }

  .hero::before {
    background:
      linear-gradient(0deg, rgba(2, 4, 2, 0.98) 0%, rgba(2, 4, 2, 0.88) 38%, rgba(2, 4, 2, 0.25) 72%, rgba(2, 4, 2, 0.1) 100%),
      linear-gradient(90deg, rgba(2, 4, 2, 0.8), transparent 70%);
  }

  .portrait-wrap {
    inset: 0;
    width: 100%;
    align-items: flex-start;
  }

  .portrait-wrap::before {
    left: 50%;
    right: auto;
    bottom: auto;
    top: 15%;
    transform: translateX(-50%);
    width: min(88vw, 450px);
  }

  .portrait-wrap::after {
    background:
      linear-gradient(0deg, #020402 0%, rgba(2, 4, 2, 0.88) 24%, rgba(2, 4, 2, 0.02) 58%, rgba(2, 4, 2, 0.12) 100%);
  }

  .portrait {
    width: 100%;
    height: 68svh;
    object-position: center top;
  }

  .content {
    padding-top: 45svh;
  }

  h1 {
    width: min(100%, 520px);
    font-size: clamp(2.1rem, 10vw, 3.85rem);
  }

  .lead {
    margin: 18px 0 24px;
  }

  .cta-button {
    width: min(100% - 44px, 340px);
  }

  .microcopy {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .hero {
    padding: 18px;
  }

  .content {
    padding-top: 42svh;
  }

  .eyebrow {
    margin-bottom: 12px;
  }

  h1 {
    font-size: clamp(1.86rem, 9.6vw, 2.9rem);
  }

  .lead {
    font-size: 1rem;
  }

  .cta-button {
    width: min(100% - 34px, 320px);
    min-height: 60px;
    padding-inline: 12px;
  }
}

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