/* ─── reset ─── */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: 'Plus Jakarta Sans', system-ui, sans-serif; background: #F6F8FC; color: #0C1A33; -webkit-font-smoothing: antialiased; line-height: 1.5; }
a { text-decoration: none; color: inherit; }

/* ─── animations ─── */
@keyframes pl-pulse {
  0%   { transform: scale(0.9); opacity: 0.7; }
  70%  { transform: scale(2.4); opacity: 0; }
  100% { opacity: 0; }
}
@keyframes pl-rise {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─── page ─── */
.pl-page { min-height: 100vh; background: #F6F8FC; overflow-x: hidden; }

/* ─── header / nav ─── */
.pl-header { position: sticky; top: 0; z-index: 50; background: rgba(246,248,252,0.82); backdrop-filter: blur(12px); border-bottom: 1px solid #E4EAF3; }
.pl-nav { max-width: 1180px; margin: 0 auto; padding: 16px 32px; display: flex; align-items: center; gap: 32px; }
.pl-logo-link { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 19px; letter-spacing: -0.02em; }
.pl-logo-icon { width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(150deg, #2E6BFF, #1647C9); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(31,95,224,0.35); flex-shrink: 0; }
.pl-navlinks { display: flex; gap: 28px; margin-left: 8px; font-size: 15px; font-weight: 600; }
.pl-navlink { color: #51607A; transition: color .15s; }
.pl-navlink:hover { color: #0C1A33; }
.pl-nav-active { color: #0C1A33; font-weight: 700; font-size: 15px; }
.pl-nav-end { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.pl-nav-cta { font-size: 15px; font-weight: 700; color: #fff; background: #1F5FE0; padding: 10px 18px; border-radius: 10px; box-shadow: 0 4px 14px rgba(31,95,224,0.28); transition: transform .15s, box-shadow .15s; }
.pl-nav-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(31,95,224,0.34); }

/* ─── footer ─── */
.pl-footer { border-top: 1px solid #E4EAF3; background: #fff; }
.pl-footer-inner { max-width: 1180px; margin: 0 auto; padding: 36px 32px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.pl-footer-logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 17px; letter-spacing: -0.02em; }
.pl-footer-icon { width: 28px; height: 28px; border-radius: 8px; background: linear-gradient(150deg, #2E6BFF, #1647C9); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pl-footer-links { display: flex; gap: 26px; font-size: 14px; font-weight: 600; }
.pl-footer-link { color: #51607A; transition: color .15s; }
.pl-footer-link:hover { color: #0C1A33; }
.pl-footer-copy { margin-left: auto; font-size: 13.5px; color: #8392AD; font-weight: 600; }

/* ─── section container ─── */
.pl-section { max-width: 1180px; margin: 0 auto; }

/* ─── badge / pill ─── */
.pl-badge { display: inline-flex; align-items: center; gap: 8px; background: #E9F0FE; color: #1F5FE0; font-size: 13px; font-weight: 700; padding: 7px 13px; border-radius: 999px; margin-bottom: 22px; }
.pl-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: #16A34A; box-shadow: 0 0 0 3px rgba(22,163,74,0.18); flex-shrink: 0; }

/* ─── section headings ─── */
.pl-eyebrow { font-size: 13px; font-weight: 700; color: #1F5FE0; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 12px; }
.pl-section-header { text-align: center; margin: 0 auto 36px; }
.pl-section-title { font-size: 38px; font-weight: 800; letter-spacing: -0.03em; margin: 0 0 14px; line-height: 1.1; }
.pl-section-desc { font-size: 17px; color: #51607A; font-weight: 500; margin: 0; line-height: 1.5; }

/* ─── card ─── */
.pl-card { background: #fff; border: 1px solid #E4EAF3; border-radius: 18px; padding: 28px; }

/* ─── live dot ─── */
.pl-dot { position: relative; width: 7px; height: 7px; flex-shrink: 0; }
.pl-dot span { position: absolute; border-radius: 50%; background: #16A34A; display: block; }
.pl-dot span:first-child { inset: 0; }
.pl-dot span:last-child { inset: -1px; animation: pl-pulse 2s infinite; }
.pl-live-label { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: #16A34A; }

/* ─── utilities ─── */
.pl-accent { color: #1F5FE0; }
.pl-mono { font-family: 'JetBrains Mono', monospace; }

/* ─── hero / demo grids (responsive targets) ─── */
.pl-hero { max-width: 1180px; margin: 0 auto; padding: 76px 32px 40px; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.pl-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pl-dash { display: grid; grid-template-columns: 1.55fr 1fr; gap: 0; }

/* ─── step cards ─── */
.pl-step-num { width: 44px; height: 44px; border-radius: 12px; background: #E9F0FE; color: #1F5FE0; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; font-family: 'JetBrains Mono', monospace; margin-bottom: 18px; }
.pl-step-title { font-size: 19px; font-weight: 800; margin: 0 0 9px; letter-spacing: -0.02em; }
.pl-step-desc { font-size: 15px; color: #51607A; font-weight: 500; line-height: 1.55; margin: 0; }

/* ─── pricing feature lists ─── */
.pl-feature-list { display: flex; flex-direction: column; gap: 12px; }
.pl-feature { display: flex; gap: 11px; font-size: 14.5px; font-weight: 600; color: #51607A; }
.pl-feature--dark { color: #2B3A56; }
.pl-feature--ghost { color: #E4EAF3; }
.pl-check { color: #1F5FE0; font-weight: 800; flex-shrink: 0; }
.pl-check--light { color: #5B8DEF; }
.pl-dash-icon { color: #AEB8CC; flex-shrink: 0; }
.pl-divider { height: 1px; background: #EEF2F9; margin: 24px 0 18px; }
.pl-overline { font-size: 12.5px; font-weight: 700; color: #8392AD; letter-spacing: 0.03em; text-transform: uppercase; margin-bottom: 14px; }

/* ─── pricing tiers grid ─── */
.pl-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }

/* ─── FAQ ─── */
.pl-faq { display: flex; flex-direction: column; gap: 14px; }
.pl-faq-item { background: #fff; border: 1px solid #E4EAF3; border-radius: 14px; padding: 20px 24px; }
.pl-faq-q { font-weight: 800; font-size: 16px; margin-bottom: 7px; }
.pl-faq-a { font-size: 15px; color: #51607A; font-weight: 500; line-height: 1.55; margin: 0; }

/* ─── interactive states ─── */
.pl-hero-cta { font-size: 16px; font-weight: 700; color: #fff; background: #1F5FE0; padding: 15px 26px; border-radius: 12px; box-shadow: 0 8px 22px rgba(31,95,224,0.32); transition: transform .15s, box-shadow .15s; }
.pl-hero-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(31,95,224,0.4); }
.pl-hero-demo { font-size: 16px; font-weight: 700; color: #0C1A33; background: #fff; border: 1px solid #DCE4F1; padding: 15px 24px; border-radius: 12px; transition: border-color .15s; }
.pl-hero-demo:hover { border-color: #1F5FE0; }
.pl-simulate { cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 700; color: #fff; background: #1F5FE0; border: none; padding: 12px 18px; border-radius: 10px; box-shadow: 0 6px 16px rgba(31,95,224,0.3); display: flex; align-items: center; gap: 8px; transition: transform .12s, box-shadow .12s; }
.pl-simulate:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(31,95,224,0.4); }
.pl-simulate:active { transform: translateY(1px); }
.pl-cta-primary { transition: transform .15s; }
.pl-cta-primary:hover { transform: translateY(-2px); }
.pl-cta-alt { transition: background .15s; }
.pl-cta-alt:hover { background: rgba(255,255,255,0.22); }
.pl-tier-cta { transition: transform .15s; }
.pl-tier-cta:hover { transform: translateY(-2px); }
.pl-free-cta { transition: border-color .15s; }
.pl-free-cta:hover { border-color: #1F5FE0; }

/* ─── responsive ─── */
@media (max-width: 860px) {
  .pl-hero  { grid-template-columns: 1fr !important; }
  .pl-steps { grid-template-columns: 1fr !important; }
  .pl-tiers { grid-template-columns: 1fr !important; }
  .pl-navlinks { display: none !important; }
}
@media (max-width: 720px) {
  .pl-dash { grid-template-columns: 1fr !important; }
}

/* ═══ Extracted from marketing page inline styles ═══ */

/* ─── shared: section headers / text ─── */
.pl-section-header--narrow { max-width: 560px; }
.pl-section-header--wide { max-width: 620px; }
.pl-section-title--tight { margin-bottom: 0; }
.pl-strong { color: #0C1A33; }
.pl-nowrap { white-space: nowrap; }
.pl-subhead { font-size: 28px; font-weight: 800; letter-spacing: -0.02em; text-align: center; margin: 0 0 28px; }

/* ─── shared: buttons (look; hover comes from pl-cta-* / pl-tier-cta / pl-free-cta) ─── */
.pl-btn-solid { display: inline-block; font-size: 16px; font-weight: 700; color: #fff; background: #1F5FE0; padding: 15px 28px; border-radius: 12px; box-shadow: 0 8px 22px rgba(31,95,224,0.32); }
.pl-btn-inverse { font-size: 16px; font-weight: 700; color: #1F5FE0; background: #fff; padding: 15px 28px; border-radius: 12px; }
.pl-btn-ghost { font-size: 16px; font-weight: 700; color: #fff; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.3); padding: 15px 26px; border-radius: 12px; }
.pl-tier-btn { text-align: center; font-size: 15px; font-weight: 700; padding: 13px; border-radius: 11px; }
.pl-tier-btn--primary { color: #fff; background: #1F5FE0; box-shadow: 0 8px 20px rgba(31,95,224,0.32); }
.pl-tier-btn--inverse { color: #0C1A33; background: #fff; }
.pl-tier-btn--outline { color: #0C1A33; background: #fff; border: 1px solid #DCE4F1; }

/* ─── shared: bar tints (hero sparkline, demo chart, device meter, legend swatches) ─── */
.pl-spark-bar { flex: 1; background: #D6E2F8; border-radius: 3px; }
.pl-bar { width: 100%; border-radius: 3px 3px 0 0; min-height: 3px; transition: height .4s cubic-bezier(.2,.7,.3,1), background .4s; height: 2%; background: #D6E2F8; }
.pl-tint-mid { background: #B6CDF6; }
.pl-tint-hi { background: #7AA4F2; }
.pl-tint-peak { background: #1F5FE0; }
.pl-tint-soft { background: #C3D5F7; }

/* ─── home: hero ─── */
.pl-hero-title { font-size: 56px; line-height: 1.04; font-weight: 800; letter-spacing: -0.035em; margin: 0 0 20px; text-wrap: balance; }
.pl-hero-sub { font-size: 19px; line-height: 1.55; color: #51607A; font-weight: 500; margin: 0 0 32px; max-width: 480px; }
.pl-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.pl-hero-note { font-size: 14px; color: #8392AD; font-weight: 600; margin: 20px 0 0; }

/* ─── home: hero visual card ─── */
.pl-hero-visual { position: relative; }
.pl-hero-card { background: #fff; border: 1px solid #E4EAF3; border-radius: 20px; padding: 22px; box-shadow: 0 30px 60px -28px rgba(12,26,51,0.28); }
.pl-hero-card-head { display: flex; align-items: center; gap: 11px; padding-bottom: 16px; border-bottom: 1px solid #EEF2F9; }
.pl-house-tile { width: 40px; height: 40px; border-radius: 11px; background: #E9F0FE; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pl-house-glyph { width: 12px; height: 16px; border: 2px solid #1F5FE0; border-radius: 8px 8px 8px 2px; }
.pl-house-glyph--sm { width: 12px; height: 12px; border-width: 1.5px; border-radius: 7px 7px 7px 2px; }
.pl-hero-card-titles { min-width: 0; }
.pl-hero-card-title { font-weight: 700; font-size: 15px; }
.pl-hero-card-link { font-size: 12.5px; color: #1F5FE0; font-weight: 500; }
.pl-live-pill { margin-left: auto; background: #E7F6EC; padding: 5px 9px; border-radius: 8px; }
.pl-hero-stat-row { display: flex; align-items: flex-end; gap: 12px; padding: 18px 0 10px; }
.pl-hero-stat { font-size: 44px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.pl-hero-stat-caption { padding-bottom: 6px; }
.pl-stat-label { font-size: 13px; color: #8392AD; font-weight: 600; }
.pl-stat-up { font-size: 13px; color: #16A34A; font-weight: 700; }
.pl-spark { display: flex; align-items: flex-end; gap: 4px; height: 56px; padding: 6px 0 14px; border-bottom: 1px solid #EEF2F9; }
.pl-hero-card-foot { font-size: 12px; color: #8392AD; font-weight: 600; padding-top: 12px; }
.pl-toast { position: absolute; right: -18px; bottom: -22px; background: #0C1A33; color: #fff; border-radius: 14px; padding: 13px 16px; display: flex; align-items: center; gap: 12px; box-shadow: 0 18px 40px -12px rgba(12,26,51,0.5); animation: pl-rise .6s ease both; max-width: 270px; }
.pl-toast-dot { width: 9px; height: 9px; border-radius: 50%; background: #34D27B; flex-shrink: 0; box-shadow: 0 0 0 4px rgba(52,210,123,0.2); }
.pl-toast-body { font-size: 13px; line-height: 1.35; }
.pl-toast-title { font-weight: 700; }
.pl-toast-sub { color: #9FB0CC; font-weight: 500; }

/* ─── home: trust strip ─── */
.pl-trust { padding: 52px 32px 8px; }
.pl-trust-row { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; opacity: 0.85; }
.pl-trust-label { font-size: 13px; font-weight: 700; color: #8392AD; letter-spacing: 0.04em; text-transform: uppercase; }
.pl-trust-name { font-weight: 800; font-size: 18px; color: #AAB6CC; letter-spacing: -0.02em; }

/* ─── home: live demo window ─── */
.pl-demo-section { padding: 64px 32px 24px; }
.pl-window { background: #fff; border: 1px solid #E4EAF3; border-radius: 20px; box-shadow: 0 40px 80px -40px rgba(12,26,51,0.3); overflow: hidden; }
.pl-window-chrome { display: flex; align-items: center; gap: 14px; padding: 14px 20px; border-bottom: 1px solid #EEF2F9; background: #FBFCFE; }
.pl-window-url { margin: 0 auto; display: flex; align-items: center; gap: 9px; font-size: 13px; color: #51607A; background: #fff; border: 1px solid #E4EAF3; padding: 6px 16px; border-radius: 8px; }
.pl-window-spacer { width: 40px; }
.pl-dash-main { padding: 26px 28px; border-right: 1px solid #EEF2F9; }
.pl-dash-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.pl-dash-label { font-size: 14px; color: #8392AD; font-weight: 600; margin-bottom: 6px; }
.pl-dash-total { font-size: 52px; font-weight: 800; letter-spacing: -0.035em; line-height: 1; }
.pl-ministats { display: flex; gap: 18px; margin-top: 14px; }
.pl-ministat + .pl-ministat { border-left: 1px solid #EEF2F9; padding-left: 18px; }
.pl-ministat-val { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; }
.pl-meta { font-size: 12.5px; color: #8392AD; font-weight: 600; }
.pl-simulate-dot { width: 8px; height: 8px; border-radius: 50%; background: #fff; flex-shrink: 0; }
.pl-chart { margin-top: 28px; }
.pl-chart-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.pl-chart-title { font-size: 14px; font-weight: 700; }
.pl-chart-title--gap { margin-bottom: 12px; }
.pl-bars { display: flex; align-items: flex-end; gap: 3px; height: 132px; }
.pl-bar-cell { flex: 1; height: 100%; display: flex; align-items: flex-end; }
.pl-bar-hours { display: flex; justify-content: space-between; margin-top: 8px; font-size: 11.5px; color: #A0ABC2; font-weight: 600; }
.pl-devices { margin-top: 24px; }
.pl-meter { display: flex; height: 12px; border-radius: 6px; overflow: hidden; background: #EEF2F9; }
.pl-meter-seg { transition: width .4s; }
.pl-legend { display: flex; gap: 20px; margin-top: 12px; font-size: 13px; font-weight: 600; color: #51607A; }
.pl-legend-item { display: flex; align-items: center; gap: 7px; }
.pl-swatch { width: 9px; height: 9px; border-radius: 3px; }
.pl-dash-side { padding: 26px 24px; background: #FBFCFE; }
.pl-dash-side-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.pl-feed { display: flex; flex-direction: column; gap: 10px; max-height: 360px; overflow: hidden; }
.pl-demo-note { text-align: center; font-size: 13px; color: #8392AD; font-weight: 600; margin: 18px 0 0; }

/* ─── home: live feed items (markup built in demo_controller.js) ─── */
.pl-feed-item { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid #EEF2F9; border-radius: 12px; padding: 11px 13px; }
.pl-feed-icon { width: 34px; height: 34px; border-radius: 9px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; font-family: 'JetBrains Mono', monospace; }
.pl-feed-icon--mobile { color: #1F5FE0; background: #E9F0FE; }
.pl-feed-icon--desktop { color: #3F7AD6; background: #EAF1FB; }
.pl-feed-icon--tablet { color: #7A8CB0; background: #EEF2F9; }
.pl-feed-main { min-width: 0; flex: 1; }
.pl-feed-title { font-size: 13.5px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pl-feed-sub { font-size: 12px; color: #8392AD; font-weight: 600; }
.pl-feed-ago { font-size: 12px; color: #8392AD; font-weight: 600; font-family: 'JetBrains Mono', monospace; flex-shrink: 0; }

/* ─── home: how it works + CTA band ─── */
.pl-how { padding: 72px 32px 24px; }
.pl-cta-section { padding: 64px 32px 72px; }
.pl-cta-band { position: relative; overflow: hidden; background: linear-gradient(135deg, #1647C9, #2E6BFF); border-radius: 24px; padding: 56px 48px; text-align: center; box-shadow: 0 30px 60px -28px rgba(31,95,224,0.5); }
.pl-cta-ring { position: absolute; border-radius: 50%; }
.pl-cta-ring--tr { top: -80px; right: -40px; width: 280px; height: 280px; border: 40px solid rgba(255,255,255,0.06); }
.pl-cta-ring--bl { bottom: -120px; left: -60px; width: 320px; height: 320px; border: 50px solid rgba(255,255,255,0.05); }
.pl-cta-content { position: relative; }
.pl-cta-title { font-size: 40px; font-weight: 800; color: #fff; letter-spacing: -0.03em; margin: 0 0 14px; line-height: 1.08; }
.pl-cta-sub { font-size: 18px; color: #D5E2FF; font-weight: 500; margin: 0 auto 28px; max-width: 480px; }
.pl-cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ─── pricing: header + billing toggle ─── */
.pl-pricing-head { padding: 72px 32px 28px; text-align: center; }
.pl-pricing-title { font-size: 50px; line-height: 1.05; font-weight: 800; letter-spacing: -0.035em; margin: 0 0 16px; text-wrap: balance; }
.pl-pricing-sub { font-size: 18px; color: #51607A; font-weight: 500; margin: 0 auto 30px; max-width: 480px; line-height: 1.5; }
.pl-toggle { display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1px solid #E4EAF3; padding: 5px; border-radius: 12px; }
.pl-toggle-btn { cursor: pointer; font-family: inherit; font-size: 14px; font-weight: 700; border: none; padding: 9px 18px; border-radius: 8px; transition: all .15s; color: #51607A; background: transparent; }
.pl-toggle-btn--badge { display: flex; align-items: center; gap: 8px; }
.pl-toggle-btn--active { color: #fff; background: #1F5FE0; }
.pl-save-badge { font-size: 11px; font-weight: 800; color: #16A34A; background: #E7F6EC; padding: 2px 7px; border-radius: 999px; }

/* ─── pricing: tier cards ─── */
.pl-tiers--page { margin-top: 32px; text-align: left; }
.pl-tier { background: #fff; border: 1px solid #E4EAF3; border-radius: 20px; padding: 30px 28px; display: flex; flex-direction: column; }
.pl-tier--featured { position: relative; border: 2px solid #1F5FE0; box-shadow: 0 26px 50px -26px rgba(31,95,224,0.42); }
.pl-tier--dark { background: #0C1A33; color: #fff; border-color: #0C1A33; }
.pl-tier-flag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: #1F5FE0; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: 0.03em; padding: 6px 14px; border-radius: 999px; box-shadow: 0 6px 14px rgba(31,95,224,0.4); white-space: nowrap; }
.pl-tier-name { font-size: 16px; font-weight: 800; letter-spacing: -0.01em; }
.pl-tier-name--accent { color: #1F5FE0; }
.pl-tier-tagline { font-size: 14px; color: #8392AD; font-weight: 600; margin-top: 6px; min-height: 40px; }
.pl-tier-price-row { display: flex; align-items: baseline; gap: 4px; margin: 20px 0 4px; }
.pl-tier-price { font-size: 46px; font-weight: 800; letter-spacing: -0.03em; }
.pl-tier-per { font-size: 16px; color: #8392AD; font-weight: 700; }
.pl-tier-note { font-size: 13.5px; color: #8392AD; font-weight: 600; margin-bottom: 24px; }
.pl-tier--dark .pl-tier-tagline, .pl-tier--dark .pl-tier-per, .pl-tier--dark .pl-tier-note { color: #9FB0CC; }
.pl-tier--dark .pl-divider { background: rgba(255,255,255,0.12); }
.pl-tier--dark .pl-overline { color: #7E8FB0; }
.pl-feature--muted { color: #AEB8CC; }

/* ─── pricing: comparison table ─── */
.pl-compare-section { padding: 56px 32px 8px; }
.pl-table-card { background: #fff; border: 1px solid #E4EAF3; border-radius: 18px; overflow: hidden; }
.pl-compare { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.pl-compare thead tr { background: #FBFCFE; }
.pl-compare th { text-align: center; padding: 18px 16px; font-weight: 800; width: 18%; }
.pl-compare th:first-child { text-align: left; padding: 18px 24px; font-weight: 700; color: #51607A; font-size: 13px; letter-spacing: 0.03em; text-transform: uppercase; width: auto; }
.pl-compare tbody tr { border-top: 1px solid #EEF2F9; }
.pl-compare td { padding: 15px 16px; text-align: center; font-weight: 600; }
.pl-compare td:first-child { padding: 15px 24px; text-align: left; font-weight: 700; color: #2B3A56; }
.pl-compare td:nth-child(2) { color: #51607A; }
.pl-compare td:nth-child(3) { font-weight: 700; color: #1647C9; background: #F5F8FE; }
.pl-compare td:nth-child(4) { color: #2B3A56; }
.pl-compare td.pl-na { color: #AEB8CC; }

/* ─── pricing: FAQ + closing CTA ─── */
.pl-faq-section { max-width: 760px; margin: 0 auto; padding: 56px 32px 8px; }
.pl-pricing-cta { padding: 56px 32px 72px; text-align: center; }
.pl-end-title { font-size: 34px; font-weight: 800; letter-spacing: -0.03em; margin: 0 0 12px; }
.pl-end-sub { font-size: 17px; color: #51607A; font-weight: 500; margin: 0 0 24px; }

/* ─── legal pages (privacy, terms) ─── */
.pl-legal { max-width: 760px; margin: 0 auto; padding: 72px 32px 80px; }
.pl-legal h1 { font-size: 42px; font-weight: 800; letter-spacing: -0.03em; margin: 0 0 8px; }
.pl-legal-updated { color: #8392AD; font-size: 14px; font-weight: 600; margin: 0 0 40px; }
.pl-legal-body { font-size: 16px; line-height: 1.75; color: #2B3A56; }
.pl-legal-body h2 { font-size: 20px; font-weight: 800; letter-spacing: -0.01em; margin: 36px 0 10px; color: #0C1A33; }
.pl-legal-body ul { padding-left: 1.4em; margin: 0 0 16px; }
.pl-legal-body a { color: #1F5FE0; }
