:root{--color-primary:#2d66d8;--color-primary-dark:#1d4ed8;--color-primary-light:#3b82f6;--color-primary-contrast:#fff;--color-bg-default:#fff;--color-bg-paper:#fff;--color-text-primary:#000;--color-text-secondary:#8b8b8b;--color-text-disabled:#808181;--color-divider:#e2e8f0;--color-border-light:#e2e8f0;--color-border-medium:#e0e0e0;--color-slate-50:#f8fafc;--color-slate-100:#f1f5f9;--color-slate-300:#cbd5e1;--color-slate-500:#64748b;--color-slate-800:#1e293b;--color-slate-900:#0f172a;--color-hero-gradient-start:#0a0a0a;--color-hero-gradient-end:#1a1a2e;--color-accent:#6366f1;--color-accent-light:#818cf8;--color-accent-dark:#4f46e5;--color-glass:#ffffff14;--color-glass-border:#ffffff1f;--color-text-muted:#fff9;--color-section-alt:#fafafa;--color-card-hover:#6366f10d;--color-footer-bg:#0f172a;--color-gradient-text:linear-gradient(135deg,#6366f1,#a855f7,#6366f1);--color-social-linkedin:#0177b5;--color-social-facebook:#1977f2;--color-social-tiktok:#000;--color-social-instagram:#d62976;--color-social-youtube:#cc191e;--color-social-google:#4285f4;--color-social-twitter:#000;--color-social-yelp:#d32323;--color-social-trustpilot:#00b67a;--color-social-reddit:#ff4500;--color-social-pinterest:#e60023;--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.75rem;--font-size-hero:clamp(2.5rem,5vw,4.5rem);--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--space-section:clamp(4rem,8vw,7rem);--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--shadow-glow:0 0 20px #6366f14d;--max-width-container:1200px;--max-width-narrow:800px;--max-width-hero-text:700px;--header-height:72px;--transition-fast:.15s ease;--transition-base:.3s ease;--transition-slow:.5s ease}
@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes floatAlt{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes floatSlow{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-6px)rotate(1deg)}}@keyframes shimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes pulseGlow{0%,to{box-shadow:0 0 20px #6366f14d}50%{box-shadow:0 0 30px #6366f180}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes dotPulse{0%,to{opacity:.3}50%{opacity:.6}}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;tab-size:4;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}body{font-family:var(--font-family);font-size:var(--font-size-base);color:var(--color-text-primary);background-color:var(--color-bg-default);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:700;line-height:1.2}h1{font-size:var(--font-size-hero)}h2{font-size:clamp(1.875rem,3.5vw,2.75rem)}h3{font-size:var(--font-size-2xl)}h4{font-size:var(--font-size-xl)}p{margin:0;line-height:1.7}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}button{font-family:inherit;font-size:inherit;cursor:pointer;color:inherit;background:0 0;border:none;padding:0}button:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}ul,ol{margin:0;padding:0;list-style:none}img,svg{max-width:100%;height:auto;display:block}input,textarea,select{font-family:inherit;font-size:inherit}::selection{background-color:var(--color-accent);color:#fff}.container{width:100%;max-width:var(--max-width-container);padding:0 var(--space-lg);margin:0 auto}@media (min-width:768px){.container{padding:0 var(--space-2xl)}}.section{padding:var(--space-section)0}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
