@font-face {
  font-family: "Luckiest Guy";
  src: url("LuckiestGuy-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #0b0b0b;
  --muted: #5f6368;
  --line: #c9c9c9;
  --paper: #ffffff;
  --warm: #fff8ef;
  --soft: #f3f3f3;
  --red: #ed1c24;
  --green: #1f9d62;
  --yellow: #f4c542;
  --blue: #2f6fbd;
  --green-soft: #d8f4e6;
  --yellow-soft: #fff0b3;
  --red-soft: #ffd9d9;
  --blue-soft: #dce8fb;
  --content: 1180px;
  --focus: 0 0 0 4px rgba(47, 111, 189, 0.24);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 10px 30px rgba(11, 11, 11, 0.08);
  --shadow: 0 24px 70px rgba(11, 11, 11, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:disabled,
input:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 70px;
  padding: 12px max(20px, calc((100vw - var(--content)) / 2));
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(11, 11, 11, 0.12);
  backdrop-filter: blur(16px);
}

.brand,
.nav-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand {
  font-size: 1.03rem;
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  display: block;
  width: 38px;
  height: 38px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 30%;
}

.nav-links {
  gap: clamp(12px, 2.2vw, 28px);
}

.nav-links a {
  color: #3d3d3d;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--red);
}

.nav-links .nav-cta {
  padding: 9px 14px;
  color: #fff;
  background: var(--red);
  border: 0;
  border-radius: 999px;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  font-family: "Luckiest Guy", "Arial Black", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(3.3rem, 5.7vw, 5.2rem);
  line-height: 0.91;
}

h2 {
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 4.7vw, 4rem);
  line-height: 0.98;
}

h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.eyebrow,
.form-kicker {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: clamp(34px, 6vw, 78px);
  max-width: var(--content);
  min-height: calc(100vh - 70px);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 92px) 20px;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-subtitle {
  max-width: 650px;
  margin: 24px 0 0;
  color: #333;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid var(--ink);
  border-radius: 12px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(11, 11, 11, 0.18);
}

.button.primary {
  color: #fff;
  background: var(--red);
}

.button.secondary {
  color: var(--ink);
  background: #fff;
}

.button.full {
  width: 100%;
}

.text-link {
  font-weight: 900;
  text-underline-offset: 4px;
}

.trust-note,
.bookmark-note,
.privacy-note {
  color: var(--muted);
  font-size: 0.9rem;
}

.trust-note {
  margin-top: 20px;
}

.hero-visual {
  margin: 0;
}

.hero-visual img {
  display: block;
  width: 100%;
  border: 3px solid var(--ink);
  box-shadow: 12px 12px 0 var(--red);
}

.verdict-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: var(--content);
  margin: 0 auto;
  border: 3px solid var(--ink);
}

.verdict {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 10px;
  align-items: center;
  min-height: 84px;
  padding: 16px;
  background: #fff;
}

.verdict + .verdict {
  border-left: 2px solid var(--ink);
}

.verdict span:last-child {
  grid-column: 2;
  color: var(--muted);
  font-size: 0.85rem;
}

.dot {
  width: 17px;
  height: 17px;
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.green .dot {
  background: var(--green);
}

.yellow .dot {
  background: var(--yellow);
}

.red .dot {
  background: var(--red);
}

.blue .dot {
  background: var(--blue);
}

.section {
  padding: clamp(64px, 8vw, 108px) max(20px, calc((100vw - var(--content)) / 2));
}

.signup-section,
.feedback-section,
.art-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 470px);
  gap: clamp(38px, 7vw, 90px);
  align-items: start;
}

.signup-section {
  margin-top: clamp(58px, 8vw, 96px);
  background: var(--warm);
  border-block: 3px solid var(--ink);
}

.section-copy {
  max-width: 650px;
}

.section-copy > p,
.section-heading > p,
.feedback-copy > p,
.art-section > div > p,
.paid-bridge-section p,
.tool-intro > p {
  color: #3d465a;
  font-size: 1.05rem;
}

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

.check-list li {
  position: relative;
  padding-left: 30px;
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.37em;
  left: 0;
  width: 15px;
  height: 15px;
  background: var(--green);
  border: 2px solid var(--ink);
}

.signup-panel,
.feedback-form {
  display: grid;
  gap: 13px;
  padding: clamp(22px, 4vw, 34px);
  background: #fff;
  border: 3px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
}

.signup-panel h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 10px;
}

textarea {
  min-height: 115px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: none;
  border-color: var(--blue);
  box-shadow: var(--focus);
}

.privacy-note,
.form-result {
  min-height: 22px;
  margin: 0;
}

.consent-row {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.45;
}

.consent-row input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--red);
}

.consent-row a {
  color: inherit;
  font-weight: 900;
  text-underline-offset: 2px;
}

