/**
 * PaperKarma home — ABS variant (additional styles when body.home-abs).
 * Loaded only when variant pack = abs. Complements main.css.
 * Shared Berlin components (.btn, .btn-primary, .eyebrow, FAQ, .final-cta, …)
 * live in css/berlin-components.css (global, enqueued site-wide).
 * Ported from werkstatt-wp/Abs/abs-preview-desktop-and-mobile.html (L101–L1016).
 * Layout rules here stay scoped under body.home-abs; CSS variables --pk-abs-*
 * are duplicated in berlin-components.css for non–home-abs surfaces.
 */

/* Self-hosted Roboto for homepage (W3TC-excluded; do not rely on Google Fonts / AO gfonts). */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --pk-abs-black: #202A37;
  --pk-abs-text: #202A37;
  --pk-abs-text-soft: #525252;
  --pk-abs-text-faint: #737373;
  --pk-abs-white: #FFFFFF;
  --pk-abs-surface: #FFFFFF;
  --pk-abs-surface-alt: #F5F5F5;
  --pk-abs-surface-warm: #FAFAF8;
  --pk-abs-border: #E5E5E5;
  --pk-abs-border-strong: #D4D4D4;
  --pk-abs-green: #17A24C;
  --pk-abs-green-bright: #17A24C;
  --pk-abs-green-hover: #2A6C4C;
  --pk-abs-green-light: #D6F0DC;
  --pk-abs-green-lighter: #EAF7EE;
  --pk-abs-red: #D83351;
  --pk-abs-red-soft: #F8DCE2;
  --pk-abs-yellow: #E89030;
  --pk-abs-warning-soft: #FBE4CE;

  --pk-abs-sans: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --pk-abs-container: 1280px;
  --pk-abs-r-sm: 8px;
  --pk-abs-r: 12px;
  --pk-abs-r-lg: 20px;
  --pk-abs-r-xl: 28px;
  --pk-abs-hero-qr-size: 72px;
  --pk-abs-final-qr-size: 88px;
}

body.home-abs {
  font-family: var(--pk-abs-sans);
  background: var(--pk-abs-white);
  color: var(--pk-abs-text);
  line-height: 1.5;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.005em;
}

body.home-abs img, body.home-abs svg { display: block; max-width: 100%; 
}

body.home-abs a { color: inherit; text-decoration: none; 
}

body.home-abs .wrap { max-width: var(--pk-abs-container); margin: 0 auto; padding: 0 32px; 
}

body.home-abs h1, body.home-abs h2, body.home-abs h3, body.home-abs h4 { font-family: var(--pk-abs-sans); font-weight: 800; letter-spacing: -0.035em; line-height: 1; color: var(--pk-abs-text);
}

body.home-abs h1 .accent,
body.home-abs h2 .accent,
body.home-abs h3 .accent,
body.home-abs h4 .accent,
body.home-abs h1 .number,
body.home-abs h2 .number,
body.home-abs h3 .number,
body.home-abs h4 .number {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

/* ACF inline markup (e.g. <span class="brand-color">) in headings */
body.home-abs .brand-color {
  color: var(--pk-abs-green-bright);
}

/* BUTTONS — base .btn / .btn-primary / .btn-large live in berlin-components.css (global). */
/* Anchor + Bootstrap .btn color can lose to merged/minified order (bootstrap linked in header.php before wp_head). */
body.home-abs a.btn.btn-primary,
body.home-abs a.btn.btn-primary:visited {
  color: var(--pk-abs-white);
}
body.home-abs a.btn.btn-primary:hover,
body.home-abs a.btn.btn-primary:focus,
body.home-abs a.btn.btn-primary:active {
  color: var(--pk-abs-white);
}

body.home-abs .btn-dark { background: var(--pk-abs-black); color: var(--pk-abs-white); border-color: var(--pk-abs-black); 
}

body.home-abs .btn-dark:hover { background: #2D3744; border-color: #2D3744; transform: translateY(-1px); 
}

body.home-abs .btn-outline-dark { background: transparent; color: var(--pk-abs-text); border-color: var(--pk-abs-border-strong); 
}

body.home-abs .btn-outline-dark:hover { border-color: var(--pk-abs-black); 
}

body.home-abs .btn-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 15px; color: var(--pk-abs-text); 
}

