/*
Theme Name: BWS Sicherheit Enterprise Card
Version: 1.1
*/

:root{
--navy:#12264f;
--gold:#a67c2d;
--bg:#f5f7f9;
--text:#334155;
}
body{
margin:0;
font-family:Segoe UI,Arial,sans-serif;
background:var(--bg);
color:var(--text);
}
.card{
max-width:760px;
margin:40px auto;
background:#fff;
padding:48px 36px;
border-radius:18px;
box-shadow:0 10px 35px rgba(0,0,0,.08);
text-align:center;
}
.logo {
    width:100%;
    text-align:center;
}

.logo img {
    max-width:320px;
    height:auto;
    display:block;
    margin:0 auto;
}
h1{color:var(--navy);margin-bottom:8px;}
.tagline{
color:#64748b;
font-size:1.1rem;
margin-bottom:30px;
}
hr{
border:none;
height:2px;
background:var(--gold);
margin:25px 0;
}
.info{
text-align:left;
max-width:500px;
margin:0 auto;
line-height:1.8;
}
.notice{
margin:25px auto;
padding:18px;
background:#faf8f2;
border-left:4px solid var(--gold);
text-align:left;
max-width:500px;
}
.actions a{
display:inline-block;
margin:8px;
padding:14px 22px;
background:var(--navy);
color:#fff;
text-decoration:none;
border-radius:10px;
}
.footer{
margin-top:25px;
font-size:.9rem;
color:#64748b;
}
