:root {
  --green-50: #f0fdf4;
  --green-100: #dcfce7;
  --green-200: #bbf7d0;
  --green-300: #86efac;
  --green-500: #22c55e;
  --green-600: #16a34a;
  --green-700: #15803d;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-900: #111827;
  --red-600: #dc2626;
  --yellow-50: #fefce8;
  --yellow-400: #facc15;
  --yellow-500: #eab308;
  --white: #ffffff;
  --shadow: 0 10px 25px rgba(17, 24, 39, 0.12);
  --shadow-soft: 0 4px 14px rgba(17, 24, 39, 0.1);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--gray-900);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.container {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 16px;
}

.jackpot-section {
  position: relative;
  z-index: 2;
  padding: 0;
  border-bottom: 1px solid rgba(34, 197, 94, 0.22);
  background: #07140d;
}

.jackpot-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 38px;
  padding: 0 16px;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  color: var(--green-300);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.spark {
  animation: pulse 1.8s ease-in-out infinite;
}

.jackpot-updated {
  position: static;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  white-space: nowrap;
}

.jackpot-marquee {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.jackpot-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 36px;
  pointer-events: none;
}

.jackpot-fade-left {
  left: 0;
  background: linear-gradient(90deg, #07140d, rgba(7, 20, 13, 0));
}

.jackpot-fade-right {
  right: 0;
  background: linear-gradient(270deg, #07140d, rgba(7, 20, 13, 0));
}

.jackpot-track {
  display: flex;
  min-height: 38px;
  padding: 0;
  align-items: center;
}

.jackpot-track.is-moving {
  width: max-content;
  animation: marquee 28s linear infinite;
}

.jackpot-track.is-moving:hover {
  animation-play-state: paused;
}

.jackpot-loading {
  display: grid;
  width: 100%;
  min-height: 38px;
  place-items: center;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 700;
}

.jackpot-card {
  display: flex;
  flex: 0 0 auto;
  align-items: baseline;
  gap: 8px;
  margin: 0 20px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: left;
  box-shadow: none;
}

.jackpot-card img {
  display: none;
}

.jackpot-card h3 {
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.jackpot-card strong {
  display: block;
  color: var(--green-300);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.jackpot-card span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(180deg, var(--white), var(--green-50), var(--white));
}

.hero-bg {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(46px);
}

.hero-bg-right {
  top: 40px;
  right: 40px;
  width: 288px;
  height: 288px;
  background: rgba(187, 247, 208, 0.34);
}

.hero-bg-left {
  bottom: 40px;
  left: 40px;
  width: 384px;
  height: 384px;
  background: rgba(220, 252, 231, 0.2);
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 56px;
}

.hero-copy {
  max-width: 920px;
  margin: 0 auto 32px;
  text-align: center;
}

.hero-copy h1 {
  margin: 0 0 16px;
  color: var(--gray-900);
  font-size: clamp(40px, 8vw, 72px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}

.hero-copy h1 span,
.hero-subhead strong {
  color: var(--green-600);
}

.hero-subhead {
  margin: 0 0 16px;
  color: var(--gray-700);
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
}

.hero-text {
  max-width: 680px;
  margin: 0 auto;
  color: var(--gray-600);
  font-size: 18px;
}

.hero-text strong {
  display: block;
  margin-top: 8px;
  color: var(--gray-700);
  font-weight: 800;
}

.progress-card {
  max-width: 672px;
  margin: 0 auto 32px;
  padding: 24px;
  border: 2px solid var(--green-200);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.progress-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.progress-percent {
  flex: 0 0 auto;
  color: var(--red-600);
  font-size: 14px;
}

.progress-bar {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--gray-200);
}

.progress-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green-500), var(--green-600));
  transition: width 0.5s ease;
}

.progress-card p {
  margin: 12px 0 0;
  color: var(--gray-600);
  font-size: 12px;
  text-align: center;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 672px;
  margin: 0 auto 40px;
}

.trust-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 84px;
  padding: 16px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.trust-card > span {
  flex: 0 0 auto;
  font-size: 24px;
}

.trust-card strong {
  display: block;
  font-size: 14px;
}

.trust-card p {
  margin: 0;
  color: var(--gray-600);
  font-size: 14px;
}

.hero-cta,
.submit-button,
.final-cta a {
  border: 0;
  border-radius: var(--radius);
  background: linear-gradient(90deg, var(--green-500), var(--green-600));
  color: var(--white);
  cursor: pointer;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.hero-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(100%, 384px);
  min-height: 84px;
  margin: 0 auto 48px;
  padding: 14px 24px;
  box-shadow: 0 18px 34px rgba(22, 163, 74, 0.3);
}

.hero-cta small {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 700;
}

.hero-cta:hover,
.submit-button:hover,
.final-cta a:hover {
  filter: brightness(0.98);
  transform: scale(1.04);
}

.guarantee-card {
  max-width: 672px;
  margin: 0 auto 48px;
  padding: 24px;
  border-left: 4px solid var(--green-600);
  border-radius: var(--radius);
  background: var(--green-50);
}

.guarantee-card h2 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 900;
}