body.home-abs .btn-link .arrow { transition: transform 0.2s ease; display: inline-block; 
}

body.home-abs .btn-link:hover .arrow { transform: translateX(4px); 
}

/* APP BADGES */

body.home-abs .app-badges { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; 
}

body.home-abs .app-badge {
  display: inline-flex;
  align-items: center;
  height: 44px;
  border-radius: 8px;
  transition: all 0.18s;
  overflow: hidden;
}

body.home-abs .app-badge:hover { transform: translateY(-1px); opacity: 0.92; 
}

body.home-abs .app-badge svg { display: block; height: 100%; width: auto; 
}

body.home-abs .app-badge text {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1;
}

body.home-abs .app-badge .badge-kicker {
  font-size: 8px;
}

body.home-abs .app-badge .badge-name {
  font-size: 14px;
  font-weight: 600;
}

/* HEADER — site chrome lives in site-chrome-berlin.css (TASK-0092). */

/* HERO */

body.home-abs .hero { padding: 56px 0 72px; background: var(--pk-abs-white); 
}

body.home-abs .hero .wrap {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px 72px;
  align-items: center;
}

body.home-abs .hero-content {
  padding-top: 0;
  margin-top: 0;
  align-self: center;
}

body.home-abs .hero h1 {
  font-size: clamp(54px, 7.4vw, 96px);
  font-weight: 800;
  margin-bottom: 24px;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: var(--pk-abs-text);
}

body.home-abs .hero h1 .hero-h1-line {
  display: block;
}

body.home-abs .hero h1 .accent { color: var(--pk-abs-green-bright); 
}

body.home-abs .hero-sub { font-size: 19px; line-height: 1.5; color: var(--pk-abs-text-soft); max-width: 520px; margin-bottom: 32px; font-weight: 500; 
}

body.home-abs .hero-cta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-bottom: 28px; 
}

body.home-abs .hero-qr {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 16px 8px 8px;
  border: 1.5px solid var(--pk-abs-border);
  border-radius: 14px;
  background: var(--pk-abs-white);
  transition: all 0.18s ease;
}

body.home-abs .hero-qr:hover { border-color: var(--pk-abs-green-bright); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(23, 162, 76, 0.10); 
}

body.home-abs .hero-qr img {
  width: var(--pk-abs-hero-qr-size);
  height: var(--pk-abs-hero-qr-size);
  display: block;
  border-radius: 6px;
}

body.home-abs .hero-qr-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-right: 4px;
}

body.home-abs .hero-qr-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--pk-abs-text);
  letter-spacing: -0.01em;
  line-height: 1.2;
}

body.home-abs .hero-qr-sub {
  font-size: 12px;
  font-weight: 500;
  color: var(--pk-abs-text-soft);
  line-height: 1.2;
}

/* SOCIAL PROOF BLOCK (Robokiller-style) */

body.home-abs .social-proof { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; 
}

body.home-abs .proof-bubbles { display: flex; align-items: center; 
}

body.home-abs .proof-bubble {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 2.5px solid var(--pk-abs-white);
  background-size: cover; background-position: center;
  background-color: var(--pk-abs-green-light);
  margin-left: -10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

body.home-abs .proof-bubble:first-child { margin-left: 0; 
}

body.home-abs .proof-text { font-size: 14px; line-height: 1.3; color: var(--pk-abs-text-soft); font-weight: 500; 
}

body.home-abs .proof-text strong { color: var(--pk-abs-text); font-weight: 700; 
}

body.home-abs .proof-rating { display: flex; align-items: center; gap: 10px; margin-top: 6px; 
}

body.home-abs .proof-stars { color: var(--pk-abs-yellow); font-size: 22px; letter-spacing: 1.5px; line-height: 1; 
}

body.home-abs .proof-rating-num { font-size: 14px; font-weight: 600; color: var(--pk-abs-text); 
}

/* PRESS STRIP (own segment below hero; avoids legacy .hero height/overflow box) */

body.home-abs section.press-strip {
  padding: 32px 0 56px;
  background: var(--pk-abs-white);
  border-top: 1px solid var(--pk-abs-border);
}

body.home-abs section.press-strip .press-strip--link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: background 0.18s ease;
  margin: -32px 0 -56px;
  padding: 32px 0 56px;
}

