.cam-header{background:var(--cam-blue);padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:64px;position:relative}.cam-header-logo{display:flex;flex-direction:column;line-height:1.1}.cam-header-logo .top{font-size:9px;color:var(--cam-yellow);letter-spacing:2px;text-transform:uppercase;font-weight:500}.cam-header-logo .main{font-size:18px;font-weight:700;color:#fff}.cam-header-logo .main span{color:var(--cam-yellow)}.cam-header-logo .sub{font-size:9px;color:rgba(255,255,255,0.6);letter-spacing:1px}.cam-nav{display:flex;align-items:center;gap:0.25rem}.cam-nav a{color:rgba(255,255,255,0.8);text-decoration:none;font-size:14px;padding:0.4rem 0.75rem;border-radius:var(--radius);transition:all 0.15s;white-space:nowrap}.cam-nav a:hover{color:#fff;background:rgba(255,255,255,0.1)}.cam-nav a.active{color:var(--cam-yellow);font-weight:500}.cam-nav .cam-nav-cta{background:var(--cam-yellow);color:var(--cam-blue)!important;font-weight:500;margin-left:0.5rem;border-radius:var(--radius)}.cam-nav .cam-nav-cta:hover{background:#ffd43b}.cam-burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px;background:none;border:none}.cam-burger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:all 0.2s}.cam-mobile-menu{display:none;flex-direction:column;background:var(--cam-blue);border-top:1px solid rgba(255,255,255,0.1);padding:0.75rem 1.5rem 1rem;position:absolute;top:64px;left:0;right:0;z-index:100}.cam-mobile-menu.open{display:flex}.cam-mobile-menu a{color:rgba(255,255,255,0.85);text-decoration:none;font-size:15px;padding:0.65rem 0;border-bottom:0.5px solid rgba(255,255,255,0.08)}.cam-mobile-menu a:last-child{border-bottom:none}.cam-mobile-menu a.cam-nav-cta{color:var(--cam-blue)!important;background:var(--cam-yellow);padding:0.65rem 1rem;border-radius:var(--radius);text-align:center;font-weight:500;margin-top:0.5rem;border-bottom:none}.cam-spacer{background:var(--surface-1,#f5f5f3);padding:2rem 2rem;min-height:120px;display:flex;align-items:center;justify-content:center}.cam-spacer p{color:var(--text-muted,#888);font-size:13px}.cam-footer{background:var(--cam-blue);color:rgba(255,255,255,0.8)}.cam-footer-top{padding:2.5rem 2rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;border-bottom:0.5px solid rgba(255,255,255,0.1)}.cam-footer-brand .brand-name{font-size:20px;font-weight:700;color:#fff}.cam-footer-brand .brand-name span{color:var(--cam-yellow)}.cam-footer-brand .brand-slogan{font-size:11px;color:rgba(255,255,255,0.5);letter-spacing:1px;margin-bottom:0.75rem}.cam-footer-brand p{font-size:13px;line-height:1.6;color:rgba(255,255,255,0.6);max-width:260px}.cam-footer-col h3{font-size:12px;font-weight:500;color:var(--cam-yellow);text-transform:uppercase;letter-spacing:1px;margin-bottom:0.75rem}.cam-footer-col a{display:block;color:rgba(255,255,255,0.65);text-decoration:none;font-size:13px;margin-bottom:0.4rem;transition:color 0.15s}.cam-footer-col a:hover{color:#fff}.cam-footer-col p{font-size:13px;color:rgba(255,255,255,0.65);line-height:1.7}.cam-footer-bottom{padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:rgba(255,255,255,0.4)}.cam-footer-bottom a{color:rgba(255,255,255,0.4);text-decoration:none}.cam-footer-bottom a:hover{color:rgba(255,255,255,0.7)}.cam-footer-bottom-links{display:flex;gap:1.5rem}@media (max-width:768px){.cam-nav{display:none}.cam-burger{display:flex}.cam-footer-top{grid-template-columns:1fr 1fr;gap:1.5rem}.cam-footer-brand{grid-column:1 / -1}.cam-footer-brand p{max-width:100%}.cam-footer-bottom{flex-direction:column;gap:0.5rem;text-align:center}.cam-footer-bottom-links{gap:1rem}}@media (max-width:480px){.cam-header{padding:0 1rem}.cam-footer-top{grid-template-columns:1fr;padding:1.5rem 1rem}.cam-footer-bottom{padding:1rem}.cam-spacer{padding:1.5rem 1rem}}