.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--brand-orange);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);height:10vh;max-height:8rem;margin-top:1rem;margin-left:3rem;margin-right:3rem;border-radius:var(--border-radius)}.navbar-inner{min-height:78px;height:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.navbar-logo{display:flex;align-items:center;height:100%}.navbar-logo-image{height:100%}.navbar-logo-text{white-space:nowrap}.navbar-nav{display:flex;align-items:center;gap:1.5rem}.nav-link{position:relative;font-size:.98rem;font-weight:600;color:var(--text-dark);transition:color .2s ease}.nav-link:hover,.nav-link-active{color:var(--brand-orange)}.nav-link-active:after{content:"";position:absolute;left:0;bottom:-.45rem;width:100%;height:2px;background:var(--brand-orange);border-radius:999px}.navbar-cta{margin-left:.5rem}@media (max-width: 860px){.navbar-inner{min-height:72px;gap:1rem}.navbar-logo-text{font-size:.95rem}.navbar-nav{gap:1rem;flex-wrap:wrap;justify-content:flex-end}.nav-link{font-size:.95rem}.navbar-cta{padding:.65rem 1.1rem}}@media (max-width: 640px){.navbar-inner{flex-direction:column;align-items:flex-start;justify-content:center;padding-top:.9rem;padding-bottom:.9rem}.navbar-nav{width:100%;justify-content:flex-start;gap:.9rem 1.1rem}.nav-link-active:after{bottom:-.25rem}}.hero{background-color:var(--brand-orange);max-height:70vh}.hero-inner{display:flex;align-items:center;flex-direction:column;gap:4rem}.hero-content{display:flex;flex-direction:column;align-items:center;gap:3rem;background-color:var(--brand-orange)}.hero-title{font-size:6rem;margin-bottom:1.2rem;text-align:center;max-width:800px;color:var(--brand-purple)}.hero-text{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem}.hero-image{width:1200px;height:auto;border-radius:12px}.placeholder-navbar{height:calc(10vh + 2rem);max-height:10rem}.hero2{background-color:var(--brand-turquoise)}.hero2-inner{display:flex;align-items:center;flex-direction:column;gap:4rem;height:120vh}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;background:#fff;color:#111}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}:root{--brand-orange: #ff6a00;--brand-purple: #492082ff;--brand-turquoise: #00b3a6;--text-dark: #111;--text-light: #666;--border-radius: 10px}h1,h2,h3,h4{font-weight:700;line-height:1.2}.button-primary{display:inline-block;background:var(--brand-turquoise);color:#fff;padding:.75rem 1.5rem;border-radius:var(--border-radius);font-weight:600;transition:.2s}.button-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}
