/* How It Works page ? ported from briefs/HowItWorks/project/hiw.css (scoped). */
#pk-hiw-page-scope {
  --pk-green-primary: #17A24C;
  --pk-green-accent: #33D871;
  --pk-green-hover: #2A6C4C;
  --pk-green-light: #D6F0DC;
  --pk-green-lighter: #EAF7EE;
  --pk-red: #D83351;
  --pk-warning: #E89030;
  --pk-ink: #202A37;
  --pk-text-soft: #525252;
  --pk-text-faint: #737373;
  --pk-white: #FFFFFF;
  --pk-surface-alt: #F5F5F5;
  --pk-surface-warm: #FAFAF8;
  --pk-border: #E5E5E5;
  --pk-border-strong: #D4D4D4;
  --pk-footer-link: #AEB6BE;
  --font-sans: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.08);
  --shadow-brand-soft: 0 8px 20px rgba(23,162,76,0.10);
  --shadow-brand-lg: 0 12px 32px rgba(23,162,76,0.3);
  --focus-ring: 0 0 0 3px rgba(23,162,76,0.15);
  --transition-default: all 0.2s ease;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  font-family: var(--font-sans);
  color: var(--pk-ink);
  background: var(--pk-white);
  overflow-x: clip;
  max-width: 100%;
}

body.pk-how-it-works-page {
  overflow-x: clip;
}
#pk-hiw-page-scope .pk-hiw-avatar {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid var(--pk-border);
  flex: 0 0 auto;
}
#pk-hiw-page-scope .pk-social__avatars .pk-hiw-avatar {
  width: 54px;
  height: 54px;
  border: 3px solid #fff;
  margin-left: -14px;
  box-shadow: 0 1px 4px rgba(32,42,55,.18);
}
#pk-hiw-page-scope .pk-social__avatars .pk-hiw-avatar:first-child { margin-left: 0; }
#pk-hiw-page-scope .pk-eyebrow-center { display: flex; justify-content: center; }
#pk-hiw-page-scope .pk-quieter.is-shown .pk-quieter__fill { transition: width .9s cubic-bezier(.22,1,.36,1); }
#pk-hiw-page-scope .pk-quieter.is-shown .pk-quieter__row:nth-child(1) .pk-quieter__fill { width: 100%; transition-delay: 0s; }
#pk-hiw-page-scope .pk-quieter.is-shown .pk-quieter__row:nth-child(2) .pk-quieter__fill { width: 83.33%; transition-delay: .12s; }
#pk-hiw-page-scope .pk-quieter.is-shown .pk-quieter__row:nth-child(3) .pk-quieter__fill { width: 50%; transition-delay: .24s; }
#pk-hiw-page-scope .pk-quieter.is-shown .pk-quieter__row:nth-child(4) .pk-quieter__fill { width: 8.33%; transition-delay: .36s; }
#pk-hiw-page-scope .pk-quieter:not(.is-shown) .pk-quieter__fill { width: 0 !important; transition: none !important; }
#pk-hiw-page-scope .pk-quieter.is-shown .pk-quieter__ring circle:last-child { stroke-dashoffset: 57.8; transition: stroke-dashoffset 1.1s cubic-bezier(.22,1,.36,1) .3s; }
#pk-hiw-page-scope .pk-quieter:not(.is-shown) .pk-quieter__ring circle:last-child { stroke-dashoffset: 578.05 !important; transition: none !important; }
#pk-hiw-page-scope .pk-hero__underlay,
#pk-hiw-page-scope .pk-hero__visual iframe { border: 0; }
#pk-hiw-page-scope .pk-plan__cta.btn { width: 100%; text-decoration: none; }
#pk-hiw-page-scope .btn-secondary {
  background: var(--pk-white);
  color: var(--pk-ink);
  border-color: var(--pk-border-strong);
}
#pk-hiw-page-scope .btn-secondary:hover {
  background: var(--pk-surface-alt);
  border-color: var(--pk-border-strong);
  transform: translateY(-1px);
}
/* ============================================================
   PaperKarma ??? "How it works" page chrome.
   Consumes Berlin tokens from the design-system styles.css.
   Components (Button/Card/Badge/Eyebrow/Callout) come from the
   bundle; this file is page layout + bespoke section chrome only.
   ============================================================ */

#pk-hiw-page-scope .pk-site { font-family: var(--font-sans); color: var(--pk-ink); background: var(--pk-white); }
#pk-hiw-page-scope .pk-container { max-width: var(--pk-abs-container, 1280px); margin: 0 auto; padding: 0 var(--pk-page-gutter-x, 32px); }

/* --- Header (sticky glass bar, 72px) --- */
#pk-hiw-page-scope .pk-header { position: sticky; top: 0; z-index: 100; height: 72px;
  background: rgba(255,255,255,.92); backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid var(--pk-border); }
#pk-hiw-page-scope .pk-header__in { max-width: var(--pk-abs-container, 1280px); margin: 0 auto; height: 100%; padding: 0 var(--pk-page-gutter-x, 32px);
  display: flex; align-items: center; justify-content: space-between; }
