.sr-footer{--sr-orange: #f1592a;--sr-orange-light: #ff8a4c;--sr-blue: #1c75bc;--sr-blue-light: #3aa0ff;--sr-ink: #1f2933;--sr-muted: #6b7280;--sr-line: #e7e9ec;--sr-bg: #ffffff;--sr-bg-soft: #f6f7f9;--sr-radius-lg: 34px;--sr-radius-md: 20px;--sr-shadow-soft: 0 30px 60px -25px rgba(20, 30, 45, .18);--sr-ease-spring: cubic-bezier(.34, 1.56, .64, 1);position:relative;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;color:var(--sr-ink);background:var(--sr-bg-soft);overflow:hidden}.sr-footer *{box-sizing:border-box}.sr-hero{position:relative;width:min(92%,1400px);max-width:1400px;margin:28px auto 0;padding:clamp(32px,5vw,56px) clamp(24px,5vw,64px) clamp(160px,18vw,320px);background:var(--sr-bg);border-radius:var(--sr-radius-lg);box-shadow:var(--sr-shadow-soft);overflow:hidden;will-change:transform,opacity;backface-visibility:hidden}.sr-hero__inner{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:48px;align-items:flex-start}.sr-dot-grid{position:absolute;top:34px;left:40px;width:56px;height:40px;background-image:radial-gradient(var(--sr-orange-light) 1.6px,transparent 1.6px);background-size:12px 12px;opacity:.45;z-index:1}.sr-blob{position:absolute;border-radius:50%;filter:blur(2px);opacity:.5;z-index:0;pointer-events:none}.sr-blob--a{width:260px;height:260px;left:-90px;bottom:-120px;background:radial-gradient(circle at 30% 30%,rgba(28,117,188,.14),transparent 70%);animation:sr-float 9s ease-in-out infinite}.sr-blob--b{width:140px;height:140px;left:60px;bottom:20px;background:radial-gradient(circle at 40% 40%,rgba(241,89,42,.12),transparent 70%);animation:sr-float 7s ease-in-out infinite reverse}.sr-left-orbit-deco{position:absolute;bottom:-50px;left:3%;width:140px;height:140px;z-index:1;pointer-events:none;opacity:.85}.sr-left-orbit-deco svg{width:100%;height:100%}@keyframes sr-float{0%,to{transform:translate(0)}50%{transform:translate(12px,-18px)}}.sr-hero .sr-city-marker{position:absolute;width:8px;height:8px;border-radius:50%}.sr-brand{position:relative;flex:1 1 280px;min-width:240px}.sr-brand__logo{height:38px;width:auto;display:block;object-fit:contain;object-position:left center}.sr-brand__tagline{margin:22px 0 16px;max-width:420px;font-size:32px;font-weight:700;line-height:1.25;color:#0f172a;letter-spacing:-.5px}.sr-brand__tagline .sr-highlight{color:#1c75bc}.sr-brand__underline{display:block;width:56px;height:3px;border-radius:2px;background:#ff5e14}.sr-services{position:relative;flex:3 1 640px;display:flex;align-items:stretch;justify-content:space-between;gap:0}.sr-services-divider{width:1px;align-self:stretch;background-color:#f1f5f9;margin:16px 0}.sr-service-card{position:relative;flex:1;height:auto;min-height:145px;padding:0 clamp(12px,2vw,24px) 16px;background:transparent;border:none;box-shadow:none;border-radius:0;display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:inherit;cursor:pointer;transform:translateY(var(--wave-offset, 0px));transition:transform .3s ease}.sr-service-card:hover{transform:translateY(calc(var(--wave-offset, 0px) - 6px))}.sr-service-card:hover .sr-service-arrow svg{transform:translate(6px)}.sr-service-card__border{display:none}.sr-service-icon{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;animation:sr-icon-float 4.5s ease-in-out infinite}.sr-accent-orange .sr-service-icon{background:#ff5e1414;color:#ff5e14}.sr-accent-blue .sr-service-icon{background:#1c75bc14;color:#1c75bc}.sr-service-icon svg{width:24px;height:24px}@keyframes sr-icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.sr-service-title{margin:0 0 8px;font-size:16px;font-weight:700;color:var(--sr-ink)}.sr-service-desc{margin:0 0 16px;font-size:13.5px;line-height:1.6;color:var(--sr-muted)}.sr-service-arrow{position:relative;margin-top:auto;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;color:inherit;transition:transform .3s var(--sr-ease-spring)}.sr-accent-orange .sr-service-arrow{color:#ff5e14}.sr-accent-blue .sr-service-arrow{color:#1c75bc}.sr-service-arrow svg{width:20px;height:20px;transition:transform .3s ease}.sr-globe-decoration{position:absolute;right:5%;bottom:-25%;width:clamp(280px,34vw,620px);height:clamp(280px,34vw,620px);z-index:1;opacity:.75;pointer-events:none}.sr-sphere{fill:none;stroke:#94a3b8;stroke-width:1.2;opacity:.25}.sr-grid-line{fill:none;stroke:#94a3b8;stroke-width:1}.sr-grid-depth-back{opacity:.15}.sr-grid-depth-mid{opacity:.45}.sr-grid-depth-front{opacity:.8}.sr-conn-line{stroke:#94a3b8;stroke-width:1;opacity:.25}.sr-orbit{fill:none;stroke:#2563eb;stroke-width:1.2;opacity:.35}.sr-globe-grid-group{transform-origin:250px 250px;animation:sr-globe-spin 120s linear infinite}.sr-continents-group{transform-origin:250px 250px;animation:sr-globe-spin-reverse 160s linear infinite}@keyframes sr-globe-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes sr-globe-spin-reverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.sr-floating-node{transform-origin:center;transform-box:fill-box;animation:sr-node-pulse 2s ease-in-out infinite alternate}@keyframes sr-node-pulse{0%{transform:scale(.9);opacity:.8}to{transform:scale(1.15);opacity:1}}.sr-particle{fill:#fff;opacity:.2;transform-origin:center;transform-box:fill-box}.sr-part-slow{animation:sr-float-up 8s linear infinite}.sr-part-med{animation:sr-float-up 6s linear infinite}.sr-part-fast{animation:sr-float-up 4s linear infinite}@keyframes sr-float-up{0%{transform:translateY(0);opacity:0}20%{opacity:.3}80%{opacity:.3}to{transform:translateY(-40px);opacity:0}}.sr-envelope{position:absolute;left:50%;transform:translate(-50%);bottom:0;width:100%;max-width:1520px;z-index:2;pointer-events:none}.sr-envelope__svg{display:block;width:100%;height:auto}.sr-envelope__badge{position:absolute;left:50%;top:40%;width:clamp(52px,5vw,72px);height:clamp(52px,5vw,72px);transform:translate(-50%,-50%);border-radius:50%;background:#fff;box-shadow:0 10px 24px -8px #141e2d40;display:flex;align-items:center;justify-content:center;z-index:3;pointer-events:auto}.sr-envelope__logo-mark{width:clamp(36px,3.6vw,52px);height:clamp(36px,3.6vw,52px);position:relative;z-index:2}.sr-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid var(--sr-orange);opacity:.5;animation:sr-ring-pulse 2.6s ease-out infinite}.sr-ring--delay{animation-delay:1.3s}@keyframes sr-ring-pulse{0%{transform:scale(1);opacity:.55}to{transform:scale(1.9);opacity:0}}.sr-bottom{position:relative;z-index:4;background:transparent;margin-top:-120px;padding:clamp(24px,3.5vw,40px) clamp(24px,5vw,64px) clamp(20px,4vw,60px);max-width:1400px;margin-left:auto;margin-right:auto}.sr-bottom__nav{display:flex;align-items:center;justify-content:center;gap:24px;max-width:1200px;margin:0 auto;padding-bottom:40px}.sr-nav-col{display:flex;flex-direction:column;align-items:center;gap:12px;flex:1;text-align:center;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.sr-nav-col:hover{transform:translateY(-2px);opacity:.85}.sr-nav-icon{width:30px;height:30px;color:#1c75bc;display:flex;align-items:center;justify-content:center}.sr-nav-icon svg{width:100%;height:100%}.sr-nav-title{font-size:13px;font-weight:700;letter-spacing:1px;color:#0f172a}.sr-nav-divider{width:1px;height:40px;background-color:#e2e8f0}.sr-nav-center-space{width:clamp(60px,10vw,150px);flex-shrink:0}.sr-bottom__footer-bar{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding-top:24px;border-top:1px solid #e2e8f0}.sr-bottom__sub-bar{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:16px auto 0;padding-top:16px;border-top:1px solid rgba(226,232,240,.45)}.sr-bottom__policies{display:flex;align-items:center;gap:12px}.sr-bottom__policies a{font-size:13px;font-weight:500;color:#64748b;text-decoration:none;transition:color .2s ease}.sr-bottom__policies a:hover{color:var(--sr-blue)!important}.sr-bottom__pipe{color:#cbd5e1;font-size:12px}.sr-bottom__copyright{font-size:13px;color:#64748b;margin:0;font-weight:500}@media(max-width:768px){.sr-bottom__sub-bar{flex-direction:column;gap:12px;text-align:center}}.sr-bottom__contact-details{display:flex;align-items:center;gap:32px}.sr-bottom__contact-item{display:flex;align-items:center;gap:8px;color:#475569;font-size:13.5px;text-decoration:none;transition:color .2s ease}.sr-bottom__contact-item:hover{color:#1c75bc}.sr-bottom__contact-item svg{width:18px;height:18px;color:#1c75bc}.sr-bottom__socials{display:flex;align-items:center;gap:12px}.sr-bottom__social-btn{width:36px;height:36px;border-radius:50%;background-color:#f8fafc;border:1px solid #e2e8f0;color:#475569;display:flex;align-items:center;justify-content:center;transition:all .25s ease;text-decoration:none}.sr-social-icon-svg{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;color:inherit;transition:color .25s ease}.sr-social-icon-svg svg{width:100%;height:100%}.sr-social-icon-svg svg path{fill:currentColor;transition:fill .25s ease}.sr-bottom__social-btn.sr-social-freelancer:hover{background-color:#29b2fe14;border-color:#29b2fe;color:#29b2fe}.sr-bottom__social-btn.sr-social-facebook:hover{background-color:#1877f214;border-color:#1877f2;color:#1877f2}.sr-bottom__social-btn.sr-social-instagram:hover{background-color:#e4405f14;border-color:#e4405f;color:#e4405f}.sr-bottom__social-btn.sr-social-linkedin:hover{background-color:#0077b514;border-color:#0077b5;color:#0077b5}@media(max-width:1080px){.sr-services{flex-wrap:wrap;justify-content:center;gap:28px}.sr-services-divider{display:none}.sr-service-card{flex:1 1 200px;padding:0 16px;--wave-offset: 0px !important}.sr-bottom__nav{flex-wrap:wrap;gap:16px}.sr-nav-divider{display:none}}.sr-footer-mobile{display:none}.sr-footer-desktop{display:block}@media(max-width:1024px){.sr-bottom{background:transparent!important;z-index:4!important;margin-top:-140px!important;padding:30px 24px!important}.sr-envelope__svg{height:clamp(320px,40vw,420px)!important;object-fit:fill!important}.sr-bottom__nav{display:flex!important;flex-direction:row!important;justify-content:center!important;gap:24px!important;padding-bottom:24px!important}.sr-bottom__footer-bar{flex-direction:column!important;gap:16px!important;text-align:center!important}.sr-bottom__contact-details{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;justify-content:center!important;gap:16px!important}}@media(max-width:640px){.sr-footer-desktop{display:none!important}.sr-footer-mobile{display:block!important;background:var(--sr-bg-soft)!important;padding:16px 12px 110px!important}.sr-mobile-footer-card{background:var(--sr-bg);border-radius:36px;padding:32px 24px;box-shadow:var(--sr-shadow-soft);border:1px solid rgba(28,117,188,.05);margin:0 auto;max-width:440px;display:flex;flex-direction:column;will-change:transform,opacity;backface-visibility:hidden}.sr-mobile-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.sr-mobile-logo{height:clamp(32px,8vw,38px);width:auto;object-fit:contain}.sr-scroll-top-btn{width:40px;height:40px;border-radius:50%;background:var(--sr-bg);border:1px solid var(--sr-line);color:var(--sr-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #0000000a;transition:all .2s ease}.sr-scroll-top-btn:active{transform:scale(.95);background:var(--sr-bg-soft)}.sr-mobile-desc{font-size:14px;line-height:1.6;color:#4a5568;margin-bottom:24px;font-weight:400}.sr-mobile-socials{display:flex;align-items:center;gap:14px;margin-bottom:28px}.sr-mobile-social-btn{width:44px;height:44px;border-radius:50%;background:var(--sr-bg);box-shadow:0 4px 14px #141e2d14;display:flex;align-items:center;justify-content:center;transition:all .2s var(--sr-ease-spring);color:#475569}.sr-mobile-social-btn:active{transform:scale(.9);box-shadow:0 2px 6px #141e2d0d}.sr-mobile-social-btn.sr-social-freelancer:hover,.sr-mobile-social-btn.sr-social-freelancer:active{background-color:#29b2fe14;color:#29b2fe}.sr-mobile-social-btn.sr-social-facebook:hover,.sr-mobile-social-btn.sr-social-facebook:active{background-color:#1877f214;color:#1877f2}.sr-mobile-social-btn.sr-social-instagram:hover,.sr-mobile-social-btn.sr-social-instagram:active{background-color:#e4405f14;color:#e4405f}.sr-mobile-social-btn.sr-social-linkedin:hover,.sr-mobile-social-btn.sr-social-linkedin:active{background-color:#0077b514;color:#0077b5}.sr-mobile-divider{border:0;height:1px;background:#f1f5f9;margin:0 0 16px}.sr-mobile-accordions{display:flex;flex-direction:column;gap:6px}.sr-mobile-acc-item{border-bottom:1px solid #f1f5f9}.sr-mobile-acc-item:last-child{border-bottom:none}.sr-mobile-acc-header{width:100%;background:none;border:none;padding:18px 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left}.sr-mobile-acc-title-wrap{display:flex;align-items:center;gap:12px}.sr-mobile-acc-bullet{width:8px;height:8px;border-radius:50%}.sr-mobile-acc-title{font-size:15px;font-weight:600;color:#0f172a;letter-spacing:-.2px}.sr-mobile-acc-chevron{color:#64748b;transition:transform .3s cubic-bezier(.4,0,.2,1)}.is-open .sr-mobile-acc-chevron{transform:rotate(180deg)}.sr-mobile-acc-content-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.is-open .sr-mobile-acc-content-wrapper{grid-template-rows:1fr}.sr-mobile-acc-content{min-height:0;transition:opacity .3s ease;opacity:0}.is-open .sr-mobile-acc-content{opacity:1;padding-bottom:20px;padding-top:4px}.sr-mobile-acc-links{display:flex;flex-direction:column;gap:14px;padding-left:20px}.sr-mobile-sublink{font-size:14px;color:#475569;text-decoration:none;font-weight:500;transition:color .15s ease}.sr-mobile-sublink:active{color:var(--sr-blue)}.sr-mobile-contact-box{background:#f8fafc;border:1px solid #f1f5f9;border-radius:20px;padding:16px;display:flex;flex-direction:column;gap:14px}.sr-mobile-contact-row{display:flex;align-items:center;gap:12px;text-decoration:none;color:#475569;font-size:13.5px;font-weight:500}.sr-mobile-contact-icon{width:32px;height:32px;border-radius:8px;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;color:#475569}.highlight-row{color:var(--sr-blue);font-weight:600;margin-top:4px}.highlight-row .sr-mobile-contact-icon{background:#1c75bc0f;border-color:#1c75bc1f;color:var(--sr-blue)}.sr-mobile-bottom{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:16px;text-align:center}.sr-mobile-bottom-links{display:flex;align-items:center;justify-content:center;gap:12px}.sr-mobile-bottom-links a{font-size:13px;font-weight:500;color:#64748b;text-decoration:none}.sr-mobile-pipe{color:#cbd5e1;font-size:12px}.sr-mobile-copyright{font-size:12.5px;color:#64748b;margin:0;font-weight:500}}@media(min-width:1920px){.sr-hero{border-radius:40px}.sr-globe-decoration{opacity:.85}}@media(min-width:2560px){.sr-hero,.sr-bottom{max-width:1600px}}@media(prefers-reduced-motion:reduce){.sr-hero,.sr-service-card,.sr-blob,.sr-service-icon,.sr-orbit,.sr-globe-grid,.sr-city-dot,.sr-ring,.sr-social,.sr-footer-col a{animation:none!important;transition:none!important}.sr-hero,.sr-mobile-footer-card{opacity:1;transform:none!important}.sr-hero--visible .sr-service-card,.sr-service-card{opacity:1;transform:none}}
