/* Rank Cloud — product page styles (RankMyApp template).
   Builds on styles.css + colors_and_type.css. Reuses rc-* primitives
   (header, footer, buttons, sections, lead form) and adds pp-* components. */

/* Header brand lockup + product dropdown */
.pp-brand { display: flex; align-items: center; }
.pp-headsep {
  margin: 0 10px;
  font-size: 22px;
  font-weight: 200;
  color: rgba(255,255,255,0.3);
  line-height: 1;
}
.pp-prod { position: relative; }
.pp-prod__link {
  background: none;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 6px 2px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #4d8aff;
}
.pp-prod__link:hover { background: none; color: #6fa0ff; }
.pp-prod__link .rc-caret { font-size: 15px; }

/* Narrow single-column "this page" dropdown */
.rc-dropdown--page {
  width: 256px;
  left: 0;
  transform: translateX(0) translateY(8px);
  grid-template-columns: 1fr;
  padding: 12px;
}
.rc-nav-item:hover .rc-dropdown--page { transform: translateX(0) translateY(0); }

.rc-btn--secondary {
  background: transparent;
  color: var(--color-primary);
  border: 1.5px solid var(--color-primary);
  padding: 12.5px 22.5px;
}
.rc-btn--secondary:hover { background: var(--color-primary); color: #fff; }

/* ============================ Image placeholders ============================ */
/* Per the design system: striped placeholders with a monospace explainer,
   for the user to drop real product shots into later. */
.pp-ph {
  position: relative;
  border-radius: var(--radius-card);
  border: 1px solid var(--color-border);
  background:
    repeating-linear-gradient(135deg, #eef2f7 0 14px, #f8fafc 14px 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 240px;
}
.pp-ph__tag {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--color-muted);
  background: rgba(255,255,255,0.85);
  border: 1px solid var(--color-border);
  border-radius: 100px;
  padding: 7px 14px;
}
.pp-ph--dark {
  border-color: rgba(255,255,255,0.12);
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 0 14px, rgba(255,255,255,0.02) 14px 28px);
}
.pp-ph--dark .pp-ph__tag {
  color: rgba(255,255,255,0.7);
  background: rgba(0,19,44,0.6);
  border-color: rgba(255,255,255,0.16);
}
.pp-ph--ratio-wide { aspect-ratio: 16 / 10; }
.pp-ph--ratio-square { aspect-ratio: 1 / 1; }
.pp-ph--ratio-phone { aspect-ratio: 9 / 16; max-width: 280px; margin: 0 auto; }

/* ============================ Product hero ============================ */
.pp-hero {
  position: relative;
  background: linear-gradient(160deg, #00132c 0%, #001e4a 60%, #00081a 100%);
  color: #fff;
  overflow: hidden;
  padding: 150px 0 96px;
}
.pp-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(60% 50% at 12% 8%, rgba(0,80,229,0.42), transparent 60%),
    radial-gradient(48% 44% at 92% 18%, rgba(77,138,255,0.26), transparent 60%),
    radial-gradient(50% 50% at 80% 100%, rgba(6,182,212,0.16), transparent 60%);
}
.pp-hero__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image:
    linear-gradient(to right, rgba(120,160,255,0.10) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(120,160,255,0.10) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(80% 70% at 50% 0%, #000 0%, transparent 78%);
  -webkit-mask-image: radial-gradient(80% 70% at 50% 0%, #000 0%, transparent 78%);
}
.pp-hero__inner { position: relative; z-index: 1; }

/* Centered hero (Variation A) */
.pp-hero--center .pp-hero__inner { text-align: center; max-width: 880px; margin: 0 auto; }
.pp-hero--center .pp-hero__cta { justify-content: center; }
.pp-hero--center .pp-hero__sub { margin-left: auto; margin-right: auto; }

/* Split hero (Variation B) */
.pp-hero--split .pp-hero__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 920px) {
  .pp-hero--split .pp-hero__inner { grid-template-columns: 1fr; gap: 40px; }
}

/* Compact hero (consolidated template) */
.pp-hero--compact { padding: 132px 0 84px; }
.pp-hero--compact .pp-hero__title { font-size: clamp(36px, 4.4vw, 56px); margin-bottom: 18px; }
.pp-hero--compact .pp-hero__sub { font-size: 17px; font-weight: 300; color: rgba(255,255,255,0.74); margin-bottom: 28px; }

/* Plain product-name kicker (no pill / no dot) */
.pp-hero__kicker {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #4d8aff;
  margin-bottom: 22px;
}

/* Hero client-logos strip */
.pp-hero__logos {
  position: relative;
  z-index: 1;
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 860px) { .pp-hero__logos { margin-top: 40px; } }
.pp-hero__logos-label {
  font-size: 11px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.16em;
  color: rgba(255,255,255,0.4);
  text-align: center;
}
.pp-hero__logos-track {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 16px 44px;
}
.pp-hlogo {
  font-family: var(--font-display);
  font-weight: 700; font-size: 19px; letter-spacing: -0.02em;
  color: rgba(255,255,255,0.62);
  transition: var(--transition-fast);
}
.pp-hlogo:hover { color: #fff; }

.pp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #fff;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 8px 15px;
  border-radius: 100px;
  margin-bottom: 26px;
}
.pp-eyebrow__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--product-rmapp); box-shadow: 0 0 0 4px rgba(0,80,229,0.28); }

