:root{--bg:#EAF1FF;--surface:#FFF;--text:#0B1B33;--brand:#FF4B1F;--brand-dark:#cc3c19;--accent:#00B578;--pattern:#D7E3FF}*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Archivo',sans-serif;background-color:var(--bg);color:var(--text);min-height:100dvh;display:flex;flex-direction:column;overflow-x:hidden;position:relative}.bg-layer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='10' y='10' width='24' height='24' rx='6' fill='%23D7E3FF' opacity='0.7'/%3E%3Cpath d='M60 15v14m-7-7h14' stroke='%23D7E3FF' stroke-width='2.5' stroke-linecap='round' opacity='0.7'/%3E%3C/svg%3E");background-size:80px 80px}.bg-float{position:absolute;background:var(--brand);opacity:.04;border-radius:24px;z-index:-1}.bg-float-1{width:120px;height:120px;top:15%;left:10%;transform:rotate(15deg)}.bg-float-2{width:80px;height:80px;top:25%;right:15%;transform:rotate(-12deg)}.page-container{display:flex;flex-direction:column;flex:1;max-width:1200px;margin:0 auto;width:100%;padding:1.5rem}.header{display:flex;align-items:center;justify-content:center;padding-bottom:1rem}@media(min-width:768px){.header{justify-content:flex-start}}.logo{height:40px;width:auto}.main-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%}.badge-wrapper{overflow:hidden;margin-bottom:1rem;height:30px}.installer-badge{display:inline-block;border:1.5px solid var(--accent);color:var(--accent);font-weight:600;font-size:.875rem;padding:.25rem 1rem;border-radius:99px;opacity:0;transform:translateY(20px);animation:badgeSlide 400ms ease-out forwards;background:rgba(0,181,120,0.05)}.headline{font-family:'Archivo Black',sans-serif;color:var(--brand);font-size:clamp(2.5rem,7vw,4.5rem);line-height:1.05;text-transform:uppercase;margin-bottom:1rem;max-width:900px}.support-line{font-size:clamp(1.125rem,2.5vw,1.375rem);line-height:1.4;margin-bottom:2.5rem;max-width:700px;color:var(--text);opacity:.9}.action-area{display:flex;flex-direction:column-reverse;align-items:center;gap:1.5rem;width:100%}@media(min-width:768px){.action-area{flex-direction:row;justify-content:center;gap:2rem}}.isometric-dock{width:140px;height:140px;position:relative}.iso-svg{width:100%;height:100%;overflow:visible}.cta-group{display:flex;flex-direction:column;align-items:center;gap:.75rem}.cta-button{display:inline-flex;align-items:center;justify-content:center;background:var(--brand);color:var(--surface);font-family:'Archivo Black',sans-serif;font-size:1.25rem;text-transform:uppercase;text-decoration:none;padding:1.25rem 2.5rem;border-radius:16px;box-shadow:0 6px 0 var(--brand-dark),0 15px 30px -5px rgba(255,75,31,0.3);cursor:pointer;outline:none;user-select:none;transform-origin:center bottom;position:relative;will-change:transform,box-shadow;transition:outline .2s ease}.cta-button:focus-visible{outline:3px solid var(--text);outline-offset:4px}.under-cta{font-size:.875rem;color:var(--text);opacity:.7;max-width:260px;line-height:1.4}.footer{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:3rem}.platform-chips{display:flex;gap:.75rem;opacity:0;animation:chipFade 200ms ease-out 200ms forwards}.chip{border:1px solid var(--accent);color:var(--accent);font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:6px;text-transform:uppercase;letter-spacing:.05em}.footer-text{font-family:'Archivo',sans-serif;font-weight:600;font-size:1rem;color:var(--text);opacity:.5}@keyframes badgeSlide{to{opacity:1;transform:translateY(0)}}@keyframes chipFade{to{opacity:1}}@keyframes pulseGate{0%,100%{transform:scaleY(1);fill:var(--accent)}5%{transform:scaleY(1.1);fill:#33c493}10%{transform:scaleY(1);fill:var(--accent)}}@keyframes slideTile{0%,100%{transform:translate(0,0)}10%{transform:translate(18px,10.5px)}15%,85%{transform:translate(15px,8.6px)}}.gate-pulse{transform-origin:85px 125px;animation:pulseGate 6s infinite ease-in-out}.tile-slide{animation:slideTile 6s infinite cubic-bezier(0.34,1.56,0.64,1)}@media(prefers-reduced-motion:reduce){*,::before,::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}html,body{max-width:100%;overflow-x:clip}