*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}:root{--gold: #DDB65B;--white: #ffffff;--primary-color: #C6A961;--secondary-color: #8B7355;--text-color: #333333;--dark-bg: #091830}body{height:100vh;overflow:hidden}.main-container{height:100vh;display:flex}.content-section{height:100vh;position:relative;width:50%;display:flex;justify-content:center;flex-direction:column}.hero-title{font-size:3rem;padding:0 2rem;color:var(--gold)}.hero-subtitle{font-size:2rem;padding:0 2rem;color:var(--text-color)}.hero-description{padding:2rem;background-color:var(--gold);color:var(--white);position:fixed;bottom:0;width:60%;font-size:1.4rem}.image-section{width:50%;height:100vh}.feature-image{height:100%;width:100%}.feature-image img{height:100%;width:100%;object-fit:cover;object-position:center}.logo-section{position:absolute;top:2rem;left:2rem;max-width:160px;z-index:100}.logo-section img{width:100%;height:auto}@media (max-width: 768px){.main-container{background:url(/assets/bg_10-CwXtbMyi.png) no-repeat center center;background-size:cover}.image-section{display:none}.content-section{width:100%}.hero-description{width:90%;display:none}.hero-title{font-size:2rem;color:var(--white)}.hero-subtitle{font-size:1.5rem;color:var(--white)}}