.pp-hero__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 5.4vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  margin: 0 0 22px;
  color: #fff;
  text-wrap: balance;
}
.pp-hero__title em {
  font-style: normal;
  background: linear-gradient(100deg, #4d8aff 0%, #6fe0ff 55%, #d7f300 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.pp-hero__sub {
  font-size: 19px;
  line-height: 1.6;
  color: rgba(255,255,255,0.78);
  max-width: 620px;
  margin: 0 0 34px;
}
.pp-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.pp-hero__note {
  margin-top: 20px;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  display: flex; align-items: center; gap: 8px;
}
.pp-hero__note .lucide-ic { font-size: 16px; color: var(--product-rmgeo); }

/* Hero media (window mockup wrapper, reused from home aesthetics) */
.pp-hero__media { margin-top: 64px; position: relative; z-index: 1; }
.pp-window {
  border-radius: 16px;
  background: #060f24;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 40px 120px rgba(0,0,0,0.5);
  overflow: hidden;
}
.pp-window__bar {
  display: flex; align-items: center; gap: 14px;
  padding: 13px 18px;
  background: rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.pp-window__dots { display: flex; gap: 7px; }
.pp-window__dots i { width: 11px; height: 11px; border-radius: 50%; display: block; }
.pp-window__url {
  font-family: var(--font-mono);
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.06);
  border-radius: 100px;
  padding: 5px 14px;
}
.pp-window__body { padding: 0; }
.pp-window__body .pp-ph { border: 0; border-radius: 0; min-height: 420px; }
.pp-window__body .pp-ph--dark {
  background: repeating-linear-gradient(135deg, rgba(255,255,255,0.045) 0 16px, rgba(255,255,255,0.015) 16px 32px);
}

/* floating metric chips for split hero */
.pp-hero__panel { position: relative; }
.pp-metric-chip {
  position: absolute;
  background: rgba(7,18,38,0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  padding: 13px 16px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.4);
}
.pp-metric-chip__label { font-size: 11px; color: rgba(255,255,255,0.6); display: flex; align-items: center; gap: 6px; margin-bottom: 5px; }
.pp-metric-chip__label::before { content:""; width: 6px; height: 6px; border-radius: 50%; background: var(--product-rmads); }
.pp-metric-chip__value { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -0.02em; color: #fff; }
.pp-metric-chip__delta { font-size: 11px; color: #7fe6c0; margin-top: 2px; }
.pp-metric-chip--a { top: 8%; left: -22px; }
.pp-metric-chip--b { bottom: 12%; right: -18px; }
@media (max-width: 920px) { .pp-metric-chip { display: none; } }

/* ============================ Logos strip ============================ */
.pp-logos { padding: 44px 0; background: #fff; border-bottom: 1px solid var(--color-border); }
.pp-logos__label {
  text-align: center;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--color-muted); margin-bottom: 24px;
}
.pp-logos__track {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 18px 44px;
}
.pp-logo {
  font-family: var(--font-display);
  font-weight: 700; font-size: 19px; letter-spacing: -0.02em;
  color: #94a3b8;
  transition: var(--transition-fast);
}
.pp-logo:hover { color: var(--color-ink); }

/* ============================ Stats band ============================ */
.pp-statband {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 820px) { .pp-statband { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; } }
.pp-stat { text-align: center; }
.pp-stat__value {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 4.6vw, 58px);
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--color-primary);
}
.pp-section--dark .pp-stat__value { color: var(--product-rmads); }
.pp-statband--vert .pp-stat__value { color: #fff; }
.pp-stat__label { font-size: 14px; color: var(--color-muted); margin-top: 12px; line-height: 1.45; }
.pp-section--dark .pp-stat__label { color: rgba(255,255,255,0.66); }
.pp-statband--cases { margin-bottom: 52px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.1); }

/* ============================ Cases carousel ============================ */
.pp-carousel { position: relative; max-width: 940px; margin: 0 auto; }
.pp-carousel__viewport { overflow: hidden; }
.pp-carousel__track { display: flex; transition: transform 0.5s var(--ease-out); }
.pp-carousel__slide { flex: 0 0 100%; min-width: 0; padding: 0 8px; }
.pp-carousel__nav { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 36px; }
.pp-carousel__arrow {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.18);
  color: #fff; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: var(--transition-fast);
}
.pp-carousel__arrow:hover { background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.4); }
.pp-carousel__arrow .lucide-ic { font-size: 22px; }
.pp-carousel__dots { display: flex; gap: 9px; }
.pp-carousel__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,0.25); border: 0; padding: 0; cursor: pointer;
  transition: var(--transition-fast);
}
.pp-carousel__dot.is-active { background: var(--product-rmads); width: 22px; border-radius: 100px; }