body.home-abs section.press-strip .press-strip--link:hover {
  background: #fafbfa;
}

body.home-abs section.press-strip .press-strip--link:focus-visible {
  outline: 2px solid var(--pk-abs-green-primary);
  outline-offset: -2px;
}

body.home-abs .press-strip-head {
  margin: 0 auto 20px;
  text-align: center;
}

body.home-abs .press-strip-head .eyebrow { justify-content: center; 
}

body.home-abs .press-strip-list {
  display: flex; flex-wrap: nowrap;
  gap: 28px;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 4px 0;
}

body.home-abs .press-strip-list::-webkit-scrollbar { display: none; 
}

body.home-abs .press-logo {
  flex-shrink: 0;
  height: auto;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  opacity: 1;
  filter: none;
  transition: opacity 0.18s, filter 0.18s, transform 0.18s;
}

body.home-abs .press-strip-list.is-grayscale .press-logo {
  opacity: 0.88;
  filter: grayscale(1);
}

body.home-abs .press-strip-list:not(.is-grayscale) .press-logo:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

body.home-abs .press-strip-list.is-grayscale .press-logo:hover {
  filter: grayscale(0.35);
  opacity: 1;
}

body.home-abs .press-logo--img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

body.home-abs .press-logo--img img {
  display: block;
  height: auto;
  width: auto;
  max-height: 36px;
  max-width: 160px;
  object-fit: contain;
}

body.home-abs .press-logo.nyt {
  font-family: 'Times New Roman', Georgia, serif;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #000;
  font-style: italic;
}

body.home-abs .press-logo.today {
  font-family: var(--pk-abs-sans);
  font-weight: 900;
  font-size: 20px;
  letter-spacing: -0.04em;
  color: #000;
}

body.home-abs .press-logo.today em { color: #FB6A0F; font-style: normal; 
}

body.home-abs .press-logo.techcrunch {
  font-family: var(--pk-abs-sans);
  font-weight: 900;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #0A9648;
  text-transform: uppercase;
}

body.home-abs .press-logo.abc {
  width: 36px;
  height: 36px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-family: 'Times New Roman', Georgia, serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.home-abs .press-logo.apple {
  font-family: var(--pk-abs-sans);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #1d1d1f;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

body.home-abs .press-logo.apple svg { width: 16px; height: 16px; fill: currentColor; 
}

/* HERO BEFORE/AFTER */

body.home-abs .hero-illust-wrap { position: relative; max-width: 540px; margin-left: auto; width: 100%; 
}

body.home-abs .before-after {
  position: relative;
  width: 100%;
  border-radius: var(--pk-abs-r-xl);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--pk-abs-surface-alt);
  box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 12px 40px rgba(0,0,0,0.10);
}

body.home-abs .hero-media-card {
  position: relative;
  width: 100%;
  border-radius: var(--pk-abs-r-xl);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--pk-abs-surface-alt);
  box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 12px 40px rgba(0,0,0,0.10);
}

body.home-abs .hero-media-image {
  background-size: cover;
  background-position: center;
}

body.home-abs .hero-media-card iframe,
body.home-abs .hero-media-card video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

body.home-abs .before-after-grid { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; 
}

body.home-abs .ba-half { position: relative; overflow: hidden; background-size: cover; background-position: center; 
}

body.home-abs .ba-before { background-color: #B8A082; 
}

body.home-abs .ba-after { background-color: #E8E4DA; 
}

body.home-abs .ba-half::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.55) 100%); 
}

body.home-abs .ba-label {
  position: absolute; top: 18px;
  font-family: var(--pk-abs-sans); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  padding: 7px 12px; border-radius: 6px; z-index: 2;
}

body.home-abs .ba-label.before { left: 18px; background: var(--pk-abs-black); color: var(--pk-abs-white); 
}

