*{box-sizing:border-box;margin:0;padding:0}:root{--orange:#f47920;--orange-dark:#d4641a;--gray-dark:#595959;--gray-medium:#7a7a7a;--gray-light:#f0f0f0;--white:#fff;--text-dark:#333;--text-light:#666}body{color:var(--text-dark);background-color:var(--white);margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-weight:700;line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn-primary{background-color:var(--orange);color:var(--white);cursor:pointer;border:none;border-radius:4px;padding:14px 32px;font-size:1rem;font-weight:600;transition:background-color .2s;display:inline-block}.btn-primary:hover{background-color:var(--orange-dark)}.btn-outline{color:var(--orange);border:2px solid var(--orange);cursor:pointer;background-color:#0000;border-radius:4px;padding:12px 30px;font-size:1rem;font-weight:600;transition:all .2s;display:inline-block}.btn-outline:hover{background-color:var(--orange);color:var(--white)}.section-title{color:var(--gray-dark);margin-bottom:12px;font-size:2rem}.section-title span{color:var(--orange)}.section-subtitle{color:var(--text-light);max-width:600px;font-size:1.05rem}.divider{background-color:var(--orange);border-radius:2px;width:60px;height:4px;margin:16px 0 32px}.navbar{z-index:200;background:linear-gradient(#3a3a3a 0%,#2c2c2c 100%);transition:box-shadow .3s;position:sticky;top:0}.navbar--scrolled{box-shadow:0 4px 24px #00000073}.navbar-stripe{background:linear-gradient(90deg, var(--orange) 0%, #ffb347 60%, transparent 100%);height:3px}.navbar-inner{justify-content:space-between;align-items:center;gap:16px;height:72px;display:flex}.navbar-logo{flex-shrink:0;align-items:center;display:flex}.navbar-logo img{filter:brightness(0)invert();width:auto;height:50px;transition:filter .2s,transform .2s}.navbar-logo:hover img{filter:brightness(0)invert()sepia()saturate(4)hue-rotate(345deg);transform:scale(1.04)}.navbar-desktop{align-items:center;gap:2px;display:flex}.nav-sep{background:#ffffff1f;flex-shrink:0;width:1px;height:20px;margin:0 8px;display:block}.nav-item{letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:3px;align-items:center;padding:7px 10px;font-family:inherit;font-size:.78rem;font-weight:600;text-decoration:none;transition:color .2s,background .2s;display:inline-flex;position:relative}.nav-item--link{color:#c8c8c8;gap:0}.link-bracket{color:var(--orange);opacity:0;font-size:1rem;font-weight:700;line-height:1;transition:opacity .18s,transform .18s}.link-bracket--left{margin-right:3px;transform:translate(6px)}.link-bracket--right{margin-left:3px;transform:translate(-6px)}.nav-item--link:hover .link-bracket,.nav-item--link.is-active .link-bracket{opacity:1;transform:translate(0)}.nav-item--link:hover .link-text,.nav-item--link.is-active .link-text{color:#fff}.nav-item--link:after{content:"";background:var(--orange);border-radius:1px;width:0;height:2px;transition:width .2s,left .2s;position:absolute;bottom:0;left:50%}.nav-item--link.is-active:after{width:100%;left:0}.nav-item--section{color:#aaa}.nav-item--section:before{content:"";opacity:0;background:#ffffff0d;border-radius:3px;transition:opacity .18s;position:absolute;inset:0}.nav-item--section:hover{color:#fff}.nav-item--section:hover:before{opacity:1}.nav-item--section:after{content:"";background:var(--orange);border-radius:1px;width:0;height:2px;transition:width .2s,left .2s;position:absolute;bottom:0;left:50%}.nav-item--section:hover:after{width:80%;left:10%}.nav-item--cta{color:var(--white);background:var(--orange);border-radius:4px;margin-left:4px;padding:8px 18px;transition:background .2s,transform .15s}.nav-item--cta:hover{background:var(--orange-dark);transform:translateY(-1px)}.nav-item--cta.is-active{background:var(--orange-dark);box-shadow:0 0 0 2px #f4792066}.hamburger{cursor:pointer;background:0 0;border:1px solid #f479204d;border-radius:4px;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;transition:border-color .2s,background .2s;display:none}.hamburger:hover{border-color:var(--orange);background:#f4792014}.bar{transform-origin:50%;background:#c8c8c8;border-radius:2px;width:100%;height:2px;transition:transform .3s,opacity .3s,background .2s;display:block}.hamburger.is-open .bar{background:var(--orange)}.hamburger.is-open .bar--top{transform:translateY(7px)rotate(45deg)}.hamburger.is-open .bar--mid{opacity:0;transform:scaleX(0)}.hamburger.is-open .bar--bot{transform:translateY(-7px)rotate(-45deg)}.mobile-overlay{z-index:190;pointer-events:none;background:0 0;transition:background .35s;display:none;position:fixed;inset:0}.mobile-overlay.is-open{pointer-events:all;background:#0000008c}.mobile-drawer{z-index:300;border-left:3px solid var(--orange);background:#222;flex-direction:column;width:min(320px,85vw);height:100dvh;transition:transform .35s cubic-bezier(.4,0,.2,1);display:none;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-drawer.is-open{transform:translate(0)}.drawer-header{border-bottom:1px solid #333;padding:28px 28px 20px}.drawer-logo{filter:brightness(0)invert();height:44px}.drawer-nav{flex-direction:column;flex:1;padding:16px 0;display:flex}.drawer-link{color:#aaa;cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #2e2e2e;align-items:center;gap:14px;width:100%;padding:18px 28px;font-family:inherit;text-decoration:none;transition:background .2s,color .2s,padding-left .2s;display:flex}.drawer-link:hover{color:#fff;background:#f4792012;padding-left:36px}.drawer-link.is-active{color:var(--orange);border-left:3px solid var(--orange);background:#f479201f;margin-left:-3px}.drawer-link--cta{color:var(--orange);font-weight:700}.drawer-num{color:var(--orange);letter-spacing:.05em;opacity:.7;flex-shrink:0;font-size:.7rem;font-weight:700}.drawer-label{letter-spacing:.05em;text-transform:uppercase;flex:1;font-size:.95rem;font-weight:600}.drawer-arrow{opacity:0;color:var(--orange);font-size:1rem;transition:opacity .2s,transform .2s;transform:translate(-8px)}.drawer-link:hover .drawer-arrow,.drawer-link.is-active .drawer-arrow{opacity:1;transform:translate(0)}.drawer-footer{border-top:1px solid #333;padding:20px 28px}.drawer-footer p{color:#555;margin-bottom:4px;font-size:.78rem}@media (width<=900px){.navbar-desktop{display:none}.hamburger,.mobile-overlay,.mobile-drawer{display:flex}}.footer{background-color:var(--gray-dark);color:#ccc;margin-top:auto}.footer-inner{grid-template-columns:2fr 1fr 1fr;gap:48px;padding:56px 24px 40px;display:grid}.footer-logo{filter:brightness(0)invert();width:auto;height:56px;margin-bottom:16px}.footer-brand p{color:#aaa;max-width:280px;font-size:.9rem;line-height:1.6}.footer-links h4,.footer-contact h4{color:var(--white);text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;font-size:.95rem}.footer-links ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-links ul li a{color:#aaa;font-size:.9rem;transition:color .2s}.footer-links ul li a:hover{color:var(--orange)}.footer-contact-item{color:#aaa;align-items:flex-start;gap:8px;margin-bottom:10px;font-size:.88rem;line-height:1.5;text-decoration:none;transition:color .2s;display:flex}a.footer-contact-item:hover{color:var(--orange)}.footer-address{cursor:default}.footer-address span:first-child{flex-shrink:0;margin-top:2px}.footer-bottom{text-align:center;color:#888;background-color:#00000040;padding:16px 24px;font-size:.85rem}@media (width<=768px){.footer-inner{grid-template-columns:1fr;gap:32px;padding:40px 24px 32px}}
