.hero-section{align-items:center;background-color:var(--hero-fallback-bg,#222);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;min-height:var(--hero-min-height,90vh);overflow:hidden;padding:80px 20px 60px;position:relative}.hero-container,.hero-section{box-sizing:border-box;width:100%}.hero-container{margin-left:0;margin-right:0;max-width:var(--hero-content-max-width,1140px);padding-left:5%;padding-right:20px;z-index:2}.hero-header{left:30px;position:absolute;top:30px;z-index:3}.hero-logo{display:block;height:auto;max-width:150px}.hero-content{margin-left:0;margin-right:auto;max-width:650px}.hero-title{color:#fff;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;line-height:1.25;margin-bottom:1em;margin-top:0;text-shadow:1px 1px 3px rgba(0,0,0,.2)}.hero-title-line2{color:#fff;display:inline-block;white-space:nowrap}.hero-title-inline-logo{display:inline-block;height:1em;margin-left:.25em;position:relative;top:.1em;vertical-align:baseline;width:auto}.hero-text{color:#f0f0f0;font-size:clamp(1rem,2vw,1.15rem);line-height:1.65;margin-bottom:2.5em;max-width:600px}.hero-text p{margin-bottom:0}.hero-text strong{color:#fff;font-weight:600}.hero-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start}.hero-button{align-items:center;border:2px solid transparent;border-radius:50px;box-sizing:border-box;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;height:50px;justify-content:center;text-align:center;text-decoration:none;transition:background-color .3s ease,color .3s ease,border-color .3s ease,transform .3s ease,box-shadow .3s ease;width:200px}.hero-button.button-primary{background-color:var(--hero-button-primary-bg);border-color:var(--hero-button-primary-bg);color:var(--hero-button-primary-text)}.hero-button.button-primary:hover{background-color:#ffd04c;border-color:#ffd04c;box-shadow:0 4px 8px rgba(0,0,0,.15);transform:translateY(-2px)}.hero-button.button-secondary{background-color:var(--hero-button-secondary-bg);border-color:var(--hero-button-secondary-bg);color:var(--hero-button-secondary-text)}.hero-button.button-secondary:hover{background-color:#186a30;border-color:#186a30;box-shadow:0 4px 8px rgba(0,0,0,.15);transform:translateY(-2px)}@media (max-width:991px){.hero-section{background-position:0;min-height:var(--hero-min-height,80vh);padding-bottom:40px;padding-top:80px}.hero-content{margin-left:auto;margin-right:auto;max-width:85%;text-align:center}.hero-header{left:20px;position:absolute;top:20px}.hero-logo{display:block}.hero-buttons{justify-content:center}}@media (max-width:767px){.hero-section{background-position:0;min-height:var(--hero-min-height,75vh);padding:40px 15px}.hero-header{left:0;margin-bottom:25px;position:relative;text-align:center;top:0}.hero-logo{display:inline-block;max-width:130px}.hero-content{max-width:100%;text-align:center}.hero-title{margin-bottom:.75em}.hero-text{margin-bottom:2em}.hero-buttons{align-items:center;flex-direction:column;gap:15px}.hero-button{max-width:320px;width:100%}}.hero-title-highlight{color:#ffbe32}