.sp-hero{text-align:center;background:radial-gradient(circle at 50% 0,#1e293b 0%,#0f172a 100%);padding:4.5rem 0 3.5rem;position:relative;overflow:hidden}.sp-hero:after{content:"";opacity:.4;pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.sp-hero-inner{z-index:2;max-width:720px;margin:0 auto;position:relative}.sp-hero h1{color:#fff;letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.sp-hero p{color:#94a3b8;max-width:560px;margin:0 auto;font-size:1.125rem;line-height:1.6}.sp-section{padding:4.5rem 0}.sp-section-alt{background:var(--bg-subtle,#f8fafc)}.sp-section-header{text-align:center;max-width:640px;margin:0 auto 3rem}.sp-section-header h2{letter-spacing:-.02em;margin-bottom:.75rem;font-size:2rem;font-weight:700}.sp-section-header p{color:var(--text-secondary,#475569);font-size:1.0625rem;line-height:1.6}.sp-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.sp-grid-2{grid-template-columns:repeat(2,1fr)}.sp-card{border:1px solid var(--border-default,#e2e8f0);background:#fff;border-radius:12px;padding:2rem;transition:transform .2s,box-shadow .2s}.sp-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #00000014}.sp-card-icon{border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:1.5rem;display:flex}.sp-card-icon-blue{color:#2563eb;background:#eff6ff}.sp-card-icon-green{color:#16a34a;background:#f0fdf4}.sp-card-icon-amber{color:#d97706;background:#fffbeb}.sp-card-icon-red{color:#dc2626;background:#fef2f2}.sp-card-icon-purple{color:#7c3aed;background:#faf5ff}.sp-card-icon-slate{color:#475569;background:#f1f5f9}.sp-card h3{margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.sp-card p{color:var(--text-secondary,#475569);font-size:.9375rem;line-height:1.65}.sp-steps{counter-reset:step;grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.sp-step{border:1px solid var(--border-default,#e2e8f0);text-align:center;counter-increment:step;background:#fff;border-radius:14px;padding:2rem 1.5rem;position:relative}.sp-step:before{content:counter(step);color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto 1rem;font-size:1.125rem;font-weight:700;display:flex}.sp-step h3{margin-bottom:.5rem;font-size:1.0625rem;font-weight:700}.sp-step p{color:var(--text-secondary,#475569);font-size:.875rem;line-height:1.6}.sp-faq-list{flex-direction:column;gap:.75rem;max-width:800px;margin:0 auto;display:flex}.sp-faq-item{border:1px solid var(--border-default,#e2e8f0);background:#fff;border-radius:10px;transition:box-shadow .2s;overflow:hidden}.sp-faq-item:hover{box-shadow:0 2px 8px #0000000a}.sp-faq-q{width:100%;color:var(--text-primary,#0f172a);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.125rem 1.25rem;font-size:.9375rem;font-weight:600;display:flex}.sp-faq-q svg{color:#94a3b8;flex-shrink:0;transition:transform .2s}.sp-faq-item.open .sp-faq-q svg{color:#3b82f6;transform:rotate(180deg)}.sp-faq-a{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.sp-faq-item.open .sp-faq-a{max-height:400px;padding:0 1.25rem 1.25rem}.sp-faq-a p{color:var(--text-secondary,#475569);font-size:.9375rem;line-height:1.7}.sp-contact-grid{grid-template-columns:1fr 380px;align-items:start;gap:3rem;display:grid}.sp-contact-form{flex-direction:column;gap:1.25rem;display:flex}.sp-input-group{flex-direction:column;gap:.375rem;display:flex}.sp-input-group label{color:var(--text-secondary,#475569);text-transform:uppercase;letter-spacing:.04em;font-size:.8125rem;font-weight:600}.sp-input-group input,.sp-input-group select,.sp-input-group textarea{border:1px solid var(--border-default,#e2e8f0);color:var(--text-primary,#0f172a);background:#fff;border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.sp-input-group input:focus,.sp-input-group select:focus,.sp-input-group textarea:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.sp-input-group textarea{resize:vertical;min-height:140px}.sp-input-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.sp-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;padding:.875rem 2rem;font-size:.9375rem;font-weight:600;transition:all .2s}.sp-submit-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.sp-submit-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.sp-contact-info{background:var(--bg-subtle,#f8fafc);border:1px solid var(--border-default,#e2e8f0);border-radius:14px;padding:2rem}.sp-contact-info h3{margin-bottom:1.5rem;font-size:1.125rem;font-weight:700}.sp-contact-info-item{align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;display:flex}.sp-contact-info-item:last-child{margin-bottom:0}.sp-contact-info-icon{color:#2563eb;background:#eff6ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sp-contact-info-item h4{margin-bottom:.25rem;font-size:.875rem;font-weight:600}.sp-contact-info-item p{color:var(--text-secondary,#475569);font-size:.875rem;line-height:1.5}.sp-legal{max-width:800px;margin:0 auto}.sp-legal h2{border-bottom:1px solid var(--border-default,#e2e8f0);margin:2.5rem 0 .75rem;padding-bottom:.5rem;font-size:1.375rem;font-weight:700}.sp-legal h2:first-of-type{margin-top:0}.sp-legal p{color:var(--text-secondary,#475569);margin-bottom:1rem;font-size:.9375rem;line-height:1.75}.sp-legal ul{margin-bottom:1rem;padding-left:1.5rem}.sp-legal li{color:var(--text-secondary,#475569);margin-bottom:.375rem;font-size:.9375rem;line-height:1.75}.sp-legal-updated{background:var(--bg-subtle,#f8fafc);color:var(--text-secondary,#475569);border-radius:6px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.8125rem;display:inline-flex}.sp-match-form{border:1px solid var(--border-default,#e2e8f0);background:#fff;border-radius:16px;max-width:680px;margin:0 auto;padding:2.5rem;box-shadow:0 4px 12px #0000000a}.sp-match-form h2{margin-bottom:.5rem;font-size:1.375rem;font-weight:700}.sp-match-form>p{color:var(--text-secondary);margin-bottom:2rem;font-size:.9375rem}.sp-match-options{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:0;display:grid}.sp-match-option{border:1px solid var(--border-default,#e2e8f0);cursor:pointer;color:var(--text-primary,#0f172a);background:#fff;border-radius:8px;align-items:center;gap:.625rem;padding:.875rem 1rem;font-size:.9375rem;transition:all .15s;display:flex}.sp-match-option:hover{background:#eff6ff;border-color:#93c5fd}.sp-match-option.selected{color:#1d4ed8;background:#eff6ff;border-color:#3b82f6;font-weight:600}.sp-match-option input{accent-color:#3b82f6}.sp-cta-banner{text-align:center;background:radial-gradient(circle at 50% 0,#1e293b 0%,#0f172a 100%);padding:3.5rem 0;position:relative;overflow:hidden}.sp-cta-banner:after{content:"";pointer-events:none;background-image:radial-gradient(circle at 20%,#3b82f61a 0%,#0000 50%),radial-gradient(circle at 80%,#6366f114 0%,#0000 50%);position:absolute;inset:0}.sp-cta-banner-inner{z-index:2;position:relative}.sp-cta-banner h2{color:#fff;margin-bottom:.75rem;font-size:1.75rem}.sp-cta-banner p{color:#94a3b8;max-width:500px;margin:0 auto 1.5rem}.sp-cta-banner .sp-submit-btn{text-decoration:none;display:inline-flex}.sp-factor{margin-bottom:1.75rem}.sp-factor-header{justify-content:space-between;margin-bottom:.5rem;display:flex}.sp-factor-name{color:var(--text-primary,#0f172a);font-size:.9375rem;font-weight:600}.sp-factor-weight{color:#3b82f6;font-size:.875rem;font-weight:700}.sp-factor-bar{background:#e2e8f0;border-radius:4px;height:8px;overflow:hidden}.sp-factor-fill{background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:4px;height:100%;transition:width .6s}.sp-factor p{color:var(--text-tertiary,#94a3b8);margin-top:.375rem;font-size:.8125rem}.sp-faq-cats{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.sp-faq-cat{border:1px solid var(--border-default,#e2e8f0);cursor:pointer;color:var(--text-secondary,#475569);background:#fff;border-radius:50px;padding:.5rem 1.125rem;font-size:.8125rem;font-weight:600;transition:all .15s}.sp-faq-cat:hover{border-color:#93c5fd}.sp-faq-cat.active{color:#fff;background:#3b82f6;border-color:#3b82f6}@media (max-width:1024px){.sp-grid,.sp-steps{grid-template-columns:repeat(2,1fr)}.sp-contact-grid{grid-template-columns:1fr}}@media (max-width:768px){.sp-hero{padding:3rem 0 2.5rem}.sp-section{padding:3rem 0}.sp-grid,.sp-grid-2,.sp-steps,.sp-match-options,.sp-input-row{grid-template-columns:1fr}.sp-match-form,.sp-card{padding:1.5rem}}
