.hero-section{position:relative;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;color:#fff;padding:20px;box-sizing:border-box;height:auto}.hero-section.full-height{height:50vh;justify-content:center}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:1}.hero-section h1:before,.hero-section h2:before,.hero-section p:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;z-index:-1;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:clamp(12px,3vw,24px)}.hero-content{display:flex;flex-direction:column;align-items:center}.hero-section h1,.hero-section h2,.hero-section p{position:relative;z-index:2;text-align:center;padding:10px;max-width:100%}.hero-section .hero-background{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-attachment:fixed;background-position:center;background-repeat:no-repeat;z-index:-1}.hero-section h1,.hero-section h2{font-size:clamp(2rem,5vw,3rem);background:transparent;text-shadow:3px 3px 6px rgba(0,0,0,1)}.hero-section p{font-size:clamp(16px,1.6vw,22px);background:transparent;text-shadow:2px 2px 5px rgba(0,0,0,.67)}@media (orientation: landscape) and (max-height: 500px){.hero-section.full-height{height:auto;min-height:280px;padding-top:30px;padding-bottom:30px;justify-content:center}.hero-section h2{font-size:clamp(22px,3.2vw,28px)}.hero-section p{font-size:clamp(14px,2.2vw,18px)}.hero-section .cta{padding:8px 18px;margin-top:25px}.hero-section .cta+.cta{margin-top:15px}.hero-section.full-height{height:40vh}}@media (orientation: landscape) and (max-height: 500px){.hero-section.full-height{height:auto;min-height:280px;padding-top:30px;padding-bottom:30px;justify-content:center}.hero-section h2{font-size:28px}.hero-section p{font-size:16px}.hero-section .cta{font-size:20px;padding:8px 18px;margin-top:25px}.hero-section .cta+.cta{margin-top:15px}}