#pk-hiw-page-scope .pk-header__logo { height: 26px; display: block; }
#pk-hiw-page-scope .pk-header__nav { display: flex; align-items: center; gap: 28px; }
#pk-hiw-page-scope .pk-header__links { display: flex; gap: 26px; }
#pk-hiw-page-scope .pk-header__links a { color: var(--pk-text-soft); font-size: 14px; font-weight: 600; text-decoration: none; }
#pk-hiw-page-scope .pk-header__links a:hover { color: var(--pk-green-primary); }
#pk-hiw-page-scope .pk-header__auth { display: flex; align-items: center; gap: 18px; }
#pk-hiw-page-scope .pk-header__signin { color: var(--pk-green-primary); font-size: 14px; font-weight: 700; text-decoration: none; }
#pk-hiw-page-scope .pk-header__signin:hover { color: var(--pk-green-hover); }
#pk-hiw-page-scope .pk-header__burger { display: none; width: 44px; height: 44px; border: none; background: none;
  cursor: pointer; color: var(--pk-green-primary); align-items: center; justify-content: center; }
#pk-hiw-page-scope .pk-header__burger svg { width: 26px; height: 26px; }
#pk-hiw-page-scope .pk-drawer { display: none; position: fixed; inset: 72px 0 0; z-index: 99; background: #fff;
  padding: 24px 32px; flex-direction: column; gap: 6px; border-top: 1px solid var(--pk-border); }
#pk-hiw-page-scope .pk-drawer.is-open { display: flex; }
#pk-hiw-page-scope .pk-drawer a { padding: 14px 0; font-size: 18px; font-weight: 700; color: var(--pk-ink);
  text-decoration: none; border-bottom: 1px solid var(--pk-border); }
#pk-hiw-page-scope .pk-drawer__auth { margin-top: 20px; display: flex; flex-direction: column; gap: 12px; }

/* --- Hero --- */
/* Top padding = Berlin page-entry (home-abs .hero). align-items:start so copy sits at entry, not vertically centered in min-height.
   Only set vertical padding — horizontal gutters come from .pk-container (must match header .pk-site-header__inner). */
#pk-hiw-page-scope .pk-hero {
  position: relative;
  padding-top: var(--pk-page-entry-y, 56px);
  padding-bottom: 64px;
  min-height: 600px;
  display: flex;
  align-items: flex-start;
}
#pk-hiw-page-scope .pk-hero__copy { position: relative; z-index: 1; max-width: 510px; }
#pk-hiw-page-scope .pk-hero__underlay { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; border: 0;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, transparent 33%, #000 50%);
  mask-image: linear-gradient(90deg, transparent 0, transparent 33%, #000 50%); }
/* Quote mark inline with sentence; attribution on the line below, under the words. */
#pk-hiw-page-scope .pk-hero__kicker {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 10px;
  row-gap: 8px;
  align-items: start;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}
#pk-hiw-page-scope .pk-hero__kicker-mark {
  display: block;
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 0.72;
  letter-spacing: 0;
  color: var(--pk-green-primary);
  transform: translateY(0.06em);
}
#pk-hiw-page-scope .pk-hero__kicker-text {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--pk-ink);
}
#pk-hiw-page-scope .pk-hero__kicker-quote,
#pk-hiw-page-scope .pk-hero__kicker-close {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--pk-ink);
}
#pk-hiw-page-scope .pk-hero__kicker-cite {
  display: block;
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: var(--pk-text-faint);
  white-space: normal;
}
#pk-hiw-page-scope .pk-hero h1 { font-size: clamp(40px, 5vw, 60px); font-weight: 800; letter-spacing: -.04em;
  line-height: 1; margin: 28px 0 0; color: var(--pk-ink); }
#pk-hiw-page-scope .pk-hero__chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
#pk-hiw-page-scope .pk-hero__chip { font-size: 13px; font-weight: 700; color: var(--pk-text-soft); background: #fff;
  border: 1px solid var(--pk-border); border-radius: var(--radius-pill, 999px); padding: 8px 16px; }
#pk-hiw-page-scope a.pk-hero__chip { text-decoration: none; cursor: pointer; transition: border-color .2s ease, color .2s ease; }
#pk-hiw-page-scope a.pk-hero__chip:hover { border-color: var(--pk-green-primary); color: var(--pk-green-primary); }
#pk-hiw-page-scope .pk-hero__lead { display: flex; flex-direction: column; gap: 8px; font-size: 18px;
  color: var(--pk-text-soft); line-height: 1.55; margin: 28px 0 0; max-width: 50ch; font-weight: 500; }
#pk-hiw-page-scope .pk-hero__lead-aside { display: block; font-size: 15px; line-height: 1.5; font-weight: 500;
  color: var(--pk-text-faint); }
#pk-hiw-page-scope .pk-hero__cta { display: flex; gap: 14px; align-items: center; margin-top: 36px; flex-wrap: wrap; }
#pk-hiw-page-scope .pk-hero__trust { display: flex; align-items: center; gap: 14px; margin-top: 32px; color: var(--pk-text-soft);
  font-size: 14px; font-weight: 500; flex-wrap: wrap; }
#pk-hiw-page-scope .pk-hero__trust .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--pk-border-strong); }
#pk-hiw-page-scope .pk-hero__stars { color: var(--pk-warning); font-size: 15px; letter-spacing: 2px; }
#pk-hiw-page-scope .pk-hero__visual { position: relative; display: none; }
#pk-hiw-page-scope .pk-snapflow-facade {
  position: relative;
  width: 100%;
  aspect-ratio: 720 / 620;
}
#pk-hiw-page-scope .pk-snapflow-poster {
  display: block;
  width: 100%;
  height: auto;
}
#pk-hiw-page-scope .pk-snapflow-facade iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
}
#pk-hiw-page-scope .pk-snapflow-facade.is-ready .pk-snapflow-poster {
  opacity: 0;
  pointer-events: none;
}
#pk-hiw-page-scope .pk-snapflow-facade.is-ready iframe {
  opacity: 1;
}

