m:root{--primary-dark: #333366;--text-main: #333366;--text-light: #666688;--brand-blue-light: #66CCFF;--brand-blue-deep: #6666FF;--brand-green: #00FF98;--accent-gradient: linear-gradient(135deg, var(--brand-blue-light) 0%, var(--brand-blue-deep) 100%);--accent-green-gradient: linear-gradient(135deg, #00FF98 0%, #00CC88 100%);--bg-white: #ffffff;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--text-giant: clamp(3.5rem, 12vw, 9rem);--text-h1: clamp(2.5rem, 6vw, 5rem);--text-h2: clamp(2rem, 4vw, 3.5rem);--container-width: 1400px;--section-spacing: 8rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--text-main);background-color:var(--bg-white);overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{max-width:var(--container-width);margin:0 auto;padding:0 2rem}.section{padding:var(--section-spacing) 0}.font-giant{font-size:var(--text-giant);line-height:.9;letter-spacing:-.04em;font-weight:800}.text-highlight{display:inline-block;background:linear-gradient(120deg,#04f,#80f,#04f);background-size:200% 100%;color:#fff;padding:0 .2em;transform:skew(-2deg);animation:gradientMove 3s linear infinite}@keyframes gradientMove{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate-reveal{opacity:0;animation:slideUpFade 1s cubic-bezier(.16,1,.3,1) forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-500{animation-delay:.5s}.grid-cols-2{display:grid;grid-template-columns:1fr;gap:4rem}@media (min-width: 900px){.grid-cols-2{grid-template-columns:1fr 1fr;align-items:start}}.footer{background-color:var(--primary-dark);color:#fff;padding-top:4rem;padding-bottom:2rem;position:relative;overflow:hidden}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4rem}.footer-content-wrapper{position:relative;z-index:1}.footer-brand-logo{height:40px;width:auto;margin-bottom:1.5rem}.footer-tagline{color:#fff;line-height:1.6;margin-bottom:1rem;max-width:300px}.footer-copyright-text{color:#fff;font-size:.85rem}.footer-pattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.1;pointer-events:none;background-repeat:repeat;background-size:300px;animation:patternMove 60s linear infinite;mix-blend-mode:screen}@keyframes patternMove{0%{background-position:0 0}to{background-position:100% 100%}}.footer:before{display:none}.footer-gradient-text{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.footer h3,.footer h4{color:#fff;margin-bottom:1.5rem;position:relative;z-index:1}.footer p,.footer div{z-index:1;position:relative}.footer-link{color:var(--text-light);text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.8rem}.footer-link:hover{color:var(--brand-green);transform:translate(5px)}.contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;color:#e0e0e0;line-height:1.6}.contact-item svg{flex-shrink:0;color:var(--brand-blue-light);margin-top:.25rem;transition:color .3s ease}.clickable-contact{text-decoration:none;transition:all .3s ease;cursor:pointer}.clickable-contact:hover{color:var(--brand-green);transform:translate(5px)}.clickable-contact:hover svg{color:var(--brand-green)}
