.hero-section{width:100%;height:500px;object-fit:cover;margin-top:16px;position:relative}.hero-content-container{position:absolute;display:flex;width:90%;max-width:800px;height:auto;top:70%;left:50%;transform:translateX(-50%);gap:0;box-shadow:0 4px 12px rgba(0,0,0,.1);border-radius:4px;overflow:hidden}.hero-content-input{display:flex;flex:1;min-height:52px;padding:12px 16px;background:#FFFFFF;align-items:center;color:#ADADAD;font-weight:500;font-size:14px;line-height:100%;letter-spacing:0;border:1px solid #e5e7eb;border-right:none}.hero-content-input input{width:100%;border:none;outline:none;background:transparent;color:#333;font-size:inherit}.hero-content-input::placeholder{color:#ADADAD}.hero-subscribe{display:flex;min-height:52px;padding:14px 20px;align-items:center;justify-content:center;background:var(--primary,#007F2D);color:white;font-weight:600;font-size:16px;line-height:100%;letter-spacing:0;border:none;cursor:pointer;transition:background-color .3s ease;white-space:nowrap}.hero-subscribe:hover{background:#006622}.mobile-container{display:flex;width:100%;background:#007F2D7A;justify-content:center;align-items:center;padding:20px;gap:40px}.mobile-image{width:100%;max-width:486px;height:400px;padding:0!important;object-fit:contain}.mobile-content{display:flex;flex-direction:column;gap:30px;flex:1;max-width:600px}.mobile-content1{display:flex;flex-direction:column;gap:29px}.mobile-content1 h1{font-weight:700;font-size:clamp(32px,5vw,55px);line-height:110%;letter-spacing:-.5px;color:#252C31;margin:0}.mobile-content1 span{font-weight:500;font-size:clamp(16px,2.5vw,20px);line-height:130%;letter-spacing:-.2px;color:#181313;margin:0}.mobile-links{display:flex;gap:20px;align-items:center;flex-wrap:wrap}@media (max-width:1024px){.hero-section{height:500px}.hero-content-container{width:95%;top:65%}.mobile-container{gap:30px}.mobile-content1 h1{font-size:clamp(28px,4.5vw,45px)}.mobile-content1 span{font-size:clamp(15px,2.2vw,18px)}}@media (max-width:768px){.hero-section{margin-top:12px}.hero-content-container{position:static;transform:none;width:100%;margin-top:-60px;z-index:10;border-radius:8px;margin-left:auto;margin-right:auto;padding:0 20px;box-sizing:border-box}.hero-content-input{font-size:13px;padding:10px 12px;min-height:48px}.hero-subscribe{font-size:14px;padding:12px 16px;min-height:48px}.mobile-container{flex-direction:column;gap:30px;text-align:center}.mobile-image{order:2}.mobile-content{order:1;gap:25px}.mobile-content1{gap:20px}.mobile-links{justify-content:center;gap:15px}}@media (max-width:480px){.hero-section{height:300px;margin-top:8px}.hero-content-container{flex-direction:column;margin-top:-50px;padding:0 15px}.hero-content-input{border-radius:6px 6px 0 0;border-right:1px solid #e5e7eb;font-size:12px;padding:8px 10px;min-height:44px}.hero-subscribe{border-radius:0 0 6px 6px;font-size:13px;padding:10px 14px;min-height:44px}.mobile-container{gap:25px}.mobile-content{gap:20px}.mobile-content1{gap:15px}.mobile-content1 h1{font-size:clamp(24px,6vw,32px);line-height:120%}.mobile-content1 span{font-size:clamp(14px,3vw,16px);line-height:140%}.mobile-links{gap:12px}}@media (max-width:320px){.hero-section{height:250px}.hero-content-container{margin-top:-40px;padding:0 10px}.mobile-container{gap:20px}.mobile-image{max-width:240px}.mobile-content1 h1{font-size:22px}.mobile-content1 span{font-size:13px}.mobile-links{gap:10px}}@media (min-width:1440px){.hero-content-container{max-width:1000px}.mobile-container{gap:60px}.mobile-content{gap:40px;max-width:700px}.mobile-content1 h1{font-size:60px}.mobile-content1 span{font-size:22px}}