:root {
  color-scheme: dark;
  --bg: #100403;
  --bg-deep: #050100;
  --surface: #1b0806;
  --surface-strong: #2b0d08;
  --text: #ffffff;
  --muted: #f2d7cf;
  --soft: #c99a8d;
  --line: rgba(255, 255, 255, 0.14);
  --accent: #e50914;
  --accent-hot: #ff5a00;
  --cream: #fff7f0;
  --deep-red: #670900;
  --green: #ff9b6a;
  --blue: #e50914;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
  --radius: 8px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(229, 9, 20, 0.22), transparent 30rem),
    radial-gradient(circle at 85% 5%, rgba(255, 90, 0, 0.16), transparent 28rem),
    radial-gradient(circle at 68% 38%, rgba(255, 255, 255, 0.08), transparent 24rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

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

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

button,
input {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--text);
  color: var(--bg);
  border-radius: 6px;
  padding: 10px 12px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  width: min(var(--max), calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  border-bottom: 1px solid transparent;
  isolation: isolate;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header::before {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  pointer-events: none;
  content: "";
  background: rgba(16, 4, 3, 0.9);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.32);
  opacity: 0;
  transition: opacity 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
}

.site-header.is-scrolled::before {
  opacity: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.site-logo {
  display: block;
  width: clamp(168px, 18vw, 236px);
  height: auto;
}

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

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
}

.section {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  scroll-margin-top: 82px;
}

.section-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  align-items: center;
  min-height: calc(100vh - 76px);
  padding-top: 76px;
}

.hero.problem-section {
  padding-top: 44px;
}

.hero-grid,
.two-column,
.brand-layout,
.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 52px;
  align-items: center;
}

.hero-problem-grid {
  gap: 38px;
}

.hero-problem-grid h1 {
  font-size: clamp(2.45rem, 4.15vw, 4.1rem);
}

.hero-problem-grid .punch-list {
  gap: 10px;
  max-width: 660px;
  margin-top: 22px;
}

.hero-problem-grid .punch-list li {
  padding: 13px 14px;
}

.hero-skip-list {
  align-self: center;
  width: min(100%, 560px);
  margin-top: 0;
}

.hero-skip-list li {
  min-height: 72px;
  align-content: center;
  font-size: clamp(1.05rem, 2vw, 1.5rem);
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2 {
  max-width: 920px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.93;
}

h1 {
  font-size: clamp(2.85rem, 5.35vw, 5.3rem);
}

h2 {
  font-size: clamp(2.35rem, 5.4vw, 5.4rem);
}

h3 {
  font-size: clamp(1.22rem, 2vw, 1.7rem);
  line-height: 1.05;
}

.hero-subtitle,
.section-copy p,
.section-heading p,
.closing-content p,
.form-copy p {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.7vw, 1.28rem);
  line-height: 1.55;
}

.hero-subtitle {
  margin-top: 24px;
}

.section-copy p,
.section-heading p,
.form-copy p {
  margin-top: 22px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  background: var(--accent);
  color: #fff;
  font-weight: 950;
  line-height: 1;
  padding: 0 20px;
  box-shadow: 0 16px 40px rgba(229, 9, 20, 0.32);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  background: #ff2a1f;
}

.button-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  box-shadow: none;
}

.button-ghost:hover,
.button-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.1);
}

.button-small {
  min-height: 42px;
  padding: 0 14px;
  font-size: 0.84rem;
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.proof-strip span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 850;
  padding: 9px 12px;
}

.signal-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.frequency-line {
  position: absolute;
  right: -8vw;
  left: 46vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 90, 0, 0.48), transparent);
  transform: rotate(-13deg);
  animation: scan 6s linear infinite;
}

.line-one {
  top: 26%;
}

.line-two {
  top: 42%;
  animation-delay: -2s;
}

.line-three {
  top: 62%;
  animation-delay: -4s;
}

.pulse {
  position: absolute;
  right: 10vw;
  top: 22vh;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(229, 9, 20, 0.28);
  border-radius: 50%;
  animation: pulse 4s ease-out infinite;
}

.pulse-two {
  right: 17vw;
  top: 42vh;
  border-color: rgba(255, 90, 0, 0.28);
  animation-delay: -1.8s;
}