/* Challenger ATF (before/after): do not inherit snap-flow flex-row + 510px copy column.
   Mobile stacks like control HiW (display:block); desktop uses 2-col grid only. */
@media (max-width: 1000px) {
  #pk-hiw-page-scope .pk-hero--static-atf {
    display: block;
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 32px;
  }
  #pk-hiw-page-scope .pk-hero--static-atf .pk-hero__copy {
    max-width: none;
    min-width: 0;
    width: auto;
  }
  #pk-hiw-page-scope .pk-hero--static-atf .pk-hero__visual {
    display: block;
    width: 100%;
    max-width: 540px;
    min-width: 0;
    margin: 32px auto 0;
  }
}

@media (min-width: 1001px) {
  #pk-hiw-page-scope .pk-hero--static-atf {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 40px 72px;
    align-items: start;
    min-height: 0;
    padding-top: var(--pk-page-entry-y, 56px);
    padding-bottom: 72px;
  }
  #pk-hiw-page-scope .pk-hero--static-atf .pk-hero__copy {
    max-width: none;
    min-width: 0;
    width: auto;
  }
  #pk-hiw-page-scope .pk-hero--static-atf .pk-hero__visual {
    display: block;
    max-width: 100%;
    margin: 0;
    min-width: 0;
  }

  /* Snap-flow ATF: full-bleed underlay; copy aligns with site chrome via inner .pk-container. */
  #pk-hiw-page-scope .pk-hero--snapflow-atf {
    display: block;
    max-width: none;
    width: 100%;
    margin: 0;
    padding-top: var(--pk-page-entry-y, 56px);
    padding-bottom: 72px;
    padding-left: 0;
    padding-right: 0;
    min-height: 600px;
    box-sizing: border-box;
  }
  #pk-hiw-page-scope .pk-hero--snapflow-atf .pk-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 40px 72px;
    align-items: center;
  }
  #pk-hiw-page-scope .pk-hero--snapflow-atf .pk-hero__copy {
    max-width: 600px;
    min-width: 0;
    width: auto;
  }
  #pk-hiw-page-scope .pk-hero--snapflow-atf .pk-hero__visual {
    display: none;
  }
}

/* Before/after split — parity with home-abs (prod homepage mobile) */
#pk-hiw-page-scope .before-after {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--pk-surface-alt);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 12px 40px rgba(0, 0, 0, 0.10);
}
#pk-hiw-page-scope .before-after-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 0;
}
#pk-hiw-page-scope .before-after .ba-half {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  min-width: 0;
}
#pk-hiw-page-scope .before-after .ba-before { background-color: #B8A082; }
#pk-hiw-page-scope .before-after .ba-after { background-color: #E8E4DA; }
#pk-hiw-page-scope .before-after .ba-half::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.55) 100%);
}
#pk-hiw-page-scope .before-after .ba-label {
  position: absolute;
  top: 18px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 7px 12px;
  border-radius: 6px;
  z-index: 2;
}
#pk-hiw-page-scope .before-after .ba-label.before { left: 18px; background: #202A37; color: #fff; }
#pk-hiw-page-scope .before-after .ba-label.after { right: 18px; background: #17A24C; color: #fff; }
#pk-hiw-page-scope .before-after .ba-caption {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  z-index: 2;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.01em;
}
#pk-hiw-page-scope .before-after .ba-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #fff;
  z-index: 3;
}
#pk-hiw-page-scope .before-after .ba-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  z-index: 4;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
#pk-hiw-page-scope .before-after .ba-pin svg {
  width: 22px;
  height: 22px;
  stroke: #202A37;
  stroke-width: 2;
  fill: none;
}

/* --- Stats band (ink) --- */
#pk-hiw-page-scope .pk-stats { background: var(--pk-ink); }
#pk-hiw-page-scope .pk-stats__in { max-width: var(--pk-abs-container, 1280px); margin: 0 auto; padding: 20px 32px; display: flex;
  align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
#pk-hiw-page-scope .pk-stat { display: flex; align-items: baseline; gap: 8px; padding: 6px 28px; }
#pk-hiw-page-scope .pk-stat b { color: #fff; font-size: 15px; font-weight: 800; letter-spacing: -.01em; }
#pk-hiw-page-scope .pk-stat span { color: var(--pk-footer-link); font-size: 13px; font-weight: 500; }
#pk-hiw-page-scope .pk-stat + .pk-stat { border-left: 1px solid rgba(255,255,255,.12); }

/* --- Section scaffold --- */
#pk-hiw-page-scope .pk-section { padding: 76px 0; }
#pk-hiw-page-scope .pk-section--warm { background: var(--pk-surface-warm); }
#pk-hiw-page-scope .pk-section__head { text-align: center; max-width: 660px; margin: 0 auto 48px; }
#pk-hiw-page-scope .pk-section__head h2 { font-size: clamp(28px, 3.4vw, 38px); font-weight: 800; letter-spacing: -.03em;
  line-height: 1.12; margin: 12px 0 0; text-wrap: balance; color: var(--pk-ink); }
#pk-hiw-page-scope .pk-section__head p { font-size: 17px; color: var(--pk-text-soft); margin: 14px 0 0; line-height: 1.6; }
#pk-hiw-page-scope .pk-eyebrow-center { display: flex; justify-content: center; }

/* ============================================================
   HOW IT WORKS ??? Routing engine (02) + Routes ticker (03)
   ============================================================ */
