.price{display:grid;gap:28px}.price__text h2{margin-bottom:14px}.price__text p{color:var(--muted);font-size:17px;line-height:1.55;max-width:560px}.price__hl{display:inline-block;margin:18px 0 22px;padding:10px 16px;border-radius:10px;background:var(--orange-soft);color:var(--orange-dark);font-weight:800;font-size:15px;letter-spacing:.06em;text-transform:uppercase;border-left:4px solid var(--orange)}.price__cta{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.price__phone{display:inline-flex;align-items:center;gap:8px;font-weight:700;text-decoration:none;color:var(--text);padding:10px 4px}.price__phone .icon{width:20px;height:20px;color:var(--orange)}.price__phone:hover{color:var(--orange)}.price__card{background:var(--navy);color:#fff;border-radius:var(--radius);padding:26px 24px;display:flex;flex-direction:column;gap:18px;position:relative;overflow:hidden}.price__card::after{content:"";position:absolute;right:-60px;top:-60px;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(255,87,34,.35),rgba(255,87,34,0) 70%)}.price__card h3{font-size:19px;font-weight:800;line-height:1.25}.checklist{display:grid;gap:12px}.checklist li{display:flex;align-items:flex-start;gap:10px;font-weight:500;font-size:16px;line-height:1.4}.checklist .icon{width:24px;height:24px;color:#fff;background:var(--orange);border-radius:50%;padding:5px;margin-top:1px}.price__card .checklist li{font-size:16px}.why{display:grid;gap:30px}.why__text p{font-size:17px;line-height:1.55;color:rgba(255,255,255,.82);margin:14px 0 22px;max-width:520px}.features{display:grid;gap:14px}.feature{display:flex;gap:16px;align-items:flex-start;background:var(--navy-2);border:1px solid var(--navy-3);border-radius:var(--radius);padding:18px}.feature>.icon{width:46px;height:46px;color:var(--orange);border:2px solid var(--orange);border-radius:12px;padding:10px}.feature h3{font-size:17px;font-weight:700;margin-bottom:4px;line-height:1.25}.feature p{font-size:15px;color:rgba(255,255,255,.75);line-height:1.45}.features--light .feature{background:#fff;border-color:var(--gray-2)}.features--light .feature p{color:var(--muted)}.steps{display:grid;gap:22px;counter-reset:step}.step{display:flex;gap:16px;align-items:flex-start;counter-increment:step;position:relative}.step__num{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:var(--navy);color:#fff;font-weight:800;font-size:18px;display:flex;align-items:center;justify-content:center}.step__num::before{content:counter(step)}.step:first-child .step__num{background:var(--orange)}.step h3{font-size:17px;font-weight:700;margin:10px 0 4px;line-height:1.25}.step p{font-size:15px;color:var(--muted);line-height:1.45}.cta-band{position:relative;background:var(--navy);color:#fff;padding:52px 0;overflow:hidden;isolation:isolate}.cta-band__bg{position:absolute;left:0;top:0;height:100%;width:100%;object-fit:cover;opacity:.28;z-index:-1;max-width:none}.cta-band::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(1,15,27,.2) 0%,rgba(1,15,27,.85) 45%,var(--navy) 70%)}.cta-band__inner{display:grid;gap:22px;align-items:center}.cta-band h2{font-size:clamp(28px,4.4vw,40px);font-weight:800;letter-spacing:-.02em;line-height:1.12}.cta-band h2 .accent{display:block}.cta-band p{font-size:17px;margin-top:10px;color:rgba(255,255,255,.85)}.cta-band__btns{display:grid;gap:10px}.regions{display:grid;gap:28px}.regions__text p{color:var(--muted);font-size:17px;line-height:1.55;margin-top:14px;max-width:560px}.regions__text p a{color:var(--orange-dark);font-weight:600}.regions__list{display:grid;gap:10px;margin-top:20px}.regions__list li{display:flex;align-items:center;gap:10px;font-weight:600;font-size:16px}.regions__list .icon{width:22px;height:22px;color:var(--orange)}.regions__list li span{font-weight:400;color:var(--muted);font-size:14px}.regions__card{background:var(--navy);color:#fff;border-radius:var(--radius);padding:28px 24px;display:flex;flex-direction:column;align-items:flex-start;gap:14px;position:relative;overflow:hidden}.regions__card::after{content:"";position:absolute;right:-90px;bottom:-90px;width:260px;height:260px;border-radius:50%;border:34px solid rgba(255,87,34,.14)}.regions__pin{width:64px;height:64px;color:var(--orange)}.regions__card strong{font-size:26px;font-weight:800;letter-spacing:-.02em;line-height:1.1}.regions__card p{color:rgba(255,255,255,.8);font-size:15px;line-height:1.5}.regions__card .btn{position:relative;z-index:1;margin-top:6px}.faq{display:grid;gap:10px}.faq__item{border:1px solid var(--gray-2);border-radius:12px;background:#fff;align-self:start}.faq__btn{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;background:none;border:0;font-weight:700;font-size:16px;line-height:1.35;text-align:left;cursor:pointer;border-radius:12px}.faq__btn:hover{color:var(--orange-dark)}.faq__btn .icon{width:22px;height:22px;color:var(--navy);transition:transform .2s}.faq__btn[aria-expanded="true"] .icon{transform:rotate(180deg);color:var(--orange)}.faq__panel{padding:0 18px 18px;color:var(--muted);font-size:15px;line-height:1.6}.faq__panel[hidden]{display:none}.faq__panel a{color:var(--orange-dark);font-weight:600}.cta-box{background:var(--navy);color:#fff;border-radius:18px;padding:36px 24px;text-align:center;position:relative;overflow:hidden}.cta-box::before{content:"";position:absolute;inset:auto -80px -120px auto;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(255,87,34,.4),rgba(255,87,34,0) 70%)}.cta-box>*{position:relative}.cta-box h2{font-size:clamp(28px,4.4vw,40px);font-weight:800;line-height:1.12;letter-spacing:-.02em;max-width:640px;margin:0 auto}.cta-box p{font-size:17px;line-height:1.5;margin:12px auto 24px;color:rgba(255,255,255,.85);max-width:520px}.cta-box__btns{display:grid;gap:10px;max-width:520px;margin:0 auto}.cta-box__proofs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 20px;margin-top:22px;font-size:14px;color:rgba(255,255,255,.85)}.cta-box__proofs li{display:flex;align-items:center;gap:6px}.cta-box__proofs .icon{width:18px;height:18px;color:var(--orange)}.footer{background:var(--navy);color:#fff;padding:40px 0 24px;font-size:15px}.footer__inner{display:grid;gap:28px}.footer__brand p{color:rgba(255,255,255,.75);margin-top:12px;line-height:1.5;max-width:300px}.footer__brand .logo{margin:0}.footer h3{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:12px}.footer__contact{display:grid;gap:10px}.footer__contact a,.footer__contact span{display:flex;align-items:center;gap:8px;text-decoration:none;font-weight:600}.footer__contact a:hover{color:var(--orange)}.footer__contact .icon{width:20px;height:20px;color:var(--orange)}.footer__nav{display:grid;gap:8px}.footer__nav a{text-decoration:none;font-weight:500;color:rgba(255,255,255,.85)}.footer__nav a:hover{color:var(--orange)}.footer__copy{margin-top:28px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.6);font-size:13px;line-height:1.5}.problem{display:grid;gap:26px}.problem__text p{color:var(--muted);font-size:17px;line-height:1.6;margin-top:14px;max-width:600px}.problem__text p a{color:var(--orange-dark);font-weight:600}.problem__card{background:var(--gray);border:1px solid var(--gray-2);border-radius:var(--radius);padding:24px}.problem__card h3{font-size:18px;font-weight:800;margin-bottom:14px}.local{display:grid;gap:22px;align-items:center}.local p{color:var(--muted);font-size:17px;line-height:1.6;margin-top:12px;max-width:640px}.local p a{color:var(--orange-dark);font-weight:600}.local__cta{display:flex;flex-wrap:wrap;gap:12px}.services--related .card h3{font-size:17px}.prose{max-width:760px}.prose h1{font-size:clamp(30px,5vw,42px);font-weight:800;letter-spacing:-.02em;line-height:1.12;margin-bottom:8px}.prose h2{font-size:22px;font-weight:800;margin:32px 0 10px}.prose p,.prose li{color:var(--muted);font-size:17px;line-height:1.6;margin-bottom:12px}.prose ul{list-style:disc;padding-left:22px}.prose a{color:var(--orange-dark);font-weight:600}.prose__meta{font-size:14px;color:var(--muted);margin-bottom:24px}@media(min-width:768px){.price{grid-template-columns:1.25fr 1fr;align-items:center;gap:40px}.features{grid-template-columns:1fr 1fr}.steps{grid-template-columns:repeat(2,1fr);gap:28px 20px}.cta-band__inner{grid-template-columns:1fr auto}.cta-band__btns{grid-template-columns:1fr 1fr}.regions{grid-template-columns:1.3fr 1fr;align-items:center;gap:40px}.faq{grid-template-columns:1fr 1fr;gap:12px}.cta-box{padding:48px 40px}.cta-box__btns{grid-template-columns:1fr 1fr}.footer__inner{grid-template-columns:1.4fr 1fr 1fr}.problem{grid-template-columns:1.2fr 1fr;align-items:start;gap:40px}.local{grid-template-columns:1.4fr auto}}@media(min-width:1024px){.price{gap:64px}.why{grid-template-columns:1fr 1.35fr;align-items:center;gap:56px}.steps{grid-template-columns:repeat(5,1fr);gap:20px}.steps--4{grid-template-columns:repeat(4,1fr)}.step{flex-direction:column;gap:0}.step::after{content:"";position:absolute;top:24px;left:56px;right:-12px;height:2px;background:var(--gray-2)}.step:last-child::after{display:none}.step h3{margin-top:16px}.cta-band{padding:64px 0}.cta-band__btns{display:flex}.cta-band__btns .btn{min-width:220px}.regions{gap:72px}.footer__inner{grid-template-columns:1.6fr 1fr 1fr;gap:48px}.problem{gap:64px}}