/* Security in Social. Campaign Ink (Design STAMPED).
   Source of truth: product-site-bold-tokens.css
   paper white. ink. gold. accent teal.
   Cream out. Do not invent gold. No partner brand colors.
*/

:root {
  --ink: #07090d;
  --ink-2: #12161e;
  --ink-3: #1a2030;
  --paper: #ffffff;
  --paper-2: #f4f5f7;
  --panel: #ffffff;
  --line: rgba(7, 9, 13, 0.12);
  --line-strong: rgba(7, 9, 13, 0.24);
  --line-on-white: rgba(7, 9, 13, 0.14);
  --muted: #3d4450;
  --ink-muted: #3d4450;
  --faint: #6b7280;
  --gold: #c9920f;
  --gold-bright: #e0b12a;
  --gold-hover: #e0b12a;
  --gold-deep: #6b4e00;
  --gold-soft: #fff4cc;
  --gold-line: rgba(201, 146, 15, 0.48);
  --gold-ink: #07090d;
  --accent: #0f6b5c;
  --accent-bright: #12a594;
  --accent-soft: #e6f7f4;
  --focus: #e0b12a;
  --forest: #0f6b5c;
  --band-ink: #07090d;
  --band-ink-2: #12161e;
  --on-ink: #ffffff;
  --on-ink-muted: #c5cad3;
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Source Sans 3", "Segoe UI", "Helvetica Neue", system-ui, sans-serif;
  --radius: 16px;
  --max: 1080px;
  --measure: 38rem;
  --gutter: 24px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
}

img,
svg {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

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

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

::selection {
  background: var(--gold);
  color: var(--gold-ink);
}

.skip {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 80;
  transform: translateY(-160%);
  background: var(--panel);
  color: var(--ink);
  border: 2px solid var(--gold);
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
}

.skip:focus,
.skip:focus-visible {
  transform: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 6.4vw, 4.85rem);
  font-weight: 700;
  font-optical-sizing: auto;
  line-height: 1.04;
  letter-spacing: -0.038em;
  margin: 0 0 20px;
  max-width: 14ch;
  color: var(--paper);
}

h2 {
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.8vw, 2.15rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin: 0 0 12px;
}

h3 {
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.28;
  margin: 0 0 8px;
}

.lede {
  color: var(--muted);
  margin: 0 0 24px;
  font-size: 1.2rem;
  line-height: 1.65;
  max-width: var(--measure);
}

.meta,
.note {
  color: var(--faint);
  font-size: 0.85rem;
  line-height: 1.5;
}

.form .note {
  color: var(--ink-muted);
}

/* Mast. Ink lockup, campaign stripe */
.mast {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--ink);
  border-bottom: 1px solid var(--gold-line);
  box-shadow: 0 12px 32px rgba(10, 13, 18, 0.28);
}

.mast::before {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-bright) 42%, var(--accent) 100%);
}

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

.mast-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter) 0;
}

.mast-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0 14px;
}

.brand {
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--paper);
  min-width: 0;
}

.brand-mark {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--gold);
  color: var(--gold-ink);
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 2px rgba(10, 13, 18, 0.18);
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1.1;
}

.brand-text strong {
  font-weight: 700;
}