#pk-hiw-page-scope .pk-re { background: transparent; border: none; border-radius: 0;
  padding: 0; box-shadow: none; }
#pk-hiw-page-scope .pk-re__head { text-align: center; margin-bottom: 34px; }
#pk-hiw-page-scope .pk-re__h2 { font-weight: 800; letter-spacing: -.03em; font-size: clamp(24px, 3vw, 32px); margin: 12px 0 0; color: var(--pk-ink); }
#pk-hiw-page-scope .pk-re__h2-line { display: block; }
#pk-hiw-page-scope .pk-re__lead { font-size: 17px; color: var(--pk-text-soft); max-width: 620px; margin: 10px auto 0; line-height: 1.55; }

#pk-hiw-page-scope .pk-re__stepper { display: flex; align-items: flex-start; max-width: 760px; margin: 0 auto 36px; }
#pk-hiw-page-scope .pk-re__stage { flex: none; width: 120px; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
#pk-hiw-page-scope .pk-re__dot { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: #fff; border: 2px solid var(--pk-border); color: var(--pk-text-faint); transition: all .25s ease; }
#pk-hiw-page-scope .pk-re__stage.active .pk-re__dot { background: var(--pk-green-primary); border-color: var(--pk-green-primary); color: #fff;
  box-shadow: 0 6px 16px rgba(23,162,76,.28); }
#pk-hiw-page-scope .pk-re__stage.active .pk-re__dot svg { color: #fff; stroke: #fff; }
#pk-hiw-page-scope .pk-re__stlbl { font-size: 13px; font-weight: 600; line-height: 1.25; color: var(--pk-text-faint); transition: color .25s ease; }
#pk-hiw-page-scope .pk-re__stage.active .pk-re__stlbl { color: var(--pk-ink); }
#pk-hiw-page-scope .pk-re__seg { flex: 1; height: 3px; border-radius: 2px; margin-top: 22px; background: var(--pk-border); transition: background .25s ease; }
#pk-hiw-page-scope .pk-re__seg.active { background: var(--pk-green-primary); }

#pk-hiw-page-scope .pk-re__routes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
#pk-hiw-page-scope .pk-re__route { border: 1px solid var(--pk-border); border-radius: var(--radius-md, 12px); padding: 18px; background: #fff;
  transition: all .25s ease; }
#pk-hiw-page-scope .pk-re__route.active { border-color: var(--pk-green-primary); background: var(--pk-green-lighter);
  box-shadow: 0 10px 24px rgba(23,162,76,.18); transform: translateY(-3px); }
#pk-hiw-page-scope .pk-re__rico { color: var(--pk-text-faint); margin-bottom: 10px; transition: color .25s ease; }
#pk-hiw-page-scope .pk-re__route.active .pk-re__rico { color: var(--pk-green-primary); }
#pk-hiw-page-scope .pk-re__rt { font-weight: 700; font-size: 15px; }
#pk-hiw-page-scope .pk-re__rd { font-size: 13px; color: var(--pk-text-faint); margin-top: 3px; }

/* Routes ticker ??? dark full-bleed strip */
#pk-hiw-page-scope .pk-ticker-sec { overflow: hidden; padding: 0; background: transparent; }
#pk-hiw-page-scope .pk-ticker { background: var(--pk-ink); border: none; border-radius: 0;
  padding: 22px 0; box-shadow: none; overflow: hidden; max-width: none; margin: 0; }
#pk-hiw-page-scope .pk-ticker__head { margin-bottom: 14px; }
#pk-hiw-page-scope .pk-marqwrap { -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
@keyframes pkmarq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
#pk-hiw-page-scope .pk-marq { display: flex; gap: 14px; width: max-content; animation: pkmarq 50s linear infinite; }
#pk-hiw-page-scope .pk-marqwrap:hover .pk-marq { animation-play-state: paused; }
#pk-hiw-page-scope .pk-tick { flex: none; display: flex; align-items: center; gap: 11px; background: #fff; border: 1px solid var(--pk-border);
  border-radius: var(--radius-pill, 999px); padding: 11px 18px; box-shadow: var(--shadow-sm); }
#pk-hiw-page-scope .pk-tick__dot { flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--pk-green-primary); }
#pk-hiw-page-scope .pk-tick__t { font-size: 15px; font-weight: 700; color: var(--pk-ink); white-space: nowrap; }
#pk-hiw-page-scope .pk-tick__m { font-size: 13px; color: var(--pk-text-faint); white-space: nowrap; }
@media (prefers-reduced-motion: reduce) { #pk-hiw-page-scope .pk-marq { animation: none; } }

/* ============================================================
   MAILBOX GETS QUIETER ??? bars grow in on scroll
   ============================================================ */
#pk-hiw-page-scope .pk-quieter { background: #fff; border: 1px solid var(--pk-border); border-radius: var(--radius-lg, 20px);
  padding: 38px 40px; box-shadow: var(--shadow-sm); }
