        :root{--color-white:#ffffff;--color-black:#000000;--color-overlay:rgba(0,0,0,0.15);--color-accent:#cc580f;--ff-heading:'Nunito Sans',sans-serif;--ff-body:'Poppins',sans-serif;--ls-default:0.02em;--transition-base:all .3s ease}
        *,*::before,*::after{box-sizing:border-box}
        body{font-family:var(--ff-heading);margin:0;padding:0;overflow-x:hidden}
        h1,h2{font-family:var(--ff-heading);font-weight:700}
        .container-xxl{width:100%;max-width:1536px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}
        .row{display:flex;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem}
        .row>*{padding-left:.75rem;padding-right:.75rem;width:100%}
        .text-white{color:#fff}
        @media(min-width:992px){.col-lg-7{flex:0 0 58.333%;max-width:58.333%}}
        @media(min-width:1200px){.col-xl-6{flex:0 0 50%;max-width:50%}}
        .hero-section{position:relative;min-height:100vh;overflow:hidden}
        .hero-bg-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
        .hero-overlay{position:absolute;inset:0;background:var(--color-overlay);z-index:1}
        .hero-wrapper{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;padding-top:10px;padding-bottom:100px}
        .hero-logo{width:120px;height:90px;color:var(--color-white)}
        .hero-content{display:flex;flex-direction:column;align-items:flex-start;gap:3rem}
        .hero-text{display:flex;flex-direction:column;gap:1.25rem}
        .hero-title{font-family:var(--ff-heading);font-size:clamp(1.75rem,2.5vw,2.5rem);font-weight:500;letter-spacing:var(--ls-default);line-height:1.325;text-transform:uppercase;margin:0}
        .hero-subtitle{font-family:var(--ff-body);font-size:1rem;font-weight:300;letter-spacing:var(--ls-default);margin:0}
        .btn-meraki{font-family:var(--ff-body);font-size:1rem;font-weight:500;letter-spacing:var(--ls-default);text-transform:uppercase;padding:.75rem 2.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;display:inline-block;transition:var(--transition-base)}
        .btn-meraki--glass{background:rgba(255,255,255,.15);border-color:var(--color-white);color:var(--color-white)}
        @media(max-width:768px){.hero-logo{width:80px;height:60px}.hero-wrapper{padding-bottom:3rem}.hero-content{gap:2rem}.hero-content .btn-meraki{text-align:center;width:100%}}
        .svg-sprite { display: none; }
