.pricing-page *{box-sizing:border-box}.pricing-page{font-family:var(--ss-font,"Open Sans", sans-serif);color:var(--ss-text,#1c1c2e);overflow-x:hidden}.pricing-hero{text-align:center;background:linear-gradient(135deg,#eaf4ff 0%,#f7f8fc 55%,#fff 100%);padding:8.5rem 0 0;position:relative;overflow:hidden}.pricing-hero-grid{pointer-events:none;background-image:linear-gradient(#3b5fe314 1px,#0000 1px),linear-gradient(90deg,#3b5fe314 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.pricing-blob{filter:blur(90px);opacity:.45;pointer-events:none;border-radius:50%;animation:9s ease-in-out infinite alternate blobDrift;position:absolute}.pricing-blob-1{background:radial-gradient(circle,#3b5fe3 0%,#0000 70%);width:460px;height:460px;animation-duration:10s;top:-140px;left:-100px}.pricing-blob-2{opacity:.32;background:radial-gradient(circle,#ffc542 0%,#0000 70%);width:320px;height:320px;animation-duration:13s;animation-delay:-4s;top:30px;right:-60px}.pricing-blob-3{opacity:.22;background:radial-gradient(circle,#7cc223 0%,#0000 70%);width:250px;height:250px;animation-duration:11s;animation-delay:-7s;bottom:-60px;left:50%}@keyframes blobDrift{0%{transform:translate(0)scale(1)}to{transform:translate(30px,20px)scale(1.08)}}.pricing-hero-inner{opacity:0;transition:opacity .75s,transform .75s;transform:translateY(32px)}.pricing-hero-inner.is-visible{opacity:1;transform:translateY(0)}.pricing-eyebrow{font-family:var(--ss-heading-font,"Poppins", sans-serif);letter-spacing:.14em;text-transform:uppercase;color:var(--ss-text-muted,#8a8fa3);background:0 0;border:0;border-radius:0;align-items:center;margin-bottom:1.4rem;padding:0;font-size:.72rem;font-weight:700;display:inline-flex}.pricing-hero-title{font-family:var(--ss-heading-font,"Poppins", sans-serif);color:#2a2a72;margin-bottom:1.2rem;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;line-height:1.18}.pricing-hero-title span{color:var(--ss-primary,#3b5fe3);position:relative}.pricing-hero-title span:after{content:"";background:linear-gradient(90deg, var(--ss-primary), #6f8bff);opacity:.6;border-radius:2px;height:3px;position:absolute;bottom:2px;left:0;right:0}.pricing-hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:0;display:flex}.pricing-pulse-labels{max-width:1180px;font-family:var(--ss-heading-font,"Poppins", sans-serif);letter-spacing:.08em;text-transform:uppercase;color:#8a8fa3;z-index:2;justify-content:space-between;margin:0 auto;padding:.6rem 2rem 2.5rem;font-size:.68rem;display:flex;position:relative}.btn-pricing-primary{background:var(--ss-primary,#3b5fe3);color:#fff;font-family:var(--ss-heading-font,"Poppins", sans-serif);border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.78rem 1.8rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .22s,transform .18s,box-shadow .22s;display:inline-flex;box-shadow:0 6px 20px #3b5fe33d}.btn-pricing-primary:hover{background:var(--ss-primary-dark,#2948c8);color:#fff;transform:translateY(-2px);box-shadow:0 10px 28px #3b5fe352}.btn-pricing-primary--lg{padding:.95rem 2.4rem;font-size:1.05rem}.btn-pricing-ghost{color:#ffffffd9;font-family:var(--ss-heading-font,"Poppins", sans-serif);background:0 0;border:1.5px solid #ffffff47;border-radius:8px;align-items:center;gap:.4rem;padding:.78rem 1.8rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s,background .2s,transform .18s;display:inline-flex}.btn-pricing-ghost:hover{color:#fff;background:#ffffff0f;border-color:#fff;transform:translateY(-2px)}.btn-pricing-ghost--light{color:#ffffffe6;border-color:#fff6}.pricing-cards-section{z-index:5;background:#f7f8fc;padding:4rem 0 5rem;position:relative}.pricing-section-intro{margin-bottom:2.5rem}.pricing-kicker{font-family:var(--ss-heading-font,"Poppins", sans-serif);letter-spacing:.12em;text-transform:uppercase;color:var(--ss-text-muted,#8a8fa3);margin-bottom:.6rem;font-size:.72rem;font-weight:700;display:inline-block}.pricing-section-title{font-family:var(--ss-heading-font,"Poppins", sans-serif);color:var(--ss-dark,#2a2a72);margin:0 0 .5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:500}.pricing-section-desc{color:var(--ss-text-muted,#8a8fa3);max-width:600px;margin:0;font-size:.9rem;line-height:1.6}.pricing-cards-grid{grid-template-columns:repeat(5,1fr);align-items:stretch;gap:1rem;padding-top:1.5rem;display:grid}.pricing-card{border:1.5px solid var(--ss-border,#e1e4ee);background:#fff;border-radius:16px;flex-direction:column;padding:1.75rem 1.4rem;transition:transform .28s,box-shadow .28s,border-color .28s;animation:.6s both cardRise;display:flex;position:relative}@keyframes cardRise{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.pricing-card:hover{border-color:var(--plan-color,#e1e4ee);transform:translateY(-5px);box-shadow:0 16px 40px #2a2a721a}.pricing-card--tint-green{background:#f0f9e4;border-color:#dcefc7}.pricing-card--tint-green .pricing-card-tagline,.pricing-card--tint-green .pricing-card-price-period,.pricing-card--tint-green .pricing-card-price-yearly{color:#3b6d11;opacity:.85}.pricing-card--tint-green .pricing-card-divider{background:#dcefc7}.pricing-card--tint-green .pricing-card-highlights li i{color:#3b6d11}.pricing-card--tint-green .pricing-card-badge{background:#7cc223}.pricing-card--tint-yellow{background:#fff6e0;border-color:#fae7b8}.pricing-card--tint-yellow .pricing-card-tagline,.pricing-card--tint-yellow .pricing-card-price-period,.pricing-card--tint-yellow .pricing-card-price-yearly{color:#854f0b;opacity:.85}.pricing-card--tint-yellow .pricing-card-divider{background:#fae7b8}.pricing-card--tint-yellow .pricing-card-highlights li i{color:#854f0b}.pricing-card--tint-yellow .pricing-card-badge{color:#854f0b;background:#ffc542}.pricing-card--tint-coral{background:#ffeee8;border-color:#f9d2c2}.pricing-card--tint-coral .pricing-card-tagline,.pricing-card--tint-coral .pricing-card-price-period,.pricing-card--tint-coral .pricing-card-price-yearly{color:#993c1d;opacity:.85}.pricing-card--tint-coral .pricing-card-divider{background:#f9d2c2}.pricing-card--tint-coral .pricing-card-highlights li i{color:#993c1d}.pricing-card--tint-coral .pricing-card-badge{background:#ff7a59}.pricing-card--tint-indigo{background:#fff;border-color:#2a2a72}.pricing-card--tint-indigo .pricing-card-tagline,.pricing-card--tint-indigo .pricing-card-price-period,.pricing-card--tint-indigo .pricing-card-price-yearly{color:#2a2a72;opacity:.75}.pricing-card--tint-indigo .pricing-card-highlights li i{color:#2a2a72}.pricing-card--tint-indigo .pricing-card-badge{background:#2a2a72}.pricing-card--tint-blue{background:#eaf4ff;border-color:#d5e7fa}.pricing-card--tint-blue .pricing-card-tagline,.pricing-card--tint-blue .pricing-card-price-period,.pricing-card--tint-blue .pricing-card-price-yearly{color:#185fa5;opacity:.85}.pricing-card--tint-blue .pricing-card-divider{background:#d5e7fa}.pricing-card--tint-blue .pricing-card-highlights li i{color:#185fa5}.pricing-card--tint-blue .pricing-card-badge{background:#3b5fe3}.pricing-card--highlight{border-color:var(--ss-primary,#3b5fe3);color:#1c1c2e;z-index:2;background:#eaf4ff;box-shadow:0 18px 44px #3b5fe32e}.pricing-card--highlight:hover{transform:translateY(-8px);box-shadow:0 20px 56px #3b5fe338}.pricing-card--highlight .pricing-card-tagline,.pricing-card--highlight .pricing-card-highlights li,.pricing-card--highlight .pricing-card-price-period,.pricing-card--highlight .pricing-card-price-yearly{color:#4e5368}.pricing-card--highlight .pricing-card-wave path{stroke:var(--ss-primary,#3b5fe3)!important}.pricing-card--highlight .pricing-card-name{color:var(--ss-primary,#f97316)!important}.pricing-card--highlight .pricing-card-divider{background:#d5e7fa}.pricing-card--highlight .pricing-card-highlights li i{color:var(--ss-primary,#3b5fe3)}.pricing-card--enterprise:not(.pricing-card--highlight) .pricing-card-wave path{stroke-dasharray:5 4}.pricing-card--enterprise{z-index:2;transform:translateY(-10px);box-shadow:0 16px 48px #2a2a7224}.pricing-card--enterprise:not(.pricing-card--highlight):hover{border-color:#2a2a72;transform:translateY(-16px);box-shadow:0 24px 60px #2a2a7233}.pricing-card-badge{font-family:var(--ss-heading-font,"Poppins", sans-serif);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;color:#fff;background:var(--ss-text-muted,#8a8fa3);border-radius:50px;padding:.32rem 1.1rem;font-size:.63rem;font-weight:800;position:absolute;top:-15px;left:50%;transform:translate(-50%);box-shadow:0 4px 14px #00000038}.pricing-card--highlight .pricing-card-badge{background:var(--ss-primary,#3b5fe3)}.pricing-card--enterprise .pricing-card-badge{background:#2a2a72}.pricing-card-header{margin-bottom:.85rem}.pricing-card-name{font-family:var(--ss-heading-font,"Poppins", sans-serif);margin:0 0 .2rem;font-size:1.25rem;font-weight:800}.pricing-card-tagline{color:var(--ss-text-muted,#8a8fa3);min-height:60px;margin:0;font-size:.78rem;line-height:1.5}.pricing-card-wave{color:#d5e7fa;opacity:.8;flex-shrink:0;width:100%;height:36px;margin:.75rem 0 1rem;display:block}.btn-plan-quote{width:100%;font-family:var(--ss-heading-font,"Poppins", sans-serif);border:1.5px solid var(--quote-color,#e1e4ee);color:var(--quote-color,#1c1c2e);cursor:pointer;background:0 0;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:1.2rem;padding:.7rem 1rem;font-size:.88rem;font-weight:700;transition:background .22s,color .22s,border-color .22s,transform .18s;display:flex;position:relative;overflow:hidden}.btn-plan-quote:before{content:"";background:var(--quote-color,#1c1c2e);opacity:0;transition:opacity .22s;position:absolute;inset:0}.btn-plan-quote:hover:before{opacity:.07}.btn-plan-quote:hover{border-color:var(--quote-color,#1c1c2e);transform:translateY(-2px)}.btn-plan-quote:hover .btn-quote-arrow{transform:translate(4px)}.btn-quote-text{position:relative}.btn-quote-arrow{font-size:.8rem;transition:transform .22s;position:relative}.btn-plan-quote--primary{background:var(--ss-primary,#3b5fe3);border-color:var(--ss-primary,#3b5fe3);color:#fff;box-shadow:0 4px 14px #3b5fe338}.btn-plan-quote--primary:before{background:#fff}.btn-plan-quote--primary:hover{border-color:var(--ss-primary,#3b5fe3);box-shadow:0 8px 22px #3b5fe352}.btn-plan-quote--enterprise{color:#fff;background:#2a2a72;border-color:#2a2a72;box-shadow:0 4px 14px #0f172a33}.btn-plan-quote--enterprise:before{background:#fff}.btn-plan-quote--enterprise:hover{border-color:#2a2a72;box-shadow:0 8px 22px #0f172a52}.pricing-card-price{margin-bottom:1rem}.pricing-card-price-amount{font-family:var(--ss-heading-font,"Poppins", sans-serif);font-size:1.6rem;font-weight:800}.pricing-card-price-period{color:var(--ss-text-muted,#8a8fa3);margin-left:.25rem;font-size:.8rem}.pricing-card-price-yearly{color:var(--ss-text-muted,#8a8fa3);margin-top:.15rem;font-size:.75rem;display:block}.pricing-card-divider{background:var(--ss-border,#e1e4ee);height:1px;margin-bottom:1.4rem}.pricing-card-highlights{flex-direction:column;flex:1;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.pricing-card-highlights li{color:var(--ss-text,#1c1c2e);align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.45;display:flex}.pricing-card-highlights li i{color:#7cc223;flex-shrink:0;margin-top:.18rem;font-size:.8rem}.pricing-stats-bar{background:#2a2a72;padding:3rem 0}.pricing-stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.pricing-stat-item{flex-direction:column;align-items:center;gap:.5rem;display:flex}.pricing-stat-icon{background:#ffffff14;border:1px solid #ffffff29;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.4rem;display:flex}.pricing-stat-icon i{color:#ffc542;font-size:1.1rem}.pricing-stat-value{font-family:var(--ss-heading-font,"Poppins", sans-serif);color:#fff;font-size:2rem;font-weight:800;line-height:1}.pricing-stat-label{color:#ffffff8c;text-transform:uppercase;letter-spacing:.06em;font-size:.82rem}.pricing-compare-section{background:#f7f8fc;padding:5rem 0 6rem}.pricing-compare-intro{text-align:center;max-width:660px;margin:0 auto 2.8rem}.pricing-compare-eyebrow{font-family:var(--ss-heading-font,"Poppins", sans-serif);letter-spacing:.14em;text-transform:uppercase;color:var(--ss-text-muted,#8a8fa3);background:0 0;border:0;border-radius:0;align-items:center;gap:.5rem;margin-bottom:1.2rem;padding:0;font-size:.68rem;font-weight:700;display:inline-flex}.pricing-compare-heading{font-family:var(--ss-heading-font,"Poppins", sans-serif);color:var(--ss-dark,#2a2a72);margin:0 0 .9rem;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:500;line-height:1.22}.pricing-compare-heading span{color:var(--ss-primary,#3b5fe3)}.pricing-compare-subhead{color:#8a8fa3;margin:0;font-size:.97rem;line-height:1.75}.pricing-compare-card{background:linear-gradient(135deg,#2a2a72 0%,#3b5fe3 100%);border-radius:24px;padding:2.8rem 2.8rem 0;position:relative;overflow:hidden;box-shadow:0 32px 80px #2a2a722e}.pricing-compare-blob-1{filter:blur(70px);pointer-events:none;background:radial-gradient(circle,#3b5fe32e 0%,#0000 70%);border-radius:50%;width:360px;height:360px;animation:10s ease-in-out infinite alternate blobDrift;position:absolute;top:-120px;right:-20px}.pricing-compare-blob-2{filter:blur(55px);pointer-events:none;background:radial-gradient(circle,#7cc22324 0%,#0000 70%);border-radius:50%;width:200px;height:200px;animation:14s ease-in-out infinite alternate-reverse blobDrift;position:absolute;bottom:60px;left:-20px}.pricing-compare-tiers{z-index:2;grid-template-columns:repeat(5,1fr);gap:.75rem;display:grid;position:relative}.pricing-compare-tier{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;align-items:center;gap:.6rem;padding:1.4rem 1rem 1.2rem;transition:background .22s,border-color .22s,transform .22s,box-shadow .22s;display:flex}.pricing-compare-tier:hover{background:#ffffff17;border-color:#fff3;transform:translateY(-5px);box-shadow:0 14px 30px #0000004d}.pricing-compare-tier:first-child{background:#7cc22324;border-color:#7cc22352}.pricing-compare-tier:first-child:hover{background:#7cc22333;border-color:#7cc22380}.pricing-compare-tier:first-child .pricing-compare-tier-name{color:#c7ea8e}.pricing-compare-tier:first-child .pricing-compare-wave path{stroke:#7cc2238c!important}.pricing-compare-tier:nth-child(2){background:#ffc54224;border-color:#ffc54252}.pricing-compare-tier:nth-child(2):hover{background:#ffc54233;border-color:#ffc54280}.pricing-compare-tier:nth-child(2) .pricing-compare-tier-name{color:#ffde94}.pricing-compare-tier:nth-child(2) .pricing-compare-wave path{stroke:#ffc54299!important}.pricing-compare-tier:nth-child(4){background:#ff7a5924;border-color:#ff7a5952}.pricing-compare-tier:nth-child(4):hover{background:#ff7a5933;border-color:#ff7a5980}.pricing-compare-tier:nth-child(4) .pricing-compare-tier-name{color:#ffb49b}.pricing-compare-tier:nth-child(4) .pricing-compare-wave path{stroke:#ff7a5999!important}.pricing-compare-tier.is-featured{background:#3b5fe329;border-color:#3b5fe366;box-shadow:0 0 0 1px #3b5fe333}.pricing-compare-tier.is-featured:hover{background:#3b5fe338;border-color:#3b5fe399;box-shadow:0 14px 30px #3b5fe33d}.pricing-compare-tier.is-enterprise{background:#ffffff12;border-color:#ffffff2e}.pct-badge-row{justify-content:center;align-items:center;min-height:22px;display:flex}.pct-badge-spacer{height:22px;display:block}.pct-badge{color:#a8c1ff;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;background:#3b5fe333;border-radius:50px;align-items:center;gap:.3rem;padding:.18rem .6rem;font-size:.58rem;font-weight:800;line-height:1.4;display:inline-flex}.pct-badge i{font-size:.5rem}.pct-badge--slate{color:#ffffffa6;background:#ffffff1a}.pricing-compare-wave{flex-shrink:0;width:100%;height:38px;display:block}.pricing-compare-tier-name{font-family:var(--ss-heading-font,"Poppins", sans-serif);letter-spacing:.01em;font-size:.85rem;font-weight:800;line-height:1}.pricing-compare-tier-tagline{color:#ffffffb8;text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.68rem;line-height:1.45;display:-webkit-box;overflow:hidden}.pricing-compare-tier.is-featured .pricing-compare-tier-tagline{color:#ffffffe6}.pricing-compare-divider{z-index:2;background:#ffffff14;height:1px;margin:2.2rem 0 0;position:relative}.pricing-compare-cta-bar{z-index:2;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding:1.6rem 0 1.8rem;display:flex;position:relative}.pricing-compare-cta-text{color:#ffffff73;max-width:420px;margin:0;font-size:.88rem;line-height:1.6}.pricing-compare-actions{flex-shrink:0;align-items:center;gap:1.2rem;display:flex}.pricing-compare-cta{background:var(--ss-primary,#3b5fe3);color:#fff;font-family:var(--ss-heading-font,"Poppins", sans-serif);white-space:nowrap;border-radius:8px;align-items:center;gap:.6rem;padding:.78rem 1.8rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .22s,transform .18s,box-shadow .22s;display:inline-flex;box-shadow:0 8px 22px #3b5fe340}.pricing-compare-cta:hover{color:#fff;background:#2948c8;transform:translateY(-2px);box-shadow:0 12px 30px #3b5fe359}.pricing-compare-cta i{transition:transform .2s}.pricing-compare-cta:hover i{transform:translate(5px)}.pricing-compare-ghost{color:#ffffff80;white-space:nowrap;border-bottom:1px solid #ffffff2e;align-items:center;padding-bottom:2px;font-size:.88rem;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.pricing-trusted-section{border-top:1px solid var(--ss-border,#e1e4ee);border-bottom:1px solid var(--ss-border,#e1e4ee);background:#fff;padding:3rem 0}.pricing-trusted-label{text-transform:uppercase;letter-spacing:.1em;color:var(--ss-text-muted,#8a8fa3);margin-bottom:1.8rem;font-size:.82rem;font-weight:600}.pricing-trusted-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.pricing-trusted-logo{border:1.5px solid var(--ss-border,#e1e4ee);color:var(--ss-text-muted,#8a8fa3);text-transform:uppercase;letter-spacing:.06em;background:#f7f8fc;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;min-width:110px;padding:1rem 1.6rem;font-size:.8rem;font-weight:700;transition:border-color .2s,color .2s,transform .2s;display:flex}.pricing-trusted-logo:hover{border-color:var(--ss-primary,#3b5fe3);color:var(--ss-primary,#3b5fe3);transform:translateY(-3px)}.pricing-trusted-logo i{font-size:1.5rem}.pricing-cta-banner{text-align:center;background:#ffeee8;padding:6rem 0;position:relative;overflow:hidden}.pricing-cta-blob{filter:blur(100px);pointer-events:none;border-radius:50%;position:absolute}.pricing-cta-blob-1{background:#ff7a592e;width:400px;height:400px;animation:11s ease-in-out infinite alternate blobDrift;top:-100px;right:-80px}.pricing-cta-blob-2{background:#ff7a591f;width:300px;height:300px;animation:14s ease-in-out infinite alternate-reverse blobDrift;bottom:-80px;left:-60px}.pricing-cta-kicker{letter-spacing:.14em;text-transform:uppercase;color:#b06a3f;background:0 0;border:0;border-radius:0;align-items:center;margin-bottom:1.4rem;padding:0;font-size:.7rem;font-weight:700;display:inline-flex}.pricing-cta-title{font-family:var(--ss-heading-font,"Poppins", sans-serif);color:#2a2a72;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.22}.pricing-cta-sub{color:#4e5368;margin-bottom:2.4rem;font-size:1rem}.pricing-cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.pricing-cta-banner .btn-pricing-primary{color:#fff;background:#3b5fe3;border-color:#3b5fe3}.pricing-cta-banner .btn-pricing-primary:hover{background:#2948c8}.pricing-cta-banner .btn-pricing-ghost{color:#993c1d;border-color:#993c1d59}.pricing-cta-banner .btn-pricing-ghost:hover{color:#993c1d;background:#993c1d0f;border-color:#993c1d}.pricing-faq-section{background:#f7f8fc;padding:6rem 0 7rem}.pricing-faq-header{text-align:center;opacity:0;max-width:620px;margin:0 auto 3.5rem;transition:opacity .6s,transform .6s;transform:translateY(20px)}.pricing-faq-header.is-visible{opacity:1;transform:translateY(0)}.pricing-faq-header .ss-heading{margin-bottom:.75rem;font-size:clamp(1.9rem,3.5vw,2.6rem)}.pricing-faq-desc{color:#8a8fa3;margin:0;font-size:1rem;line-height:1.7}.pricing-faq-grid{grid-template-columns:1fr 1fr;gap:1rem 1.5rem;margin-bottom:3rem;display:grid}.pricing-faq-col{flex-direction:column;gap:1rem;display:flex}.pricing-faq-item{background:#fff;border:1.5px solid #e1e4ee;border-radius:16px;transition:border-color .22s,box-shadow .22s,transform .2s;animation:.5s both cardRise;overflow:hidden}.pricing-faq-item:hover{border-color:#d5e7fa;transform:translateY(-2px);box-shadow:0 4px 18px #0f172a12}.pricing-faq-item.is-open{border-color:var(--ss-primary,#3b5fe3);transform:translateY(-2px);box-shadow:0 8px 28px #3b5fe31f}.pricing-faq-q{cursor:pointer;text-align:left;width:100%;font-family:var(--ss-heading-font,"Poppins", sans-serif);color:var(--ss-dark,#2a2a72);background:0 0;border:0;align-items:flex-start;gap:1rem;padding:1.25rem 1.4rem;font-size:.93rem;font-weight:600;line-height:1.5;transition:color .2s;display:flex}.pricing-faq-num{color:#7cc223;opacity:.75;letter-spacing:.05em;flex-shrink:0;margin-top:2px;font-size:.72rem;font-weight:800}.pricing-faq-item.is-open .pricing-faq-num{opacity:1}.pricing-faq-q>span:nth-child(2){flex:1}.pricing-faq-icon{color:#8a8fa3;background:#eaf4ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-top:1px;font-size:.7rem;transition:background .2s,color .2s;display:flex}.pricing-faq-item.is-open .pricing-faq-icon{background:var(--ss-primary,#3b5fe3);color:#fff}.pricing-faq-a{color:#4e5368;border-top:1px solid #3b5fe31a;padding:1rem 1.4rem 1.3rem 3.2rem;font-size:.9rem;line-height:1.8;animation:.22s fadeRows}.pricing-faq-cta-card{opacity:0;background:linear-gradient(135deg,#2a2a72 0%,#3b5fe3 100%);border-radius:20px;align-items:center;gap:1.5rem;padding:2rem 2.4rem;transition:opacity .6s .3s,transform .6s .3s;display:flex;transform:translateY(20px)}.pricing-faq-cta-card.is-visible{opacity:1;transform:translateY(0)}.pricing-faq-cta-icon{color:#fff;background:#ffffff24;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.4rem;display:flex}.pricing-faq-cta-text{flex:1}.pricing-faq-cta-text h4{font-family:var(--ss-heading-font,"Poppins", sans-serif);color:#fff;margin:0 0 .3rem;font-size:1.05rem;font-weight:700}.pricing-faq-cta-text p{color:#ffffff9e;margin:0;font-size:.88rem;line-height:1.6}@media (max-width:1280px){.pricing-cards-grid{gap:.75rem}.pricing-card{padding:1.5rem 1.1rem}}@media (max-width:1100px){.pricing-cards-grid{grid-template-columns:repeat(3,1fr)}.pricing-card--enterprise{transform:none}}@media (max-width:992px){.pricing-hero{padding:7.5rem 0 0}.pricing-cards-grid{grid-template-columns:repeat(2,1fr)}.pricing-card--highlight,.pricing-card--enterprise{transform:none}.pricing-stats-grid{grid-template-columns:repeat(2,1fr)}.pricing-faq-grid{grid-template-columns:1fr}.pricing-faq-cta-card{text-align:center;flex-direction:column;gap:1rem;padding:1.5rem}.pricing-pulse-labels{padding:.5rem 1rem 2rem}}@media (max-width:768px){.pricing-hero{padding:6.5rem 0 0}.pricing-hero-sub{margin-bottom:1.8rem;font-size:.95rem}.pricing-hero-actions{gap:.75rem}.btn-pricing-primary,.btn-pricing-ghost{padding:.68rem 1.4rem;font-size:.88rem}.pricing-pulse-hero{height:90px;margin-top:2rem}.pricing-pulse-labels{gap:0;padding:.4rem .75rem 1.8rem;font-size:.6rem}.pricing-cards-section{padding:3rem 0 4rem}.pricing-cards-grid{grid-template-columns:1fr;max-width:440px;margin:0 auto}.pricing-card-tagline{min-height:unset}.pricing-compare-card{gap:2.5rem;padding:2.5rem 2rem}.pricing-compare-tiers{grid-template-columns:repeat(3,1fr)}.pricing-stats-bar{padding:2.5rem 0}.pricing-stat-value{font-size:1.7rem}.pricing-trusted-logos{gap:.75rem}.pricing-trusted-logo{min-width:90px;padding:.75rem .9rem}.pricing-cta-sub{margin-bottom:1.8rem;font-size:.9rem}.pricing-faq-section{padding:4rem 0 5rem}.pricing-faq-header{margin-bottom:2.5rem}.pricing-faq-a{padding:.75rem 1rem 1rem;font-size:.85rem}.pricing-faq-cta-card{border-radius:14px;padding:1.25rem}.pricing-cta-banner{padding:3rem 0}.pricing-cta-actions{flex-direction:column;align-items:stretch}}.pricing-compare-page{color:var(--ss-text,#1c1c2e);background:#f7f8fc;min-height:100vh;padding-bottom:5rem;overflow-x:hidden}.glass-panel{background:#fff;border:1px solid #e1e4ee;border-radius:16px;transition:border-color .25s,box-shadow .25s;box-shadow:0 4px 20px -2px #2a2a720d,0 2px 10px -3px #2a2a7208}.compare-tabs-section{z-index:100;-webkit-backdrop-filter:blur(12px);background:#f8fafcd9;border-bottom:1px solid #e1e4ee;margin-bottom:3rem;padding:1rem 0;position:sticky;top:75px}.compare-tabs-wrapper{width:100%}.compare-tabs-scroll{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.compare-tab-btn{cursor:pointer;text-align:left;background:#fff;border:1px solid #e1e4ee;border-radius:12px;flex-direction:column;justify-content:space-between;min-height:90px;padding:1rem 1.25rem 1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.compare-tab-btn:hover{background:#eaf4ff;border-color:#d5e7fa;transform:translateY(-2px)}.compare-tab-btn--active{box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #0000000d;border-color:var(--tab-color)!important;background:#fff!important}.compare-tab-content{z-index:2;flex-direction:column;gap:.25rem;display:flex;position:relative}.compare-tab-name{color:#2a2a72;font-size:1.15rem;font-weight:800}.compare-tab-stat{color:#8a8fa3;letter-spacing:.02em;font-size:.75rem;font-weight:500}.compare-tab-wave{opacity:.15;pointer-events:none;z-index:1;width:100%;height:35px;position:absolute;bottom:0;left:0}.compare-tab-btn--active .compare-tab-wave{opacity:.45}.compare-plan-meta{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2.5rem;animation:.4s fadeIn;display:flex}.compare-plan-title{letter-spacing:-.02em;color:#2a2a72;margin-bottom:.5rem;font-size:2.2rem;font-weight:800}.compare-plan-tagline{color:#8a8fa3;max-width:700px;font-size:1.05rem;line-height:1.6}.compare-toggle-actions{gap:.75rem;display:flex}.compare-action-btn{color:#4e5368;cursor:pointer;background:#fff;border:1px solid #e1e4ee;border-radius:8px;align-items:center;gap:.5rem;padding:.55rem 1.1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.compare-action-btn:hover{color:#2a2a72;background:#f7f8fc;border-color:#d5e7fa}.compare-stats-bar{grid-template-columns:repeat(5,1fr);gap:2rem;margin-bottom:2.5rem;padding:2rem;display:grid}.compare-stat-box{align-items:center;gap:1.25rem;display:flex}.compare-stat-icon-wrapper{color:#185fa5;background:#eaf4ff;border:1px solid #d5e7fa;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5rem;display:flex}.compare-stat-num{color:#2a2a72;font-size:2rem;font-weight:800;line-height:1.1}.compare-stat-lbl{color:#8a8fa3;margin-top:.2rem;font-size:.82rem;font-weight:550}.compare-pills-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}.compare-pills-card{padding:1.75rem}.compare-pills-title{color:#2a2a72;border-bottom:1px solid #e1e4ee;align-items:center;gap:.6rem;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700;display:flex}.compare-pills-container{flex-wrap:wrap;gap:.6rem;display:flex}.compare-pill{color:#3b6d11;background:#f0f9e4;border:1px solid #dcefc7;border-radius:30px;padding:.4rem .8rem;font-size:.85rem;font-weight:550}.compare-pill--action{color:#185fa5;background:#eaf4ff;border-color:#d5e7fa}.compare-tree-container{margin-top:3rem}.compare-tree-header-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.compare-tree-header-row .compare-tree-heading{margin-bottom:0!important}.compare-tree-heading{color:#2a2a72;margin-bottom:1.5rem;padding-left:.5rem;font-size:1.4rem;font-weight:700}.compare-roles-list{flex-direction:column;gap:1.25rem;display:flex}.compare-role-group{transition:border-color .3s;overflow:hidden}.compare-role-group--expanded{border-color:var(--active-border-color,#d5e7fa)!important}.compare-role-header{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;justify-content:space-between;align-items:center;padding:1.4rem 1.8rem;transition:background .2s;display:flex}.compare-role-header:hover{background:#f7f8fc}.role-header-left{align-items:center;gap:1rem;display:flex}.role-icon{color:#8a8fa3;font-size:.9rem;transition:transform .25s}.compare-role-group--expanded .role-icon{color:var(--active-border-color,#2a2a72);transform:rotate(90deg)}.role-name{color:#2a2a72;font-size:1.3rem;font-weight:800}.role-modules-count{color:#4e5368;background:#eaf4ff;border-radius:20px;padding:.3rem .75rem;font-size:.88rem;font-weight:600}.compare-modules-list{background:#f7f8fc;border-top:1px solid #eaf4ff;flex-direction:column;gap:.75rem;padding:.5rem 1.5rem 1.5rem;display:flex}.compare-module-item{background:#fff;border:1px solid #e1e4ee;border-radius:10px;transition:border-color .2s;overflow:hidden}.compare-module-item:hover{border-color:#d5e7fa}.compare-module-item--expanded{background:#fff;border-color:#d5e7fa!important}.compare-module-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.compare-module-header:hover{background:#f7f8fc}.module-header-left{align-items:center;gap:.75rem;display:flex}.module-icon{color:#8a8fa3;font-size:.75rem;transition:transform .2s}.compare-module-item--expanded .module-icon{transform:rotate(90deg)}.module-name{color:#1c1c2e;font-size:1.05rem;font-weight:700}.module-header-right{align-items:center;gap:.75rem;display:flex}.module-ai-badge{color:#fff;background:#3b5fe3;border-radius:4px;align-items:center;gap:.25rem;padding:.15rem .5rem;font-size:.7rem;font-weight:700;display:inline-flex}.module-submods-count{color:#8a8fa3;font-size:.8rem;font-weight:500}.compare-submodules-container{background:#f7f8fc;border-top:1px solid #e1e4ee;padding:1rem 1.25rem 1.25rem}.compare-submodules-list{flex-direction:column;gap:.75rem;display:flex}.compare-submodule-item{background:#fff;border:1px solid #e1e4ee;border-radius:8px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.compare-submodule-item:hover{border-color:#d5e7fa;box-shadow:0 2px 6px #00000005}.compare-submodule-item--expanded{border-color:#d5e7fa!important}.compare-submodule-header{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fcfcfc;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.compare-submodule-header:hover{background:#f7f8fc}.submodule-header-left{align-items:center;gap:.6rem;display:flex}.submodule-icon{color:#8a8fa3;font-size:.7rem;transition:transform .2s}.compare-submodule-item--expanded .submodule-icon{transform:rotate(90deg)}.submodule-name{color:#1c1c2e;font-size:.92rem;font-weight:750}.submodule-header-right{align-items:center;gap:.6rem;display:flex}.submodule-ai-badge{color:#fff;background:#3b5fe3;border-radius:4px;align-items:center;gap:.2rem;padding:.1rem .4rem;font-size:.65rem;font-weight:700;display:inline-flex}.submodule-features-count{color:#8a8fa3;background:#eaf4ff;border-radius:12px;padding:.15rem .45rem;font-size:.75rem;font-weight:500}.compare-features-container{background:#fff;border-top:1px solid #e1e4ee;flex-direction:column;padding:.5rem 1rem;display:flex}.compare-feature-row{border-bottom:1px dashed #eaf4ff;justify-content:space-between;align-items:center;gap:1.5rem;padding:.65rem .5rem;display:flex}.compare-feature-row:last-child{border-bottom:none}.feature-info{flex-direction:column;gap:.2rem;display:flex}.feature-name-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.feature-ai-icon{color:#3b5fe3;font-size:.75rem}.feature-name{color:#4e5368;font-size:.85rem;font-weight:650}.feature-ui-badge{color:#8a8fa3;background:#f7f8fc;border:1px solid #e1e4ee;border-radius:4px;padding:.1rem .35rem;font-size:.68rem;font-weight:500}.feature-actions{flex-wrap:wrap;justify-content:flex-end;gap:.4rem;display:flex}.action-badge{border-radius:4px;align-items:center;gap:.35rem;padding:.2rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.action-badge-dot{border-radius:50%;width:5px;height:5px;display:inline-block}.action-badge--view{color:#3b6d11;background:#f0f9e4;border:1px solid #dcefc7}.action-badge--view .action-badge-dot{background:#3b6d11}.action-badge--write{color:#185fa5;background:#eaf4ff;border:1px solid #d5e7fa}.action-badge--write .action-badge-dot{background:#185fa5}.action-badge--control{color:#854f0b;background:#fff6e0;border:1px solid #fae7b8}.action-badge--control .action-badge-dot{background:#854f0b}.action-badge--export{color:#993c1d;background:#ffeee8;border:1px solid #f9d2c2}.action-badge--export .action-badge-dot{background:#993c1d}.compare-form-card{max-width:780px;margin:0 auto;padding:3rem}.compare-form-header{border-bottom:1px solid #e1e4ee;margin-bottom:2.25rem;padding-bottom:1.5rem}.compare-form-badge{color:#185fa5;letter-spacing:.05em;background:#eaf4ff;border-radius:4px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.72rem;font-weight:800;display:inline-block}.compare-form-title{color:#2a2a72;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.compare-form-desc{color:#8a8fa3;font-size:.92rem;line-height:1.6}.compare-inquiry-form .form-grid{flex-direction:column;gap:1.5rem;display:flex}.compare-inquiry-form .form-group{flex-direction:column;gap:.5rem;display:flex}.compare-inquiry-form .form-group-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.compare-inquiry-form label{color:#1c1c2e;font-size:.88rem;font-weight:600}.compare-inquiry-form label .req{color:#993c1d}.compare-inquiry-form input,.compare-inquiry-form textarea{color:#2a2a72;background:#fff;border:1px solid #d5e7fa;border-radius:8px;outline:none;padding:.75rem 1rem;font-size:.95rem;transition:border-color .25s,box-shadow .25s}.compare-inquiry-form .input-error{border-color:#993c1d!important}.compare-inquiry-form .error-txt{color:#993c1d;font-size:.78rem;font-weight:500}.form-roles-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.6rem;margin-top:.25rem;display:grid}.form-role-chip{color:#4e5368;cursor:pointer;text-align:left;background:#fff;border:1px solid #d5e7fa;border-radius:8px;align-items:center;gap:.6rem;padding:.6rem .8rem;font-size:.85rem;font-weight:550;transition:all .2s;display:flex}.form-role-chip:hover{color:#2a2a72;background:#f7f8fc}.form-role-chip--selected{color:#185fa5!important;background:#eaf4ff!important;border-color:#3b5fe3!important}.form-role-chip--selected i{color:#3b5fe3}.form-submit-btn{border-radius:8px;margin-top:1rem;padding:.9rem 1.8rem;font-size:1rem;font-weight:700}.compare-success-state{text-align:center;padding:3rem 1.5rem}.success-icon{color:#7cc223;margin-bottom:1.25rem;font-size:3.5rem}.compare-success-state h4{color:#2a2a72;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.compare-success-state p{color:#4e5368;max-width:440px;margin:0 auto 2rem;font-size:.95rem;line-height:1.6}.success-actions{justify-content:center;gap:1rem;display:flex}.btn-compare-primary{color:#fff;cursor:pointer;background:#3b5fe3;border:none;border-radius:8px;align-items:center;gap:.6rem;padding:.7rem 1.5rem;font-weight:700;transition:opacity .2s,transform .2s;display:inline-flex}.btn-compare-primary:hover{opacity:.92;transform:translateY(-1px)}.btn-compare-primary:disabled{opacity:.6;cursor:not-allowed}.btn-compare-ghost{color:#1c1c2e;cursor:pointer;background:0 0;border:1px solid #d5e7fa;border-radius:8px;align-items:center;gap:.6rem;padding:.7rem 1.5rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-compare-ghost:hover{background:#eaf4ff;border-color:#d5e7fa}.compare-ai-dashboard{animation:.4s forwards fadeIn}.compare-ai-banner{background:#eaf4ff;border:1px solid #d5e7fa;border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:3rem;padding:2.25rem;display:flex}.compare-ai-intro{max-width:600px}.compare-ai-badge{color:#185fa5;letter-spacing:.05em;background:#3b5fe31f;border:1px solid #3b5fe340;border-radius:4px;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.3rem .75rem;font-size:.75rem;font-weight:800;display:inline-flex}.compare-ai-desc{color:#4e5368;font-size:.94rem;line-height:1.6}.compare-ai-stat-row{gap:1.5rem;display:flex}.compare-ai-stat-card{text-align:center;background:#f7f8fc;border:1px solid #e1e4ee;border-radius:10px;min-width:120px;padding:1rem 1.5rem}.ai-stat-num{color:#2a2a72;font-size:1.8rem;font-weight:800}.ai-stat-label{color:#8a8fa3;margin-top:.25rem;font-size:.75rem}.compare-ai-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.compare-ai-card{padding:1.5rem;border-color:#d5e7fa!important}.compare-ai-card:hover{box-shadow:0 8px 30px #3b5fe31a;border-color:#3b5fe3!important}.compare-ai-card-header{border-bottom:1px solid #e1e4ee;margin-bottom:1rem;padding-bottom:.75rem}.ai-card-role{color:#8a8fa3;text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:700}.ai-card-mod{color:#2a2a72;align-items:center;gap:.5rem;margin-top:.25rem;font-size:1.15rem;font-weight:800;display:flex}.ai-card-mod i{color:#2a2a72}.compare-ai-card-body{flex-direction:column;gap:.6rem;display:flex}.ai-detail-row{color:#4e5368;justify-content:space-between;font-size:.85rem;display:flex}.ai-detail-row--highlight{color:#854f0b;font-weight:600}.ai-detail-val{font-weight:700}.compare-bottom-cta{margin-top:5rem}.compare-cta-card{border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;padding:3rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -10px #2a2a7238;background:linear-gradient(135deg,#2a2a72 0%,#3b5fe3 100%)!important;border:1px solid #2a2a72!important}.compare-cta-card:before{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle,#ffffff2e 0%,#0000 70%);width:300px;height:300px;position:absolute;top:-50%;right:-20%}.compare-cta-card h3{color:#fff;z-index:2;margin-bottom:.5rem;font-size:1.6rem;font-weight:700;position:relative}.compare-cta-card p{color:#d5e7fa;z-index:2;max-width:600px;line-height:1.6;position:relative}.compare-cta-card .btn-compare-ghost{color:#eaf4ff;background:0 0;border-color:#ffffff40}.compare-cta-card .btn-compare-ghost:hover{color:#fff;background:#ffffff14;border-color:#fff6}.compare-cta-buttons{gap:1rem;display:flex}.animate-fade-in{animation:.4s forwards fadeIn}.animate-slide-down{animation:.3s cubic-bezier(.16,1,.3,1) forwards slideDown}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;height:0;overflow:hidden}to{opacity:1;height:auto}}@media (max-width:1200px){.compare-ai-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.compare-tabs-scroll{grid-template-columns:repeat(5,minmax(130px,1fr));padding-bottom:.5rem;overflow-x:auto}.compare-tabs-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.compare-stats-bar{grid-template-columns:repeat(2,1fr);gap:1.5rem}.compare-pills-grid{grid-template-columns:1fr;gap:1.5rem}.compare-ai-banner{flex-direction:column;align-items:flex-start}.compare-cta-card{flex-direction:column;align-items:flex-start;padding:2.25rem}}@media (max-width:768px){.compare-plan-meta{flex-direction:column;align-items:flex-start;gap:1rem}.compare-toggle-actions{justify-content:space-between;width:100%}.compare-form-card{padding:1.5rem}.compare-inquiry-form .form-group-row{grid-template-columns:1fr;gap:1.5rem}.compare-ai-grid{grid-template-columns:1fr}.compare-bottom-cta{margin-top:3.5rem}.compare-cta-buttons{flex-direction:column;width:100%}.compare-cta-buttons .btn-compare-primary,.compare-cta-buttons .btn-compare-ghost{justify-content:center}}@media (max-width:576px){.compare-stats-bar{grid-template-columns:1fr;padding:1.25rem}.compare-role-header{padding:1rem}.compare-modules-list{padding:.5rem .75rem .75rem}.compare-submodules-grid,.form-roles-grid{grid-template-columns:1fr}}.pricing-page{--ss-primary:#3b5fe3;--ss-primary-dark:#2948c8;--ss-dark:#2a2a72;--ss-text:#1c1c2e;--ss-text-muted:#8a8fa3;--ss-border:#e1e4ee;background:#f7f8fc}.pricing-eyebrow,.pricing-kicker,.pricing-compare-eyebrow,.pricing-faq-header .ss-eyebrow{color:#8a8fa3;letter-spacing:.06em;background:0 0;border:0;border-radius:0;padding:0;font-size:.72rem;font-weight:700}.pricing-eyebrow:before,.pricing-eyebrow:after,.pricing-kicker:before,.pricing-kicker:after,.pricing-compare-eyebrow:before,.pricing-compare-eyebrow:after,.pricing-faq-header .ss-eyebrow:before,.pricing-faq-header .ss-eyebrow:after{content:"";vertical-align:middle;background:#3b5fe3;border-radius:2px;width:18px;height:2px;margin:0 8px;display:inline-block}.pricing-cta-kicker:before,.pricing-cta-kicker:after{content:"";vertical-align:middle;background:#993c1d;border-radius:2px;width:18px;height:2px;margin:0 8px;display:inline-block}.pricing-section-title,.pricing-compare-heading,.pricing-faq-header .ss-heading{color:#2a2a72;font-weight:500}.pricing-section-title span,.pricing-compare-heading span,.pricing-faq-header .ss-heading span,.pricing-hero-title span{color:#3b5fe3}.pricing-section-desc,.pricing-compare-subhead,.pricing-faq-desc{color:#8a8fa3}.pricing-faq-num{color:#7cc223}.pricing-trusted-logo:hover{color:#3b5fe3;border-color:#3b5fe3}.pricing-faq-item.is-open{border-color:#3b5fe3;box-shadow:0 8px 28px #3b5fe31f}.pricing-faq-item.is-open .pricing-faq-q{color:#3b5fe3}.pricing-faq-item.is-open .pricing-faq-icon{background:#3b5fe3}.pricing-faq-cta-card{background:linear-gradient(135deg,#2a2a72 0%,#3b5fe3 100%)}.compare-inquiry-form input:focus,.compare-inquiry-form textarea:focus{border-color:#3b5fe3;box-shadow:0 0 10px #3b5fe326}.feature-ai-icon{color:#3b5fe3}.pricing-compare-page .pricing-hero .pricing-eyebrow{display:inline-flex;color:#3b5fe3!important;background:#fff!important;border:1px solid #d5e7fa!important;border-radius:50px!important;padding:.35rem 1rem!important}.pricing-compare-page .pricing-hero .pricing-eyebrow:before,.pricing-compare-page .pricing-hero .pricing-eyebrow:after{display:none!important}.compare-tab-btn:first-child.compare-tab-btn--active{border-color:#7cc223!important}.compare-tab-btn:first-child.compare-tab-btn--active .compare-tab-name{color:#3b6d11!important}.compare-tab-btn:first-child.compare-tab-btn--active .compare-tab-wave path{stroke:#7cc223!important}.compare-tab-btn:nth-child(2).compare-tab-btn--active{border-color:#ffc542!important}.compare-tab-btn:nth-child(2).compare-tab-btn--active .compare-tab-name{color:#854f0b!important}.compare-tab-btn:nth-child(2).compare-tab-btn--active .compare-tab-wave path{stroke:#ffc542!important}.compare-tab-btn:nth-child(3).compare-tab-btn--active{border-color:#3b5fe3!important}.compare-tab-btn:nth-child(3).compare-tab-btn--active .compare-tab-name{color:#3b5fe3!important}.compare-tab-btn:nth-child(3).compare-tab-btn--active .compare-tab-wave path{stroke:#3b5fe3!important}.compare-tab-btn:nth-child(4).compare-tab-btn--active{border-color:#ff7a59!important}.compare-tab-btn:nth-child(4).compare-tab-btn--active .compare-tab-name{color:#993c1d!important}.compare-tab-btn:nth-child(4).compare-tab-btn--active .compare-tab-wave path{stroke:#ff7a59!important}.compare-tab-btn:nth-child(5).compare-tab-btn--active{border-color:#2a2a72!important}.compare-tab-btn:nth-child(5).compare-tab-btn--active .compare-tab-name{color:#2a2a72!important}.compare-tab-btn:nth-child(5).compare-tab-btn--active .compare-tab-wave path{stroke:#2a2a72!important}.compare-tab-wave path{stroke:#d5e7fa}.compare-tab-btn:not(.compare-tab-btn--active) .compare-tab-name{color:#4e5368!important}.compare-plan-title{color:#2a2a72!important}.compare-stat-icon-wrapper,.compare-stat-icon-wrapper i{color:#3b5fe3!important}.compare-category-tabs button{border-bottom-color:#0000!important}.compare-category-tabs button i{color:#8a8fa3!important}.compare-ai-card-header .ai-card-mod i,.compare-form-title,.success-icon{color:#2a2a72!important}.btn-compare-primary{color:#fff!important;background:#3b5fe3!important;border-color:#3b5fe3!important}.btn-compare-primary:hover{background:#2948c8!important}.btn-compare-ghost{color:#1c1c2e!important;border-color:#d5e7fa!important}.compare-cta-card .btn-compare-ghost{color:#eaf4ff!important;border-color:#ffffff40!important}.pricing-hero{background:#eaf4ff;padding:125px 0 0}.pricing-hero-grid,.pricing-blob{display:none}.pricing-pulse-hero{z-index:2;width:100%;height:120px;margin-top:48px;display:block;position:relative}.pricing-pulse-track{fill:none;stroke:#3b5fe329;stroke-width:1.5px}.pricing-pulse-draw{fill:none;stroke:#3b5fe3;stroke-width:2px;filter:drop-shadow(0 0 7px #3b5fe36b)}.pricing-pulse-dot{fill:#3b5fe3;filter:drop-shadow(0 0 5px #3b5fe3b3)}.pricing-pulse-labels{z-index:2;color:#65708a;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;max-width:1180px;margin:0 auto;padding:8px 32px 28px;font-size:10px;font-weight:700;display:flex;position:relative}.pricing-hero-content{padding-bottom:0}.pricing-hero-inner{max-width:900px;margin:0 auto}.pricing-eyebrow{color:#185fa5;letter-spacing:.06em;text-transform:uppercase;background:#fff;border:1px solid #b9d4f3;border-radius:999px;align-items:center;gap:8px;margin-bottom:22px;padding:8px 16px;font-size:11px;font-weight:700;display:inline-flex}.pricing-eyebrow:before,.pricing-eyebrow:after{display:none}.pricing-hero-title{color:#2a2a72;letter-spacing:-.035em;max-width:900px;margin:0 auto 20px;font-size:clamp(42px,5vw,68px);font-weight:600;line-height:1.05}.pricing-hero-title span:after{display:none}.pricing-hero-sub{color:#65708a;max-width:650px;margin:0 auto 30px;font-size:15px;line-height:1.75}.ss-primary-btn,.ss-secondary-btn{border-radius:9px;justify-content:center;align-items:center;gap:9px;min-height:50px;padding:0 26px;font-size:14px;font-weight:700;transition:all .25s;display:inline-flex;text-decoration:none!important}.ss-primary-btn{background:#3b5fe3;border:1px solid #3b5fe3;box-shadow:0 14px 30px #3b5fe338;color:#fff!important}.ss-primary-btn:hover{background:#2f50cb;border-color:#2f50cb;transform:translateY(-2px);color:#fff!important}.ss-secondary-btn{background:#fff;border:1px solid #b9cef3;color:#2a2a72!important}.ss-secondary-btn:hover{border-color:#3b5fe3;transform:translateY(-2px);color:#3b5fe3!important}.pricing-cards-section,.pricing-compare-section,.pricing-faq-section{padding:80px 0}.pricing-section-intro,.pricing-compare-intro,.pricing-faq-header{text-align:center;max-width:760px;margin:0 auto 42px}.pricing-kicker,.pricing-compare-eyebrow,.pricing-faq-header .ss-eyebrow,.pricing-cta-kicker{color:#3b5fe3;letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;gap:10px;margin-bottom:14px;font-size:11px;font-weight:700;display:flex}.pricing-kicker:before,.pricing-kicker:after,.pricing-compare-eyebrow:before,.pricing-compare-eyebrow:after,.pricing-faq-header .ss-eyebrow:before,.pricing-faq-header .ss-eyebrow:after,.pricing-cta-kicker:before,.pricing-cta-kicker:after{content:"";background:#3b5fe3;border-radius:999px;width:28px;height:2px;margin:0;display:block}.pricing-section-title,.pricing-compare-heading,.pricing-faq-header .ss-heading,.pricing-cta-title{letter-spacing:-.025em;font-size:clamp(30px,3.8vw,44px);font-weight:600;line-height:1.18}.pricing-section-desc,.pricing-compare-subhead,.pricing-faq-desc{color:#65708a;margin-left:auto;margin-right:auto;line-height:1.75}.pricing-card{border-radius:18px;box-shadow:0 14px 34px #2a2a720d}.pricing-card:hover{box-shadow:0 18px 38px #2a2a7214}.pricing-stats-bar{background:#eaf4ff;border-top:1px solid #d5e7fa;border-bottom:1px solid #d5e7fa}.pricing-stat-icon{background:#fff;border:1px solid #d5e7fa}.pricing-stat-icon i{color:#3b5fe3}.pricing-stat-value{color:#2a2a72}.pricing-stat-label{color:#65708a}.pricing-compare-card{background:#fff;border:1px solid #e1e4ee;box-shadow:0 18px 40px #2a2a7214}.pricing-compare-tier{background:#f7f8fc;border:1px solid #e1e4ee}.pricing-compare-tier:hover{background:#fff;border-color:#d5e7fa;box-shadow:0 14px 30px #2a2a7214}.pricing-compare-tier-name{color:#2a2a72!important}.pricing-compare-tier-tagline,.pricing-compare-tier.is-featured .pricing-compare-tier-tagline{color:#65708a}.pricing-compare-divider{background:#e1e4ee}.pricing-compare-cta-text{color:#65708a}.pricing-compare-ghost{color:#2a2a72;border-color:#d5e7fa}.pricing-compare-ghost:hover{color:#3b5fe3;border-color:#3b5fe3}.pricing-cta-banner{background:#eaf4ff;padding:80px 0}.pricing-cta-kicker{color:#3b5fe3}.pricing-cta-title{color:#2a2a72}.pricing-cta-title span{color:#3b5fe3}.pricing-cta-sub{color:#65708a}.pricing-faq-cta-card{background:#eaf4ff;border:1px solid #d5e7fa}.pricing-faq-cta-icon{color:#3b5fe3;background:#fff}.pricing-faq-cta-text h4{color:#2a2a72}.pricing-faq-cta-text p{color:#65708a}@media (max-width:768px){.pricing-hero{padding:105px 0 0}.pricing-pulse-hero{height:90px;margin-top:32px}.pricing-pulse-labels{gap:10px;padding:6px 12px 22px;font-size:8px}.pricing-hero-title{font-size:40px}.pricing-hero-actions,.pricing-cta-actions{flex-direction:column;align-items:stretch}.pricing-hero-actions a,.pricing-cta-actions a{width:100%}.pricing-cards-section,.pricing-compare-section,.pricing-faq-section,.pricing-cta-banner{padding:60px 0}}