#pk-hiw-page-scope .pk-quieter__h2 { font-weight: 800; letter-spacing: -.03em; font-size: clamp(22px, 2.6vw, 28px); margin: 12px 0 28px; color: var(--pk-ink); }
#pk-hiw-page-scope .pk-quieter__grid { display: grid; grid-template-columns: 1fr auto; gap: 44px; align-items: center; }
#pk-hiw-page-scope .pk-quieter__rows { display: flex; flex-direction: column; gap: 18px; max-width: 680px; }
#pk-hiw-page-scope .pk-quieter__row { display: flex; align-items: center; gap: 18px; }
#pk-hiw-page-scope .pk-quieter__wk { flex: none; width: 62px; font-size: 14px; font-weight: 700; color: var(--pk-text-soft); }
#pk-hiw-page-scope .pk-quieter__track { flex: 1; height: 22px; background: var(--pk-surface-alt); border-radius: var(--radius-pill, 999px); overflow: hidden; }
#pk-hiw-page-scope .pk-quieter__fill { height: 100%; border-radius: var(--radius-pill, 999px); }
#pk-hiw-page-scope .pk-quieter__count { flex: none; width: 84px; font-size: 14px; color: var(--pk-text-faint); }
#pk-hiw-page-scope .pk-quieter__donut { display: flex; flex-direction: column; align-items: center; gap: 16px; width: 230px; }
#pk-hiw-page-scope .pk-quieter__ring { position: relative; width: 200px; height: 200px; }
#pk-hiw-page-scope .pk-quieter__ring svg { width: 100%; height: 100%; }
#pk-hiw-page-scope .pk-quieter__ringtext { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; }
#pk-hiw-page-scope .pk-quieter__ringtext b { font-size: 40px; font-weight: 800; letter-spacing: -.03em; color: var(--pk-ink); line-height: 1; }
#pk-hiw-page-scope .pk-quieter__ringtext span { font-size: 16px; font-weight: 600; color: var(--pk-text-soft); }
#pk-hiw-page-scope .pk-quieter__donutcap { margin: 0; text-align: center; font-size: 14px; color: var(--pk-text-soft); line-height: 1.5; max-width: 220px; }
#pk-hiw-page-scope .pk-quieter__note { margin: 26px 0 0; font-size: 15px; color: var(--pk-text-soft); line-height: 1.55; max-width: 640px; }
@media (max-width: 760px) {
  #pk-hiw-page-scope .pk-quieter__grid { grid-template-columns: 1fr; gap: 32px; justify-items: center; }
  #pk-hiw-page-scope .pk-quieter__rows { max-width: none; width: 100%; }
}

/* ============================================================
   STRAIGHT ANSWER ??? two honesty checklists
   ============================================================ */
#pk-hiw-page-scope .pk-honest { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 940px; margin: 0 auto; }
#pk-hiw-page-scope .pk-honest__col { border-radius: 16px; padding: 26px 28px; }
#pk-hiw-page-scope .pk-honest__col--yes { background: var(--pk-green-lighter); border: 1px solid var(--pk-green-light); }
#pk-hiw-page-scope .pk-honest__col--no { background: var(--pk-surface-alt); border: 1px solid var(--pk-border); }
#pk-hiw-page-scope .pk-honest__cap { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800;
  letter-spacing: -.01em; margin-bottom: 16px; }
#pk-hiw-page-scope .pk-honest__col--yes .pk-honest__cap { color: var(--pk-green-hover); }
#pk-hiw-page-scope .pk-honest__col--no .pk-honest__cap { color: var(--pk-text-faint); }
#pk-hiw-page-scope .pk-honest__cap svg { width: 17px; height: 17px; }
#pk-hiw-page-scope .pk-honest ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
#pk-hiw-page-scope .pk-honest li { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start;
  font-size: 15px; line-height: 1.45; color: var(--pk-ink); font-weight: 500; }
#pk-hiw-page-scope .pk-honest__col--no li { color: var(--pk-text-soft); }
#pk-hiw-page-scope .pk-honest li svg { width: 16px; height: 16px; margin-top: 2px; flex-shrink: 0; }
#pk-hiw-page-scope .pk-honest__col--yes li svg { color: var(--pk-green-primary); }
#pk-hiw-page-scope .pk-honest__col--no li svg { color: var(--pk-text-faint); }
#pk-hiw-page-scope .pk-honest__note { max-width: 720px; margin: 22px auto 0; text-align: center;
  font-size: 14px; color: var(--pk-text-faint); line-height: 1.6; }

/* ============================================================
   PRICING ??? three-tier plan grid, button inside each card
   ============================================================ */
#pk-hiw-page-scope .pk-plans { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; align-items: stretch; max-width: 720px; margin: 0 auto; }
#pk-hiw-page-scope .pk-plan { position: relative; background: #fff; border: 1px solid var(--pk-border); border-radius: 18px;
  padding: 20px 20px 22px; display: flex; flex-direction: column; transition: var(--transition-default); }
#pk-hiw-page-scope .pk-plan:hover { transform: translateY(-3px); border-color: var(--pk-green-light); box-shadow: var(--shadow-brand-soft); }
#pk-hiw-page-scope .pk-plan.is-rec { border: 2px solid var(--pk-green-primary); box-shadow: var(--shadow-brand-soft);
  background: linear-gradient(170deg, #EAF7EE 0%, #FFFFFF 62%); }

#pk-hiw-page-scope .pk-plan__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
#pk-hiw-page-scope .pk-plan__badge { display: inline-flex; align-items: center; font-size: 10px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .06em; padding: 5px 10px; border-radius: 999px; white-space: nowrap; }
#pk-hiw-page-scope .pk-plan__badge--green { background: var(--pk-green-lighter); color: var(--pk-green-primary); }
/* Match pricing v2 Lifetime .badge.best amber (#E89030) */
#pk-hiw-page-scope .pk-plan__badge--orange { background: #E89030; color: #fff; }
#pk-hiw-page-scope .pk-plan__radio { flex: none; width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--pk-border-strong); }
#pk-hiw-page-scope .pk-plan__radio.is-on { border-color: var(--pk-green-primary); background: var(--pk-green-primary);
  box-shadow: inset 0 0 0 3.5px #fff, inset 0 0 0 5px var(--pk-green-primary); }

#pk-hiw-page-scope .pk-plan__term { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em;
  color: var(--pk-text-faint); }