.hero-panel {
  justify-self: end;
  width: min(100%, 470px);
}

.broadcast-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.03)),
    var(--surface);
  box-shadow: var(--shadow);
  padding: 26px;
}

.broadcast-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: repeating-linear-gradient(90deg, transparent 0 21px, rgba(255, 255, 255, 0.035) 22px 23px);
}

.dial {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 11px;
  height: 78px;
  align-items: end;
  margin-bottom: 28px;
}

.dial span {
  display: block;
  height: 42%;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(to top, var(--accent), var(--accent-hot));
  animation: meter 1.35s ease-in-out infinite;
}

.dial span:nth-child(2) {
  height: 88%;
  animation-delay: -0.32s;
}

.dial span:nth-child(3) {
  height: 62%;
  animation-delay: -0.58s;
}

.dial span:nth-child(4) {
  height: 100%;
  animation-delay: -0.18s;
}

.dial span:nth-child(5) {
  height: 50%;
  animation-delay: -0.72s;
}

.panel-label {
  position: relative;
  color: var(--soft);
  font-size: 0.77rem;
  font-weight: 900;
  text-transform: uppercase;
}

.search-window {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.26);
  padding: 0 16px;
}

.search-dot {
  width: 14px;
  height: 14px;
  border: 2px solid var(--accent-hot);
  border-radius: 50%;
  box-shadow: 9px 9px 0 -7px var(--accent-hot);
}

.typed-search {
  min-width: 0;
  overflow: hidden;
  color: var(--text);
  font-size: clamp(1rem, 2vw, 1.28rem);
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.waveform {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 7px;
  align-items: center;
  min-height: 92px;
  margin: 22px 0;
}

.waveform span {
  display: block;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  animation: wave 1.7s ease-in-out infinite;
}

.waveform span:nth-child(2n) {
  height: 58px;
  background: rgba(255, 90, 0, 0.9);
  animation-delay: -0.2s;
}

.waveform span:nth-child(3n) {
  height: 76px;
  background: rgba(229, 9, 20, 0.9);
  animation-delay: -0.5s;
}

.panel-statement {
  position: relative;
  color: var(--text);
  font-size: clamp(1.35rem, 2.5vw, 2.15rem);
  font-weight: 950;
  line-height: 1.03;
}

.problem-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
}

.provocations-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    var(--bg);
}

.provocation-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 42px;
}

.provocation-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(229, 9, 20, 0.18), rgba(255, 255, 255, 0.04) 42%, rgba(255, 90, 0, 0.12)),
    var(--surface);
  padding: 22px;
  box-shadow: var(--shadow);
}

.provocation-card::after {
  position: absolute;
  inset: auto -18px -18px auto;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(255, 90, 0, 0.42);
  border-radius: 50%;
  content: "";
}

.provocation-card span {
  display: inline-flex;
  margin-bottom: 70px;
  color: var(--accent);
  font-weight: 950;
}

.provocation-card h3 {
  font-size: clamp(1.42rem, 2.25vw, 2.05rem);
}

.punch-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.punch-list li {
  position: relative;
  border-left: 3px solid var(--accent);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-weight: 900;
  padding: 15px 16px;
  transform: translateX(0);
  transition: transform 220ms ease, background 220ms ease;
}

.punch-list li:hover {
  transform: translateX(6px);
  background: rgba(255, 255, 255, 0.09);
}

.comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.comparison article,
.action-card,
.hubspot-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
}

.comparison article {
  min-height: 340px;
  padding: 24px;
}

.comparison h3,
.action-card h3 {
  margin-bottom: 20px;
}

.comparison ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
  font-weight: 800;
}

.comparison li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.comparison li::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--soft);
  content: "";
}

.highlight-card {
  background: linear-gradient(145deg, rgba(229, 9, 20, 0.2), rgba(255, 90, 0, 0.14), rgba(255, 255, 255, 0.04));
}

.highlight-card li::before {
  background: var(--green);
}

.brand-section {
  background: var(--bg-deep);
}

.name-treatment {
  display: grid;
  gap: 22px;
}