.form-result {
  color: #194f37;
  font-weight: 800;
}

.section-heading {
  max-width: 810px;
  margin-bottom: 34px;
}

.preview-section {
  background: #fff;
}

.preview-list {
  border: 3px solid var(--ink);
}

.preview-row {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 22px;
}

.preview-row + .preview-row {
  border-top: 2px solid var(--ink);
}

.preview-row p {
  margin: 0;
  color: #3d465a;
}

.preview-context {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 850;
  text-transform: uppercase;
}

.pill {
  display: inline-flex;
  justify-content: center;
  min-width: 76px;
  padding: 5px 9px;
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
}

.pill.green {
  background: var(--green-soft);
}

.pill.yellow {
  background: var(--yellow-soft);
}

.pill.yellow-red {
  background: #ffe2bf;
}

.pill.red {
  background: var(--red-soft);
}

.pill.check-first {
  background: var(--blue-soft);
}

.pill.use-now {
  color: #fff;
  background: var(--red);
}

.art-section {
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  align-items: center;
  background: var(--soft);
  border-top: 3px solid var(--ink);
}

.art-section img {
  display: block;
  border: 3px solid var(--ink);
  background: #fff;
}

.fred-line {
  padding-left: 18px;
  border-left: 6px solid var(--red);
  color: var(--ink) !important;
  font-weight: 800;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px max(20px, calc((100vw - var(--content)) / 2));
  color: #fff;
  background: var(--ink);
}

.footer-copy {
  display: grid;
  gap: 10px;
  max-width: 820px;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.site-footer a {
  color: var(--yellow);
  font-weight: 900;
}

.site-footer .support-note {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.9rem;
}

.support-link {
  display: inline-flex;
  margin-left: 6px;
  text-underline-offset: 4px;
  white-space: nowrap;
}

.footer-legal {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  text-underline-offset: 3px;
}

/* Public conversion funnel */

.funnel-page {
  background:
    radial-gradient(circle at 10% 8%, rgba(244, 197, 66, 0.16), transparent 28rem),
    radial-gradient(circle at 92% 25%, rgba(237, 28, 36, 0.08), transparent 30rem),
    #fff;
}

.funnel-eyebrow {
  color: var(--red);
  font-size: 0.88rem;
}

.conversion-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: clamp(38px, 7vw, 88px);
  max-width: var(--content);
  margin: 0 auto;
  padding: clamp(22px, 2.5vw, 34px) 20px 0;
}

.conversion-copy h1 {
  max-width: 720px;
  font-size: clamp(3.6rem, 6.4vw, 6.4rem);
}

.conversion-copy .hero-subtitle {
  max-width: 690px;
}

.hero-benefits {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-benefits li {
  position: relative;
  padding-left: 31px;
  font-weight: 850;
}

.hero-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  font-size: 0.78rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
}

.trust-row span {
  padding: 6px 10px;
  color: #50545c;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(11, 11, 11, 0.12);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-offer {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(11, 11, 11, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-offer > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  background: #fff;
  border-bottom: 1px solid rgba(11, 11, 11, 0.12);
}

.hero-offer .signup-panel {
  border: 0;
  box-shadow: none;
}

.hero-offer .signup-panel h2 {
  margin-bottom: 4px;
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.offer-summary {
  margin: 0 0 8px;
  color: #4b5362;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: var(--content);
  margin: 24px auto 0;
  overflow: hidden;
  background: var(--red);
  border-radius: var(--radius);
}

.proof-strip div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  min-height: 108px;
  padding: 18px 16px;
  color: #fff;
  text-align: center;
}

.proof-strip div + div {
  border-left: 1px solid rgba(11, 11, 11, 0.26);
}

.proof-strip strong {
  color: #fff;
  font-family: "Luckiest Guy", "Arial Black", Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.proof-strip span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.demo-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(38px, 7vw, 84px);
  align-items: start;
}

.demo-copy {
  position: sticky;
  top: 112px;
}

.demo-copy h2 {
  position: relative;
  z-index: 2;
}

.demo-copy > p:not(.eyebrow) {
  position: relative;
  z-index: 2;
  color: #465064;
  font-size: 1.05rem;
}

.demo-meter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 27px;
  padding: 14px 16px;
  background: var(--yellow-soft);
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 900;
}

.demo-meter-dots {
  display: flex;
  gap: 6px;
}

.demo-meter-dots span {
  width: 11px;
  height: 11px;
  background: var(--red);
  border-radius: 50%;
}

.demo-meter-dots span.used {
  background: rgba(11, 11, 11, 0.18);
}

.demo-illustration-stage {
  position: relative;
  z-index: 1;
  width: calc(100% + 74px);
  margin: -58px -36px -34px;
  padding: 18px 22px 12px;
}

