.tech-page.svelte-143q2h7{--font-display: "Poppins", system-ui, sans-serif;--font-body: "Poppins", system-ui, sans-serif;--color-primary: #1E40B4;--color-accent: #FE8F65;--color-dark: #1B2438;--color-light: #F8F9FC;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);font-family:var(--font-body);color:var(--color-dark);overflow-x:hidden}.hero.svelte-143q2h7{position:relative;min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:5rem 4rem 4rem;margin-top:-5rem;gap:4rem;background:linear-gradient(135deg,var(--color-dark) 0%,#0F1621 100%);overflow:hidden}.hero-bg.svelte-143q2h7{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.gradient-orb.svelte-143q2h7{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.orb-1.svelte-143q2h7{width:600px;height:600px;background:var(--color-primary);top:-200px;right:-100px}.orb-2.svelte-143q2h7{width:400px;height:400px;background:var(--color-accent);bottom:-100px;left:10%}.noise-overlay.svelte-143q2h7{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.03}.hero-content.svelte-143q2h7{position:relative;z-index:10;opacity:0;transform:translateY(30px);transition:all .8s var(--ease-out-expo)}.hero-content.visible.svelte-143q2h7{opacity:1;transform:translateY(0)}.hero-badge.svelte-143q2h7{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fe8f6526;border:1px solid rgba(254,143,101,.3);border-radius:100px;color:var(--color-accent);font-size:.875rem;font-weight:500;margin-bottom:2rem}.hero-title.svelte-143q2h7{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1.1;color:#fff;margin-bottom:1.5rem}.hero-title.svelte-143q2h7 .line-2:where(.svelte-143q2h7){color:var(--color-accent)}.hero-subtitle.svelte-143q2h7{font-size:1.25rem;line-height:1.6;color:#ffffffb3;max-width:500px;margin-bottom:2.5rem}.hero-cta.svelte-143q2h7{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary.svelte-143q2h7{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 1.75rem;background:var(--color-accent);color:#fff;font-weight:600;border-radius:100px;text-decoration:none;transition:all .3s ease}.btn-primary.svelte-143q2h7:hover{background:#ff6b3d;transform:translateY(-2px);box-shadow:0 10px 30px #fe8f654d}.btn-secondary.svelte-143q2h7{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 1.75rem;background:transparent;color:#fff;font-weight:600;border:2px solid rgba(255,255,255,.3);border-radius:100px;text-decoration:none;transition:all .3s ease}.btn-secondary.svelte-143q2h7:hover{border-color:#fff;background:#ffffff1a}.hero-visual.svelte-143q2h7{position:relative;z-index:10;opacity:0;transform:translateY(30px) scale(.95);transition:all 1s var(--ease-out-expo) .2s}.hero-visual.visible.svelte-143q2h7{opacity:1;transform:translateY(0) scale(1)}.visual-card.svelte-143q2h7{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:1.5rem;max-width:400px;margin-left:auto}.visual-header.svelte-143q2h7{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;color:#fff9;font-size:.875rem}.status-dot.svelte-143q2h7{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:svelte-143q2h7-pulse 2s ease-in-out infinite}@keyframes svelte-143q2h7-pulse{0%,to{opacity:1}50%{opacity:.5}}.metric.svelte-143q2h7{margin-bottom:1rem}.metric-value.svelte-143q2h7{display:block;font-family:var(--font-display);font-size:3rem;font-weight:600;color:#fff;line-height:1}.metric-label.svelte-143q2h7{color:#ffffff80;font-size:.875rem}.visual-graph.svelte-143q2h7{margin:1.5rem 0}.efficiency-graph.svelte-143q2h7{width:100%;height:60px}.graph-line.svelte-143q2h7{stroke-dasharray:300;stroke-dashoffset:300;animation:svelte-143q2h7-drawLine 2s var(--ease-out-expo) .5s forwards}@keyframes svelte-143q2h7-drawLine{to{stroke-dashoffset:0}}.visual-stats.svelte-143q2h7{display:flex;gap:2rem}.stat-item.svelte-143q2h7{display:flex;flex-direction:column;gap:.25rem}.stat-item.svelte-143q2h7 .stat-value:where(.svelte-143q2h7){font-weight:600;color:#fff}.stat-item.svelte-143q2h7 .stat-value.good:where(.svelte-143q2h7){color:#22c55e}.stat-item.svelte-143q2h7 .stat-label:where(.svelte-143q2h7){font-size:.75rem;color:#ffffff80}.stats-bar.svelte-143q2h7{background:#fff;padding:4rem 2rem;border-bottom:1px solid rgba(0,0,0,.05)}.stats-container.svelte-143q2h7{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-block.svelte-143q2h7{text-align:center;opacity:0;transform:translateY(20px);transition:all .6s var(--ease-out-expo);transition-delay:var(--delay)}.stats-container.visible.svelte-143q2h7 .stat-block:where(.svelte-143q2h7){opacity:1;transform:translateY(0)}.stat-number.svelte-143q2h7{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:.5rem}.stat-block.svelte-143q2h7 .stat-value:where(.svelte-143q2h7){font-family:var(--font-display);font-size:3.5rem;font-weight:600;color:var(--color-dark);line-height:1}.stat-unit.svelte-143q2h7{font-size:1.5rem;color:var(--color-accent);font-weight:500}.stat-text.svelte-143q2h7{display:flex;flex-direction:column;gap:.25rem}.stat-block.svelte-143q2h7 .stat-label:where(.svelte-143q2h7){font-weight:600;color:var(--color-dark)}.stat-sublabel.svelte-143q2h7{font-size:.875rem;color:#1b243899}.journey-section.svelte-143q2h7{padding:6rem 2rem;background:var(--color-light)}.journey-header.svelte-143q2h7{max-width:800px;margin:0 auto 6rem;text-align:center}.section-tag.svelte-143q2h7{display:inline-block;padding:.5rem 1rem;background:var(--color-primary);color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border-radius:4px;margin-bottom:1.5rem;opacity:0;transform:translateY(20px);transition:all .6s var(--ease-out-expo)}.section-tag.visible.svelte-143q2h7{opacity:1;transform:translateY(0)}.section-title.svelte-143q2h7{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:600;color:var(--color-dark);line-height:1.2;margin-bottom:1rem;opacity:0;transform:translateY(20px);transition:all .6s var(--ease-out-expo) .1s}.section-title.visible.svelte-143q2h7{opacity:1;transform:translateY(0)}.section-subtitle.svelte-143q2h7{font-size:1.125rem;color:#1b2438b3;line-height:1.6;opacity:0;transform:translateY(20px);transition:all .6s var(--ease-out-expo) .2s}.section-subtitle.visible.svelte-143q2h7{opacity:1;transform:translateY(0)}.journey-step.svelte-143q2h7{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto 6rem;align-items:center}.journey-step.reverse.svelte-143q2h7{direction:rtl}.journey-step.reverse.svelte-143q2h7>:where(.svelte-143q2h7){direction:ltr}.step-content.svelte-143q2h7{opacity:0;transform:translate(-30px);transition:all .8s var(--ease-out-expo)}.journey-step.reverse.svelte-143q2h7 .step-content:where(.svelte-143q2h7){transform:translate(30px)}.step-content.visible.svelte-143q2h7{opacity:1;transform:translate(0)}.step-header.svelte-143q2h7{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.step-icon.svelte-143q2h7{width:48px;height:48px;background:var(--color-accent);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.step-tag.svelte-143q2h7{font-size:.875rem;font-weight:600;color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em}.step-headline.svelte-143q2h7{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;color:var(--color-dark);margin-bottom:1rem}.step-description.svelte-143q2h7{font-size:1.125rem;line-height:1.7;color:#1b2438b3;margin-bottom:1.5rem}.step-features.svelte-143q2h7{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.step-features.svelte-143q2h7 li:where(.svelte-143q2h7){display:flex;align-items:center;gap:.75rem;color:var(--color-dark)}.step-features.svelte-143q2h7 li:where(.svelte-143q2h7) svg{color:var(--color-accent);flex-shrink:0}.step-visual.svelte-143q2h7{opacity:0;transform:translate(30px) scale(.95);transition:all .8s var(--ease-out-expo) .1s}.journey-step.reverse.svelte-143q2h7 .step-visual:where(.svelte-143q2h7){transform:translate(-30px) scale(.95)}.step-visual.visible.svelte-143q2h7{opacity:1;transform:translate(0) scale(1)}.visual-schedule.svelte-143q2h7{display:flex;justify-content:center}.schedule-card.svelte-143q2h7{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 20px 60px #0000001a;min-width:300px}.schedule-header.svelte-143q2h7{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.05)}.schedule-header.svelte-143q2h7 .day:where(.svelte-143q2h7){font-weight:600;color:var(--color-dark)}.schedule-header.svelte-143q2h7 .date:where(.svelte-143q2h7){color:var(--color-primary);font-weight:500}.time-slots.svelte-143q2h7{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.slot.svelte-143q2h7{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-radius:12px;background:var(--color-light);transition:all .2s ease}.slot.svelte-143q2h7 .time:where(.svelte-143q2h7){font-weight:600;color:var(--color-dark)}.slot.svelte-143q2h7 .window:where(.svelte-143q2h7){font-size:.875rem;color:#1b243899}.slot.selected.svelte-143q2h7{background:var(--color-primary);color:#fff}.slot.selected.svelte-143q2h7 .time:where(.svelte-143q2h7),.slot.selected.svelte-143q2h7 .window:where(.svelte-143q2h7){color:#fff}.slot.available.svelte-143q2h7:hover{background:#1e40b41a}.schedule-tech.svelte-143q2h7{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.05)}.tech-avatar-placeholder.svelte-143q2h7{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-accent) 100%);display:flex;align-items:center;justify-content:center}.tech-info.svelte-143q2h7{display:flex;flex-direction:column}.tech-name.svelte-143q2h7{font-weight:600;color:var(--color-dark)}.tech-skill.svelte-143q2h7{font-size:.75rem;color:#1b243899}.visual-communicate.svelte-143q2h7{display:flex;justify-content:center}.message-stack.svelte-143q2h7{display:flex;flex-direction:column;gap:1rem;max-width:320px}.message.svelte-143q2h7{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;animation:svelte-143q2h7-slideIn .5s var(--ease-out-expo) backwards}.message.svelte-143q2h7:nth-child(1){animation-delay:.1s}.message.svelte-143q2h7:nth-child(2){animation-delay:.2s}.message.svelte-143q2h7:nth-child(3){animation-delay:.3s}@keyframes svelte-143q2h7-slideIn{0%{opacity:0;transform:translate(-20px)}}.msg-icon.svelte-143q2h7{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.email-icon.svelte-143q2h7{background:#e0e7ff}.sms-icon.svelte-143q2h7{background:#d1fae5}.chat-icon.svelte-143q2h7{background:#fef3c7}.msg-content.svelte-143q2h7{display:flex;flex-direction:column}.msg-title.svelte-143q2h7{font-weight:500;color:var(--color-dark);font-size:.875rem}.msg-time.svelte-143q2h7{font-size:.75rem;color:#1b243880}.visual-track.svelte-143q2h7{display:flex;justify-content:center}.map-container.svelte-143q2h7{position:relative;width:320px;height:280px;background:linear-gradient(135deg,#e8f4f8,#d1e8e2);border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000001a}.map-bg.svelte-143q2h7{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.3) 1px,transparent 1px);background-size:30px 30px}.route-line.svelte-143q2h7{position:absolute;top:30%;left:20%;width:60%;height:40%;border:3px dashed var(--color-primary);border-radius:50%;border-right-color:transparent;border-bottom-color:transparent;transform:rotate(-30deg)}.tech-marker.svelte-143q2h7{position:absolute;top:35%;left:25%}.marker-pulse.svelte-143q2h7{position:absolute;width:40px;height:40px;background:#1e40b433;border-radius:50%;transform:translate(-50%,-50%);animation:svelte-143q2h7-markerPulse 2s ease-in-out infinite}@keyframes svelte-143q2h7-markerPulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.marker-dot.svelte-143q2h7{position:absolute;width:16px;height:16px;background:var(--color-primary);border:3px solid white;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #1e40b466}.home-marker.svelte-143q2h7{position:absolute;bottom:25%;right:20%;font-size:2rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.eta-badge.svelte-143q2h7{position:absolute;bottom:1rem;left:1rem;background:#fff;padding:.75rem 1rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;align-items:baseline;gap:.5rem}.eta-time.svelte-143q2h7{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--color-primary)}.eta-label.svelte-143q2h7{font-size:.875rem;color:#1b243899}.visual-monitor.svelte-143q2h7{display:flex;justify-content:center}.monitor-grid.svelte-143q2h7{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:340px}.monitor-card.svelte-143q2h7{background:#fff;padding:1.25rem;border-radius:16px;box-shadow:0 4px 20px #00000014}.monitor-card.alert.svelte-143q2h7{grid-column:span 2}.monitor-header.svelte-143q2h7{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.75rem;font-weight:600;color:#1b243899;text-transform:uppercase;letter-spacing:.05em}.status-good.svelte-143q2h7{color:#22c55e;font-size:.875rem}.monitor-value.svelte-143q2h7{font-family:var(--font-display);font-size:1.75rem;font-weight:600;color:var(--color-dark);margin-bottom:.75rem}.monitor-bar.svelte-143q2h7{height:6px;background:var(--color-light);border-radius:3px;overflow:hidden}.bar-fill.svelte-143q2h7{height:100%;background:linear-gradient(90deg,var(--color-accent),#FFB088);border-radius:3px;transition:width 1s var(--ease-out-expo)}.battery-indicator.svelte-143q2h7{height:24px;background:var(--color-light);border-radius:6px;overflow:hidden;position:relative}.battery-fill.svelte-143q2h7{height:100%;background:linear-gradient(90deg,#22c55e,#4ade80);border-radius:6px;transition:width 1s var(--ease-out-expo)}.alert-message.svelte-143q2h7{display:flex;align-items:center;gap:.75rem;color:#22c55e;font-weight:500}.integration-section.svelte-143q2h7{padding:6rem 2rem;background:#fff}.integration-content.svelte-143q2h7{max-width:800px;margin:0 auto;text-align:center;opacity:0;transform:translateY(30px);transition:all .8s var(--ease-out-expo)}.integration-content.visible.svelte-143q2h7{opacity:1;transform:translateY(0)}.integration-title.svelte-143q2h7{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;color:var(--color-dark);margin-bottom:1rem}.integration-subtitle.svelte-143q2h7{font-size:1.125rem;color:#1b2438b3;line-height:1.6;margin-bottom:3rem}.integration-logos.svelte-143q2h7{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.logo-item.svelte-143q2h7{font-size:1.25rem;font-weight:600;color:#1b24384d;transition:color .3s ease}.logo-item.svelte-143q2h7:hover{color:var(--color-dark)}.cta-section.svelte-143q2h7{padding:8rem 2rem;background:linear-gradient(135deg,var(--color-dark) 0%,#0F1621 100%);position:relative;overflow:hidden}.cta-section.svelte-143q2h7:before{content:"";position:absolute;top:0;left:50%;width:800px;height:800px;background:radial-gradient(circle,rgba(254,143,101,.15) 0%,transparent 70%);transform:translate(-50%) translateY(-50%)}.cta-content.svelte-143q2h7{position:relative;max-width:700px;margin:0 auto;text-align:center;opacity:0;transform:translateY(30px);transition:all .8s var(--ease-out-expo)}.cta-content.visible.svelte-143q2h7{opacity:1;transform:translateY(0)}.cta-title.svelte-143q2h7{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#fff;line-height:1.2;margin-bottom:1rem}.cta-subtitle.svelte-143q2h7{font-size:1.25rem;color:#ffffffb3;margin-bottom:2.5rem}.cta-buttons.svelte-143q2h7{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary.large.svelte-143q2h7,.btn-secondary.large.svelte-143q2h7{padding:1.25rem 2rem;font-size:1.125rem}@media(max-width:1024px){.hero.svelte-143q2h7{grid-template-columns:1fr;padding-left:2rem;padding-right:2rem;padding-bottom:4rem;min-height:auto}.hero-visual.svelte-143q2h7{display:flex;justify-content:center}.visual-card.svelte-143q2h7{margin:0}.stats-container.svelte-143q2h7{grid-template-columns:repeat(2,1fr)}.journey-step.svelte-143q2h7{grid-template-columns:1fr;gap:2rem}.journey-step.reverse.svelte-143q2h7{direction:ltr}}@media(max-width:640px){.hero.svelte-143q2h7{padding-left:1.5rem;padding-right:1.5rem;padding-bottom:3rem}.hero-title.svelte-143q2h7{font-size:2rem}.hero-subtitle.svelte-143q2h7{font-size:1rem}.hero-cta.svelte-143q2h7{flex-direction:column}.btn-primary.svelte-143q2h7,.btn-secondary.svelte-143q2h7{justify-content:center}.stats-container.svelte-143q2h7{grid-template-columns:1fr 1fr;gap:1.5rem}.stat-block.svelte-143q2h7 .stat-value:where(.svelte-143q2h7){font-size:2.5rem}.journey-section.svelte-143q2h7{padding:4rem 1.5rem}.step-headline.svelte-143q2h7{font-size:1.5rem}.integration-logos.svelte-143q2h7{gap:1.5rem}.cta-section.svelte-143q2h7{padding:5rem 1.5rem}.cta-buttons.svelte-143q2h7{flex-direction:column}}
