*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.6}a{color:inherit;text-decoration:none}.sp{min-height:100vh;background:#fff}.sp-container{max-width:1100px;margin:0 auto;padding:0 24px}.page-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:12px;color:#64748b;font-family:Inter,system-ui,sans-serif;text-align:center;padding:20px}.spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sp-nav{background:#fff;border-bottom:1px solid #e2e8f0;padding:14px 0;position:sticky;top:0;z-index:50}.sp-nav-inner{display:flex;align-items:center;justify-content:space-between}.sp-brand{display:flex;align-items:center;gap:10px}.sp-brand-logo{width:32px;height:32px;object-fit:contain;border-radius:8px}.sp-brand-name{font-weight:800;font-size:17px;color:#1e293b}.sp-nav-cta{display:inline-flex;align-items:center;gap:7px;background:var(--primary, #2563eb);color:#fff;padding:9px 18px;border-radius:10px;font-size:13px;font-weight:700;transition:opacity .15s}.sp-nav-cta:hover{opacity:.9}.sp-hero{background:linear-gradient(135deg,var(--primary, #2563eb) 0%,color-mix(in srgb,var(--primary, #2563eb) 70%,#000) 100%);color:#fff;padding:80px 0 64px;text-align:center}.sp-h1{font-size:clamp(28px,5vw,46px);font-weight:900;line-height:1.2;margin-bottom:16px;letter-spacing:-.5px}.sp-hero-sub{font-size:17px;color:#ffffffd9;max-width:560px;margin:0 auto 32px}.sp-hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.sp-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .15s,transform .1s}.sp-btn:hover{opacity:.92;transform:translateY(-1px)}.sp-btn-primary{background:#fff;color:var(--primary, #2563eb)}.sp-btn-outline{background:#ffffff1f;color:#fff;border:2px solid rgba(255,255,255,.4)}.sp-section{padding:64px 0}.sp-section-alt{background:#f8fafc}.sp-section-title{font-size:26px;font-weight:800;text-align:center;margin-bottom:36px;color:#1e293b}.sp-banner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.sp-banner-card{border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 1px 3px #0000000d}.sp-banner-img{width:100%;height:160px;object-fit:cover}.sp-banner-body{padding:20px}.sp-banner-body h3{font-size:16px;font-weight:700;margin-bottom:6px}.sp-banner-body p{font-size:13px;color:#64748b;margin-bottom:10px}.sp-banner-link{color:var(--primary, #2563eb);font-size:13px;font-weight:700}.sp-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.sp-step-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000000d}.sp-step-num{width:40px;height:40px;border-radius:50%;background:var(--primary, #2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;margin-bottom:14px}.sp-step-card h3{font-size:16px;font-weight:700;margin-bottom:6px}.sp-step-card p{font-size:13px;color:#64748b;line-height:1.6}.sp-testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.sp-testimonial-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000000d}.sp-stars{color:var(--secondary, #16a34a);display:flex;gap:2px;margin-bottom:12px}.sp-testimonial-quote{font-size:14px;color:#334155;line-height:1.6;margin-bottom:14px;font-style:italic}.sp-testimonial-name{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#1e293b}.sp-testimonial-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.sp-footer{background:#0f172a;color:#94a3b8;padding:40px 0 20px}.sp-footer-grid{display:flex;justify-content:space-between;flex-wrap:wrap;gap:24px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:16px}.sp-footer .sp-brand-name{color:#fff}.sp-footer-addr{display:flex;align-items:center;gap:6px;font-size:13px;margin-top:8px}.sp-footer-contact{display:flex;flex-direction:column;gap:8px}.sp-footer-contact a{display:flex;align-items:center;gap:8px;font-size:13px}.sp-footer-contact a:hover{color:#fff}.sp-footer-bottom{display:flex;align-items:center;gap:6px;font-size:12px;color:#64748b}@media(max-width:640px){.sp-hero{padding:56px 0 44px}.sp-footer-grid{flex-direction:column}}
