html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  background: #000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.1;
  overflow-x: hidden;
}

a {
  color: #ff5a1f;
}

a:hover,
a:focus {
  background: #ff5a1f;
  color: #000;
}

hr {
  margin: 0 0 36px;
  border: 0;
  border-top: 2px solid #ff5a1f;
}

.review-banner {
  border-bottom: 2px solid #ff5a1f;
  overflow: hidden;
  background: #090909;
}

.review-banner-track {
  display: flex;
  gap: 28px;
  width: max-content;
  padding: 10px 18px 8px;
  color: #ff5a1f;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  white-space: nowrap;
  animation: tickerScroll 26s linear infinite;
}

.hero,
main,
.footer {
  max-width: 1100px;
  padding-left: 18px;
  padding-right: 18px;
}

.hero {
  padding-top: 16px;
  padding-bottom: 28px;
}

.label-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-bottom: 26px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hero-kicker {
  margin: 0 0 8px;
  color: #ff5a1f;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.1;
}

.hero-shell {
  position: relative;
  min-height: 540px;
  border: 2px solid #fff;
  overflow: hidden;
  background: #050505;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-media-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.48)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.76) 42%, rgba(0, 0, 0, 0.18) 76%, rgba(0, 0, 0, 0.1) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 660px;
  padding: 18px 16px 18px;
}

.hero-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  margin-bottom: 14px;
}

h1,
h2,
.plan-name,
.section-tag {
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(3rem, 10vw, 5.8rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.hero-subtext {
  margin: 12px 0 10px;
  max-width: 560px;
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
}

.hero-copy {
  max-width: 500px;
  margin: 0 0 10px;
  font-size: 0.98rem;
  line-height: 1.2;
}

.hero-tension {
  max-width: 500px;
  margin: 0 0 12px;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.18;
}

.cta-button,
.pay-button {
  display: inline-block;
  border: 2px solid #fff;
  padding: 15px 20px 13px;
  color: #fff;
  background: #ff5a1f;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
}

.cta-button,
.pay-button {
  color: #000;
  text-decoration: none;
}

.cta-button:hover,
.cta-button:focus,
.pay-button:hover,
.pay-button:focus {
  border-color: #fff;
  transform: translateY(-2px);
}

.hero-next {
  margin: 0;
  color: #ff5a1f;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-trust-row span {
  border: 2px solid #fff;
  padding: 8px 10px 6px;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.05;
}

.hero-sign {
  background: rgba(0, 0, 0, 0.72);
}

.on-air-sign {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #ff5a1f;
  padding: 7px 10px 5px;
  background: #130500;
  color: #ff5a1f;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 0 20px rgba(255, 90, 31, 0.18);
  animation: signPulse 2.2s steps(2, end) infinite;
}

.live-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ff5a1f;
  box-shadow: 0 0 10px #ff5a1f;
}


main {
  padding-bottom: 44px;
}

section {
  margin-bottom: 54px;
}

.proof-grid,
.stats-row,
.trust-grid,
.photo-strip,
.faq-list {
  display: grid;
  gap: 14px;
}

.testimonial-card,
.stat-box {
  border: 2px solid #fff;
  padding: 14px;
}

.quote {
  margin: 0 0 12px;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.12;
}

.quote-meta {
  margin: 0;
  color: #ff5a1f;
  font-size: 0.88rem;
  font-weight: 700;
}

.stat-box strong {
  display: block;
  margin-bottom: 6px;
  color: #ff5a1f;
  font-size: 2rem;
  font-weight: 900;
  line-height: 0.9;
}

.stat-box span {
  font-size: 0.92rem;
  font-weight: 700;
}

.truth {
  margin-bottom: 54px;
}

.reviewers h2 {
  max-width: 820px;
  margin: 0 0 14px;
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.reviewers-copy {
  max-width: 760px;
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.2;
}

.reviewer-points {
  display: grid;
  gap: 14px;
  margin-top: 12px;
}

.reviewer-point {
  border: 2px solid #fff;
  padding: 14px;
}

.reviewer-point strong {
  display: block;
  margin-bottom: 8px;
  color: #ff5a1f;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
}

.reviewer-point span {
  font-size: 0.96rem;
  line-height: 1.15;
}

.trust {
  margin-bottom: 38px;
}

.truth h2 {
  max-width: 680px;
  margin: 0 0 12px;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.truth p {
  max-width: 620px;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.2;
}

.section-cta {
  margin-top: 18px;
}

.trust-grid {
  grid-template-columns: 1fr;
}

.trust-copy {
  margin: 0;
  border: 2px solid #fff;
  padding: 14px;
  font-size: clamp(1.1rem, 3vw, 1.55rem);
  font-weight: 900;
  line-height: 1;
}

.photo-ribbon {
  position: relative;
  margin-bottom: 54px;
  overflow: hidden;
}

.photo-ribbon::before,
.photo-ribbon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 28px;
  z-index: 2;
  pointer-events: none;
}

.photo-ribbon::before {
  top: 0;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.photo-ribbon::after {
  bottom: 0;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.photo-ribbon-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: ribbonScroll 34s linear infinite;
}

.ribbon-shot {
  margin: 0;
  flex: 0 0 220px;
  height: 150px;
  border: 2px solid #fff;
  background: #090909;
  overflow: hidden;
  position: relative;
}

.ribbon-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 90, 31, 0.06), rgba(0, 0, 0, 0.28)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.ribbon-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.16) contrast(1.08) saturate(0.96);
}

