@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Satisfy&display=swap";
.hero{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-overlay{z-index:1;background:radial-gradient(circle at 100% 0,#ff7a002e,#0000 30%);position:absolute;inset:0}.hero-container{z-index:2;width:100%;max-width:1900px;margin:0 auto;padding:0 5%;position:relative}.hero-content{max-width:650px;animation:1s fadeUp;position:relative}.hero-content:before{content:"";filter:blur(100px);z-index:-1;background:#ff7a001f;width:320px;height:320px;position:absolute;top:-80px;left:-120px}.hero-tag{color:var(--color-primary);letter-spacing:2px;margin-bottom:1.5rem;font-size:.95rem;font-weight:700}.hero-title{color:#fff;margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-size:clamp(3rem,8vw,6.5rem);font-weight:800;line-height:.95}.hero-title span{color:var(--color-primary);margin-top:10px;font-family:Satisfy,cursive;font-weight:400;display:inline-block;transform:rotate(-3deg)}.hero-description{color:#d1d5db;max-width:520px;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.8}.hero-btn{cursor:pointer;background:var(--color-primary);color:#fff;border:none;border-radius:18px;outline:none;align-items:center;gap:.8rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 10px 30px #ff7a0059}.hero-btn:hover{background:var(--color-primary-dark);transform:translateY(-4px);box-shadow:0 15px 35px #ff7a0073}.hero-btn:active{transform:scale(.96)}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.hero{background-position:65%}.hero-description{font-size:1.05rem}}@media (max-width:768px){.hero{align-items:flex-end;min-height:72vh;padding-bottom:4rem;background-position:68%!important}.hero:before{content:"";z-index:0;background:linear-gradient(#000000c7 0%,#00000085 45%,#0000004d 100%);position:absolute;inset:0}.hero-container{padding:0 6%}.hero-content{max-width:320px}.hero-tag{letter-spacing:1.4px;margin-bottom:1rem;font-size:.72rem}.hero-title{margin-bottom:1rem;font-size:3.2rem;line-height:.95}.hero-title span{margin-top:0;font-size:.82em}.hero-description{max-width:280px;margin-bottom:1.6rem;font-size:.95rem;line-height:1.6}.hero-btn{border-radius:14px;justify-content:flex-start;width:fit-content;padding:.95rem 1.4rem;font-size:.95rem}}@media (max-width:480px){.hero{min-height:68vh;padding-bottom:3rem}.hero-title{font-size:2.7rem}.hero-description{margin-bottom:1.4rem;font-size:.88rem}.hero-btn{padding:.85rem 1.2rem;font-size:.9rem}}
