.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,#fff3e0,#ffe0b2 50%,#ffccbc);padding:6rem 2rem}.hero__content{max-width:860px;width:100%}.hero__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#6d2d0a;line-height:1.2;margin-bottom:1.2rem}.hero__subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:#7a4a28;line-height:1.7;margin-bottom:2rem}.hero__cta{display:inline-block;background-color:#b5520b;color:#fff;padding:.85rem 2.2rem;border-radius:6px;text-decoration:none;font-size:1rem;font-weight:600;letter-spacing:.5px;transition:background-color .25s,transform .2s}.hero__cta:hover{background-color:#8d3e08;transform:translateY(-2px)}