@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--bg-color:#fdf8f1;--accent-color:#00f;--text-primary:#1a1a1a;--text-secondary:#555;--nav-line-color:#e0e0e0;--font-family:"Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--transition-speed:.8s}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-primary);overflow:hidden}h1,h2,h3,h4{font-weight:700}.premium-title{font-size:4rem;line-height:1.1}.accent-text{color:var(--accent-color);font-style:italic}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.page-container{width:100%;height:100vh;position:relative;overflow:hidden}.page-wrapper{width:100%;height:100%}.section-wrapper{flex-direction:column;justify-content:center;width:100%;height:100%;padding:0 10%;display:flex}@media (width<=768px){body{overflow:auto!important}.page-container,.page-wrapper{height:auto!important;overflow:visible!important}.section-wrapper{padding:0 5%;height:auto!important;min-height:auto!important}}
