@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{--blue:#007bff;--blue-light:#4da3ff;--blue-night:#1a2a4a;--blue-pale:#e8f0fe;--black:#0a0a0a;--gray-dark:#1a1a1a;--gray-mid:#2e2e2e;--gray-light:#f8faff;--slate:#64748b;--slate-light:#cbd5e1;--white:#fff;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-in-out-quart:cubic-bezier(.76, 0, .24, 1)}[data-astro-cid-lnthwwyx]{box-sizing:border-box;margin:0;padding:0}body{background:#f8faff;font-family:Poppins,sans-serif;overflow-x:hidden}.cursor-dot[data-astro-cid-lnthwwyx]{background:var(--blue);pointer-events:none;z-index:9999;border-radius:50%;width:8px;height:8px;transition:width .3s,height .3s;position:fixed;transform:translate(-50%,-50%)}.cursor-ring[data-astro-cid-lnthwwyx]{border:1.5px solid var(--blue);pointer-events:none;z-index:9998;opacity:.6;border-radius:50%;width:36px;height:36px;transition:width .4s,height .4s,opacity .3s;position:fixed;transform:translate(-50%,-50%)}body.cursor-hover .cursor-dot[data-astro-cid-lnthwwyx]{width:12px;height:12px}body.cursor-hover .cursor-ring[data-astro-cid-lnthwwyx]{opacity:1;width:56px;height:56px}#page-loader[data-astro-cid-lnthwwyx]{background:var(--blue-night);z-index:9000;transition:opacity .7s var(--ease-out-expo), visibility .7s;flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex;position:fixed;inset:0}#page-loader[data-astro-cid-lnthwwyx].hidden{opacity:0;visibility:hidden}.loader-logo[data-astro-cid-lnthwwyx]{color:var(--white);letter-spacing:.2em;font-family:Poppins,sans-serif;font-size:5rem;font-weight:700;overflow:hidden}.loader-logo[data-astro-cid-lnthwwyx] span[data-astro-cid-lnthwwyx]{animation:logoReveal .8s var(--ease-out-expo) both;display:inline-block}.loader-logo[data-astro-cid-lnthwwyx] span[data-astro-cid-lnthwwyx]:first-child{animation-delay:.1s}.loader-logo[data-astro-cid-lnthwwyx] span[data-astro-cid-lnthwwyx]:nth-child(2){animation-delay:.2s}.loader-logo[data-astro-cid-lnthwwyx] span[data-astro-cid-lnthwwyx]:nth-child(3){animation-delay:.3s}.loader-logo[data-astro-cid-lnthwwyx] span[data-astro-cid-lnthwwyx]:nth-child(4){animation-delay:.4s}.loader-logo[data-astro-cid-lnthwwyx] span[data-astro-cid-lnthwwyx]:nth-child(5){animation-delay:.5s}.loader-logo[data-astro-cid-lnthwwyx] span[data-astro-cid-lnthwwyx]:nth-child(6){animation-delay:.6s}.loader-logo[data-astro-cid-lnthwwyx] span[data-astro-cid-lnthwwyx]:nth-child(7){animation-delay:.7s}.loader-logo[data-astro-cid-lnthwwyx] span[data-astro-cid-lnthwwyx]:nth-child(8){animation-delay:.8s}@keyframes logoReveal{0%{opacity:0;transform:translateY(110%)}to{opacity:1;transform:translateY(0)}}.loader-bar[data-astro-cid-lnthwwyx]{background:var(--gray-mid);border-radius:2px;width:180px;height:2px;overflow:hidden}.loader-fill[data-astro-cid-lnthwwyx]{background:var(--blue);width:0%;height:100%;transition:width 50ms linear}.loader-pct[data-astro-cid-lnthwwyx]{letter-spacing:.28em;color:#fff6;margin-top:6px;font-family:Poppins,sans-serif;font-size:.72rem;font-weight:700}.loader-pct[data-astro-cid-lnthwwyx] span[data-astro-cid-lnthwwyx]{color:var(--blue)}@keyframes loaderFill{to{width:100%}}.hero[data-astro-cid-lnthwwyx]{justify-content:center;align-items:center;min-height:80vh;padding-top:108px;display:flex;position:relative;overflow:hidden}.hero-img[data-astro-cid-lnthwwyx]{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;animation:heroZoom 12s var(--ease-in-out-quart) forwards;position:absolute;inset:0;transform:scale(1.12)}@keyframes heroZoom{to{transform:scale(1)}}.hero-overlay[data-astro-cid-lnthwwyx]{background:linear-gradient(135deg,#000000e0 0%,#00000059 100%);position:absolute;inset:0}.hero-stripe[data-astro-cid-lnthwwyx]{background:repeating-linear-gradient(-55deg,#0000,#0000 60px,#007bff08 60px 61px);animation:20s linear infinite stripeShift;position:absolute;inset:0}@keyframes stripeShift{to{background-position:200px 0}}.hero-content[data-astro-cid-lnthwwyx]{text-align:center;color:var(--white);max-width:800px;padding:0 24px;position:relative}.hero-tag[data-astro-cid-lnthwwyx]{letter-spacing:.3em;text-transform:uppercase;color:var(--blue);opacity:0;animation:fadeUp .8s var(--ease-out-expo) 1.6s forwards;font-size:.9rem;font-weight:700;display:inline-block;transform:translateY(20px)}.hero-title[data-astro-cid-lnthwwyx]{letter-spacing:.04em;opacity:0;animation:fadeUp .9s var(--ease-out-expo) 1.8s forwards;margin-top:14px;font-family:Poppins,sans-serif;font-size:clamp(1.8rem,4vw,3.2rem);font-weight:700;line-height:1;transform:translateY(30px)}.hero-title[data-astro-cid-lnthwwyx]:after{content:"";background:var(--blue);width:0;height:3px;animation:lineExpand .8s var(--ease-out-expo) 2.6s forwards;margin:14px auto 0;display:block}@keyframes lineExpand{to{width:80px}}.hero-sub[data-astro-cid-lnthwwyx]{color:#ffffffbf;opacity:0;animation:fadeUp .8s var(--ease-out-expo) 2s forwards;margin-top:18px;font-size:1rem;line-height:1.7;transform:translateY(20px)}.scroll-indicator[data-astro-cid-lnthwwyx]{opacity:0;animation:fadeUp .6s var(--ease-out-expo) 2.8s forwards;flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.scroll-indicator[data-astro-cid-lnthwwyx] span[data-astro-cid-lnthwwyx]{letter-spacing:.25em;text-transform:uppercase;color:#fff6;font-size:.6rem}.scroll-arrow[data-astro-cid-lnthwwyx]{border:1.5px solid #ffffff4d;border-radius:10px;width:20px;height:30px;position:relative}.scroll-arrow[data-astro-cid-lnthwwyx]:after{content:"";background:var(--blue);border-radius:50%;width:4px;height:4px;animation:1.8s ease-in-out infinite scrollBounce;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes scrollBounce{0%,to{opacity:1;top:6px}80%{opacity:0;top:16px}}.intro[data-astro-cid-lnthwwyx]{background:var(--white);text-align:center;padding:80px 24px;position:relative;overflow:hidden}.intro[data-astro-cid-lnthwwyx]:before{content:"SERVICES";color:#00000006;white-space:nowrap;pointer-events:none;letter-spacing:.1em;font-family:Poppins,sans-serif;font-size:16vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.intro-title[data-astro-cid-lnthwwyx]{letter-spacing:.05em;color:var(--black);font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700}.intro-title[data-astro-cid-lnthwwyx] em[data-astro-cid-lnthwwyx]{color:var(--blue);font-style:normal;font-weight:700}.intro-text[data-astro-cid-lnthwwyx]{color:#64748b;max-width:640px;margin:16px auto 0;font-size:1rem;line-height:1.8}.services-section[data-astro-cid-lnthwwyx]{background:#f8faff;padding:100px 24px;position:relative}.services-section[data-astro-cid-lnthwwyx]:before{content:"";background:linear-gradient(90deg, transparent, var(--blue), transparent);height:1px;position:absolute;top:0;left:0;right:0}.services-grid[data-astro-cid-lnthwwyx]{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1280px;margin:0 auto;display:grid}@media (width<=900px){.services-grid[data-astro-cid-lnthwwyx]{grid-template-columns:repeat(2,1fr)}}@media (width<=580px){.services-grid[data-astro-cid-lnthwwyx]{grid-template-columns:1fr}}.service-card[data-astro-cid-lnthwwyx]{background:var(--white);opacity:0;transition:box-shadow .4s var(--ease-out-expo), transform .4s var(--ease-out-expo);cursor:default;border:1px solid #e2e8f0;border-radius:16px;padding:36px 30px;position:relative;overflow:hidden;transform:translateY(40px)}.service-card[data-astro-cid-lnthwwyx].visible{animation:cardReveal .7s var(--ease-out-expo) both}@keyframes cardReveal{to{opacity:1;transform:translateY(0)}}.service-card[data-astro-cid-lnthwwyx]:hover{transform:translateY(-6px);box-shadow:0 24px 64px #0000001f,0 0 0 1px #007bff40}.service-card[data-astro-cid-lnthwwyx]:before{content:"";background:var(--blue);width:0;height:3px;transition:width .5s var(--ease-out-expo);position:absolute;top:0;left:0}.service-card[data-astro-cid-lnthwwyx]:hover:before{width:100%}.card-num[data-astro-cid-lnthwwyx]{color:#0000000a;letter-spacing:.05em;transition:color .4s, transform .4s var(--ease-out-expo);pointer-events:none;font-family:Poppins,sans-serif;font-size:4.5rem;line-height:1;position:absolute;top:16px;right:20px}.service-card[data-astro-cid-lnthwwyx]:hover .card-num[data-astro-cid-lnthwwyx]{color:#007bff14;transform:scale(1.1)}.card-icon-box[data-astro-cid-lnthwwyx]{background:var(--blue-pale);width:52px;height:52px;transition:background .3s, transform .4s var(--ease-out-expo);border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;font-size:1.4rem;display:flex}.service-card[data-astro-cid-lnthwwyx]:hover .card-icon-box[data-astro-cid-lnthwwyx]{background:var(--blue);transform:rotate(-4deg)scale(1.1)}.card-title[data-astro-cid-lnthwwyx]{letter-spacing:.06em;color:var(--black);font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.1;transition:color .3s}.service-card[data-astro-cid-lnthwwyx]:hover .card-title[data-astro-cid-lnthwwyx]{color:var(--blue);font-weight:700}.card-desc[data-astro-cid-lnthwwyx]{color:#64748b;margin-top:10px;font-size:.85rem;line-height:1.75}.card-link[data-astro-cid-lnthwwyx]{text-transform:uppercase;letter-spacing:.14em;color:var(--black);align-items:center;gap:6px;margin-top:20px;font-size:.78rem;font-weight:700;text-decoration:none;transition:gap .3s,color .3s;display:inline-flex}.service-card[data-astro-cid-lnthwwyx]:hover .card-link[data-astro-cid-lnthwwyx]{color:var(--blue);gap:12px}.link-arrow[data-astro-cid-lnthwwyx]{background:currentColor;width:24px;height:1.5px;transition:width .3s;position:relative}.link-arrow[data-astro-cid-lnthwwyx]:after{content:"";border-top:1.5px solid;border-right:1.5px solid;width:5px;height:5px;position:absolute;top:50%;right:0;transform:translateY(-50%)rotate(45deg)}.service-card[data-astro-cid-lnthwwyx]:hover .link-arrow[data-astro-cid-lnthwwyx]{width:34px}.why-section[data-astro-cid-lnthwwyx]{background:var(--white);padding:100px 24px;overflow:hidden}.why-inner[data-astro-cid-lnthwwyx]{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1280px;margin:0 auto;display:grid}@media (width<=768px){.why-inner[data-astro-cid-lnthwwyx]{grid-template-columns:1fr;gap:40px}}.why-img-wrap[data-astro-cid-lnthwwyx]{opacity:0;border-radius:20px;position:relative;overflow:hidden;transform:translate(-50px)}.why-img-wrap[data-astro-cid-lnthwwyx].visible{animation:slideRight .9s var(--ease-out-expo) .1s forwards}@keyframes slideRight{to{opacity:1;transform:translate(0)}}.why-img-wrap[data-astro-cid-lnthwwyx] img[data-astro-cid-lnthwwyx]{-o-object-fit:cover;object-fit:cover;width:100%;height:480px;transition:transform .6s var(--ease-out-expo);display:block}.why-img-wrap[data-astro-cid-lnthwwyx]:hover img[data-astro-cid-lnthwwyx]{transform:scale(1.04)}.why-img-wrap[data-astro-cid-lnthwwyx]:after{content:"";border:3px solid var(--blue);opacity:0;border-radius:20px;transition:opacity .4s;position:absolute;inset:0}.why-img-wrap[data-astro-cid-lnthwwyx]:hover:after{opacity:.4}.why-badge[data-astro-cid-lnthwwyx]{background:var(--blue);text-align:center;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;animation:12s linear infinite badgeSpin;display:flex;position:absolute;bottom:-18px;right:-18px;box-shadow:0 12px 40px #007bff66}@keyframes badgeSpin{to{transform:rotate(360deg)}}.why-badge-inner[data-astro-cid-lnthwwyx]{animation:12s linear infinite badgeSpinReverse}@keyframes badgeSpinReverse{to{transform:rotate(-360deg)}}.why-badge-num[data-astro-cid-lnthwwyx]{color:var(--black);letter-spacing:.05em;font-family:Poppins,sans-serif;font-size:1.8rem;line-height:1}.why-badge-label[data-astro-cid-lnthwwyx]{text-transform:uppercase;letter-spacing:.1em;color:#ffffffb3;margin-top:2px;font-size:.5rem;font-weight:700}.why-content[data-astro-cid-lnthwwyx]{opacity:0;transform:translate(40px)}.why-content[data-astro-cid-lnthwwyx].visible{animation:slideLeft .9s var(--ease-out-expo) .2s forwards}@keyframes slideLeft{to{opacity:1;transform:translate(0)}}.why-label[data-astro-cid-lnthwwyx]{text-transform:uppercase;letter-spacing:.28em;color:var(--blue);margin-bottom:14px;font-size:.9rem;font-weight:700}.why-title[data-astro-cid-lnthwwyx]{letter-spacing:.05em;color:var(--black);font-family:Poppins,sans-serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;line-height:1.1}.why-text[data-astro-cid-lnthwwyx]{color:#64748b;margin-top:20px;font-size:.95rem;line-height:1.8}.why-list[data-astro-cid-lnthwwyx]{flex-direction:column;gap:12px;margin-top:28px;list-style:none;display:flex}.why-list[data-astro-cid-lnthwwyx] li[data-astro-cid-lnthwwyx]{color:#1e293b;opacity:0;align-items:flex-start;gap:14px;font-size:.9rem;font-weight:500;display:flex;transform:translate(20px)}.why-list[data-astro-cid-lnthwwyx] li[data-astro-cid-lnthwwyx].visible{animation:slideLeft .6s var(--ease-out-expo) both}.check-box[data-astro-cid-lnthwwyx]{background:var(--blue);width:22px;height:22px;color:var(--black);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:900;display:flex}.process-section[data-astro-cid-lnthwwyx]{background:var(--blue-night);padding:100px 24px;position:relative;overflow:hidden}.process-grid-bg[data-astro-cid-lnthwwyx]{background-image:linear-gradient(#007bff0a 1px,#0000 1px),linear-gradient(90deg,#007bff0a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.process-content[data-astro-cid-lnthwwyx]{z-index:1;text-align:center;max-width:1280px;margin:0 auto;position:relative}.process-label[data-astro-cid-lnthwwyx]{text-transform:uppercase;letter-spacing:.28em;color:var(--blue);opacity:0;margin-bottom:14px;font-size:.7rem;font-weight:700;transform:translateY(16px)}.process-title[data-astro-cid-lnthwwyx]{letter-spacing:.06em;color:var(--white);opacity:0;font-family:Poppins,sans-serif;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:700;transform:translateY(20px)}.process-sub[data-astro-cid-lnthwwyx]{color:#ffffff80;opacity:0;max-width:500px;margin:14px auto 0;font-size:.92rem;line-height:1.7;transform:translateY(16px)}.process-section[data-astro-cid-lnthwwyx].visible .process-label[data-astro-cid-lnthwwyx]{animation:fadeUp .7s var(--ease-out-expo) 50ms forwards}.process-section[data-astro-cid-lnthwwyx].visible .process-title[data-astro-cid-lnthwwyx]{animation:fadeUp .7s var(--ease-out-expo) .18s forwards}.process-section[data-astro-cid-lnthwwyx].visible .process-sub[data-astro-cid-lnthwwyx]{animation:fadeUp .7s var(--ease-out-expo) .3s forwards}.steps-row[data-astro-cid-lnthwwyx]{grid-template-columns:repeat(4,1fr);gap:0;margin-top:64px;display:grid;position:relative}@media (width<=768px){.steps-row[data-astro-cid-lnthwwyx]{grid-template-columns:1fr 1fr;gap:24px}}.steps-row[data-astro-cid-lnthwwyx]:before{content:"";background:linear-gradient(90deg, transparent, var(--blue), var(--blue), transparent);opacity:.3;height:1px;position:absolute;top:32px;left:12.5%;right:12.5%}@media (width<=768px){.steps-row[data-astro-cid-lnthwwyx]:before{display:none}}.step-item[data-astro-cid-lnthwwyx]{text-align:center;opacity:0;padding:0 24px;transform:translateY(30px)}.step-item[data-astro-cid-lnthwwyx].visible{animation:fadeUp .7s var(--ease-out-expo) both}.step-circle[data-astro-cid-lnthwwyx]{width:64px;height:64px;color:var(--blue);letter-spacing:.1em;transition:background .4s, border-color .4s, transform .4s var(--ease-out-expo);z-index:1;background:#007bff0f;border:2px solid #007bff4d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;font-family:Poppins,sans-serif;font-size:1.3rem;display:flex;position:relative}.step-item[data-astro-cid-lnthwwyx]:hover .step-circle[data-astro-cid-lnthwwyx]{background:var(--blue);border-color:var(--blue);color:var(--white);transform:scale(1.12)}.step-title[data-astro-cid-lnthwwyx]{letter-spacing:.08em;color:var(--white);font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:700;transition:color .3s}.step-item[data-astro-cid-lnthwwyx]:hover .step-title[data-astro-cid-lnthwwyx]{color:var(--blue)}.step-desc[data-astro-cid-lnthwwyx]{color:#ffffff73;margin-top:8px;font-size:.8rem;line-height:1.65}.cta-section[data-astro-cid-lnthwwyx]{text-align:center;background:#f8faff;padding:110px 24px;position:relative;overflow:hidden}.cta-section[data-astro-cid-lnthwwyx]:before{content:"";background:linear-gradient(90deg, transparent, var(--blue), transparent);height:1px;position:absolute;top:0;left:0;right:0}.cta-inner[data-astro-cid-lnthwwyx]{z-index:1;position:relative}.cta-tag[data-astro-cid-lnthwwyx]{text-transform:uppercase;letter-spacing:.28em;color:var(--blue);opacity:0;margin-bottom:14px;font-size:.9rem;font-weight:700;transform:translateY(16px)}.cta-title[data-astro-cid-lnthwwyx]{letter-spacing:.05em;color:var(--black);opacity:0;font-family:Poppins,sans-serif;font-size:clamp(2.4rem,5vw,4rem);font-weight:700;transform:translateY(20px)}.cta-sub[data-astro-cid-lnthwwyx]{color:#64748b;opacity:0;max-width:480px;margin:16px auto 0;font-size:.95rem;line-height:1.7;transform:translateY(16px)}.cta-section[data-astro-cid-lnthwwyx].visible .cta-tag[data-astro-cid-lnthwwyx]{animation:fadeUp .7s var(--ease-out-expo) 50ms forwards}.cta-section[data-astro-cid-lnthwwyx].visible .cta-title[data-astro-cid-lnthwwyx]{animation:fadeUp .7s var(--ease-out-expo) .18s forwards}.cta-section[data-astro-cid-lnthwwyx].visible .cta-sub[data-astro-cid-lnthwwyx]{animation:fadeUp .7s var(--ease-out-expo) .3s forwards}.cta-section[data-astro-cid-lnthwwyx].visible .cta-btn[data-astro-cid-lnthwwyx]{animation:fadeUp .7s var(--ease-out-expo) .44s forwards}.cta-btn[data-astro-cid-lnthwwyx]{background:var(--blue-night);color:var(--white);text-transform:uppercase;letter-spacing:.18em;opacity:0;border-radius:4px;align-items:center;gap:12px;margin-top:36px;padding:18px 40px;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:800;text-decoration:none;transition:color .35s,box-shadow .35s;display:inline-flex;position:relative;overflow:hidden;transform:translateY(16px)}.cta-btn[data-astro-cid-lnthwwyx]:before{content:"";background:var(--blue);transition:transform .45s var(--ease-out-expo);position:absolute;inset:0;transform:translate(-101%)}.cta-btn[data-astro-cid-lnthwwyx]:hover{color:var(--black);box-shadow:0 12px 48px #0003}.cta-btn[data-astro-cid-lnthwwyx]:hover:before{transform:translate(0)}.cta-btn[data-astro-cid-lnthwwyx] span[data-astro-cid-lnthwwyx]{z-index:1;position:relative}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}
