@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--bg-yellow: #FFD100;--text-black: #1A1A1A;--primary-red: #CC3333;--muted-text: #333333;--header-padding: 2rem 5rem;--logo-height: 50px;--nav-font-size: 18px;--hero-padding: 0 8rem;--hero-title-size: 110px;--hero-p-size: 32px;--footer-padding: 3rem 5rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--bg-yellow);color:var(--text-black);overflow-x:hidden;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}button{cursor:pointer;border:none;background:none;font-family:inherit}a{text-decoration:none;color:inherit}.container{width:100%}.max-container{max-width:1600px;margin:0 auto}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-col{flex-direction:column}.text-center{text-align:center}.header-main{padding:var(--header-padding);display:flex;justify-content:space-between;align-items:center;position:absolute;top:0;left:0;width:100%;z-index:100}.nav-desktop{display:flex;gap:3rem;align-items:center;flex:1;justify-content:center}.nav-link{font-size:var(--nav-font-size);font-weight:700;letter-spacing:-.02em;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-link.active{background-color:var(--primary-red);color:#fff;padding:.7rem 1.4rem;border-radius:25px}.hero-main{height:100vh;padding:var(--hero-padding)}.hero-title{font-size:var(--hero-title-size);font-weight:800;line-height:1;letter-spacing:-.04em;margin-bottom:.2rem}.hero-p{font-size:var(--hero-p-size);font-weight:500;max-width:700px;line-height:1.15;margin-bottom:2.5rem;opacity:.95}.footer-main{padding:var(--footer-padding);font-size:15px;font-weight:700;letter-spacing:-.01em;position:absolute;bottom:0;left:0;width:100%}@media (max-width: 1200px){:root{--header-padding: 2rem 3rem;--hero-padding: 0 4rem;--hero-title-size: 90px;--footer-padding: 2rem 3rem}}@media (max-width: 1024px){:root{--hero-title-size: 72px;--hero-p-size: 26px}.nav-desktop{gap:1.5rem}}@media (max-width: 860px){.nav-desktop{display:none}.header-main{padding:1.5rem 2rem}.hero-main{flex-direction:column;justify-content:center;text-align:center;padding:6rem 2rem;height:auto;min-height:100vh}.hero-p{margin:0 auto 2.5rem}.hero-left{margin-bottom:2rem;flex:none!important}.hero-right{padding-left:0!important;flex:none!important}}@media (max-width: 480px){:root{--hero-title-size: 48px;--hero-p-size: 20px;--logo-height: 40px}.header-main{padding:1rem 1.5rem}.footer-main{flex-direction:column;gap:1.5rem;text-align:center;padding:2rem 1.5rem;position:static}.hero-main{padding-top:8rem}}.mobile-menu-toggle{display:none}@media (max-width: 860px){.mobile-menu-toggle{display:block;color:var(--text-black)}}