.guarantee-card p {
  margin: 0 0 12px;
  color: var(--gray-700);
}

.guarantee-card p:last-child {
  margin-bottom: 0;
  color: var(--gray-600);
  font-size: 14px;
}

.reason-block {
  max-width: 672px;
  margin: 0 auto;
}

.reason-block h2 {
  margin: 0 0 24px;
  color: var(--gray-900);
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.reason-card {
  padding: 20px;
  border-left: 4px solid var(--green-500);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.reason-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
}

.reason-card p {
  margin: 0;
  color: var(--gray-600);
  font-size: 14px;
}

.form-section {
  padding: 48px 0 64px;
  background: linear-gradient(180deg, var(--green-50), var(--white));
}

.signup-card {
  max-width: 448px;
  margin: 0 auto;
  padding: 24px;
  border: 2px solid var(--green-200);
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.signup-card h2 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 900;
}

.signup-card p {
  margin: 0 0 24px;
  color: var(--gray-600);
  font-size: 14px;
}

.signup-card label {
  display: block;
  margin-bottom: 8px;
  color: var(--gray-900);
  font-size: 14px;
  font-weight: 800;
}

.signup-card input[type="email"] {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 2px solid var(--gray-300);
  border-radius: 6px;
  color: var(--gray-900);
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.signup-card input[type="email"]:focus {
  border-color: var(--green-500);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.16);
}

.signup-card small {
  display: block;
  margin: 8px 0 16px;
  color: var(--gray-500);
  font-size: 12px;
}

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.submit-button {
  display: block;
  width: 100%;
  min-height: 56px;
  margin: 0 0 16px;
  padding: 14px 18px;
  font-size: 16px;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.next-steps {
  margin-bottom: 16px;
  padding: 16px;
  border-radius: var(--radius);
  background: var(--green-50);
  color: var(--gray-700);
}

.next-steps p {
  margin: 0 0 8px;
  color: var(--gray-700);
}

.next-steps ol {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--gray-700);
  font-size: 12px;
}

.consent {
  margin: 0 !important;
  color: var(--gray-500) !important;
  font-size: 12px !important;
  text-align: center;
}

.consent a {
  color: var(--green-600);
  text-decoration: none;
}

.form-success {
  max-width: 448px;
  margin: 0 auto;
  padding: 32px;
  border: 2px solid var(--green-300);
  border-radius: 12px;
  background: linear-gradient(135deg, var(--green-50), var(--white));
  box-shadow: var(--shadow);
  text-align: center;
}

.success-icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  place-items: center;
  border-radius: 999px;
  color: var(--green-600);
  font-size: 40px;
  animation: bounce 1.2s ease-in-out infinite;
}

.form-success h2 {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 900;
}

.form-success p {
  margin: 0 0 16px;
  color: var(--gray-700);
}