body.home-abs .ba-label.after { right: 18px; background: var(--pk-abs-green-bright); color: var(--pk-abs-white); 
}

body.home-abs .ba-caption {
  position: absolute; bottom: 18px; left: 18px; right: 18px; z-index: 2;
  font-size: 13px; font-weight: 600; color: var(--pk-abs-white); letter-spacing: -0.01em;
}

body.home-abs .ba-divider { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: var(--pk-abs-white); z-index: 3; 
}

body.home-abs .ba-pin {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--pk-abs-white);
  z-index: 4; display: grid; place-items: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}

body.home-abs .ba-pin svg { width: 22px; height: 22px; stroke: var(--pk-abs-text); stroke-width: 2; fill: none; 
}

/* Snap-flow ATF (matches HiW: underlay desktop, main iframe mobile) */
body.home-abs .hero.hero--snapflow-atf {
  position: relative;
  overflow: hidden;
}

body.home-abs .hero.hero--snapflow-atf .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%);
}

body.home-abs .hero.hero--snapflow-atf .wrap {
  position: relative;
  z-index: 1;
}

body.home-abs .hero.hero--snapflow-atf .hero-snapflow-visual {
  display: none;
}

body.home-abs .hero.hero--snapflow-atf .hero-illust-wrap {
  min-height: 420px;
}

@media (min-width: 1001px) {
  body.home-abs .hero.hero--snapflow-atf .hero-content {
    max-width: 540px;
    margin-left: 0;
    margin-right: 0;
  }

  body.home-abs .hero.hero--snapflow-atf h1 {
    font-size: clamp(48px, 5.8vw, 80px);
  }
}

body.home-abs .hero-stat-card {
  position: absolute;
  bottom: 16px; right: 16px;
  background: var(--pk-abs-white);
  border-radius: 14px;
  padding: 14px 18px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.18);
  border: 1px solid var(--pk-abs-border);
  z-index: 5;
}

body.home-abs .hero-stat-card .ico {
  width: 40px; height: 40px;
  background: var(--pk-abs-green-light); color: var(--pk-abs-green);
  border-radius: 10px; display: grid; place-items: center;
}

body.home-abs .hero-stat-card .ico svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 2.2; fill: none; stroke-linecap: round; stroke-linejoin: round; 
}

body.home-abs .hero-stat-card .num { font-size: 22px; font-weight: 800; letter-spacing: -0.025em; line-height: 1; 
}

body.home-abs .hero-stat-card .lbl { font-size: 12px; color: var(--pk-abs-text-soft); font-weight: 500; margin-top: 3px; 
}

/* SECTIONS */

body.home-abs section { padding: 96px 0; 
}

body.home-abs .section-head { display: flex; flex-direction: column; gap: 20px; margin-bottom: 56px; max-width: 720px; 
}

/* Non-ATF section h2 — unified ramp. Spotlight strip uses h3 (separate rule below). */
body.home-abs .section-head h2,
body.home-abs .testimonial-head h2,
body.home-abs .problem-head h2,
body.home-abs .how-content h2,
body.home-abs .coverage h2,
body.home-abs .faq-head h2 {
  font-size: var(--pk-abs-section-h2);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

body.home-abs .section-head h2 .accent { color: var(--pk-abs-green-bright); 
}

body.home-abs .section-head .lede { font-size: 19px; color: var(--pk-abs-text-soft); max-width: 580px; font-weight: 500; 
}

/* CONTENT SPOTLIGHT BAND (Robokiller's report module) */

body.home-abs .spotlight {
  background: var(--pk-abs-black);
  color: var(--pk-abs-white);
  padding: 40px 0;
}

body.home-abs .spotlight .wrap { padding: 0; 
}

body.home-abs .spotlight-card {
  max-width: var(--pk-abs-container);
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 64px;
  align-items: center;
}

body.home-abs .spotlight-content { padding: 48px 0; 
}

body.home-abs .spotlight-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  line-height: 1;
  color: var(--pk-abs-green-bright);
  margin-bottom: 18px;
}

body.home-abs .spotlight-eyebrow svg { width: 14px; height: 14px; stroke: currentColor; stroke-width: 2.2; fill: none; 
}

