.homepage-container{text-align:center;background-color:var(--bg-base);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.homepage-logo{width:550px;max-width:100%;height:auto;margin-bottom:3rem;transition:transform .5s}.homepage-logo:hover{transform:scale(1.05)}.homepage-divider{background:var(--gradient-silver);width:60px;height:2px;margin-bottom:2rem}.homepage-description{max-width:600px;color:var(--text-muted);margin-bottom:3rem;padding:0 1rem;line-height:1.8}.homepage-footer{text-transform:uppercase;letter-spacing:.2em;color:var(--color-silver);font-size:.8rem}@media (max-width:768px){.homepage-logo{width:400px;margin-bottom:2rem}}@media (max-width:480px){.homepage-logo{width:280px;margin-bottom:1.5rem}.homepage-description{font-size:.95rem;line-height:1.6}}
