.hero-banner{background:linear-gradient(135deg,#e8f5e9 0%,#f1f8e9 40%,#fff9c4 100%);border-radius:40px;justify-content:space-between;align-items:center;max-width:1400px;min-height:550px;margin:100px auto 4rem;padding:5rem 4rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000000d}.hero-banner__content{z-index:1;flex:1.2;padding-right:4rem}.hero-banner__title{color:var(--charcoal);letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(2.5rem,5.5vw,4.5rem);font-weight:900;line-height:1.05}.hero-banner__cta{background:var(--charcoal);color:var(--snow-white);border-radius:var(--radius-pill);cursor:pointer;letter-spacing:.05em;text-transform:uppercase;border:none;margin-bottom:1.2rem;padding:18px 40px;font-size:1.1rem;font-weight:900;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;box-shadow:0 10px 20px #0000001a}.hero-banner__cta:hover{background:#000;transform:translateY(-4px)scale(1.02);box-shadow:0 15px 30px #00000026}.hero-banner__sub{color:var(--text-muted);font-size:1.2rem;font-weight:600}.hero-banner__image{flex:1;justify-content:center;align-items:center;height:450px;animation:6s ease-in-out infinite floatHero;display:flex;position:relative}.hero-banner__image img{filter:drop-shadow(0 20px 40px #00000026)}@keyframes floatHero{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (max-width:992px){.hero-banner{text-align:center;border-radius:30px;flex-direction:column-reverse;min-height:auto;margin:80px 1rem 3rem;padding:4rem 2rem}.hero-banner__content{padding-right:0}.hero-banner__image{width:100%;height:350px;margin-bottom:3rem}.hero-banner__title{font-size:clamp(2.2rem,8vw,3rem)}}@media (max-width:480px){.hero-banner{padding:3rem 1.5rem}.hero-banner__image{height:250px;margin-bottom:2rem}.hero-banner__cta{width:100%;padding:16px 30px;font-size:1rem}}