.name-treatment > p {
  color: var(--text);
  font-size: clamp(3.4rem, 8vw, 7.2rem);
  font-weight: 950;
  line-height: 0.88;
}

.search-stack {
  display: grid;
  gap: 10px;
}

.search-stack div {
  display: grid;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.065);
  padding: 16px;
  animation: floatCard 4s ease-in-out infinite;
}

.search-stack div:nth-child(2) {
  animation-delay: -1.4s;
}

.search-stack div:nth-child(3) {
  border-color: rgba(255, 90, 0, 0.64);
  animation-delay: -2.8s;
}

.stations-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 90, 0, 0.18), transparent 28rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    #120503;
}

.station-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 42px;
}

.station-card {
  display: grid;
  align-content: start;
  min-height: 390px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: var(--shadow);
  padding: 20px;
}

.station-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
  padding: 14px;
}

.station-logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 96px;
  object-fit: contain;
}

.station-logo-wide img {
  max-height: 82px;
}

.station-card h3 {
  margin-bottom: 14px;
}

.station-card p {
  color: var(--muted);
  line-height: 1.48;
}

.station-card > span {
  display: block;
  margin-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--cream);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.35;
  padding-top: 16px;
}

.search-stack span {
  color: var(--soft);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.search-stack strong {
  overflow-wrap: anywhere;
  font-size: clamp(1.08rem, 2vw, 1.4rem);
}

.section-heading {
  max-width: 840px;
}

.proof-section {
  background:
    linear-gradient(90deg, rgba(229, 9, 20, 0.16), transparent 48%),
    #100403;
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 48px;
  align-items: start;
}

.proof-copy p {
  margin-top: 22px;
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.7vw, 1.28rem);
  line-height: 1.55;
}

.source-note {
  font-size: 0.88rem !important;
}

.source-note a,
.support-link {
  color: var(--cream);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(255, 90, 0, 0.72);
  text-underline-offset: 4px;
}

.source-note a:hover,
.source-note a:focus-visible,
.support-link:hover,
.support-link:focus-visible {
  color: var(--accent-hot);
}

.proof-points {
  display: grid;
  gap: 14px;
}

.proof-card {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  padding: 22px;
  box-shadow: var(--shadow);
}

.proof-card span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.proof-card strong {
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  line-height: 1.08;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 44px;
}

.action-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 24px;
}

.action-card::after {
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
}

.card-number {
  display: inline-flex;
  margin-bottom: 48px;
  color: var(--accent);
  font-weight: 950;
}

.action-card p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.plan-section {
  background:
    radial-gradient(circle at 12% 28%, rgba(229, 9, 20, 0.2), transparent 26rem),
    radial-gradient(circle at 86% 18%, rgba(255, 90, 0, 0.15), transparent 24rem),
    var(--bg-deep);
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 42px;
}

.plan-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  padding: 24px;
  box-shadow: var(--shadow);
}

.plan-card h3 {
  margin-bottom: 18px;
}

.plan-card p {
  color: var(--muted);
  line-height: 1.5;
}

.support-link {
  display: inline-flex;
  margin-top: 18px;
  font-size: 0.92rem;
}

.form-section {
  background:
    linear-gradient(135deg, rgba(229, 9, 20, 0.19), rgba(255, 90, 0, 0.13), rgba(255, 255, 255, 0.06)),
    #140503;
  scroll-margin-top: 0;
}

.form-layout {
  align-items: start;
}

.form-note {
  display: flex;
  gap: 12px;
  align-items: center;
  max-width: 500px;
  margin-top: 28px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.form-note span {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 90, 0, 0.75);
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-hot) 0 22%, transparent 24%);
}

.form-note p {
  margin: 0;
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 850;
  line-height: 1.35;
}

.hubspot-panel {
  position: relative;
  min-height: 500px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 90, 0, 0.26), transparent 17rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(5, 5, 9, 0.82);
  padding: clamp(14px, 2.8vw, 24px);
}

.hubspot-panel::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(circle at 15% 0%, rgba(229, 9, 20, 0.18), transparent 14rem),
    linear-gradient(135deg, rgba(255, 90, 0, 0.08), transparent 52%);
  content: "";
}