/* ============================ Section helpers ============================ */
.pp-section { padding: 140px 0; position: relative; }
@media (max-width: 720px) { .pp-section { padding: 80px 0; } }
.pp-section--light { background: #fff; color: var(--color-ink); }

/* ---- #features — near-black + glow lights only ---- */
#features {
  background: #03060e;
  color: #fff;
  overflow: hidden;
}
#features::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    /* blobs grandes */
    radial-gradient(ellipse 700px 500px at 95%   0%, rgba(0,80,229,0.22)   0%, transparent 70%),
    radial-gradient(ellipse 600px 440px at  0%  100%, rgba(6,182,212,0.16)  0%, transparent 70%),
    radial-gradient(ellipse 500px 360px at 50%   50%, rgba(0,80,229,0.07)  0%, transparent 70%),
    radial-gradient(ellipse 400px 280px at 20%   20%, rgba(124,58,237,0.10) 0%, transparent 70%),
    radial-gradient(ellipse 350px 260px at 80%   80%, rgba(6,182,212,0.12)  0%, transparent 70%),
    /* focos médios */
    radial-gradient(ellipse 180px 120px at 35%   10%, rgba(0,80,229,0.18)   0%, transparent 70%),
    radial-gradient(ellipse 150px 100px at 65%   90%, rgba(124,58,237,0.15) 0%, transparent 70%),
    radial-gradient(ellipse 120px  80px at  8%   60%, rgba(6,182,212,0.14)  0%, transparent 70%),
    radial-gradient(ellipse 120px  80px at 92%   45%, rgba(0,80,229,0.14)   0%, transparent 70%);
}
#features .rc-container       { position: relative; z-index: 1; }
#features .rc-section-eyebrow { color: #6fa8ff; }
#features .rc-h2              { color: #fff; }
#features .rc-lead            { color: rgba(255,255,255,0.70); }
/* feature text legibility on dark bg */
#features .rma-feat-grid + .pp-features { margin-top: 100px; }
#features .pp-feature__kicker          { color: #6fa8ff; }
#features .pp-feature__title           { color: #fff; }
#features .pp-feature__desc            { color: rgba(255,255,255,0.75); font-size: 16px; font-weight: 400; }
#features .pp-feature__list li         { color: rgba(255,255,255,0.75); font-size: 15px; font-weight: 400; }
#features .pp-feature__list .lucide-ic { color: #6fa8ff; }
#features .pp-feature__link            { color: #67e8f9; font-weight: 400; }
#features .pp-feature__link:hover      { color: #fff; }
.pp-section--bg { background: var(--color-bg); color: var(--color-ink); }
.pp-section--dark { background: var(--color-ink); color: #fff; }
.pp-section--dark .rc-h2 { color: #fff; }

/* ============================ Feature blocks (alternating) ============================ */
.pp-features { display: flex; flex-direction: column; gap: 180px; }
@media (max-width: 720px) { .pp-features { gap: 100px; } }
.pp-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 860px) { .pp-feature { grid-template-columns: 1fr; gap: 32px; } }
.pp-feature--reverse .pp-feature__text { order: 2; }
@media (max-width: 860px) { .pp-feature--reverse .pp-feature__text { order: 0; } }

.pp-feature__kicker {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.04em;
  color: var(--color-primary);
  margin-bottom: 18px;
}
.pp-feature__kicker .pp-feature__num {
  width: 26px; height: 26px; border-radius: 7px;
  background: var(--color-primary-soft); color: var(--color-primary);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 12px;
}
.pp-feature__title {
  font-family: var(--font-display);
  font-weight: 700; font-size: clamp(28px, 3.4vw, 38px);
  letter-spacing: -0.025em; line-height: 1.12;
  margin: 0 0 18px;
}
.pp-feature__desc { font-size: 17px; line-height: 1.62; color: var(--color-muted); margin: 0 0 24px; }
.pp-feature__list { list-style: none; margin: 0 0 28px; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.pp-feature__list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--color-text-soft); line-height: 1.5; }
.pp-feature__list .lucide-ic { font-size: 20px; color: var(--color-primary); flex: none; margin-top: 1px; }
.pp-feature__link {
  display: inline-flex; align-items: center; gap: 7px;
  font-weight: 600; font-size: 15px; color: var(--color-primary);
}
.pp-feature__link .lucide-ic { font-size: 18px; transition: transform 0.18s ease; }
.pp-feature__link:hover .lucide-ic { transform: translateX(3px); }