.demo-illustration-stage::before {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 12%;
  left: 8%;
  z-index: -1;
  height: 54%;
  background:
    radial-gradient(circle at 72% 28%, rgba(237, 28, 36, 0.14), transparent 42%),
    var(--yellow-soft);
  border-radius: 48% 52% 44% 56% / 58% 46% 54% 42%;
  transform: rotate(-2deg);
}

.demo-illustration {
  display: block;
  width: 100%;
  filter: drop-shadow(0 14px 16px rgba(11, 11, 11, 0.12));
}

.demo-tool {
  padding: clamp(22px, 4vw, 36px);
  background: #fff;
  border: 1px solid rgba(11, 11, 11, 0.13);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.demo-search-form label {
  font-size: 1rem;
}

.demo-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.demo-search-row input {
  min-height: 54px;
  border-color: var(--ink);
}

.demo-results {
  min-height: 210px;
  margin-top: 24px;
}

.demo-placeholder,
.demo-no-result {
  display: grid;
  place-items: center;
  min-height: 210px;
  padding: 30px;
  color: var(--muted);
  background: var(--soft);
  border-radius: var(--radius);
  text-align: center;
}

.demo-placeholder p,
.demo-no-result p {
  margin: 8px 0 0;
}

.demo-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: var(--red);
  border-radius: 16px;
  font-family: "Luckiest Guy", "Arial Black", Impact, sans-serif;
  font-size: 2rem;
}

.demo-result-card {
  padding: 24px;
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
}

.demo-result-card + .demo-result-card {
  margin-top: 10px;
}

.demo-result-card .item-title-line {
  justify-content: space-between;
}

.demo-result-card p {
  margin-bottom: 0;
  color: #414957;
}

.demo-result-nudge {
  margin-top: 15px !important;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
  font-weight: 800;
}

.demo-gate {
  margin-top: 18px;
  padding: 24px;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
}

.demo-gate[hidden] {
  display: none;
}

.demo-gate .eyebrow {
  color: var(--yellow);
}

.demo-gate h3 {
  font-family: "Luckiest Guy", "Arial Black", Impact, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
}

.demo-gate p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.75);
}

.demo-gate .button {
  margin-top: 6px;
}

.funnel-page .verdict-band {
  overflow: hidden;
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.funnel-page .verdict + .verdict {
  border-color: rgba(11, 11, 11, 0.12);
}

.value-section {
  padding-top: clamp(38px, 5vw, 68px);
  background: linear-gradient(180deg, #fff, #f7f7f6);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pdf-preview {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(36px, 7vw, 84px);
  align-items: center;
  margin-bottom: clamp(52px, 7vw, 84px);
  padding: clamp(28px, 5vw, 54px);
  overflow: hidden;
  background: #111;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.pdf-preview-art {
  display: grid;
  place-items: center;
  min-height: 500px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(244, 197, 66, 0.17), transparent 50%),
    #232323;
  border-radius: var(--radius);
}

.pdf-preview-art img {
  display: block;
  width: min(100%, 390px);
  border-radius: 5px;
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.45);
  transform: rotate(-2deg);
}

.pdf-preview-copy {
  color: #fff;
}

.pdf-preview-copy .card-kicker {
  margin-bottom: 18px;
  color: var(--yellow);
}

.pdf-preview-copy h3 {
  max-width: 630px;
  font-family: "Luckiest Guy", "Arial Black", Impact, sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.pdf-preview-copy > p:not(.card-kicker) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.04rem;
}

.compact-list {
  display: grid;
  gap: 11px;
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
}

.compact-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 750;
}

.compact-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--yellow);
  font-weight: 900;
}