.hubspot-form {
  position: relative;
  z-index: 1;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255, 247, 240, 0.5);
  border-radius: 8px;
  background: #fff7f0;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  padding: clamp(10px, 2vw, 18px);
}

.hubspot-form .hs-form-html {
  width: 100%;
  min-height: 390px;
  background: #fff7f0;
}

.hubspot-form iframe {
  width: 100% !important;
  min-height: 390px;
  border: 0;
  background: #fff7f0;
}

.hubspot-form form {
  display: grid;
  gap: 16px;
  margin: 0;
  color: var(--text);
  font-family: inherit;
}

.hubspot-form label,
.hubspot-form .hs-form-field > label,
.hubspot-form .hs-form-field > label span {
  display: block;
  margin-bottom: 7px;
  color: var(--cream);
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.2;
}

.hubspot-form input,
.hubspot-form select,
.hubspot-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.09);
  color: var(--text);
  font-family: inherit;
  font-size: 1rem;
  padding: 0 13px;
  outline: none;
}

.hubspot-form input:focus,
.hubspot-form select:focus,
.hubspot-form textarea:focus {
  border-color: var(--accent-hot);
  box-shadow: 0 0 0 4px rgba(255, 90, 0, 0.16);
}

.hubspot-form input::placeholder,
.hubspot-form textarea::placeholder {
  color: rgba(255, 247, 240, 0.58);
}

.hubspot-form textarea {
  min-height: 118px;
  padding-top: 12px;
  resize: vertical;
}

.hubspot-form .hs-error-msgs {
  margin: 7px 0 0;
  padding: 0;
  color: #ffd0c4;
  font-size: 0.82rem;
  list-style: none;
}

.hubspot-form .hs-form-required {
  color: var(--accent-hot);
}

.hubspot-form .hs-form-field,
.hubspot-form .hs_submit,
.hubspot-form .hs-submit {
  margin: 0;
}

.hubspot-form fieldset {
  max-width: none !important;
  margin: 0 !important;
}

.hubspot-form .input {
  margin: 0 !important;
}

.hubspot-form .hs-fieldtype-intl-phone .input,
.hubspot-form .hs-fieldtype-phone .input {
  display: grid;
  gap: 10px;
}

.hubspot-form .legal-consent-container,
.hubspot-form .hs-richtext,
.hubspot-form .hs-dependent-field,
.hubspot-form .hs-form-booleancheckbox-display {
  color: var(--muted);
  font-family: inherit;
  font-size: 0.88rem;
  line-height: 1.45;
}

.hubspot-form .hs-richtext p {
  margin: 0;
}

.hubspot-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hubspot-form .hs-submit-button,
.hubspot-form input[type="submit"],
.hubspot-form button[type="submit"] {
  min-height: 52px;
  border: 0;
  border-radius: 7px;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-weight: 950;
  padding: 0 20px;
  box-shadow: 0 16px 40px rgba(229, 9, 20, 0.32);
}

.hubspot-form .hs-submit-button:hover,
.hubspot-form input[type="submit"]:hover,
.hubspot-form button[type="submit"]:hover {
  background: #ff2a1f;
}

.form-fallback {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.form-fallback.is-hidden {
  display: none;
}

.closing-section {
  min-height: 620px;
  display: grid;
  align-items: center;
  background: #050507;
}

.closing-content {
  max-width: 920px;
}

.closing-content p {
  margin: 24px 0 34px;
}

.closing-signal {
  position: absolute;
  inset: 12% -10% auto auto;
  width: min(760px, 86vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 42px),
    radial-gradient(circle, rgba(229, 9, 20, 0.2), rgba(255, 90, 0, 0.1), transparent 62%);
  opacity: 0.55;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #030306;
  color: var(--soft);
  padding: 24px 0;
}

.footer-inner {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  font-size: 0.88rem;
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-inner button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.footer-inner button:hover,
.footer-inner button:focus-visible,
.footer-inner a:hover,
.footer-inner a:focus-visible {
  color: var(--text);
}

.cookie-panel {
  position: fixed;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  width: min(720px, calc(100vw - 32px));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(229, 9, 20, 0.18), rgba(255, 90, 0, 0.1)),
    rgba(5, 5, 9, 0.96);
  box-shadow: var(--shadow);
  padding: 18px;
}

.cookie-panel[hidden] {
  display: none;
}

.cookie-title {
  margin: 0 0 6px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 950;
}

.cookie-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.cookie-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px !important;
}

