* { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
    --ink: #14161a;
    --blue: #2968ff;
    --blue-dark: #1b50d4;
    --blue-tint: rgba(41, 104, 255, 0.07);
    --green: #0e8a4a;
    --muted: #5e6675;
    --paper: #fbfaf8;
    --chip: #f4f2ee;
    --border: #e7e3dc;
    --serif: 'Newsreader', Georgia, 'Times New Roman', serif;
  }
  html { scroll-behavior: smooth; }
  body {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: var(--ink); background: var(--paper); line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }
  a { color: inherit; text-decoration: none; }
  .wrap { max-width: 1080px; margin: 0 auto; padding: 0 28px; }
  h1, h2, h3.serif { font-family: var(--serif); font-weight: 400; letter-spacing: -0.015em; }

  /* ---- Nav ---- */
  header { position: sticky; top: 0; z-index: 20; background: rgba(251,250,248,0.88); backdrop-filter: blur(10px); border-bottom: 1px solid transparent; }
  header.stuck { border-bottom-color: var(--border); }
  .nav-inner { max-width: 1080px; margin: 0 auto; padding: 16px 28px; display: flex; align-items: center; justify-content: space-between; }
  .wordmark { display: flex; align-items: baseline; gap: 9px; }
  .wordmark .bp { font-size: 20px; font-weight: 700; letter-spacing: -0.03em; }
  .wordmark .bp span { color: var(--blue); }
  .wordmark .by { font-size: 11.5px; color: var(--muted); }
  nav { display: flex; align-items: center; gap: 26px; font-size: 14.5px; }
  nav a.nav-link { color: var(--muted); }
  nav a.nav-link:hover { color: var(--ink); }
  @media (max-width: 800px) { nav a.nav-link { display: none; } }
  .btn {
    display: inline-block; border-radius: 40px; font-weight: 600; font-size: 14.5px;
    padding: 11px 24px; cursor: pointer; border: 1px solid transparent; transition: all .16s;
  }
  .btn-solid { background: var(--blue); color: #fff; }
  .btn-solid:hover { background: var(--blue-dark); }
  .btn-tint { background: var(--blue-tint); color: var(--blue); }
  .btn-tint:hover { background: rgba(41,104,255,0.13); }
  .btn-line { background: transparent; color: var(--ink); border-color: var(--border); }
  .btn-line:hover { background: var(--chip); }
  nav .btn { padding: 9px 20px; }

  /* ---- Hero ---- */
  /* Vertical-only padding: these classes are combined with .wrap, and a
     `padding` shorthand here would override .wrap's horizontal padding,
     dropping content onto the screen edge. */
  .hero { text-align: center; padding-top: 76px; padding-bottom: 18px; }
  h1 { font-size: clamp(38px, 6vw, 62px); line-height: 1.08; max-width: 860px; margin: 0 auto 20px; }
  .hero .sub { font-size: 18px; color: var(--muted); max-width: 560px; margin: 0 auto 28px; }
  .hero .ctas { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
  .prod-tag {
    display: inline-flex; align-items: center; gap: 8px; margin-top: 34px;
    font-size: 14px; font-weight: 600; color: var(--muted);
  }
  .prod-tag .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }

  /* ---- Hero offer mock ---- */
  .stage { padding-top: 26px; padding-bottom: 72px; display: flex; justify-content: center; }
  .offer-card {
    width: 100%; max-width: 408px; background: #fff; border: 1px solid #e6eaf0;
    border-radius: 16px; padding: 20px; text-align: left; font-size: 14px;
    box-shadow: 0 18px 50px rgba(20,22,26,0.09);
  }
  .oc-head { display: flex; align-items: center; gap: 9px; margin-bottom: 13px; }
  .oc-mark { width: 30px; height: 30px; border-radius: 9px; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; flex: none; }
  .oc-title { font-weight: 700; font-size: 14.5px; }
  .oc-title span { color: var(--muted); font-weight: 500; font-size: 12.5px; }
  .oc-row { display: flex; gap: 10px; padding: 6px 0; align-items: flex-start; }
  .oc-row .tick { flex: none; margin-top: 2px; }
  .oc-row b { font-weight: 650; }
  .oc-row .s { display: block; color: var(--muted); font-size: 12.5px; }
  .oc-green { color: var(--green); font-weight: 700; }
  .oc-price { display: flex; align-items: baseline; gap: 6px; margin: 13px 0; padding-top: 13px; border-top: 1px solid #e6eaf0; }
  .oc-price .amt { font-size: 18px; font-weight: 800; }
  .oc-price .per { color: var(--muted); font-size: 12.5px; }
  .oc-btn { display: block; width: 100%; border-radius: 40px; background: var(--blue); color: #fff; text-align: center; padding: 12px; font-weight: 700; font-size: 14.5px; }
  .oc-foot { text-align: center; color: var(--muted); font-size: 11.5px; margin-top: 10px; }

  /* ---- Sections ---- */
  section.band { padding-top: 80px; padding-bottom: 80px; }
  .band.tint { background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  h2 { font-size: clamp(28px, 4.2vw, 42px); line-height: 1.14; }
  .sec-head { max-width: 680px; margin-bottom: 42px; }
  .sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
  .sec-head p { font-size: 17px; color: var(--muted); margin-top: 12px; }
  .eyebrow { font-size: 12.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue); margin-bottom: 14px; }

  /* ---- Benefit grid ---- */
  .bgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  @media (max-width: 940px) { .bgrid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 540px) { .bgrid { grid-template-columns: 1fr; } }
  .bcard .ico { width: 40px; height: 40px; border-radius: 12px; background: var(--blue-tint); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
  .bcard h3 { font-size: 16px; font-weight: 700; margin-bottom: 5px; }
  .bcard p { font-size: 14px; color: var(--muted); }
  .bcard .tagline { display: inline-block; margin-top: 8px; font-size: 12px; font-weight: 700; color: var(--green); }

  /* ---- Flow ---- */
  .flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
  @media (max-width: 900px) { .flow { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 480px) { .flow { grid-template-columns: 1fr; } }
  .fstep { background: var(--paper); border: 1px solid var(--border); border-radius: 16px; padding: 24px; }
  .band.tint .fstep { background: var(--paper); }
  .fstep .n { font-family: var(--serif); font-size: 34px; color: var(--blue); line-height: 1; margin-bottom: 12px; }
  .fstep h3 { font-size: 15.5px; font-weight: 700; margin-bottom: 6px; }
  .fstep p { font-size: 14px; color: var(--muted); }
  .fstep .amt { color: var(--green); font-weight: 700; }

  /* ---- Two surfaces ---- */
  .surfaces { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  @media (max-width: 860px) { .surfaces { grid-template-columns: 1fr; } }
  .surface { background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 30px; display: flex; flex-direction: column; }
  .band.tint .surface { background: var(--paper); }
  .stag { align-self: flex-start; background: var(--blue-tint); color: var(--blue); border-radius: 40px; font-size: 12px; font-weight: 700; padding: 6px 14px; margin-bottom: 16px; }
  .surface h3 { font-family: var(--serif); font-size: 24px; font-weight: 400; margin-bottom: 8px; letter-spacing: -0.01em; }
  .surface .who { font-size: 13.5px; color: var(--muted); margin-bottom: 18px; }
  .surface ul { list-style: none; display: grid; gap: 10px; margin-bottom: 20px; }
  .surface li { font-size: 14.5px; color: var(--muted); padding-left: 25px; position: relative; }
  .surface li b { color: var(--ink); font-weight: 650; }
  .surface li::before { content: ""; position: absolute; left: 1px; top: 7px; width: 13px; height: 7px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg); }
  .surface .pill-link { margin-top: auto; align-self: flex-start; }

  /* ---- Big statement ---- */
  .statement { background: var(--ink); color: #fff; padding-top: 84px; padding-bottom: 84px; text-align: center; }
  .statement h2 { color: #fff; max-width: 780px; margin: 0 auto 14px; }
  .statement p { color: #a4adbb; font-size: 17px; max-width: 560px; margin: 0 auto 30px; }
  .statement .btn-solid { background: #fff; color: var(--ink); }
  .statement .btn-solid:hover { background: #e9ecf1; }
  .stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; max-width: 800px; margin: 46px auto 0; }
  @media (max-width: 700px) { .stats { grid-template-columns: 1fr; gap: 30px; } }
  .stat .big { font-family: var(--serif); font-size: 44px; line-height: 1; color: #fff; }
  .stat .lbl { font-size: 14px; color: #a4adbb; margin-top: 8px; }

  /* ---- Install ---- */
  .install-card { background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 32px; }
  .band.tint .install-card { background: var(--paper); }
  .codeblock { position: relative; background: #14161a; border-radius: 14px; padding: 22px 110px 22px 22px; overflow-x: auto; margin-top: 20px; }
  .codeblock code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 13px; line-height: 1.75; color: #d7e0ea; white-space: pre; display: block; }
  .codeblock .tag { color: #7ea6ff; } .codeblock .attr { color: #8fd6a8; }
  .codeblock .val { color: #ffce85; } .codeblock .you { color: #ff9f9f; font-weight: 700; }
  .copy-btn { position: absolute; top: 16px; right: 16px; background: #262b33; color: #e8edf2; border: 1px solid #39414d; border-radius: 40px; font-size: 13px; font-weight: 600; padding: 7px 16px; cursor: pointer; font-family: inherit; }
  .copy-btn:hover { background: #30363f; }
  .copy-btn.copied { background: var(--green); border-color: var(--green); color: #fff; }
  @media (max-width: 560px) { .codeblock { padding: 54px 16px 16px; } .copy-btn { top: 12px; right: 12px; } }
  .notes { margin-top: 18px; display: grid; gap: 7px; font-size: 13.5px; color: var(--muted); }
  .notes b { color: var(--ink); font-weight: 600; }
  .notes code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12.5px; background: var(--chip); border: 1px solid var(--border); border-radius: 5px; padding: 1px 6px; }

  /* ---- Terms row ---- */
  .terms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
  @media (max-width: 800px) { .terms-grid { grid-template-columns: 1fr; } }
  .term h3 { font-size: 15.5px; font-weight: 700; margin-bottom: 6px; }
  .term p { font-size: 14px; color: var(--muted); }

  /* ---- Final CTA + footer ---- */
  .final { text-align: center; padding-top: 88px; padding-bottom: 88px; }
  .final h2 { max-width: 760px; margin: 0 auto 14px; }
  .final p { color: var(--muted); font-size: 17px; margin-bottom: 28px; }
  footer { border-top: 1px solid var(--border); padding-top: 30px; padding-bottom: 30px; }
  .foot-inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--muted); }
  .foot-inner a { color: var(--muted); } .foot-inner a:hover { color: var(--ink); }

/* ---- Use-case page additions ---- */
.uc-hero { text-align: left; padding-top: 64px; padding-bottom: 8px; }
.uc-hero h1 { margin-left: 0; margin-right: 0; max-width: 760px; }
.uc-hero .sub { margin-left: 0; margin-right: 0; text-align: left; max-width: 620px; }
.uc-hero .ctas { justify-content: flex-start; }
.crumb { font-size: 12.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 16px; }
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 44px; align-items: start; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 30px; } }
.split .offer-card { max-width: 420px; }
.pain { display: grid; gap: 14px; }
.pain-row { display: flex; gap: 14px; align-items: flex-start; background: var(--paper);
  border: 1px solid var(--border); border-radius: 16px; padding: 20px 22px; }
.band.tint .pain-row { background: var(--paper); }
.pain-row .pn { font-family: var(--serif); font-size: 26px; color: var(--blue); line-height: 1; flex: none; width: 30px; }
.pain-row h3 { font-size: 15.5px; font-weight: 700; margin-bottom: 4px; }
.pain-row p { font-size: 14px; color: var(--muted); }
.switcher { display: inline-flex; background: var(--chip); border: 1px solid var(--border);
  border-radius: 40px; padding: 4px; gap: 4px; }
.switcher a { font-size: 13.5px; font-weight: 600; padding: 8px 16px; border-radius: 40px; color: var(--muted); }
.switcher a.on { background: #fff; color: var(--ink); box-shadow: 0 1px 3px rgba(20,22,26,.08); }
.switcher a:hover:not(.on) { color: var(--ink); }
.uc-switch-wrap { text-align: center; padding-top: 34px; }

/* ---- Elevated landing additions ---- */
.hero h1 { font-size: clamp(38px, 6vw, 64px); line-height: 1.06; }
.hero .sub em { font-family: var(--serif); font-style: italic; }
.mock-panel {
  background: linear-gradient(160deg, #eef1f8 0%, #f6f2ea 100%);
  border: 1px solid var(--border); border-radius: 24px;
  padding: 28px 24px 20px; display: flex; flex-direction: column; align-items: center;
}
@media (max-width: 640px) { .mock-panel { padding: 14px 10px 18px; border-radius: 16px; } }
.mock-caption { margin-top: 16px; font-size: 13px; color: var(--muted); font-style: italic; font-family: var(--serif); }
.press { text-align: center; padding: 44px 28px 10px; }
.press-lead { font-size: 14px; color: var(--muted); margin-bottom: 18px; }
.press-lead b { color: var(--ink); }
.press-row { display: flex; justify-content: center; align-items: baseline; gap: 34px; flex-wrap: wrap; }
.press-row span {
  font-family: var(--serif); font-size: 17px; color: var(--muted); opacity: .75;
  letter-spacing: .01em; white-space: nowrap;
}
.eyebrow.sq::before {
  content: ""; display: inline-block; width: 9px; height: 9px; background: var(--blue);
  margin-right: 9px; vertical-align: baseline;
}
.statement-quote {
  font-size: clamp(21px, 3vw, 30px); line-height: 1.45; max-width: 880px; margin-top: 18px;
  font-weight: 400; color: var(--muted);
}
.statement-quote b { color: var(--ink); font-weight: 600; }
.earn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 820px) { .earn-grid { grid-template-columns: 1fr; } }
.earn { border: 1px solid var(--border); border-radius: 16px; padding: 26px; background: #fff; }
.earn h3 { font-size: 17px; font-weight: 650; margin-bottom: 8px; letter-spacing: -0.01em; }
.earn p { font-size: 14.5px; color: var(--muted); }
.faq { max-width: 760px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--border); }
.faq details:first-child { border-top: 1px solid var(--border); }
.faq summary {
  cursor: pointer; list-style: none; font-weight: 600; font-size: 16.5px;
  padding: 20px 34px 20px 2px; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-size: 22px; font-weight: 400; color: var(--blue); transition: transform .18s;
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { padding: 0 2px 22px; color: var(--muted); font-size: 15px; max-width: 68ch; }
.statement .stats { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 860px) { .statement .stats { grid-template-columns: repeat(2, 1fr); } }

/* ---- Who it's for ---- */
.hero-eyebrow { margin-bottom: 18px; }
.cats { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 820px; margin: 0 auto 26px; }
.cats span {
  font-size: 14px; font-weight: 600; color: var(--ink); background: #fff;
  border: 1px solid var(--border); border-radius: 999px; padding: 9px 16px;
}
.fit-test { max-width: 720px; margin: 0 auto; text-align: center; font-size: 16px; color: var(--muted); line-height: 1.6; }
.fit-test b { color: var(--ink); font-weight: 650; }

/* ---- Customer journey (phone strip) ---- */
.journey { padding-bottom: 64px; }
.jtabs { display: flex; justify-content: center; gap: 4px; border-bottom: 1px solid var(--border); margin: 6px auto 18px; max-width: 760px; overflow-x: auto; }
.jtabs button {
  background: none; border: 0; font: inherit; font-size: 15px; font-weight: 500; color: var(--muted);
  padding: 10px 16px 14px; cursor: pointer; white-space: nowrap; position: relative;
}
.jtabs button.on { color: var(--blue); font-weight: 600; }
.jtabs button.on::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: -1px; height: 2px; background: var(--blue); }
.jtabs button:focus-visible { outline: 2px solid var(--blue); outline-offset: -2px; border-radius: 6px; }
.jdesc { text-align: center; color: var(--muted); font-size: 16.5px; margin: 0 0 30px; min-height: 26px; }
.jrow {
  display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x proximity;
  padding: 10px max(28px, calc((100vw - 1380px) / 2 + 28px)) 26px; scrollbar-width: none;
}
.jrow::-webkit-scrollbar { display: none; }
.ph {
  flex: none; width: 252px; scroll-snap-align: center; background: #fff; border-radius: 28px;
  border: 1px solid var(--border); box-shadow: 0 10px 30px rgba(20,24,32,.08); overflow: hidden;
  font-size: 12px; color: var(--ink); transition: box-shadow .25s, transform .25s;
}
.ph.on { box-shadow: 0 0 0 2px var(--blue), 0 18px 40px rgba(41,104,255,.16); }
.ph-bar { display: flex; justify-content: space-between; padding: 12px 18px 4px; font-size: 11px; font-weight: 600; color: var(--ink); }
.ph-sheet { padding: 14px 14px 16px; border-top: 1px solid var(--border); background: #fff; }
.ph-btn { border-radius: 999px; padding: 10px; text-align: center; font-weight: 700; font-size: 12px; }
.ph-btn.dark { background: #14161a; color: #fff; }
.ph-btn.blue { background: var(--blue); color: #fff; }
.ph-link { text-align: center; color: var(--muted); font-size: 10.5px; margin-top: 8px; }
.hello { color: var(--muted); font-size: 11px; }
.ph-h { font-weight: 700; font-size: 14.5px; line-height: 1.3; margin: 2px 0 10px; }
.ph-h em { color: var(--blue); font-style: normal; }
.earned { padding: 10px 0 8px; border-top: 1px solid var(--border); }
.earned span { color: var(--muted); font-size: 10.5px; display: block; }
.earned .big { font-size: 32px; font-weight: 800; letter-spacing: -.02em; line-height: 1.1; margin: 2px 0; }
.mini-rows { display: grid; gap: 6px; margin: 8px 0 12px; font-size: 11px; }
.mini-rows i.ok, .tl i { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 7px; vertical-align: -1px; }
.mini-rows i.ok { background: #0e8a4a; }
.tl { display: grid; gap: 10px; margin: 4px 0 14px; }
.tl > div { display: grid; grid-template-columns: 17px 1fr auto; align-items: center; font-size: 11px; color: var(--muted); }
.tl > div b { color: var(--ink); font-weight: 600; }
.tl i { border: 2px solid #c9cfda; }
.tl .done i { background: #0e8a4a; border-color: #0e8a4a; }
.tl .now i { background: var(--blue); border-color: var(--blue); box-shadow: 0 0 0 3px rgba(41,104,255,.2); }
.ph-foot { text-align: center; color: var(--muted); font-size: 10px; margin-top: 8px; }
.deal { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; border-top: 1px solid var(--border); }
.deal > div:first-child { display: flex; flex-direction: column; }
.deal span { color: var(--muted); font-size: 10.5px; }
.deal .pr { text-align: right; }
.deal .pr s { color: var(--muted); font-size: 10.5px; margin-right: 4px; }
.deal .pr b { font-size: 15px; }
.deal + .ph-btn { margin-top: 10px; }
.opts { display: grid; gap: 7px; margin-bottom: 10px; }
.opts div { border: 1px solid var(--border); border-radius: 9px; padding: 9px 10px; font-size: 11.5px; }
.opts .sel { background: #f1f3f7; border-color: #cfd6e3; font-weight: 600; }
.ret-note { font-size: 11px; color: var(--blue); font-weight: 600; margin-bottom: 10px; }
@media (max-width: 640px) { .jtabs { justify-content: flex-start; } .ph { width: 236px; } }

/* ---- Coexist line, who-pays block, compare table, fine print ---- */
.hero .coexist { max-width: 640px; margin: -10px auto 26px; font-size: 15px; color: var(--muted); }
.hero .coexist b { color: var(--ink); font-weight: 650; }
.whopays { padding: 6px 28px 34px; }
.wp { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 14px; align-items: stretch; max-width: 980px; margin: 0 auto; }
@media (max-width: 820px) { .wp { grid-template-columns: 1fr; } .wp-arrow { transform: rotate(90deg); text-align: center; } }
.wp-col { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 20px 22px; }
.wp-col.you { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(41,104,255,.08); }
.wp-k { font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.wp-col.you .wp-k { color: var(--blue); }
.wp-v { font-family: var(--serif); font-size: 28px; line-height: 1.1; margin: 6px 0 8px; }
.wp-s { font-size: 13.5px; color: var(--muted); line-height: 1.5; }
.wp-arrow { align-self: center; font-size: 26px; color: var(--muted); }
.wp-note { text-align: center; font-size: 13px; color: var(--muted); font-style: italic; font-family: var(--serif); margin: 16px 0 0; }
.cmp-wrap { overflow-x: auto; max-width: 900px; margin: 0 auto; }
.cmp { width: 100%; border-collapse: collapse; font-size: 14.5px; background: #fff; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.cmp th, .cmp td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--border); vertical-align: top; }
.cmp th { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); background: var(--paper); }
.cmp td:first-child { font-weight: 600; color: var(--ink); width: 34%; }
.cmp td:nth-child(2) { color: var(--muted); }
.cmp .us { background: #eef4ff; color: var(--ink); font-weight: 600; }
.cmp th.us { color: var(--blue); }
.cmp tr:last-child td { border-bottom: 0; }
.not-ins { max-width: 760px; margin: 26px auto 0; text-align: center; font-size: 15.5px; color: var(--muted); line-height: 1.6; }
.not-ins b { color: var(--ink); }
.fp { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 980px; margin: 0 auto; }
@media (max-width: 860px) { .fp { grid-template-columns: 1fr; } }
.fp > div { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 18px 20px; display: flex; flex-direction: column; gap: 6px; }
.fp b { font-size: 15px; }
.fp span { font-size: 13.5px; color: var(--muted); line-height: 1.5; }

/* ---- Hero: Shopify-style checkout mock ---- */
.shop {
  position: relative; width: 100%; max-width: 980px; background: #fff; border-radius: 14px;
  border: 1px solid #dfe3ea; box-shadow: 0 24px 60px rgba(20,24,32,.12); overflow: hidden;
  font-family: -apple-system, "Inter", system-ui, sans-serif; color: #202223; font-size: 14px; text-align: left;
}
.shop-chrome { display: flex; align-items: center; gap: 7px; padding: 10px 14px; background: #f1f2f4; border-bottom: 1px solid #e1e3e8; }
.shop-chrome > span { width: 11px; height: 11px; border-radius: 50%; background: #d3d6dc; }
.shop-chrome > span:nth-child(1) { background: #ff5f57; } .shop-chrome > span:nth-child(2) { background: #febc2e; } .shop-chrome > span:nth-child(3) { background: #28c840; }
.shop-url { margin-left: 10px; flex: 1; background: #fff; border-radius: 7px; padding: 5px 10px; font-size: 12px; color: #5c5f66; display: flex; align-items: center; gap: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.shop-body { display: grid; grid-template-columns: 1.15fr .85fr; }
.shop-main { padding: 26px 34px 30px; }
.shop-brand { font-weight: 800; font-size: 24px; letter-spacing: -.02em; color: #111318; }
.shop-brand span { color: var(--blue); }
.shop-crumbs { display: flex; align-items: center; gap: 7px; font-size: 12px; color: #6d7175; margin: 12px 0 18px; }
.shop-crumbs b { color: #202223; font-weight: 600; } .shop-crumbs i { font-style: normal; color: #b5b8bd; }
.shop-box { border: 1px solid #dfe3ea; border-radius: 8px; }
.shop-kv { display: grid; grid-template-columns: 62px 1fr auto; gap: 12px; align-items: center; padding: 12px 14px; font-size: 13.5px; }
.shop-kv + .shop-kv { border-top: 1px solid #dfe3ea; }
.shop-kv span { color: #6d7175; } .shop-kv a { color: var(--blue); font-size: 12.5px; text-decoration: underline; }
.shop-h { font-size: 17px; font-weight: 600; margin: 24px 0 12px; color: #202223; }
.pp-banner {
  width: 100%; display: flex; align-items: center; gap: 12px; text-align: left; cursor: pointer;
  background: #eef4ff; border: 1.5px solid #b9d0ff; border-radius: 10px; padding: 11px 12px; font: inherit; color: #1c2434;
  transition: box-shadow .15s, transform .15s;
}
.pp-banner:hover { box-shadow: 0 6px 18px rgba(41,104,255,.18); transform: translateY(-1px); }
.pp-ic { width: 34px; height: 34px; flex: none; border-radius: 8px; background: var(--blue); display: flex; align-items: center; justify-content: center; }
.pp-txt { flex: 1; font-size: 13.5px; line-height: 1.4; }
.pp-unlock { flex: none; background: #14161a; color: #fff; font-weight: 700; font-size: 14px; border-radius: 999px; padding: 10px 20px; }
.shop-radios { border: 1px solid #dfe3ea; border-radius: 8px; margin-top: 10px; }
.shop-radios > div { display: flex; align-items: center; gap: 12px; padding: 13px 14px; font-size: 13.5px; }
.shop-radios > div + div { border-top: 1px solid #dfe3ea; }
.shop-radios > div.on { box-shadow: inset 0 0 0 1.5px var(--blue); border-radius: 8px; }
.shop-radios i { width: 18px; height: 18px; flex: none; border-radius: 50%; border: 1.5px solid #c3cad6; }
.shop-radios .on i { border: 5.5px solid var(--blue); }
.shop-radios > div > div { flex: 1; display: flex; flex-direction: column; }
.shop-radios span { color: #6d7175; font-size: 12.5px; }
.shop-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; }
.shop-actions a { color: var(--blue); font-size: 13.5px; }
.shop-cta { background: #14161a; color: #fff; font-weight: 600; border-radius: 6px; padding: 15px 22px; font-size: 14px; }
.shop-side { background: #f7f7f8; border-left: 1px solid #dfe3ea; padding: 26px 28px; }
.shop-item { display: flex; align-items: center; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid #dfe3ea; }
.shop-thumb { position: relative; width: 64px; height: 64px; flex: none; border-radius: 8px; border: 1px solid #dfe3ea; background: #fff; overflow: hidden; }
.shop-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.shop-thumb i, .ph-thumb i { position: absolute; top: -7px; right: -7px; width: 20px; height: 20px; border-radius: 50%; background: #727579; color: #fff; font-size: 11px; font-weight: 600; font-style: normal; display: flex; align-items: center; justify-content: center; }
.shop-item > div:nth-child(2) { flex: 1; display: flex; flex-direction: column; font-size: 13.5px; }
.shop-item span { color: #6d7175; font-size: 12px; }
.shop-disc { display: flex; gap: 10px; padding: 18px 0; border-bottom: 1px solid #dfe3ea; }
.shop-disc span { flex: 1; background: #fff; border: 1px solid #dfe3ea; border-radius: 6px; padding: 12px; color: #8c9196; font-size: 13.5px; }
.shop-disc b { background: #dfe3ea; color: #8c9196; border-radius: 6px; padding: 12px 16px; font-weight: 600; font-size: 13.5px; }
.shop-tot { padding-top: 16px; display: grid; gap: 10px; font-size: 13.5px; }
.shop-tot > div { display: flex; justify-content: space-between; }
.shop-tot span { color: #6d7175; }
.shop-tot .grand { margin-top: 6px; padding-top: 14px; border-top: 1px solid #dfe3ea; font-size: 15px; }
.shop-tot .grand b { font-size: 20px; font-weight: 600; } .shop-tot .grand small { font-size: 11px; color: #6d7175; font-weight: 400; margin-right: 6px; }
/* modal state */
.pp-modal { position: absolute; inset: 0; background: rgba(20,22,26,.5); display: flex; align-items: center; justify-content: center; padding: 18px; overflow: auto; }
.pp-modal[hidden] { display: none; }
.pp-card { width: 480px; max-width: 100%; background: #fff; border-radius: 18px; box-shadow: 0 30px 80px rgba(0,0,0,.35); overflow: hidden; }
.pp-photo { position: relative; height: 118px; }
.pp-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pp-photo::after, .ph-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.62) 100%); }
.pp-photo-txt, .ph-photo-txt { z-index: 1; }
.pp-photo-txt { position: absolute; left: 22px; right: 22px; bottom: 14px; color: #fff; font-weight: 800; font-size: 21px; letter-spacing: -.01em; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.pp-in { padding: 14px 22px 20px; }
.pp-head { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 17px; letter-spacing: -.01em; color: #111318; }
.pp-head .alto span, .pp-head .pp { color: var(--blue); } .pp-head .bar { color: #c3cad6; font-weight: 400; }
.pp-head .pp small { font-size: 11px; font-weight: 600; color: #8a919e; margin-left: 2px; }
.pp-x { margin-left: auto; background: none; border: 0; font-size: 24px; line-height: 1; color: #9aa2b0; cursor: pointer; padding: 0 2px; }
.pp-sub { font-size: 13px; color: #5e6675; margin: 4px 0 12px; }
.pp-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.pp-tiles > div { background: #f4f6f9; border-radius: 10px; padding: 11px 12px; display: flex; flex-direction: column; gap: 2px; }
.pp-tiles b { font-size: 13px; } .pp-tiles span { font-size: 11.5px; color: #5e6675; line-height: 1.35; }
.pp-brands { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin: 12px 0 2px; color: #9aa2b0; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.pp-brands .more { color: #c3cad6; font-weight: 500; }
.pp-price { text-align: center; font-size: 12.5px; color: #5e6675; margin: 8px 0 10px; } .pp-price b { color: #14161a; }
.pp-cta { display: flex; align-items: center; justify-content: center; background: var(--blue); color: #fff; border-radius: 999px; min-height: 46px; font-weight: 700; font-size: 14px; }
.pp-later { display: block; width: 100%; margin-top: 8px; background: none; border: 1.5px solid #dfe3ea; color: #5e6675; border-radius: 999px; min-height: 40px; font: inherit; font-weight: 600; font-size: 13.5px; cursor: pointer; }
.mock-toggle { display: inline-flex; margin-top: 18px; border: 1px solid var(--border); border-radius: 999px; padding: 3px; background: #fff; }
.mock-toggle button { background: none; border: 0; font: inherit; font-size: 13px; font-weight: 600; color: var(--muted); padding: 7px 16px; border-radius: 999px; cursor: pointer; }
.mock-toggle button.on { background: #14161a; color: #fff; }
.mock-caption b { color: var(--ink); }
@media (max-width: 760px) {
  .shop-body { grid-template-columns: 1fr; }
  .shop-side { border-left: 0; border-bottom: 1px solid #dfe3ea; order: -1; padding: 16px 18px; }
  .shop-main { padding: 18px 18px 22px; }
  .shop-disc { display: none; }
  .pp-unlock { padding: 9px 14px; font-size: 13px; }
  .pp-tiles { grid-template-columns: 1fr; }
  .pp-photo { height: 90px; }
}

/* ---- Journey phones: real chrome + photography ---- */
.ph-url { margin: 4px 12px 0; background: #eef0f3; border-radius: 9px; padding: 6px 10px; font-size: 10.5px; color: #5c5f66; display: flex; align-items: center; gap: 5px; }
.ph-shop { padding: 12px 14px 16px; }
.ph-brand { font-weight: 800; font-size: 15px; letter-spacing: -.02em; color: #111318; margin-bottom: 10px; }
.ph-brand span { color: var(--blue); }
.ph-osum { display: flex; align-items: center; gap: 10px; background: #f7f7f8; border: 1px solid #e6e8ec; border-radius: 9px; padding: 8px; }
.ph-thumb { position: relative; width: 40px; height: 40px; flex: none; border-radius: 7px; border: 1px solid #dfe3ea; overflow: hidden; background: #fff; }
.ph-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ph-thumb i { width: 16px; height: 16px; font-size: 9.5px; top: -5px; right: -5px; }
.ph-osum > div:nth-child(2) { flex: 1; display: flex; flex-direction: column; font-size: 11.5px; }
.ph-osum span { color: var(--muted); font-size: 10px; }
.ph-crumbs { font-size: 9.5px; color: #8a919e; margin: 10px 0 8px; }
.ph-crumbs b { color: var(--ink); }
.ph-sh { font-weight: 700; font-size: 12.5px; margin: 4px 0 8px; }
.ph-banner { display: flex; align-items: center; gap: 7px; background: #eef4ff; border: 1.5px solid #b9d0ff; border-radius: 9px; padding: 7px 8px; font-size: 9.5px; line-height: 1.35; margin-bottom: 8px; }
.ph-banner .ic { width: 22px; height: 22px; flex: none; border-radius: 6px; background: var(--blue); display: flex; align-items: center; justify-content: center; }
.ph-banner .ic svg { width: 12px; height: 12px; }
.ph-banner > span:nth-child(2) { flex: 1; }
.ph-banner .unlock { flex: none; background: #14161a; color: #fff; font-weight: 700; font-size: 10px; border-radius: 999px; padding: 6px 9px; }
.ph-radio { display: flex; align-items: center; gap: 8px; border: 1px solid #e6e8ec; border-radius: 8px; padding: 8px 9px; font-size: 11px; margin-bottom: 6px; }
.ph-radio.on { border-color: var(--blue); box-shadow: inset 0 0 0 1px var(--blue); }
.ph-radio i { width: 13px; height: 13px; flex: none; border-radius: 50%; border: 1.5px solid #c3cad6; }
.ph-radio.on i { border: 4px solid var(--blue); }
.ph-radio > div { flex: 1; display: flex; flex-direction: column; } .ph-radio span { color: var(--muted); font-size: 9.5px; }
.ph-btn.sq { border-radius: 7px; margin-top: 8px; }
.ph-mailhead { display: flex; align-items: center; gap: 9px; padding: 10px 14px 4px; }
.ph-mailhead .av { width: 30px; height: 30px; border-radius: 50%; background: #111318; color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 13px; }
.ph-mailhead > div:nth-child(2) { display: flex; flex-direction: column; font-size: 11.5px; }
.ph-mailhead span { color: var(--muted); font-size: 10px; }
.ph-mailsub { padding: 2px 14px 10px; font-weight: 700; font-size: 13px; }
.ph-img { display: block; width: 100%; height: 118px; object-fit: cover; }
.ph-img.r { border-radius: 9px; margin: 8px 0 10px; height: 96px; }
.ph-ostatus { display: flex; flex-direction: column; gap: 1px; }
.ph-ostatus span { font-size: 10px; color: var(--muted); } .ph-ostatus b { font-size: 15px; font-weight: 700; }
.ph-pill { display: inline-block; background: #e6efff; color: #1a47c4; font-weight: 700; font-size: 10px; border-radius: 999px; padding: 4px 9px; margin-bottom: 10px; }
.ph-apphead { display: flex; align-items: center; gap: 4px; padding: 8px 14px 10px; font-size: 13px; font-weight: 800; color: var(--blue); }
.ph-apphead span { color: var(--muted); font-weight: 600; font-size: 10.5px; } .ph-apphead em { margin-left: auto; font-style: normal; font-weight: 600; font-size: 10.5px; color: var(--ink); }
.ph-photo { position: relative; height: 150px; }
.ph-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ph-photo-txt { position: absolute; left: 14px; right: 14px; bottom: 12px; color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,.55); display: flex; flex-direction: column; }
.ph-photo-txt small { font-size: 10px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; opacity: .9; }
.ph-photo-txt b { font-family: var(--serif); font-weight: 500; font-size: 22px; line-height: 1.1; }
.ph-ritem { display: flex; align-items: center; gap: 9px; border: 1px solid var(--blue); border-radius: 9px; padding: 8px; margin-bottom: 12px; }
.ph-ritem img { width: 40px; height: 40px; border-radius: 6px; object-fit: cover; flex: none; }
.ph-ritem > div { flex: 1; display: flex; flex-direction: column; font-size: 11.5px; } .ph-ritem span { color: var(--muted); font-size: 10px; }
.ph-ritem .chk { width: 16px; height: 16px; border-radius: 4px; background: var(--blue); position: relative; }
.ph-ritem .chk::after { content: ""; position: absolute; left: 5px; top: 2px; width: 4px; height: 8px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.ph-h.sm { font-size: 12.5px; }
.earn-grid.two { grid-template-columns: 1fr 1fr; max-width: 900px; margin: 0 auto; }
@media (max-width: 820px) { .earn-grid.two { grid-template-columns: 1fr; } }
#compare .not-ins { text-align: center; max-width: 720px; margin: 22px auto 0; }
#forthem .bcard h3 { margin-top: 0; }
#foryou .bgrid, #forthem .bgrid { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 940px) { #foryou .bgrid, #forthem .bgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { #foryou .bgrid, #forthem .bgrid { grid-template-columns: 1fr; } }

/* ---- Offer modal, DFC style (Kyle's design) ---- */
.pp-card.kyle .pp-photo { height: 140px; }
.pp-card.kyle .pp-photo::after { background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,.25) 100%); }
.pp-card.kyle .pp-x { position: absolute; top: 12px; right: 12px; z-index: 2; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.88); color: #14161a; font-size: 22px; line-height: 1; margin: 0; display: flex; align-items: center; justify-content: center; }
.pp-card.kyle .pp-in { padding: 16px 22px 18px; }
.pp-title { font-weight: 800; font-size: 21px; letter-spacing: -.01em; color: #111318; }
.pp-card.kyle .pp-sub { margin: 4px 0 6px; }
.pp-rows { position: relative; display: grid; gap: 14px; margin: 12px 0 4px; }
.pp-rows::before { content: ""; position: absolute; left: 16px; top: 22px; bottom: 22px; border-left: 2px dotted #d5d9e0; }
.pp-row { display: flex; gap: 14px; align-items: flex-start; }
.pp-ico { width: 34px; height: 34px; flex: none; display: flex; align-items: center; justify-content: center; color: #14161a; background: #fff; position: relative; z-index: 1; }
.pp-row > div { display: flex; flex-direction: column; gap: 1px; }
.pp-row b { font-size: 14px; } .pp-row span { font-size: 12.5px; color: #5e6675; line-height: 1.4; }
.pp-card.kyle .pp-price { margin: 10px 0 8px; }
.pp-fine { font-size: 10.5px; color: #8a919e; text-align: center; margin-top: 10px; line-height: 1.45; }
.pp-powered { text-align: center; font-weight: 600; font-size: 12.5px; margin-top: 8px; color: #14161a; }
.pp-powered b { font-style: italic; font-weight: 900; text-decoration: underline; letter-spacing: -.03em; font-size: 15px; margin-left: 2px; }
.wordmark .bp span { font-weight: 600; }
@media (max-width: 760px) { .pp-card.kyle .pp-photo { height: 100px; } }

/* ---- Worked example ---- */
.worked { max-width: 900px; margin: 26px auto 0; background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 26px; }
.worked h3 { font-size: 17px; font-weight: 650; margin-bottom: 14px; letter-spacing: -0.01em; }
.worked-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 14px; }
.worked-grid > div { background: var(--paper); border: 1px solid var(--border); border-radius: 12px; padding: 12px 14px; display: flex; flex-direction: column; gap: 2px; }
.worked-grid span { font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.worked-grid b { font-family: var(--serif); font-size: 26px; font-weight: 500; letter-spacing: -.01em; }
.worked-grid b i { font-style: normal; font-size: 14px; color: var(--muted); }
.worked-grid small { font-size: 12.5px; color: var(--muted); }
.worked p { font-size: 14.5px; color: var(--muted); }
@media (max-width: 820px) { .worked-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---- 2026-09 rewrite: pilot-partner homepage ---- */

/* Value strip: three equal columns, no flow arrows */
.whopays .strip-head { margin-bottom: 22px; }
.wp.three { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 820px) { .wp.three { grid-template-columns: 1fr; } }
.wp.three .wp-v { font-size: 19px; line-height: 1.35; margin: 8px 0 0; }

/* Five-step customer journey */
.flow.five { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 1080px) { .flow.five { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .flow.five { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .flow.five { grid-template-columns: 1fr; } }

/* Five-item detail grids (economics, pilot details): last item spans the row */
.fp.econ { grid-template-columns: 1fr 1fr; }
.fp.econ > div:last-child { grid-column: 1 / -1; }
@media (max-width: 700px) { .fp.econ { grid-template-columns: 1fr; } }
.econ-cta { text-align: center; margin-top: 26px; }

.faq-cta { text-align: center; margin-top: 34px; }

/* Sign-in line under the modal CTA */
.pp-signin { text-align: center; font-size: 12px; color: var(--muted); margin-top: 10px; }
.pp-signin u { color: var(--blue); text-decoration: none; font-weight: 600; }

.final .ctas { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.final-mail { margin-top: 22px; font-size: 14px; }
.final-mail a { color: var(--muted); }
.final-mail a:hover { color: var(--ink); }

/* Merchant grid: the audience benefit runs full width so the row fills */
#foryou .bcard.wide {
  grid-column: 1 / -1;
  display: flex; gap: 20px; align-items: flex-start;
  background: var(--paper); border: 1px solid var(--border);
  border-radius: 16px; padding: 24px; margin-top: 2px;
}
#foryou .bcard.wide .ico { margin-bottom: 0; flex: none; }
#foryou .bcard.wide .wide-body { max-width: 68ch; }
@media (max-width: 540px) { #foryou .bcard.wide { flex-direction: column; gap: 14px; } }
