/* ===== Backup & Cloud services page ===== */
.svc-hero{position:relative;background:radial-gradient(120% 130% at 80% 0%,#15376f 0%,#0a2657 45%,#04122e 100%);color:#fff;overflow:hidden;padding:clamp(2.8rem,6vw,4.8rem) 0}
.svc-hero-inner{position:relative;z-index:1;max-width:760px}
.svc-hero h1{font-size:clamp(2rem,4.6vw,3.3rem);font-weight:800;color:#fff;margin:.6rem 0 1rem}
.svc-hero p{color:#c7d2e5;font-size:clamp(1rem,1.5vw,1.15rem);max-width:60ch}
.svc-hero-stats{display:flex;flex-wrap:wrap;gap:2.2rem;margin-top:2rem}
.svc-hero-stats div{display:flex;flex-direction:column}
.svc-hero-stats strong{font-family:var(--font-head);font-size:1.35rem;font-weight:800;background:var(--accent-grad-soft);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1}
.svc-hero-stats span{font-size:.82rem;color:var(--slate-400);margin-top:4px}

/* Service cards (extends .service-card) */
.services-section{background:var(--slate-100)}
.svc-card{display:flex;flex-direction:column}
.svc-card .svc-list{flex:1}
.svc-pow{display:inline-flex;align-items:center;gap:.4rem;font-size:.74rem;font-weight:600;color:var(--slate-400);margin:-.35rem 0 .9rem}
.svc-pow b{color:var(--blue);font-weight:700}
.svc-freebadge{align-self:flex-start;display:inline-block;background:linear-gradient(135deg,#fff4ec,#ffe6d5);color:var(--blue);font-family:var(--font-head);font-weight:700;font-size:.74rem;padding:.28rem .6rem;border-radius:999px;margin-bottom:.9rem}
.svc-foot{margin-top:1.3rem;padding-top:1.2rem;border-top:1px solid var(--slate-100)}
.svc-price{display:flex;align-items:baseline;gap:.35rem;margin-bottom:.2rem}
.svc-price .amt{font-family:var(--font-head);font-size:1.7rem;font-weight:800;color:var(--ink);line-height:1}
.svc-price .per{color:var(--slate-500);font-size:.86rem}
.svc-price.poa .amt{font-size:1.25rem;background:var(--accent-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.svc-annual{font-size:.8rem;color:var(--slate-500);margin-bottom:1rem}
.svc-foot .btn{width:100%;margin-top:1rem}

/* Trust band */
.svc-why{background:#fff}
.svc-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2.5rem}
.svc-why-item{display:flex;gap:1rem;align-items:flex-start;background:var(--slate-100);border-radius:var(--radius);padding:1.4rem}
.svc-why-item .wi{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#fff4ec,#ffe6d5);color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.svc-why-item h4{font-size:1.02rem;margin-bottom:.3rem}
.svc-why-item p{font-size:.9rem;color:var(--slate-500);margin:0}

@media (max-width:820px){ .svc-why-grid{grid-template-columns:1fr 1fr} }
@media (max-width:560px){ .svc-why-grid{grid-template-columns:1fr} .svc-hero-stats{gap:1.4rem} }