.brand em {
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.mast-cta {
  flex: 0 0 auto;
  background: var(--gold);
  color: var(--gold-ink) !important;
  font-family: var(--sans);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 11px 18px;
  border-radius: 999px;
}

.mast-cta:hover {
  background: var(--gold-hover);
  color: var(--gold-ink) !important;
}

.nav-toggle {
  display: none;
  appearance: none;
  background: transparent;
  border: 1px solid var(--gold-line);
  border-radius: 999px;
  padding: 8px 14px;
  font: 800 0.9rem var(--sans);
  color: var(--paper);
  cursor: pointer;
}

.nav {
  display: flex;
  align-items: center;
  gap: 2px 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  border-top: 1px solid var(--line);
  padding: 0 0 2px;
}

.nav::-webkit-scrollbar {
  display: none;
}

.nav a {
  flex: 0 0 auto;
  color: var(--on-ink-muted);
  font-size: 0.92rem;
  font-weight: 700;
  padding: 11px 0 10px;
  border-bottom: 3px solid transparent;
}

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

.nav a[aria-current="page"] {
  color: var(--paper);
  border-bottom-color: var(--gold);
}

.nav a.nav-cta {
  margin-left: auto;
  padding: 8px 14px;
  border: 0;
  border-radius: 999px;
  color: var(--gold-ink);
  background: var(--gold);
}

.nav a.nav-cta:hover {
  background: var(--gold-hover);
  color: var(--gold-ink);
  border-bottom-color: transparent;
}

.nav a.nav-cta[aria-current="page"] {
  background: var(--gold-hover);
  color: var(--gold-ink);
  border-bottom-color: transparent;
}

/* Buttons */
.btn {
  appearance: none;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.03em;
  border-radius: 999px;
  padding: 14px 24px;
  cursor: pointer;
  border: 2px solid transparent;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

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

.btn-primary:hover {
  background: var(--gold-hover);
  color: var(--gold-ink);
  text-decoration: none;
}

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

.btn-ghost:hover {
  background: var(--gold);
  color: var(--gold-ink);
  text-decoration: none;
}

.hero-campaign .btn-ghost,
.page-hero .btn-ghost {
  color: var(--paper);
  border-color: var(--gold);
}

.hero-campaign .btn-ghost:hover,
.page-hero .btn-ghost:hover,
.campaign-close .btn-ghost:hover {
  background: var(--gold);
  color: var(--gold-ink);
}

.campaign-close .btn-ghost {
  color: var(--paper);
  border-color: var(--gold);
}

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

.hero-list {
  margin: 18px 0 0;
  color: var(--on-ink-muted);
  font-size: 1rem;
  max-width: var(--measure);
}

/* Layout */
.wrap,
.hero-inner,
.sheet {
  max-width: var(--max);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.hero {
  padding: 56px 0 48px;
}

.hero-campaign,
.page-hero {
  background: var(--band-ink);
  color: var(--paper);
  padding: 40px 0 44px;
  border-bottom: 1px solid var(--gold-line);
  position: relative;
  overflow: hidden;
}

.hero-campaign::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 86% 12%, rgba(201, 146, 15, 0.2), transparent 42%),
    radial-gradient(ellipse at 92% 88%, rgba(15, 107, 92, 0.22), transparent 48%);
}

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

.page-hero {
  padding: 36px 0 44px;
}

.hero-campaign .kicker,
.page-hero .kicker {
  color: var(--gold);
}

.hero-campaign .lede,
.page-hero .lede {
  color: var(--on-ink-muted);
  font-size: 1.12rem;
  max-width: 42rem;
}

.hero-campaign h1,
.page-hero h1 {
  color: var(--paper);
  max-width: 18ch;
  font-size: clamp(2.4rem, 4.8vw, 3.7rem);
}

body[data-page="home"] .hero-campaign {
  padding: 32px 0 28px;
}

body[data-page="home"] .hero-campaign .lede {
  font-size: 1.05rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

body[data-page="home"] .hero-alt {
  color: var(--on-ink-muted);
  font-size: 0.98rem;
  line-height: 1.5;
  margin: 0 0 12px;
  max-width: 42rem;
}

body[data-page="home"] .hero-explain {
  color: var(--on-ink-muted);
  font-size: 0.98rem;
  line-height: 1.5;
  margin: 0 0 10px;
  max-width: 42rem;
}

body[data-page="home"] .hero-list {
  margin-top: 8px;
}

body[data-page="home"] .hero-copy .actions {
  margin: 12px 0 0;
}

body[data-page="home"] .trust-chips {
  margin-top: 12px;
}

.hero-list {
  color: var(--gold-soft);
}

.hero-campaign .hero-list {
  color: var(--gold-soft);
  font-weight: 700;
}

.page-hero .hero-inner {
  max-width: var(--max);
}

.sheet {
  background: var(--paper);
  padding: 72px var(--gutter) 96px;
}

body[data-page="pricing"] .sheet {
  padding-top: 32px;
}

body[data-page="pricing"] .page-hero {
  padding: 20px 0 18px;
}

body[data-page="pricing"] .page-hero .lede {
  margin-bottom: 0;
}

body[data-page="pricing"] .page-hero h1 {
  margin-bottom: 12px;
}

body[data-page="pricing"] .page-head {
  margin-bottom: 20px;
}

body[data-page="pricing"] .lede {
  margin-bottom: 16px;
}

body[data-page="pricing"] .banner {
  margin-bottom: 18px;
}

body[data-page="pricing"] .card {
  padding: 18px 20px 16px;
}

body[data-page="home"] .card-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

body[data-page="home"] .sheet > .card-grid {
  margin-bottom: 24px;
}

.page-head {
  max-width: var(--measure);
  margin: 0 0 36px;
}

.page-head h1 {
  max-width: 16ch;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.sheet .btn-ghost {
  color: var(--ink);
  border-color: var(--gold);
  background: transparent;
}

.sheet .btn-ghost:hover {
  background: var(--gold);
  color: var(--gold-ink);
}

.sheet .campaign-close .btn-ghost {
  color: var(--paper);
  border-color: var(--gold);
}

.packet-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 26px 22px;
  box-shadow: 0 18px 40px rgba(11, 15, 20, 0.05);
}

.hero-campaign .packet-card {
  background: var(--ink-2);
  border: 2px solid var(--gold);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
  color: var(--paper);
}

.hero-campaign .packet-card h2 {
  color: var(--paper);
}

.hero-campaign .packet-card li {
  color: var(--paper);
  border-top-color: var(--line);
}

.hero-campaign .packet-card li span {
  color: var(--gold);
}

.packet-card .lbl {
  color: var(--gold-deep);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 10px;
}

.hero-campaign .packet-card .lbl {
  color: var(--gold);
}

.packet-card h2 {
  font-size: 1.35rem;
  margin-bottom: 14px;
}

.packet-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.packet-card li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  color: var(--ink-2);
  font-size: 0.98rem;
}

.packet-card li span {
  color: var(--faint);
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.stamp {
  margin-top: 16px;
  padding: 10px 12px;
  border: 2px dashed var(--gold);
  border-radius: 12px;
  color: var(--gold-deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-campaign .stamp {
  color: var(--gold);
}

/* Product cards */
.section-kicker {
  margin: 48px 0 8px;
  color: var(--gold-deep);
}

.sheet .kicker {
  color: var(--gold-deep);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 24px 0 72px;
}

.card {
  background: var(--panel);
  border: 1px solid var(--line-on-white);
  border-radius: var(--radius);
  padding: 28px 26px 24px;
  text-decoration: none;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease), transform 0.2s var(--ease);
}

.card h3 {
  color: var(--ink);
}

a.card:hover {
  color: var(--ink);
  border-color: var(--gold);
  box-shadow: 0 18px 40px rgba(7, 9, 13, 0.08);
  transform: translateY(-2px);
}

.card p {
  margin: 0 0 16px;
  color: var(--ink-muted);
  flex: 1;
}

.card .meta {
  color: var(--gold-deep);
}

.price {
  font-family: var(--serif);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin: 0 0 6px;
}

.sample-flag,
.need-flag {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.sample-flag {
  background: var(--gold);
  color: var(--gold-ink);
}

.need-flag {
  background: var(--paper-2);
  color: var(--ink-muted);
}

.banner {
  background: var(--gold);
  border: 0;
  border-radius: var(--radius);
  padding: 20px 24px;
  margin: 0 0 28px;
  max-width: 48rem;
  color: var(--gold-ink);
}

.banner strong {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-ink);
  margin-bottom: 6px;
  font-weight: 800;
}

.banner p {
  margin: 0;
  color: var(--gold-ink);
  font-weight: 600;
}

/* Steps */
.steps {
  display: grid;
  gap: 0;
  margin: 0 0 64px;
  border-top: 1px solid var(--line-strong);
}

.step {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.step .num {
  font-family: var(--serif);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1.1;
}

.step p {
  margin: 0;
  color: var(--muted);
  max-width: var(--measure);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 0 0 64px;
}

.panel {
  background: var(--panel);
  border: 1px solid var(--line-on-white);
  border-radius: var(--radius);
  padding: 24px;
  color: var(--ink);
}

.panel h2 {
  color: var(--ink);
}

.panel .kicker {
  color: var(--gold-deep);
}

.panel ul,
.prose ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--ink-muted);
  max-width: var(--measure);
}

.panel li,
.prose li {
  margin: 0 0 8px;
}

.quote {
  background: var(--ink-2);
  border-left: 6px solid var(--gold);
  padding: 26px 28px 24px 30px;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 0 0 64px;
  max-width: 44rem;
}

.quote .lbl {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 10px;
}

.quote p {
  margin: 0;
  color: var(--paper);
  font-size: 1.18rem;
}

.feature-list {
  display: grid;
  gap: 0;
  margin: 0 0 64px;
  border-top: 1px solid var(--line-strong);
}

.feature {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
}

a.feature:hover {
  color: inherit;
}

a.feature:hover h2 {
  color: var(--gold);
}

.feature .lbl {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  padding-top: 8px;
}

.feature p {
  margin: 0;
  color: var(--muted);
  max-width: var(--measure);
}

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

.close-cta {
  max-width: var(--measure);
}

.close-cta p {
  font-size: 1.15rem;
  color: var(--muted);
}

/* FAQ */
.faq {
  max-width: 46rem;
}

details.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 4px 0;
}

details.faq-item:first-of-type {
  border-top: 1px solid var(--line-strong);
}

details.faq-item summary {
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 650;
  padding: 18px 0;
  list-style: none;
}

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

details.faq-item summary::after {
  content: "";
  float: right;
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(45deg);
}

details.faq-item[open] summary::after {
  margin-top: 12px;
  transform: rotate(225deg);
}

details.faq-item summary:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 4px;
  border-radius: 8px;
}