/* ============================ Feature tabs (Variation B) ============================ */
.pp-tabs { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: start; }
@media (max-width: 860px) { .pp-tabs { grid-template-columns: 1fr; gap: 28px; } }
.pp-tablist { display: flex; flex-direction: column; gap: 12px; }
.pp-tab {
  text-align: left;
  background: #fff;
  border: 1px solid var(--color-border);
  border-left: 3px solid transparent;
  border-radius: 14px;
  padding: 22px 24px;
  cursor: pointer;
  transition: var(--transition-card);
  font-family: inherit;
}
.pp-tab:hover { border-color: #cdd6e2; }
.pp-tab.is-active { border-color: var(--color-border); border-left-color: var(--color-primary); box-shadow: var(--shadow-hover); }
.pp-tab__head { display: flex; align-items: center; gap: 12px; }
.pp-tab__icon {
  width: 38px; height: 38px; border-radius: 10px; flex: none;
  background: var(--color-primary-soft); color: var(--color-primary);
  display: inline-flex; align-items: center; justify-content: center;
}
.pp-tab__icon .lucide-ic { font-size: 20px; }
.pp-tab__title { font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -0.015em; color: var(--color-ink); }
.pp-tab__desc { font-size: 14.5px; line-height: 1.5; color: var(--color-muted); margin-top: 12px; display: none; }
.pp-tab.is-active .pp-tab__desc { display: block; }
.pp-tabpanel { position: relative; }
.pp-tabpane { display: none; }
.pp-tabpane.is-active { display: block; animation: ppFade 0.3s var(--ease-out); }
@keyframes ppFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* ============================ Differential cards ============================ */
.pp-diffs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 860px) { .pp-diffs { grid-template-columns: 1fr; } }
.pp-diff {
  background: #fff;
  border: 1px solid var(--color-border);
  border-top: 4px solid var(--color-primary);
  border-radius: var(--radius-card);
  padding: 32px;
  transition: var(--transition-card);
}
.pp-diff:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.pp-diff__icon {
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--color-primary-soft); color: var(--color-primary);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.pp-diff__icon .lucide-ic { font-size: 24px; }
.pp-diff__title { font-family: var(--font-display); font-weight: 700; font-size: 20px; letter-spacing: -0.015em; margin: 0 0 10px; color: var(--color-ink); }
.pp-diff__desc { font-size: 15px; line-height: 1.55; color: var(--color-muted); margin: 0; }