body.home-abs .spotlight h3 {
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  margin-bottom: 24px;
  letter-spacing: -0.025em;
  line-height: 1.1;
  color: var(--pk-abs-white);
  max-width: 480px;
}

body.home-abs .spotlight p {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 28px;
  max-width: 440px;
  font-weight: 500;
  line-height: 1.55;
}

body.home-abs .spotlight-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  background: var(--pk-abs-white);
  color: var(--pk-abs-black);
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.18s;
}

body.home-abs .spotlight-cta:hover { transform: translateY(-1px); 
}

body.home-abs .spotlight-cta svg { width: 16px; height: 16px; stroke: currentColor; stroke-width: 2.2; fill: none; 
}

body.home-abs .spotlight-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.home-abs .spotlight-mockup {
  position: relative;
  width: 100%; max-width: 380px;
  background: var(--pk-abs-white);
  border-radius: 12px;
  padding: 24px 28px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
  color: var(--pk-abs-text);
  transform: rotate(-3deg);
}

body.home-abs .spotlight-image {
  display: block;
  width: min(100%, 440px);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
  transform: rotate(-3deg);
}

body.home-abs .spotlight-media-card {
  position: relative;
  width: min(100%, 440px);
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--pk-abs-surface-alt);
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
  transform: rotate(-3deg);
}

body.home-abs .spotlight-media-card iframe,
body.home-abs .spotlight-media-card video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

body.home-abs .spotlight-mockup .ttl-tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--pk-abs-green);
  margin-bottom: 8px;
}

body.home-abs .spotlight-mockup h4 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 18px;
  color: var(--pk-abs-text);
}

body.home-abs .spotlight-mockup .stat-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid var(--pk-abs-border);
  font-size: 13px;
}

body.home-abs .spotlight-mockup .stat-row strong { font-weight: 700; 
}

body.home-abs .spotlight-mockup .stat-row .green { color: var(--pk-abs-green); font-weight: 700; 
}

body.home-abs .spotlight-pill {
  position: absolute;
  background: var(--pk-abs-green-bright);
  color: var(--pk-abs-white);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  z-index: 2;
  box-shadow: 0 6px 20px rgba(23, 162, 76, 0.4);
}

body.home-abs .spotlight-pill.top { top: 14%; right: 8%; transform: rotate(8deg); 
}

body.home-abs .spotlight-pill.bottom { bottom: 18%; left: 6%; transform: rotate(-6deg); 
}

/* TESTIMONIALS */

body.home-abs .testimonials { background: var(--pk-abs-white); 
}

body.home-abs .testimonial-head { margin: 0 auto 56px; text-align: center; align-items: center; 
}

body.home-abs .testimonial-head .eyebrow { justify-content: center; 
}

body.home-abs .testimonial-head h2 { text-align: center; max-width: 720px;
}

body.home-abs .testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; 
}

body.home-abs .testimonial {
  background: var(--pk-abs-white);
  border: 1.5px solid var(--pk-abs-border);
  border-radius: 20px;
  padding: 32px;
  display: flex; flex-direction: column;
  transition: all 0.22s ease;
}

body.home-abs .testimonial:hover { border-color: var(--pk-abs-border-strong); transform: translateY(-2px); 
}

body.home-abs .testimonial .stars { color: var(--pk-abs-yellow); font-size: 17px; margin-bottom: 18px; letter-spacing: 1px; 
}

body.home-abs .testimonial-quote { font-size: 22px; font-weight: 800; line-height: 1.2; margin-bottom: 14px; letter-spacing: -0.02em; color: var(--pk-abs-text); 
}

body.home-abs .testimonial-body { color: var(--pk-abs-text-soft); font-size: 15px; line-height: 1.55; margin-bottom: 28px; flex: 1; font-weight: 500; 
}

body.home-abs .testimonial-author { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid var(--pk-abs-border); 
}

/* Testimonial face: same pattern as hero .proof-bubble (inline background-image on div). Prefixed class avoids generic .author-avatar collisions. */
body.home-abs .pk-abs-author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: var(--pk-abs-green-light);
  flex-shrink: 0;
}
body.home-abs .pk-abs-author-avatar--empty {
  background-image: none;
}

