.site-header{background:rgba(7,7,14,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(37,211,102,.15);position:-webkit-sticky;position:sticky;top:0;z-index:1000;width:100%}.header-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem;height:60px;justify-content:space-between;gap:1rem}.brand-link,.header-inner{display:flex;align-items:center}.brand-link{gap:.55rem;text-decoration:none;flex-shrink:0}.brand-icon{width:32px;height:32px;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:900;color:#fff}.brand-name{font-size:1.1rem;font-weight:700;color:#fff;letter-spacing:-.02em}.nav-menu{display:flex;align-items:center;gap:.1rem;flex-wrap:nowrap;overflow:hidden}.nav-link{color:#94a3b8;text-decoration:none;font-size:.8rem;font-weight:500;padding:.45rem .6rem;border-radius:6px;border:1px solid transparent;transition:all .2s;white-space:nowrap}.nav-link:hover{color:#25d366;background:rgba(37,211,102,.08)}.nav-link.active{color:#25d366;background:rgba(37,211,102,.12);border-color:rgba(37,211,102,.25)}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;-webkit-tap-highlight-color:transparent}.hamburger span{display:block;width:22px;height:2px;background:#94a3b8;border-radius:2px;transition:all .3s}.hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:1100px){.nav-link{font-size:.75rem;padding:.4rem .5rem}}@media (max-width:860px){.hamburger{display:flex}.nav-menu{position:fixed;top:60px;left:0;right:0;background:rgba(7,7,14,.98);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(37,211,102,.15);flex-direction:column;align-items:stretch;padding:.75rem;gap:.2rem;transform:translateY(-110%);opacity:0;pointer-events:none;transition:transform .3s ease,opacity .3s ease;overflow:visible;max-height:calc(100vh - 60px);overflow-y:auto}.nav-menu.open{transform:translateY(0);opacity:1;pointer-events:all}.nav-link{font-size:1rem;padding:.85rem 1rem;border-radius:8px}}@media (max-width:480px){.brand-name{font-size:1rem}.header-inner{padding:0 1rem}}.site-footer{background:rgba(5,5,10,.98);border-top:1px solid rgba(37,211,102,.12);padding:4rem 2rem 1.5rem;color:#94a3b8}.footer-inner{max-width:1280px;display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;grid-gap:3rem;gap:3rem;margin:0 auto 3rem}.footer-logo{gap:.6rem;margin-bottom:1rem}.footer-icon,.footer-logo{display:flex;align-items:center}.footer-icon{width:32px;height:32px;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:7px;justify-content:center;font-size:1rem;font-weight:900;color:#fff}.footer-logo span{font-size:1.2rem;font-weight:700;color:#fff}.footer-tagline{font-size:.875rem;line-height:1.6;max-width:280px}.footer-contact-direct,.footer-tagline{margin-bottom:1.25rem}.email-direct{display:inline-block;background:rgba(37,211,102,.08);border:1px solid rgba(37,211,102,.2);color:#25d366;font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:8px;text-decoration:none;transition:all .2s;margin-bottom:.5rem}.email-direct:hover{background:rgba(37,211,102,.15)}.response-note{font-size:.78rem;color:#475569;margin-top:.4rem}.footer-socials{display:flex;gap:.75rem;flex-wrap:wrap}.footer-socials a{width:36px;height:36px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.08);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#94a3b8;text-decoration:none;transition:all .2s}.footer-socials a:hover{background:rgba(37,211,102,.12);border-color:rgba(37,211,102,.25);color:#25d366}.footer-contact-col h4,.footer-links h4{color:#fff;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.footer-links ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.footer-links a{color:#94a3b8;text-decoration:none;font-size:.875rem;transition:color .2s}.footer-links a:hover{color:#25d366}.footer-contact-col{display:flex;flex-direction:column;gap:.55rem}.footer-contact-col a,.footer-contact-col span{color:#94a3b8;text-decoration:none;font-size:.875rem;transition:color .2s}.footer-contact-col a:hover{color:#25d366}.footer-bottom{max-width:1280px;margin:0 auto;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.05);display:flex;justify-content:space-between;align-items:center;font-size:.82rem}.footer-bottom a{color:#25d366;text-decoration:none}@media (max-width:1024px){.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:640px){.footer-inner{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:.75rem;text-align:center}}.site-layout{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1 1}