.value-card {
  position: relative;
  min-height: 440px;
  padding: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(11, 11, 11, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.value-card.featured {
  color: #fff;
  background: var(--red);
}

.value-card.featured p {
  color: rgba(255, 255, 255, 0.84);
}

.value-number {
  position: absolute;
  right: 22px;
  bottom: -24px;
  color: rgba(11, 11, 11, 0.055);
  font-family: "Luckiest Guy", "Arial Black", Impact, sans-serif;
  font-size: 9rem;
  line-height: 1;
}

.featured .value-number {
  color: rgba(255, 255, 255, 0.12);
}

.value-card-art {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  height: 220px;
  margin: -8px 0 16px;
  overflow: visible;
}

.value-card-art::before {
  content: "";
  position: absolute;
  inset: 28px 0 20px;
  z-index: -1;
  background: var(--warm);
  border-radius: 16px;
}

.featured .value-card-art::before {
  background: rgba(255, 255, 255, 0.15);
}

.value-card-art img {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
}

.character-fred img {
  top: 0;
  width: 225px;
}

.character-brain img {
  top: -54px;
  width: 280px;
}

.character-stomach img {
  top: -10px;
  width: 270px;
}

.card-kicker {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured .card-kicker {
  color: #fff;
}

.value-card h3 {
  max-width: 280px;
  font-family: "Luckiest Guy", "Arial Black", Impact, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
}

.value-card > p:last-child {
  position: relative;
  z-index: 1;
  color: #4b5362;
}

.method-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(36px, 7vw, 88px);
  align-items: center;
  background: var(--warm);
  border-block: 1px solid rgba(11, 11, 11, 0.12);
}

.method-preview > div > p:not(.eyebrow) {
  color: #465064;
  font-size: 1.05rem;
}

.method-preview img {
  display: block;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.youtube-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  background: #fff;
}

.youtube-copy {
  max-width: 760px;
}

.youtube-section h2 {
  margin-bottom: 10px;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
}

.youtube-section p:not(.eyebrow) {
  margin-bottom: 0;
  color: #465064;
}

.youtube-media {
  display: grid;
  gap: 16px;
  justify-items: stretch;
}

.youtube-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin-top: 24px;
}

.youtube-illustration {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(11, 11, 11, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.subscriber-youtube {
  background:
    radial-gradient(circle at 88% 18%, rgba(237, 28, 36, 0.08), transparent 22rem),
    #fff;
  border-bottom: 1px solid rgba(11, 11, 11, 0.14);
}

.about-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.65fr) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 90px);
  align-items: center;
  background: var(--warm);
  border-block: 1px solid rgba(11, 11, 11, 0.12);
}