body.home-abs .author-name { font-size: 14px; font-weight: 700; line-height: 1.2; margin-bottom: 3px; 
}

body.home-abs .author-meta { font-size: 11px; font-weight: 700; color: var(--pk-abs-text-faint); text-transform: uppercase; letter-spacing: 0.06em; display: inline-flex; align-items: center; gap: 4px; 
}

body.home-abs .author-meta svg { width: 11px; height: 11px; stroke: var(--pk-abs-green-bright); stroke-width: 2.5; fill: none; 
}

/* PROBLEM — 3 callout cards */

body.home-abs .problem-section { background: var(--pk-abs-surface-warm); 
}

body.home-abs .problem-head { margin: 0 auto 56px; text-align: center; align-items: center; 
}

body.home-abs .problem-head .eyebrow { justify-content: center; 
}

body.home-abs .problem-head h2 { text-align: center; max-width: 800px;
}

body.home-abs .problem-head h2 .accent { color: var(--pk-abs-green); 
}

body.home-abs .problem-head .lede { font-size: 18px; color: var(--pk-abs-text-soft); max-width: 600px; margin: 0 auto; font-weight: 500; line-height: 1.55; text-align: center; 
}

body.home-abs .callouts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; 
}

body.home-abs .callout {
  background: var(--pk-abs-white);
  border: 1.5px solid var(--pk-abs-border);
  border-radius: 20px;
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: all 0.22s ease;
}

body.home-abs .callout:hover { border-color: var(--pk-abs-green-bright); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(23, 162, 76, 0.10); 
}

body.home-abs .callout-img {
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  background-color: var(--pk-abs-surface-alt);
  position: relative;
}

body.home-abs .callout-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.4) 100%);
}

body.home-abs .callout-1 .callout-img { 
}

body.home-abs .callout-2 .callout-img { 
}

body.home-abs .callout-3 .callout-img { 
}

body.home-abs .callout-tag {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--pk-abs-white);
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  padding: 6px 10px; border-radius: 6px;
}

/* Elder-scams card link (temporary; later /topics/elder-scam/ cluster). */
body.home-abs a.callout.callout-1 {
  text-decoration: none;
  color: inherit;
}

body.home-abs a.callout.callout-1 .callout-tag {
  transition: background-color 0.22s ease, color 0.22s ease;
}

body.home-abs a.callout.callout-1:hover .callout-tag {
  background: #17A24C;
  color: #fff;
}

body.home-abs .callout-body { padding: 28px 28px 32px; flex: 1; display: flex; flex-direction: column; 
}

body.home-abs .callout h3 { font-size: 22px; font-weight: 800; margin-bottom: 12px; letter-spacing: -0.02em; line-height: 1.2; color: var(--pk-abs-text); 
}

body.home-abs .callout p { color: var(--pk-abs-text-soft); font-size: 15px; line-height: 1.55; font-weight: 500; flex: 1; 
}

body.home-abs .callout-quote {
  margin-top: 18px;
  padding: 14px 16px;
  background: var(--pk-abs-surface-warm);
  border-left: 3px solid var(--pk-abs-green-bright);
  font-size: 13px;
  font-style: italic;
  color: var(--pk-abs-text-soft);
  line-height: 1.45;
  border-radius: 0 8px 8px 0;
}

/* HOW IT WORKS — Video-led */

body.home-abs .how { background: var(--pk-abs-white); 
}

body.home-abs .how-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: center;
}

body.home-abs .how-content .eyebrow { margin-bottom: 16px; 
}

body.home-abs .how-content h2 {
  margin-bottom: 18px;
}

body.home-abs .how-content h2 .accent { color: var(--pk-abs-green-bright); 
}

body.home-abs .how-lede {
  font-size: 18px;
  color: var(--pk-abs-text-soft);
  font-weight: 500;
  margin-bottom: 36px;
  max-width: 480px;
}

body.home-abs .how-steps {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 36px;
  padding: 0;
}

body.home-abs .how-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid var(--pk-abs-border);
}

