:root{--primary-teal: #14B8A6;--secondary-teal: #0891B2;--dark-teal: #0F766E;--accent-orange: #FB923C;--accent-coral: #F97316;--electric-blue: #0EA5E9;--white: #FFFFFF;--light-gray: #F8FAFC;--medium-gray: #64748B;--charcoal: #1E293B;--dark-charcoal: #0F172A;--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading: "Poppins", var(--font-primary)}.visual-content-page.svelte-driz52{background:var(--white);color:var(--charcoal)}.container.svelte-driz52{max-width:1200px;margin:0 auto;padding:0 2rem}.page-nav.svelte-driz52{background:var(--white);border-bottom:1px solid var(--light-gray);padding:1rem 0;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-container.svelte-driz52{max-width:1200px;margin:0 auto;padding:0 2rem}.home-btn.svelte-driz52{display:inline-flex;align-items:center;gap:.5rem;color:var(--medium-gray);text-decoration:none;font-weight:500;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px}.home-btn.svelte-driz52:hover{color:var(--primary-teal);background:#14b8a60d;transform:translate(-2px)}.home-icon.svelte-driz52{width:18px;height:18px;transition:transform .3s ease}.home-btn.svelte-driz52:hover .home-icon:where(.svelte-driz52){transform:translate(-2px)}.hero-section.svelte-driz52{padding:4rem 0 6rem;background:linear-gradient(135deg,var(--light-gray) 0%,var(--white) 100%);position:relative;overflow:hidden}.hero-section.svelte-driz52:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(20,184,166,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(251,146,60,.03) 0%,transparent 50%);pointer-events:none}.hero-container.svelte-driz52{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:10}.service-badge.svelte-driz52{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary-teal);color:var(--white);padding:.75rem 1.5rem;border-radius:50px;font-weight:600;font-size:.9rem;margin-bottom:2rem}.badge-icon.svelte-driz52{width:20px;height:20px}.page-title.svelte-driz52{font-family:var(--font-heading);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin:0 0 2rem;color:var(--charcoal)}.gradient-text.svelte-driz52{background:linear-gradient(45deg,var(--primary-teal),var(--accent-coral));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 200%;animation:svelte-driz52-gradientShift 3s ease-in-out infinite}@keyframes svelte-driz52-gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-description.svelte-driz52{font-size:1.2rem;line-height:1.7;color:var(--medium-gray);margin-bottom:3rem}.hero-buttons.svelte-driz52{display:flex;justify-content:flex-start}.btn-primary.svelte-driz52{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid transparent}.btn-primary.svelte-driz52{background:linear-gradient(45deg,var(--accent-orange),var(--accent-coral));color:var(--white);box-shadow:0 8px 25px #fb923c4d}.btn-primary.svelte-driz52:hover{transform:translateY(-2px);box-shadow:0 12px 35px #fb923c66}.btn-icon.svelte-driz52{width:16px;height:16px;transition:transform .3s ease}.btn-primary.svelte-driz52:hover .btn-icon:where(.svelte-driz52){transform:translate(3px)}.hero-visual.svelte-driz52{display:flex;justify-content:center;align-items:center}.visual-showcase.svelte-driz52{position:relative;width:300px;height:300px}.showcase-item.svelte-driz52{position:absolute;width:80px;height:80px;background:linear-gradient(45deg,var(--primary-teal),var(--secondary-teal));border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--white);box-shadow:0 10px 30px #14b8a64d;animation:svelte-driz52-float 6s ease-in-out infinite}.item-1.svelte-driz52{top:0;left:50%;transform:translate(-50%);animation-delay:0s}.item-2.svelte-driz52{top:50%;right:0;transform:translateY(-50%);animation-delay:1.5s}.item-3.svelte-driz52{bottom:0;left:50%;transform:translate(-50%);animation-delay:3s}.item-4.svelte-driz52{top:50%;left:0;transform:translateY(-50%);animation-delay:4.5s}@keyframes svelte-driz52-float{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}.services-section.svelte-driz52{padding:6rem 0;background:var(--white)}.section-header.svelte-driz52{text-align:center;margin-bottom:4rem}.section-header.svelte-driz52 h2:where(.svelte-driz52){font-family:var(--font-heading);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--charcoal);margin-bottom:1rem}.section-header.svelte-driz52 p:where(.svelte-driz52){font-size:1.2rem;color:var(--medium-gray);max-width:600px;margin:0 auto}.services-grid.svelte-driz52{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-item.svelte-driz52{background:var(--white);border:2px solid var(--light-gray);border-radius:20px;padding:2.5rem;transition:all .3s ease;position:relative;overflow:hidden}.service-item.svelte-driz52:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-teal),var(--accent-coral))}.service-item.svelte-driz52:hover{transform:translateY(-5px);box-shadow:0 20px 40px #14b8a61a;border-color:var(--primary-teal)}.service-item.svelte-driz52 .service-icon:where(.svelte-driz52){width:60px;height:60px;background:linear-gradient(45deg,var(--primary-teal),var(--accent-coral));border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 8px 25px #14b8a633}.service-item.svelte-driz52 .service-icon:where(.svelte-driz52) svg:where(.svelte-driz52){width:28px;height:28px;color:var(--white);stroke-width:2}.service-item.svelte-driz52 h3:where(.svelte-driz52){font-family:var(--font-heading);font-size:1.4rem;font-weight:600;color:var(--charcoal);margin-bottom:1rem}.service-item.svelte-driz52 p:where(.svelte-driz52){color:var(--medium-gray);line-height:1.6;margin-bottom:1.5rem}.feature-list.svelte-driz52{list-style:none;padding:0;margin:0}.feature-list.svelte-driz52 li:where(.svelte-driz52){position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:var(--medium-gray)}.feature-list.svelte-driz52 li:where(.svelte-driz52):before{content:"✓";position:absolute;left:0;color:var(--primary-teal);font-weight:700}.process-section.svelte-driz52{padding:6rem 0;background:var(--light-gray)}.process-steps.svelte-driz52{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step.svelte-driz52{text-align:center;position:relative}.step-number.svelte-driz52{width:60px;height:60px;background:linear-gradient(45deg,var(--primary-teal),var(--accent-coral));color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin:0 auto 1.5rem;box-shadow:0 8px 25px #14b8a64d}.step-content.svelte-driz52 h3:where(.svelte-driz52){font-family:var(--font-heading);font-size:1.3rem;font-weight:600;color:var(--charcoal);margin-bottom:1rem}.step-content.svelte-driz52 p:where(.svelte-driz52){color:var(--medium-gray);line-height:1.6}.cta-section.svelte-driz52{padding:6rem 0;background:linear-gradient(135deg,var(--primary-teal),var(--secondary-teal));color:var(--white);text-align:center}.cta-content.svelte-driz52 h2:where(.svelte-driz52){font-family:var(--font-heading);font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem}.cta-content.svelte-driz52 p:where(.svelte-driz52){font-size:1.2rem;margin-bottom:2rem;color:#ffffffe6}.btn-large.svelte-driz52{padding:1.25rem 2.5rem;font-size:1.1rem}.cta-section.svelte-driz52 .btn-primary:where(.svelte-driz52){background:var(--white);color:var(--primary-teal)}.cta-section.svelte-driz52 .btn-primary:where(.svelte-driz52):hover{background:var(--light-gray)}@media (max-width: 768px){.hero-container.svelte-driz52{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-visual.svelte-driz52{order:-1}.visual-showcase.svelte-driz52{width:250px;height:250px}.showcase-item.svelte-driz52{width:60px;height:60px;font-size:1.5rem}.services-grid.svelte-driz52,.process-steps.svelte-driz52{grid-template-columns:1fr}.hero-buttons.svelte-driz52{justify-content:center}}