.about-illustration {
  display: block;
  width: 100%;
  max-width: 440px;
  margin-top: 24px;
  background: #fff;
  border: 1px solid rgba(11, 11, 11, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.about-section > div:last-child {
  max-width: 800px;
}

.about-section p:not(.eyebrow) {
  color: #465064;
  font-size: 1.06rem;
}

.funnel-page .section-heading > .funnel-eyebrow,
.funnel-page .demo-copy > .funnel-eyebrow,
.funnel-page .method-preview .funnel-eyebrow,
.funnel-page .about-label > .funnel-eyebrow {
  color: var(--red);
}

.faq-section {
  background: #fff;
}

.faq-section .section-heading {
  max-width: 720px;
}

.faq-content {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: clamp(38px, 7vw, 84px);
  align-items: start;
}

.faq-list {
  border-top: 1px solid rgba(11, 11, 11, 0.2);
}

.faq-list details {
  border-bottom: 1px solid rgba(11, 11, 11, 0.2);
}

.faq-list summary {
  position: relative;
  padding: 24px 56px 24px 0;
  cursor: pointer;
  font-size: 1.03rem;
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 8px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: var(--ink);
  border-radius: 50%;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
  background: var(--red);
}

.faq-list details p {
  max-width: 760px;
  margin: -4px 0 24px;
  color: #515968;
}

.faq-illustration {
  position: sticky;
  top: 108px;
  display: block;
  width: 100%;
  max-width: 420px;
  justify-self: end;
  background: #fff;
  border: 1px solid rgba(11, 11, 11, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.mobile-sticky-cta {
  display: none;
}

.closing-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  align-items: center;
  gap: clamp(40px, 7vw, 92px);
  padding: clamp(62px, 8vw, 104px) max(20px, calc((100vw - var(--content)) / 2));
  color: #fff;
  background: var(--ink);
}

.closing-cta-copy {
  max-width: 780px;
}

.closing-cta .eyebrow {
  color: var(--yellow);
}

.closing-cta h2 {
  margin-bottom: 8px;
}

.closing-cta-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.closing-signup {
  gap: 11px;
  padding: clamp(22px, 3vw, 30px);
  color: var(--ink);
  border: 0;
  border-radius: var(--radius);
  box-shadow: none;
}

.closing-signup .form-kicker {
  margin-bottom: 0;
}

.closing-signup h3 {
  margin-bottom: 2px;
  font-family: "Luckiest Guy", "Arial Black", Impact, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

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

.closing-signup .form-result {
  min-height: 0;
  color: #194f37;
}

/* Legal pages */

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

.legal-shell {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 90px) 20px;
}

.legal-shell h1 {
  font-size: clamp(3.1rem, 7vw, 5rem);
}

.legal-shell h2 {
  margin-top: 42px;
  font-family: inherit;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.legal-shell p,
.legal-shell li {
  color: #3f4858;
}

.legal-shell a {
  color: var(--red);
  font-weight: 850;
}

.legal-status {
  margin: 24px 0 34px;
  padding: 16px 18px;
  background: var(--yellow-soft);
  border-left: 5px solid var(--yellow);
  border-radius: 8px;
  font-weight: 800;
}

/* Subscriber tool */

.tool-page {
  background: var(--soft);
}

.tool-welcome {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--content);
  margin: 22px auto 0;
  padding: 14px 54px 14px 18px;
  color: #153e2c;
  background: var(--green-soft);
  border: 1px solid rgba(31, 157, 98, 0.34);
  border-radius: 14px;
}

.tool-welcome[hidden] {
  display: none;
}

.tool-welcome div {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
}

.tool-welcome strong {
  color: var(--ink);
}

.welcome-dismiss {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 30px;
  height: 30px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.tool-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.76fr);
  align-items: center;
  gap: clamp(32px, 6vw, 72px);
  max-width: var(--content);
  margin: 0 auto;
  padding: clamp(32px, 4.5vw, 58px) 20px;
}

.tool-hero h1 {
  max-width: 720px;
  font-size: clamp(3.2rem, 6vw, 5.5rem);
}

.tool-hero-copy .hero-subtitle {
  margin-top: 18px;
}

.tool-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.tool-steps li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #454d5b;
  font-size: 0.82rem;
  font-weight: 800;
}

.tool-steps strong {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-size: 0.76rem;
}

.tool-download-card {
  display: grid;
  grid-template-columns: minmax(120px, 0.62fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(11, 11, 11, 0.13);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.tool-download-card img {
  display: block;
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  border-radius: 5px;
  box-shadow: 0 14px 32px rgba(11, 11, 11, 0.2);
  transform: rotate(-2deg);
}

.tool-download-card .card-kicker {
  margin-bottom: 10px;
}

.tool-download-card h2 {
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 2.8vw, 2.45rem);
  line-height: 1;
}

.bookmark-note {
  margin-top: 20px;
  font-weight: 700;
}

.tool-shell {
  max-width: var(--content);
  margin: 0 auto 64px;
  padding: clamp(22px, 3vw, 34px) clamp(28px, 5vw, 54px) clamp(28px, 5vw, 54px);
  background: #fff;
  border: 1px solid rgba(11, 11, 11, 0.13);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.tool-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.tool-intro h2 {
  margin-bottom: 0;
}

.tool-intro-explainer {
  min-width: 0;
}

.tool-intro-explainer img {
  display: block;
  width: calc(100% + 70px);
  max-width: none;
  margin: -74px -34px -42px;
  filter: drop-shadow(0 13px 14px rgba(11, 11, 11, 0.11));
}

.tool-intro-explainer p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #3d465a;
  font-size: 1.05rem;
}

.goal-picker-wrap {
  margin-top: 34px;
}

.goal-picker-title {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.goal-picker {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
}

.goal-picker legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.goal-picker label {
  position: relative;
  display: block;
  min-height: 132px;
  padding: 21px 46px 20px 20px;
  background: #fff;
  border: 2px solid rgba(11, 11, 11, 0.14);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(11, 11, 11, 0.06);
  cursor: pointer;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.goal-picker label + label {
  border-left: 2px solid rgba(11, 11, 11, 0.14);
}

.goal-picker label::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 19px;
  height: 19px;
  background: #fff;
  border: 2px solid rgba(11, 11, 11, 0.38);
  border-radius: 50%;
}

.goal-picker input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.goal-picker span {
  display: block;
  color: #515968;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.45;
}

.goal-picker strong {
  display: block;
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.2;
}

.goal-impact-note {
  max-width: 850px;
  margin: 14px 0 0;
  padding: 12px 15px;
  color: #465064;
  background: var(--soft);
  border-left: 4px solid var(--red);
  border-radius: 8px;
  font-size: 0.88rem;
}

.goal-impact-note strong {
  color: var(--ink);
}

.tool-definition {
  display: grid;
  gap: 8px;
  max-width: 980px;
  margin-top: 12px;
  padding: 14px 16px;
  color: #465064;
  background: #fff;
  border: 1px solid rgba(11, 11, 11, 0.13);
  border-radius: 10px;
  font-size: 0.86rem;
}

.tool-definition p {
  margin: 0;
}

.tool-definition strong {
  color: var(--ink);
}

.goal-picker label:has(input:checked) {
  background: #fff7f7;
  border-color: var(--red);
  box-shadow: 0 12px 28px rgba(237, 28, 36, 0.12);
  transform: translateY(-2px);
}

.goal-picker label:has(input:checked)::before {
  background: var(--red);
  border-color: var(--red);
  box-shadow: inset 0 0 0 4px #fff;
}

.goal-picker label:focus-within {
  outline: none;
  box-shadow: var(--focus);
}

.goal-picker label:hover {
  border-color: rgba(237, 28, 36, 0.48);
}

.search-panel {
  margin-top: 34px;
}

.search-label span {
  font-size: 1rem;
}

.search-label input {
  min-height: 62px;
  padding: 14px 16px;
  border: 2px solid var(--ink);
  border-radius: 14px;
  font-size: 1.08rem;
}

.quick-searches {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 11px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.quick-searches button,
.chip,
.clear-button,
.save-button,
.share-button {
  padding: 5px 9px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
  cursor: pointer;
}

.quick-searches button:hover,
.chip:hover {
  background: var(--yellow-soft);
}

.filter-bar {
  display: grid;
  grid-template-columns: repeat(2, minmax(190px, 250px)) 1fr;
  gap: 14px;
  align-items: end;
  margin-top: 22px;
  padding-bottom: 26px;
  border-bottom: 2px solid var(--ink);
}

.saved-filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  min-height: 48px;
  cursor: pointer;
}

.saved-filter input {
  width: 20px;
  min-height: 20px;
}

.personal-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.personal-strip h3 {
  font-size: 0.82rem;
  text-transform: uppercase;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.empty-inline {
  color: var(--muted);
  font-size: 0.84rem;
}

.local-storage-note {
  grid-column: 1 / -1;
  margin: -10px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.results-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 25px 0 12px;
}

.result-count {
  margin: 0;
  color: var(--muted);
  font-weight: 850;
}

.clear-button {
  border: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.item-list {
  border-top: 2px solid var(--ink);
}

.item-card {
  display: grid;
  grid-template-columns: minmax(210px, 0.65fr) minmax(0, 1.35fr) auto;
  gap: 26px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid rgba(11, 11, 11, 0.2);
}

.item-card.saved {
  padding-left: 16px;
  border-left: 8px solid var(--yellow);
}

.item-title-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.item-name {
  margin: 0;
  color: var(--ink) !important;
  font-size: 1.16rem !important;
  font-weight: 900;
}

.category {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.77rem;
  font-weight: 850;
  text-transform: uppercase;
}

.item-summary p {
  margin: 0;
  color: #343b49;
}

.goal-note {
  margin-top: 10px !important;
  padding-left: 12px;
  border-left: 4px solid var(--yellow);
  font-size: 0.92rem;
}

.item-details {
  grid-column: 2 / 4;
  margin-top: -10px;
}

.item-details summary {
  width: fit-content;
  color: var(--blue);
  font-weight: 850;
  cursor: pointer;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 14px;
  padding: 17px;
  background: var(--soft);
  border-left: 5px solid var(--ink);
}

.detail-grid p {
  margin: 0;
  color: #3d465a;
  font-size: 0.9rem;
}

.item-actions {
  display: flex;
  gap: 7px;
}

.save-button[aria-pressed="true"] {
  background: var(--yellow-soft);
}

.empty-state {
  padding: 44px 20px;
  text-align: center;
  border-bottom: 3px solid var(--ink);
}

.empty-state h3 {
  font-family: "Luckiest Guy", "Arial Black", Impact, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
}

.empty-state p {
  color: var(--muted);
}

.load-more-button {
  display: flex;
  width: min(100%, 360px);
  margin: 28px auto 0;
}

.load-more-button[hidden] {
  display: none;
}

.method-section {
  background:
    radial-gradient(circle at 90% 12%, rgba(237, 28, 36, 0.08), transparent 24rem),
    #fff;
  border-bottom: 1px solid rgba(11, 11, 11, 0.14);
}

.method-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  gap: clamp(28px, 6vw, 74px);
  align-items: center;
}

.method-heading h2 {
  margin-bottom: 18px;
}

.method-copy > p:last-child {
  max-width: 680px;
  margin: 0;
  color: #465064;
  font-size: 1.08rem;
}

.method-visual {
  position: relative;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(11, 11, 11, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow), 12px 12px 0 var(--red);
}

.method-visual img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center 68%;
}

.decision-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 42px 0 28px;
  padding: 0;
  list-style: none;
  counter-reset: decisions;
}

.decision-list li {
  position: relative;
  min-height: 190px;
  padding: 88px 24px 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(11, 11, 11, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  counter-increment: decisions;
}

.decision-list li::before {
  content: "0" counter(decisions);
  position: absolute;
  top: 18px;
  left: 22px;
  color: var(--red);
  font-family: "Luckiest Guy", "Arial Black", Impact, sans-serif;
  font-size: 3.8rem;
  line-height: 1;
  opacity: 0.92;
}

.decision-list li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  background: var(--yellow-soft);
  border-radius: 0 0 0 58px;
}

.decision-list li strong,
.decision-list li span {
  position: relative;
  z-index: 1;
  display: block;
}

.decision-list li strong {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.15;
}

.decision-list li span {
  color: #505968;
  font-size: 0.95rem;
}

.decision-list .decision-safety {
  background: var(--blue-soft);
  border-color: rgba(47, 111, 189, 0.28);
}

.decision-list .decision-safety::before {
  color: var(--blue);
}

.decision-list .decision-safety::after {
  background: rgba(47, 111, 189, 0.16);
}

.source-note {
  max-width: 850px;
  margin-bottom: 0;
  padding: 16px 18px;
  color: var(--muted);
  background: var(--soft);
  border-left: 5px solid var(--yellow);
  border-radius: 8px;
  font-size: 0.9rem;
}

.source-note a {
  color: var(--ink);
  font-weight: 850;
}

.feedback-section {
  background: var(--warm);
  border-block: 1px solid rgba(11, 11, 11, 0.14);
}

.feedback-illustration {
  display: block;
  width: min(calc(100% + 34px), 720px);
  max-width: none;
  margin: 28px -10px -12px;
  filter: drop-shadow(0 14px 12px rgba(11, 11, 11, 0.1));
}

.feedback-other-idea[hidden] {
  display: none;
}

.coffee-support-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.78fr);
  align-items: center;
  gap: clamp(24px, 5vw, 58px);
  overflow: hidden;
  padding-block: clamp(42px, 5.8vw, 72px);
  background: #fff;
  border-bottom: 1px solid rgba(11, 11, 11, 0.14);
}

