@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #004080;--secondary-color: #002d66;--accent-color: #C8102E;--accent-hover: #A01E26;--text-dark: #2c3e50;--text-light: #ecf0f1;--bg-light: #f8f9fa;--bg-white: #ffffff;--shadow: 0 2px 10px rgba(0, 0, 0, .1);--shadow-hover: 0 5px 20px rgba(0, 0, 0, .15);--transition: all .3s ease}body{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.7;color:var(--text-dark);overflow-x:hidden;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;line-height:1.3;letter-spacing:-.01em}h1{font-size:3rem;font-weight:700}h2{font-size:2.5rem;font-weight:600}h3{font-size:2rem;font-weight:600}h4{font-size:1.5rem;font-weight:600}h5{font-size:1.25rem;font-weight:500}h6{font-size:1rem;font-weight:500}p{font-family:Lato,sans-serif;line-height:1.8;font-size:1rem}html{scroll-behavior:smooth}main{min-height:calc(100vh - 200px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.fade-in{animation:fadeIn .8s ease-out}.btn{display:inline-block;padding:14px 32px;background:var(--accent-color);color:var(--bg-white);text-decoration:none;border-radius:30px;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;letter-spacing:.01em;transition:var(--transition);border:none;cursor:pointer}.btn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-outline{background:transparent;border:2px solid var(--accent-color);color:var(--accent-color)}.btn-outline:hover{background:var(--accent-color);color:var(--bg-white)}.section{padding:80px 20px;max-width:1200px;margin:0 auto}.section-title{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:20px;color:var(--primary-color);position:relative;letter-spacing:-.01em}.section-title:after{content:"";display:block;width:80px;height:4px;background:var(--accent-color);margin:20px auto;border-radius:2px}.section-subtitle{font-family:Lato,sans-serif;text-align:center;color:#666;font-size:1.15rem;font-weight:400;line-height:1.8;margin-bottom:50px;max-width:700px;margin-left:auto;margin-right:auto}@media(max-width:1024px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}.section{padding:70px 20px}.section-title{font-size:2.25rem}.section-subtitle{font-size:1.1rem}.btn{padding:12px 28px;font-size:15px}}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.3rem}h5{font-size:1.1rem}h6{font-size:.95rem}.section{padding:60px 20px}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.btn{padding:12px 24px;font-size:14px}}@media(max-width:480px){h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.3rem}.section{padding:50px 15px}.section-title{font-size:1.75rem}.section-subtitle{font-size:.95rem}.btn{padding:10px 20px;font-size:13px}}
