/* Podstrony usług */
.service-hero{padding:28px 0 62px;color:#fff;background:radial-gradient(circle at 85% 35%,rgba(0,126,255,.34),transparent 30%),linear-gradient(110deg,#061a39 0%,#062653 58%,#073b8f 100%)}
.service-breadcrumb{display:flex;gap:9px;color:#a9bdd7;font-size:13px;margin-bottom:48px}
.service-breadcrumb a:hover{color:#fff}
.service-hero-grid{min-height:230px;display:grid;grid-template-columns:1fr 260px;align-items:center;gap:50px}
.service-kicker{color:#68b9ff;letter-spacing:3px;font-size:12px;font-weight:800;margin-bottom:15px}
.service-hero h1{font-size:clamp(42px,5vw,64px);letter-spacing:-1.5px;margin-bottom:18px}
.service-hero p{max-width:720px;color:#d8e6f7;font-size:18px;line-height:1.7}
.service-hero-icon{width:190px;height:190px;justify-self:end;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.06);color:#42a4ff;font-size:76px;box-shadow:0 0 70px rgba(0,125,255,.18)}
.plans-section{padding:70px 0 78px;background:#f7faff}
.plans-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;max-width:1120px;margin:0 auto}
.plan-card{position:relative;padding:32px;background:#fff;border:1px solid #dce6f1;border-radius:13px;box-shadow:0 8px 30px rgba(10,50,100,.05)}
.plan-card.featured{border:2px solid #0878ff;box-shadow:0 15px 45px rgba(0,112,255,.13)}
.plan-badge{position:absolute;top:-13px;left:26px;padding:6px 12px;border-radius:20px;background:#0878ff;color:#fff;font-size:10px;font-weight:800;letter-spacing:1px}
.plan-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#e8f3ff;color:#0878ff;font-size:22px;margin-bottom:18px}
.plan-card h3{font-size:24px;margin-bottom:9px}
.plan-description{min-height:43px;color:#667892;font-size:14px;line-height:1.55}
.plan-price{display:flex;align-items:baseline;gap:7px;margin-top:23px}
.plan-price strong{color:#0a1b3b;font-size:42px;letter-spacing:-1px}
.plan-price span{color:#4f6380;font-size:15px;font-weight:700}
.plan-period{margin-top:-3px;color:#71839a;font-size:13px}
.plan-button{display:flex;align-items:center;justify-content:center;gap:10px;min-height:48px;margin-top:23px;border-radius:7px;color:#fff;background:#0878ff;font-size:14px;font-weight:750}
.plan-button:hover{background:#0064dc}
.plan-divider{height:1px;background:#e7edf4;margin:25px 0 14px}
.plan-features{list-style:none;display:flex;flex-direction:column;gap:10px;color:#536982;font-size:14px}
.plan-features li{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:8px;border-bottom:1px solid #f0f3f7}
.plan-features li b{color:#263b59}
.plan-features .feature-check{justify-content:flex-start;border-bottom:0;padding:0}
.feature-check>span{width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:#e8f5ee;color:#18a05a!important;font-size:12px;font-weight:800}
.empty-offer{max-width:700px;margin:0 auto;padding:45px;text-align:center;background:#fff;border:1px solid #dce6f1;border-radius:13px}
.empty-offer h3{margin-bottom:8px}.empty-offer p{color:#667892}
.service-bottom{padding:55px 0;background:#fff}
.service-bottom-grid{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:35px 42px;border-radius:14px;background:#edf6ff;border:1px solid #d7e9fb}
.service-bottom h2{margin:7px 0 8px;font-size:26px}
.service-bottom p{color:#60718c;line-height:1.5}
@media(max-width:1000px){.plans-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.service-hero-grid{grid-template-columns:1fr}.service-hero-icon{display:none}.plans-grid{grid-template-columns:1fr}.service-bottom-grid{flex-direction:column;align-items:flex-start}}
