:root{--brand:#ca6a47;--brand-600:#1f6b9a;--brand-50:#f6a41c;--ring:rgba(24,78,119,.12);--heading:"Jost",sans-serif!important;--body:"Jost",sans-serif!important;--text:#1f2937;--text-900:#0f172a;--muted:#6b7280;--line:#e5e7eb;--bg:#fff;--bg-soft:#fafafa}body,html{font-family:Jost,sans-serif}.hero-section{background-color:var(--primary-color);padding:2rem 0}.navbar{@apply flex items-center justify-between py-8;position:relative;z-index:100}.navbar-start{@apply flex-1 flex items-center gap-4}.navbar-center{@apply flex-none px-2}.navbar-end{@apply flex-1 flex justify-end}@media (min-width:1024px){.navbar-end{justify-content:flex-end;width:25%}}.hs-menu-wrapper.hs-menu-flow-horizontal{display:flex!important;width:100%!important}.hs-menu-wrapper.hs-menu-flow-horizontal>ul{align-items:center!important;display:flex!important;flex-direction:row!important;gap:1rem!important;width:100%!important}.hs-menu-wrapper.hs-menu-flow-horizontal>ul>li{height:auto!important;position:relative!important}.hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{font-size:1.25rem;height:auto!important;text-transform:uppercase;@apply px-3 py-2 hover:bg-base-200 rounded-lg whitespace-nowrap}ul.hs-menu-children-wrapper{background:#fff}.hs-menu-children-wrapper{left:50%!important;opacity:0;position:absolute!important;top:100%!important;transform:translateX(-50%);visibility:hidden;z-index:200!important;@apply shadow-lg rounded-lg min-w-[200px] p-2 transition-all}.hs-item-has-children:hover>.hs-menu-children-wrapper{opacity:1;visibility:visible}.hs-menu-children-wrapper a{font-size:1.25rem;@apply block px-4 py-2 hover:bg-base-200 rounded-lg whitespace-nowrap}@media (min-width:1024px){.navbar-start .dropdown{display:none!important}}@media (max-width:1023px){.hs-menu-wrapper.hs-menu-flow-horizontal>ul{align-items:flex-start!important;flex-direction:column!important}.hs-menu-children-wrapper{opacity:1;position:static!important;transform:none;visibility:visible;@apply shadow-none pl-4 w-full}.navbar-start{justify-content:center;width:100%}}.btn,.cta-button{align-items:center;border:none;border-radius:22px;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s ease,transform .2s ease}.btn-primary,.cta-button.primary{background-color:var(--brand)!important;color:#fff!important}.btn-primary:hover,.cta-button.primary:hover{background-color:var(--brand-600)!important;transform:translateY(-1px)}.btn-secondary,.cta-button.secondary{background-color:var(--brand-50)!important;color:var(--text)!important}.btn-secondary:hover,.cta-button.secondary:hover{background-color:var(--brand)!important;color:#fff!important;transform:translateY(-1px)}.btn-ghost,.cta-button.ghost{background-color:transparent!important;border:2px solid var(--brand);color:var(--brand)!important}.btn-ghost:hover,.cta-button.ghost:hover{transform:translateY(-1px)}.btn-ghost:hover,.cta-button.ghost:hover,.cta-button:not(.primary):not(.secondary):not(.ghost){background-color:var(--brand)!important;color:#fff!important}.cta-button:not(.primary):not(.secondary):not(.ghost):hover{background-color:var(--brand-600)!important;transform:translateY(-1px)}.dropdown-content{z-index:300!important}.navbar-start{width:auto!important}.navbar{justify-content:space-between}.glass-bg-global{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.3);border-radius:12px;box-shadow:0 4px 30px rgba(0,0,0,.1);margin-bottom:0;margin-top:0;padding:20px}