
/*
Theme Name: BackupMyCloud Premium
Version: 6.0
*/

*{margin:0;padding:0;box-sizing:border-box}
body{
font-family:Arial,sans-serif;
background:#f7f9fc;
color:#111827;
line-height:1.6;
}
.container{
width:92%;
max-width:1400px;
margin:auto;
}
header{
background:#fff;
padding:22px 0;
position:sticky;
top:0;
z-index:999;
box-shadow:0 2px 10px rgba(0,0,0,.05);
}
.nav{
display:flex;
justify-content:space-between;
align-items:center;
}
.logo{
font-size:34px;
font-weight:700;
color:#2563eb;
}
.menu{
display:flex;
gap:32px;
align-items:center;
}
.menu a{
text-decoration:none;
font-weight:600;
color:#1e293b;
}
.cta-nav{
background:#2563eb;
padding:14px 22px;
border-radius:10px;
color:#fff !important;
}
.hero{
background:linear-gradient(135deg,#07152d,#081225);
padding:90px 0;
color:#fff;
}
.hero-grid{
display:grid;
grid-template-columns:1.1fr 1fr;
gap:60px;
align-items:center;
}
.hero h1{
font-size:76px;
line-height:1;
margin:25px 0;
}
.hero h1 span{color:#3b82f6}
.hero p{
font-size:24px;
max-width:700px;
margin-bottom:35px;
}
.hero-img,.image-box img{
width:100%;
border-radius:24px;
box-shadow:0 20px 50px rgba(0,0,0,.35);
}
.buttons{
display:flex;
gap:20px;
margin-bottom:30px;
}
.btn{
padding:16px 28px;
border-radius:10px;
text-decoration:none;
font-weight:bold;
display:inline-block;
}
.primary{background:#2563eb;color:#fff}
.secondary{
border:1px solid rgba(255,255,255,.25);
color:#fff;
}
.checks{
display:flex;
gap:25px;
flex-wrap:wrap;
font-size:15px;
opacity:.95;
}
section{padding:90px 0}
.tag{
text-align:center;
color:#2563eb;
font-weight:700;
margin-bottom:10px;
}
.title{
text-align:center;
font-size:54px;
margin-bottom:20px;
}
.title span{color:#2563eb}
.subtitle{
text-align:center;
max-width:850px;
margin:0 auto 50px;
color:#475569;
}
.cards{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}
.card{
background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.06);
text-align:center;
}
.card img{
width:80px;
height:80px;
object-fit:cover;
border-radius:16px;
margin-bottom:20px;
}
.dark{
background:#081225;
color:#fff;
}
.features{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}
.feature{
padding:25px;
text-align:center;
border-right:1px solid rgba(255,255,255,.08);
}
.cta-box{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
background:#fff;
padding:50px;
border-radius:24px;
box-shadow:0 10px 30px rgba(0,0,0,.06);
}
footer{
background:#fff;
padding:50px 0;
border-top:1px solid #e5e7eb;
}
.footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr 1fr;
gap:30px;
}
footer a{
display:block;
margin-bottom:10px;
text-decoration:none;
color:#475569;
}
@media(max-width:1000px){
.hero-grid,.cta-box,.footer-grid{grid-template-columns:1fr}
.features{grid-template-columns:1fr 1fr}
.hero h1{font-size:48px}
}
