.sp-page{min-height:100vh;background:var(--bg-main)}.sp-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;font-size:1.2rem}.sp-hero{position:relative;padding:140px 2rem 80px;overflow:hidden}.sp-hero-inner{max-width:800px;margin:0 auto;position:relative;z-index:2}.sp-breadcrumb{display:inline-block;color:rgba(255,255,255,.75);font-size:.9rem;margin-bottom:1.25rem;transition:color .2s}.sp-breadcrumb:hover{color:white}.sp-hero-title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;color:white;line-height:1.1;letter-spacing:-1px;margin-bottom:1rem}.sp-hero-tagline{font-size:1.2rem;font-weight:600;color:rgba(255,255,255,.9);margin-bottom:1rem;font-style:italic}.sp-hero-desc{font-size:1.05rem;color:rgba(255,255,255,.8);line-height:1.7;max-width:680px;margin-bottom:.75rem}.sp-seo-expand{max-height:0;overflow:hidden;transition:max-height .65s cubic-bezier(.25,.46,.45,.94)}.sp-seo-expand--open{max-height:2400px}.sp-seo-para{font-size:.94rem;color:rgba(255,255,255,.72);line-height:1.8;max-width:680px;margin-top:.85rem;margin-bottom:0}.sp-read-more-btn{display:inline-flex;align-items:center;gap:.25rem;background:none;border:none;color:rgba(255,255,255,.5);font-size:.8rem;font-weight:500;padding:0;cursor:pointer;margin-left:.45rem;margin-bottom:1.5rem;transition:color .2s ease;letter-spacing:.2px;text-decoration:underline;text-underline-offset:3px;-webkit-text-decoration-color:rgba(255,255,255,.2);text-decoration-color:rgba(255,255,255,.2);vertical-align:baseline}.sp-read-more-btn:hover{color:rgba(255,255,255,.85)}.sp-cta-btn{background:white;color:#1e1b4b;padding:.85rem 2rem;border-radius:12px;font-weight:700;font-size:1rem;transition:all .2s ease;box-shadow:0 8px 24px rgba(0,0,0,.2)}.sp-cta-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.25)}.sp-hero-glow{position:absolute;bottom:-80px;right:-80px;width:400px;height:400px;border-radius:50%;opacity:.2;filter:blur(80px);z-index:1}.sp-benefits{padding:100px 2rem;background:#ffffff}.sp-benefits-inner{max-width:1100px;margin:0 auto}.sp-benefits-header{text-align:center;margin-bottom:4rem}.sp-benefits-header h2{font-size:2.8rem;font-weight:800;color:#0f172a;margin-bottom:.8rem;letter-spacing:-1px}.sp-benefits-header p{color:#64748b;font-size:1.15rem}.sp-benefits-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.sp-benefit-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2rem 2.2rem;display:flex;gap:1.5rem;align-items:center;flex-grow:1;flex-shrink:1;flex-basis:calc(33.333% - 1.5rem);min-width:300px;max-width:calc(33.333% - 1.5rem);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.sp-benefit-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.05);border-color:#cbd5e1}.sp-benefit-num{font-size:2.8rem;font-weight:800;line-height:1;flex-shrink:0;opacity:.9}.sp-benefit-card p{color:#334155;font-size:1.05rem;font-weight:500;line-height:1.5;margin:0}.sp-process{padding:120px 2rem;background:#ffffff;position:relative;overflow:hidden;color:#0f172a}.sp-process-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}.sp-process-header{text-align:center;margin-bottom:5rem}.sp-process-header h2{font-size:3rem;font-weight:800;color:#0f172a;margin-bottom:1.2rem;letter-spacing:-1px}.sp-process-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.sp-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;position:relative}.sp-step{text-align:left;position:relative;z-index:1;display:flex;flex-direction:column}.sp-step-content{background:#ffffff;padding:3rem 2.5rem;border-radius:20px;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 40px rgba(0,0,0,.04);transition:all .4s cubic-bezier(.4,0,.2,1);flex-grow:1;position:relative;overflow:hidden}.sp-step-content:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--dynamic-color,#6366f1);opacity:0;transition:opacity .4s ease}.sp-step:hover .sp-step-content{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.08)}.sp-step:hover .sp-step-content:before{opacity:1}.sp-step-content h3,.sp-step-content p{position:relative;z-index:1}.sp-step-content h3{font-size:1.4rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.sp-step-content p{color:#475569;font-size:1.05rem;line-height:1.7}.sp-step-watermark{position:absolute;right:-10px;bottom:-20px;font-size:8rem;font-weight:900;color:rgba(0,0,0,.03);line-height:1;z-index:0;pointer-events:none;transition:color .4s ease}.sp-step:hover .sp-step-watermark{color:rgba(0,0,0,.05)}@media (max-width:900px){.sp-hero{padding:120px 1.5rem 60px}.sp-benefit-card{max-width:calc(50% - .75rem);flex-basis:calc(50% - 0.75rem)}.sp-steps{grid-template-columns:1fr;gap:2rem}.sp-step-content{padding:2.5rem 2rem}}@media (max-width:600px){.sp-benefit-card{max-width:100%;flex-basis:100%}.sp-step-content{padding:2rem 1.5rem}.sp-step-watermark{font-size:6rem}}