*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 0}nav{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#1976d2;text-decoration:none}.logo img{height:40px;width:auto}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#666;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#1976d2}.hero{background:linear-gradient(to right,rgba(0,0,0,.3) 0%,rgba(0,0,0,.9) 100%),url(/images/bg-hero.jpg)50%/cover no-repeat;color:#fff;padding:6rem 0;text-align:center}.hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero p{font-size:1.25rem;max-width:700px;margin:0 auto;opacity:.95}.social-follow{padding:4rem 0;background:#fff;text-align:center}.social-follow h2{font-size:2rem;margin-bottom:1rem;color:#333}.social-follow p{color:#666;margin-bottom:2rem;font-size:1.1rem}.social-links-large{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.social-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 3rem;background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#1976d2;text-decoration:none;transition:all .3s;min-width:150px}.social-card:hover{background:#1976d2;border-color:#1976d2;color:#fff;transform:translateY(-4px);box-shadow:0 8px 16px rgba(25,118,210,.2)}.social-card span{font-weight:600;font-size:1.1rem}.newsletter{padding:4rem 0;background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url(/images/bg-signup.jpg)50%/cover no-repeat}.newsletter h2{text-align:center;font-size:2rem;margin-bottom:1rem;color:#fff}.newsletter p{text-align:center;color:#fff;font-size:1.5rem;margin-bottom:2rem}.newsletter-form{max-width:500px;margin:0 auto;display:flex;gap:1rem;flex-direction:column}.newsletter-form button{padding:.75rem 2rem;background:#ff6f00;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background .3s}.newsletter-form button:hover{background:#e65100}.social-links{display:flex;justify-content:center;gap:1.5rem;margin-top:2rem}.social-links a{color:#1976d2;transition:color .3s,transform .3s;display:inline-flex;align-items:center;justify-content:center}.social-links a:hover{color:#ff6f00;transform:scale(1.1)}.social-links svg{width:28px;height:28px}.content{padding:4rem 0}.content h1{font-size:2.5rem;margin-bottom:2rem;color:#333}.content h2{font-size:1.75rem;margin-top:2rem;margin-bottom:1rem;color:#333}.content p{margin-bottom:1rem;color:#666;line-height:1.8}.content ul{margin-bottom:1rem;margin-left:2rem;color:#666}.content li{margin-bottom:.5rem}footer{background:#1565c0;color:#bbdefb;padding:2rem 0;text-align:center}footer .container{display:flex;flex-direction:column;gap:1rem}.footer-links a{color:#bbdefb;text-decoration:none;margin:0 1rem}.footer-links a:hover{color:#fff}.footer-social{display:flex;justify-content:center;gap:1rem;margin-top:.5rem}.footer-social a{color:#bbdefb;transition:color .3s}.footer-social a:hover{color:#ff6f00}.footer-social svg{width:20px;height:20px}.cookie-banner{display:none;position:fixed;bottom:0;left:0;right:0;background:#1f2937;color:#fff;padding:1rem 0;box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:1000}.cookie-banner-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.cookie-banner p{margin:0;font-size:.9rem;line-height:1.5}.cookie-banner a{color:#60a5fa;text-decoration:underline}.cookie-banner a:hover{color:#93c5fd}.cookie-accept-btn{padding:.6rem 1.5rem;background:#ff6f00;color:#fff;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;white-space:nowrap;transition:background .3s}.cookie-accept-btn:hover{background:#e65100}@media(max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.social-links-large{flex-direction:column;align-items:center}.social-card{width:100%;max-width:250px}.nav-links{gap:1rem}.cookie-banner-content{flex-direction:column;text-align:center;gap:1rem}.cookie-accept-btn{width:100%}}