.coffee-support-copy {
  max-width: 660px;
}

.coffee-support-copy > p:not(.eyebrow) {
  max-width: 600px;
  color: #3d465a;
  font-size: 1.06rem;
}

.coffee-support-copy h2 {
  max-width: 610px;
  font-size: clamp(2.2rem, 4.2vw, 3.7rem);
}

.coffee-mug-button {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  margin-top: 18px;
  margin-left: min(300px, 50%);
  transform: translateX(-50%);
  color: var(--ink);
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  transform-origin: 50% 85%;
  animation: coffee-jiggle 3.4s ease-in-out infinite;
}

.coffee-mug-button:hover {
  animation-play-state: paused;
}

.coffee-mug-button:focus-visible {
  border-radius: 18px;
  outline: none;
  box-shadow: var(--focus);
}

.coffee-mug-button img {
  display: block;
  width: clamp(108px, 13vw, 152px);
  transition: transform 150ms ease, filter 150ms ease;
  filter: drop-shadow(0 14px 0 rgba(11, 11, 11, 0.12));
}

.coffee-mug-button span {
  transform: translateX(-10px);
}

.coffee-mug-button:hover img {
  transform: translateY(-3px) rotate(-2deg);
  filter: drop-shadow(0 18px 0 rgba(11, 11, 11, 0.14));
}

