.page-container.svelte-1uha8ag{width:100%;overflow-x:hidden}.top-nav.svelte-1uha8ag{position:absolute;top:0;left:0;width:100%;padding:var(--spacing-lg) 5%;z-index:100;display:flex;justify-content:center}.logo-image.svelte-1uha8ag{height:48px;width:auto;display:block}.hero.svelte-1uha8ag{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:calc(var(--spacing-lg) * 6) 5% var(--spacing-lg);position:relative;overflow:hidden}@media(max-width:900px){.hero.svelte-1uha8ag{padding-top:15vh}.logo-image.svelte-1uha8ag{margin:0 auto}}.badge.svelte-1uha8ag{display:inline-block;padding:6px 16px;background:#0596691a;border:1px solid rgba(5,150,105,.2);color:var(--accent-primary);border-radius:var(--radius-full);font-size:.875rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:var(--spacing-lg)}.hero-content.svelte-1uha8ag{max-width:800px;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-content.svelte-1uha8ag h1:where(.svelte-1uha8ag) span:where(.svelte-1uha8ag){font-family:var(--font-heading);font-style:italic;color:var(--accent-primary)}.cta-button.svelte-1uha8ag{display:flex;align-items:center;gap:8px;background:var(--accent-primary);color:#fff;padding:16px 32px;border-radius:var(--radius-full);font-size:1.125rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:var(--spacing-lg);box-shadow:0 4px 15px var(--accent-glow)}.cta-button.svelte-1uha8ag:hover{transform:translateY(-2px);box-shadow:0 8px 25px var(--accent-glow);background:#047857}.chevron.svelte-1uha8ag{width:20px;height:20px;animation:svelte-1uha8ag-bounce 2s infinite}@keyframes svelte-1uha8ag-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.hero-visual.svelte-1uha8ag{position:relative;display:flex;justify-content:center;align-items:center;width:100%;margin-top:var(--spacing-xl);min-height:350px}.health-orb.svelte-1uha8ag{position:absolute;width:500px;height:500px;background:radial-gradient(circle,var(--accent-glow) 0%,transparent 70%);border-radius:50%;filter:blur(50px);top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;animation:svelte-1uha8ag-pulse-slow 8s infinite alternate}.orb-2.svelte-1uha8ag{background:radial-gradient(circle,rgba(2,132,199,.1) 0%,transparent 70%);width:400px;height:400px;transform:translate(-20%,-80%);animation-delay:-4s}@keyframes svelte-1uha8ag-pulse-slow{0%{transform:translate(-50%,-50%) scale(1);opacity:.6}to{transform:translate(-50%,-50%) scale(1.1);opacity:1}}.metrics-panel.svelte-1uha8ag{position:relative;z-index:5;width:320px;display:flex;flex-direction:column;gap:20px;transform:rotate(2deg) scale(1.05);transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.metrics-panel.svelte-1uha8ag:hover{transform:rotate(0) scale(1.1)}.metric-row.svelte-1uha8ag{display:flex;flex-direction:column;gap:6px}.metric-label.svelte-1uha8ag{font-size:.875rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px}.metric-bar.svelte-1uha8ag{height:8px;background:var(--bg-surface-hover);border-radius:var(--radius-full);overflow:hidden}.metric-bar.svelte-1uha8ag .fill:where(.svelte-1uha8ag){height:100%;border-radius:var(--radius-full)}.metric-bar.svelte-1uha8ag .fill.green:where(.svelte-1uha8ag){background:var(--accent-primary)}.metric-bar.svelte-1uha8ag .fill.blue:where(.svelte-1uha8ag){background:var(--accent-secondary)}.metric-val.svelte-1uha8ag{font-size:.75rem;font-weight:700;text-align:right;margin-top:-4px}.text-green.svelte-1uha8ag{color:var(--accent-primary)}.text-blue.svelte-1uha8ag{color:var(--accent-secondary)}.pulse-circle-container.svelte-1uha8ag{display:flex;justify-content:center;position:relative;margin-top:10px;height:120px}.health-ring.svelte-1uha8ag{width:120px;height:120px;transform:rotate(-90deg)}.ring-progress.svelte-1uha8ag{animation:svelte-1uha8ag-load-ring 2s ease-out forwards}@keyframes svelte-1uha8ag-load-ring{0%{stroke-dasharray:0 300}to{stroke-dasharray:250 300}}.ring-text.svelte-1uha8ag{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;font-size:1.5rem;font-weight:800;color:var(--text-primary);line-height:1.1}.ring-text.svelte-1uha8ag span:where(.svelte-1uha8ag){font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px}.interactive-section.svelte-1uha8ag{padding:100px 0;background:var(--bg-surface);position:relative}.section-title.svelte-1uha8ag{text-align:center;margin-bottom:var(--spacing-xl)}.equation-container.svelte-1uha8ag{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:var(--spacing-lg)}.phase-nav.svelte-1uha8ag{display:flex;justify-content:space-between;gap:8px;background:var(--bg-base);padding:8px;border-radius:var(--radius-full);overflow-x:auto;scrollbar-width:none;border:1px solid rgba(0,0,0,.05)}.phase-nav.svelte-1uha8ag::-webkit-scrollbar{display:none}.phase-tab.svelte-1uha8ag{flex:1;min-width:140px;display:flex;align-items:center;gap:12px;padding:12px 24px;border-radius:var(--radius-full);color:var(--text-secondary);transition:all .3s}.phase-tab.svelte-1uha8ag:hover{color:var(--text-primary);background:var(--bg-surface)}.phase-tab.active.svelte-1uha8ag{background:var(--accent-primary);color:#fff;font-weight:600;box-shadow:0 4px 10px #05966933}.phase-number.svelte-1uha8ag{font-family:var(--font-heading);font-size:1.25rem;opacity:.7}.phase-tab.active.svelte-1uha8ag .phase-number:where(.svelte-1uha8ag){opacity:1}.phase-display.svelte-1uha8ag{min-height:400px;position:relative;overflow:hidden}.transition-wrapper.svelte-1uha8ag{animation:svelte-1uha8ag-slide-up .4s ease-out forwards;display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-xl)}@media(max-width:768px){.transition-wrapper.svelte-1uha8ag{grid-template-columns:1fr}}@keyframes svelte-1uha8ag-slide-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.content-left.svelte-1uha8ag{display:flex;flex-direction:column;justify-content:center}.equation-title.svelte-1uha8ag{font-size:2.5rem;margin-bottom:var(--spacing-md);color:var(--text-primary)}.formula-box.svelte-1uha8ag{background:var(--bg-base);border-left:4px solid var(--accent-primary);padding:16px 24px;border-radius:0 var(--radius-md) var(--radius-md) 0;margin-bottom:var(--spacing-lg)}.formula-box.svelte-1uha8ag .label:where(.svelte-1uha8ag){font-size:.75rem;color:var(--accent-primary);letter-spacing:2px;margin-bottom:4px;font-weight:700}.formula-text.svelte-1uha8ag{font-family:var(--font-heading);font-size:1.5rem;color:var(--text-primary)}.phase-desc.svelte-1uha8ag{font-size:1.125rem;margin-bottom:var(--spacing-lg)}.metric-pill.svelte-1uha8ag{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#0596691a;border-radius:var(--radius-full);font-weight:600;color:var(--accent-primary);width:fit-content}.metric-icon.svelte-1uha8ag{width:18px;height:18px}.content-right.svelte-1uha8ag{display:flex;justify-content:center;align-items:center;position:relative;background:var(--bg-base);border-radius:var(--radius-lg);min-height:250px}.abstract-visual.svelte-1uha8ag{width:150px;height:150px;position:relative;color:var(--accent-primary)}.abstract-visual.svelte-1uha8ag svg:where(.svelte-1uha8ag){width:100%;height:100%;filter:drop-shadow(0 4px 6px rgba(5,150,105,.2))}.indicator.svelte-1uha8ag{position:absolute;background:var(--accent-secondary)}.line-h.svelte-1uha8ag{height:2px;width:100%;top:50%;left:0;transform:translateY(-50%)}.line-v.svelte-1uha8ag{width:2px;height:100%;left:50%;top:0;transform:translate(-50%)}.orbit.svelte-1uha8ag{position:absolute;inset:-20px;border:2px dashed rgba(5,150,105,.3);border-radius:50%;animation:svelte-1uha8ag-spin 6s linear infinite}.pulse-point.svelte-1uha8ag{position:absolute;width:12px;height:12px;background:var(--accent-primary);border-radius:50%;box-shadow:0 0 10px #05966980}.pulse-point.top.svelte-1uha8ag{top:-26px;left:50%;transform:translate(-50%)}.force-arrow.svelte-1uha8ag{position:absolute;bottom:-20px;left:50%;width:4px;height:60px;background:linear-gradient(to bottom,transparent,var(--accent-secondary));transform:translate(-50%);animation:svelte-1uha8ag-dash 1s infinite}.impact-ring.svelte-1uha8ag{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border:2px solid var(--accent-primary);border-radius:50%;animation:svelte-1uha8ag-explode 1.5s infinite ease-out;opacity:0}.impact-ring.delay.svelte-1uha8ag{animation-delay:.4s}@keyframes svelte-1uha8ag-spin{to{transform:rotate(360deg)}}@keyframes svelte-1uha8ag-dash{0%{transform:translate(-50%,-20px);opacity:0}50%{opacity:1}to{transform:translate(-50%,20px);opacity:0}}@keyframes svelte-1uha8ag-explode{0%{width:50%;height:50%;opacity:1}to{width:150%;height:150%;opacity:0}}.controls.svelte-1uha8ag{display:flex;justify-content:flex-end;margin-top:8px}.nav-btn.svelte-1uha8ag{display:flex;align-items:center;gap:8px;color:var(--text-secondary);font-weight:600;padding:12px 24px;border-radius:var(--radius-full);background:var(--bg-base);border:1px solid rgba(0,0,0,.05);transition:all .2s}.nav-btn.svelte-1uha8ag:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.text-center.svelte-1uha8ag{text-align:center}.intro-section.svelte-1uha8ag{padding:var(--spacing-xl) 0;background-color:var(--bg-surface)}.intro-container.svelte-1uha8ag{max-width:800px;margin:0 auto;padding-top:var(--spacing-lg);padding-bottom:var(--spacing-lg)}.intro-heading.svelte-1uha8ag{font-size:2.25rem;line-height:1.3;margin-bottom:var(--spacing-lg);color:var(--text-primary)}.intro-paragraph.svelte-1uha8ag{font-size:1.25rem;color:var(--text-secondary)}.services-section.svelte-1uha8ag{padding:100px 0;background-color:var(--bg-base)}.services-grid.svelte-1uha8ag{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-xl);margin-bottom:var(--spacing-lg)}@media(max-width:768px){.services-grid.svelte-1uha8ag{grid-template-columns:1fr}}.service-card.svelte-1uha8ag{padding:0;overflow:hidden;display:flex;flex-direction:column;border:none;box-shadow:0 4px 20px #0000000a;border-radius:var(--radius-lg);background:#fff}.service-image.svelte-1uha8ag{width:100%;height:250px;background-size:cover;background-position:center;background-color:var(--accent-glow)}.img-1.svelte-1uha8ag{background-image:linear-gradient(135deg,#05966933,#05966966)}.img-2.svelte-1uha8ag{background-image:linear-gradient(135deg,#0284c733,#0284c766)}.service-title.svelte-1uha8ag{font-size:1.5rem;padding:var(--spacing-lg) var(--spacing-lg) 0;margin-bottom:var(--spacing-sm);margin-top:0;color:var(--text-primary)}.service-desc.svelte-1uha8ag{padding:0 var(--spacing-lg) var(--spacing-lg);font-size:1.05rem;margin:0}.services-footer-text.svelte-1uha8ag{text-align:center;font-style:italic;color:var(--text-secondary);margin-top:var(--spacing-lg)}.site-footer.svelte-1uha8ag{padding:var(--spacing-xl) 0;background-color:var(--bg-surface);border-top:1px solid rgba(0,0,0,.05)}.footer-content.svelte-1uha8ag{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-sm)}.footer-logo.svelte-1uha8ag{height:60px;margin-bottom:var(--spacing-md)}.footer-cta-text.svelte-1uha8ag{font-family:var(--font-body);font-weight:800;letter-spacing:2px;font-size:1.5rem;margin-bottom:var(--spacing-sm);margin-top:0;color:var(--text-primary)}.footer-contact.svelte-1uha8ag{font-size:1.25rem;font-weight:600;margin:0}.footer-contact.svelte-1uha8ag .phone:where(.svelte-1uha8ag){color:var(--accent-primary)}.footer-contact.svelte-1uha8ag a:where(.svelte-1uha8ag){color:var(--text-secondary);text-decoration:none;transition:color .2s}.footer-contact.svelte-1uha8ag a:where(.svelte-1uha8ag):hover{color:var(--accent-secondary)}
