/* Main overrides for Seals Astra Child */
:root{
  --seals-pink:#EC3A8C; --seals-black:#111; --seals-white:#fff;
}
body{font-family:Arial,sans-serif; color:var(--seals-black);}
.seals-hero{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.6)),url('https://images.unsplash.com/photo-1541944743827-e04aa6427c33?q=80&w=1600&auto=format&fit=crop') center/cover;}
.seals-hero h1{font-size:3rem;margin-bottom:1rem;}
.btn{background:var(--seals-pink);color:#fff;padding:12px 20px;border-radius:8px;text-decoration:none;}
