.hero_container{padding-top:100px;position:relative;width:100%;min-height:100svh;overflow:hidden;display:flex;justify-content:center;align-items:center;color:white}.hero_bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;filter:brightness(0.8);transition:transform 0.5s ease}.hero_container:hover .hero_bg{transform:scale(1.05)}.hero_overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,0.5) 0%,rgba(120,0,60,0.3) 50%,rgba(0,0,0,0.7) 100%);z-index:-1}.hero_content{text-align:center;max-width:800px;padding:40px;animation:fadeInUp 1s ease-out forwards;background:rgba(15,15,35,0.6);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(251,191,36,0.3);box-shadow:0 20px 40px rgba(0,0,0,0.4);position:relative;overflow:hidden;margin:0 20px}.hero_content::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#fbbf24,#f87171,#fbbf24);z-index:1}.hero_content_age{font-size:14px;color:#fbbf24;margin-bottom:20px;font-weight:600;letter-spacing:1px}.hero_content_title{font-size:48px;font-weight:800;margin-bottom:25px;line-height:1.1;text-shadow:0 4px 8px rgba(0,0,0,0.5)}.hero_content_highlight{color:#fbbf24;text-shadow:0 0 30px rgba(251,191,36,0.9);position:relative;display:inline-block}.hero_content_highlight::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#fbbf24,transparent);animation:shimmer 2s infinite}.hero_content_subtitle{font-size:18px;color:#e5e7eb;margin-bottom:35px;line-height:1.6;font-weight:300;letter-spacing:0.5px;position:relative;padding:0 20px}.hero_content_subtitle::before,.hero_content_subtitle::after{content:'✦';color:#fbbf24;margin:0 15px;font-size:18px}.hero_content_button{background:#2d7a4d;color:#fff;font-weight:700;font-size:18px;padding:18px 45px;border-radius:12px;transition:all 0.4s ease;border:none;cursor:pointer;position:relative;overflow:hidden;letter-spacing:0.5px;text-decoration:none}.hero_content_button:hover{transform:translateY(-3px)}@keyframes fadeInUp{from{opacity:0;transform:translateY(40px) scale(0.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes shimmer{0%,100%{opacity:0.5}50%{opacity:1}}@media (max-width:768px){.hero_container{padding-top:170px}.hero_content{padding:30px 20px}.hero_content_title{font-size:42px}.hero_content_subtitle{font-size:18px;padding:0 10px}.hero_content_button{font-size:18px;padding:16px 35px}}@media (max-width:576px){.hero_container{padding-top:250px}.hero_content{padding:25px 15px;margin:0}.hero_content_title{font-size:32px}.hero_content_subtitle{font-size:16px;padding:0 5px}.hero_content_subtitle::before,.hero_content_subtitle::after{margin:0 8px}.hero_content_button{font-size:16px;padding:14px 30px;text-decoration:none}}