.home-container{max-width:1280px;margin:0 auto;padding:2rem}.hero-section{display:flex;align-items:center;justify-content:space-between;min-height:calc(85vh - 4rem);gap:3rem}@media(max-width:992px){.hero-section{flex-direction:column-reverse;text-align:center;min-height:auto;padding:2rem 0;gap:.1rem}}.hero-content{max-width:600px}.hero-title{font-size:3.8rem;font-weight:800;line-height:1.1;color:#131313}.hero-title .title-accent{color:#992332}@media(max-width:768px){.hero-title{font-size:2.8rem}}.hero-subtitle{font-size:1.7rem;color:#4a5568;margin-top:1.5rem;font-weight:500}.hero-text{font-size:1.1rem;color:#4a5568;margin-top:1rem;line-height:1.7}.hero-actions{margin-top:2.5rem;display:flex;align-items:center;gap:1rem}@media(max-width:992px){.hero-actions{justify-content:center}}@media(max-width:480px){.hero-actions{flex-direction:column;align-items:stretch}}.hero-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:.5rem;text-decoration:none;transition:all .2s ease-in-out;border:2px solid transparent}.hero-button--primary{color:#fff;background-color:#992332;box-shadow:0 4px 14px 0 rgba(153,35,50,.3);display:flex;justify-content:center}.hero-button--primary:hover{background-color:#841e2b;transform:translateY(-2px);box-shadow:0 6px 20px 0 rgba(153,35,50,.3)}.hero-button--secondary{color:#992332;background-color:transparent;border-color:#992332}.hero-button--secondary:hover{background-color:rgba(153,35,50,.08);transform:translateY(-2px)}.hero-image-wrapper{flex-shrink:0;width:500px}@media(max-width:1222px){.hero-image-wrapper{max-width:350px;width:100%}}@media(max-width:992px){.hero-image-wrapper{max-width:120px}}