@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@600;700;800&display=swap";:root{--primary-blue:#036;--primary-blue-light:#004080;--accent-yellow:#fc0;--accent-yellow-dark:#e6b800;--text-dark:#121212;--text-muted:#555;--bg-white:#fff;--bg-light:#f8fafc;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--shadow-sm:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-dark);background-color:var(--bg-white);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;transition:var(--transition-smooth);text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:90%;max-width:var(--max-width);margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:.6s forwards fadeInUp}section{padding:80px 0}.btn{text-align:center;transition:var(--transition-smooth);border-radius:6px;padding:12px 24px;font-weight:600;display:inline-block}.btn-primary{background-color:var(--accent-yellow);color:var(--primary-blue)}.btn-primary:hover{background-color:var(--accent-yellow-dark);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.btn-outline{border:2px solid var(--accent-yellow);color:var(--accent-yellow)}.btn-outline:hover{background-color:var(--accent-yellow);color:var(--primary-blue)}.section-title{text-align:center;margin-bottom:50px;position:relative}.section-title h2{color:var(--primary-blue);margin-bottom:10px;font-size:2.5rem}.section-title .underline{background-color:var(--accent-yellow);width:60px;height:4px;margin:0 auto}
