.home-hero-modern.svelte-va25kh{position:relative;width:100%;max-width:100%;height:clamp(600px,75vh,1000px);min-height:600px;overflow:hidden;border-radius:24px;opacity:0;transform:translateY(30px);transition:all 1.2s cubic-bezier(.4,0,.2,1);margin:0 auto;display:block;box-sizing:border-box}.home-hero-modern.loaded.svelte-va25kh{opacity:1;transform:translateY(0)}.home-hero-modern.svelte-va25kh:focus-visible{outline:3px solid #1d87c4;outline-offset:6px}.home-particles.svelte-va25kh{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2}.particle.svelte-va25kh{position:absolute;border-radius:50%;pointer-events:none}.particle.dot.svelte-va25kh{background:radial-gradient(circle,rgba(29,135,196,.8) 0%,transparent 70%);filter:blur(.5px)}.particle.spark.svelte-va25kh{background:radial-gradient(circle,rgba(255,255,255,.9) 0%,rgba(29,135,196,.4) 50%,transparent 80%);filter:blur(1px);animation:svelte-va25kh-homeSpark 3s infinite alternate}@keyframes svelte-va25kh-homeSpark{0%{transform:scale(1) rotate(0)}to{transform:scale(1.3) rotate(180deg)}}.slides-container.svelte-va25kh{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.slide.svelte-va25kh{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:all 1.4s cubic-bezier(.4,0,.2,1);filter:brightness(.6) contrast(1.1)}.slide.active.svelte-va25kh{opacity:1}.home-overlay.svelte-va25kh{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,#1d87c426,#19b5fe40 30%,#0006)}.hero-content.svelte-va25kh{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(40px,6vw,80px) clamp(40px,6vw,80px) clamp(60px,8vw,100px);box-sizing:border-box}.hero-text.svelte-va25kh{flex:1;display:flex;align-items:center;justify-content:center;max-width:100%;width:100%}.text-container.svelte-va25kh{width:100%;max-width:900px;text-align:center}.hero-title.svelte-va25kh{font-family:Poppins,system-ui,sans-serif;font-weight:800;font-size:clamp(2.2rem,6vw,5rem);line-height:1.1;color:#fff;margin:0 0 clamp(20px,3vw,40px) 0;text-shadow:0 6px 25px rgba(0,0,0,.6);letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#f1f5f9,#e2e8f0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@supports not (-webkit-background-clip: text){.hero-title.svelte-va25kh{color:#fff;background:none}}.hero-subtitle.svelte-va25kh{font-family:Poppins,system-ui,sans-serif;font-weight:500;font-size:clamp(1.1rem,2.8vw,1.8rem);line-height:1.4;color:#fffffff2;margin:0 auto clamp(32px,4vw,50px) auto;text-shadow:0 3px 15px rgba(0,0,0,.4);max-width:700px;text-align:center}.hero-stats.svelte-va25kh{display:flex;gap:clamp(20px,4vw,40px);margin-bottom:clamp(40px,5vw,60px);flex-wrap:wrap;justify-content:center}.stat-item.svelte-va25kh{text-align:center;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:clamp(16px,3vw,24px) clamp(20px,4vw,32px);min-width:120px;position:relative;overflow:hidden}.stat-item.svelte-va25kh:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#1d87c4,#19b5fe)}.stat-number.svelte-va25kh{font-family:Poppins,system-ui,sans-serif;font-weight:800;font-size:clamp(1.8rem,3vw,2.5rem);color:#fff;line-height:1;margin-bottom:4px;text-shadow:0 2px 10px rgba(0,0,0,.3)}.stat-label.svelte-va25kh{font-family:Poppins,system-ui,sans-serif;font-weight:500;font-size:clamp(.9rem,1.5vw,1.1rem);color:#ffffffe6;line-height:1.2}.hero-cta-section.svelte-va25kh{display:flex;flex-direction:column;align-items:center;gap:24px;max-width:500px;width:100%}.primary-cta.svelte-va25kh{position:relative;display:block;cursor:pointer;transition:all .5s cubic-bezier(.4,0,.2,1);text-decoration:none;color:inherit}.primary-cta.svelte-va25kh:hover{transform:translateY(-6px)}.primary-cta.svelte-va25kh:hover .cta-background:where(.svelte-va25kh){background:linear-gradient(135deg,#1d87c4,#19b5fe,#0ea5e9);box-shadow:0 25px 50px #1d87c466}.primary-cta.svelte-va25kh:hover .cta-glow:where(.svelte-va25kh){opacity:.8;transform:scale(1.1)}.cta-background.svelte-va25kh{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1d87c4,#19b5fe);border-radius:24px;transition:all .5s ease;box-shadow:0 15px 40px #1d87c44d}.cta-content.svelte-va25kh{position:relative;z-index:2;display:flex;align-items:center;gap:20px;padding:24px 32px;color:#fff}.cta-content.svelte-va25kh .cta-icon:where(.svelte-va25kh){width:56px;height:56px;background:#ffffff26;border-radius:16px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);flex-shrink:0}.cta-content.svelte-va25kh .cta-text:where(.svelte-va25kh){display:flex;flex-direction:column;gap:4px}.cta-content.svelte-va25kh .cta-text:where(.svelte-va25kh) .cta-subtitle:where(.svelte-va25kh){font-family:Poppins,system-ui,sans-serif;font-weight:500;font-size:clamp(14px,2vw,18px);opacity:.95;line-height:1.3}.cta-content.svelte-va25kh .cta-text:where(.svelte-va25kh) .cta-title:where(.svelte-va25kh){font-family:Poppins,system-ui,sans-serif;font-weight:700;font-size:clamp(18px,3vw,26px);line-height:1.2}.cta-glow.svelte-va25kh{position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;background:radial-gradient(circle,rgba(29,135,196,.2) 0%,transparent 70%);opacity:0;transform:scale(.8);transition:all .5s ease;border-radius:32px;pointer-events:none}.secondary-actions.svelte-va25kh{display:flex;gap:24px;align-items:center;justify-content:center;flex-wrap:wrap}.emergency-link.svelte-va25kh,.learn-more-link.svelte-va25kh{display:flex;align-items:center;gap:8px;color:#ffffffe6;text-decoration:none;font-family:Poppins,system-ui,sans-serif;font-weight:600;font-size:clamp(14px,2vw,16px);transition:all .3s ease}.emergency-link.svelte-va25kh:hover,.learn-more-link.svelte-va25kh:hover{color:#fff;transform:translate(4px)}.emergency-link.svelte-va25kh{background:#1d87c426;padding:14px 20px;border-radius:12px;border:2px solid rgba(29,135,196,.3);min-height:44px;display:flex;align-items:center;justify-content:center}.emergency-link.svelte-va25kh:hover{background:#1d87c440;transform:translateY(-2px)}.emergency-link.svelte-va25kh:focus-visible{outline:3px solid #fff;outline-offset:2px;background:#1d87c433}.hero-navigation.svelte-va25kh{position:absolute;bottom:40px;right:40px;display:flex;flex-direction:column;gap:20px;align-items:center;z-index:4}.nav-arrows.svelte-va25kh{display:flex;gap:12px}.nav-button.svelte-va25kh{width:56px;height:56px;border-radius:50%;border:none;background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.3);min-width:48px;min-height:48px}.nav-button.svelte-va25kh:hover:not(:disabled){background:#1d87c44d;transform:scale(1.1);box-shadow:0 10px 30px #1d87c466}.nav-button.svelte-va25kh:focus-visible{outline:3px solid #fff;outline-offset:2px;background:#1d87c433}.nav-button.svelte-va25kh:disabled{opacity:.4;cursor:not-allowed}.slide-indicators.svelte-va25kh{display:flex;gap:12px}.indicator.svelte-va25kh{width:54px;height:12px;border:none;border-radius:6px;background:#ffffff4d;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease;min-height:44px;padding:16px 0;box-sizing:border-box}.indicator.svelte-va25kh:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:54px;height:12px;border-radius:6px;background:#ffffff4d;transition:all .3s ease}.indicator.svelte-va25kh:hover:before{background:#ffffff80}.indicator.svelte-va25kh:focus-visible{outline:2px solid #fff;outline-offset:2px}.indicator.svelte-va25kh:focus-visible:before{background:#fff9}.indicator.active.svelte-va25kh:before{background:#fff6}.indicator.active.svelte-va25kh .indicator-progress:where(.svelte-va25kh){transform:scaleX(1)}.indicator-progress.svelte-va25kh{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#1d87c4,#19b5fe);transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.4,0,.2,1);border-radius:4px}.scroll-indicator.svelte-va25kh{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:#fffc;z-index:4;animation:svelte-va25kh-bounceGentle 2s ease-in-out infinite}.scroll-text.svelte-va25kh{font-family:Poppins,system-ui,sans-serif;font-weight:500;font-size:14px;letter-spacing:.5px}.scroll-arrow.svelte-va25kh{opacity:.7}@keyframes svelte-va25kh-bounceGentle{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-8px)}}.home-hero-modern.mobile.svelte-va25kh{height:clamp(600px,75vh,800px);min-height:600px;border-radius:16px}.home-hero-modern.mobile.svelte-va25kh .hero-content:where(.svelte-va25kh){padding:clamp(30px,5vw,40px) clamp(20px,4vw,30px) clamp(30px,4vw,40px);justify-content:space-between;gap:clamp(16px,3vw,24px);box-sizing:border-box;min-height:100%}.home-hero-modern.mobile.svelte-va25kh .hero-text:where(.svelte-va25kh){flex:none;justify-content:center}.home-hero-modern.mobile.svelte-va25kh .text-container:where(.svelte-va25kh){text-align:center;width:100%}.home-hero-modern.mobile.svelte-va25kh .hero-title:where(.svelte-va25kh){font-size:clamp(1.9rem,6.5vw,2.6rem);margin-bottom:clamp(14px,2.5vw,20px);line-height:1.15;letter-spacing:-.01em}.home-hero-modern.mobile.svelte-va25kh .hero-subtitle:where(.svelte-va25kh){font-size:clamp(1rem,3vw,1.3rem);line-height:1.4;margin-bottom:clamp(20px,3vw,26px);padding:0 clamp(8px,2vw,16px)}.home-hero-modern.mobile.svelte-va25kh .hero-stats:where(.svelte-va25kh){gap:clamp(10px,2.5vw,16px);margin-bottom:clamp(18px,3vw,24px)}.home-hero-modern.mobile.svelte-va25kh .stat-item:where(.svelte-va25kh){padding:12px 16px;min-width:100px}.home-hero-modern.mobile.svelte-va25kh .stat-number:where(.svelte-va25kh){font-size:clamp(1.4rem,4vw,2rem)}.home-hero-modern.mobile.svelte-va25kh .stat-label:where(.svelte-va25kh){font-size:clamp(.8rem,2vw,1rem)}.home-hero-modern.mobile.svelte-va25kh .hero-cta-section:where(.svelte-va25kh){flex-shrink:0;margin-top:auto}.home-hero-modern.mobile.svelte-va25kh .primary-cta:where(.svelte-va25kh){min-height:48px;margin-bottom:clamp(12px,2vw,16px)}.home-hero-modern.mobile.svelte-va25kh .primary-cta:where(.svelte-va25kh) .cta-content:where(.svelte-va25kh){padding:16px 22px;gap:14px;min-height:48px}.home-hero-modern.mobile.svelte-va25kh .primary-cta:where(.svelte-va25kh) .cta-content:where(.svelte-va25kh) .cta-icon:where(.svelte-va25kh){width:48px;height:48px;border-radius:10px}.home-hero-modern.mobile.svelte-va25kh .primary-cta:where(.svelte-va25kh) .cta-content:where(.svelte-va25kh) .cta-text:where(.svelte-va25kh) .cta-subtitle:where(.svelte-va25kh){font-size:clamp(11px,2.8vw,14px);line-height:1.3}.home-hero-modern.mobile.svelte-va25kh .primary-cta:where(.svelte-va25kh) .cta-content:where(.svelte-va25kh) .cta-text:where(.svelte-va25kh) .cta-title:where(.svelte-va25kh){font-size:clamp(15px,3.5vw,18px);line-height:1.2;font-weight:700}.home-hero-modern.mobile.svelte-va25kh .secondary-actions:where(.svelte-va25kh){gap:12px;justify-content:center}.home-hero-modern.mobile.svelte-va25kh .hero-navigation:where(.svelte-va25kh){bottom:20px;right:20px;gap:12px}.home-hero-modern.mobile.svelte-va25kh .nav-button:where(.svelte-va25kh){width:50px;height:50px;min-width:48px;min-height:48px;border:2px solid rgba(255,255,255,.4);background:#fff3}.home-hero-modern.mobile.svelte-va25kh .nav-button:where(.svelte-va25kh) svg:where(.svelte-va25kh){width:20px;height:20px}.home-hero-modern.mobile.svelte-va25kh .scroll-indicator:where(.svelte-va25kh){display:none}.home-hero-modern.mobile.svelte-va25kh .slide:where(.svelte-va25kh){transform:none!important}.home-hero-modern.mobile.svelte-va25kh .home-particles:where(.svelte-va25kh){display:none}@media (max-width: 480px){.home-hero-modern.mobile.svelte-va25kh{height:clamp(650px,80vh,850px);min-height:650px}.home-hero-modern.mobile.svelte-va25kh .hero-content:where(.svelte-va25kh){padding:24px 16px 20px;justify-content:space-between}.home-hero-modern.mobile.svelte-va25kh .hero-title:where(.svelte-va25kh){font-size:clamp(1.6rem,6vw,2.2rem);line-height:1.2;letter-spacing:-.02em;margin-bottom:clamp(12px,2.5vw,18px)}.home-hero-modern.mobile.svelte-va25kh .hero-subtitle:where(.svelte-va25kh){font-size:clamp(.95rem,3.2vw,1.15rem);line-height:1.5;margin-bottom:clamp(16px,2.5vw,20px);padding:0 clamp(8px,2vw,16px)}.home-hero-modern.mobile.svelte-va25kh .hero-stats:where(.svelte-va25kh){justify-content:center;gap:clamp(8px,2vw,12px);margin-bottom:clamp(14px,2.5vw,18px)}.home-hero-modern.mobile.svelte-va25kh .stat-item:where(.svelte-va25kh){padding:8px 12px;min-width:80px}.home-hero-modern.mobile.svelte-va25kh .stat-number:where(.svelte-va25kh){font-size:clamp(1.1rem,3.2vw,1.4rem)}.home-hero-modern.mobile.svelte-va25kh .stat-label:where(.svelte-va25kh){font-size:clamp(.75rem,2.2vw,.9rem)}.home-hero-modern.mobile.svelte-va25kh .hero-cta-section:where(.svelte-va25kh){flex-shrink:0}.home-hero-modern.mobile.svelte-va25kh .primary-cta:where(.svelte-va25kh){margin-bottom:clamp(8px,1.5vw,12px)}.home-hero-modern.mobile.svelte-va25kh .primary-cta:where(.svelte-va25kh) .cta-content:where(.svelte-va25kh){padding:14px 20px;gap:12px}.home-hero-modern.mobile.svelte-va25kh .primary-cta:where(.svelte-va25kh) .cta-content:where(.svelte-va25kh) .cta-icon:where(.svelte-va25kh){width:44px;height:44px}.home-hero-modern.mobile.svelte-va25kh .primary-cta:where(.svelte-va25kh) .cta-content:where(.svelte-va25kh) .cta-text:where(.svelte-va25kh) .cta-subtitle:where(.svelte-va25kh){font-size:clamp(10px,2.5vw,13px)}.home-hero-modern.mobile.svelte-va25kh .primary-cta:where(.svelte-va25kh) .cta-content:where(.svelte-va25kh) .cta-text:where(.svelte-va25kh) .cta-title:where(.svelte-va25kh){font-size:clamp(14px,3.2vw,17px)}.home-hero-modern.mobile.svelte-va25kh .secondary-actions:where(.svelte-va25kh){flex-direction:column;align-items:center;gap:14px}.home-hero-modern.mobile.svelte-va25kh .secondary-actions:where(.svelte-va25kh) .emergency-link:where(.svelte-va25kh),.home-hero-modern.mobile.svelte-va25kh .secondary-actions:where(.svelte-va25kh) .learn-more-link:where(.svelte-va25kh){min-height:48px;padding:16px 24px;width:auto;min-width:200px;justify-content:center}.home-hero-modern.mobile.svelte-va25kh .nav-button:where(.svelte-va25kh){width:48px;height:48px}.home-hero-modern.mobile.svelte-va25kh .hero-navigation:where(.svelte-va25kh){bottom:16px;right:16px}}@media (prefers-reduced-motion: reduce){.home-hero-modern.svelte-va25kh,.slide.svelte-va25kh,.nav-button.svelte-va25kh,.primary-cta.svelte-va25kh,.particle.svelte-va25kh,.indicator-progress.svelte-va25kh,.scroll-indicator.svelte-va25kh{transition:none!important;animation:none!important}.home-hero-modern.loaded.svelte-va25kh{opacity:1;transform:none}}@media (prefers-contrast: high){.hero-title.svelte-va25kh{color:#fff!important;background:none!important;-webkit-text-fill-color:white!important}.nav-button.svelte-va25kh{background:#000c!important;border:2px solid white!important}}.difference-container.svelte-ttk01n{margin:clamp(80px,12vw,160px) 0;padding:0 clamp(16px,4vw,48px)}.difference-wrapper.svelte-ttk01n{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:clamp(60px,8vw,100px)}.section-header.svelte-ttk01n{text-align:center;position:relative}.section-header.svelte-ttk01n .header-decoration:where(.svelte-ttk01n){width:80px;height:4px;background:linear-gradient(135deg,#1d87c4,#19b5fe);border-radius:2px;margin:0 auto 32px}.section-header.svelte-ttk01n .header-decoration:where(.svelte-ttk01n):last-child{margin:32px auto 0;opacity:.6;width:60px}.section-title.svelte-ttk01n{font-family:Poppins,system-ui,sans-serif;font-weight:800;font-size:clamp(2rem,5vw,3.5rem);line-height:1.2;margin:0 0 24px;background:linear-gradient(135deg,#1d87c4,#19b5fe,#1a365d);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@supports not (-webkit-background-clip: text){.section-title.svelte-ttk01n{color:#1d87c4;background:none}}.section-subtitle.svelte-ttk01n{font-family:Poppins,system-ui,sans-serif;font-weight:500;font-size:clamp(1rem,2.5vw,1.25rem);color:#546179;line-height:1.5;max-width:600px;margin:0 auto}.difference-grid.svelte-ttk01n{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:clamp(24px,4vw,40px)}@media (max-width: 768px){.difference-grid.svelte-ttk01n{grid-template-columns:1fr;gap:24px}}.difference-card.svelte-ttk01n{position:relative;background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;padding:clamp(28px,5vw,40px);transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;overflow:hidden;border:1px solid rgba(255,255,255,.3)}.difference-card.svelte-ttk01n:hover{transform:translateY(-8px);background:#ffffffd9;box-shadow:0 20px 60px #1d87c426}.difference-card.svelte-ttk01n:hover .card-background:where(.svelte-ttk01n){opacity:.8;transform:scale(1.05)}.difference-card.svelte-ttk01n:hover .card-icon:where(.svelte-ttk01n) .icon-glow:where(.svelte-ttk01n){opacity:.6;transform:scale(1.3)}.difference-card.svelte-ttk01n:hover .card-border:where(.svelte-ttk01n){opacity:1;transform:scaleX(1)}.difference-card.svelte-ttk01n:hover .icon-emoji:where(.svelte-ttk01n){transform:scale(1.1)}.card-background.svelte-ttk01n{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1d87c408,#19b5fe05);opacity:.5;transition:all .4s ease;pointer-events:none}.card-content.svelte-ttk01n{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}.card-icon.svelte-ttk01n{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1d87c41a,#19b5fe1a);border-radius:20px;border:1px solid rgba(29,135,196,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card-icon.svelte-ttk01n .icon-emoji:where(.svelte-ttk01n){font-size:32px;transition:transform .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.card-icon.svelte-ttk01n .icon-glow:where(.svelte-ttk01n){position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle,rgba(29,135,196,.2) 0%,transparent 70%);border-radius:20px;opacity:0;transform:scale(.8);transition:all .4s ease;pointer-events:none}.card-title.svelte-ttk01n{font-family:Poppins,system-ui,sans-serif;font-weight:700;font-size:clamp(1.25rem,2.5vw,1.5rem);line-height:1.3;color:#1a365d;margin:0}.card-description.svelte-ttk01n{font-family:Poppins,system-ui,sans-serif;font-weight:400;font-size:clamp(.9rem,1.8vw,1.1rem);line-height:1.6;color:#546179;margin:0;max-width:100%}.card-border.svelte-ttk01n{position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#1d87c4,#19b5fe);opacity:0;transform:scaleX(0);transform-origin:left;transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:0 0 24px 24px}@media (max-width: 480px){.difference-container.svelte-ttk01n{margin:clamp(60px,10vw,120px) 0}.difference-card.svelte-ttk01n{padding:24px 20px;border-radius:18px}.card-icon.svelte-ttk01n{width:64px;height:64px;border-radius:16px}.card-icon.svelte-ttk01n .icon-emoji:where(.svelte-ttk01n){font-size:28px}.section-header.svelte-ttk01n .header-decoration:where(.svelte-ttk01n){width:60px}.section-header.svelte-ttk01n .header-decoration:where(.svelte-ttk01n):last-child{width:40px}}@media (prefers-reduced-motion: reduce){.difference-card.svelte-ttk01n,.card-background.svelte-ttk01n,.card-icon.svelte-ttk01n .icon-glow:where(.svelte-ttk01n),.card-border.svelte-ttk01n,.icon-emoji.svelte-ttk01n{transition:none!important}.difference-card.svelte-ttk01n:hover{transform:none!important}}@media (prefers-contrast: high){.section-title.svelte-ttk01n{color:#1d87c4!important;background:none!important;-webkit-text-fill-color:#1d87c4!important}.difference-card.svelte-ttk01n{background:#fff!important;border:2px solid #1d87c4!important}}.teams-vision-modern.svelte-1335s2{margin-top:clamp(80px,10vw,120px);margin-bottom:clamp(40px,6vw,80px);position:relative;overflow:hidden}.teams-vision-modern.svelte-1335s2:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(29,135,196,.03) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(116,150,135,.03) 0%,transparent 50%);z-index:0}.section-container.svelte-1335s2{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:0 clamp(20px,4vw,60px)}.section-header.svelte-1335s2{text-align:center;margin-bottom:clamp(60px,8vw,80px)}.section-badge.svelte-1335s2{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#1d87c41a,#7496871a);border:1px solid rgba(29,135,196,.2);border-radius:20px;color:#1d87c4;font-family:Poppins,system-ui,sans-serif;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:24px}.section-badge.svelte-1335s2 .badge-icon:where(.svelte-1335s2){color:#1d87c4}.section-title.svelte-1335s2{font-family:Poppins,system-ui,sans-serif;font-weight:800;color:#1a1a1a;margin:0 0 32px;line-height:1.1}.section-title.svelte-1335s2 .title-line-1:where(.svelte-1335s2){display:block;font-size:clamp(2.5rem,5vw,4rem);background:linear-gradient(135deg,#1d87c4,#19b5fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-title.svelte-1335s2 .title-line-2:where(.svelte-1335s2){display:block;font-size:clamp(2.5rem,5vw,4rem);background:linear-gradient(135deg,#749687,#00aeb3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle.svelte-1335s2{font-family:Poppins,system-ui,sans-serif;font-weight:400;font-size:clamp(16px,2vw,20px);line-height:1.6;color:#546179;max-width:900px;margin:0 auto}.teams-grid.svelte-1335s2{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,60px);align-items:start;margin-bottom:clamp(80px,10vw,100px)}@media (max-width: 1024px){.teams-grid.svelte-1335s2{grid-template-columns:1fr;gap:clamp(40px,6vw,60px)}}.team-card.svelte-1335s2{background:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:clamp(32px,4vw,40px);box-shadow:0 20px 60px #00000014,0 8px 32px #0000000a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.team-card.svelte-1335s2:hover{transform:translateY(-8px);box-shadow:0 32px 80px #0000001f,0 16px 48px #00000014}.team-card.electrical.svelte-1335s2:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#fe270d,#00477b)}.team-card.voltage.svelte-1335s2:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#749687,#0e1522)}.team-header.svelte-1335s2{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:24px}.service-logo.svelte-1335s2{width:clamp(80px,12vw,120px);height:auto}.service-logo.svelte-1335s2 img:where(.svelte-1335s2){width:100%;height:auto}.team-title.svelte-1335s2{font-family:Poppins,system-ui,sans-serif;font-weight:700;font-size:clamp(24px,3vw,32px);color:transparent;margin:0;line-height:1.2}.team-description.svelte-1335s2{font-family:Poppins,system-ui,sans-serif;font-weight:400;font-size:clamp(15px,1.8vw,16px);line-height:1.6;color:#546179;margin:0 0 24px}.team-highlights.svelte-1335s2{margin-bottom:32px}.highlight-item.svelte-1335s2{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-family:Poppins,system-ui,sans-serif;font-weight:500;font-size:14px;color:#1a1a1a}.highlight-item.svelte-1335s2:last-child{margin-bottom:0}.highlight-check.svelte-1335s2{flex-shrink:0;width:20px;height:20px}.team-cta.svelte-1335s2{margin-top:auto}.team-link.svelte-1335s2{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;color:#fff;text-decoration:none;border-radius:50px;font-family:Poppins,system-ui,sans-serif;font-weight:600;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #0003}.team-link.svelte-1335s2:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000040}.team-link.svelte-1335s2:hover svg:where(.svelte-1335s2){transform:translate(2px,-2px)}.team-link.svelte-1335s2 svg:where(.svelte-1335s2){transition:transform .3s ease}.stats-section.svelte-1335s2{margin-bottom:clamp(60px,8vw,80px)}.stats-title.svelte-1335s2{font-family:Poppins,system-ui,sans-serif;font-weight:700;font-size:clamp(24px,3vw,32px);color:#1a1a1a;text-align:center;margin:0 0 clamp(40px,6vw,60px) 0}.stats-grid.svelte-1335s2{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,32px);max-width:800px;margin:0 auto}@media (max-width: 640px){.stats-grid.svelte-1335s2{grid-template-columns:1fr;max-width:400px}}.stat-card.svelte-1335s2{background:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:2px solid;border-radius:20px;padding:clamp(24px,4vw,32px);display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #00000014}.stat-card.svelte-1335s2:hover{transform:translateY(-6px);box-shadow:0 20px 60px #0000001f,0 8px 24px #00000014}.stat-icon.svelte-1335s2{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease}.stat-card.svelte-1335s2:hover .stat-icon:where(.svelte-1335s2){transform:scale(1.1)}.stat-content.svelte-1335s2{display:flex;flex-direction:column;align-items:center;gap:4px}.stat-number.svelte-1335s2{font-family:Poppins,system-ui,sans-serif;font-weight:800;font-size:clamp(32px,5vw,40px);line-height:1}.stat-label.svelte-1335s2{font-family:Poppins,system-ui,sans-serif;font-weight:600;font-size:clamp(16px,2vw,18px);color:#1a1a1a}.stat-description.svelte-1335s2{font-family:Poppins,system-ui,sans-serif;font-weight:400;font-size:clamp(13px,1.5vw,14px);color:#546179;line-height:1.4}.section-accent.svelte-1335s2{display:flex;align-items:center;justify-content:center;gap:24px;text-align:center}.accent-line.svelte-1335s2{flex:1;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(29,135,196,.3) 50%,transparent 100%);max-width:120px}.accent-text.svelte-1335s2{font-family:Poppins,system-ui,sans-serif;font-weight:500;font-size:16px;color:#546179;font-style:italic;white-space:nowrap}@media (max-width: 640px){.accent-text.svelte-1335s2{font-size:14px}}@media (max-width: 768px){.team-header.svelte-1335s2{align-items:center;text-align:center}.service-logo.svelte-1335s2{width:clamp(60px,15vw,100px)}.stat-card.svelte-1335s2{padding:20px}}@media (max-width: 480px){.section-badge.svelte-1335s2{padding:6px 12px;font-size:12px}.accent-line.svelte-1335s2{max-width:60px}.accent-text.svelte-1335s2{font-size:12px}.team-link.svelte-1335s2{padding:10px 20px;font-size:13px}}@media (prefers-reduced-motion: reduce){.team-card.svelte-1335s2,.stat-card.svelte-1335s2,.team-link.svelte-1335s2{transition:none!important}.team-card.svelte-1335s2:hover,.stat-card.svelte-1335s2:hover,.team-link.svelte-1335s2:hover{transform:none!important}.stat-card.svelte-1335s2:hover .stat-icon:where(.svelte-1335s2){transform:none!important}.team-link.svelte-1335s2:hover svg:where(.svelte-1335s2){transform:none!important}}@font-face{font-family:Poppins;src:url(../../../fonts/Poppins-Thin.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(../../../fonts/Poppins-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(../../../fonts/Poppins-SemiBold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(../../../fonts/Poppins-Bold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}.svelte-14uxq6,.svelte-14uxq6:before,.svelte-14uxq6:after{box-sizing:border-box;margin:0;padding:0}.svelte-14uxq6::-webkit-scrollbar{width:16px;height:16px}.svelte-14uxq6::-webkit-scrollbar-track{background:#0000000d;border-radius:6px}.svelte-14uxq6::-webkit-scrollbar-thumb{background:#00aeb3;border-radius:6px;border:2px solid rgba(255,255,255,.2);transition:background-color .3s ease}.svelte-14uxq6::-webkit-scrollbar-thumb:hover{background:#008d92}.svelte-14uxq6::-webkit-scrollbar-corner{background:#0000000d}.visually-hidden.svelte-14uxq6{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.container.svelte-14uxq6{display:flex;justify-content:center;width:100%;padding:clamp(24px,2.8vw,54px) 0;padding-top:clamp(120px,15vw,140px)}@media (max-width: 1024px){.container.svelte-14uxq6{padding-top:clamp(100px,12vw,120px)}}.wrapper.svelte-14uxq6{max-width:1600px;width:100%;padding:0px 1.5rem}.hero-section.svelte-14uxq6{margin-bottom:clamp(40px,6vw,80px);width:100vw;max-width:100vw;margin-left:calc(-1*clamp(24px,2.8vw,54px));margin-right:calc(-1*clamp(24px,2.8vw,54px));position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.company-overview.svelte-14uxq6,.value-proposition.svelte-14uxq6,.testimonials-section.svelte-14uxq6,.promise-section.svelte-14uxq6{margin-bottom:clamp(60px,8vw,100px)}
