:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column}.nav{position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.25rem;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hedgehog-icon{color:#667eea;flex-shrink:0;display:block}.hedgehog-icon .hedgehog-feature{fill:#1a1a1a}.footer-brand .hedgehog-icon .hedgehog-feature{fill:#0000004d}@keyframes blink{0%,90%,to{transform:scaleY(1)}95%{transform:scaleY(.1)}}.hedgehog-eye{transform-origin:center;animation:blink 3s infinite}.hedgehog-eye:nth-child(6){animation-delay:0s}.hedgehog-eye:nth-child(7){animation-delay:0s}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#667eea}.cta-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important;padding:.5rem 1.5rem;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-menu span{width:100%;height:2px;background-color:#333;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger-menu[aria-expanded=true] span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-menu[aria-expanded=true] span:nth-child(2){opacity:0}.hamburger-menu[aria-expanded=true] span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:999}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;text-align:center}.hero-container{max-width:1200px;margin:0 auto}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem}.gradient-text{background:linear-gradient(135deg,#f093fb,#f5576c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.rotating-word{display:block;text-align:center;margin-top:.5rem}.rotating-word.fade-in{animation:fadeIn .6s ease-in-out forwards}.rotating-word.fade-out{animation:fadeOut .6s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.btn-secondary{background:#fff3;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#667eea}.btn-large{padding:1rem 2.5rem;font-size:1.125rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:5rem 0}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;text-align:center;margin-bottom:1rem;color:#1a1a1a}.section-subtitle{text-align:center;font-size:1.125rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.services{background:#f8f9fa}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001a}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1a1a1a}.service-card p{color:#666;line-height:1.6}.features{background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-top:3rem}.feature-item{padding:1.5rem}.feature-item h3{font-size:1.25rem;margin-bottom:.75rem;color:#1a1a1a}.feature-item p{color:#666;line-height:1.6}.tech-stack{background:#f8f9fa}.tech-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.tech-item{background:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;color:#667eea;box-shadow:0 2px 4px #0000000d;transition:transform .2s ease}.tech-item:hover{transform:translateY(-2px)}.cta{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;text-align:center;padding:6rem 2rem}.cta-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem}.cta-subtitle{font-size:1.125rem;opacity:.9;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.cta .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cta .btn-primary:hover{box-shadow:0 8px 20px #667eea66}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 1.5rem}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:2rem}.footer-brand{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700}.footer-brand .hedgehog-icon{color:#fff}.footer-links{display:flex;gap:2rem}.footer-links a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#fff9;font-size:.875rem}@media(max-width:768px){.hamburger-menu{display:flex}.nav-links{position:fixed;top:0;right:-100%;height:100vh;width:280px;background:#fff;flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:1.5rem;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease;z-index:1000}.nav-links.nav-links-open{right:0}.nav-links a{width:100%;padding:.75rem 0;font-size:1.1rem}.nav-links .cta-button{width:100%;text-align:center;margin-top:1rem}.hero{padding:4rem 1.5rem}.hero-buttons{flex-direction:column;align-items:stretch}.btn{text-align:center}.services-grid,.features-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;text-align:center}.footer-links{flex-direction:column;gap:1rem}}@media(max-width:480px){.nav-container,.container{padding:0 1rem}section{padding:3rem 0}}