/* ============================ Comparison table ============================ */
.pp-compare {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  overflow: hidden;
  max-width: 900px; margin: 0 auto;
}
.pp-compare__row { display: grid; grid-template-columns: 0.8fr 1fr 1fr; align-items: stretch; }
.pp-compare__row + .pp-compare__row { border-top: 1px solid var(--color-border); }
.pp-compare__cell { padding: 20px 24px; display: flex; align-items: center; gap: 10px; font-size: 15px; }
.pp-compare__cell--feat { color: var(--color-text-soft); font-weight: 500; flex: 0 0 100px; }
.pp-compare__cell--rank { background: rgba(0,80,229,0.045); color: var(--color-ink); font-weight: 500; border-left: 1px solid var(--color-border); }
.pp-compare__cell--other { color: var(--color-muted); border-left: 1px solid var(--color-border); }
.pp-compare__head .pp-compare__cell { font-family: var(--font-display); font-weight: 700; font-size: 15px; letter-spacing: -0.01em; text-transform: none; }
.pp-compare__head { background: var(--color-bg); }
.pp-compare__head .pp-compare__cell--rank { background: var(--color-ink); color: #fff; }
.pp-compare__cell .lucide-ic { font-size: 19px; flex: none; }
.pp-compare__yes { color: var(--color-success); }
.pp-compare__no { color: #cbd5e1; }
@media (max-width: 640px) {
  .pp-compare__cell { padding: 14px 14px; font-size: 13.5px; }
}

/* ============================ Testimonial ============================ */
.pp-quote { max-width: 920px; margin: 0 auto; text-align: center; }
.pp-quote__mark { font-family: var(--font-display); font-size: 72px; line-height: 0.5; color: var(--product-rmads); display: block; margin-bottom: 24px; }
.pp-quote__text {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 32px;
  text-wrap: balance;
}
.pp-quote__text em { font-style: normal; color: var(--product-rmads); }
.pp-quote__by { display: inline-flex; align-items: center; gap: 14px; }
.pp-quote__av { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, #1b3a6b, #0a1f44); border: 1px solid rgba(255,255,255,0.16); flex: none; }
.pp-quote__who { text-align: left; }
.pp-quote__name { font-weight: 700; color: #fff; font-size: 15px; }
.pp-quote__role { font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 2px; }

/* testimonial cards (Variation B) */
.pp-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 860px) { .pp-quotes { grid-template-columns: 1fr; } }
.pp-qcard {
  background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-card);
  padding: 32px; display: flex; flex-direction: column; gap: 20px;
}
.pp-qcard__stars { color: #f5b50a; letter-spacing: 2px; font-size: 15px; }
.pp-qcard__text { font-size: 16px; line-height: 1.55; color: var(--color-text-soft); margin: 0; flex: 1; }
.pp-qcard__by { display: flex; align-items: center; gap: 12px; }
.pp-qcard__av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, #cdd9ec, #eef2f7); border: 1px solid var(--color-border); flex: none; }
.pp-qcard__name { font-weight: 700; font-size: 14px; color: var(--color-ink); }
.pp-qcard__role { font-size: 12.5px; color: var(--color-muted); margin-top: 2px; }

/* ============================ FAQ accordion ============================ */
.pp-faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.pp-faq__item { border: 1px solid var(--color-border); border-radius: 14px; background: #fff; overflow: hidden; transition: var(--transition-fast); }
.pp-faq__item.is-open { border-color: #cdd6e2; box-shadow: var(--shadow-hover); }
.pp-faq__q {
  width: 100%; text-align: left; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 26px;
  font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -0.015em;
  color: var(--color-ink); background: none; border: 0;
}
.pp-faq__icon { flex: none; transition: transform 0.25s var(--ease-out); color: var(--color-primary); }
.pp-faq__item.is-open .pp-faq__icon { transform: rotate(45deg); }
.pp-faq__a { max-height: 0; overflow: hidden; transition: max-height 0.3s var(--ease-out); }
.pp-faq__a-inner { padding: 0 26px 24px; font-size: 16px; line-height: 1.6; color: var(--color-muted); }

/* ============================ Demo / CTA form section ============================ */
.pp-demo { background: linear-gradient(160deg, #00132c 0%, #001e4a 70%, #00081a 100%); color: #fff; position: relative; overflow: hidden; }
.pp-demo__bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(46% 60% at 8% 100%, rgba(0,80,229,0.4), transparent 60%),
    radial-gradient(40% 50% at 100% 0%, rgba(77,138,255,0.24), transparent 60%);
}
.pp-demo__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 920px) { .pp-demo__inner { grid-template-columns: 1fr; gap: 40px; } }
.pp-demo__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(32px, 4vw, 46px); letter-spacing: -0.03em; line-height: 1.08; margin: 0 0 20px; color: #fff; }
.pp-demo__title em { font-style: normal; color: var(--product-rmads); }
.pp-demo__sub { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,0.78); margin: 0 0 28px; }
.pp-demo__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.pp-demo__list li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: rgba(255,255,255,0.86); }
.pp-demo__list .lucide-ic { font-size: 20px; color: var(--product-rmads); flex: none; }

.pp-form {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius-card);
  padding: 32px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.pp-form__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 20px;
}
.pp-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pp-field { display: flex; flex-direction: column; gap: 7px; }
.pp-field--full { grid-column: 1 / -1; }
.pp-field__label { font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,0.82); }
.pp-field__input {
  width: 100%; font-family: inherit; font-size: 14px; color: #fff;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 10px; padding: 12px 14px;
  transition: var(--transition-fast);
  -webkit-appearance: none; appearance: none;
}
.pp-field__input::placeholder { color: rgba(255,255,255,0.4); }
.pp-field__input:focus-visible { outline: none; border-color: #4d8aff; box-shadow: 0 0 0 3px rgba(77,138,255,0.3); }
.pp-field__select option { color: #00132c; }
.pp-form__submit { width: 100%; justify-content: center; margin-top: 6px; }
.pp-form__fine { font-size: 12px; color: rgba(255,255,255,0.5); margin: 14px 0 0; text-align: center; }
@media (max-width: 480px) { .pp-form__grid { grid-template-columns: 1fr; } }

/* ============================ Sub-CTA band ============================ */
.pp-ctaband { text-align: center; max-width: 720px; margin: 0 auto; }
.pp-ctaband .rc-h2 { margin-bottom: 14px; }
.pp-ctaband__row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }

/* ============================ Dashboard mock ============================ */
.rma-mock { display: flex; background: #090e1a; border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,0.08); margin: 48px 0 64px; box-shadow: 0 40px 100px rgba(0,0,0,0.6), 0 0 0 1px rgba(0,80,229,0.10); min-height: 520px; font-size: 13px; }
.rma-sb { width: 52px; background: #060a14; border-right: 1px solid rgba(255,255,255,0.06); display: flex; flex-direction: column; align-items: center; padding: 16px 0; flex-shrink: 0; }
.rma-sb__logo { width: 30px; height: 30px; margin-bottom: 24px; }
.rma-sb__logo svg { width: 30px; height: 30px; }
.rma-sb__nav { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.rma-sb__item { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.22); cursor: default; }
.rma-sb__item svg { width: 18px; height: 18px; }
.rma-sb__item--active { background: rgba(0,80,229,0.18); color: #4d90ff; }
.rma-sb__bottom { margin-top: auto; }
.rma-sb__avatar { width: 30px; height: 30px; border-radius: 50%; background: #0050E5; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; }
.rma-main { flex: 1; display: flex; flex-direction: column; overflow: hidden; min-width: 0; }
.rma-topbar { display: flex; align-items: center; justify-content: space-between; padding: 10px 18px; border-bottom: 1px solid rgba(255,255,255,0.06); flex-shrink: 0; }
.rma-topbar__left { display: flex; align-items: center; gap: 6px; }
.rma-topbar__app { color: #fff; font-weight: 600; font-size: 13px; }
.rma-topbar__caret { width: 13px; height: 13px; color: rgba(255,255,255,0.3); }
.rma-topbar__section { color: rgba(255,255,255,0.4); font-size: 13px; }
.rma-topbar__right { display: flex; align-items: center; gap: 8px; }
.rma-topbar__period { display: flex; align-items: center; gap: 5px; font-size: 11px; color: rgba(255,255,255,0.45); background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.07); border-radius: 6px; padding: 4px 9px; }
.rma-topbar__period svg { width: 12px; height: 12px; }
.rma-topbar__btn { font-size: 11px; color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.09); border-radius: 6px; padding: 4px 10px; cursor: default; }
.rma-kpis { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid rgba(255,255,255,0.06); flex-shrink: 0; }
.rma-kpi { padding: 13px 16px; border-right: 1px solid rgba(255,255,255,0.05); }
.rma-kpi:last-child { border-right: none; }
.rma-kpi__label { font-size: 10px; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 0.09em; margin-bottom: 5px; }
.rma-kpi__value { font-size: 19px; font-weight: 700; color: #fff; font-family: var(--font-display); display: flex; align-items: baseline; gap: 5px; line-height: 1.1; }
.rma-kpi__stars { font-size: 11px; color: #f59e0b; letter-spacing: -1px; }
.rma-kpi__delta { font-size: 10px; margin-top: 3px; }
.rma-kpi__delta--up { color: #34d399; }
.rma-kpi__delta--neutral { color: rgba(255,255,255,0.3); }
.rma-content { display: grid; grid-template-columns: 1fr 256px; flex: 1; overflow: hidden; min-height: 0; }
.rma-chart-card { padding: 16px; border-right: 1px solid rgba(255,255,255,0.06); overflow-y: auto; display: flex; flex-direction: column; }
.rma-card-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 10px; gap: 10px; }
.rma-card-title { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.88); }
.rma-card-sub { font-size: 10px; color: rgba(255,255,255,0.35); margin-top: 2px; }
.rma-chart-legend { display: flex; align-items: center; font-size: 10px; color: rgba(255,255,255,0.45); gap: 4px; white-space: nowrap; flex-shrink: 0; }
.rma-legend-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; }
.rma-chart-svg { width: 100%; height: auto; display: block; }
.rma-comps { margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.06); }
.rma-comps__title { font-size: 10px; font-weight: 700; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px; }
.rma-comps__list { display: flex; flex-direction: column; gap: 10px; }
.rma-comp { display: flex; align-items: center; gap: 9px; }
.rma-comp__icon { width: 28px; height: 28px; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; }
.rma-comp__info { min-width: 78px; }
.rma-comp__name { font-size: 12px; color: rgba(255,255,255,0.8); font-weight: 500; }
.rma-comp__pos { font-size: 10px; color: rgba(255,255,255,0.3); }
.rma-comp__bar-wrap { flex: 1; height: 3px; background: rgba(255,255,255,0.07); border-radius: 4px; overflow: hidden; }
.rma-comp__fill { height: 100%; border-radius: 4px; }
.rma-comp__score { font-size: 11px; font-weight: 700; min-width: 22px; text-align: right; }
.rma-right { display: flex; flex-direction: column; overflow-y: auto; }
.rma-panel-card { padding: 14px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.rma-panel-title { display: flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 700; color: rgba(255,255,255,0.38); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 12px; }
.rma-panel-title svg { width: 14px; height: 14px; flex-shrink: 0; }
.rma-agenda-list { display: flex; flex-direction: column; gap: 10px; }
.rma-agenda-item { display: flex; align-items: center; gap: 9px; }
.rma-agenda-date { text-align: center; min-width: 28px; background: rgba(255,255,255,0.04); border-radius: 6px; padding: 3px 4px; }
.rma-agenda-day { font-size: 14px; font-weight: 700; color: #fff; line-height: 1; }
.rma-agenda-mon { font-size: 9px; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 0.05em; }
.rma-agenda-info { flex: 1; min-width: 0; }
.rma-agenda-title { font-size: 12px; color: rgba(255,255,255,0.8); font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rma-agenda-time { font-size: 10px; color: rgba(255,255,255,0.3); margin-top: 1px; }
.rma-agenda-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.rma-tasks { display: flex; flex-direction: column; gap: 9px; }
.rma-task { display: flex; align-items: flex-start; gap: 8px; }
.rma-task__check { width: 15px; height: 15px; border: 1.5px solid rgba(255,255,255,0.18); border-radius: 4px; flex-shrink: 0; margin-top: 1px; display: flex; align-items: center; justify-content: center; }
.rma-task__check--done { background: #0050E5; border-color: #0050E5; color: #fff; }
.rma-task__check--done svg { width: 9px; height: 9px; }
.rma-task__text { font-size: 11px; color: rgba(255,255,255,0.72); line-height: 1.45; }
.rma-task__text--done { color: rgba(255,255,255,0.28); text-decoration: line-through; }
/* 4 feature cards */
.rma-feat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 56px; }
.rma-feat-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 26px 22px; transition: all 0.25s ease; }
.rma-feat-card:hover { background: rgba(255,255,255,0.06); border-color: rgba(0,80,229,0.35); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,0,0,0.35); }
.rma-feat-icon { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.rma-feat-icon svg { width: 21px; height: 21px; }
.rma-feat-name { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; font-family: var(--font-display); }
.rma-feat-desc { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.52); }
@media (max-width: 900px) {
  .rma-kpis { grid-template-columns: repeat(2,1fr); }
  .rma-content { grid-template-columns: 1fr; }
  .rma-right { border-top: 1px solid rgba(255,255,255,0.06); }
  .rma-feat-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
  .rma-mock { flex-direction: column; min-height: unset; }
  .rma-sb { flex-direction: row; width: 100%; height: 44px; }
  .rma-sb__nav { flex-direction: row; }
  .rma-feat-grid { grid-template-columns: 1fr; }
}
