/* PAE Pricing Table */
.pae-pricing-table { background: #fff; border-radius: 18px; padding: 44px 36px; position: relative; box-shadow: 0 2px 16px rgba(0,0,0,0.07); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.pae-pricing-featured { border: 2px solid var(--pae-primary); transform: scale(1.02); box-shadow: 0 8px 40px rgba(79,70,229,0.18); }
.pae-pricing-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--pae-primary); color: #fff; padding: 4px 20px; border-radius: 100px; font-size: 11px; font-weight: 700; white-space: nowrap; letter-spacing: 0.06em; text-transform: uppercase; }
.pae-pricing-header { text-align: center; margin-bottom: 22px; }
.pae-pricing-icon-wrap { width: 60px; height: 60px; border-radius: 14px; background: var(--pae-primary-light); color: var(--pae-primary); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; font-size: 26px; }
.pae-pricing-plan-name { font-size: 20px; font-weight: 800; margin: 0 0 6px; color: #1e1e2e; }
.pae-pricing-tagline { font-size: 13px; color: #64748b; margin: 0; }
.pae-pricing-price-wrap { text-align: center; margin-bottom: 8px; }
.pae-pricing-price { display: flex; align-items: flex-start; justify-content: center; gap: 2px; }
.pae-pricing-currency { font-size: 22px; font-weight: 700; color: #1e1e2e; padding-top: 8px; }
.pae-pricing-amount   { font-size: 58px; font-weight: 900; color: #1e1e2e; line-height: 1; letter-spacing: -0.03em; }
.pae-pricing-period   { font-size: 14px; color: #64748b; padding-top: 32px; }
.pae-pricing-original { display: block; text-decoration: line-through; color: #94a3b8; font-size: 15px; margin-top: 4px; text-align: center; }
.pae-pricing-price-desc { font-size: 12px; color: #94a3b8; margin: 4px 0 22px; text-align: center; }
.pae-pricing-cta { display: flex; align-items: center; justify-content: center; width: 100%; padding: 14px; border-radius: 10px; background: var(--pae-primary); color: #fff; font-size: 15px; font-weight: 700; text-decoration: none; transition: background 0.25s ease, transform 0.25s ease; margin-bottom: 8px; }
.pae-pricing-cta:hover { background: var(--pae-primary-dark); transform: translateY(-2px); color: #fff; }
.pae-pricing-cta-note { text-align: center; font-size: 12px; color: #94a3b8; margin: 0 0 22px; }
.pae-pricing-features { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.pae-feature-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #374151; }
.pae-feature-excluded { opacity: 0.4; }
.pae-feature-check { color: var(--pae-primary); flex-shrink: 0; display: flex; }
.pae-feature-x    { color: #94a3b8; flex-shrink: 0; display: flex; }