body.home-abs .how-step:last-child { border-bottom: 1px solid var(--pk-abs-border); 
}

body.home-abs .how-num {
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 800;
  color: var(--pk-abs-green-bright);
  letter-spacing: -0.02em;
  min-width: 40px;
  line-height: 1.15;
}

body.home-abs .how-step-body h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

body.home-abs .how-step-body p {
  color: var(--pk-abs-text-soft);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
}

body.home-abs .how-cta { margin-top: 8px; 
}

/* Video frame */

body.home-abs .how-video-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

body.home-abs .how-video-frame {
  position: relative;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 9 / 16;
  background: var(--pk-abs-black);
  border-radius: 28px;
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(0,0,0,0.04),
    0 24px 60px rgba(0,0,0,0.18);
  border: 8px solid var(--pk-abs-black);
}

body.home-abs .how-video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
}

body.home-abs .how-video-caption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  max-width: 380px;
}

body.home-abs .how-video-eyebrow {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--pk-abs-text-faint);
}

body.home-abs .how-video-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--pk-abs-text);
  letter-spacing: -0.01em;
}

body.home-abs .how-video-source {
  font-size: 12px;
  font-weight: 500;
  color: var(--pk-abs-text-soft);
}

/* COVERAGE */

body.home-abs .coverage { background: var(--pk-abs-green-lighter); border-top: 1px solid var(--pk-abs-green-light); border-bottom: 1px solid var(--pk-abs-green-light); text-align: center; 
}

body.home-abs .coverage-head { margin: 0 auto 48px; text-align: center; align-items: center; 
}

body.home-abs .coverage-head .eyebrow { justify-content: center; 
}

body.home-abs .coverage h2 { text-align: center; margin-bottom: 22px; color: var(--pk-abs-text);
}

body.home-abs .coverage h2 .number { color: var(--pk-abs-green); 
}

body.home-abs .coverage .lede { font-size: 19px; color: var(--pk-abs-text-soft); max-width: 580px; margin: 0 auto; font-weight: 500; line-height: 1.5; 
}

body.home-abs .coverage-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 48px; 
}

body.home-abs .chip {
  background: var(--pk-abs-white);
  border: 1px solid var(--pk-abs-green-light);
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--pk-abs-text);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: -0.01em;
}

body.home-abs a.chip {
  text-decoration: none;
  cursor: pointer;
}

body.home-abs a.chip:hover { border-color: var(--pk-abs-green); color: var(--pk-abs-green); 
}

body.home-abs .chip.more { background: transparent; color: var(--pk-abs-text-soft); border-style: dashed; 
}

/* STAT BAR (relocated to between coverage and FAQ) */

body.home-abs .stat-bar { background: var(--pk-abs-black); color: var(--pk-abs-white); padding: 48px 0; 
}

body.home-abs .stat-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 32px; align-items: center; 
}

body.home-abs .stat-item { display: flex; flex-direction: column; gap: 8px; align-items: center; text-align: center; 
}

body.home-abs .stat-item .num { font-size: 44px; font-weight: 800; letter-spacing: -0.035em; line-height: 1; color: var(--pk-abs-white); 
}

body.home-abs .stat-rating-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

body.home-abs .stat-item .rating-stars {
  color: var(--pk-abs-yellow);
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 1;
  margin-top: 4px;
  text-shadow: 0 0 18px rgba(250, 204, 21, 0.4);
}

body.home-abs .stat-item .label { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.4; font-weight: 500; max-width: 200px; 
}

body.home-abs .stat-divider { width: 1px; height: 60px; background: rgba(255,255,255,0.12); 
}

/* FAQ */

body.home-abs .faq { background: var(--pk-abs-white); 
}

body.home-abs .faq .wrap { max-width: 900px; 
}

body.home-abs .faq-head { text-align: center; margin: 0 auto 56px; align-items: center; 
}

body.home-abs .faq-head .eyebrow { justify-content: center; 
}

body.home-abs .faq-head h2 { text-align: center;
}

/* .faq-list, .faq-item, .faq-icon, .faq-answer — berlin-components.css (global). */

body.home-abs .faq-cta { display: flex; justify-content: center; margin-top: 48px;
}

