@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}body{margin:0;padding:0;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9f9f9;color:#333}a{text-decoration:none;color:inherit}html{scroll-behavior:smooth}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary-color: #D62828;--secondary-color: #A61B1B;--light-color: #f9f9f9;--dark-color: #333;--gray-color: #f5f7fa}#root{width:100%;margin:0;padding:0}.section{padding:80px 0}.btn{background:var(--primary-color);color:#fff;padding:10px 20px;border-radius:5px;border:none;cursor:pointer;transition:all .3s ease}.btn:hover{background:var(--secondary-color);transform:translateY(-3px)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 15px}
