.service-hero{grid-template-columns:1.1fr 1fr;align-items:center;gap:48px;margin-top:40px;display:grid}.service-hero__text h1{margin-bottom:12px;font-size:48px}.service-hero__text p{color:var(--muted);max-width:520px}.service-hero__price{color:var(--brand);margin-top:16px;font-weight:600}.service-hero__actions{flex-wrap:wrap;gap:16px;margin-top:28px;display:flex}.service-hero__image{border-radius:var(--radius);overflow:hidden}.service-hero__image img{width:100%;height:auto;display:block}@media (max-width:900px){.service-hero{grid-template-columns:1fr}}.service-content{max-width:820px;margin-top:64px}.service-content h2{margin-top:40px;margin-bottom:12px;font-size:28px}.service-content p{color:var(--muted);margin-bottom:12px;line-height:1.7}.service-content ul,.service-content ol{color:var(--muted);margin-top:8px;padding-left:20px}.service-content li{margin-bottom:6px}.service-faq{max-width:820px;margin:80px auto 0}.service-faq h2{margin-bottom:24px;font-size:28px}.service-faq .faq__item{margin-bottom:14px;padding:18px 20px}.service-faq .faq__item strong{margin-bottom:6px;font-weight:600;display:block}.service-faq .faq__item p{color:var(--muted);line-height:1.6}.service-cta{text-align:center;max-width:820px;margin:80px auto 0;padding:32px}.service-cta h3{margin-bottom:10px;font-size:26px}.service-cta p{color:var(--muted);margin-bottom:20px}.service-content{max-width:860px;margin:72px auto 0;padding:40px}.service-content__intro{border-left:3px solid var(--brand);margin-bottom:40px;padding-left:20px}.service-content__intro p{color:var(--muted);margin-bottom:12px;line-height:1.7}.service-section{margin-bottom:40px;padding-left:20px;position:relative}.service-section:before{content:"";background:linear-gradient(#22d3ee99,#22d3ee00);width:2px;position:absolute;top:6px;bottom:6px;left:0}.service-section__title{margin-bottom:14px;font-size:26px}.service-list{margin:0;padding:0;list-style:none}.service-list li{color:var(--muted);margin-bottom:10px;padding-left:26px;position:relative}.service-list li:before{content:"";background:linear-gradient(90deg,var(--brand),var(--brand-2));border-radius:50%;width:10px;height:10px;position:absolute;top:9px;left:0}.service-steps{counter-reset:step;margin:0;padding:0;list-style:none}.service-steps li{counter-increment:step;color:var(--muted);margin-bottom:12px;padding-left:34px;position:relative}.service-steps li:before{content:counter(step);width:22px;height:22px;color:var(--brand);background:#22d3ee26;border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex;position:absolute;top:2px;left:0}.services-list{flex-direction:column;gap:20px;max-width:900px;margin-left:auto;margin-right:auto;display:flex}.service-row{grid-template-columns:1fr auto;align-items:stretch;gap:32px;width:100%;padding:24px;display:grid}.service-main h3{margin-bottom:6px}.service-main p{color:var(--muted);max-width:560px}.service-actions{text-align:right;flex-direction:column;justify-content:space-between;display:flex}.service-price{color:var(--brand);font-weight:600}.service-buttons{justify-content:flex-end;gap:12px;margin-top:16px;display:flex}@media (max-width:640px){.service-row{grid-template-columns:1fr}.service-actions{text-align:left}.service-buttons{justify-content:flex-start}}.breadcrumbs{margin-bottom:24px}.breadcrumbs__list{color:var(--muted);flex-wrap:wrap;gap:8px;margin:0;padding:0;font-size:14px;list-style:none;display:flex}.breadcrumbs__item:after{content:"→";color:var(--muted);margin-left:8px}.breadcrumbs__item:last-child:after{content:""}.breadcrumbs__link{color:var(--muted);text-decoration:none;transition:color .2s}.breadcrumbs__link:hover{color:var(--text)}.breadcrumbs__current{color:var(--text);font-weight:500}@media (max-width:480px){.service-hero__text h1{font-size:32px;line-height:1.15}}
