.hero-section{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--hero-background-color, rgba(0, 0, 0, .4));z-index:2}.hero-section .container{position:relative;z-index:3}.hero-content{text-align:center;color:#fff;max-width:800px;margin:0 auto;padding:2rem 1rem}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 8px rgba(0,0,0,.3);color:var(--hero-title-color, white)}.hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.5rem);margin-bottom:2rem;line-height:1.6;opacity:.95;text-shadow:1px 1px 4px rgba(0,0,0,.3);color:var(--hero-subtitle-color, white)}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-hero-primary{display:inline-block;padding:.5rem 2rem!important;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;background:var(--color-button-primary, #256d1b);color:#fff;border:2px solid transparent;box-shadow:0 4px 15px #0003}.btn-hero-primary:hover{background:var(--color-button-primary-hover, #1e5615);transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;color:#fff;text-decoration:none}.btn-hero-primary:active{transform:translateY(0)}@media(max-width:768px){.hero-section{min-height:400px}.hero-content{padding:1.5rem 1rem}.hero-title{margin-bottom:1rem}.hero-subtitle{margin-bottom:1.5rem}.btn-hero-primary{padding:.875rem 2rem;font-size:1rem}}@media(max-width:480px){.hero-section{min-height:280px}.hero-content{padding:1rem .75rem}.hero-title{margin-bottom:.75rem;font-size:clamp(1.5rem,6vw,2rem)}.hero-subtitle{margin-bottom:1rem;font-size:clamp(.9rem,3vw,1.1rem);line-height:1.4}.hero-buttons{flex-direction:column;align-items:stretch;gap:.5rem}.btn-hero-primary{width:100%;max-width:260px;margin:0 auto;padding:.5rem 1.5rem!important;font-size:.9rem}}