#pk-hiw-page-scope .pk-plan__name { font-size: 20px; font-weight: 800; letter-spacing: -.02em; line-height: 1.12; margin: 5px 0 0;
  text-wrap: balance; color: var(--pk-ink); }
#pk-hiw-page-scope .pk-plan__amt { font-size: 38px; font-weight: 800; letter-spacing: -.03em; line-height: 1; margin: 14px 0 0; color: var(--pk-ink); }
#pk-hiw-page-scope .pk-plan.is-rec .pk-plan__amt { color: var(--pk-green-primary); }
#pk-hiw-page-scope .pk-plan__amt span { font-size: 15px; font-weight: 700; color: var(--pk-text-soft); letter-spacing: 0; margin-left: 4px; }
#pk-hiw-page-scope .pk-plan__desc { font-size: 13.5px; color: var(--pk-text-soft); line-height: 1.5; margin: 14px 0 0; }
#pk-hiw-page-scope .pk-plan__feats { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 11px; flex-grow: 1; }
#pk-hiw-page-scope .pk-plan__feats li { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--pk-ink); font-weight: 500; }
#pk-hiw-page-scope .pk-plan__tick { flex: none; width: 21px; height: 21px; border-radius: 50%; background: var(--pk-green-lighter);
  color: var(--pk-green-primary); display: grid; place-items: center; }
#pk-hiw-page-scope .pk-plan__tick svg { width: 12px; height: 12px; }
#pk-hiw-page-scope .pk-plan__cta { margin-top: 20px; }

/* ============================================================
   NEIGHBORHOOD ??? dark personalization panel
   ============================================================ */
#pk-hiw-page-scope .pk-hood { background: var(--pk-ink); border-radius: 28px; padding: 44px; display: grid;
  grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
#pk-hiw-page-scope .pk-hood__eyebrow { color: var(--pk-green-accent); font-size: 12px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .12em; }
#pk-hiw-page-scope .pk-hood h2 { color: #fff; font-size: clamp(24px, 2.8vw, 30px); font-weight: 800; letter-spacing: -.03em;
  line-height: 1.12; margin: 12px 0 0; }
#pk-hiw-page-scope .pk-hood__lead { color: var(--pk-footer-link); font-size: 15px; line-height: 1.6; margin: 14px 0 22px; max-width: 44ch; }
#pk-hiw-page-scope .pk-hood__form { display: flex; gap: 10px; margin-bottom: 24px; flex-wrap: wrap; }
#pk-hiw-page-scope .pk-hood__input { height: 48px; width: 130px; border-radius: 10px; border: 1.5px solid #3a4654;
  background: #28333f; color: #fff; font-size: 16px; font-weight: 700; padding: 0 16px; letter-spacing: .04em; }
#pk-hiw-page-scope .pk-hood__input:focus { outline: none; border-color: var(--pk-green-primary); box-shadow: var(--focus-ring); }
#pk-hiw-page-scope .pk-hood__input::placeholder { color: #6b7a8a; }
#pk-hiw-page-scope .pk-hood__list { display: flex; flex-direction: column; gap: 2px; }
#pk-hiw-page-scope .pk-hood__row { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center;
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
#pk-hiw-page-scope .pk-hood__row:last-child { border-bottom: none; }
#pk-hiw-page-scope .pk-hood__row span { color: #cdd6df; font-size: 14px; font-weight: 500; }
#pk-hiw-page-scope .pk-hood__bar { display: flex; align-items: center; gap: 12px; }
#pk-hiw-page-scope .pk-hood__track { width: 92px; height: 6px; border-radius: 3px; background: #2f3a47; overflow: hidden; }
#pk-hiw-page-scope .pk-hood__fill { height: 100%; border-radius: 3px; background: var(--pk-green-accent); }
#pk-hiw-page-scope .pk-hood__row b { color: #fff; font-size: 14px; font-weight: 800; width: 24px; text-align: right; }
#pk-hiw-page-scope .pk-hood__panel { background: #28333f; border: 1px solid #333f4c; border-radius: 18px; padding: 24px; }
#pk-hiw-page-scope .pk-hood__meta { color: #8ea2b8; font-size: 12px; font-weight: 600; margin: 0 0 16px; }
#pk-hiw-page-scope .pk-hood__pill { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center;
  padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
#pk-hiw-page-scope .pk-hood__pill:last-child { border-bottom: none; }
#pk-hiw-page-scope .pk-hood__pill .tick { width: 18px; height: 18px; color: var(--pk-green-accent); }
#pk-hiw-page-scope .pk-hood__pill p { color: #e6ebf0; font-size: 14px; font-weight: 600; margin: 0; }
#pk-hiw-page-scope .pk-hood__pill small { color: #8ea2b8; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
#pk-hiw-page-scope .pk-hood__foot { max-width: 760px; margin: 18px auto 0; text-align: center; color: var(--pk-warning);
  font-size: 12px; font-weight: 600; }

/* ============================================================
   TESTIMONIALS ??? production tcard style + social proof
   ============================================================ */
#pk-hiw-page-scope .pk-tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1080px; margin: 0 auto; }
#pk-hiw-page-scope .pk-tc { background: #fff; border: 1px solid var(--pk-border); border-radius: var(--radius-lg, 20px); padding: 30px;
  display: flex; flex-direction: column; box-shadow: var(--shadow-sm); }
