body{margin:0}.app{background-color:#fafafa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}:root{--primary-color: #2C4694;--secondary-color: #3A5BC7;--accent-color: #61B8FF;--text-color: #333333;--light-bg: #ffffff;--gradient-bg: linear-gradient(135deg, #213770 0%, #3458C0 100%);--box-shadow: 0 10px 30px rgba(58, 91, 199, .1);--light-gray-bg: #f8f9fa;--light-text-secondary: rgba(255, 255, 255, .9);--hero-image-shadow: drop-shadow(0 10px 20px rgba(0, 0, 0, .15))}.section{padding:4rem 0;position:relative;overflow:hidden}.section-contact{padding-bottom:5rem}.hero-container{position:relative;width:100vw;margin-left:calc(50% - 50vw);background:var(--gradient-bg);color:#fff;overflow:hidden;min-height:85vh;display:flex;flex-direction:column;justify-content:center}.hero-content{position:relative;width:100%;max-width:1400px;margin:0 auto;padding:0 1rem}.hero-container:before{content:"";position:absolute;top:-10%;right:-5%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,#ffffff1a,#fff0 70%);z-index:1}.hero-container:after{content:"";position:absolute;bottom:-5%;left:-5%;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,#ffffff14,#fff0 70%);z-index:1}.modern-button{border-radius:8px;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease;box-shadow:0 4px 14px #3838a240;border:none}.modern-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3838a259}.card-hover{transition:all .3s ease}.card-hover:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.float-animation{animation:float 6s ease-in-out infinite}.hover-lift{transition:transform .3s ease}.hover-lift:hover{transform:translateY(-5px)}.content-wrapper{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 640px){.content-wrapper{max-width:640px}}@media (min-width: 768px){.content-wrapper{max-width:768px}}@media (min-width: 1024px){.content-wrapper{max-width:1024px}}@media (min-width: 1280px){.content-wrapper{max-width:1280px}}@media (min-width: 1536px){.content-wrapper{max-width:1400px}}.menuButton{font-size:16px;font-weight:700}.menuButton:hover{border-bottom:2px solid black}
