/* PowerCleanPay Marketing — brochure v1.1 (preview) */
:root {
  --pcp-orange: #f97316;
  --pcp-orange-deep: #ea580c;
  --pcp-orange-soft: rgba(249, 115, 22, 0.12);
  --pcp-navy: #07183a;
  --pcp-blue: #0061ff;
  --pcp-cyan: #00a8ff;
  --pcp-white: #ffffff;
  --bg: #f7f8fb;
  --bg-elevated: #ffffff;
  --bg-subtle: #eef2f8;
  --bg-tint: #e8f1ff;
  --fg: #0f172a;
  --fg-muted: #475569;
  --fg-subtle: #64748b;
  --border: rgba(15, 23, 42, 0.1);
  --border-strong: rgba(15, 23, 42, 0.16);
  --accent: #0061ff;
  --accent-hover: #0052d9;
  --accent-soft: rgba(0, 97, 255, 0.08);
  --accent-fg: #ffffff;
  --navy: #07183a;
  --radius-xs: 6px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-xl: 28px;
  --radius-pill: 9999px;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --font-sans: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  --text-xs: clamp(0.75rem, 0.72rem + 0.15vw, 0.8125rem);
  --text-sm: clamp(0.875rem, 0.84rem + 0.2vw, 0.9375rem);
  --text-base: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
  --text-lg: clamp(1.125rem, 1.05rem + 0.4vw, 1.25rem);
  --text-xl: clamp(1.375rem, 1.2rem + 0.8vw, 1.75rem);
  --text-2xl: clamp(1.75rem, 1.4rem + 1.5vw, 2.5rem);
  --text-3xl: clamp(2.25rem, 1.6rem + 2.8vw, 3.5rem);
  --leading-tight: 1.12;
  --leading-snug: 1.3;
  --leading-normal: 1.55;
  --tracking-display: -0.028em;
  --tracking-tight: -0.018em;
  --shadow-sm: 0 1px 2px rgba(7, 24, 58, 0.05);
  --shadow-md: 0 8px 24px rgba(7, 24, 58, 0.08);
  --shadow-lg: 0 16px 40px rgba(7, 24, 58, 0.12);
  --motion-quick: 150ms;
  --motion-fast: 250ms;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --container: 72rem;
  --header-h: 5.75rem;
}
*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  color: var(--fg);
  background: var(--bg);
  min-height: 100dvh;
  overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 0.15em; }