.submitted-email {
  margin-bottom: 24px;
  color: var(--green-600);
  font-size: 18px;
  font-weight: 800;
  word-break: break-word;
}

.inbox-note {
  margin-bottom: 24px;
  padding: 16px;
  border-left: 4px solid var(--yellow-500);
  border-radius: 6px;
  background: var(--yellow-50);
  color: var(--gray-700);
  font-size: 14px;
  text-align: left;
}

.success-list {
  margin-bottom: 24px;
  color: var(--gray-600);
  font-size: 14px;
}

.outline-button {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--green-300);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--green-600);
  cursor: pointer;
  font-weight: 800;
}

.form-error {
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1px solid #fecaca;
  border-radius: var(--radius);
  background: #fef2f2;
  color: #b91c1c;
  font-size: 14px;
  font-weight: 700;
}

.benefits {
  position: relative;
  z-index: 1;
  padding: 64px 0 96px;
  background: var(--white);
}

.section-heading {
  max-width: 740px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 900;
}

.benefits .section-heading h2 {
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.section-heading p {
  margin: 0;
  color: var(--gray-600);
  font-size: 18px;
  font-weight: 700;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 250px;
  padding: 24px;
  border: 2px solid rgba(34, 197, 94, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
  text-align: center;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.benefit-card:hover {
  border-color: rgba(34, 197, 94, 0.5);
  box-shadow: var(--shadow);
}

.benefit-card > span {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(34, 197, 94, 0.14);
  font-size: 30px;
}

.benefit-card h3 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.benefit-card p {
  margin: 0;
  color: var(--gray-600);
  font-size: 14px;
  font-weight: 600;
}

.trust-section {
  margin-top: 64px;
  padding: 32px;
  border: 2px solid rgba(34, 197, 94, 0.28);
  border-radius: var(--radius);
  background: rgba(34, 197, 94, 0.1);
  text-align: center;
}

.trust-section p {
  margin: 0;
  color: var(--gray-700);
  font-size: 18px;
  font-weight: 700;
}

.testimonials {
  padding: 48px 0 80px;
  background: linear-gradient(180deg, var(--gray-50), var(--white));
}

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

.testimonial-card {
  padding: 24px;
  border-left: 4px solid var(--green-500);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  transition: box-shadow 0.25s ease;
}

.testimonial-card:hover {
  box-shadow: var(--shadow);
}

.stars {
  margin-bottom: 16px;
  color: var(--yellow-400);
  letter-spacing: 0.08em;
}

.testimonial-card p {
  margin: 0 0 24px;
  color: var(--gray-700);
  font-style: italic;
}

.person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.person > span {
  font-size: 30px;
}

.person strong,
.person small {
  display: block;
}

.person small {
  color: var(--gray-500);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 72px;
  padding: 40px 32px;
  border-radius: 12px;
  background: linear-gradient(90deg, var(--green-50), var(--green-100));
  text-align: center;
}

.stats strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green-600);
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 900;
}

.stats span {
  color: var(--gray-700);
  font-weight: 700;
}

.final-cta {
  margin-top: 48px;
  text-align: center;
}

.final-cta p {
  margin: 0 0 24px;
  color: var(--gray-700);
}

.final-cta a {
  display: inline-block;
  padding: 16px 32px;
  box-shadow: var(--shadow-soft);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@media (max-width: 1024px) {
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 768px) {
  .container {
    padding: 0 24px;
  }

  .jackpot-section {
    padding-top: 0;
  }

  .jackpot-updated {
    display: none;
  }

  .jackpot-card {
    margin-right: 18px;
  }

  .hero-inner {
    padding-top: 18px;
  }

  .progress-row,
  .progress-title {
    align-items: flex-start;
  }

  .progress-row,
  .trust-grid,
  .reason-grid,
  .benefit-grid,
  .testimonial-grid,
  .stats {
    grid-template-columns: 1fr;
  }

  .progress-row {
    display: grid;
  }

  .trust-card {
    min-height: auto;
  }

  .benefit-card {
    min-height: auto;
  }
}

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