/* Pricing / conversion-close page — components (no inline styles).
   Pairs with feature-pages.css + design-system.css. Theme greens #069845 / #0bb855.
   Only holds classes not already provided by the shared sheets (.sh-, .ot-, bootstrap). */

/* ---- Hero value bullets (F-pattern left rail) ---- */
.pp-hero__bullets{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:10px}
.pp-hero__bullets li{display:flex;gap:10px;align-items:flex-start;color:#b8bfce;font-size:15px;line-height:1.55}
.pp-hero__bullets li i{color:#0bb855;font-size:15px;margin-top:3px;flex:0 0 auto}

/* ---- Trust strip ---- */
.pp-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:8px 0 0}
.pp-trust__item{display:flex;gap:10px;align-items:center;background:#0d1222;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:14px 16px}
.pp-trust__item i{color:#0bb855;font-size:20px;flex:0 0 auto}
.pp-trust__item strong{color:#e8ecf4;font-size:14px;display:block;line-height:1.3}
.pp-trust__item span{color:#7a8299;font-size:12px;display:block;margin-top:2px}
@media(max-width:768px){.pp-trust{grid-template-columns:repeat(2,1fr)}}
@media(max-width:420px){.pp-trust{grid-template-columns:1fr}}

/* ---- AEO answer block (quotable) ---- */
.pp-answer{background:linear-gradient(135deg,rgba(6,152,69,.07),rgba(6,152,69,.02));border:1px solid rgba(6,152,69,.16);border-left:3px solid #069845;border-radius:0 12px 12px 0;padding:18px 22px;margin:18px 0}
.pp-answer h3{color:#e8ecf4;font-size:18px;margin:0 0 8px;font-family:'Kumbh Sans',sans-serif}
.pp-answer p{color:#b8bfce;font-size:14.5px;line-height:1.7;margin:0 0 10px}
.pp-answer p:last-child{margin-bottom:0}
.pp-answer a{color:#0bb855;text-decoration:underline}

/* ---- Free vs Premium feature matrix ---- */
.pp-matrix{width:100%;border-collapse:collapse;margin:16px 0 4px;background:#0d1222;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden}
.pp-matrix th,.pp-matrix td{padding:13px 16px;text-align:left;font-size:14px;border-bottom:1px solid rgba(255,255,255,.06)}
.pp-matrix thead th{background:rgba(6,152,69,.10);color:#e8ecf4;font-size:13.5px;font-weight:700}
.pp-matrix tbody td{color:#b8bfce}
.pp-matrix tbody td:first-child{color:#e8ecf4;font-weight:600}
.pp-matrix .pp-col-c{text-align:center;width:120px}
.pp-matrix tbody tr:last-child td{border-bottom:0}
.pp-matrix tbody tr:nth-child(even){background:rgba(255,255,255,.015)}
.pp-yes{color:#0bb855}.pp-no{color:#f56c6c}.pp-partial{color:#e6a23c}
@media(max-width:600px){.pp-matrix th,.pp-matrix td{padding:10px 10px;font-size:13px}.pp-matrix .pp-col-c{width:64px}}

/* ---- Competitor cost-comparison table ---- */
.pp-compare-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:16px 0 4px}
.pp-compare{width:100%;min-width:640px;border-collapse:collapse;background:#0d1222;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden}
.pp-compare th,.pp-compare td{padding:13px 14px;text-align:center;font-size:13.5px;border-bottom:1px solid rgba(255,255,255,.06)}
.pp-compare thead th{background:rgba(6,152,69,.10);color:#e8ecf4;font-weight:700}
.pp-compare tbody th{text-align:left;color:#e8ecf4;font-weight:700;background:rgba(255,255,255,.02)}
.pp-compare tbody td{color:#b8bfce}
.pp-compare .pp-row-us th,.pp-compare .pp-row-us td{background:rgba(6,152,69,.08);color:#e8ecf4}
.pp-compare .pp-row-us th{color:#0bb855}
.pp-compare tbody tr:last-child th,.pp-compare tbody tr:last-child td{border-bottom:0}
.pp-compare__note{color:#7a8299;font-size:12px;margin:8px 2px 0;line-height:1.5}

/* ---- Why-less value points ---- */
.pp-why{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:16px 0 4px}
.pp-why__item{background:#0d1222;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:20px 18px}
.pp-why__item i{color:#0bb855;font-size:22px;margin-bottom:10px;display:block}
.pp-why__item h4{color:#e8ecf4;font-size:15.5px;margin:0 0 6px;font-family:'Kumbh Sans',sans-serif}
.pp-why__item p{color:#b8bfce;font-size:13.5px;line-height:1.6;margin:0}
@media(max-width:768px){.pp-why{grid-template-columns:1fr}}

/* ---- Guarantee / trust band ---- */
.pp-guarantee{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0 4px}
.pp-guarantee__item{background:#0d1222;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:18px 14px;text-align:center}
.pp-guarantee__item i{color:#0bb855;font-size:22px;margin-bottom:8px;display:block}
.pp-guarantee__item strong{color:#e8ecf4;font-size:14px;display:block;margin-bottom:4px}
.pp-guarantee__item span{color:#7a8299;font-size:12.5px;line-height:1.5;display:block}
@media(max-width:768px){.pp-guarantee{grid-template-columns:repeat(2,1fr)}}
@media(max-width:420px){.pp-guarantee{grid-template-columns:1fr}}

/* ---- Legality / objection block ---- */
.pp-legal{background:rgba(230,162,60,.06);border:1px solid rgba(230,162,60,.18);border-left:3px solid #e6a23c;border-radius:0 12px 12px 0;padding:18px 22px;margin:18px 0}
.pp-legal h3{color:#e6a23c;font-size:17px;margin:0 0 8px;font-family:'Kumbh Sans',sans-serif}
.pp-legal h3 i{margin-right:7px}
.pp-legal p{color:#b8bfce;font-size:14px;line-height:1.7;margin:0 0 10px}
.pp-legal p:last-child{margin-bottom:0}
.pp-legal a{color:#0bb855;text-decoration:underline}

/* ---- FAQ (people-first) ---- */
.pp-faq{display:grid;gap:12px;margin:16px 0 4px}
.pp-faq__item{background:#0d1222;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:16px 20px}
.pp-faq__item h3{color:#e8ecf4;font-size:15.5px;margin:0 0 6px;font-family:'Kumbh Sans',sans-serif}
.pp-faq__item p{color:#b8bfce;font-size:14px;line-height:1.7;margin:0}
.pp-faq__item p a{color:#0bb855;text-decoration:underline}

/* ---- Final conversion band ---- */
.pp-final{background:linear-gradient(135deg,#0d1222 0%,#141a30 55%,#1a2540 100%);border:1px solid rgba(6,152,69,.20);border-radius:18px;padding:36px 30px;margin:48px 0 8px;text-align:center;position:relative;overflow:hidden}
.pp-final::before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,transparent,#069845,#0bb855,transparent)}
.pp-final h2{color:#fff;font-size:clamp(22px,3vw,30px);margin:0 0 10px}
.pp-final p{color:#b8bfce;font-size:15px;margin:0 auto 22px;max-width:560px;line-height:1.6}
.pp-final .sh-cta-row{justify-content:center}

/* ---- Sticky mobile bottom CTA (94% mobile audience) ---- */
.pp-sticky{position:fixed;left:0;right:0;bottom:0;z-index:140;display:none;gap:8px;padding:9px 12px calc(9px + env(safe-area-inset-bottom,0));background:rgba(10,13,24,.97);border-top:1px solid rgba(6,152,69,.30);box-shadow:0 -6px 24px rgba(0,0,0,.4);backdrop-filter:blur(8px)}
.pp-sticky a{flex:1 1 0;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:700;padding:12px 10px;border-radius:9px;text-decoration:none;white-space:nowrap}
.pp-sticky__primary{background:linear-gradient(135deg,#069845,#0bb855);color:#fff;box-shadow:0 4px 16px rgba(6,152,69,.35)}
.pp-sticky__ghost{border:1.5px solid #069845;color:#0bb855;background:transparent}
@media(max-width:991px){.pp-sticky{display:flex}body{padding-bottom:70px}}

/* ---- Section heading helper ---- */
.pp-h2{color:#e8ecf4;font-size:clamp(22px,3vw,30px);margin:0 0 8px;font-family:'Kumbh Sans',sans-serif}
.pp-lead{color:#b8bfce;font-size:15px;line-height:1.7;margin:0 0 6px;max-width:760px}
.pp-savetag{display:inline-block;background:rgba(6,152,69,.12);color:#0bb855;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.4px;padding:3px 10px;border-radius:20px;margin-left:8px;vertical-align:middle}
