/* style.css */
body { margin: 0; padding: 0; font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; background-color: #f4f7fa; color: #1a202c; line-height: 1.6; }
.container { max-width: 1000px; margin: 0 auto; padding: 0 20px; }
header { background: #003366; color: white; padding: 15px 0; border-bottom: 3px solid #2b6cb0; }
nav { display: flex; justify-content: space-between; align-items: center; }
nav a { color: white; text-decoration: none; margin-left: 20px; font-size: 14px; font-weight: 500; }
nav .logo { font-size: 20px; font-weight: 700; letter-spacing: 1px; }
.hero { background: white; padding: 60px 0; text-align: center; border-bottom: 1px solid #e2e8f0; }
.hero h1 { font-size: 32px; color: #003366; margin-bottom: 20px; }
.btn { background: #2b6cb0; color: white; padding: 12px 30px; border-radius: 5px; text-decoration: none; font-weight: 700; display: inline-block; cursor: pointer; border: none; font-size: 16px; }
.section { padding: 50px 0; }
.card { background: white; padding: 25px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); margin-bottom: 30px; border: 1px solid #e2e8f0; }
footer { background: #1a202c; color: #a0aec0; padding: 40px 0; text-align: center; font-size: 12px; }
footer a { color: #cbd5e0; text-decoration: none; margin: 0 10px; }
.legal-footer { border-top: 1px solid #2d3748; margin-top: 20px; padding-top: 20px; text-align: justify; max-width: 800px; margin-left: auto; margin-right: auto; }
img { max-width: 100%; height: auto; border-radius: 4px; }