details.faq-item .answer {
  color: var(--muted);
  max-width: var(--measure);
  padding: 0 0 18px;
}

details.faq-item .answer p {
  margin: 0 0 12px;
}

details.faq-item .answer p:last-child {
  margin-bottom: 0;
}

/* Forms */
.form {
  max-width: 36rem;
  background: var(--panel);
  border: 1px solid var(--line-on-white);
  border-radius: var(--radius);
  padding: 24px;
  color: var(--ink);
}

.field {
  margin: 0 0 16px;
}

.field label {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 6px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  font: inherit;
  color: var(--ink);
  background: var(--paper-2);
  border: 1px solid var(--line-on-white);
  border-radius: 12px;
  padding: 12px 14px;
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  border-color: var(--focus);
  box-shadow: 0 0 0 3px var(--gold-line);
}

.checks {
  display: grid;
  gap: 8px;
}

.checks label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 400;
  color: var(--ink);
}

.checks input {
  width: auto;
  margin-top: 4px;
}

.form-status {
  display: none;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--gold);
  color: var(--gold-ink);
}

.form-status.show {
  display: block;
}

.form .btn-ghost {
  color: var(--ink);
  border-color: var(--ink);
}

.form .btn-ghost:hover {
  background: var(--gold);
  color: var(--gold-ink);
  border-color: var(--gold);
}