body.home-abs .faq-cta .btn { gap: 10px; 
}

/* FINAL CTA */

body.home-abs .final-cta-wrap { padding: 64px 32px 96px; 
}

/* .final-cta and descendants — berlin-components.css (global). */

/* Footer remains the site-wide legacy footer for this pass. */

/* ANIMATIONS */

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

body.home-abs .hero h1, body.home-abs .hero-sub, body.home-abs .hero-cta, body.home-abs .social-proof { animation: fadeUp 0.7s ease both; 
}

body.home-abs .hero-sub { animation-delay: 0.08s; 
}

body.home-abs .hero-cta { animation-delay: 0.16s; 
}

body.home-abs .social-proof { animation-delay: 0.24s; 
}

body.home-abs .hero-illust-wrap { animation: fadeUp 0.9s ease 0.2s both; 
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  body.home-abs .hero .wrap { grid-template-columns: 1fr; gap: 48px; 
  }
  body.home-abs .hero-content { margin-top: 0;
  }
  body.home-abs .hero-illust-wrap { max-width: 540px; margin: 0 auto; 
  }
  body.home-abs .hero.hero--snapflow-atf .pk-hero__underlay { display: none; }
  body.home-abs .hero.hero--snapflow-atf .hero-snapflow-visual {
    display: block;
    width: 100%;
    border-radius: var(--pk-abs-r-xl);
    overflow: hidden;
    aspect-ratio: 720 / 620;
    background: var(--pk-abs-surface-alt);
    box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 12px 40px rgba(0,0,0,0.10);
  }
  body.home-abs .hero.hero--snapflow-atf .hero-snapflow-visual iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
  }
  body.home-abs .hero.hero--snapflow-atf .hero-illust-wrap { min-height: 0; }
  body.home-abs .spotlight-card { grid-template-columns: 1fr; gap: 32px; 
  }
  body.home-abs .spotlight-content { padding: 48px 0 0; 
  }
  body.home-abs .callouts { grid-template-columns: 1fr; 
  }
  body.home-abs .how-layout { grid-template-columns: 1fr; gap: 48px; 
  }
  body.home-abs .how-video-wrap { order: -1; 
  }
  body.home-abs .how-video-frame { max-width: 320px; 
  }
  body.home-abs .testimonial-grid { grid-template-columns: 1fr; 
  }
  body.home-abs .stat-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; 
  }
  body.home-abs .stat-divider { display: none; 
  }
}

@media (max-width: 720px) {
  body.home-abs .wrap { padding: 0 22px; 
  }
  body.home-abs .hero { padding: 36px 0 56px; 
  }
  body.home-abs .hero h1 {
    font-size: clamp(36px, 10.5vw, 48px);
  }
  body.home-abs section { padding: 64px 0; 
  }
  body.home-abs .hero-qr { display: none; 
  }
  body.home-abs .final-qr-desktop { display: none; 
  }
  body.home-abs .final-badges-mobile { display: flex; 
  }
  body.home-abs .stat-grid { grid-template-columns: 1fr; gap: 24px; 
  }
  body.home-abs .final-cta-wrap { padding: 32px 16px 48px; 
  }
  body.home-abs .press-strip-list { gap: 18px; 
  }
  body.home-abs .press-logo--img img {
    max-height: 28px;
    max-width: 120px;
  }
  body.home-abs .press-strip-list span { font-size: 14px; 
  }
  body.home-abs .hero-stat-card { right: 12px; bottom: 12px; padding: 10px 14px; gap: 10px; 
  }
  body.home-abs .hero-stat-card .ico { width: 32px; height: 32px; 
  }
  body.home-abs .hero-stat-card .ico svg { width: 16px; height: 16px; 
  }
  body.home-abs .hero-stat-card .num { font-size: 16px; 
  }
  body.home-abs .hero-stat-card .lbl { font-size: 10px; margin-top: 2px; 
  }
  body.home-abs .spotlight-card { padding: 0 22px; 
  }
  body.home-abs .spotlight-mockup { transform: rotate(0); 
  }
  body.home-abs .spotlight-image { transform: rotate(0); 
  }
}
