*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5}.container{max-width:1200px;margin:0 auto;padding:0 20px}.layout{min-height:100vh;display:flex;flex-direction:column}.header{background-color:#1a5f7a;color:#fff;padding:15px 0;box-shadow:0 2px 4px #0000001a}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none}.nav{display:flex;gap:20px}.nav a{color:#fff;text-decoration:none;padding:8px 16px;border-radius:4px;transition:background-color .3s}.nav a:hover{background-color:#ffffff1a}.main{flex:1;padding:40px 0}.home{text-align:center;padding:80px 0}.home h1{font-size:3rem;color:#1a5f7a;margin-bottom:20px}.home .subtitle{font-size:1.5rem;color:#666}.legal-page{background:#fff;padding:40px;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:20px auto;max-width:900px}.legal-page h1{color:#1a5f7a;font-size:2.5rem;margin-bottom:10px;border-bottom:3px solid #1a5f7a;padding-bottom:15px}.legal-page .last-updated{color:#888;font-style:italic;margin-bottom:30px}.legal-page section{margin-bottom:30px}.legal-page h2{color:#1a5f7a;font-size:1.4rem;margin-bottom:15px;margin-top:25px}.legal-page p{margin-bottom:15px;text-align:justify}.legal-page ul{margin-left:30px;margin-bottom:15px}.legal-page li{margin-bottom:8px}.legal-page strong{color:#1a5f7a}.footer{background-color:#1a5f7a;color:#fff;padding:30px 0;text-align:center}.footer p{margin-bottom:10px}.footer-links{margin-top:15px;display:flex;justify-content:center;gap:30px}.footer-links a{color:#fffc;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}@media(max-width:768px){.header .container{flex-direction:column;gap:15px}.nav{flex-wrap:wrap;justify-content:center}.home h1{font-size:2rem}.home .subtitle{font-size:1.2rem}.legal-page{padding:20px;margin:10px}.legal-page h1{font-size:1.8rem}.footer-links{flex-direction:column;gap:10px}}
