@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--navy:#1B2F6E;--accent:#5B8AC5;--bg:#F8F9FC;--text:#1A1A2E;--alt:#EEF2F9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,sans-serif;line-height:1.7}img{max-width:100%;height:auto}h1,h2,h3,h4{font-family:Inter,sans-serif;line-height:1.15}button,a{transition:.3s ease}.section-padding{padding:80px 0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fadeInUp{animation:fadeInUp .7s ease forwards}.container{width:100%;max-width:1200px;margin:auto;padding:0 24px}.photo{background:linear-gradient(135deg,#dce6f5,#9db8dc);overflow:hidden}.photo img{width:100%;height:100%;object-fit:cover}.photo img.error{display:none}