.form-status .btn-ghost {
  color: var(--gold-ink);
  border-color: var(--gold-ink);
}

.form-status .btn-ghost:hover {
  background: var(--ink);
  color: var(--gold);
  border-color: var(--ink);
}

.copied {
  font-family: inherit;
  font-size: 0.9rem;
  white-space: pre-wrap;
  background: var(--ink);
  color: var(--paper);
  border-radius: 10px;
  padding: 12px;
  margin-top: 10px;
}

/* Footer */
.site-foot {
  border-top: 1px solid var(--gold-line);
  background: var(--ink);
}

.foot-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 32px var(--gutter) 44px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
}

.site-foot p {
  margin: 0 0 8px;
  color: var(--on-ink-muted);
  font-size: 0.9rem;
}

.site-foot strong {
  color: var(--paper);
}

.foot-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.foot-nav a {
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.foot-nav a:hover {
  color: var(--gold-hover);
}

/* Motion: keep pages still. No splash fades. */
.reveal {
  animation: none;
}

@keyframes revealUp {
  to {
    opacity: 1;
    transform: none;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (min-width: 1041px) {
  .nav a.nav-cta {
    display: none;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .card-grid,
  .split,
  .gate-grid,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .feature,
  .step {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  h1,
  .page-head h1,
  .hero-campaign h1,
  .page-hero h1 {
    max-width: none;
  }
}

@media (max-width: 1040px) {
  .nav-toggle {
    display: inline-flex;
  }

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

  .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-bottom: 12px;
  }

  .mast.is-open .nav {
    display: flex;
  }

  .nav a {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
  }

  .nav a.nav-cta {
    width: auto;
    margin: 12px 0 6px;
  }

  .foot-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  :root {
    --gutter: 20px;
  }

  .hero {
    padding-top: 40px;
  }

  .form,
  .packet-card,
  .panel {
    padding: 18px;
  }
}

@media print {
  .mast,
  .nav-toggle,
  .skip,
  .btn,
  .form {
    display: none !important;
  }

  body {
    background: #fff;
    color: #07090d;
  }
}

/* Audience campaign cards */
.mast-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

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

.audience-card {
  background: var(--ink-2);
  color: var(--paper);
  text-decoration: none;
  border-radius: var(--radius);
  padding: 28px 26px 24px;
  border: 2px solid var(--gold-line);
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.audience-card:hover {
  color: var(--paper);
  border-color: var(--gold);
}

.audience-card .lbl {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.audience-card h2 {
  color: var(--paper);
  font-size: 1.85rem;
}

.audience-card p {
  margin: 0 0 18px;
  color: var(--on-ink-muted);
  flex: 1;
}

.audience-card .meta {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.landing-list {
  display: grid;
  gap: 16px;
  margin: 0 0 48px;
}

.landing-item {
  background: var(--panel);
  border: 1px solid var(--line-on-white);
  border-left: 6px solid var(--gold);
  border-radius: var(--radius);
  padding: 28px 28px 26px 26px;
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(7, 9, 13, 0.05);
}

.landing-item h2 {
  margin-bottom: 8px;
  color: var(--ink);
}

.landing-item p {
  margin: 0;
  color: var(--ink-muted);
  max-width: var(--measure);
}

.close-cta.campaign-close {
  background: var(--ink);
  color: var(--paper);
  max-width: none;
  padding: 36px 32px;
  border-radius: var(--radius);
  border: 2px solid var(--gold);
}

.close-cta.campaign-close h2 {
  color: var(--paper);
}

.close-cta.campaign-close p {
  color: var(--on-ink-muted);
}

.hero-copy {
  min-width: 0;
}

.hero-copy .actions {
  margin: 18px 0 4px;
}

.trust-chips {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  max-width: 38rem;
}

.trust-chips li {
  margin: 0;
  color: var(--on-ink-muted);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-left: 18px;
  position: relative;
}

.trust-chips li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}














.sheet .audience-card {
  background: var(--panel);
  color: var(--ink);
  border: 1px solid var(--line-on-white);
  box-shadow: 0 14px 36px rgba(7, 9, 13, 0.06);
}

.sheet .audience-card:hover {
  color: var(--ink);
  border-color: var(--gold);
  box-shadow: 0 18px 40px rgba(7, 9, 13, 0.08);
}

.sheet .audience-card h2 {
  color: var(--ink);
}

.sheet .audience-card p {
  color: var(--ink-muted);
}

.sheet .audience-card .lbl,
.sheet .audience-card .meta {
  color: var(--gold-deep);
}

.trust-strip {
  background: var(--accent-soft);
  border: 1px solid rgba(15, 107, 92, 0.22);
  border-radius: var(--radius);
  padding: 36px 36px 32px;
  margin: 0 0 72px;
  max-width: 44rem;
}

.trust-strip h2 {
  margin-bottom: 10px;
}

.trust-strip p {
  margin: 0 0 12px;
  color: var(--ink-muted);
  max-width: var(--measure);
}

.trust-strip .note {
  margin: 0;
}

.pricing-strip {
  background: var(--paper-2);
  padding: 20px 0 28px;
}

.pricing-strip .card-grid {
  margin: 0;
  gap: 18px;
}

body[data-page="pricing"] .pricing-strip .card {
  padding: 24px 22px 20px;
  background: var(--paper);
  border: 1px solid var(--line-on-white);
  box-shadow: 0 12px 28px rgba(7, 9, 13, 0.08);
}

body[data-page="pricing"] .pricing-strip .card .price {
  font-size: clamp(3.5rem, 4.6vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: var(--ink);
  margin: 2px 0 10px;
}

/* Review-first hierarchy. Campaign Ink tokens unchanged. */
.waitlist-flag {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
  margin-bottom: 10px;
  background: var(--paper-2);
  color: var(--ink);
  border: 1px solid var(--gold-line);
}

.card.card-now {
  border: 2px solid var(--gold);
  box-shadow: 0 18px 40px rgba(7, 9, 13, 0.08);
}

.card.card-alt {
  border: 1px solid var(--line-on-white);
}

.price-term {
  margin: -4px 0 10px;
  color: var(--ink-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.card .actions {
  margin-top: auto;
  padding-top: 16px;
}

body[data-page="pricing"] .pricing-tracks {
  grid-template-columns: 1.15fr 0.85fr;
  margin: 0;
}

body[data-page="pricing"] .pricing-tracks .card-now {
  padding: 26px 28px 22px;
}

body[data-page="pricing"] .pricing-tracks .card-now .price {
  font-size: clamp(3.6rem, 6vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: var(--ink);
  margin: 2px 0 8px;
}

body[data-page="pricing"] .pricing-tracks .card-now h3 {
  font-size: clamp(1.7rem, 2.4vw, 2.1rem);
}

body[data-page="pricing"] .pricing-tracks .card-alt {
  padding: 24px 22px 20px;
}

body[data-page="pricing"] .pricing-tracks .card-alt .price {
  font-size: clamp(2.6rem, 4vw, 3.4rem);
  color: var(--ink);
}

body[data-page="pricing"] .pricing-strip .btn-ghost {
  color: var(--ink);
  border-color: var(--gold);
}

body[data-page="pricing"] .pricing-strip .btn-ghost:hover {
  background: var(--gold);
  color: var(--gold-ink);
}

body[data-page="pricing"] .pricing-waitlist .card-grid {
  grid-template-columns: 1fr 1fr;
}

body[data-page="pricing"] .pricing-waitlist .card .price {
  font-size: clamp(2.4rem, 3.2vw, 3rem);
  color: var(--ink-muted);
}

.waitlist-note {
  margin: 16px 0 0;
  color: var(--faint);
  font-size: 0.9rem;
  font-weight: 700;
  max-width: 46rem;
}

#review,
#app,
#waitlist {
  scroll-margin-top: 128px;
}

.step-later .num {
  color: var(--ink-muted);
}

@media (max-width: 980px) {

  body[data-page="pricing"] .pricing-waitlist .card-grid,
  body[data-page="pricing"] .pricing-tracks {
    grid-template-columns: 1fr;
  }
}
