:root {
  --black: #050706;
  --deep: #08120d;
  --green: #009b3a;
  --bright-green: #22c55e;
  --gold: #fed100;
  --white: #f8fbf7;
  --muted: #b7c2ba;
  --line: rgba(255, 255, 255, 0.13);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  background:
    linear-gradient(rgba(254, 209, 0, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 155, 58, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 10% 0%, rgba(254, 209, 0, 0.18), transparent 32rem),
    radial-gradient(circle at 88% 16%, rgba(0, 155, 58, 0.22), transparent 34rem),
    var(--black);
  background-size: 70px 70px, 70px 70px, auto, auto, auto;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

button {
  font: inherit;
}

.go-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--max), calc(100% - 32px));
  margin: 14px auto 0;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px;
  background: rgba(5, 7, 6, 0.78);
  backdrop-filter: blur(18px);
}

.go-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.go-mark {
  position: relative;
  width: 28px;
  height: 20px;
}

.go-mark::before,
.go-mark::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 13px;
  height: 13px;
  border-left: 4px solid var(--bright-green);
  border-top: 4px solid var(--bright-green);
  border-radius: 3px 0 0 0;
  transform: rotate(45deg);
}

.go-mark::before {
  left: 1px;
}

.go-mark::after {
  left: 10px;
  border-color: var(--gold);
}

.top-cta,
.primary-cta,
.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
}

.top-cta,
.primary-cta {
  color: #041a0d;
  background: linear-gradient(145deg, var(--gold), #c9a500);
  box-shadow: 0 14px 36px rgba(254, 209, 0, 0.18);
}

.secondary-cta {
  color: var(--white);
  background: rgba(0, 155, 58, 0.08);
  border-color: rgba(0, 155, 58, 0.45);
}

.go-hero,
.choice-strip,
.proof-wall,
.workflow,
.offer-panel {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.go-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 28px;
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: 64px 0 36px;
}

.flag-beam {
  position: absolute;
  inset: 12% auto auto 4%;
  width: min(720px, 78vw);
  height: 360px;
  background:
    linear-gradient(22deg, transparent 0 36%, rgba(254, 209, 0, 0.36) 36% 39%, rgba(0, 155, 58, 0.30) 39% 61%, rgba(254, 209, 0, 0.36) 61% 64%, transparent 64%),
    radial-gradient(circle at 50% 50%, rgba(0, 155, 58, 0.20), transparent 66%);
  opacity: 0.9;
  pointer-events: none;
  transform: rotate(-4deg);
}

.hero-copy,
.demo-card,
.choice-strip,
.proof-wall,
.workflow,
.offer-panel,
.go-footer {
  position: relative;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 12px;
  border: 1px solid rgba(254, 209, 0, 0.35);
  border-radius: 999px;
  background: rgba(254, 209, 0, 0.08);
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.88;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy p,
.section-heading p,
.workflow-copy p,
.offer-panel p,
.choice-strip p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.hero-actions,
.choice-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.demo-card,
.choice-strip,
.proof-wall,
.workflow,
.offer-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(8, 14, 10, 0.78);
  box-shadow: 0 28px 80px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.06);
  backdrop-filter: blur(18px);
}

.demo-card {
  display: grid;
  gap: 14px;
  padding: 16px;
}

.demo-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.9rem;
}

.demo-top strong {
  color: var(--bright-green);
}

.video-frame {
  display: grid;
  min-height: 330px;
  place-items: center;
  padding: 26px;
  border: 1px solid rgba(254, 209, 0, 0.24);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(0, 155, 58, 0.20), rgba(0,0,0,0.38)),
    radial-gradient(circle at 50% 42%, rgba(254, 209, 0, 0.18), transparent 16rem);
  text-align: center;
  cursor: pointer;
}

.play-icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 12px rgba(254, 209, 0, 0.10);
}

.play-icon::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #041a0d;
}

.video-frame strong {
  display: block;
  max-width: 360px;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.05;
}

.video-frame small {
  color: var(--muted);
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.signal-grid article,
.proof-grid article,
.workflow-steps article {
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
}

.signal-grid strong {
  display: block;
  color: var(--gold);
  font-size: 1.55rem;
}

.signal-grid span,
.proof-grid p,
.workflow-steps span,
.offer-card li {
  color: var(--muted);
}

.choice-strip {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 28px;
  text-align: center;
}

.choice-strip h2 {
  max-width: 880px;
  margin-bottom: 0;
}

.proof-wall,
.workflow,
.offer-panel {
  margin-top: 20px;
  padding: clamp(22px, 4vw, 34px);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 18px;
}

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

.proof-grid small {
  color: var(--gold);
  font-weight: 900;
}

.proof-grid h3 {
  margin: 14px 0 8px;
}

.workflow,
.offer-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: center;
}

.workflow-steps {
  display: grid;
  gap: 10px;
}

.workflow-steps b {
  display: block;
  margin-bottom: 6px;
}

.offer-card {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(254, 209, 0, 0.26);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(254, 209, 0, 0.13), rgba(0, 155, 58, 0.11));
}

.offer-card small {
  color: var(--gold);
  font-weight: 900;
}

.offer-card h3 {
  margin-bottom: 0;
  font-size: 2rem;
}

.offer-card p {
  display: flex;
  align-items: end;
  gap: 7px;
  margin-bottom: 0;
}

.offer-card strong {
  color: var(--white);
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.9;
}

.offer-card ul {
  margin: 0;
  padding-left: 18px;
}

.checkout-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.checkout-status {
  min-height: 22px;
  color: var(--muted);
  font-size: 0.9rem;
}

.checkout-status[data-state="error"] {
  color: #ffb4a8;
}

.go-footer {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  width: min(var(--max), calc(100% - 32px));
  margin: 20px auto 0;
  padding: 24px 0 42px;
  color: var(--muted);
}

@media (max-width: 900px) {
  .go-hero,
  .workflow,
  .offer-panel {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .go-header,
  .go-hero,
  .choice-strip,
  .proof-wall,
  .workflow,
  .offer-panel,
  .go-footer {
    width: calc(100% - 22px);
  }

  .top-cta {
    min-height: 40px;
    padding: 0 14px;
  }

  h1 {
    font-size: clamp(2.6rem, 16vw, 4.6rem);
  }

  .signal-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .choice-actions {
    display: grid;
    width: 100%;
  }

  .primary-cta,
  .secondary-cta {
    width: 100%;
  }
}
