:root{--sp-accent:#266464;--sp-accent-light:#2664640f;--sp-accent-mid:#2664642e;--sp-dark:#2c3650;--sp-dark-soft:#2c3650d9;--sp-muted:#5a6473;--sp-muted-light:#5a64738c;--sp-bg-page:#f7f8fa;--sp-white:#fff;--sp-border:#2c365017;--sp-radius:14px;--sp-radius-sm:8px;--sp-shadow-xs:0 2px 8px #2c36500d;--sp-shadow:0 6px 24px #2c365012;--sp-shadow-md:0 12px 40px #2c36501a;--sp-shadow-hover:0 20px 50px #26646421;--sp-transition:all .28s cubic-bezier(.4,0,.2,1);--sp-section-v:96px;--sp-section-v-sm:64px;--sp-gap-lg:64px;--sp-gap-md:40px;--sp-gap-sm:24px}.sp-page{background:var(--sp-white);font-family:inherit}.sp-container{max-width:1220px;margin:0 auto;padding:0 32px}.sp-section-wrap{padding:var(--sp-section-v)0;width:100%}.sp-section-wrap.bg-white{background:var(--sp-white)}.sp-section-wrap.bg-gray{background:var(--sp-bg-page)}.sp-section-wrap.bg-dark{background:var(--sp-dark);color:var(--sp-white)}.sp-section-wrap.bg-footer{background:var(--sp-white);padding-bottom:128px}.sp-section-label{letter-spacing:2px;text-transform:uppercase;color:var(--sp-accent);align-items:center;gap:8px;margin-bottom:18px;font-size:11px;font-weight:700;display:inline-flex}.sp-section-label:before{content:"";background:var(--sp-accent);border-radius:2px;width:20px;height:2px;display:block}.sp-section-h2{color:var(--sp-dark);letter-spacing:-.025em;margin:0 0 20px;font-size:clamp(26px,3.2vw,38px);font-weight:800;line-height:1.18}.sp-section-p{color:var(--sp-muted);max-width:780px;margin:0 0 18px;font-size:16px;line-height:1.75}.sp-section-p:last-child{margin-bottom:0}.sp-section-wrap.bg-dark .sp-section-h2,.sp-section-wrap.bg-dark .sp-section-label{color:var(--sp-white)}.sp-section-wrap.bg-dark .sp-section-label:before{background:#ffffff80}.sp-hero{gap:var(--sp-gap-lg);grid-template-columns:1fr 1fr;align-items:center;display:grid;position:relative}.sp-hero-eyebrow{letter-spacing:2px;text-transform:uppercase;color:var(--sp-accent);background:var(--sp-accent-light);border:1px solid var(--sp-accent-mid);border-radius:100px;align-items:center;gap:8px;margin-bottom:18px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex}.sp-hero-h1{color:var(--sp-dark);letter-spacing:-.03em;margin:0 0 22px;font-size:clamp(32px,4.5vw,52px);font-weight:800;line-height:1.13}.sp-hero-desc{color:var(--sp-muted);margin:0 0 36px;font-size:17px;line-height:1.7}.sp-hero-actions{flex-wrap:wrap;gap:14px;display:flex}.sp-btn-primary{background:var(--sp-dark);height:52px;color:var(--sp-white);border-radius:var(--sp-radius-sm);transition:var(--sp-transition);letter-spacing:.01em;justify-content:center;align-items:center;padding:0 32px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.sp-btn-primary:hover{background:var(--sp-accent);transform:translateY(-2px);box-shadow:0 8px 24px #26646440}.sp-btn-outline{height:52px;color:var(--sp-dark);border:1.5px solid var(--sp-border);border-radius:var(--sp-radius-sm);transition:var(--sp-transition);background:0 0;justify-content:center;align-items:center;padding:0 32px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.sp-btn-outline:hover{border-color:var(--sp-accent);color:var(--sp-accent);background:var(--sp-accent-light)}.sp-hero-trust{border-top:1px solid var(--sp-border);flex-wrap:wrap;gap:28px;margin-top:44px;padding-top:28px;display:flex}.sp-hero-trust-item{color:var(--sp-dark);letter-spacing:.02em;align-items:center;gap:7px;font-size:12px;font-weight:600;display:flex}.sp-hero-trust-item svg{width:15px;height:15px;color:var(--sp-accent);flex-shrink:0}.sp-hero-image{box-shadow:var(--sp-shadow-md);border-radius:20px;width:120%;position:relative;overflow:hidden}.sp-hero-image:after{content:"";pointer-events:none;background:linear-gradient(135deg,#26646414 0%,#0000 60%);position:absolute;inset:0}.sp-hero-image img{object-fit:cover;width:100%;height:100%;display:block}.sp-about-grid{gap:var(--sp-gap-lg);grid-template-columns:420px 1fr;align-items:start;display:grid}.sp-cards-grid{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:48px;display:flex}.sp-card{background:var(--sp-white);border-radius:var(--sp-radius);text-align:center;min-width:260px;transition:var(--sp-transition);box-shadow:var(--sp-shadow-xs);border:1px solid #0000;flex:0 calc(33.333% - 14px);padding:36px 28px 32px;position:relative}.sp-card:before{content:"";background:linear-gradient(90deg,var(--sp-accent),#2664644d);border-radius:var(--sp-radius)var(--sp-radius)0 0;opacity:0;height:3px;transition:var(--sp-transition);position:absolute;top:0;left:0;right:0}.sp-card:hover{box-shadow:var(--sp-shadow-hover);border-color:var(--sp-accent-mid);transform:translateY(-5px)}.sp-card:hover:before{opacity:1}.bg-gray .sp-card{box-shadow:var(--sp-shadow)}.sp-card-num{letter-spacing:1.5px;color:var(--sp-accent);text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:800}.sp-card-icon{background:var(--sp-accent-light);border:1px solid var(--sp-accent-mid);width:68px;height:68px;color:var(--sp-accent);transition:var(--sp-transition);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 22px;display:flex}.sp-card:hover .sp-card-icon{background:var(--sp-accent);color:var(--sp-white);border-color:var(--sp-accent)}.sp-card-icon svg{width:26px;height:26px}.sp-card-title{color:var(--sp-dark);margin:0 0 10px;font-size:17px;font-weight:700;line-height:1.3}.sp-card-text{color:var(--sp-muted);margin:0;font-size:14px;line-height:1.65}.sp-process-wrap{grid-template-columns:320px 1fr;align-items:start;gap:48px;margin-top:56px;display:grid}.sp-process-tabs{flex-direction:column;gap:12px;display:flex}.sp-process-wrap-large{grid-template-columns:560px 1fr}.sp-process-wrap-large .sp-process-tabs{grid-template-columns:1fr 1fr;align-items:start;display:grid}.sp-process-tab{background:var(--sp-white);border-radius:var(--sp-radius-sm);border:1px solid var(--sp-border);cursor:pointer;transition:var(--sp-transition);text-align:left;align-items:center;gap:16px;width:100%;padding:16px 20px;display:flex}.sp-process-tab:hover{background:var(--sp-bg-page)}.sp-process-tab.active{border-color:#fca5a5;box-shadow:0 8px 24px #ef44441f}.sp-process-tab-icon{color:#10b981;background:#ecfdf5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.sp-process-tab.active .sp-process-tab-icon{color:#fff;background:#ef4444}.sp-process-tab-info{flex-direction:column;display:flex}.sp-process-tab-step{letter-spacing:1px;color:var(--sp-muted);text-transform:uppercase;font-size:11px;font-weight:700}.sp-process-tab.active .sp-process-tab-step{color:#ef4444}.sp-process-tab-title{color:var(--sp-dark);font-size:14px;font-weight:700}.sp-process-content{background:var(--sp-white);border-radius:var(--sp-radius);box-shadow:var(--sp-shadow-md);border:1px solid var(--sp-border);padding:48px}.sp-process-content-header{align-items:center;gap:20px;margin-bottom:24px;display:flex}.sp-process-content-icon{border-radius:var(--sp-radius-sm);color:#ef4444;background:#fee2e2;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.sp-process-content-icon svg{width:28px;height:28px}.sp-process-content-title{color:var(--sp-dark);margin-top:4px;font-size:24px;font-weight:800}.sp-process-content-text{color:var(--sp-muted);border-bottom:1px solid var(--sp-border);margin-bottom:32px;padding-bottom:32px;font-size:16px;line-height:1.7}.sp-docs-grid{grid-template-columns:1fr 1fr;gap:14px 40px;margin-top:36px;display:grid}.sp-doc-item{color:var(--sp-dark);border-bottom:1px solid var(--sp-border);align-items:flex-start;gap:12px;padding:12px 0;font-size:15px;line-height:1.55;display:flex}.sp-doc-item:last-child{border-bottom:none}.sp-doc-item svg{color:var(--sp-accent);flex-shrink:0;width:17px;height:17px;margin-top:2px}.sp-list-simple{flex-direction:column;gap:10px;margin:16px 0 0;padding:0;list-style:none;display:flex}.sp-list-simple li{color:var(--sp-muted);padding-left:20px;font-size:15px;line-height:1.6;position:relative}.sp-list-simple li:before{content:"→";color:var(--sp-accent);font-weight:700;position:absolute;left:0}.sp-industry-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:20px;margin-top:40px;display:grid}.sp-industry-card{text-align:center;background:var(--sp-white);border-radius:var(--sp-radius);box-shadow:var(--sp-shadow-xs);border:1px solid var(--sp-border);transition:var(--sp-transition);padding:24px 12px 20px}.sp-industry-card:hover{border-color:var(--sp-accent-mid);box-shadow:var(--sp-shadow);transform:translateY(-3px)}.sp-section-wrap.bg-dark .sp-industry-card{background:#ffffff0f;border-color:#ffffff1a}.sp-industry-icon{border-radius:var(--sp-radius-sm);background:var(--sp-accent-light);width:52px;height:52px;color:var(--sp-accent);transition:var(--sp-transition);justify-content:center;align-items:center;margin:0 auto 14px;display:flex}.sp-industry-card:hover .sp-industry-icon{background:var(--sp-accent);color:var(--sp-white)}.sp-industry-icon svg{width:22px;height:22px}.sp-industry-title{color:var(--sp-dark);font-size:13px;font-weight:600;line-height:1.4}.sp-bottom-grid{grid-template-columns:1fr 380px;align-items:start;gap:80px;display:grid}.sp-cta-box{background:linear-gradient(145deg,var(--sp-dark)0%,#266464e6 100%);color:var(--sp-white);box-shadow:var(--sp-shadow-md);border-radius:20px;padding:52px 44px;position:relative;overflow:hidden}.sp-cta-box:before{content:"";background:#ffffff0a;border-radius:50%;width:200px;height:200px;position:absolute;top:-60px;right:-60px}.sp-cta-box:after{content:"";background:#ffffff08;border-radius:50%;width:140px;height:140px;position:absolute;bottom:-40px;left:-40px}.sp-cta-box-title{letter-spacing:-.02em;z-index:1;margin:0 0 14px;font-size:24px;font-weight:800;line-height:1.25;position:relative}.sp-cta-box-sub{color:#ffffffb8;z-index:1;margin:0 0 32px;font-size:14px;line-height:1.65;position:relative}.sp-cta-box>div{z-index:1;position:relative}.sp-cta-box .sp-btn-primary{background:var(--sp-white);color:var(--sp-dark);width:100%;margin-bottom:12px}.sp-cta-box .sp-btn-primary:hover{background:var(--sp-bg-page);box-shadow:none;transform:none}.sp-cta-box .sp-btn-outline{color:#fff;border-color:#ffffff40;width:100%}.sp-cta-box .sp-btn-outline:hover{color:#fff;background:#ffffff1a;border-color:#ffffff80}.sp-section-wrap.bg-white+.sp-section-wrap.bg-gray,.sp-section-wrap.bg-gray+.sp-section-wrap.bg-white{position:relative}@media (max-width:1200px){.sp-about-grid{gap:var(--sp-gap-md);grid-template-columns:360px 1fr}.sp-process-wrap{grid-template-columns:280px 1fr;gap:32px}.sp-process-wrap-large{grid-template-columns:480px 1fr}.sp-hero-image{width:120%}.sp-bottom-grid{gap:var(--sp-gap-md);grid-template-columns:1fr}}@media (max-width:900px){:root{--sp-section-v:64px}.sp-hero{grid-template-columns:1fr;gap:36px}.sp-hero-image{border-radius:16px;order:-1;width:100%}.sp-hero-h1{font-size:clamp(26px,5vw,40px)}.sp-hero-desc{font-size:15px}.sp-about-grid{grid-template-columns:1fr;gap:32px}.sp-process-wrap,.sp-process-wrap-large{grid-template-columns:1fr;gap:24px}.sp-process-wrap-large .sp-process-tabs{grid-template-columns:1fr 1fr}.sp-process-content{padding:32px 28px}.sp-cards-grid{gap:16px}.sp-card{flex:0 calc(50% - 8px);min-width:220px}.sp-docs-grid{grid-template-columns:1fr;gap:0}.sp-industry-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:14px}.sp-section-h2{font-size:clamp(22px,4vw,36px)}}@media (max-width:600px){:root{--sp-section-v:52px}.sp-container{padding:0 20px}.sp-hero-h1{letter-spacing:-.02em;font-size:26px}.sp-hero-desc{font-size:14px}.sp-hero-actions{flex-direction:column;gap:10px}.sp-hero-actions .sp-btn-primary,.sp-hero-actions .sp-btn-outline{justify-content:center;width:100%}.sp-hero-trust{flex-wrap:wrap;gap:12px}.sp-cards-grid{gap:12px}.sp-card{min-width:unset;flex:0 100%;padding:24px 20px 20px}.sp-process-wrap-large .sp-process-tabs{grid-template-columns:1fr}.sp-process-content{padding:24px 20px}.sp-process-content-title{font-size:18px}.sp-docs-grid{grid-template-columns:1fr}.sp-industry-grid{grid-template-columns:repeat(3,1fr);gap:10px}.sp-industry-card{padding:16px 8px 14px}.sp-industry-title{font-size:11px}.sp-section-h2{font-size:22px}.sp-faq-grid{grid-template-columns:1fr!important}.sp-cta-box{padding:36px 24px}.sp-bottom-grid{gap:32px}.sp-about-grid img{border-radius:14px}}@media (max-width:400px){.sp-container{padding:0 16px}.sp-hero-h1{font-size:22px}.sp-section-h2{font-size:20px}.sp-cards-grid{gap:10px}.sp-industry-grid{grid-template-columns:repeat(2,1fr)}.sp-process-tab{gap:12px;padding:12px 14px}.sp-process-tab-title{font-size:13px}}