.ribbon-shot.ribbon-wide {
  flex-basis: 320px;
}

.ribbon-shot.ribbon-tall {
  flex-basis: 180px;
}

.section-tag {
  margin: 0 0 10px;
  color: #ff5a1f;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.86rem;
  font-weight: 700;
}

.what-you-get ul,
.how-it-works ol,
.price-box ul {
  margin: 0;
  padding-left: 22px;
}

.benefit-grid {
  display: grid;
  gap: 12px;
}

.benefit-item {
  border: 2px solid #fff;
  padding: 14px;
}

.benefit-item p {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.08;
}

.framework {
  margin-bottom: 49px;
}

.framework ol {
  margin: 0;
  max-width: 760px;
  padding-left: 22px;
}

.framework li {
  margin-bottom: 14px;
  font-size: 1rem;
  line-height: 1.15;
}

.pattern-interrupt {
  margin-bottom: 54px;
  padding: 24px 18px 26px;
  border: 2px solid #ff5a1f;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pattern-interrupt h2 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.pattern-interrupt p {
  margin: 0;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
}

.pattern-interrupt::before {
  content: "ON AIR";
  position: absolute;
  right: -8px;
  top: -8px;
  color: rgba(255, 90, 31, 0.12);
  font-size: clamp(3rem, 10vw, 6rem);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.how-it-works {
  margin-bottom: 57px;
}

.how-it-works ol {
  max-width: 600px;
}

.how-it-works li {
  margin-bottom: 18px;
  font-size: 1.05rem;
}

.pricing-stack {
  display: grid;
  gap: 16px;
}

.price-box {
  border: 2px solid #fff;
  padding: 18px 16px 20px;
  position: relative;
}

.price-box.featured {
  background: #fff;
  color: #000;
  border-color: #ff5a1f;
}

.price-box.featured a {
  color: #000;
}

.plan-name {
  margin: 0 0 8px;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.plan-badge {
  display: inline-block;
  margin: 0 0 10px;
  border: 2px solid #ff5a1f;
  padding: 7px 9px 5px;
  background: #ff5a1f;
  color: #000;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.price {
  margin: 0 0 10px;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.plan-copy {
  max-width: 520px;
  margin: 0 0 14px;
  font-size: 0.98rem;
  line-height: 1.16;
}

.plan-outcome {
  margin: 0 0 14px;
  color: #ff5a1f;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.14;
}

.featured .plan-outcome {
  color: #000;
}

.price-box li {
  margin-bottom: 10px;
  line-height: 1.12;
}

.pay-button {
  margin-top: 14px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.pay-button.inverted {
  border-color: #000;
  background: #ff5a1f;
}

.faq {
  margin-bottom: 30px;
}

.pricing-urgency {
  margin: 0 0 16px;
  color: #ff5a1f;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.1;
}

.faq-item {
  border-top: 2px solid #fff;
  padding-top: 10px;
  max-width: 760px;
}

.faq-item h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1;
}

.faq-item p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.16;
}

.footer {
  padding-top: 8px;
  padding-bottom: 28px;
}

.footer-cta {
  margin-bottom: 18px;
}

@keyframes signPulse {
  0%, 100% {
    box-shadow: 0 0 18px rgba(255, 90, 31, 0.15);
    opacity: 0.94;
  }

  50% {
    box-shadow: 0 0 26px rgba(255, 90, 31, 0.36);
    opacity: 1;
  }
}

@keyframes ribbonScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-35%);
  }
}

@keyframes tickerScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 10px;
}

.footer p {
  margin: 0;
  font-size: 0.95rem;
}

code {
  font-family: "Courier New", Courier, monospace;
}

@media (min-width: 860px) {
  .hero {
    padding-left: 24px;
  }

  main {
    padding-left: 26px;
  }

  .footer {
    padding-left: 20px;
  }

  .hero-shell {
    min-height: 500px;
  }

  .hero-content {
    max-width: 620px;
    padding: 22px 22px 22px;
  }

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

  .stats-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .reviewer-points {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .benefit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-stack {
    grid-template-columns: 1fr 1.15fr 1fr;
    align-items: start;
  }

  .pay-button {
    width: auto;
  }

  .faq-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 28px;
  }

  .price-box:nth-child(1) {
    margin-top: 18px;
  }

  .price-box:nth-child(3) {
    margin-top: 33px;
  }

}
