/* Splash / marketing page. Design tokens (`--haul-*`, `--ink-*`, etc.)
 * live in tokens.css so the rest of the app shares the same palette. */

html { scroll-behavior: smooth; scroll-padding-top: 80px; }
html, body { margin: 0; background: #FAFAF7; color: var(--ink-900); font-family: var(--font); -webkit-font-smoothing: antialiased; }
/* Link reset. Kept at element-only specificity (0,0,0,1) so any class-scoped
 * button rule below (e.g. .splash-btn-primary at 0,0,1,0) overrides the
 * inherited dark text color on <a> buttons. */
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.mono { font-family: ui-monospace, 'SF Mono', Menlo, monospace; letter-spacing: .02em; }

/* ── Nav ─────────────────────────────────────────────────── */
nav.top {
  display:flex; align-items:center; justify-content:space-between;
  padding: 22px 0;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #111827;
}

.brand .dot {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--haul-teal-bright), var(--haul-teal));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 12px rgba(28, 166, 154, 0.35);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: -0.02em;
}

.brand-name {
  white-space: nowrap;
}

.brand-name > span {
  color: var(--haul-teal);
}

.brand--footer {
  font-size: 15px;
}
nav.top ul {
  list-style:none; margin:0; padding:0;
  display:flex; gap:30px; font-size:14px; font-weight:500; color: var(--ink-700);
}
nav.top ul a:hover { color: var(--ink-900); }
.nav-right { display:flex; align-items:center; gap:14px; }
.splash-btn {
  display:inline-flex; align-items:center; gap:8px;
  border-radius: 12px; padding: 11px 18px;
  font-size: 14px; font-weight: 600;
  cursor: pointer; border:none;
  font-family: var(--font);
  transition: transform .12s ease, box-shadow .15s ease, background .15s ease;
  text-decoration: none;
}
.splash-btn:hover { transform: translateY(-1px); }
.splash-btn-primary {
  background: var(--haul-teal); color: #fff;
  box-shadow: 0 4px 14px rgba(28,166,154,.35), inset 0 -1px 0 rgba(0,0,0,.08);
}
.splash-btn-primary:hover { background: var(--haul-teal-bright); }
.splash-btn-ghost { background: transparent; color: var(--ink-900); font-weight: 600; }
.splash-btn-outline { background: #fff; border: 1px solid var(--line); color: var(--ink-900); }
.splash-btn-lg { padding: 15px 26px; font-size: 15px; border-radius: 14px; }

/* ── Hero ────────────────────────────────────────────────── */
.hero {
  padding: 40px 0 28px;
  text-align: center;
}
h1.headline {
  font-size: 60px;
  line-height: 1.05;
  letter-spacing: -.035em;
  font-weight: 700;
  margin: 0 auto 18px;
  max-width: 900px;
  text-wrap: balance;
}
h1.headline .accent { color: var(--haul-teal-deep); }
.amazon, h1.headline .amazon { color: #FF9900; font-weight: 600; }
.cc-green { color: var(--haul-teal); font-weight: 600; }
.aud-amazon { color: #FF9900; font-weight: 700; }
.aud-pin    { color: #E60023; font-weight: 700; }
.aud-deal   { color: #1877F2; font-weight: 700; }
.lede {
  font-size: 19px; line-height: 1.55; color: var(--ink-500);
  max-width: 640px; margin: 0 auto 12px; text-wrap: pretty;
}
.hero .lede:last-of-type { margin-bottom: 28px; }
.hero-ctas { display:inline-flex; align-items:center; gap:14px; }
.hero-ctas .splash-btn { padding: 18px 32px; font-size: 17px; border-radius: 16px; gap: 10px; }
.hero-ctas .splash-btn svg { width: 15px; height: 15px; }

/* ── Full-width product screenshot ──────────────────────── */
.shot-wrap { padding: 24px 0 56px; }
.shot-img {
  display: block;
  width: 100%;
  height: auto;
}

.shot {
  position: relative;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #ECECEC;
  box-shadow:
    0 1px 2px rgba(20,20,40,.04),
    0 40px 80px -28px rgba(20,30,40,.20),
    0 4px 12px rgba(20,30,40,.06);
}
.callout {
  position: absolute;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 16px 12px 12px;
  box-shadow:
    0 18px 36px -10px rgba(20,30,40,.20),
    0 2px 6px rgba(20,30,40,.06);
  display: flex; align-items: center; gap: 12px;
  z-index: 3;
}
.callout .ic {
  width: 36px; height: 36px; border-radius: 10px;
  display:inline-flex; align-items:center; justify-content:center; color:#fff;
  flex-shrink: 0;
}
.callout .sub {
  font-size: 10.5px; font-weight: 700; color: var(--ink-500);
  text-transform: uppercase; letter-spacing: .1em; display: block;
  margin-bottom: 2px;
}
.callout .ttl {
  font-size: 14px; font-weight: 700; letter-spacing: -.005em; color: var(--ink-900);
}
.callout.commission { top: 36px; right: -28px; }
.callout.commission .ic { background: var(--haul-yellow); }
.callout.signal { bottom: 60px; left: -28px; }
.callout.signal .ic { background: var(--haul-orange); }

/* ── Audiences ──────────────────────────────────────────── */
/* Use longhand: shorthand here would zero out .wrap's horizontal padding */
#audiences { padding-top: 32px; padding-bottom: 32px; }
.audiences-head {
  text-align: center;
  padding-top: 72px;
  border-top: 1px solid var(--line);
  margin-bottom: 64px;
}
.audiences-head .eyebrow {
  margin-bottom: 28px;
}
.audiences-head h2 {
  font-size: 64px; line-height: 1.04; letter-spacing: -.035em; font-weight: 700;
  margin: 0 auto 22px; max-width: 980px; text-wrap: balance;
  color: var(--ink-900);
}
.audiences-head h2 .accent { color: var(--haul-teal); }
.audiences-head p {
  font-size: 18px; line-height: 1.55; color: var(--ink-500);
  max-width: 560px; margin: 0 auto;
}
.audiences { display: flex; flex-direction: column; gap: 96px; }
.row {
  display: grid; grid-template-columns: 1fr 1.15fr;
  gap: 64px; align-items: start;
}
.row.reverse { grid-template-columns: 1.15fr 1fr; }
.row.reverse .copy { order: 2; }
.row.reverse .art  { order: 1; }

.copy .aud-eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .16em;
  color: var(--ink-400);
  margin-bottom: 14px;
}
.copy .aud-eyebrow .step {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  color: var(--ink-900); font-weight: 700;
  letter-spacing: .04em;
}
.copy .aud-name {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 40px; font-weight: 800; letter-spacing: -.025em;
  line-height: 1.05; margin: 0 0 14px;
  text-wrap: balance; max-width: 520px;
}
.copy .aud-name .mark {
  display:inline-flex; align-items:center; justify-content:center;
  width: 52px; height: 52px; border-radius: 14px;
  color: #fff; flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
}
.copy .aud-name .mark svg { display: block; }
.row.amazon .aud-name { color: #FF9900; }
.row.amazon .aud-name .mark { background: #FF9900; }
.row.pinterest .aud-name { color: #E60023; }
.row.pinterest .aud-name .mark { background: #E60023; }
.row.deals .aud-name { color: #1877F2; }
.row.deals .aud-name .mark { background: #1877F2; }

.row.deals .aud-name {
  margin-bottom: 10px;
}

.aud-coming-soon-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 16px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(24, 119, 242, 0.42);
  background: #e8f1fd;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1877F2;
}

.aud-coming-soon-asterisk {
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.copy h2.tagline {
  font-size: 28px; line-height: 1.18; letter-spacing: -.02em; font-weight: 700;
  margin: 0 0 18px; text-wrap: balance; max-width: 520px;
  color: var(--ink-900);
}
.copy p.body { font-size: 16px; color: var(--ink-500); line-height: 1.6; margin: 0 0 22px; max-width: 480px; text-wrap: pretty; }
.copy ul.feat-list { list-style: none; margin: 0 0 22px; padding: 0; display: flex; flex-direction: column; gap: 10px; max-width: 480px; }
.copy ul.feat-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: var(--ink-700); line-height: 1.5; }
.copy ul.feat-list li .ck {
  width: 22px; height: 22px; flex-shrink: 0; border-radius: 99px;
  background: var(--haul-teal-soft); color: var(--haul-teal-deep);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 12px; margin-top: 1px;
}
.copy .best-for { max-width: 540px; }
.copy .best-for .lbl {
  display: block;
  font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em;
  color: var(--ink-500);
  margin-bottom: 10px;
}
.copy .best-for .chips { display: flex; flex-wrap: wrap; gap: 8px; }
.copy .best-for .chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 99px;
  padding: 6px 12px 6px 7px;
  font-size: 12.5px; font-weight: 600;
  color: var(--ink-900);
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(20,30,40,.04);
}
.copy .best-for .chip .ico {
  width: 20px; height: 20px; flex-shrink: 0;
  border-radius: 99px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
}
.copy .best-for .chip .ico svg { display: block; }
.row.amazon .best-for .lbl { color: #FF9900; }
.row.amazon .best-for .chip { border-color: rgba(255,153,0,.35); }
.row.amazon .best-for .chip .ico { background: #FF9900; }
.row.pinterest .best-for .lbl { color: #E60023; }
.row.pinterest .best-for .chip { border-color: rgba(230,0,35,.30); }
.row.pinterest .best-for .chip .ico { background: #E60023; }
.row.deals .best-for .lbl { color: #1877F2; }
.row.deals .best-for .chip { border-color: rgba(24,119,242,.32); }
.row.deals .best-for .chip .ico { background: #1877F2; }

.row.amazon .art.art--amazon-shot {
  min-height: 0;
  background: #fff;
  filter: none;
  opacity: 1;
}

.row.amazon .art--amazon-shot .art-shot-img {
  display: block;
  width: 100%;
  height: auto;
}

.row.pinterest .art.art--pinterest-shot {
  min-height: 0;
  background: #fff;
  filter: none;
  opacity: 1;
}

.row.pinterest .art--pinterest-shot .art-shot-img {
  display: block;
  width: 100%;
  height: auto;
}

.row.deals .art.art--deals-shot {
  min-height: 0;
  background: #fff;
  filter: none;
  opacity: 1;
}

.row.deals .art--deals-shot .art-shot-img {
  display: block;
  width: 100%;
  height: auto;
}

.art {
  position: relative;
  border-radius: 20px;
  background: var(--canvas);
  border: 1px solid var(--line);
  box-shadow:
    0 1px 2px rgba(20,30,40,.03),
    0 18px 36px -22px rgba(20,30,40,.14);
  overflow: hidden;
  min-height: 460px;
  filter: saturate(.55);
  opacity: .92;
  transition: filter .25s ease, opacity .25s ease;
}
.art:hover { filter: saturate(1); opacity: 1; }
.app {
  width: 168%;
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: 460px;
}
.app-side {
  background: #fff;
  border-right: 1px solid var(--line);
  padding: 18px 16px;
  display: flex; flex-direction: column; gap: 16px;
}
.app-brand {
  font-size: 15px; font-weight: 700; letter-spacing: -.01em;
  line-height: 1.1;
}
.app-brand span { color: var(--haul-teal); }
.app-brand .sub {
  display:block; font-size: 10.5px; color: var(--ink-500); font-weight: 500;
  margin-top: 3px; letter-spacing: 0;
}
.app-tabs {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4px;
  background: var(--line-2); border-radius: 10px; padding: 4px;
}
.app-tab {
  padding: 7px 6px; border-radius: 8px; text-align: center;
  font-size: 11.5px; font-weight: 600; color: var(--ink-500);
}
.app-tab.on { background: #fff; color: var(--ink-900); box-shadow: 0 1px 2px rgba(0,0,0,.06); }
.app-tab.on .tabDot { color: var(--haul-teal); }
.app-sec h4 {
  font-size: 12.5px; font-weight: 700; margin: 0 0 9px;
  letter-spacing: -.005em;
}
.app-row { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.app-input {
  background:#fff; border: 1px solid var(--line); border-radius: 9px;
  padding: 7px 9px; font-size: 11.5px;
  display:flex; align-items:center; justify-content: space-between;
}
.app-input .lbl { color: var(--ink-400); font-size: 10.5px; font-weight: 500; }
.app-input .v { font-weight: 700; color: var(--ink-900); }
.app-input.hi .v { color: var(--haul-teal-deep); }
.app-chips { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.app-chip {
  border: 1px solid var(--line); background: #fff;
  border-radius: 9px; padding: 8px 9px; font-size: 11.5px;
  color: var(--ink-700); font-weight: 500;
  display:flex; align-items:center; gap: 6px;
  min-height: 36px;
}
.app-chip.on {
  background: var(--haul-teal-soft); color: var(--haul-teal-deep);
  border-color: rgba(0,112,82,.25); font-weight: 600;
}
.app-chip .ic { width: 13px; height: 13px; flex-shrink: 0; }
.app-divider { height: 1px; background: var(--line); }

.app-main { padding: 18px 22px; display: flex; flex-direction: column; gap: 16px; }
.app-topbar {
  display: flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 0 12px;
}
.app-topbar svg { flex-shrink: 0; color: var(--ink-400); }
.app-topbar input {
  flex: 1; min-width: 0; border: none; outline: none; background: transparent;
  padding: 11px 6px; font-size: 13.5px; font-family: var(--font); color: var(--ink-900);
  font-weight: 500;
}
.app-topbar .ai {
  background: var(--haul-teal-soft); color: var(--haul-teal-deep);
  border: 1px solid rgba(0,112,82,.18);
  border-radius: 99px; padding: 4px 10px; font-size: 11px; font-weight: 700;
  flex-shrink: 0;
}
.app-topbar .btn-find {
  background: var(--haul-teal); color: #fff; border: none;
  border-radius: 9px; padding: 8px 14px; font-size: 12px; font-weight: 600;
  flex-shrink: 0;
}

.tryblock {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 16px 18px 18px;
}
.tryblock-h {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; color: var(--ink-500);
  text-transform: uppercase; letter-spacing: .1em;
  margin-bottom: 12px;
}
.tryblock-h .pulse {
  width: 6px; height: 6px; border-radius: 99px; background: var(--haul-teal);
  box-shadow: 0 0 0 4px rgba(28,166,154,.18);
}
.tryblock ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.tryblock li {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 10px; border-radius: 9px;
  font-size: 13px; color: var(--ink-900);
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  letter-spacing: -.01em; font-weight: 500;
  cursor: default;
}
.tryblock li:hover { background: var(--line-2); }
.tryblock li.hot { background: var(--haul-teal-soft); color: var(--haul-teal-deep); font-weight: 600; }
.tryblock li .arr { color: var(--ink-300); font-size: 12px; }
.tryblock li .meta {
  margin-left: auto; font-family: var(--font); font-size: 11px; font-weight: 600;
  color: var(--ink-500); letter-spacing: 0;
}
.tryblock li.hot .meta { color: var(--haul-teal-deep); }

.peekrow { display: grid; grid-template-columns: repeat(3, minmax(220px, 1fr)); gap: 12px; }
.peek-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.peek-img {
  aspect-ratio: 1.2 / 1;
  background: repeating-linear-gradient(45deg, #F4F1EC 0 6px, #E6E1D7 6px 12px);
  border-bottom: 1px solid var(--line);
  position: relative;
}
.peek-img.b { background: repeating-linear-gradient(135deg, #EDE7F6 0 6px, #D8CDF0 6px 12px); }
.peek-img.c { background: repeating-linear-gradient(45deg, #FFF4E0 0 6px, #FFE3B0 6px 12px); }
.peek-img .badge {
  position: absolute; top: 8px; left: 8px;
  background: #fff; border: 1px solid var(--line);
  border-radius: 99px; padding: 3px 8px;
  font-size: 10px; font-weight: 700; color: var(--ink-900);
}
.peek-img .badge.alt { background: var(--haul-orange); color: #fff; border-color: transparent; }
.peek-body { padding: 10px 12px 12px; }
.peek-title {
  font-size: 12px; font-weight: 600; color: var(--ink-900);
  line-height: 1.3; height: 31px; overflow: hidden;
  margin-bottom: 8px;
}
.peek-stats { display: flex; gap: 10px; font-size: 10.5px; color: var(--ink-500); }
.peek-stats b { color: var(--haul-teal-deep); font-weight: 700; }

.pin-peekrow { display: grid; grid-template-columns: repeat(4, minmax(150px, 1fr)); gap: 10px; align-items: start; }
.pin-card { background: #fff; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 1px 2px rgba(20,30,40,.04); }
.pin-card .pim { background: repeating-linear-gradient(45deg, #FBEFE4 0 6px, #F4D9C2 6px 12px); }
.pin-card .pim.tall { aspect-ratio: .7 / 1; }
.pin-card .pim.med  { aspect-ratio: .85 / 1; }
.pin-card .pim.short{ aspect-ratio: 1 / 1; }
.pin-card.b .pim { background: repeating-linear-gradient(135deg, #E7F2EE 0 6px, #C5DED2 6px 12px); }
.pin-card.c .pim { background: repeating-linear-gradient(45deg, #F0E7F8 0 6px, #D6C5EC 6px 12px); }
.pin-card.d .pim { background: repeating-linear-gradient(135deg, #FFF1DA 0 6px, #FFD8A0 6px 12px); }
.pin-card .pcap { padding: 8px 10px 10px; font-size: 11px; font-weight: 600; color: var(--ink-900); line-height: 1.25; }
.pin-card .pcap .com { display: block; font-size: 10px; color: var(--haul-teal-deep); font-weight: 700; margin-top: 3px; }

.deal-list { display: flex; flex-direction: column; gap: 8px; }
.deal-row {
  display: grid; grid-template-columns: 40px 1fr auto auto;
  align-items: center; gap: 12px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 10px 12px;
}
.deal-row .thumb { width: 40px; height: 40px; border-radius: 8px; background: repeating-linear-gradient(45deg, #FFF4E0 0 6px, #FFE3B0 6px 12px); }
.deal-row.b .thumb { background: repeating-linear-gradient(135deg, #EDE7F6 0 6px, #D8CDF0 6px 12px); }
.deal-row.c .thumb { background: repeating-linear-gradient(45deg, #E6F6F4 0 6px, #B7E4DD 6px 12px); }
.deal-row.d .thumb { background: repeating-linear-gradient(45deg, #FFE9E2 0 6px, #FFB8A4 6px 12px); }
.deal-row .name { font-size: 13px; font-weight: 600; color: var(--ink-900); line-height: 1.25; }
.deal-row .sub  { font-size: 11px; color: var(--ink-500); margin-top: 2px; font-family: ui-monospace, 'SF Mono', Menlo, monospace; }
.deal-row .off { background: var(--haul-orange-soft); color: var(--haul-orange); border-radius: 99px; padding: 4px 10px; font-size: 11px; font-weight: 700; }
.deal-row .cc {
  background: var(--haul-teal-soft); color: var(--haul-teal-deep);
  border: 1px solid rgba(0,112,82,.18);
  border-radius: 99px; padding: 4px 10px;
  font-size: 11px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 5px;
}
.deal-row .cc .d { width: 6px; height: 6px; border-radius: 99px; background: var(--haul-teal); }

/* Desaturate the inline product mocks so the copy stays the focus. */
.art .peek-img,
.art .peek-img.b,
.art .peek-img.c { background: var(--line-2); }
.art .peek-img .badge { background: #fff; color: var(--ink-700); border-color: var(--line); font-weight: 600; }
.art .peek-img .badge.alt { background: var(--ink-500); color: #fff; border-color: transparent; }
.art .peek-stats b { color: var(--ink-900); }
.art .pin-card .pim,
.art .pin-card.b .pim,
.art .pin-card.c .pim,
.art .pin-card.d .pim { background: var(--line-2); }
.art .pin-card .pcap .com { color: var(--ink-500); font-weight: 600; }
.art .deal-row .thumb,
.art .deal-row.b .thumb,
.art .deal-row.c .thumb,
.art .deal-row.d .thumb { background: var(--line-2); }
.art .deal-row .off { background: var(--canvas); color: var(--ink-700); border: 1px solid var(--line); }
.art .deal-row .cc { background: #fff; color: var(--ink-700); border-color: var(--line); }
.art .deal-row .cc .d { background: var(--ink-500); }
.art .app-chip.on,
.art .app-chip.on[style] {
  background: var(--line-2) !important;
  color: var(--ink-900) !important;
  border-color: var(--line) !important;
  font-weight: 600 !important;
}
.art .app-chip.on .ic { color: var(--ink-700); }
.art .app-input.hi .v { color: var(--ink-900); }
.art .app-tab.on .tabDot { color: var(--ink-500); }
.art .app-brand span { color: var(--ink-900); }
.art .app-sec h4 { color: var(--ink-700); }
.art .tryblock-h .pulse,
.art .tryblock-h .pulse[style] {
  background: var(--ink-500) !important;
  box-shadow: 0 0 0 4px rgba(20,30,40,.06) !important;
}
.art .tryblock li.hot,
.art .tryblock li.hot[style] {
  background: var(--line-2) !important;
  color: var(--ink-900) !important;
}
.art .tryblock li.hot .meta,
.art .tryblock li.hot .meta[style] { color: var(--ink-700) !important; }
.art .app-topbar .ai { background: var(--canvas); color: var(--ink-700); border-color: var(--line); }
.art .app-topbar .btn-find { background: var(--ink-900); box-shadow: none; }

/* ── Pricing ────────────────────────────────────────────── */
#pricing { padding-top: 72px; padding-bottom: 40px; border-top: 1px solid var(--line); margin-top: 32px; }
#pricing .pricing-hero { text-align: center; padding: 0 0 12px; }
.eyebrow {
  display:inline-flex; align-items:center; gap:8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 6px 14px;
  font-size: 12px; font-weight: 700;
  color: var(--haul-teal);
  box-shadow: var(--shadow-soft);
  margin-bottom: 24px;
  text-transform: uppercase; letter-spacing: .12em;
}
#pricing h1.pricing-title { font-size: 60px; line-height: 1.04; letter-spacing: -.032em; font-weight: 700; margin: 0 0 18px; text-wrap: balance; }
#pricing h1.pricing-title .accent { color: var(--haul-teal); }
#pricing .lede { font-size: 18px; line-height: 1.55; color: var(--ink-500); max-width: 600px; margin: 0 auto 8px; text-wrap: pretty; }

.plan-wrap { display: flex; justify-content: center; margin: 16px 0 24px; }
.plan {
  width: 100%; max-width: 980px;
  background: #fff;
  color: var(--ink-900);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 0;
  position: relative;
  box-shadow:
    0 1px 2px rgba(20,30,40,.04),
    0 30px 70px -28px rgba(20,30,40,.18),
    0 4px 12px rgba(20,30,40,.05);
  overflow: hidden;
}
.plan::before {
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(700px 320px at 100% 0%, rgba(28,166,154,.06), transparent 60%),
    radial-gradient(500px 240px at 0% 100%, rgba(255,177,25,.05), transparent 60%);
  pointer-events:none;
}
.plan-head { position: relative; padding: 36px 44px 28px; text-align: center; }
.plan-name {
  font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em;
  color: var(--haul-teal-deep);
  margin-bottom: 14px;
}
.plan-trial {
  display:inline-flex; align-items:center; gap:8px;
  background: var(--haul-teal-soft); color: var(--haul-teal-deep);
  border: 1px solid rgba(0,112,82,.18);
  font-size: 12px; font-weight: 700;
  padding: 6px 12px; border-radius: 99px;
  text-transform: uppercase; letter-spacing: .1em;
  margin-bottom: 16px;
}
.plan-trial .pulse {
  width: 7px; height: 7px; border-radius: 99px; background: var(--haul-teal);
  box-shadow: 0 0 0 4px rgba(28,166,154,.18);
}
.plan-title {
  font-size: 32px; font-weight: 700; line-height: 1.15; letter-spacing: -.02em;
  margin: 0 auto 8px; max-width: 580px; color: var(--ink-900);
}
.plan-sum { font-size: 15px; color: var(--ink-500); margin: 0 auto; max-width: 540px; line-height: 1.5; }

.plan-divider { position: relative; height: 1px; background: var(--line); margin: 0 44px; }

.billing-row { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 28px 44px 28px; }
.bill-card {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 18px;
  padding: 22px 22px 22px;
  display: flex; flex-direction: column; gap: 14px;
  position: relative;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.bill-card.best {
  border-color: var(--haul-teal);
  background: linear-gradient(180deg, var(--haul-teal-soft) 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(28,166,154,.35), 0 14px 30px -12px rgba(28,166,154,.22);
}
.bill-card .bill-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.bill-card .bill-name {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em;
  color: var(--ink-500);
}
.bill-card.best .bill-name { color: var(--haul-teal-deep); }
.bill-card .best-badge {
  background: var(--haul-yellow); color: #1D1D1F;
  font-size: 10px; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase;
  padding: 3px 8px; border-radius: 99px;
  box-shadow: 0 2px 6px rgba(255,177,25,.35);
  white-space: nowrap;
}
.bill-card .price-block { display: flex; align-items: baseline; gap: 6px; white-space: nowrap; }
.bill-card .currency { font-size: 22px; font-weight: 600; color: var(--ink-700); }
.bill-card .amount { font-size: 52px; font-weight: 700; letter-spacing: -.035em; line-height: .95; color: var(--ink-900); font-feature-settings: "tnum"; }
.bill-card.best .currency,
.bill-card.best .amount { color: var(--haul-teal); }
.bill-card .per { font-size: 13px; color: var(--ink-500); font-weight: 500; margin-left: 4px; }
.bill-card .bill-meta { font-size: 13px; color: var(--ink-500); line-height: 1.45; min-height: 38px; }
.bill-card .bill-meta b { color: var(--ink-900); font-weight: 600; }
.bill-card .cta {
  width: 100%; padding: 14px; border-radius: 12px;
  cursor: pointer; font-family: var(--font);
  font-size: 14px; font-weight: 700;
  transition: all .15s ease;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: #fff; color: var(--ink-900);
  border: 1px solid var(--line);
  text-decoration: none;
}
.bill-card .cta:hover { background: var(--canvas); transform: translateY(-1px); }
.bill-card.best .cta {
  background: var(--haul-teal); color: #fff;
  border: none;
  box-shadow: 0 4px 14px rgba(28,166,154,.35), inset 0 -1px 0 rgba(0,0,0,.08);
}
.bill-card.best .cta:hover { background: var(--haul-teal-bright); }

.plan-trial-note { position: relative; text-align: center; padding: 0 44px 28px; font-size: 13px; color: var(--ink-500); }
.plan-trial-note b { color: var(--ink-900); font-weight: 600; }

.plan-feats {
  position: relative;
  padding: 28px 44px 36px;
  background: var(--canvas);
  border-top: 1px solid var(--line);
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px 48px;
}
.feat-head {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em;
  color: var(--haul-teal);
  margin-bottom: 14px;
}
.plan ul.feats { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.plan ul.feats li {
  display: flex; gap: 11px; align-items: flex-start;
  font-size: 14px; line-height: 1.45; color: var(--ink-700);
}
.plan ul.feats li .check {
  width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px;
  border-radius: 99px;
  background: var(--haul-teal-soft); color: var(--haul-teal-deep);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 11px;
}
.plan ul.feats li b { color: var(--ink-900); font-weight: 600; }

.income-callout {
  margin: 40px auto 0;
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  padding: 26px 32px;
  display: flex; align-items: center; justify-content: center; gap: 22px;
  max-width: 800px;
  box-shadow: var(--shadow-soft);
}
.income-callout .ic {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--haul-yellow-soft); color: #7A4F00;
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.income-callout .body { font-size: 14.5px; line-height: 1.5; color: var(--ink-700); }
.income-callout b { color: var(--ink-900); font-weight: 700; }

/* ── FAQ ────────────────────────────────────────────────── */
.faq { padding: 60px 0 60px; }
.sec-head { text-align: center; margin-bottom: 40px; }
.sec-eyebrow {
  text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 700;
  color: var(--haul-teal); margin-bottom: 14px;
}
.faq h2 { font-size: 40px; line-height: 1.08; letter-spacing: -.025em; font-weight: 700; margin: 0; text-wrap: balance; }
.faq-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
  margin-top: 24px;
}
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 20px 22px;
  transition: box-shadow .15s ease;
}
.faq details[open] { box-shadow: var(--shadow-soft); }
.faq details summary {
  cursor: pointer; font-weight: 600; font-size: 15.5px;
  list-style: none; display: flex; justify-content: space-between; align-items: center;
  letter-spacing: -.005em;
}
.faq details summary::-webkit-details-marker { display: none; }
.faq details summary::after {
  content: "+"; font-size: 22px; font-weight: 400; color: var(--ink-400);
  transition: transform .2s ease;
  line-height: 1;
}
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 14px 0 0; color: var(--ink-500); font-size: 14px; line-height: 1.6; }

/* ── Final CTA ──────────────────────────────────────────── */
.final {
  background: #fff;
  color: var(--ink-900);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 56px 48px;
  text-align: center;
  margin: 40px 0 56px;
  box-shadow: var(--shadow-soft);
}
.final h2 { font-size: 38px; letter-spacing: -.025em; line-height: 1.1; max-width: 720px; margin: 0 auto 14px; text-wrap: balance; }
.final h2 .accent { color: var(--ink-900); }
.final h2 span:not(.accent) { color: var(--haul-teal); }
.final p { color: var(--ink-500); font-size: 16px; max-width: 480px; margin: 0 auto 26px; line-height: 1.55; }
.final .ctas { display: inline-flex; gap: 12px; align-items: center; }

/* ── Footer ─────────────────────────────────────────────── */
.splash-footer { padding: 32px 0 36px; color: var(--ink-500); font-size: 13px; }
.splash-footer .foot-grid {
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.splash-footer ul { list-style:none; padding:0; margin:0; display:flex; gap:24px; }

@media (max-width: 980px) {
  nav.top ul { display: none; }
  h1.headline { font-size: 40px; }
  .callout { display: none; }
  .row, .row.reverse { grid-template-columns: 1fr; gap: 28px; }
  .row.reverse .copy { order: 1; }
  .row.reverse .art  { order: 2; }
  .copy h2.tagline { font-size: 22px; }
  .audiences-head h2 { font-size: 40px; }
  .app { width: 140%; }
  #pricing h1.pricing-title { font-size: 42px; }
  .billing-row { grid-template-columns: 1fr; padding: 24px 24px 28px; }
  .plan-head { padding: 32px 24px 22px; }
  .plan-divider { margin: 0 24px; }
  .plan-feats { grid-template-columns: 1fr; padding: 24px 24px 32px; gap: 24px; }
  .plan-trial-note { padding: 0 24px 24px; }
  .faq-grid { grid-template-columns: 1fr; }
  .final { padding: 40px 28px; }
  .final h2 { font-size: 28px; }
}
@media (max-width: 620px) {
  /* Tighter side gutter — 32px is too much on phones */
  .wrap { padding: 0 18px; }

  /* Nav: shrink brand + buttons so they fit on one row */
  nav.top { padding: 14px 0; }
  .brand { font-size: 16px; gap: 8px; }
  .brand .dot { width: 26px; height: 26px; font-size: 11px; }
  .nav-right { gap: 8px; }
  .nav-right .splash-btn { padding: 9px 12px; font-size: 13px; gap: 6px; }

  /* Hero */
  .hero { padding: 24px 0 16px; }
  h1.headline { font-size: 30px; }
  .lede { font-size: 16px; }
  .hero-ctas {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 10px;
  }
  .hero-ctas .splash-btn {
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
    justify-content: center;
  }

  /* Product screenshot */
  .shot-wrap { padding: 12px 0 32px; }
  .shot { border-radius: 16px; }

  /* Audiences */
  .audiences-head { padding-top: 40px; margin-bottom: 36px; }
  .audiences-head h2 { font-size: 28px; }
  .audiences-head p { font-size: 16px; }
  .audiences { gap: 48px; }
  .copy .aud-name { font-size: 26px; gap: 10px; }
  .copy .aud-name .mark { width: 40px; height: 40px; border-radius: 12px; }
  .copy .aud-name .mark svg { width: 20px; height: 20px; }
  .copy h2.tagline { font-size: 20px; }
  .copy ul.feat-list li { font-size: 14px; }
  .copy .best-for .chip { font-size: 12px; }

  /* Pricing */
  #pricing { padding-top: 40px; padding-bottom: 24px; margin-top: 16px; }
  #pricing h1.pricing-title { font-size: 30px; }
  #pricing .lede { font-size: 15px; }
  .plan { border-radius: 20px; }
  .plan-head { padding: 24px 18px 18px; }
  .plan-title { font-size: 22px; }
  .plan-divider { margin: 0 18px; }
  .billing-row { padding: 20px 18px; gap: 14px; }
  .bill-card { padding: 18px; }
  .bill-card .amount { font-size: 40px; }
  .bill-card .currency { font-size: 18px; }
  .bill-card .cta { padding: 12px; font-size: 13px; }
  .plan-feats { padding: 22px 18px 28px; gap: 20px; }
  .plan ul.feats li { font-size: 13.5px; }

  /* FAQ */
  .faq { padding: 36px 0 36px; }
  .sec-head { margin-bottom: 24px; }
  .faq h2 { font-size: 26px; }
  .faq details { padding: 16px 18px; }
  .faq details summary { font-size: 14.5px; }
  .faq details p { font-size: 13.5px; }

  /* Final CTA */
  .final { padding: 32px 20px; border-radius: 18px; margin: 28px 0 36px; }
  .final h2 { font-size: 22px; }
  .final p { font-size: 14.5px; }
  .final .ctas {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 10px;
  }
  .final .ctas .splash-btn {
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
    justify-content: center;
  }

  /* Footer */
  .splash-footer { padding: 24px 0 28px; }
  .splash-footer .foot-grid {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
    padding-top: 20px;
  }
  .splash-footer ul { gap: 16px; flex-wrap: wrap; justify-content: center; }
}
