/* PRP Growth — acquisition chrome */
body.prp-growth-on { padding-top: 0; }
body.prp-growth-on .prp-banner { margin-top: 0; }

.prp-growth-bar {
  position: sticky;
  top: 0;
  z-index: 10050;
  background: #111418;
  color: #f3f5f7;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-family: "IBM Plex Sans", sans-serif;
}
.prp-growth-bar-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.55rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.prp-growth-bar-copy { font-size: 0.88rem; line-height: 1.35; }
.prp-growth-bar-copy strong { color: #fff; font-weight: 600; }
.prp-growth-bar-actions { display: flex; gap: 0.55rem; align-items: center; }
.prp-growth-bar-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 2rem; padding: 0.35rem 0.85rem;
  background: #f3f5f7; color: #111 !important; text-decoration: none !important;
  font-size: 0.85rem; font-weight: 650; border-radius: 3px;
}
.prp-growth-bar-btn:hover { background: #fff; }
.prp-growth-bar-link { color: #c8d0d8 !important; font-size: 0.85rem; text-decoration: underline; text-underline-offset: 2px; }

.prp-growth-dock {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 10050;
  padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom));
  background: rgba(247,248,250,0.96);
  border-top: 1px solid rgba(20,24,30,0.1);
  backdrop-filter: blur(8px);
}
.prp-growth-dock-btn {
  display: flex; align-items: center; justify-content: center;
  width: 100%; min-height: 2.85rem;
  background: #151a20; color: #fff !important; text-decoration: none !important;
  font-weight: 650; font-size: 1rem; border-radius: 4px;
  font-family: "IBM Plex Sans", sans-serif;
}
@media (max-width: 768px) {
  body.prp-growth-on:not(.prp-virtual-card-page) { padding-bottom: 4.5rem; }
  .prp-growth-dock { display: block; }
  .prp-growth-bar-copy { font-size: 0.8rem; }
}

/* Start landing */
.prp-start {
  --ink:#14181e; --muted:rgba(20,24,30,.7); --bg:#f4f6f8;
  background:
    radial-gradient(90% 60% at 50% -10%, #fff, transparent 55%),
    linear-gradient(180deg, #fff 0%, var(--bg) 100%);
  color: var(--ink);
  font-family: "IBM Plex Sans", sans-serif;
  padding: 2.5rem 0 4rem;
}
.prp-start-wrap { width: min(720px, calc(100% - 2rem)); margin: 0 auto; text-align: center; }
.prp-start-brand {
  margin: 0; font-family: "IBM Plex Serif", serif; font-weight: 700;
  font-size: clamp(2rem, 6vw, 3rem); letter-spacing: -0.03em; line-height: 1.05;
}
.prp-start h1 {
  margin: 0.75rem 0 0; font-size: clamp(1.15rem, 3vw, 1.45rem); font-weight: 600; line-height: 1.3;
}
.prp-start-support { margin: 0.75rem auto 0; max-width: 34rem; color: var(--muted); line-height: 1.5; }
.prp-start-actions {
  display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; margin-top: 1.5rem;
}
.prp-start-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 2.85rem; padding: 0.65rem 1.2rem; border-radius: 4px;
  text-decoration: none !important; font-weight: 650; font-size: 0.98rem;
}
.prp-start-btn-primary { background: #151a20; color: #fff !important; }
.prp-start-btn-secondary { background: #fff; color: #151a20 !important; border: 1px solid rgba(20,24,30,.15); }
.prp-start-points {
  list-style: none; padding: 0; margin: 2rem auto 0; max-width: 28rem; text-align: left;
}
.prp-start-points li {
  position: relative; padding: 0.55rem 0 0.55rem 1.4rem;
  border-top: 1px solid rgba(20,24,30,.08); color: var(--muted); font-size: 0.95rem;
}
.prp-start-points li:before { content: ""; position: absolute; left: 0; top: 1rem; width: 0.45rem; height: 0.45rem; background: #151a20; border-radius: 1px; }
.prp-start-note { margin-top: 1.5rem; font-size: 0.78rem; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(20,24,30,.45); }

/* Homepage shop layout */
.prp-hero-compact .prp-hero-inner { padding-top: 3.25rem; padding-bottom: 3.25rem; }
.prp-hero-compact h1 { max-width: 18ch; }
.prp-products-shop { align-items: stretch; }
.prp-product-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  cursor: default;
}
.prp-product-card .prp-product-title {
  display: block;
  color: inherit;
  text-decoration: none;
  font-weight: 650;
}
.prp-product-card .prp-product-title:hover { text-decoration: underline; }
.prp-product-actions { margin-top: 0.75rem; }
.prp-home-atc,
.prp-product-actions .prp-btn {
  width: 100%;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}
.prp-home-shop-foot {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.prp-home-shop-note {
  margin-top: 0.85rem;
  font-size: 0.8rem;
  color: rgba(20,24,30,0.55);
}
.prp-home-trust { padding-top: 2rem; padding-bottom: 2.5rem; }
