:root {
  --ink: #102019;
  --muted: #5f7068;
  --line: #dce8e1;
  --green: #0f7a4f;
  --green-dark: #075235;
  --navy: #13324a;
  --gold: #d8a942;
  --red: #b42318;
  --shadow: 0 18px 44px rgba(16, 32, 25, 0.1);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(232, 246, 239, 0.92) 0, rgba(248, 251, 249, 0.98) 58%, #ffffff 100%),
    #f8fbf9;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  overflow: hidden;
  padding: 16px 18px 0;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.nav {
  position: relative;
  margin: -16px -18px 0;
  border-bottom: 1px solid rgba(220, 232, 225, 0.8);
  background: rgba(248, 251, 249, 0.92);
}

.nav-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}

.brand-logo {
  width: 58px;
  height: 42px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.brand-name {
  font-size: 24px;
  font-weight: 950;
  white-space: nowrap;
}

.brand-name span {
  color: var(--green);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.nav-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  color: white;
  background: var(--navy);
  border-radius: 8px;
}

.hero {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  padding: 34px 0 30px;
  color: white;
  background:
    linear-gradient(rgba(7, 82, 53, 0.78), rgba(19, 50, 74, 0.72)),
    repeating-linear-gradient(90deg, #247f25 0 7.5%, #3d922b 7.5% 15%),
    linear-gradient(135deg, #075235, #13324a);
  border: 1px solid rgba(15, 122, 79, 0.26);
  border-radius: 8px;
  box-shadow:
    var(--shadow),
    0 0 0 8px rgba(255, 255, 255, 0.64);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 18px;
  opacity: 0.5;
  background-image:
    radial-gradient(circle at 50% 50%, transparent 0 56px, rgba(255, 255, 255, 0.95) 57px 59px, transparent 60px),
    linear-gradient(90deg, transparent 0 calc(50% - 1px), rgba(255, 255, 255, 0.95) calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px));
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 2px;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(3, 32, 22, 0.74) 0%, rgba(3, 32, 22, 0.5) 46%, rgba(3, 32, 22, 0.16) 80%, rgba(3, 32, 22, 0.04) 100%),
    linear-gradient(180deg, rgba(3, 32, 22, 0.24), transparent 50%);
  pointer-events: none;
}

.pitch-lines,
.pitch-lines span {
  position: absolute;
  pointer-events: none;
}

.pitch-lines {
  inset: 18px;
  z-index: 0;
  opacity: 0.48;
}

.pitch-lines span {
  border-color: rgba(255, 255, 255, 0.95);
  border-style: solid;
}

.pitch-box {
  top: 22%;
  width: 16%;
  height: 56%;
  border-width: 2px;
}

.pitch-box-left {
  left: 0;
  border-left: 0;
}

.pitch-box-right {
  right: 0;
  border-right: 0;
}

.goal-box {
  top: 36%;
  width: 6%;
  height: 28%;
  border-width: 2px;
}

.goal-box-left {
  left: 0;
  border-left: 0;
}

.goal-box-right {
  right: 0;
  border-right: 0;
}

.penalty-arc {
  top: calc(50% - 39px);
  width: 78px;
  height: 78px;
  border-width: 2px;
  border-radius: 999px;
}

.penalty-arc-left {
  left: calc(16% - 40px);
  clip-path: inset(0 0 0 50%);
}

.penalty-arc-right {
  right: calc(16% - 40px);
  clip-path: inset(0 50% 0 0);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 26px;
  align-items: center;
}

.hero-copy {
  max-width: 780px;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.34);
}

.launch-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 9px 14px 9px 30px;
  color: #4b2d04;
  background: linear-gradient(135deg, #fff7d8, var(--gold) 55%, #fff1a8);
  border: 1px solid #c38a1b;
  border-radius: 999px;
  box-shadow:
    0 12px 24px rgba(168, 101, 19, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.28);
  font-size: 13px;
  font-weight: 950;
  text-shadow: none;
  text-transform: uppercase;
}

.launch-badge::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 9px;
  height: 9px;
  background: var(--red);
  border: 2px solid rgba(255, 255, 255, 0.84);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.15);
  transform: translateY(-50%);
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(36px, 4.7vw, 56px);
  line-height: 1.02;
}

.hero-copy p {
  max-width: 720px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.55;
}

.hero-actions,
.mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  text-shadow: none;
}

.mini-points {
  gap: 8px;
  margin-top: 14px;
}

.mini-points span {
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  backdrop-filter: blur(4px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  color: white;
  background: var(--green);
  border: 1px solid transparent;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
}

.button.secondary {
  color: white;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(5px);
}

.button.dark {
  width: 100%;
  background: var(--navy);
}

.signup-card {
  padding: 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.signup-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.signup-head span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signup-head strong {
  color: var(--green-dark);
  font-size: 15px;
  white-space: nowrap;
}

.signup-card h2 {
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.08;
}

.signup-card p {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.signup-form {
  display: grid;
  gap: 8px;
}

.signup-form label {
  display: grid;
  gap: 5px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
}

.signup-form input,
.signup-form select,
.signup-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fbfdfc;
  font: inherit;
}

.signup-form input,
.signup-form select {
  min-height: 38px;
  padding: 0 11px;
}

.signup-form textarea {
  min-height: 58px;
  padding: 10px 11px;
  resize: vertical;
}

.hidden-field {
  display: none;
}

.focus-strip {
  padding: 18px 0 38px;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.focus-grid div {
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(16, 32, 25, 0.06);
}

.focus-grid strong,
.focus-grid span {
  display: block;
}

.focus-grid strong {
  margin-bottom: 2px;
  color: var(--green-dark);
  font-size: 13px;
}

.focus-grid span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

.footer {
  border-top: 1px solid var(--line);
}

.footer-inner {
  color: var(--muted);
}

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

  .signup-card {
    max-width: 620px;
  }
}

@media (max-width: 720px) {
  .page {
    padding: 12px 12px 0;
  }

  .container {
    width: min(100% - 28px, 1180px);
  }

  .nav {
    margin: -12px -12px 0;
  }

  .nav-inner,
  .footer-inner {
    display: grid;
    justify-items: start;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    margin-top: 12px;
    padding: 28px 0 24px;
  }

  h1 {
    font-size: 42px;
  }

  .hero-actions .button {
    width: 100%;
  }
}