a:hover { color: var(--accent-hover); }
button, input, select, textarea { font: inherit; }
button:not(:disabled), [role="button"]:not(:disabled) { cursor: pointer; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.skip-link {
  position: absolute; left: var(--space-4); top: -100px; z-index: 100;
  background: var(--navy); color: var(--pcp-white);
  padding: var(--space-2) var(--space-4); border-radius: var(--radius-sm);
}
.skip-link:focus { top: var(--space-3); }
.container { width: min(100% - 2rem, var(--container)); margin-inline: auto; }
.site-header {
  position: sticky; top: 0; z-index: 50; height: var(--header-h);
  background: color-mix(in srgb, var(--bg-elevated) 92%, transparent);
  backdrop-filter: blur(12px); border-bottom: 1px solid var(--border);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  flex-wrap: nowrap;
}
.brand {
  display: inline-flex; align-items: center; gap: 0.65rem;
  text-decoration: none; color: var(--fg); min-height: 44px;
}
.brand:hover { color: var(--fg); }
.brand-mark { width: 2.25rem; height: 2.25rem; border-radius: 22%; object-fit: cover; flex-shrink: 0; }
.brand-name { font-weight: 650; font-size: var(--text-sm); letter-spacing: -0.02em; line-height: 1.1; }
.brand-name span {
  display: block;
  font-weight: 500;
  font-size: 0.68rem;
  font-style: italic;
  color: var(--fg-subtle);
  letter-spacing: 0;
  max-width: 16rem;
  line-height: 1.25;
  white-space: normal;
}
.footer-brand .brand-name span {
  font-style: italic;
  color: rgba(255, 255, 255, 0.55);
}
.nav-desktop {
  display: none;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  min-width: 0;
  gap: 0.15rem;
}
.nav-desktop a {
  color: var(--fg-muted);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.45rem 0.55rem;
  border-radius: var(--radius-sm);
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color var(--motion-quick) var(--ease-out), background var(--motion-quick) var(--ease-out);
}
.nav-desktop a:hover { color: var(--fg); background: var(--bg-subtle); }
.header-actions {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-shrink: 0;
  flex-wrap: nowrap;
}
.header-actions .btn {
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border: 1px solid var(--border); border-radius: var(--radius-sm);
  background: var(--bg-elevated); color: var(--fg); padding: 0;
}
.nav-toggle svg { width: 20px; height: 20px; }
.nav-mobile { display: none; border-bottom: 1px solid var(--border); background: var(--bg-elevated); padding: var(--space-3) 0 var(--space-4); }
.nav-mobile.is-open { display: block; }
.nav-mobile .container { display: flex; flex-direction: column; gap: var(--space-1); }
.nav-mobile a {
  color: var(--fg); text-decoration: none; font-weight: 500;
  padding: 0.85rem 0.5rem; border-radius: var(--radius-sm); min-height: 44px;
}
.nav-mobile a:hover { background: var(--bg-subtle); }

/* ---- Layout system ----
   Centered = intentional single-column story blocks
   Two-column / functional = left-aligned content inside columns
*/
.section-head {
  text-align: center;
  margin-inline: auto;
  max-width: 40rem;
  margin-bottom: var(--space-7);
}
.section-head h2,
.section-head p {
  margin-left: auto;
  margin-right: auto;
}

/* Functional multi-column areas: never force center inside cells */
.contact-wrap,
.contact-aside,
.contact-panel,
.footer-grid,
.footer-brand,
.footer-col,
.grid-2 > *,
.trust-item,
.audience-list,
.honesty-checks {
  text-align: left;
}

/* Contact: two columns earlier so it never feels like one tall centered stack */
.contact-wrap {
  display: grid;
  gap: var(--space-6);
  align-items: start;
}
@media (min-width: 720px) {
  .contact-wrap {
    grid-template-columns: 0.95fr 1.05fr;
  }
}

/* Footer: three columns when room; left-align columns always */
.footer-grid {
  text-align: left;
}
.footer-brand {
  align-items: flex-start;
}
.footer-col h3,
.footer-col a {
  text-align: left;
}
.footer-bottom {
  justify-content: flex-start;
  text-align: left;
}

/* Mobile: lean header + center ONLY pure marketing frames */
@media (max-width: 899px) {
  .header-actions .btn-primary,
  .header-actions .btn-ghost { display: none; }
  .brand-name span { display: none; } /* full slogan lives in hero H1 on small phones */
  .container { width: min(100% - 1.5rem, var(--container)); }

  /* Hero story centered as one balanced column */
  .hero { text-align: center; }
  .hero h1 {
    max-width: min(100%, 22rem);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .hero-lead {
    max-width: min(100%, 28rem);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .eyebrow {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions .btn { flex: none; max-width: none; width: 100%; }
  .hero-points {
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-3);
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-points li { justify-content: flex-start; text-align: left; }
  .hero-card { text-align: left; }
  .hero-card-top {
    justify-content: flex-start;
    text-align: left;
    flex-direction: row;
  }

  /* Cards in multi-col grids: left-align for readable columns when stacked or 2-up */
  .card { text-align: left; }
  .card-icon { margin-left: 0; margin-right: 0; }

  /* Intellisist band: centered headline, left detail */
  .intel-band { text-align: center; }
  .intel-band p { margin-left: auto; margin-right: auto; }
  .intel-tag { justify-content: center; }
  .intel-aside { text-align: left; }

  /* Contact stays left-aligned (2-col from 720px; single stack still left on phone) */
  .contact-aside,
  .contact-aside > p,
  .contact-points,
  .contact-panel,
  .nda-note {
    text-align: left;
  }
  .contact-aside > p,
  .contact-aside h2 {
    margin-left: 0;
    margin-right: 0;
  }

  /* Footer left-aligned — denser, less "floating center" */
  .footer-grid,
  .footer-col,
  .footer-brand,
  .footer-bottom {
    text-align: left;
  }
  .footer-brand {
    align-items: flex-start;
  }
  .footer-brand > p {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Very narrow phones: contact stacks; still left for form usability */
@media (max-width: 719px) {
  .contact-wrap {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 900px) {
  .nav-desktop { display: flex; }
  .nav-toggle { display: none; }
  .nav-mobile { display: none !important; }
}
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  min-height: 44px; padding: 0.7rem 1.15rem; border-radius: var(--radius-md);
  font-weight: 600; font-size: var(--text-sm); line-height: 1.2; text-decoration: none;
  border: 1px solid transparent;
  transition: background var(--motion-quick) var(--ease-out), color var(--motion-quick) var(--ease-out),
    border-color var(--motion-quick) var(--ease-out), transform var(--motion-quick) var(--ease-out),
    box-shadow var(--motion-quick) var(--ease-out);
}
.btn:active { transform: scale(0.98); }
.btn-primary {
  background: var(--accent); color: var(--accent-fg);
  box-shadow: 0 1px 0 rgba(255,255,255,0.18) inset, 0 8px 20px rgba(0,97,255,0.22);
}
.btn-primary:hover { background: var(--accent-hover); color: var(--accent-fg); }
.btn-secondary { background: var(--bg-elevated); color: var(--fg); border-color: var(--border-strong); }
.btn-secondary:hover { background: var(--bg-subtle); color: var(--fg); }
.btn-ghost { background: transparent; color: var(--fg-muted); border-color: transparent; }
.btn-ghost:hover { color: var(--fg); background: var(--bg-subtle); }
.btn-lg { min-height: 52px; padding: 0.9rem 1.4rem; font-size: var(--text-base); border-radius: calc(var(--radius-md) + 2px); }
.hero { position: relative; padding: var(--space-8) 0 var(--space-7); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 90% -10%, rgba(0,168,255,0.12), transparent 55%),
    radial-gradient(ellipse 70% 50% at 0% 20%, rgba(0,97,255,0.08), transparent 50%),
    linear-gradient(180deg, #eef4ff 0%, var(--bg) 72%);
  pointer-events: none; z-index: 0;
}
.hero .container { position: relative; z-index: 1; display: grid; gap: var(--space-7); align-items: start; }
@media (min-width: 960px) {
  .hero { text-align: left; }
  .hero .container { grid-template-columns: 1fr; gap: var(--space-7); align-items: stretch; }
  .hero h1 {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    max-width: min(100%, 22rem);
  }
  .hero-lead {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    max-width: 36rem;
  }
  .eyebrow { margin-left: 0; margin-right: 0; }
  .hero-actions { justify-content: flex-start; }
  .hero-points { align-items: flex-start; flex-direction: row; justify-content: flex-start; }
  .hero-points li { justify-content: flex-start; text-align: left; }
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: var(--text-xs); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--accent); background: var(--accent-soft); border: 1px solid rgba(0,97,255,0.12);
  padding: 0.4rem 0.75rem; border-radius: var(--radius-pill); margin-bottom: var(--space-5);
}
.hero h1 {
  margin-top: 0;
  margin-bottom: var(--space-5);
  margin-left: auto;
  margin-right: auto;
  font-size: var(--text-3xl);
  font-weight: 650;
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-display);
  color: var(--navy);
  
  text-align: center;
  max-width: min(100%, 38rem);
}
.hero-lead {
  margin-top: 0;
  margin-bottom: var(--space-6);
  margin-left: auto;
  margin-right: auto;
  font-size: var(--text-lg);
  color: var(--fg-muted);
  max-width: 28rem;
  text-wrap: pretty;
  text-align: center;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: var(--space-3); margin-bottom: var(--space-6); }
.hero-points {
  display: flex; flex-wrap: wrap; gap: var(--space-3) var(--space-5);
  list-style: none; padding: 0; margin: 0; color: var(--fg-subtle); font-size: var(--text-sm);
}
.hero-points li { display: inline-flex; align-items: center; gap: 0.55rem; }
.hero-points svg {
  width: 1.35rem;
  height: 1.35rem;
  color: var(--accent);
  flex-shrink: 0;
  stroke-width: 2.5;
}
.hero-card {
  background: var(--bg-elevated); border: 1px solid var(--border);
  border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); padding: var(--space-6); position: relative;
}
.hero-card::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px;
  background: linear-gradient(145deg, rgba(0,168,255,0.35), transparent 40%, rgba(0,97,255,0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.hero-card-top { display: flex; align-items: center; gap: var(--space-3); margin-bottom: var(--space-5); }
.hero-card-top img { width: 3.5rem; height: 3.5rem; border-radius: 50%; }
.hero-card-top h2 { margin: 0; font-size: var(--text-lg); font-weight: 650; letter-spacing: var(--tracking-tight); color: var(--navy); }
.hero-card-top p { margin: 0.15rem 0 0; color: var(--fg-subtle); font-size: var(--text-sm); }
.pillar-mini { display: grid; gap: var(--space-3); }
.pillar-mini-item {
  display: grid; grid-template-columns: auto 1fr; gap: var(--space-3); align-items: start;
  padding: var(--space-4); background: var(--bg-subtle); border-radius: var(--radius-md);
}
.pillar-num {
  width: 2rem; height: 2rem; border-radius: var(--radius-sm); background: var(--navy); color: var(--pcp-white);
  display: inline-flex; align-items: center; justify-content: center; font-size: var(--text-xs); font-weight: 700;
}
.pillar-mini-item h3 { margin: 0 0 0.2rem; font-size: var(--text-sm); font-weight: 650; color: var(--fg); }
.pillar-mini-item p { margin: 0; font-size: var(--text-sm); color: var(--fg-muted); line-height: 1.45; }
.section { padding: var(--space-8) 0; }
.section-alt { background: var(--bg-elevated); border-block: 1px solid var(--border); }
/* section-head layout set above */
.section-head h2 {
  margin: 0 0 var(--space-3); font-size: var(--text-2xl); font-weight: 650;
  letter-spacing: var(--tracking-tight); line-height: var(--leading-snug); color: var(--navy); text-wrap: balance;
}
.section-head p { margin: 0; color: var(--fg-muted); font-size: var(--text-lg); text-wrap: pretty; }
.grid-3 { display: grid; gap: var(--space-5); }
@media (min-width: 760px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
.grid-2 { display: grid; gap: var(--space-5); }
@media (min-width: 800px) { .grid-2 { grid-template-columns: 1fr 1fr; } }
.card {
  background: var(--bg-elevated); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: var(--space-5); box-shadow: var(--shadow-sm); height: 100%;
}
.section-alt .card { background: var(--bg); }
.card-icon {
  width: 2.75rem; height: 2.75rem; border-radius: var(--radius-md); background: var(--accent-soft);
  color: var(--accent); display: inline-flex; align-items: center; justify-content: center; margin-bottom: var(--space-4);
}
.card-icon svg { width: 1.35rem; height: 1.35rem; }
.card h3 { margin: 0 0 var(--space-2); font-size: var(--text-lg); font-weight: 650; color: var(--navy); letter-spacing: var(--tracking-tight); }
.card p { margin: 0; color: var(--fg-muted); font-size: var(--text-sm); text-wrap: pretty; }
.card-label {
  display: inline-block; font-size: var(--text-xs); font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--accent); margin-bottom: var(--space-3);
}
.audience-list { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--space-3); }
.audience-list li {
  display: grid; grid-template-columns: auto 1fr; gap: var(--space-3); align-items: start;
  padding: var(--space-4); background: var(--bg-elevated); border: 1px solid var(--border); border-radius: var(--radius-md);
}
.audience-list svg {
  width: 1.45rem;
  height: 1.45rem;
  color: var(--accent);
  margin-top: 0.1rem;
  flex-shrink: 0;
  stroke-width: 2.5;
}
.audience-list strong { display: block; color: var(--fg); font-weight: 650; margin-bottom: 0.15rem; }
.audience-list span { color: var(--fg-muted); font-size: var(--text-sm); }
.intel-band {
  display: grid; gap: var(--space-5); align-items: center; padding: var(--space-6);
  border-radius: var(--radius-xl); background: linear-gradient(135deg, var(--navy) 0%, #0b2a63 100%);
  color: var(--pcp-white); box-shadow: var(--shadow-md);
}
@media (min-width: 860px) { .intel-band { grid-template-columns: 1.2fr 0.8fr; padding: var(--space-7); } }
.intel-band h2 { margin: 0 0 var(--space-3); font-size: var(--text-xl); font-weight: 650; letter-spacing: var(--tracking-tight); text-wrap: balance; }
.intel-band p { margin: 0; color: rgba(255,255,255,0.78); max-width: 36rem; text-wrap: pretty; }
.intel-tag {
  display: inline-flex; align-items: center; gap: 0.4rem; font-size: var(--text-xs); font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase; color: var(--pcp-cyan); margin-bottom: var(--space-3);
}
.intel-aside {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg); padding: var(--space-5);
}
.intel-aside p { font-size: var(--text-sm); color: rgba(255,255,255,0.72); }
.intel-aside strong { display: block; color: var(--pcp-white); font-size: var(--text-base); margin-bottom: var(--space-2); }
.trust-grid { display: grid; gap: var(--space-4); }
@media (min-width: 720px) { .trust-grid { grid-template-columns: repeat(2, 1fr); } }
.trust-item {
  display: grid; grid-template-columns: auto 1fr; gap: var(--space-4); padding: var(--space-5);
  background: var(--bg-elevated); border: 1px solid var(--border); border-radius: var(--radius-lg);
}
.trust-item h3 { margin: 0 0 0.35rem; font-size: var(--text-base); font-weight: 650; color: var(--navy); }
.trust-item p { margin: 0; color: var(--fg-muted); font-size: var(--text-sm); }
.contact-panel {
  background: var(--bg-elevated); border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: var(--space-6); box-shadow: var(--shadow-md);
}
.form-row { display: grid; gap: var(--space-4); margin-bottom: var(--space-4); }
@media (min-width: 560px) { .form-row.two { grid-template-columns: 1fr 1fr; } }
.field label { display: block; font-size: var(--text-sm); font-weight: 600; color: var(--fg); margin-bottom: var(--space-2); }
.field .req { color: var(--accent); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 44px; padding: 0.7rem 0.85rem; border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm); background: var(--bg); color: var(--fg);
  transition: border-color var(--motion-quick) var(--ease-out), box-shadow var(--motion-quick) var(--ease-out);
}
.field textarea { min-height: 7.5rem; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--fg-subtle); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft);
}
.form-note { margin: var(--space-4) 0 0; font-size: var(--text-xs); color: var(--fg-subtle); }
.form-status {
  display: none; margin-top: var(--space-4); padding: var(--space-4); border-radius: var(--radius-md);
  background: #ecfdf5; border: 1px solid #a7f3d0; color: #065f46; font-size: var(--text-sm);
}
.form-status.is-visible { display: block; }
.contact-aside h2 {
  margin: 0 0 var(--space-3); font-size: var(--text-2xl); font-weight: 650;
  color: var(--navy); letter-spacing: var(--tracking-tight); text-wrap: balance;
}
.contact-aside > p { margin: 0 0 var(--space-5); color: var(--fg-muted); text-wrap: pretty; }
.contact-points { list-style: none; padding: 0; margin: 0 0 var(--space-5); display: grid; gap: var(--space-3); }
.contact-points li {
  display: grid; grid-template-columns: auto 1fr; gap: var(--space-3); align-items: start;
  font-size: var(--text-sm); color: var(--fg-muted);
}
.contact-points svg {
  width: 1.35rem;
  height: 1.35rem;
  color: var(--accent);
  margin-top: 0.1rem;
  flex-shrink: 0;
  stroke-width: 2.5;
}
.nda-note {
  padding: var(--space-4); background: var(--bg-tint); border: 1px solid rgba(0,97,255,0.12);
  border-radius: var(--radius-md); font-size: var(--text-sm); color: var(--fg-muted);
}
.nda-note strong { color: var(--navy); }
.legal-page { padding: var(--space-8) 0 var(--space-9); }
.legal-page article {
  max-width: 48rem; margin: 0 auto; background: var(--bg-elevated); border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: var(--space-6); box-shadow: var(--shadow-sm);
}
.legal-page h1 { margin: 0 0 var(--space-2); font-size: var(--text-2xl); color: var(--navy); letter-spacing: var(--tracking-tight); }
.legal-meta { margin: 0 0 var(--space-6); color: var(--fg-subtle); font-size: var(--text-sm); }
.legal-page h2 { margin: var(--space-6) 0 var(--space-3); font-size: var(--text-lg); color: var(--navy); }
.legal-page p, .legal-page li { color: var(--fg-muted); font-size: var(--text-sm); }
.legal-page ul { padding-left: 1.2rem; }
.site-footer { background: var(--navy); color: rgba(255,255,255,0.78); padding: var(--space-8) 0 var(--space-6); }
.footer-grid { display: grid; gap: var(--space-6); margin-bottom: var(--space-7); }
/* Footer layout:
   - Default / tablet / phone: brand on top, Site | Legal together underneath
   - Wide desktop only: brand | links side-by-side
*/
.footer-grid {
  grid-template-columns: 1fr;
  align-items: start;
  gap: var(--space-6);
}
.footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-5) var(--space-7);
  min-width: 0;
  width: 100%;
  max-width: 28rem; /* keep the two link cols visually together */
}
.footer-brand {
  width: 100%;
}
@media (min-width: 960px) {
  .footer-grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: var(--space-7) var(--space-8);
  }
  .footer-nav {
    max-width: none;
    justify-self: end;
    width: 100%;
  }
}
@media (max-width: 359px) {
  .footer-nav {
    grid-template-columns: 1fr; /* only ultra-narrow stacks link cols */
    max-width: none;
  }
}
.footer-brand { display: flex; flex-direction: column; gap: var(--space-3); }
.footer-brand .brand { color: var(--pcp-white); }
.footer-brand .brand:hover { color: var(--pcp-white); }
.footer-brand .brand-name span { color: rgba(255,255,255,0.55); }
.footer-brand > p { margin: 0; font-size: var(--text-sm); max-width: 28rem; color: rgba(255,255,255,0.65); }
.footer-col h3 {
  margin: 0 0 var(--space-3); font-size: var(--text-xs); font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.5);
}
.footer-col a {
  display: block; color: rgba(255,255,255,0.8); text-decoration: none;
  font-size: var(--text-sm); padding: 0.35rem 0; min-height: 36px;
}
.footer-col a:hover { color: var(--pcp-white); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1); padding-top: var(--space-5);
  display: flex; flex-wrap: wrap; gap: var(--space-4); justify-content: space-between;
  align-items: flex-start; font-size: var(--text-xs); color: rgba(255,255,255,0.5); line-height: 1.45;
}
.footer-bottom span { max-width: 52rem; text-wrap: pretty; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.cta-row { display: flex; flex-wrap: wrap; gap: var(--space-3); margin-top: var(--space-5); }
.section .cta-row { justify-content: center; }
.contact-panel .cta-row, .card .cta-row { justify-content: flex-start; }

/* Honest numbers / anti-hype */
.honesty-banner {
  padding: var(--space-5) var(--space-6);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border: 1px solid #fdba74;
  color: #7c2d12;
  max-width: 52rem;
  margin-inline: auto;
}
.honesty-banner strong { display: block; font-size: var(--text-lg); color: #9a3412; margin-bottom: var(--space-2); }
.honesty-banner p { margin: 0; color: #9a3412; font-size: var(--text-sm); text-wrap: pretty; }
.honesty-card .card-label { color: #c2410c; }
.honesty-list-wrap {
  margin-top: var(--space-7);
  padding: var(--space-6);
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
}
.honesty-sub {
  margin: 0 0 var(--space-3);
  font-size: var(--text-lg);
  font-weight: 650;
  color: var(--navy);
  letter-spacing: var(--tracking-tight);
}
.honesty-lede {
  margin: 0 0 var(--space-5);
  color: var(--fg-muted);
  font-size: var(--text-sm);
  max-width: 48rem;
  text-wrap: pretty;
}
.honesty-checks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: var(--space-4);
}
.honesty-checks li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-3);
  align-items: start;
}
.honesty-checks svg {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
  stroke-width: 2.5;
  padding: 0.35rem;
  box-sizing: content-box;
  border-radius: 999px;
  background: rgba(220, 38, 38, 0.1);
  color: #dc2626;
}
.honesty-checks li:last-child svg {
  color: var(--accent);
  background: var(--accent-soft);
}
.honesty-checks strong {
  display: block;
  color: var(--fg);
  font-weight: 650;
  margin-bottom: 0.2rem;
}
.honesty-checks span {
  color: var(--fg-muted);
  font-size: var(--text-sm);
}
/* Honesty: centered block frame, left-aligned body (reads as a column, not floaty) */
.honesty-banner {
  max-width: 48rem;
  margin-inline: auto;
  text-align: left;
}
.honesty-list-wrap {
  max-width: 52rem;
  margin-inline: auto;
  text-align: left;
}
.honesty-sub,
.honesty-lede {
  text-align: left;
}
@media (max-width: 899px) {
  .honesty-banner { padding: var(--space-4) var(--space-5); }
  .honesty-checks li { text-align: left; }
  /* section title still centered via .section-head */
}

/* ---- Hero alignment finale (last wins) ---- */
/* Default / phone: use full content column width */
.hero {
  text-align: center;
}
.hero h1 {
  margin-top: 0;
  margin-bottom: var(--space-5);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
  text-align: center;
  
  font-size: clamp(1.9rem, 1.4rem + 2.4vw, 2.85rem);
  line-height: 1.12;
}
.hero-lead {
  margin-top: 0;
  margin-bottom: var(--space-6);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: var(--space-6);
  gap: var(--space-3);
}
.hero-actions .btn {
  width: 100%;
  max-width: none;
  flex: none;
}
.hero-points {
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  gap: var(--space-3);
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}
.hero-points li {
  justify-content: center;
  text-align: center;
  max-width: 100%;
}
.hero-point-alert {
  justify-content: center;
  text-align: center;
  width: 100%;
}
.hero-point-alert a {
  white-space: normal;
  display: inline;
}
.eyebrow {
  margin-inline: auto;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  height: auto;
  line-height: 1.3;
}

/* Desktop / wide tablet: true left column + card */
@media (min-width: 960px) {
  .hero {
    text-align: left;
  }
  .hero h1 {
    margin-left: 0;
    margin-right: 0;
    max-width: 18ch;
    width: auto;
    text-align: left;
    font-size: var(--text-3xl);
    line-height: var(--leading-tight);
  }
  .hero-lead {
    margin-left: 0;
    margin-right: 0;
    max-width: 36rem;
    width: auto;
    text-align: left;
  }
  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .hero-actions .btn {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }
  .hero-points {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .hero-points li {
    justify-content: flex-start;
    text-align: left;
  }
  .hero-point-alert {
    justify-content: flex-start;
    text-align: left;
    width: auto;
  }
  .eyebrow {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Prominent anti-hype CTA */
.btn-honesty {
  background: linear-gradient(180deg, #f97316 0%, #ea580c 100%);
  color: #fff7ed;
  border-color: transparent;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 10px 24px rgba(234, 88, 12, 0.35);
  font-weight: 700;
  letter-spacing: -0.01em;
}
.btn-honesty:hover {
  background: linear-gradient(180deg, #fb923c 0%, #c2410c 100%);
  color: #fff7ed;
}
.btn-honesty:focus-visible {
  outline-color: #ea580c;
}

/* Hero honesty point */
.hero-point-alert {
  color: #9a3412 !important;
  font-weight: 650;
}
.hero-point-alert svg {
  color: #ea580c !important;
}
.hero-point-alert a {
  color: #9a3412;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  font-weight: 650;
}
.hero-point-alert a:hover {
  color: #c2410c;
}

/* Real numbers section elevated */
.section-honesty {
  border-block: 2px solid #fdba74;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(249, 115, 22, 0.08), transparent 60%),
    var(--bg-elevated);
  scroll-margin-top: calc(var(--header-h) + 0.75rem);
}
.section-honesty .section-head h2 {
  color: #9a3412;
}
#honest-numbers {
  scroll-margin-top: calc(var(--header-h) + 0.75rem);
}

/* Mobile: honesty button full width stack first */
@media (max-width: 959px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .btn-honesty {
    order: -1;
    width: 100%;
  }
}

/* Approved logo package v1.0 — large / prominent */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  min-height: 52px;
}
.brand-logo {
  display: block;
  height: auto;
  width: auto;
  object-fit: contain;
}
.brand-logo-header {
  /* Brand lockup — prominent with slogan */
  height: 4.25rem;
  max-height: 4.25rem;
  width: auto;
  max-width: min(420px, 64vw);
}
.brand-logo-header-sm {
  display: none;
  height: 3.6rem;
  max-height: 3.6rem;
  width: auto;
  max-width: min(310px, 78vw);
}
.brand-logo-footer {
  height: auto !important;
  max-height: none;
  width: min(100%, 22rem);
  max-width: min(360px, 92vw);
  height: auto;
  display: block;
}
.brand-footer {
  margin-bottom: 0.5rem;
}
.hero-card-top img {
  width: 4rem;
  height: 4rem;
  border-radius: 22%;
  object-fit: cover;
  flex-shrink: 0;
}
/* Give header room for taller logo */
.site-header {
  height: auto;
  min-height: 5.25rem;
}
.header-inner {
  min-height: 5.25rem;
  padding-block: 0.6rem;
}
@media (max-width: 520px) {
  .brand-logo-header { display: none; }
  .brand-logo-header-sm { display: block; }
  .site-header { min-height: 5rem; }
  .header-inner { min-height: 5rem; }
}
@media (min-width: 960px) {
  .brand-logo-header {
    height: 4.85rem;            /* ~78px — brand prominence */
    max-height: 4.85rem;
    max-width: min(480px, 48vw);
  }
  .brand-logo-footer {
    height: auto !important;
    max-height: none;
    width: min(100%, 26rem);
    max-width: 420px;
  }
  .site-header { min-height: 5.75rem; }
  .header-inner { min-height: 5.75rem; padding-block: 0.65rem; }
}

.footer-brand .brand-footer {
  display: block;
  margin-bottom: var(--space-4);
}
.footer-brand .brand-logo-footer {
  width: min(100%, 22rem);
  max-width: 360px;
  height: auto !important;
  max-height: none !important;
}
@media (min-width: 760px) {
  .footer-brand .brand-logo-footer {
    width: min(100%, 26rem);
    max-width: 400px;
  }
}
.site-footer .brand-logo {
  /* ensure reverse logo stays crisp on navy */
  image-rendering: auto;
}


/* ---- Check / X prominence (force visible) ---- */
.hero-points {
  gap: 0.85rem 1.25rem !important;
}
.hero-points li {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.7rem !important;
  font-size: 0.98rem !important;
  font-weight: 550;
  color: var(--fg) !important;
}
.hero-points svg {
  width: 1.75rem !important;
  height: 1.75rem !important;
  min-width: 1.75rem;
  min-height: 1.75rem;
  padding: 0.35rem !important;
  box-sizing: content-box !important;
  border-radius: 999px !important;
  background: var(--accent) !important;
  color: #fff !important;
  stroke: #fff !important;
  stroke-width: 2.75 !important;
  flex-shrink: 0 !important;
}

.honesty-checks li {
  gap: 0.9rem !important;
  align-items: flex-start !important;
}
.honesty-checks svg {
  width: 1.65rem !important;
  height: 1.65rem !important;
  min-width: 1.65rem;
  min-height: 1.65rem;
  padding: 0.45rem !important;
  box-sizing: content-box !important;
  border-radius: 999px !important;
  stroke-width: 2.75 !important;
  flex-shrink: 0 !important;
}
.honesty-checks li svg {
  background: #dc2626 !important;
  color: #fff !important;
  stroke: #fff !important;
}
.honesty-checks li:last-child svg {
  background: var(--accent) !important;
  color: #fff !important;
  stroke: #fff !important;
}

.audience-list li,
.contact-points li {
  gap: 0.75rem !important;
}
.audience-list svg,
.contact-points svg {
  width: 1.55rem !important;
  height: 1.55rem !important;
  min-width: 1.55rem;
  min-height: 1.55rem;
  padding: 0.35rem !important;
  box-sizing: content-box !important;
  border-radius: 999px !important;
  background: var(--accent) !important;
  color: #fff !important;
  stroke: #fff !important;
  stroke-width: 2.6 !important;
  flex-shrink: 0 !important;
}


/* Back to top — lower corner; translucent until hover */
.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  border: 1px solid rgba(7, 24, 54, 0.14);
  background: rgba(255, 255, 255, 0.45);
  color: var(--navy, #071836);
  box-shadow: 0 8px 24px rgba(7, 24, 54, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.back-to-top.is-visible {
  opacity: 0.72;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top.is-visible:hover,
.back-to-top.is-visible:focus-visible {
  opacity: 1;
  background: var(--accent, #0061ff);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 28px rgba(0, 97, 255, 0.28);
}
.back-to-top:focus-visible {
  outline: 2px solid var(--accent, #0061ff);
  outline-offset: 3px;
}
.back-to-top svg {
  width: 1.35rem;
  height: 1.35rem;
  stroke-width: 2.5;
}
@media (min-width: 760px) {
  .back-to-top {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 3.25rem;
    height: 3.25rem;
  }
}


/* Footer balance — not heavy left on mid widths */
.site-footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-grid {
  width: 100%;
  justify-items: center;
  text-align: center;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 36rem;
  margin-inline: auto;
}
.footer-brand > p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 32rem;
}
.footer-brand .brand-footer {
  display: flex;
  justify-content: center;
}
.footer-nav {
  margin-inline: auto;
  justify-content: center;
  text-align: left; /* link labels still left within each col */
  max-width: 22rem;
}
.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-col h3 {
  width: 100%;
}
.footer-bottom {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.footer-bottom span {
  margin-inline: auto;
  text-align: center;
}

/* Desktop: brand left, links right — balanced row, not centered stack */
@media (min-width: 960px) {
  .site-footer .container {
    align-items: stretch;
  }
  .footer-grid {
    justify-items: stretch;
    text-align: left;
  }
  .footer-brand {
    align-items: flex-start;
    text-align: left;
    margin-inline: 0;
    max-width: none;
  }
  .footer-brand > p {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .footer-brand .brand-footer {
    justify-content: flex-start;
  }
  .footer-nav {
    margin-inline: 0;
    justify-self: end;
    max-width: none;
    text-align: left;
  }
  .footer-bottom {
    text-align: left;
    justify-content: flex-start;
  }
  .footer-bottom span {
    margin-inline: 0;
    text-align: left;
  }
}

/* Check-back panel also fully centered */
.checkback-panel {
  margin-left: auto;
  margin-right: auto;
}
.checkback-points {
  margin-left: auto;
  margin-right: auto;
}


/* Checkmark column alignment — same left edge every row */
.hero-points {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 28rem;
  margin-left: 0 !important;
  margin-right: auto !important;
  gap: 0.75rem !important;
}
.hero-points li {
  display: grid !important;
  grid-template-columns: 2.5rem 1fr !important;
  align-items: start !important;
  justify-content: start !important;
  text-align: left !important;
  gap: 0.65rem !important;
  width: 100% !important;
}
.hero-points svg {
  width: 1.75rem !important;
  height: 1.75rem !important;
  min-width: 1.75rem !important;
  min-height: 1.75rem !important;
  margin: 0 !important;
  justify-self: start;
}

.honesty-checks,
.checkback-points,
.audience-list,
.contact-points {
  width: 100%;
}
.honesty-checks li,
.checkback-points li,
.audience-list li,
.contact-points li {
  display: grid !important;
  grid-template-columns: 2.65rem 1fr !important;
  align-items: start !important;
  gap: 0.75rem !important;
  text-align: left !important;
  width: 100% !important;
}
.honesty-checks svg,
.checkback-points svg,
.audience-list svg,
.contact-points svg {
  justify-self: start;
  margin: 0 !important;
}

/* Hero on desktop: still left-aligned column of checks under CTAs */
@media (min-width: 960px) {
  .hero-points {
    max-width: 32rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* When hero is centered on mobile overall, keep points as a centered block with internal left align */
@media (max-width: 759px) {
  .hero-points {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


.honesty-banner-deal p {
  margin: 0.65rem 0 0;
  max-width: 48rem;
  line-height: 1.6;
}
.honesty-banner-deal p:first-of-type {
  margin-top: 0.5rem;
}
.honesty-banner-deal strong {
  display: inline;
}
.honesty-banner-deal > strong:first-child {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 0.15rem;
  letter-spacing: -0.01em;
}


.honesty-close {
  margin: var(--space-5) 0 0;
  max-width: 40rem;
  font-size: var(--text-sm);
  color: var(--fg-muted);
  line-height: 1.55;
  font-style: italic;
}
.honesty-list-wrap .honesty-sub {
  letter-spacing: -0.02em;
}


.honesty-room {
  margin-top: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-md);
  background: rgba(0, 97, 255, 0.06);
  border: 1px solid rgba(0, 97, 255, 0.12);
  color: var(--fg);
}
.honesty-room strong {
  color: var(--fg);
}


/* Short economics block (stealth-tight) */
.economics-short {
  max-width: 42rem;
  margin: 0 auto;
  text-align: left;
}
.economics-short p {
  margin: 0 0 1rem;
  color: var(--fg-muted);
  font-size: var(--text-base);
  line-height: 1.65;
}
.economics-short .economics-emphasis {
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding: 1rem 1.15rem;
  border-radius: var(--radius-md);
  background: rgba(234, 88, 12, 0.08);
  border: 1px solid rgba(234, 88, 12, 0.22);
  color: var(--fg);
}
.economics-short .economics-emphasis strong {
  color: var(--fg);
  font-weight: 650;
}
#honest-numbers .section-head {
  margin-bottom: var(--space-5);
}
#honest-numbers .section-head h2 {
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}


/* Nav single-line header — larger brand logo */
.site-header .brand {
  flex-shrink: 0;
  min-width: 0;
}
.site-header .brand-logo-header {
  max-width: min(300px, 34vw);
  height: 3.75rem;
  max-height: 3.75rem;
  width: auto;
}
.site-header .brand-logo-header-sm {
  height: 3.1rem;
  max-height: 3.1rem;
  max-width: min(240px, 62vw);
}
@media (min-width: 900px) {
  .header-inner {
    flex-wrap: nowrap !important;
  }
  .nav-desktop {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: visible;
  }
  .nav-desktop a {
    white-space: nowrap !important;
  }
  .site-header .brand-logo-header {
    height: 4rem;
    max-height: 4rem;
    max-width: min(320px, 30vw);
  }
  .site-header { min-height: 5rem !important; }
  .header-inner { min-height: 5rem !important; padding-block: 0.5rem !important; }
}
@media (min-width: 900px) and (max-width: 1099px) {
  .site-header .brand-logo-header {
    max-width: min(260px, 26vw);
    height: 3.5rem;
    max-height: 3.5rem;
  }
  .nav-desktop { gap: 0; }
  .nav-desktop a {
    font-size: 0.78rem;
    padding: 0.35rem 0.35rem;
  }
  .header-actions .btn {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 1100px) {
  .site-header .brand-logo-header {
    max-width: min(360px, 28vw);
    height: 4.35rem;
    max-height: 4.35rem;
  }
  .nav-desktop a {
    font-size: 0.875rem;
    padding: 0.45rem 0.55rem;
  }
  .site-header { min-height: 5.35rem !important; }
  .header-inner { min-height: 5.35rem !important; }
}
/* Keep nav-safe sizes — brand still prominent */
@media (min-width: 960px) {
  .brand-logo-header {
    height: 4.35rem !important;
    max-height: 4.35rem !important;
    max-width: min(360px, 28vw) !important;
  }
}


/* Private development panel — clean brand blue */
.checkback-panel {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(165deg, #f0f6ff 0%, #ffffff 48%, #e8f1ff 100%);
  border: 1px solid rgba(0, 97, 255, 0.18);
  border-radius: var(--radius-xl);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 16px 40px rgba(0, 97, 255, 0.1);
  padding: var(--space-7) var(--space-6);
  position: relative;
  overflow: hidden;
}
.checkback-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #00a8ff, #0061ff 50%, #0047c2);
}
.checkback-panel h2 {
  margin: 0 0 var(--space-4);
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  letter-spacing: -0.03em;
  color: #071836;
}
.checkback-lead {
  margin: 0 auto;
  max-width: 32rem;
  color: #3b4a63;
  font-size: var(--text-base);
  line-height: 1.6;
}
.checkback-actions {
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.checkback-actions .btn-secondary {
  background: #fff;
  border-color: rgba(0, 97, 255, 0.28);
  color: #0061ff;
}
.checkback-actions .btn-secondary:hover {
  background: #f0f6ff;
  border-color: #0061ff;
  color: #0047c2;
}
.checkback-actions .btn-primary {
  background: #0061ff;
  box-shadow: 0 8px 22px rgba(0, 97, 255, 0.28);
}
#contact.section {
  background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%);
}
@media (max-width: 520px) {
  .checkback-panel {
    padding: var(--space-6) var(--space-4);
    text-align: center;
  }
  .checkback-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .checkback-actions .btn {
    width: 100%;
    justify-content: center;
  }
}


/* PowerCleanPay wordmark — Clean in brand blue */
.brand-wordmark {
  font-weight: 750;
  letter-spacing: -0.03em;
  color: #071836;
}
.brand-wordmark .bw-clean {
  color: #0061ff;
}
.checkback-panel h2 .brand-wordmark {
  font-size: inherit;
  line-height: inherit;
}


/* Brand orange accents on page */
:root {
  --pcp-orange: #f97316;
  --pcp-orange-deep: #ea580c;
  --pcp-orange-soft: rgba(249, 115, 22, 0.12);
}

/* Eyebrow: blue + orange soft edge */
.eyebrow {
  border-color: rgba(249, 115, 22, 0.22) !important;
  background: linear-gradient(90deg, var(--accent-soft), var(--pcp-orange-soft)) !important;
}

/* Hero headline orange bar — centered under full H1 */
.hero h1 {
  position: relative;
  padding-bottom: 0.85rem;
}
.hero h1::after {
  content: "";
  display: block;
  width: min(12rem, 72%);
  height: 4px;
  margin: 0.85rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pcp-orange), #fdba74);
}
.hero-line-payoff::after {
  content: none !important;
  display: none !important;
}

/* Start · Run · Grow numbers: orange accent */
.pillar-num,
.card-label {
  color: var(--pcp-orange-deep) !important;
}
.pillar-num {
  background: var(--pcp-orange-soft) !important;
  color: var(--pcp-orange-deep) !important;
  border: 1px solid rgba(249, 115, 22, 0.25);
}

/* Secondary CTA / Check back: outline orange option for header primary stays blue */
.btn-primary {
  /* keep blue primary */
}
.header-actions .btn-primary {
  box-shadow: 0 8px 20px rgba(0, 97, 255, 0.2), 0 0 0 1px rgba(249, 115, 22, 0.15);
}

/* Economics emphasis already orange-ish — reinforce */
.economics-short .economics-emphasis {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.1), rgba(0, 97, 255, 0.04)) !important;
  border-color: rgba(249, 115, 22, 0.28) !important;
}
.economics-short .economics-emphasis strong {
  color: var(--pcp-orange-deep) !important;
}

/* Private development: blue panel + orange spark */
.checkback-panel::before {
  background: linear-gradient(90deg, #00a8ff, #0061ff 45%, var(--pcp-orange) 100%) !important;
}
.checkback-panel::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.14), transparent 70%);
  pointer-events: none;
}

/* Hero points check badges: keep blue; first could stay */
.hero-points svg {
  /* blue checks stay brand */
}

/* Card icons soft orange ring on hover */
.card:hover .card-icon {
  background: var(--pcp-orange-soft);
  color: var(--pcp-orange-deep);
}

/* Section head accent bar on key sections */
#start-run-grow .section-head h2::after,
#honest-numbers .section-head h2::after,
#how-it-helps .section-head h2::after,
#who .section-head h2::after,
#trust .section-head h2::after {
  content: "";
  display: block;
  width: min(10rem, 55%);
  height: 3.5px;
  margin: 0.85rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pcp-orange), #fdba74);
}
#start-run-grow .section-head h2,
#honest-numbers .section-head h2 {
  text-align: center;
}
#start-run-grow .section-head,
#honest-numbers .section-head {
  text-align: center;
}

.btn-orange {
  background: linear-gradient(180deg, #fb923c, var(--pcp-orange-deep));
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 8px 20px rgba(234, 88, 12, 0.28);
}
.btn-orange:hover {
  background: linear-gradient(180deg, #fdba74, #c2410c);
  color: #fff !important;
}


/* Longer title HR bars */
.hero h1::after {
  width: min(12.5rem, 78%) !important;
  height: 4px !important;
  margin-top: 0.9rem !important;
}
#start-run-grow .section-head h2::after,
#honest-numbers .section-head h2::after,
#how-it-helps .section-head h2::after,
#who .section-head h2::after,
#trust .section-head h2::after {
  width: min(10.5rem, 60%) !important;
  height: 3.5px !important;
}
@media (min-width: 960px) {
  .hero h1::after {
    width: 11rem !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}


/* ========== HERO LAYOUT FINAL ========== */
/* Keep .container gutters — do NOT set width/max-width:100% on .container */
.hero .container.hero-grid,
.hero .container {
  /* inherit .container width: min(100% - 2rem, 72rem) + margin auto */
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: var(--space-7) !important;
  align-items: start !important;
  box-sizing: border-box;
  /* CRITICAL: do not override width/max-width from .container */
  width: min(100% - 2rem, var(--container)) !important;
  max-width: var(--container) !important;
  margin-inline: auto !important;
  padding-inline: 0;
}

@media (max-width: 899px) {
  .hero .container.hero-grid,
  .hero .container {
    width: min(100% - 1.5rem, var(--container)) !important;
  }
}

@media (min-width: 1024px) {
  .hero .container.hero-grid,
  .hero .container {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr) !important;
    gap: clamp(1.5rem, 2.5vw, 2.5rem) !important;
    align-items: center !important;
  }
}

.hero-copy,
.hero-card {
  min-width: 0 !important;
  max-width: 100%;
  box-sizing: border-box;
}

.hero-card {
  width: 100% !important;
  padding: 1.5rem !important;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .hero-card {
    padding: 1.65rem 1.75rem !important;
  }
}

.hero h1 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.08em !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
  text-wrap: unset !important;
  font-size: clamp(1.85rem, 1.2rem + 2.2vw, 2.65rem) !important;
  line-height: 1.12 !important;
}

.hero-line {
  display: block !important;
  white-space: normal !important;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .hero-line {
    white-space: nowrap !important;
  }
  .hero h1 {
    font-size: clamp(1.7rem, 1.05rem + 1.5vw, 2.5rem) !important;
  }
  .hero h1::after {
    margin-left: 0 !important;
    margin-right: auto !important;
    width: min(11rem, 55%) !important;
  }
  .hero-lead {
    text-align: left !important;
    margin-left: 0 !important;
    max-width: 36rem;
  }
  .hero-actions {
    justify-content: flex-start;
  }
  .hero-points {
    margin-left: 0 !important;
  }
  .hero-copy .eyebrow {
    margin-left: 0;
  }
}

@media (max-width: 1023px) {
  .hero h1 {
    text-align: center !important;
    align-items: center !important;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-lead {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .hero h1::after {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-points {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.hero-card-top {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem !important;
  margin-bottom: 1.15rem !important;
}
.hero-card-top img {
  width: 3.5rem !important;
  height: 3.5rem !important;
  flex-shrink: 0;
}
.hero-card-top > div {
  min-width: 0;
  flex: 1;
}
.hero-card-top h2 {
  font-size: 1.15rem !important;
  line-height: 1.25;
  white-space: normal !important;
}
.hero-card-top p {
  font-size: 0.92rem !important;
  line-height: 1.45 !important;
  white-space: normal !important;
}
.pillar-mini {
  display: flex;
  flex-direction: column;
  gap: 0.7rem !important;
}
.pillar-mini-item {
  padding: 0.85rem 1rem !important;
  gap: 0.75rem !important;
  align-items: flex-start !important;
}
.pillar-mini-item p {
  white-space: normal !important;
  font-size: 0.88rem !important;
  line-height: 1.4 !important;
}


/* Pillar prominence + fluid small text */
.pillar-num {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 2.15rem !important;
  height: 2.15rem !important;
  min-width: 2.15rem !important;
  min-height: 2.15rem !important;
  border-radius: 0.55rem !important;
  font-size: 1rem !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  color: #fff !important;
  background: linear-gradient(160deg, #fb923c, #ea580c) !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.28);
  flex-shrink: 0;
}

.pillar-mini-item h3,
.pillar-mini-item > div > h3 {
  font-size: clamp(1.05rem, 0.95rem + 0.35vw, 1.2rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
  color: var(--navy, #071836) !important;
  margin: 0 0 0.2rem !important;
}

.pillar-mini-item p,
.pillar-mini-item > div > p {
  font-size: clamp(0.95rem, 0.88rem + 0.3vw, 1.08rem) !important;
  line-height: 1.45 !important;
  color: var(--fg-muted) !important;
}

.hero-card-top h2 {
  font-size: clamp(1.2rem, 1.05rem + 0.4vw, 1.4rem) !important;
  font-weight: 700 !important;
}

.hero-card-top p {
  font-size: clamp(0.95rem, 0.88rem + 0.28vw, 1.08rem) !important;
}

/* Card labels START/RUN/GROW in lower section */
.card-label {
  font-size: clamp(0.72rem, 0.65rem + 0.2vw, 0.82rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
}

/* Body / section small text scales up on large screens */
.hero-lead {
  font-size: clamp(1.05rem, 0.95rem + 0.35vw, 1.25rem) !important;
  line-height: 1.55 !important;
}

.hero-points li {
  font-size: clamp(0.95rem, 0.88rem + 0.28vw, 1.08rem) !important;
}

.section-head p,
.card p,
.audience-list span,
.trust-item p,
.economics-short p,
.checkback-lead {
  font-size: clamp(0.98rem, 0.9rem + 0.28vw, 1.12rem) !important;
  line-height: 1.55 !important;
}

.section-head h2 {
  font-size: clamp(1.65rem, 1.35rem + 1vw, 2.15rem) !important;
}

.card h3 {
  font-size: clamp(1.1rem, 1rem + 0.35vw, 1.3rem) !important;
}

@media (min-width: 1200px) {
  .pillar-num {
    width: 2.35rem !important;
    height: 2.35rem !important;
    min-width: 2.35rem !important;
    min-height: 2.35rem !important;
    font-size: 1.1rem !important;
  }
  .pillar-mini-item {
    padding: 1rem 1.15rem !important;
    gap: 0.95rem !important;
  }
  .hero-card {
    padding: 1.85rem 1.9rem !important;
  }
}


/* Site motion / spice */
:root {
  --motion-med: 450ms;
  --motion-slow: 700ms;
  --ease-spring: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Header elevates on scroll */
.site-header {
  transition: box-shadow var(--motion-fast) var(--ease-spring),
    background var(--motion-fast) var(--ease-spring);
}
.site-header.is-scrolled {
  box-shadow: 0 8px 28px rgba(7, 24, 54, 0.08);
  background: color-mix(in srgb, var(--bg-elevated) 96%, transparent);
}

/* Hero entrance */
.hero-copy .eyebrow,
.hero-copy h1,
.hero-copy .hero-lead,
.hero-copy .hero-actions,
.hero-copy .hero-points,
.hero-card {
  opacity: 0;
  transform: translateY(18px);
  animation: rise-in var(--motion-slow) var(--ease-spring) forwards;
}
.hero-copy .eyebrow { animation-delay: 0.05s; }
.hero-copy h1 { animation-delay: 0.12s; }
.hero-copy .hero-lead { animation-delay: 0.22s; }
.hero-copy .hero-actions { animation-delay: 0.32s; }
.hero-copy .hero-points { animation-delay: 0.42s; }
.hero-card { animation-delay: 0.28s; }

@keyframes rise-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Orange bar grows in */
.hero h1::after,
#start-run-grow .section-head h2::after,
#honest-numbers .section-head h2::after,
#how-it-helps .section-head h2::after,
#who .section-head h2::after,
#trust .section-head h2::after {
  transform-origin: left center;
  animation: bar-grow 0.7s var(--ease-spring) 0.45s both;
}
#start-run-grow .section-head h2::after,
#honest-numbers .section-head h2::after,
#how-it-helps .section-head h2::after,
#who .section-head h2::after,
#trust .section-head h2::after {
  transform-origin: center;
}

@keyframes bar-grow {
  from { transform: scaleX(0); opacity: 0.4; }
  to { transform: scaleX(1); opacity: 1; }
}

/* Scroll-reveal */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity var(--motion-slow) var(--ease-spring),
    transform var(--motion-slow) var(--ease-spring);
  will-change: opacity, transform;
}
.reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.06s; }
.reveal-delay-2 { transition-delay: 0.12s; }
.reveal-delay-3 { transition-delay: 0.18s; }
.reveal-delay-4 { transition-delay: 0.24s; }

/* Cards: lift + soft glow */
.card,
.hero-card,
.trust-item,
.checkback-panel {
  transition:
    transform var(--motion-fast) var(--ease-spring),
    box-shadow var(--motion-fast) var(--ease-spring),
    border-color var(--motion-quick) var(--ease-out);
}
.card:hover,
.trust-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(7, 24, 54, 0.1);
}
.hero-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(0, 97, 255, 0.12);
}
.checkback-panel:hover {
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 20px 48px rgba(0, 97, 255, 0.14);
}

/* Buttons pulse of color */
.btn {
  transition:
    background var(--motion-quick) var(--ease-out),
    color var(--motion-quick) var(--ease-out),
    border-color var(--motion-quick) var(--ease-out),
    transform var(--motion-quick) var(--ease-out),
    box-shadow var(--motion-fast) var(--ease-spring);
}
.btn:hover {
  transform: translateY(-1px);
}
.btn-orange:hover {
  box-shadow: 0 10px 28px rgba(234, 88, 12, 0.35);
}
.btn-primary:hover {
  box-shadow: 0 10px 28px rgba(0, 97, 255, 0.32);
}

/* Pillar numbers subtle pop */
.pillar-num {
  transition: transform var(--motion-fast) var(--ease-spring), box-shadow var(--motion-fast) var(--ease-spring);
}
.pillar-mini-item:hover .pillar-num {
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(234, 88, 12, 0.38);
}

/* Check badges soft pop on hover */
.hero-points li:hover svg,
.audience-list li:hover svg {
  transform: scale(1.08);
  transition: transform var(--motion-fast) var(--ease-spring);
}
.hero-points svg,
.audience-list svg {
  transition: transform var(--motion-fast) var(--ease-spring);
}

/* Nav link underline draw */
.nav-desktop a {
  position: relative;
}
.nav-desktop a::after {
  content: "";
  position: absolute;
  left: 0.55rem;
  right: 0.55rem;
  bottom: 0.3rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0061ff, #f97316);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--motion-fast) var(--ease-spring);
}
.nav-desktop a:hover::after {
  transform: scaleX(1);
}

/* Back to top already fades; smooth spin arrow optional */
.back-to-top {
  transition:
    opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.back-to-top:hover svg {
  transform: translateY(-2px);
  transition: transform var(--motion-fast) var(--ease-spring);
}

/* Reduced motion: kill animations */
@media (prefers-reduced-motion: reduce) {
  .hero-copy .eyebrow,
  .hero-copy h1,
  .hero-copy .hero-lead,
  .hero-copy .hero-actions,
  .hero-copy .hero-points,
  .hero-card,
  .hero h1::after,
  #start-run-grow .section-head h2::after,
  #honest-numbers .section-head h2::after,
  #how-it-helps .section-head h2::after,
  #who .section-head h2::after,
  #trust .section-head h2::after {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .card:hover,
  .hero-card:hover,
  .trust-item:hover,
  .checkback-panel:hover,
  .btn:hover {
    transform: none !important;
  }
}


/* Eyebrow looping background — independent fleet owners badge */
.eyebrow {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(0, 97, 255, 0.18) !important;
  background:
    linear-gradient(
      110deg,
      rgba(0, 97, 255, 0.1) 0%,
      rgba(249, 115, 22, 0.14) 35%,
      rgba(0, 168, 255, 0.12) 55%,
      rgba(0, 97, 255, 0.1) 100%
    ) !important;
  background-size: 220% 100% !important;
  animation: eyebrow-sheen 5.5s ease-in-out infinite;
  color: var(--accent) !important;
}

.eyebrow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(255, 255, 255, 0.55) 45%,
    transparent 70%
  );
  background-size: 200% 100%;
  animation: eyebrow-glint 4.2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes eyebrow-sheen {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes eyebrow-glint {
  0% { background-position: 120% 0; opacity: 0.35; }
  40% { opacity: 0.85; }
  100% { background-position: -80% 0; opacity: 0.35; }
}

@media (prefers-reduced-motion: reduce) {
  .eyebrow,
  .eyebrow::before {
    animation: none !important;
    background-size: 100% 100% !important;
  }
}


/* Anchor scroll offset — clear sticky header */
html {
  scroll-padding-top: 6.5rem; /* sticky header clearance */
  scroll-behavior: smooth;
}

/* Each in-page target needs its own margin so titles aren't under the bar */
#start-run-grow,
#how-it-helps,
#honest-numbers,
#who,
#trust,
#contact,
#main {
  scroll-margin-top: 6.5rem;
}

/* Sections as a class also get clearance if they have ids */
.section[id],
.hero[id] {
  scroll-margin-top: 6.5rem;
}

@media (min-width: 960px) {
  html {
    scroll-padding-top: 6.75rem;
  }
  #start-run-grow,
  #how-it-helps,
  #honest-numbers,
  #who,
  #trust,
  #contact,
  #main,
  .section[id] {
    scroll-margin-top: 6.75rem;
  }
}

@media (max-width: 520px) {
  html {
    scroll-padding-top: 5.75rem;
  }
  #start-run-grow,
  #how-it-helps,
  #honest-numbers,
  #who,
  #trust,
  #contact,
  #main,
  .section[id] {
    scroll-margin-top: 5.75rem;
  }
}

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


/* Card labels START/RUN/GROW larger */
#start-run-grow .card-label,
.card-label {
  font-size: clamp(0.95rem, 0.85rem + 0.45vw, 1.15rem) !important;
  font-weight: 750 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  color: var(--pcp-orange-deep, #ea580c) !important;
  margin-bottom: 0.65rem !important;
  display: inline-block;
  line-height: 1.2;
}
#start-run-grow .card h3 {
  font-size: clamp(1.2rem, 1.05rem + 0.45vw, 1.4rem) !important;
}
@media (min-width: 1200px) {
  #start-run-grow .card-label,
  .card-label {
    font-size: 1.15rem !important;
  }
}
