@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700&family=Inter:wght@300;400;500;600;700&display=swap";
:root{--sp-blue:#2f5fea;--sp-blue-dark:#152451;--sp-blue-light:#bdd1fd;--sp-blue-soft:#eef3ff;--sp-text:#111;--sp-muted:#666;--sp-border:#00000014;--sp-surf:#fff;--sp-bg:#f7faff;--sp-max:1200px;--sp-radius:12px;--sp-fh:"Playfair Display", Georgia, serif;--sp-fb:"Inter", system-ui, sans-serif}.sp-page{font-family:var(--sp-fb);color:var(--sp-text);background:var(--sp-surf);line-height:1.6}.service-hero{background:var(--sp-blue);align-items:center;min-height:70vh;padding:9rem 2.5rem 7rem;display:flex;position:relative;overflow:hidden}.service-hero:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.service-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#bdd1fd40 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-100px;right:-100px}.service-hero__inner{z-index:2;max-width:var(--sp-max);flex-direction:column;gap:1.5rem;width:100%;margin:0 auto;display:flex;position:relative}.service-hero__badge{color:var(--sp-blue-light);font-family:var(--sp-fb);letter-spacing:2px;text-transform:uppercase;background:#ffffff1f;border:1px solid #ffffff40;border-radius:20px;align-items:center;gap:8px;width:fit-content;padding:8px 16px;font-size:11px;font-weight:600;display:inline-flex}.service-hero__badge:before{content:"";background:var(--sp-blue-light);border-radius:50%;width:6px;height:6px;animation:2s infinite sp-pulse;display:inline-block}@keyframes sp-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.service-hero__title{font-family:var(--sp-fh);letter-spacing:-1px;color:#fff;max-width:800px;margin:0;font-size:clamp(2.4rem,5vw,4rem);font-weight:700;line-height:1.1}.service-hero__subtitle{color:#fffc;max-width:640px;margin:0;font-size:clamp(1rem,1.8vw,1.2rem);font-weight:300;line-height:1.8}.service-hero__cta-row{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:.5rem;display:flex}.sp-btn-primary{background:var(--sp-blue-light);color:var(--sp-blue-dark);font-family:var(--sp-fb);text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;border:none;border-radius:4px;align-items:center;gap:8px;padding:16px 36px;font-size:12px;font-weight:800;text-decoration:none;transition:transform .3s,box-shadow .3s,background .3s;display:inline-flex;box-shadow:0 4px 20px #0003}.sp-btn-primary:hover{background:#fff;transform:translateY(-3px);box-shadow:0 12px 30px #00000040}.sp-btn-ghost{color:#ffffffd9;font-family:var(--sp-fb);text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:4px;align-items:center;gap:8px;padding:16px 28px;font-size:12px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.sp-btn-ghost:hover{color:#fff;background:#ffffff1a;border-color:#ffffffb3}.sp-intro{background:var(--sp-surf);padding:7rem 2.5rem}.sp-intro__inner{max-width:var(--sp-max);align-items:flex-start;gap:5rem;margin:0 auto;display:flex}.sp-intro__label{letter-spacing:2.5px;text-transform:uppercase;color:var(--sp-blue);margin-bottom:1.2rem;font-size:11px;font-weight:700;display:block}.sp-intro__title{font-family:var(--sp-fh);letter-spacing:-.5px;color:var(--sp-text);flex:0 0 48%;max-width:480px;margin:0;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:700;line-height:1.2}.sp-intro__text{color:#555;flex:1;padding-top:.5rem;font-size:16px;font-weight:300;line-height:1.9}.benefits-section{background:var(--sp-bg);border-top:1px solid var(--sp-border);border-bottom:1px solid var(--sp-border);padding:7rem 2.5rem}.benefits-section__inner{max-width:var(--sp-max);margin:0 auto}.benefits-section__header{text-align:center;margin-bottom:4.5rem}.sp-section-label{letter-spacing:2.5px;text-transform:uppercase;color:var(--sp-blue);margin-bottom:1rem;font-size:11px;font-weight:700;display:inline-block}.sp-section-title{font-family:var(--sp-fh);letter-spacing:-.5px;color:var(--sp-text);margin:0;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;line-height:1.2}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.benefit-card{background:var(--sp-surf);border:1px solid var(--sp-border);border-radius:var(--sp-radius);flex-direction:column;gap:1rem;padding:2.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.benefit-card:before{content:"";background:var(--sp-blue);border-radius:0 0 4px;width:4px;height:0;transition:height .4s;position:absolute;top:0;left:0}.benefit-card:hover{border-color:#2f5fea33;transform:translateY(-6px);box-shadow:0 20px 50px #2f5fea1f}.benefit-card:hover:before{height:100%}.benefit-card__icon{font-size:2rem;line-height:1}.benefit-card__title{font-family:var(--sp-fh);color:var(--sp-text);margin:0;font-size:1.2rem;font-weight:700;line-height:1.3}.benefit-card__desc{color:var(--sp-muted);margin:0;font-size:14.5px;font-weight:300;line-height:1.75}.process-section{background:var(--sp-surf);padding:7rem 2.5rem}.process-section__inner{max-width:var(--sp-max);margin:0 auto}.process-section__header{text-align:center;margin-bottom:5rem}.process-list{align-items:flex-start;gap:0;display:flex;position:relative}.process-list:before{content:"";background:linear-gradient(90deg, var(--sp-blue-light), var(--sp-blue), var(--sp-blue-light));z-index:0;height:2px;position:absolute;top:36px;left:18px;right:18px}.process-step{text-align:center;z-index:1;flex-direction:column;flex:1;align-items:center;padding:0 1.5rem;display:flex;position:relative}.process-step__number{background:var(--sp-blue);color:#fff;width:72px;height:72px;font-family:var(--sp-fh);letter-spacing:-.5px;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.8rem;font-size:1.1rem;font-weight:700;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 8px 24px #2f5fea4d}.process-step:hover .process-step__number{transform:scale(1.1);box-shadow:0 14px 36px #2f5fea66}.process-step__title{font-family:var(--sp-fh);color:var(--sp-text);margin:0 0 .8rem;font-size:1.05rem;font-weight:700;line-height:1.3}.process-step__desc{color:var(--sp-muted);margin:0;font-size:13.5px;font-weight:300;line-height:1.75}.features-section{background:var(--sp-blue-dark);padding:7rem 2.5rem;position:relative;overflow:hidden}.features-section:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.features-section__inner{max-width:var(--sp-max);z-index:1;margin:0 auto;position:relative}.features-section__header{margin-bottom:4rem}.features-section .sp-section-label{color:var(--sp-blue-light)}.features-section .sp-section-title{color:#fff}.features-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.feature-item{border-radius:var(--sp-radius);background:#ffffff0a;border:1px solid #ffffff1a;align-items:flex-start;gap:1.2rem;padding:2rem;transition:background .3s,border-color .3s,transform .3s;display:flex}.feature-item:hover{background:#ffffff14;border-color:#bdd1fd4d;transform:translateY(-4px)}.feature-item__check{background:var(--sp-blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;display:flex}.feature-item__check:after{content:"✓";color:#fff;font-size:13px;font-weight:700}.feature-item__title{font-family:var(--sp-fh);color:#fff;margin:0 0 .5rem;font-size:1rem;font-weight:700;line-height:1.3}.feature-item__desc{color:#ffffffa6;margin:0;font-size:13.5px;font-weight:300;line-height:1.7}.cta-section{background:var(--sp-surf);text-align:center;padding:8rem 2.5rem;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#2f5fea12 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;bottom:-80px;left:50%;transform:translate(-50%)}.cta-section__inner{z-index:1;max-width:680px;margin:0 auto;position:relative}.cta-section__icon{background:var(--sp-blue-soft);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;font-size:2rem;display:flex}.cta-section__title{font-family:var(--sp-fh);letter-spacing:-.5px;color:var(--sp-text);margin:0 0 1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.cta-section__text{color:var(--sp-muted);margin:0 0 3rem;font-size:17px;font-weight:300;line-height:1.8}.cta-section__btns{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.2rem;display:flex}.sp-btn-primary--dark{background:var(--sp-blue);color:#fff}.sp-btn-primary--dark:hover{background:var(--sp-blue-dark);color:#fff}.sp-breadcrumb{color:#ffffff8c;box-shadow:none;background:0 0;border:none;flex-wrap:wrap;align-items:center;gap:8px;margin-top:.5rem;padding:0;font-size:12px;font-weight:500;display:flex}.sp-breadcrumb a{color:#ffffff8c;text-decoration:none;transition:color .2s}.sp-breadcrumb a:hover{color:#ffffffe6}.sp-breadcrumb__sep{opacity:.4}.sp-breadcrumb__current{color:#ffffffe6}.sp-not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:80vh;padding:4rem 2.5rem;display:flex}.sp-not-found__code{font-family:var(--sp-fh);color:var(--sp-blue-light);margin:0;font-size:8rem;font-weight:700;line-height:1}.sp-not-found__title{color:var(--sp-text);margin:0;font-size:2rem;font-weight:700}.sp-not-found__text{color:var(--sp-muted);max-width:480px;margin:0;font-size:16px;font-weight:300}.sp-divider{background:linear-gradient(90deg, transparent, var(--sp-blue-light), transparent);border:none;height:2px;margin:0}@media (max-width:1024px){.sp-intro__inner{flex-direction:column;gap:2.5rem}.sp-intro__title{flex:none;max-width:100%}.process-list{flex-direction:column;gap:2.5rem}.process-list:before{display:none}.process-step{text-align:left;flex-direction:row;align-items:flex-start;gap:1.5rem;padding:0}.process-step__number{flex-shrink:0;width:56px;height:56px;margin-bottom:0;font-size:.95rem}.process-step__content{padding-top:.4rem}}@media (max-width:768px){.service-hero{min-height:auto;padding:7rem 1.5rem 5rem}.service-hero__title{font-size:clamp(1.8rem,7vw,2.8rem)}.sp-intro,.benefits-section{padding:5rem 1.5rem}.benefits-grid{grid-template-columns:1fr}.process-section,.features-section{padding:5rem 1.5rem}.features-grid{grid-template-columns:1fr}.cta-section{padding:5rem 1.5rem}.cta-section__btns{flex-direction:column;align-items:stretch}.sp-btn-primary,.sp-btn-ghost{text-align:center;justify-content:center}.service-hero__inner{padding-bottom:0}}@media (max-width:480px){.service-hero{padding:6rem 1.2rem 4rem}.sp-intro,.benefits-section,.process-section,.features-section,.cta-section{padding-left:1.2rem;padding-right:1.2rem}.benefit-card{padding:1.8rem}.process-step__number{width:48px;height:48px;font-size:.85rem}}
