.home-container{min-height:100vh;background-color:#306aa6;background-image:url(/images/patron.png);background-size:cover;background-position:50%;background-repeat:repeat;position:relative}.hero-section{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 80px);padding:2rem}.hero-content{text-align:center;max-width:900px;color:#9fd4d2;position:relative;z-index:1}.hero-title{font-size:4rem;letter-spacing:.3em;margin-bottom:2rem}.hero-subtitle,.hero-title{font-weight:300;color:#9fd4d2}.hero-subtitle{font-size:1.5rem;line-height:1.6;margin-bottom:3rem}.logo-container{margin:3rem 0;display:flex;justify-content:center}.main-logo{max-width:400px;height:auto}.cta-button{display:inline-block;padding:1rem 4rem;background-color:#fff;color:#5a8a94;font-size:1.2rem;font-weight:600;letter-spacing:.1em;text-decoration:none;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3)}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.main-logo{max-width:250px}}