.coffee-support-visual {
  margin: 0;
}

.coffee-support-visual img {
  display: block;
  width: min(100%, 470px);
  margin-left: auto;
  filter: drop-shadow(0 18px 16px rgba(11, 11, 11, 0.12));
}

@keyframes coffee-jiggle {
  0%,
  73%,
  100% {
    transform: translateX(-50%) rotate(0deg) translateY(0);
  }

  78% {
    transform: translateX(-50%) rotate(-5deg) translateY(-2px);
  }

  83% {
    transform: translateX(-50%) rotate(4deg) translateY(0);
  }

  88% {
    transform: translateX(-50%) rotate(-3deg) translateY(-1px);
  }

  93% {
    transform: translateX(-50%) rotate(2deg) translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .coffee-mug-button {
    animation: none;
  }
}

.paid-bridge-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: clamp(54px, 7vw, 84px) max(20px, calc((100vw - var(--content)) / 2));
  background: var(--red);
  color: #fff;
}

.paid-bridge-section > div {
  max-width: 820px;
}

.paid-bridge-section .eyebrow,
.paid-bridge-section p {
  color: #fff;
}

.paid-bridge-section h2 {
  font-size: clamp(2rem, 4.2vw, 3.5rem);
}

@media (max-width: 980px) {
  .hero,
  .conversion-hero,
  .demo-section,
  .method-preview,
  .pdf-preview,
  .about-section,
  .faq-content,
  .closing-cta,
  .tool-hero,
  .signup-section,
  .feedback-section,
  .coffee-support-section,
  .art-section,
  .tool-intro,
  .method-heading {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero {
    min-height: auto;
  }

  .conversion-hero {
    min-height: auto;
  }

  .conversion-copy {
    max-width: 760px;
  }

  .hero-offer {
    max-width: 680px;
  }

  .demo-copy {
    position: static;
  }

  .demo-illustration-stage {
    width: min(100% + 50px, 620px);
    margin-inline: -25px;
  }

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

  .pdf-preview-art {
    min-height: auto;
  }

  .pdf-preview-art img {
    width: min(100%, 440px);
  }

  .youtube-section {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  }

  .value-card {
    min-height: 0;
  }

  .value-card-art {
    width: min(100%, 360px);
    margin-inline: auto;
  }

  .faq-illustration {
    position: static;
    justify-self: start;
    max-width: 520px;
  }

  .hero-visual,
  .tool-hero img {
    width: 100%;
    max-width: 720px;
  }

  .tool-hero > * {
    min-width: 0;
  }

  .tool-download-card {
    max-width: 680px;
  }

  .tool-intro-explainer {
    max-width: 720px;
  }

  .feedback-copy {
    max-width: 720px;
  }

  .feedback-illustration {
    width: min(100% + 20px, 680px);
    margin-inline: -10px;
  }

  .tool-intro-explainer img {
    width: min(100% + 50px, 720px);
    margin: -48px -25px -30px;
  }

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

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

  .goal-picker label + label,
  .goal-picker label:nth-of-type(3),
  .goal-picker label:nth-of-type(n + 3) {
    border: 2px solid rgba(11, 11, 11, 0.14);
  }

  .goal-picker label:has(input:checked) {
    border-color: var(--red);
  }

  .item-card {
    grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
  }

  .item-actions {
    grid-column: 1 / 3;
  }

  .item-details {
    grid-column: 2 / 3;
  }

  .paid-bridge-section {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .tool-welcome {
    margin: 14px 20px 0;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .nav-links a {
    flex: 0 0 auto;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .conversion-copy h1 {
    font-size: clamp(3.25rem, 15vw, 5rem);
  }

  .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-inline: 20px;
  }

  .proof-strip div:nth-child(3) {
    border-left: 0;
  }

  .proof-strip div:nth-child(n + 3) {
    border-top: 1px solid rgba(11, 11, 11, 0.26);
  }

  .verdict-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-inline: 20px;
  }

  .verdict:nth-child(3) {
    border-left: 0;
  }

  .verdict:nth-child(n + 3) {
    border-top: 2px solid var(--ink);
  }

  .preview-row {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
  }

  .preview-context {
    grid-column: 2;
  }

  .goal-picker,
  .filter-bar,
  .personal-strip,
  .decision-list,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .goal-picker label + label,
  .goal-picker label:nth-of-type(3) {
    border: 2px solid rgba(11, 11, 11, 0.14);
  }

  .goal-picker label:has(input:checked) {
    border-color: var(--red);
  }

  .saved-filter {
    justify-content: flex-start;
  }

  .item-card {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .item-actions,
  .item-details {
    grid-column: 1;
  }

  .decision-list li:not(:first-child),
  .decision-list li:not(:nth-child(3n + 1)) {
    border: 1px solid rgba(11, 11, 11, 0.12);
  }

  .decision-list .decision-safety {
    border-color: rgba(47, 111, 189, 0.28);
  }

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

  .youtube-section {
    grid-template-columns: 1fr;
  }

  .youtube-illustration {
    width: min(100%, 440px);
  }

  .youtube-section .button {
    width: 100%;
  }

  .about-illustration,
  .faq-illustration {
    border-radius: var(--radius);
  }

  .closing-cta {
    align-items: start;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    left: 14px;
    z-index: 40;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 18px;
    color: #fff;
    background: var(--red);
    border: 2px solid var(--ink);
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(11, 11, 11, 0.28);
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    transform: translateY(130%);
    transition: transform 180ms ease;
  }

  .mobile-sticky-cta.is-visible {
    display: flex;
    transform: translateY(0);
  }
}

@media (max-width: 480px) {
  .hero,
  .conversion-hero,
  .tool-hero {
    padding-top: 20px;
  }

  .hero-actions,
  .hero-actions .button,
  .hero-actions .text-link {
    width: 100%;
  }

  .hero-actions .text-link {
    text-align: center;
  }

  .hero-offer {
    border-radius: var(--radius);
  }

  .hero-offer > img {
    aspect-ratio: 16 / 8;
  }

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

  .proof-strip div + div,
  .proof-strip div:nth-child(3) {
    border-top: 1px solid rgba(11, 11, 11, 0.26);
    border-left: 0;
  }

  .demo-search-row {
    grid-template-columns: 1fr;
  }

  .compact-fields {
    grid-template-columns: 1fr;
  }

  .demo-illustration-stage {
    width: calc(100% + 24px);
    margin: -42px -12px -22px;
    padding-inline: 8px;
  }

  .demo-search-row .button,
  .closing-cta .button,
  .youtube-section .button {
    width: 100%;
  }

  .pdf-preview {
    padding: 18px;
  }

  .pdf-preview-art {
    padding: 18px;
  }

  .verdict-band {
    grid-template-columns: 1fr;
  }

  .verdict + .verdict,
  .verdict:nth-child(3) {
    border-top: 2px solid var(--ink);
    border-left: 0;
  }

  .tool-shell {
    margin-inline: 10px;
    padding: 24px 16px;
  }

  .tool-download-card {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .tool-download-card h2 {
    font-size: 1.5rem;
  }

  .tool-download-card .button {
    min-height: 42px;
    padding: 9px 12px;
    font-size: 0.84rem;
  }

  .tool-intro-explainer img {
    width: calc(100% + 24px);
    margin: -24px -12px -14px;
  }

  .feedback-illustration {
    width: calc(100% + 12px);
    margin: 22px -6px 0;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