#pk-hiw-page-scope .pk-tc__obj { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  color: var(--pk-green-primary); margin-bottom: 16px; }
#pk-hiw-page-scope .pk-tc__stars { display: inline-flex; gap: 2px; margin-bottom: 18px; }
#pk-hiw-page-scope .pk-tc__stars svg { width: 20px; height: 20px; fill: var(--pk-warning, #E89030); }
#pk-hiw-page-scope .pk-tc__quote { font-size: 21px; font-weight: 800; line-height: 1.25; letter-spacing: -.02em; color: var(--pk-ink);
  margin: 0 0 14px; text-wrap: pretty; }
#pk-hiw-page-scope .pk-tc__body { margin: 0; font-size: 16px; line-height: 1.6; color: var(--pk-text-soft); flex: 1; }
#pk-hiw-page-scope .pk-tc__person { display: flex; align-items: center; gap: 14px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--pk-border); }
#pk-hiw-page-scope .pk-tc__person image-slot { width: 48px; height: 48px; flex: 0 0 auto; border: 1px solid var(--pk-border); border-radius: 999px; }
#pk-hiw-page-scope .pk-tc__meta { display: flex; flex-direction: column; gap: 5px; line-height: 1.2; }
#pk-hiw-page-scope .pk-tc__meta strong { font-size: 15px; font-weight: 800; color: var(--pk-ink); }
#pk-hiw-page-scope .pk-tc__verified { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em; color: var(--pk-text-faint); }
#pk-hiw-page-scope .pk-tc__verified svg { width: 14px; height: 14px; stroke: var(--pk-green-primary); stroke-width: 2.5; fill: none; flex: 0 0 auto; }

#pk-hiw-page-scope .pk-social { max-width: 1080px; margin: 34px auto 0; display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; }
#pk-hiw-page-scope .pk-social__avatars { display: flex; align-items: center; flex: 0 0 auto; }
#pk-hiw-page-scope .pk-social__avatars image-slot { width: 54px; height: 54px; border: 3px solid #fff; border-radius: 999px;
  box-shadow: 0 1px 4px rgba(32,42,55,.18); margin-left: -14px; }
