.hero-section{justify-content:center;align-items:center;min-height:500px;display:flex;position:relative;overflow:hidden}.hero-background{z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero-overlay{background-color:var(--hero-background-color,#0006);z-index:2;position:absolute;inset:0}.hero-section .container{z-index:3;position:relative}.hero-content{text-align:center;color:#fff;max-width:800px;margin:0 auto;padding:2rem 1rem}.hero-title{letter-spacing:var(--tracking-tight);font-optical-sizing:auto;text-shadow:2px 2px 8px #0000004d;color:var(--hero-title-color,white);margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2}.hero-subtitle{opacity:.95;text-shadow:1px 1px 4px #0000004d;color:var(--hero-subtitle-color,white);margin-bottom:2rem;font-size:clamp(1.1rem,2.5vw,1.5rem);line-height:1.6}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-hero-primary{background:var(--color-button-primary,#256d1b);color:#fff;border:2px solid #0000;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #0003;padding:.5rem 2rem!important}.btn-hero-primary:hover{background:var(--color-button-primary-hover,#1e5615);color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.btn-hero-primary:active{transform:translateY(0)}@media (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 (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;font-size:.9rem;padding:.5rem 1.5rem!important}}
