@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--c-d:#f05e23;--c-o1:#fee029;--c-g:#7bcac6;--c-o2:#b5de66;--c-o3:#f8a044;--c-d2:#d14f96;--c-text:#161a1e;--bg-primary:#fff;--bg-secondary:#f9fafc;--bg-tertiary:#f0f2f5;--gray-100:#f4f5f7;--gray-200:#e2e4e8;--gray-300:#cbced4;--gray-400:#a0a4ae;--gray-500:#717684;--gray-600:#4b505c;--shadow-sm:0 1px 2px 0 #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-color:0 20px 25px -5px #f05e231a, 0 8px 10px -6px #f05e231a;--font-logo:"Montserrat", sans-serif;--font-body:"Outfit", sans-serif}html{scroll-behavior:smooth;scroll-padding-top:80px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--c-text);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:all .2s ease-in-out}ul{list-style:none}img{border-radius:8px;max-width:100%}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.btn{cursor:pointer;border:none;border-radius:9999px;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background:var(--c-d);color:#fff;box-shadow:0 4px 14px #f05e2363}.btn-primary:hover{background:#db5018;transform:translateY(-2px);box-shadow:0 6px 20px #f05e2380}.btn-secondary{background:var(--bg-primary);color:var(--c-text);border:1px solid var(--gray-200)}.btn-secondary:hover{background-color:var(--gray-100);border-color:var(--gray-300);transform:translateY(-2px)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:.6s cubic-bezier(.2,.8,.2,1) forwards slideUp}.text-gradient{background:linear-gradient(135deg, var(--c-d) 0%, var(--c-d2) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-alt{background:linear-gradient(135deg, var(--c-g) 0%, var(--c-o2) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.bg-orange{background-color:var(--c-d)}.bg-yellow{background-color:var(--c-o1)}.bg-mint{background-color:var(--c-g)}.bg-lime{background-color:var(--c-o2)}.bg-peach{background-color:var(--c-o3)}.bg-magenta{background-color:var(--c-d2)}.card-orange{--card-theme:var(--c-d)}.card-yellow{--card-theme:var(--c-o1)}.card-mint{--card-theme:var(--c-g)}.card-lime{--card-theme:var(--c-o2)}.card-peach{--card-theme:var(--c-o3)}.card-magenta{--card-theme:var(--c-d2)}.font-bold{font-weight:700}.ml-1{margin-left:.25rem}.mt-xl{margin-top:2rem}.hover-float{transition:transform .3s}.hover-float:hover{transform:translateY(-10px)}.custom-logo{font-family:var(--font-logo);text-transform:lowercase;-webkit-user-select:none;user-select:none;flex-direction:column;font-weight:800;line-height:1;display:flex}.logo-top-row,.logo-bottom-row{justify-content:center;gap:.1em;font-size:2.2rem;display:flex}.logo-top-row{margin-left:-.2em}.logo-bottom-row{margin-top:-.1em}.logo-text{text-transform:uppercase;letter-spacing:.2em;color:var(--c-text);text-align:center;margin-top:.3rem;font-family:Inter,sans-serif;font-size:.65rem;font-weight:800}.l-d{color:var(--c-d)}.l-o1{color:var(--c-o1)}.l-g{color:var(--c-g)}.l-o2{color:var(--c-o2)}.l-o3{color:var(--c-o3)}.l-d2{color:var(--c-d2)}.header{z-index:1000;background:0 0;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);background:#fffffff2;padding:1rem 0}.header-container{justify-content:space-between;align-items:center;display:flex}.logo-container{align-items:center;gap:.5rem;display:flex}.desktop-nav{display:none}@media (width>=768px){.desktop-nav{align-items:center;gap:2rem;display:flex}}.nav-links{gap:1.5rem;display:flex}.nav-links a{color:var(--gray-600);font-size:.95rem;font-weight:500}.nav-links a:hover{color:var(--c-d)}.mobile-toggle{cursor:pointer;color:var(--c-text);background:0 0;border:none;display:block}@media (width>=768px){.mobile-toggle{display:none}}.mobile-nav{box-shadow:var(--shadow-md);opacity:0;visibility:hidden;background:#fff;padding:1.5rem;transition:all .3s;position:absolute;top:100%;left:0;right:0;transform:translateY(-10px)}.mobile-nav.open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav-links{flex-direction:column;gap:1rem;display:flex}.mobile-nav-links a{color:var(--c-text);font-size:1.1rem;font-weight:500}.hero{background:var(--bg-secondary);align-items:center;min-height:100vh;padding:10rem 0 6rem;display:flex;position:relative;overflow:hidden}.hero-container{z-index:2;grid-template-columns:1fr;gap:4rem;display:grid;position:relative}@media (width>=992px){.hero-container{grid-template-columns:1fr 1fr;align-items:center}}.badge{color:var(--c-d);background:#f05e231a;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.hero-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:800;line-height:1.1}.hero-lead{color:var(--gray-600);max-width:500px;margin-bottom:2rem;font-size:1.125rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.hero-graphics{perspective:1000px;height:400px;position:relative}.graphics-circle{filter:blur(40px);opacity:.6;border-radius:50%;animation:6s ease-in-out infinite float;position:absolute}.circle-main{background:var(--c-o1);width:300px;height:300px;animation-delay:0s;top:10%;left:10%}.circle-orange{background:var(--c-d);width:200px;height:200px;animation-delay:1s;bottom:0;right:10%}.circle-yellow{background:var(--c-o1);width:150px;height:150px;animation-delay:2s;top:-10%;right:20%}.circle-mint{background:var(--c-g);width:100px;height:100px;animation-delay:3s;bottom:20%;left:0}.circle-magenta{background:var(--c-d2);width:180px;height:180px;animation-delay:4s;top:40%;right:-5%}@keyframes float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-20px)scale(1.05)}}.hero-bottom-curve{width:100%;line-height:0;position:absolute;bottom:0;left:0;overflow:hidden;transform:rotate(180deg)}.hero-bottom-curve svg{width:calc(100% + 1.3px);height:60px;display:block;position:relative}.hero-bottom-curve .shape-fill{fill:var(--bg-primary)}.services-section{background:var(--bg-primary);padding:6rem 0;position:relative}.services-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-title{margin-bottom:1rem;font-size:2.5rem}.section-subtitle{color:var(--gray-600);font-size:1.1rem}.services-grid{z-index:2;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid;position:relative}.service-card{background:var(--bg-primary);box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);border-radius:1rem;flex-direction:column;padding:2.5rem 2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.service-card:before{content:"";background:var(--card-theme);transform-origin:0;width:100%;height:4px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.service-card:hover{border-color:#0000;transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000000d}.service-card:hover:before{transform:scaleX(1)}.icon-wrapper{background:rgba(var(--card-theme-rgb), .1);width:60px;height:60px;color:var(--card-theme);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.service-card h3{margin-bottom:.75rem;font-size:1.25rem}.service-card p{color:var(--gray-600);font-size:.95rem}.service-details{color:var(--gray-600);margin-top:1rem;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.service-line{margin-bottom:.5rem}.service-highlight{background:var(--bg-secondary);border-left:4px solid var(--card-theme);border-radius:8px;align-items:flex-start;gap:.5rem;margin-top:auto;padding:1rem;display:flex}.highlight-emoji{flex-shrink:0;font-size:1.1rem}.highlight-text{margin:0;font-weight:600;line-height:1.4;color:var(--c-text)!important;font-size:.9rem!important}.about-section{background:var(--bg-secondary);padding:8rem 0}.about-container{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (width>=992px){.about-container{grid-template-columns:1fr 1fr}}.about-images{height:500px;position:relative}.image-wrapper{box-shadow:var(--shadow-lg);border-radius:24px;position:absolute;overflow:hidden}.main-image{z-index:1;width:80%;height:80%;top:0;left:0}.secondary-image{z-index:2;border:8px solid var(--bg-secondary);width:50%;height:50%;bottom:0;right:0}.image-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.experience-badge{z-index:3;background:var(--c-d2);color:#fff;text-align:center;box-shadow:var(--shadow-lg);border-radius:16px;padding:1.5rem;animation:5s ease-in-out infinite alternate float;position:absolute;top:10%;right:0%}.experience-badge .years{font-size:2.5rem;font-weight:800;line-height:1;display:block}.experience-badge .text{opacity:.9;font-size:.8rem;font-weight:500}.about-description{color:var(--gray-600);margin-bottom:2rem;font-size:1.1rem}.about-features{flex-direction:column;gap:1rem;display:flex}.about-features li{align-items:center;gap:.75rem;font-weight:500;display:flex}.cta-section{background:linear-gradient(135deg, var(--c-d) 0%, var(--c-d2) 100%);color:#fff;text-align:center;padding:6rem 0}.cta-content h2{margin-bottom:1rem;font-size:2.5rem}.cta-content p{opacity:.9;margin-bottom:2rem;font-size:1.125rem}.cta-actions .btn-primary{color:var(--c-d);background:#fff}.cta-actions .btn-primary:hover{background:var(--bg-primary);box-shadow:0 10px 25px #0003}.footer{background:var(--c-text);color:#fff;padding:5rem 0 2rem}.footer-grid{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-brand p{color:var(--gray-400);max-width:300px;margin-top:1rem;margin-bottom:1.5rem}.footer-logo{font-family:var(--font-logo);letter-spacing:-1px;font-size:2rem;font-weight:800;line-height:1}.footer-logo-sub{letter-spacing:.2em;color:var(--gray-400);text-transform:uppercase;font-family:Inter,sans-serif;font-size:.6rem;font-weight:800}.social-links{gap:1rem;display:flex}.social-link{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.social-link:hover{background:var(--c-d);transform:translateY(-3px)}.footer-links h4{margin-bottom:1.5rem;font-size:1.1rem}.footer-links ul{flex-direction:column;gap:.75rem;display:flex}.footer-links a{color:var(--gray-400)}.footer-links a:hover{color:var(--c-g)}.footer-bottom{color:var(--gray-400);border-top:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;font-size:.9rem;display:flex}@media (width>=768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-legal{gap:1.5rem;display:flex}.footer-legal a:hover{color:#fff}.nav-logo{object-fit:contain;width:auto;height:60px}.footer-logo-img{background:#fff;border-radius:8px;max-width:160px;height:auto;margin-bottom:1rem;padding:.5rem}.clean-hero-image-wrapper{border-radius:24px;width:100%;height:500px;position:relative}.clean-hero-image{object-fit:cover;width:100%;height:100%;box-shadow:var(--shadow-lg);border-radius:24px}.clean-hero-card{background:#fff;border-radius:16px;align-items:center;gap:1rem;padding:1.5rem;animation:4s ease-in-out infinite alternate float;display:flex;position:absolute;bottom:-20px;left:-20px;box-shadow:0 20px 25px -5px #0000001a}.circle-icon{border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}
