: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}.skip-link{display:block;background:#4c5fd5;color:#fff;padding:.5rem 1rem;text-decoration:none;font-weight:600;font-size:.875rem;text-align:center;box-shadow:0 2px 8px #0003;transition:background .2s ease,box-shadow .2s ease}.skip-link:hover{background:#3d4fc4;box-shadow:0 4px 12px #0000004d}.skip-link:focus{outline:3px solid #f5576c;outline-offset:2px}*:focus-visible{outline:3px solid #4c5fd5;outline-offset:2px;border-radius:2px}button:focus-visible,a:focus-visible{outline:3px solid #4c5fd5;outline-offset:2px}button,a,input,textarea,select{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}main{flex:1;outline:none}main:focus{outline:none}.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}.logo{text-decoration:none;color:inherit}.logo-text{font-size:2rem;font-weight:700;gap:.5rem;align-items:center;background:linear-gradient(to right,#4c5fd5,#5d3a7a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center}.nav-left{flex:1;min-width:0}.nav-brand{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.nav-right{flex:1;display:flex;justify-content:flex-end;align-items:center;min-width:0}.logo:focus-visible{outline:3px solid #4c5fd5;outline-offset:2px;border-radius:4px}.hedgehog-icon{color:#4c5fd5;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:#1a1a1a;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#4c5fd5}.cta-button{background:linear-gradient(135deg,#4c5fd5,#5d3a7a);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 #4c5fd566}.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:#1a1a1a;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)}.hamburger-menu:focus-visible{outline:3px solid #4c5fd5;outline-offset:2px;border-radius:4px}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:999}.hero{background:linear-gradient(135deg,#4c5fd5,#5d3a7a);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;color:#fff;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:#4c5fd5}.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:#4c5fd5}.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:#3d3d3d;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.services{background:#f8f9fa}.services-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3rem}.service-card{flex:0 1 300px;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:#3d3d3d;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:#3d3d3d;line-height:1.6}.tech-stack{background:#f8f9fa}.tech-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem;list-style:none;padding:0;margin-left:0;margin-right:0}.tech-item{background:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;color:#4c5fd5;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;color:#fff;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.cta .btn-primary{background:linear-gradient(135deg,#4c5fd5,#5d3a7a);color:#fff}.cta .btn-primary:hover{box-shadow:0 8px 20px #4c5fd566}.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:#fff;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,.2);color:#ffffffe6;font-size:.875rem}@media(max-width:1024px){.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;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}}@media(max-width:768px){.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:768px){.service-card{flex:1 1 100%;min-width:100%}}@media(max-width:480px){.nav-container,.container{padding:0 1rem}section{padding:3rem 0}}
