@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");a{color:var(--link);transition:color 0.15s ease}a:hover{color:var(--link-hover)}.hero{position:relative;width:100%;min-height:300px;max-height:500px;aspect-ratio:21 / 9;margin-top:-61px;padding-top:61px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero .hero_image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.hero .hero_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%)}.hero .hero_content{position:relative;z-index:1;text-align:center;padding:40px;max-width:1000px}.hero .hero_title{color:#ffffff;font-family:"Poppins",sans-serif;font-weight:700;font-size:2.2rem;letter-spacing:0.5px;margin:0;padding:0;text-shadow:0 2px 8px rgba(0,0,0,0.3);line-height:1.3}.hero .hero_subtitle{color:rgba(255,255,255,0.9);font-family:"Poppins",sans-serif;font-size:1.1rem;font-weight:400;margin:16px 0 0;padding:0;text-shadow:0 1px 4px rgba(0,0,0,0.3);max-width:600px}.hero .hero_actions{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:12px;margin-top:20px}.hero .hero_actions .link[data-style="button"]{background:rgba(255,255,255,0.2);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,0.3);color:#ffffff}.hero .hero_actions .link[data-style="button"]:hover{background:rgba(255,255,255,0.35)}@media (max-width: 800px){.hero{min-height:220px !important;max-height:none;aspect-ratio:auto}.hero .hero_content{padding:30px 20px}.hero .hero_title{font-size:1.6rem}.hero .hero_subtitle{font-size:1rem}}@media (max-width: 500px){.hero{min-height:auto;max-height:none;aspect-ratio:auto;overflow:visible}.hero .hero_title{font-size:1.3rem}.hero .hero_content{padding:20px 15px}.hero .hero_subtitle{font-size:0.9rem;margin:8px 0 0}.hero .hero_actions{flex-direction:column;align-items:center;gap:8px;margin-top:12px}.hero .hero_actions .link[data-style="button"]{font-size:0.85rem;padding:8px 16px;width:100%;max-width:280px;text-align:center;justify-content:center}}