.cookie-links a {
  color: var(--cream);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(255, 90, 0, 0.72);
  text-underline-offset: 4px;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.legal-page {
  background: var(--bg-deep);
}

.legal-main {
  padding-top: 74px;
}

.legal-hero {
  padding-bottom: 34px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 90, 0, 0.22), transparent 28rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    #080100;
}

.legal-hero h1 {
  max-width: 920px;
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 7vw, 5.2rem);
}

.legal-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 850;
}

.legal-content {
  max-width: 940px;
  padding-top: 48px;
  padding-bottom: 86px;
}

.legal-content section {
  margin-top: 36px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.legal-content section:first-child {
  margin-top: 0;
}

.legal-content h2 {
  margin-bottom: 16px;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.legal-content p {
  margin-top: 14px;
}

.legal-content ul {
  margin: 14px 0 0 22px;
}

.legal-content li + li {
  margin-top: 6px;
}

.legal-content a {
  color: var(--cream);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(255, 90, 0, 0.72);
  text-underline-offset: 4px;
}

.legal-note {
  margin-top: 46px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

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

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

@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(0.55);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

@keyframes scan {
  from {
    transform: translateY(-40px) rotate(-13deg);
  }
  to {
    transform: translateY(80px) rotate(-13deg);
  }
}

@keyframes meter {
  0%,
  100% {
    transform: scaleY(0.78);
  }
  50% {
    transform: scaleY(1);
  }
}

@keyframes wave {
  0%,
  100% {
    transform: scaleY(0.62);
  }
  50% {
    transform: scaleY(1);
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 14px;
  }

  .site-logo {
    width: 132px;
  }

  .nav-links {
    justify-content: end;
    gap: 12px;
    font-size: 0.74rem;
  }

  .button-small {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.78fr);
    gap: 24px;
  }

  h1 {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
  }

  .hero-subtitle {
    font-size: 0.98rem;
  }

  .hero-panel {
    justify-self: stretch;
    width: 100%;
  }

  .broadcast-card {
    padding: 18px;
  }

  .panel-statement {
    font-size: clamp(1.15rem, 2.5vw, 1.55rem);
  }

  .station-grid,
  .provocation-grid,
  .plan-grid,
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .station-card {
    min-height: 330px;
  }

  .station-logo {
    min-height: 98px;
  }

  .station-logo img {
    max-height: 84px;
  }
}

@media (max-width: 620px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero-grid,
  .two-column,
  .brand-layout,
  .form-layout {
    grid-template-columns: 1fr;
  }

  .hero-problem-grid .punch-list {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    justify-self: stretch;
    width: 100%;
  }

  .card-grid,
  .comparison,
  .plan-grid,
  .proof-layout,
  .provocation-grid,
  .station-grid {
    grid-template-columns: 1fr;
  }

  .comparison article {
    min-height: auto;
  }

  .provocation-card {
    min-height: 210px;
  }

  .provocation-card span {
    margin-bottom: 42px;
  }
}

@media (max-width: 560px) {
  .site-header,
  .section-inner {
    width: min(100% - 24px, var(--max));
  }

  .site-header {
    min-height: 66px;
    gap: 12px;
  }

  .site-logo {
    width: 156px;
  }

  .button-small {
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.75rem;
  }

  .section {
    padding: 78px 0;
  }

  .hero {
    min-height: auto;
    padding-top: 52px;
  }

  h1 {
    font-size: clamp(2.75rem, 13vw, 4.1rem);
  }

  h2 {
    font-size: clamp(2.2rem, 11vw, 3.7rem);
  }

  .hero-subtitle,
  .section-copy p,
  .section-heading p,
  .closing-content p,
  .form-copy p {
    font-size: 1rem;
  }

  .button-row,
  .button {
    width: 100%;
  }

  .proof-strip span {
    width: 100%;
  }

  .broadcast-card {
    padding: 18px;
  }

  .name-treatment > p {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

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

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

  .cookie-panel {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
