.App{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:#fdf5f7}.App main{flex:1;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.navbar-container{display:flex;justify-content:space-between;align-items:center;height:80px;padding:0 5%;background-color:#fff;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:1000}.navbar-container .header-brand-logo{height:60px;width:auto;object-fit:contain}.navbar-container .nav-menu{display:flex;align-items:center;gap:2.5rem;list-style:none}.navbar-container .nav-menu a{text-decoration:none;color:#374151;font-family:Inter,sans-serif;font-weight:500;transition:color .4s cubic-bezier(.4,0,.2,1)}.navbar-container .nav-menu a:hover{color:#d67b86}.navbar-container .nav-menu a.nav-cta{background-color:#0d9488;color:#fff;padding:10px 22px;border-radius:25px}.navbar-container .nav-menu a.nav-cta:hover{background-color:#854d0e}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:100px 20px;background-color:#fdf5f7}.hero-section h1{font-family:Quicksand,sans-serif;color:#d67b86;font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1.5rem}.hero-section p{font-family:Inter,sans-serif;color:#374151;font-size:1.25rem;max-width:600px;line-height:1.6}body{margin:0;padding:0;min-height:100vh;font-family:Inter,sans-serif;background-color:#fdf5f7;color:#1a1a1a;-webkit-font-smoothing:antialiased}#root{width:100%}