#pk-hiw-page-scope .pk-social__avatars image-slot:first-child { margin-left: 0; }
#pk-hiw-page-scope .pk-social__text { display: flex; flex-direction: column; gap: 7px; }
#pk-hiw-page-scope .pk-social__count { font-size: 22px; font-weight: 800; letter-spacing: -.02em; color: var(--pk-ink); line-height: 1.1; white-space: nowrap; }
#pk-hiw-page-scope .pk-social__rating { display: flex; align-items: center; gap: 10px; }
#pk-hiw-page-scope .pk-social__stars { display: flex; gap: 2px; }
#pk-hiw-page-scope .pk-social__stars svg { width: 18px; height: 18px; fill: var(--pk-warning, #E89030); }
#pk-hiw-page-scope .pk-social__num { font-size: 15px; font-weight: 600; color: var(--pk-text-soft); }
@media (max-width: 559px) { #pk-hiw-page-scope .pk-social { flex-direction: column; gap: 16px; text-align: center; } #pk-hiw-page-scope .pk-social__rating { justify-content: center; } }

/* ============================================================
   FAQ — uses global .faq-list / .faq-item from berlin-components.css
   ============================================================ */
#pk-hiw-page-scope .faq-list { max-width: 760px; margin: 0 auto; }
#pk-hiw-page-scope .faq-summary h3 { color: var(--pk-ink); margin: 0; }

/* --- Final CTA --- */
#pk-hiw-page-scope .pk-final { text-align: center; max-width: 620px; margin: 0 auto; }
#pk-hiw-page-scope .pk-final h2 { font-size: clamp(30px, 3.6vw, 42px); font-weight: 800; letter-spacing: -.035em; margin: 0 0 14px; color: var(--pk-ink); }
#pk-hiw-page-scope .pk-final p { font-size: 17px; color: var(--pk-text-soft); margin: 0 0 30px; line-height: 1.6; }

/* --- Footer --- */
#pk-hiw-page-scope .pk-footer { background: var(--pk-ink); border-top: 3px solid var(--pk-green-primary); color: #fff; padding: 28px 0; }
#pk-hiw-page-scope .pk-footer__in { max-width: var(--pk-abs-container, 1280px); margin: 0 auto; padding: 0 32px; display: flex;
  align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
#pk-hiw-page-scope .pk-footer__brand { display: flex; align-items: center; gap: 14px; }
#pk-hiw-page-scope .pk-footer__brand img { height: 22px; }
#pk-hiw-page-scope .pk-footer__brand span { color: var(--pk-footer-link); font-size: 13px; }
#pk-hiw-page-scope .pk-footer__links { display: flex; gap: 22px; }
#pk-hiw-page-scope .pk-footer__links a { color: var(--pk-footer-link); font-size: 13px; text-decoration: none; font-weight: 600; }
#pk-hiw-page-scope .pk-footer__links a:hover { color: #fff; }

/* --- Responsive --- */
@media (max-width: 1000px) {
  #pk-hiw-page-scope .pk-hero--snapflow-atf {
    display: block;
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
  }
  #pk-hiw-page-scope .pk-hero--snapflow-atf .pk-hero__underlay { display: none; }
  #pk-hiw-page-scope .pk-hero--snapflow-atf .pk-hero__inner { display: block; }
  #pk-hiw-page-scope .pk-hero--snapflow-atf .pk-hero__copy { max-width: none; min-width: 0; }
  #pk-hiw-page-scope .pk-hero--snapflow-atf .pk-hero__visual { display: flex; order: -1; margin-bottom: 4px; width: 100%; max-width: 100%; min-width: 0; }
  #pk-hiw-page-scope .pk-hero {
    display: block;
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 8px;
  }
  #pk-hiw-page-scope .pk-hero__underlay { display: none; }
  #pk-hiw-page-scope .pk-hero__copy { max-width: none; min-width: 0; }
  #pk-hiw-page-scope .pk-hero:not(.pk-hero--static-atf):not(.pk-hero--snapflow-atf) .pk-hero__visual { display: flex; order: -1; margin-bottom: 4px; width: 100%; max-width: 100%; min-width: 0; }
  #pk-hiw-page-scope .pk-re { padding: 28px 22px; }
  #pk-hiw-page-scope .pk-tgrid { grid-template-columns: 1fr; }
  #pk-hiw-page-scope .pk-re__routes { grid-template-columns: 1fr 1fr; }
  #pk-hiw-page-scope .pk-plans { grid-template-columns: 1fr; max-width: 600px; }
  #pk-hiw-page-scope .pk-honest { grid-template-columns: 1fr; }
  #pk-hiw-page-scope .pk-hood { gap: 28px; }
  #pk-hiw-page-scope .pk-stat + .pk-stat { border-left: none; }
}
@media (max-width: 760px) {
  /* Site chrome header: match homepage mobile rhythm (header -> eyebrow) */
  body.pk-berlin-chrome.pk-how-it-works-page #pk-hiw-page-scope .pk-hero,
  body.pk-berlin-chrome.pk-how-it-works-page #pk-hiw-page-scope .pk-hero--static-atf {
    padding-top: 48px !important;
    padding-bottom: 32px !important;
  }

  #pk-hiw-page-scope .before-after .ba-label {
    top: 12px;
    font-size: 10px;
    padding: 6px 10px;
  }
  #pk-hiw-page-scope .before-after .ba-label.before { left: 12px; }
  #pk-hiw-page-scope .before-after .ba-label.after { right: 12px; }
  #pk-hiw-page-scope .before-after .ba-caption {
    bottom: 12px;
    left: 12px;
    right: 12px;
    font-size: 11px;
  }
  #pk-hiw-page-scope .before-after .ba-pin {
    width: 44px;
    height: 44px;
  }
  #pk-hiw-page-scope .before-after .ba-pin svg {
    width: 18px;
    height: 18px;
  }

  #pk-hiw-page-scope .pk-stats__in {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
    padding: 18px 16px;
    justify-items: center;
    text-align: center;
  }
  #pk-hiw-page-scope .pk-stat {
    flex: none;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 0;
    min-width: 0;
  }
  #pk-hiw-page-scope .pk-stat b,
  #pk-hiw-page-scope .pk-stat span {
    display: block;
    line-height: 1.3;
  }
  #pk-hiw-page-scope .pk-hero__trust {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  #pk-hiw-page-scope .pk-header__nav, #pk-hiw-page-scope .pk-header__auth { display: none; }
  #pk-hiw-page-scope .pk-header__burger { display: flex; }
  #pk-hiw-page-scope .pk-container { padding: 0 20px; }
  #pk-hiw-page-scope .pk-includes__grid { grid-template-columns: 1fr; }
  #pk-hiw-page-scope .pk-hood { padding: 28px; }
  #pk-hiw-page-scope .pk-re__routes { grid-template-columns: 1fr; }
  #pk-hiw-page-scope .pk-re__stepper { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 0; max-width: 360px; }
  #pk-hiw-page-scope .pk-re__seg { display: none; }
  #pk-hiw-page-scope .pk-re__stage { width: auto; }
  #pk-hiw-page-scope .pk-section { padding: 56px 0; }

  /* Condensed pricing cards ??? compact, just the essentials */
  #pk-hiw-page-scope .pk-plans { gap: 14px; }
  #pk-hiw-page-scope .pk-plan { padding: 18px 18px 20px; border-radius: 16px; }
  #pk-hiw-page-scope .pk-plan.is-rec { background: linear-gradient(170deg, #EAF7EE 0%, #FFFFFF 78%); }
  #pk-hiw-page-scope .pk-plan__top { margin-bottom: 12px; }
  #pk-hiw-page-scope .pk-plan__badge { font-size: 10px; padding: 5px 10px; }
  #pk-hiw-page-scope .pk-plan__radio { width: 20px; height: 20px; }
  #pk-hiw-page-scope .pk-plan__name { font-size: 19px; margin-top: 4px; }
  #pk-hiw-page-scope .pk-plan__amt { font-size: 32px; margin-top: 10px; }
  #pk-hiw-page-scope .pk-plan__amt span { font-size: 15px; }
  #pk-hiw-page-scope .pk-plan__desc { display: none; }
  #pk-hiw-page-scope .pk-plan__feats { margin-top: 14px; gap: 9px; }
  #pk-hiw-page-scope .pk-plan__feats li { font-size: 14px; gap: 9px; }
  #pk-hiw-page-scope .pk-plan__tick { width: 20px; height: 20px; }
  #pk-hiw-page-scope .pk-plan__tick svg { width: 11px; height: 11px; }
  #pk-hiw-page-scope .pk-plan__cta { margin-top: 18px; }
}

