.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.9;animation:fade-in-up 1s ease-out 1s both}.scroll-mouse{width:28px;height:45px;border:2px solid rgba(255,255,255,.8);border-radius:15px;position:relative}.scroll-wheel{width:4px;height:8px;background:#fff;border-radius:2px;position:absolute;top:8px;left:50%;transform:translate(-50%);animation:scroll-down 2s ease-in-out infinite}@keyframes scroll-down{0%,to{transform:translate(-50%);opacity:0}50%{transform:translate(-50%,10px);opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:.9;transform:translate(-50%)}}.scroll-indicator span{color:#fff;font-size:.8125rem;font-weight:500;text-transform:uppercase;letter-spacing:1px}@media(max-width:768px){.scroll-indicator{bottom:2rem}}.trust-badges[data-astro-cid-vzryxw22]{padding:3rem 0;background:#fff;border-top:1px solid rgba(13,13,13,.05);border-bottom:1px solid rgba(13,13,13,.05)}.trust-grid[data-astro-cid-vzryxw22]{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.trust-item[data-astro-cid-vzryxw22]{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#072bf208,#072bf203);border-radius:16px;border:1px solid rgba(7,43,242,.1);transition:all .3s ease}.trust-item[data-astro-cid-vzryxw22]:hover{transform:translateY(-3px);border-color:var(--color-primary);box-shadow:0 4px 15px #072bf21a}.trust-icon[data-astro-cid-vzryxw22]{width:50px;height:50px;background:var(--color-primary);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-icon[data-astro-cid-vzryxw22] svg[data-astro-cid-vzryxw22]{width:24px;height:24px}.trust-content[data-astro-cid-vzryxw22] h4[data-astro-cid-vzryxw22]{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0 0 .25rem}.trust-content[data-astro-cid-vzryxw22] p[data-astro-cid-vzryxw22]{font-size:.875rem;color:var(--text-primary);opacity:.7;margin:0}@media(max-width:768px){.trust-badges[data-astro-cid-vzryxw22]{padding:2rem 0}.trust-grid[data-astro-cid-vzryxw22]{grid-template-columns:repeat(2,1fr);gap:1rem}.trust-item[data-astro-cid-vzryxw22]{flex-direction:column;text-align:center;padding:1.25rem}.trust-icon[data-astro-cid-vzryxw22]{width:45px;height:45px}}@media(max-width:480px){.trust-grid[data-astro-cid-vzryxw22]{grid-template-columns:1fr}}.services-carousel-wrapper{position:relative;padding:0 4rem;margin-bottom:2rem;max-width:1200px;margin-left:auto;margin-right:auto}.services-carousel{width:100%;overflow:hidden}.services-track{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:1rem;margin-bottom:-1rem;scrollbar-width:none}.services-track::-webkit-scrollbar{display:none}.service-card{min-width:340px;max-width:340px;flex-shrink:0;background:#fff;padding:2rem;border-radius:20px;box-shadow:0 4px 20px #0d0d0d14;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;scroll-snap-align:start}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--color-primary),#5EA3FF);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.service-card:hover{transform:translateY(-10px);box-shadow:0 12px 40px #072bf226}.service-card:hover:before{transform:scaleX(1)}.service-card-featured{background:linear-gradient(135deg,var(--color-primary),#0540d9);color:#fff}.service-card-featured .service-title,.service-card-featured .service-description,.service-card-featured .service-features,.service-card-featured .service-link{color:#fff}.service-badge-featured{position:absolute;top:20px;right:20px;padding:.375rem .875rem;background:#fff3;backdrop-filter:blur(10px);border-radius:50px;font-size:.75rem;font-weight:600;color:#fff}.service-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#072bf21a,#072bf20d);border-radius:12px;color:var(--color-primary);margin-bottom:1.25rem;transition:transform .3s ease}.service-icon svg{width:32px;height:32px}.service-card-featured .service-icon{background:#fff3;color:#fff}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.service-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;line-height:1.3}.service-description{color:var(--text-primary);opacity:.8;line-height:1.5;margin-bottom:1rem;font-size:.9375rem}.service-features{list-style:none;padding:0;margin:0 0 1.25rem}.service-features li{padding:.375rem 0;opacity:.9;font-size:.875rem}.service-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-primary);font-weight:600;text-decoration:none;transition:gap .3s ease}.service-card-featured .service-link{color:#fff}.service-link:hover{gap:1rem}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#fff;border:2px solid rgba(7,43,242,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-primary);cursor:pointer;transition:all .3s ease;z-index:100;box-shadow:0 4px 15px #0d0d0d1a}.carousel-btn svg{pointer-events:none}.carousel-btn:hover:not(:disabled){background:var(--color-primary);color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #072bf24d}.carousel-btn:disabled{opacity:.3;cursor:not-allowed;background:#f5f5f5;border-color:#ddd;color:#999}.carousel-btn-prev{left:0}.carousel-btn-next{right:0}.carousel-dots{display:flex;justify-content:center;gap:.75rem;margin-top:2rem;flex-wrap:wrap}.carousel-dot{width:12px;height:12px;border-radius:50%;background:#072bf233;border:none;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot.active{background:var(--color-primary);width:32px;border-radius:6px}.carousel-dot:hover{background:var(--color-primary);transform:scale(1.2)}.services-link-wrapper{text-align:center;margin-top:3rem}.services-all-link{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--color-primary);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #072bf24d}.services-all-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #072bf266;gap:1rem}@media(max-width:1024px){.services-carousel-wrapper{max-width:800px}.service-card{min-width:320px;max-width:320px}}@media(max-width:768px){.services-carousel-wrapper{padding:0 1rem;max-width:100%}.services-track{gap:1rem}.service-card{min-width:calc(100% - 2rem);max-width:calc(100% - 2rem);width:calc(100% - 2rem);padding:1.75rem;margin:0;scroll-snap-align:center}.service-icon{width:55px;height:55px}.service-icon svg{width:28px;height:28px}.service-title{font-size:1.125rem}.service-description{font-size:.875rem}.carousel-btn{width:48px;height:48px}.carousel-btn-prev{left:-10px}.carousel-btn-next{right:-10px}.carousel-btn svg{width:24px;height:24px}}.process{padding:6rem 0;background:#fff;position:relative;overflow:hidden}.process:before{content:"🐾";position:absolute;font-size:20rem;opacity:.02;top:50%;right:-5rem;transform:translateY(-50%) rotate(-15deg);pointer-events:none}.process-timeline{position:relative;max-width:900px;margin:0 auto 4rem}.process-step{display:grid;grid-template-columns:auto 1fr;gap:2rem;margin-bottom:3rem;position:relative}.process-step:not(:last-child):after{content:"";position:absolute;left:32px;top:64px;bottom:-3rem;width:2px;background:linear-gradient(to bottom,var(--color-primary),rgba(7,43,242,.3))}.process-number{width:64px;height:64px;background:linear-gradient(135deg,var(--color-primary),#0540d9);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:800;flex-shrink:0;box-shadow:0 10px 30px #072bf24d;position:relative;z-index:2}.process-content{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#072bf299,#5ea3ff99) border-box;border:1px solid transparent;padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px #0d0d0d14;transition:all .3s ease}.process-step:hover .process-content{transform:translate(5px);box-shadow:0 8px 30px #0d0d0d26}.process-icon{width:60px;height:60px;background:linear-gradient(135deg,#072bf21a,#072bf20d);border-radius:15px;display:flex;align-items:center;justify-content:center;color:var(--color-primary);margin-bottom:1.5rem}.process-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem}.process-description{color:var(--text-primary);opacity:.8;line-height:1.7;margin:0}.btn-primary{display:inline-flex;align-items:center;padding:1rem 2.5rem;background:var(--color-primary);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.0625rem;transition:all .3s ease;box-shadow:0 4px 15px #072bf24d}@media(max-width:768px){.process{padding:4rem 0}.process:before{font-size:12rem;right:-3rem}.process-step{grid-template-columns:auto 1fr;gap:1.5rem;margin-bottom:2.5rem}.process-step:not(:last-child):after{left:24px;top:48px;bottom:-2.5rem}.process-number{width:48px;height:48px;font-size:1.25rem}.process-content{padding:1.5rem}.process-icon{width:50px;height:50px}.process-icon svg{width:30px;height:30px}.process-title{font-size:1.25rem}.process-cta{padding:2rem 1.5rem}.process-cta p{font-size:1.25rem}}.why-us{padding:6rem 0;background:transparent;position:relative}.why-us-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.benefit-card{background:linear-gradient(135deg,#072bf205,#072bf203);padding:2.5rem;border-radius:20px;border:2px solid rgba(7,43,242,.1);transition:all .3s ease;position:relative;overflow:hidden}.benefit-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--color-primary),#5EA3FF);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.benefit-card:hover:before{transform:scaleX(1)}.benefit-card:hover{transform:translateY(-5px);border-color:var(--color-primary);box-shadow:0 8px 30px #072bf226}.benefit-card.highlight{background:linear-gradient(135deg,var(--color-primary),#0540d9);border-color:var(--color-primary)}.benefit-card.highlight *{color:#fff}.benefit-card.highlight .benefit-icon{background:#fff3}.benefit-badge{position:absolute;top:1.5rem;right:1.5rem;padding:.375rem .875rem;background:#fff3;backdrop-filter:blur(10px);border-radius:50px;font-size:.75rem;font-weight:600;color:#fff}.benefit-icon{width:70px;height:70px;background:linear-gradient(135deg,#072bf226,#072bf214);border-radius:15px;display:flex;align-items:center;justify-content:center;color:var(--color-primary);margin-bottom:1.5rem;transition:transform .3s ease}.benefit-card:hover .benefit-icon{transform:scale(1.1) rotate(5deg)}.benefit-card h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem}.benefit-card p{color:var(--text-primary);opacity:.8;line-height:1.7;margin:0}@media(max-width:768px){.why-us{padding:4rem 0}.why-us-grid{grid-template-columns:1fr;gap:1.5rem}.benefit-card{padding:2rem}.benefit-icon{width:60px;height:60px}.benefit-icon svg{width:36px;height:36px}}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:2rem}.about-feature{display:flex;align-items:flex-start;gap:.75rem}.about-feature-icon{width:40px;height:40px;border-radius:12px;background:#072bf214;display:flex;align-items:center;justify-content:center;color:var(--color-primary);flex-shrink:0}.about-feature-icon svg{width:22px;height:22px}.about-feature h4{margin:0 0 .25rem;font-size:1rem;font-weight:700;color:var(--color-primary)}.about-feature p{margin:0;font-size:.9rem;color:var(--text-primary);opacity:.8}.videos{padding:6rem 0;background:#fff}.videos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;margin-bottom:4rem}.videos-grid.videos-grid-single{display:flex;justify-content:center;align-items:center;max-width:900px;margin:0 auto 4rem;gap:0}.videos-grid-single .video-card{width:100%;max-width:900px}.video-card{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#072bf299,#5ea3ff99) border-box;border:1px solid transparent;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #0d0d0d14;transition:all .3s ease;position:relative}.video-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-primary),#5EA3FF);transform:scaleX(0);transform-origin:left;transition:transform .4s ease;z-index:1}.video-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #072bf233}.video-card:hover:before{transform:scaleX(1)}.video-card-featured{border-radius:24px;box-shadow:0 8px 35px #072bf226}.video-card-featured:before{height:5px;background:linear-gradient(90deg,var(--color-primary),#5EA3FF,var(--color-primary));background-size:200% 100%;animation:gradient-move 3s ease infinite;transform:scaleX(1)}@keyframes gradient-move{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.video-embed{position:relative;width:100%;min-height:500px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;overflow:hidden;padding:0}.video-embed blockquote.tiktok-embed{width:100%!important;max-width:100%!important;min-height:500px!important;margin:0!important}.video-embed iframe{width:100%!important;max-width:100%!important;height:600px!important;min-height:500px!important;border:none;display:block}.video-info{padding:2.5rem}.videos-grid-single .video-info{padding:3rem;text-align:center}.video-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem}.videos-grid-single .video-title{font-size:1.875rem;margin-bottom:1.25rem}.video-description{color:var(--text-primary);opacity:.8;line-height:1.6;margin-bottom:1.5rem}.video-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.video-tag{display:inline-block;padding:.375rem .875rem;background:linear-gradient(135deg,#072bf21a,#072bf20d);color:var(--color-primary);border-radius:50px;font-size:.8125rem;font-weight:600}.btn-primary{display:inline-flex;align-items:center;padding:1rem 2rem;background:var(--color-primary);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #072bf24d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #072bf266}@media(max-width:768px){.videos{padding:4rem 0}.videos-grid{grid-template-columns:1fr;gap:2rem}.videos-grid-single{max-width:100%;margin:0 auto 3rem}.videos-grid-single .video-info{padding:2rem 1.5rem}.videos-grid-single .video-title{font-size:1.5rem}.video-embed{min-height:600px;padding:0}.video-embed blockquote.tiktok-embed{min-height:600px!important}.video-embed iframe{width:100%!important;height:600px!important;min-height:600px!important;max-width:100%!important}.video-info{padding:1.5rem}.video-title{font-size:1.25rem}.videos-cta{padding:2rem 1.5rem}.videos-cta p{font-size:1.25rem}}@media(max-width:480px){.video-embed{min-height:700px}.video-embed blockquote.tiktok-embed{min-height:700px!important}.video-embed iframe{height:700px!important;min-height:700px!important;width:100%!important}.video-card{border-radius:16px}.video-info{padding:1.25rem}.videos-grid-single .video-info{padding:1.5rem 1.25rem}}@media(max-width:375px){.video-embed{min-height:750px}.video-embed blockquote.tiktok-embed{min-height:750px!important}.video-embed iframe{height:750px!important;min-height:750px!important}}
