.hero-section{position:relative;width:100%;height:669px;overflow:hidden}.hero-background{background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:1}.hero-background,.hero-gradient{position:absolute;top:0;left:0;width:100%;height:100%}.hero-gradient{background:linear-gradient(90deg,rgba(29,29,28,.89) 0,rgba(29,29,28,0));z-index:2}.hero-content{position:relative;z-index:3;height:100%;display:flex;align-items:center;justify-content:flex-start;max-width:360px;margin:0 auto;padding:0 15px}.hero-content-mobile{display:flex;flex-direction:column;gap:16px;width:100%;max-width:297px}.hero-content-desktop{display:none}.hero-title{font-weight:600;font-size:28px;letter-spacing:.18px;line-height:36px}.hero-description,.hero-title{font-family:Poppins,sans-serif;color:#FFFFFF;margin:0;text-align:left;max-width:297px}.hero-description{font-weight:300;font-size:18px;letter-spacing:0;line-height:26px}.hero-button{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:190px;padding:0 24px;height:42px;background:#FFC400;color:#1D1D1C;font-family:Poppins,sans-serif;font-weight:700;font-size:12px;letter-spacing:0;text-decoration:none;border-radius:25px;transition:all .3s ease;cursor:pointer;white-space:nowrap}.hero-button:hover{background:#FFD233;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,196,0,.4)}.hero-button:active{transform:translateY(0)}@media (min-width:768px){.hero-section{height:600px}.hero-content{max-width:1080px;width:100%;margin:0 auto;padding-left:max(40px,calc((100vw - 1080px) / 2));padding-right:max(40px,calc((100vw - 1080px) / 2));align-items:center;justify-content:flex-start}.hero-content-mobile{display:none}.hero-content-desktop{display:flex;flex-direction:column;gap:24px;align-items:flex-start}.hero-content-desktop .hero-title{font-size:35px;letter-spacing:.1px;line-height:41px;max-width:592px;text-align:left}.hero-content-desktop .hero-description{font-size:18px;letter-spacing:.1px;line-height:29px;max-width:644px;text-align:left}.hero-content-desktop .hero-button{font-weight:500;font-size:14px}}