:root {
  --cream: #f7f1df;
  --tan: #d6b880;
  --rust: #9e3a1f;
  --maroon: #4c1a0f;
  --ink: #20120e;
  --gold: #ffd447;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Special Elite", serif;
  font-size: clamp(20px, 1.45vw, 28px);
  line-height: 1.35;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 212, 71, 0.25), transparent 38%),
    radial-gradient(circle at 85% 20%, rgba(158, 58, 31, 0.25), transparent 30%),
    linear-gradient(180deg, #f0d8ab, #e3bf80 40%, #d39d63 100%);
}

.scanlines {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.06),
    rgba(0, 0, 0, 0.06) 1px,
    transparent 1px,
    transparent 4px
  );
  opacity: 0.25;
  z-index: 3;
}

.hero {
  min-height: 88vh;
  padding: 1.2rem 1.2rem 3rem;
  background: linear-gradient(145deg, rgba(76, 26, 15, 0.92), rgba(158, 58, 31, 0.9));
  color: var(--cream);
  border-bottom: 8px solid var(--gold);
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.brand {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 1.5px;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  margin: 0;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.45);
}

.cta-small {
  color: var(--ink);
  text-decoration: none;
  background: var(--gold);
  padding: 0.5rem 0.9rem;
  border: 2px solid var(--ink);
  font-size: 1rem;
  font-weight: bold;
}

.hero-content {
  max-width: 980px;
  margin: 5.2rem auto 0;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 0.3rem;
}

h1,
h2,
.big-price,
.btn,
.stamp {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 1.1px;
}

h1 {
  font-size: clamp(3.2rem, 10vw, 8.2rem);
  line-height: 0.88;
  margin: 0;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}

h1 span {
  color: var(--gold);
}

.subhead {
  max-width: 680px;
  margin-top: 1rem;
  font-size: clamp(1.25rem, 2vw, 1.9rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.3rem;
}

.btn {
  border: 2px solid var(--ink);
  text-decoration: none;
  cursor: pointer;
  padding: 0.85rem 1.15rem;
  font-size: 1.2rem;
  font-weight: bold;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.35);
  transform-origin: center;
  animation: ctaPulse 2.8s ease-in-out infinite;
}

.btn-primary {
  background: var(--gold);
  color: var(--ink);
}

.btn-ghost {
  background: transparent;
  color: var(--cream);
  border-color: var(--cream);
}

main {
  position: relative;
  z-index: 2;
}

.image-band {
  position: relative;
  margin: 1.2rem;
  border: 6px solid var(--maroon);
  background: #000;
  overflow: hidden;
}

.image-band img {
  width: 100%;
  max-height: 70vh;
  object-fit: cover;
  display: block;
  filter: contrast(1.08) saturate(1.05);
}

.stamp {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  background: rgba(255, 212, 71, 0.88);
  color: var(--maroon);
  border: 3px solid var(--maroon);
  padding: 0.6rem;
  line-height: 0.85;
  font-size: clamp(1.3rem, 3vw, 2.5rem);
  transform: rotate(-8deg);
  animation: stampWobble 2.1s ease-in-out infinite;
}

section {
  margin: 1.4rem 1.2rem;
  padding: 1.2rem;
  border: 3px solid var(--ink);
  background: rgba(247, 241, 223, 0.92);
}

h2 {
  margin-top: 0;
  font-size: clamp(2.5rem, 6.8vw, 5rem);
  color: var(--maroon);
  line-height: 0.92;
}

.quote-wall blockquote {
  margin: 1rem 0;
  padding: 1.1rem 1.2rem;
  border-left: 12px solid var(--rust);
  border-right: 6px solid var(--ink);
  background: #f4e5c9;
  font-size: clamp(1.45rem, 2.3vw, 2.2rem);
  font-weight: bold;
  text-transform: uppercase;
  transform: rotate(-0.7deg);
  box-shadow: 7px 7px 0 rgba(76, 26, 15, 0.3);
}

.quote-wall blockquote:nth-of-type(even) {
  transform: rotate(0.8deg);
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.8rem;
  margin-bottom: 1rem;
}

label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

input {
  border: 2px solid var(--ink);
  padding: 0.5rem;
  font-family: inherit;
  font-size: 1.15rem;
  background: #fff9ec;
}

.result {
  font-size: clamp(1.3rem, 2.1vw, 2rem);
  margin-top: 1rem;
  font-weight: bold;
}

.seminar span {
  color: var(--rust);
}

ul {
  padding-left: 1.2rem;
  font-size: clamp(1.15rem, 1.7vw, 1.7rem);
}

.pricing-card {
  border: 3px dashed var(--maroon);
  padding: 1rem;
  margin-top: 1rem;
  background: #ffe7af;
}

.big-price {
  margin: 0;
  font-size: clamp(2rem, 6vw, 3.7rem);
  color: var(--maroon);
}

.enroll-msg {
  min-height: 1.2rem;
  font-weight: bold;
  font-size: clamp(1.15rem, 1.8vw, 1.8rem);
}

footer {
  padding: 1.2rem;
  text-align: center;
  background: var(--ink);
  color: var(--cream);
  font-size: clamp(1rem, 1.45vw, 1.35rem);
}

footer a {
  color: var(--gold);
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 460ms ease, transform 460ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes stampWobble {
  0% { transform: rotate(-8deg) scale(1); }
  50% { transform: rotate(-6deg) scale(1.03); }
  100% { transform: rotate(-8deg) scale(1); }
}

@keyframes ctaPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}

@media (max-width: 640px) {
  body {
    font-size: 18px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 2rem;
  }

  .hero-content {
    margin-top: 2.4rem;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .quote-wall blockquote {
    font-size: clamp(1.15rem, 5.6vw, 1.45rem);
  }
}
