:root{--bg:#050505;--panel:#111;--panel2:#171717;--yellow:#ffc400;--red:#e21118;--white:#fff;--muted:#c9c9c9;--line:rgba(255,196,0,.45)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--white);font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}.container{width:min(1500px,94%);margin:auto}.top{position:sticky;top:0;z-index:50;background:rgba(0,0,0,.94);border-bottom:1px solid rgba(255,196,0,.25);backdrop-filter:blur(8px)}.nav{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:nowrap}.brand{flex:0 0 105px}.brand img{width:92px;height:92px;object-fit:contain}.menu{flex:1 1 auto;display:flex;align-items:center;justify-content:center;gap:24px;margin-left:0;min-width:0;white-space:nowrap;font-weight:800;text-transform:uppercase;font-size:13px}.menu a{white-space:nowrap;padding:30px 0;border-bottom:3px solid transparent}.menu a:hover,.menu a.active{color:var(--yellow);border-color:var(--yellow)}.phone{flex:0 0 245px;width:245px;min-width:245px;margin-left:0;text-align:right;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;line-height:1.1;white-space:nowrap}.phone-number{display:block;white-space:nowrap;font-weight:900;font-size:24px;line-height:1.05}.phone small{display:block;white-space:nowrap;color:#ddd;font-weight:400;font-size:13px;line-height:1.2;margin-top:5px}.burger{display:none;margin-left:auto;background:none;border:1px solid var(--line);color:#fff;border-radius:8px;padding:9px 12px;font-size:22px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:6px;padding:14px 24px;font-weight:900;cursor:pointer;background:var(--red);color:#fff;box-shadow:0 10px 25px rgba(226,17,24,.25);transition:.2s;text-align:center}.btn:hover{transform:translateY(-2px);filter:brightness(1.08)}.btn.yellow{background:linear-gradient(135deg,#ffd200,#ffb000);color:#111}.btn.outline{background:transparent;border:1px solid var(--yellow);box-shadow:none}.nav>.btn{flex:0 0 220px;width:220px;min-width:220px;max-width:220px;padding:15px 18px;line-height:1.25;white-space:normal}.hero{min-height:620px;background:linear-gradient(90deg,#050505 0%,rgba(5,5,5,.86) 34%,rgba(5,5,5,.28) 100%),url('../images/hero-secure-clean-desktop.webp') center/cover no-repeat;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:13px;background:linear-gradient(90deg,var(--yellow),transparent);filter:drop-shadow(0 -8px 0 rgba(255,196,0,.12))}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:620px}.hero h1{font-size:78px;line-height:.9;margin:0 0 20px;color:var(--yellow);letter-spacing:2px;text-transform:uppercase;text-shadow:0 3px 0 rgba(0,0,0,.5)}.hero h2{font-size:34px;line-height:1.13;margin:0 0 20px;text-transform:uppercase}.slogan{color:var(--yellow);font-size:20px;font-weight:700}.check{list-style:none;padding:0;margin:18px 0}.check li{margin:7px 0}.check li:before{content:'✓';color:#fff;margin-right:12px}.hero-call{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.bigphone{font-size:30px;font-weight:900}.section{padding:55px 0}.hero+.section{padding-top:55px;padding-bottom:55px}.title{text-align:center;text-transform:uppercase;font-size:34px;line-height:1.1;margin:0 0 38px}.title span{color:var(--yellow)}.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}.card{background:linear-gradient(180deg,#161616,#0b0b0b);border:1px solid var(--line);border-radius:7px;padding:28px 18px;text-align:center;min-height:215px;box-shadow:0 12px 30px rgba(0,0,0,.25)}.icon{font-size:44px;color:var(--yellow);display:block;margin-bottom:12px;line-height:1}.icon i{line-height:1}.card h3{font-size:15px;text-transform:uppercase;margin:0 0 10px}.card p{font-size:13px;color:#ddd;margin:0 0 18px}#advantages,.secure-benefits{padding-top:55px;padding-bottom:55px;scroll-margin-top:115px}.advantages,.benefits-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:22px}.adv,.benefit-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:215px;border:1px solid var(--line);border-radius:7px;padding:24px 15px;text-align:center;background:linear-gradient(180deg,#161616,#0b0b0b);color:#fff}.adv .icon,.benefit-icon{display:block;color:var(--yellow);font-size:42px;line-height:1;margin-bottom:12px}.adv b,.benefit-card b{display:block;text-transform:uppercase;font-size:14px;margin-bottom:8px}.adv p,.benefit-card p{display:block;color:#ddd;font-size:13px;line-height:1.45;margin:0}#advantages+.section,.secure-benefits+.section{padding-top:55px}.portfolio{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.work{position:relative;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#111;aspect-ratio:1.25/1}.work img{width:100%;height:100%;object-fit:cover;filter:grayscale(.25);transition:.25s}.work:hover img{transform:scale(1.06);filter:none}.work span{position:absolute;left:10px;right:10px;bottom:10px;background:rgba(0,0,0,.75);border:1px solid rgba(255,196,0,.5);border-radius:5px;padding:8px;text-align:center;font-weight:800;font-size:13px}.split{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:start}.formbox,.contactbox,.review{background:linear-gradient(180deg,#151515,#080808);border:1px solid var(--line);border-radius:8px;padding:26px}.formbox h2,.contactbox h2{text-transform:uppercase;margin:0 0 5px}.formbox h2 span,.contactbox h2 span{color:var(--yellow)}input,textarea{width:100%;background:#222;border:1px solid #333;color:#fff;border-radius:5px;margin:8px 0;padding:15px;font-size:15px}textarea{min-height:105px;resize:vertical}.contacts-list{list-style:none;padding:0;margin:18px 0}.contacts-list li{margin:12px 0;color:#ddd}.contacts-list b{color:#fff}.quick{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.quick .viber{background:#6e35a8}.quick .telegram{background:#229ed9}.map{height:220px;border-radius:8px;border:1px solid #333;overflow:hidden;margin-top:15px}.map iframe{width:100%;height:100%;border:0;filter:grayscale(.8) invert(.9) contrast(1.05)}#reviews{scroll-margin-top:115px}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.review{border-color:rgba(255,255,255,.12)}.review .quote{font-size:42px;color:var(--yellow);line-height:1}.stars{color:var(--yellow);letter-spacing:3px}.footer{border-top:1px solid var(--line);padding:34px 0;background:#050505}.footgrid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:30px}.footer img{width:82px}.footer h4{text-transform:uppercase}.footer a,.footer p,.footer li{color:#ccc;font-size:14px}.footer ul{list-style:none;padding:0}.page-hero{padding:70px 0;background:linear-gradient(90deg,#050505,rgba(5,5,5,.5)),url('../images/hero-secure-clean-desktop.webp') center/cover no-repeat;border-bottom:1px solid var(--line)}.page-hero h1{font-size:54px;text-transform:uppercase;margin:0}.page-hero h1 span{color:var(--yellow)}.content{font-size:18px;color:#ddd}.seo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:25px}.gallery-full{grid-template-columns:repeat(3,1fr)}.float{position:fixed;right:18px;bottom:18px;z-index:70;display:flex;flex-direction:column;gap:10px}.float a{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--red);font-size:22px;box-shadow:0 8px 30px rgba(0,0,0,.45)}@media(max-width:1280px){.container{width:min(1120px,92%)}.brand{flex:0 0 90px}.brand img{width:78px;height:78px}.menu{gap:16px;font-size:12px}.phone{flex-basis:190px;width:190px;min-width:190px}.phone-number{font-size:20px}.nav>.btn{flex-basis:185px;width:185px;min-width:185px}.advantages,.benefits-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1120px){.nav{height:auto;padding:10px 0}.burger{display:block}.menu{display:none;position:absolute;left:0;right:0;top:92px;background:#050505;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:18px 24px;border-bottom:1px solid var(--line);gap:12px}.menu.open{display:flex}.phone,.top .btn{display:none}.hero-grid,.split,.footgrid{grid-template-columns:1fr}.hero{min-height:560px}.hero-grid{min-height:560px}.hero h1{font-size:54px}.hero h2{font-size:25px}.cards{grid-template-columns:repeat(2,1fr)}.portfolio,.gallery-full{grid-template-columns:repeat(2,1fr)}.reviews,.seo-grid{grid-template-columns:1fr}.quick{grid-template-columns:1fr}}@media(max-width:760px){.advantages,.benefits-grid{grid-template-columns:repeat(2,1fr)}.section,#advantages,.secure-benefits,#advantages+.section,.secure-benefits+.section{padding-top:48px;padding-bottom:48px}.title{margin-bottom:30px}}@media(max-width:560px){.cards,.advantages,.benefits-grid,.portfolio,.gallery-full{grid-template-columns:1fr}.hero h1{font-size:44px}.bigphone{font-size:25px}.page-hero h1{font-size:36px}}.section{padding-top:32px !important;padding-bottom:32px !important}.hero+.section{padding-top:42px !important;padding-bottom:24px !important}#advantages,.secure-benefits{padding-top:22px !important;padding-bottom:32px !important;margin-top:0 !important;margin-bottom:0 !important}#advantages+.section,.secure-benefits+.section{padding-top:32px !important;padding-bottom:36px !important}.title{margin-bottom:24px !important}.cards,.benefits-grid,.advantages,.portfolio{gap:18px !important}.card,.benefit-card,.adv{min-height:200px !important;padding-top:22px !important;padding-bottom:22px !important}.benefit-icon,.adv .icon,.card .icon{margin-bottom:10px !important}.benefit-card b,.adv b{margin-bottom:7px !important}.benefit-card p,.adv p,.card p{line-height:1.4 !important}.portfolio+p{margin-top:20px !important}@media(max-width:760px){.section{padding-top:28px !important;padding-bottom:28px !important}.hero+.section{padding-top:32px !important;padding-bottom:22px !important}#advantages,.secure-benefits{padding-top:22px !important;padding-bottom:28px !important}#advantages+.section,.secure-benefits+.section{padding-top:28px !important;padding-bottom:30px !important}.title{margin-bottom:22px !important}}.work{cursor:pointer}.lightbox{display:none;position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.94);align-items:center;justify-content:center;padding:24px}.lightbox.active{display:flex}.lightbox img{max-width:92vw;max-height:88vh;object-fit:contain;border-radius:10px;border:1px solid rgba(255,196,0,.45);box-shadow:0 0 35px rgba(255,196,0,.25);background:#111}.lightbox-close{position:absolute;top:18px;right:28px;color:#fff;font-size:48px;font-weight:300;line-height:1;cursor:pointer;z-index:10000}.lightbox-close:hover{color:var(--yellow)}body.lightbox-open{overflow:hidden}@media(max-width:560px){.lightbox{padding:14px}.lightbox-close{top:12px;right:18px;font-size:42px}.lightbox img{max-width:94vw;max-height:84vh}}.portfolio-carousel{position:relative;display:flex;align-items:center;gap:14px}.portfolio-track{flex:1;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.portfolio-track .work{display:none}.portfolio-track .work.carousel-visible{display:block}.carousel-btn{flex:0 0 46px;width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:#101010;color:var(--yellow);font-size:36px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:.2s}.carousel-btn:hover{background:var(--yellow);color:#111;transform:translateY(-2px)}@media(max-width:1120px){.portfolio-track{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.portfolio-carousel{gap:8px}.portfolio-track{grid-template-columns:1fr}.carousel-btn{flex-basis:40px;width:40px;height:40px;font-size:30px}}.nav>.btn{background:linear-gradient(135deg,#ffd200,#ff9f00)!important;color:#111!important;border-radius:50px!important;font-weight:900!important;box-shadow:0 12px 30px rgba(255,196,0,.35)!important;transition:.3s!important}.nav>.btn:hover{transform:translateY(-3px)!important;box-shadow:0 18px 40px rgba(255,196,0,.5)!important}.phone{text-decoration:none!important;transition:.3s!important}.phone:hover{color:#ffc400!important;transform:translateY(-2px)}.phone:hover small{color:#ffc400!important}body,input,textarea,button,a{font-family:'Segoe UI',Arial,sans-serif}h1,h2,h3,h4,h5,h6,.title,.menu a,.btn,.phone,.phone-number,.phone small,.footer,.footer a,.footer p,.footer li{font-family:'Segoe UI',Arial,sans-serif}.nav{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:nowrap}.nav>.btn{display:none !important}.phone{flex:0 0 270px;width:270px;min-width:270px;margin-left:0;text-align:right;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;line-height:1.1;white-space:nowrap;text-decoration:none !important;transition:.25s ease}.phone-number{display:block;white-space:nowrap;font-size:32px !important;font-weight:700 !important;letter-spacing:.5px !important;color:#fff !important;line-height:1 !important;transition:.25s ease}.phone small{display:block;white-space:nowrap;color:#ddd !important;font-weight:400 !important;font-size:13px !important;line-height:1.2;margin-top:6px;transition:.25s ease}.phone:hover .phone-number,.phone:hover small{color:#ffc400 !important}.phone:hover{transform:translateY(-2px)}.footer-phone{color:#fff !important;font-weight:700 !important;text-decoration:none !important;transition:.25s ease}.footer-phone:hover{color:#ffc400 !important}@media(max-width:1280px){.phone{flex-basis:220px;width:220px;min-width:220px}.phone-number{font-size:26px !important}}@media(max-width:1120px){.phone{display:none !important}}.footer-link{color:#fff!important;font-weight:700!important;text-decoration:none!important;transition:.25s ease}.footer-link:hover{color:#ffc400!important}.hero{background-position:center center !important}@media(max-width:760px){.hero{background-position:62% center !important}}.about-secure{background:linear-gradient(180deg,#070707,#050505)}.about-grid{display:grid;grid-template-columns:2fr 1fr;gap:40px;align-items:center}.about-text{background:linear-gradient(180deg,#151515,#080808);border:1px solid rgba(255,196,0,.25);border-radius:10px;padding:30px}.about-text p{font-size:17px;color:#ddd;margin:0 0 16px}.about-text p:last-child{margin-bottom:0}.about-text strong{color:#ffc400}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.stat{background:linear-gradient(180deg,#161616,#0b0b0b);border:1px solid rgba(255,196,0,.45);border-radius:8px;padding:24px 16px;text-align:center;box-shadow:0 12px 30px rgba(0,0,0,.25)}.stat b{display:block;color:#ffc400;font-size:34px;line-height:1;margin-bottom:10px}.stat span{color:#fff;font-size:14px;font-weight:700}@media(max-width:900px){.about-grid{grid-template-columns:1fr}}@media(max-width:560px){.about-text{padding:22px}.about-stats{grid-template-columns:1fr}}.hero{background:linear-gradient(90deg,#050505 0%,rgba(5,5,5,.94) 34%,rgba(5,5,5,.72) 58%,rgba(5,5,5,.42) 100% ),url('../images/hero-secure-clean-desktop.webp') center/cover no-repeat !important}.page-hero{background:linear-gradient(90deg,#050505,rgba(5,5,5,.58)),url('../images/hero-secure-clean-desktop.webp') center/cover no-repeat !important}@media(max-width:760px){.hero{background:linear-gradient(90deg,#050505 0%,rgba(5,5,5,.92) 45%,rgba(5,5,5,.60) 100% ),url('../images/hero-secure-clean-desktop.webp') 60% center/cover no-repeat !important}}.bigphone{font-size:30px;font-weight:900;color:#fff;text-decoration:none;transition:.25s ease}.bigphone:hover{color:#ffc400}.services-icons .service-card{padding:0 0 24px !important;overflow:hidden;min-height:405px !important;border-radius:9px !important;background:linear-gradient(180deg,#151515,#080808) !important}.service-photo{position:relative;height:190px;overflow:hidden;border-bottom:1px solid rgba(255,196,0,.45);margin-bottom:0;background:#050505;display:flex;align-items:center;justify-content:center;padding:0}.service-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.38));pointer-events:none}.service-photo img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.88) contrast(1.08) saturate(.95);transition:.35s ease}.service-card:hover .service-photo img{transform:scale(1.04);filter:brightness(.98) contrast(1.1) saturate(1)}.service-card .icon{position:relative;z-index:2;width:58px;height:58px;border-radius:10px;background:rgba(0,0,0,.82);border:1px solid rgba(255,196,0,.65);display:flex !important;align-items:center;justify-content:center;margin:-30px auto 12px !important;font-size:30px !important;color:#ffc400 !important;box-shadow:0 10px 25px rgba(0,0,0,.45)}.service-card h3{padding-left:18px;padding-right:18px;margin-top:0 !important;margin-bottom:10px !important}.service-card p{padding-left:18px;padding-right:18px;margin-bottom:18px !important}.service-card .btn{margin-left:18px;margin-right:18px}@media(max-width:1120px){.services-icons .service-card{min-height:390px !important}.service-photo{height:205px}}@media(max-width:560px){.services-icons .service-card{min-height:auto !important}.service-photo{height:230px}}.page-subtitle{max-width:760px;color:#ddd;font-size:20px;margin:14px 0 0}.service-page-content h2{color:#fff;text-transform:uppercase;margin:34px 0 18px;font-size:30px;line-height:1.15}.service-page-content h2:first-child{margin-top:0}.service-page-content h3{color:#fff}.service-intro{display:grid;grid-template-columns:2fr .9fr;gap:28px;align-items:start}.service-cta-box{background:linear-gradient(180deg,#151515,#080808);border:1px solid rgba(255,196,0,.45);border-radius:10px;padding:24px;position:sticky;top:115px}.seo-card{background:linear-gradient(180deg,#151515,#080808);border:1px solid rgba(255,196,0,.35);border-radius:8px;padding:22px}.seo-card h3{margin-top:0;text-transform:uppercase}.service-list-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;background:linear-gradient(180deg,#111,#080808);border:1px solid rgba(255,196,0,.25);border-radius:10px;padding:24px 28px}.service-list-grid ul{margin:0}.service-list-grid li{margin:8px 0}.service-types{grid-template-columns:repeat(4,1fr)}.service-types .card{min-height:180px}.service-advantages{grid-template-columns:repeat(4,1fr)}.work-steps{counter-reset:step;list-style:none;padding:0;margin:0;display:grid;gap:12px}.work-steps li{background:linear-gradient(180deg,#151515,#080808);border:1px solid rgba(255,196,0,.28);border-radius:8px;padding:16px 18px 16px 56px;position:relative}.work-steps li:before{counter-increment:step;content:counter(step);position:absolute;left:16px;top:15px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--yellow);color:#111;font-weight:900}.text-link{color:var(--yellow);font-weight:800}.final-cta{margin-top:34px;padding:30px;border-radius:10px;border:1px solid rgba(255,196,0,.45);background:linear-gradient(135deg,#151515,#080808);text-align:center}.final-cta h2{margin-top:0}.final-cta .btn{margin:8px}@media(max-width:1120px){.service-intro,.service-list-grid{grid-template-columns:1fr}.service-cta-box{position:static}.service-types{grid-template-columns:repeat(2,1fr)}.service-advantages{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.service-types,.service-advantages{grid-template-columns:1fr}.page-subtitle{font-size:17px}.service-page-content h2{font-size:24px}}.menu-dropdown{position:relative;display:flex;align-items:center;height:100%}.menu-drop{display:flex;align-items:center;gap:5px}.menu-drop span{color:var(--yellow);font-size:12px;line-height:1}.submenu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(10px);min-width:245px;background:rgba(5,5,5,.98);border:1px solid rgba(255,196,0,.45);border-radius:8px;padding:8px;box-shadow:0 18px 40px rgba(0,0,0,.55);opacity:0;visibility:hidden;pointer-events:none;transition:.22s ease;z-index:100}.menu-dropdown:hover .submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.submenu a{display:block;padding:11px 13px !important;border-bottom:0 !important;border-radius:6px;color:#fff;font-size:13px;text-transform:none;font-weight:800;white-space:nowrap}.submenu a:hover{background:rgba(255,196,0,.12);color:var(--yellow)}@media(max-width:1120px){.menu-dropdown{width:100%;display:block}.menu-drop{width:100%;padding:8px 0 !important}.submenu{position:static;transform:none;min-width:0;width:100%;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;border:0;border-left:1px solid rgba(255,196,0,.45);border-radius:0;background:transparent;margin:2px 0 6px 12px;padding:0 0 0 12px}.menu-dropdown:hover .submenu{transform:none}.submenu a{padding:8px 0 !important;font-size:13px;color:#ddd}}@media(max-width:1120px){.menu{top:92px;max-height:calc(100vh - 92px);overflow-y:auto;padding:18px 24px 22px !important;gap:0 !important}.menu>a,.menu-drop{display:flex !important;align-items:center;width:100%;padding:12px 0 !important;margin:0 !important;border-bottom:0 !important;font-size:15px;line-height:1.25}.menu-dropdown{width:100%;display:block}.menu-drop{justify-content:flex-start;gap:6px;cursor:pointer}.menu-drop span{display:inline-block;color:var(--yellow);font-size:11px;transition:.2s ease}.submenu{display:none !important;position:static !important;transform:none !important;min-width:0 !important;width:100% !important;opacity:1 !important;visibility:visible !important;pointer-events:auto !important;box-shadow:none !important;background:transparent !important;border:0 !important;border-left:1px solid rgba(255,196,0,.45) !important;border-radius:0 !important;margin:2px 0 8px 12px !important;padding:2px 0 2px 14px !important}.menu-dropdown.open .submenu{display:block !important}.menu-dropdown.open .menu-drop span{transform:rotate(180deg)}.submenu a{display:block !important;padding:8px 0 !important;margin:0 !important;border:0 !important;border-radius:0 !important;color:#ddd !important;font-size:14px !important;line-height:1.2 !important;font-weight:700 !important;text-transform:none !important;white-space:normal !important}.submenu a:hover{color:var(--yellow) !important;background:transparent !important}}.brand-full{display:flex !important;align-items:center;gap:10px;text-decoration:none;flex:0 0 300px !important}.brand-full img{flex:0 0 auto}.brand-text{display:flex;flex-direction:column;line-height:1.05;min-width:0}.brand-title{color:var(--yellow);font-size:30px;font-weight:900;letter-spacing:1px}.brand-subtitle{color:#fff;font-size:12px;font-weight:600;margin-top:4px;line-height:1.2;opacity:.92;text-transform:none}@media(max-width:1280px){.brand-full{flex-basis:250px !important}.brand-title{font-size:25px}.brand-subtitle{font-size:10px}}@media(max-width:1120px){.brand-full{flex:1 1 auto !important}}@media(max-width:560px){.brand-full{gap:8px}.brand-title{font-size:22px}.brand-subtitle{font-size:9px;max-width:170px}}.float{display:none !important}@media(max-width:760px){.footer{padding:24px 0 18px !important}.footgrid{gap:12px !important}.footer h4{margin:8px 0 6px !important}.footer p{margin:6px 0 !important}.footer ul{margin:4px 0 8px !important}.footer li{margin:3px 0 !important;line-height:1.35 !important}.footer .container:last-child p{text-align:center !important;margin-top:14px !important;font-size:13px !important}}.hero-desc{max-width:650px;color:#f1f1f1;font-size:18px;line-height:1.45;margin:14px 0 0;font-weight:500}@media(max-width:760px){.hero-desc{font-size:16px;max-width:100%}}@media(max-width:760px){.hero{min-height:560px !important;padding:55px 0 45px !important;display:flex !important;align-items:center !important}.hero-grid{display:block !important}.hero h1{font-size:36px !important;line-height:1.08 !important;margin:0 0 8px !important;max-width:100% !important;word-break:normal !important}.hero h2{font-size:25px !important;line-height:1.18 !important;margin:0 0 10px !important;max-width:100% !important}.hero .slogan{font-size:15px !important;margin-top:10px !important}.hero-desc{font-size:14px !important;line-height:1.38 !important;margin-top:10px !important;max-width:100% !important}.check{margin-top:14px !important}.check li{font-size:14px !important;margin:5px 0 !important}.hero-call{margin-top:16px !important;gap:10px !important}.bigphone{font-size:22px !important}}@media(max-width:420px){.hero h1{font-size:32px !important}.hero h2{font-size:22px !important}.hero-desc{font-size:13.5px !important}}@media(max-width:760px){.hero{min-height:auto !important;height:auto !important;padding:44px 0 28px !important;background-position:62% center !important;background-size:cover !important}.hero::before{background:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.72) 52%,rgba(0,0,0,.20) 100%) !important}.hero-grid{display:block !important;min-height:auto !important}.hero h1,.hero-title-main{font-size:30px !important;line-height:1.02 !important;margin:0 0 8px !important;max-width:100% !important;letter-spacing:.5px !important;white-space:normal !important;overflow-wrap:normal !important;word-break:normal !important}.hero-title-main span{display:inline !important}.hero h2,.hero-title-sub{font-size:23px !important;line-height:1.14 !important;margin:0 0 10px !important;max-width:94% !important}.hero .slogan{font-size:14px !important;margin:12px 0 0 !important;line-height:1.25 !important}.hero-desc{font-size:14px !important;line-height:1.4 !important;margin:12px 0 0 !important;max-width:92% !important;font-weight:600 !important}.check{margin:14px 0 0 !important;padding:0 !important}.check li{font-size:14px !important;margin:5px 0 !important;line-height:1.35 !important}.hero-call{margin-top:16px !important;gap:10px !important;display:flex !important;flex-direction:column !important;align-items:flex-start !important}.bigphone{font-size:22px !important;line-height:1.1 !important}.hero-call .btn{width:auto !important;min-width:270px !important;padding:14px 22px !important;font-size:16px !important}}@media(max-width:420px){.hero{padding:38px 0 24px !important;background-position:66% center !important}.hero h1,.hero-title-main{font-size:25px !important;line-height:1.05 !important;letter-spacing:.2px !important}.hero h2,.hero-title-sub{font-size:20px !important;max-width:90% !important}.hero-desc{font-size:13px !important;max-width:88% !important}.hero-call .btn{min-width:0 !important;width:100% !important;max-width:310px !important}}@media(max-width:360px){.hero h1,.hero-title-main{font-size:23px !important}.hero h2,.hero-title-sub{font-size:19px !important}}.hero-left{display:flex;flex-direction:column;justify-content:center}@media(max-width:767px){.hero-left{align-items:center!important;text-align:center!important}.hero-left h1,.hero-left h2,.hero-left .slogan,.hero-left .check,.hero-left .hero-call{text-align:center!important}.hero-left .check{display:inline-block}.hero{padding-top:30px!important;padding-bottom:18px!important;background-position:68% center!important}.hero-call{margin-top:18px!important}}@media(max-width:760px){.hero{background-image:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.42)),url('../images/hero-secure-clean-mobile.webp') !important}}html,body,button,input,textarea,select{font-family:'Segoe UI',Arial,sans-serif !important}@media(max-width:760px){.hero-call{margin-bottom:34px !important}.hero{padding-bottom:42px !important}}@media(max-width:420px){.hero-call{margin-bottom:30px !important}.hero{padding-bottom:38px !important}}.page-404{min-height:calc(100vh - 210px);display:flex;align-items:center;background:linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.68)),url('../images/hero-secure-clean-desktop.webp') center/cover no-repeat}.error-box{max-width:820px;padding:58px 0}.error-code{color:var(--yellow);font-size:110px;line-height:.9;font-weight:900;letter-spacing:3px;text-shadow:0 0 30px rgba(255,196,0,.25)}.error-box h1{color:#fff;font-size:46px;margin:18px 0 14px;text-transform:uppercase}.error-box p{color:#ddd;font-size:19px;line-height:1.5;max-width:680px}.error-accent{color:#fff !important;font-weight:700}.error-actions{display:flex;gap:14px;flex-wrap:wrap;margin:26px 0 22px}.error-links{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 22px}.error-links a{color:#fff;text-decoration:none;border:1px solid rgba(255,196,0,.38);background:rgba(255,196,0,.08);padding:10px 14px;border-radius:8px;font-weight:700}.error-links a:hover{color:var(--yellow);border-color:var(--yellow)}.error-phone{display:inline-block;color:var(--yellow);font-size:26px;font-weight:900;text-decoration:none;margin-top:4px}@media(max-width:760px){.page-404{min-height:auto;padding:40px 0;background:linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.72)),url('../images/hero-secure-clean-mobile.webp') center/cover no-repeat}.error-box{text-align:center;padding:34px 0}.error-code{font-size:78px}.error-box h1{font-size:30px}.error-box p{font-size:16px}.error-actions{justify-content:center}.error-actions .btn{width:100%;max-width:310px}.error-links{justify-content:center}.error-links a{width:100%;max-width:310px}.error-phone{font-size:22px}}.prices-page .price-note{background:linear-gradient(180deg,#151515,#080808);border:1px solid rgba(255,196,0,.38);border-radius:10px;padding:26px;margin-bottom:28px}.prices-page .price-note h2{margin-top:0;color:#fff;text-transform:uppercase}.price-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.price-card{background:linear-gradient(180deg,#151515,#070707);border:1px solid rgba(255,196,0,.32);border-radius:10px;padding:24px;box-shadow:0 12px 35px rgba(0,0,0,.28)}.price-card h2{color:var(--yellow);font-size:24px;margin:0 0 18px;text-transform:uppercase}.price-card table{width:100%;border-collapse:collapse;margin-bottom:18px}.price-card td{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1);color:#eee;vertical-align:top}.price-card td:last-child{text-align:right;color:#fff;font-weight:900;white-space:nowrap}.price-final{margin-top:30px;text-align:center;background:linear-gradient(135deg,#151515,#080808);border:1px solid rgba(255,196,0,.45);border-radius:10px;padding:32px}.price-final h2{color:#fff;margin-top:0;text-transform:uppercase}.price-final .btn{margin:8px}@media(max-width:860px){.price-grid{grid-template-columns:1fr}.price-card{padding:20px}.price-card h2{font-size:21px}.price-card td{font-size:14px}.price-final .btn{width:100%;max-width:320px}}.services-icons .service-card h3{color:var(--yellow) !important;font-weight:900 !important;transition:.2s ease}.services-icons .service-card:hover h3{color:#ffd84d !important}.works-hero{background:linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.65)),url('../images/services/service-video.webp') center/cover no-repeat;padding:82px 0 62px;border-bottom:1px solid rgba(255,196,0,.25)}.works-hero h1{color:#fff;font-size:58px;line-height:1;margin:0 0 18px;text-transform:uppercase}.works-hero h1 span{color:var(--yellow)}.works-hero p{max-width:640px;color:#eee;font-size:19px;line-height:1.55}.works-filter{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.work-filter-btn{border:1px solid rgba(255,196,0,.45);background:#111;color:#fff;padding:13px 18px;border-radius:8px;font-weight:800;cursor:pointer;transition:.2s}.work-filter-btn.active,.work-filter-btn:hover{background:var(--yellow);color:#000}.works-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.work-card{background:linear-gradient(180deg,#161616,#080808);border:1px solid rgba(255,196,0,.28);border-radius:10px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.28)}.work-card img{width:100%;height:245px;object-fit:cover;display:block;filter:saturate(1.04) contrast(1.04)}.work-info{padding:18px}.work-info h3{color:#fff;font-size:20px;margin:0 0 12px}.work-info p{margin:7px 0;color:#ddd;font-size:15px}.work-info span{color:var(--yellow);font-weight:900}.work-card.is-hidden{display:none}.works-cta{margin-top:28px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#161616,#070707);border:1px solid rgba(255,196,0,.42);border-radius:10px;padding:30px}.works-cta span{color:var(--yellow);font-weight:900}.works-cta h2{color:#fff;margin:8px 0;font-size:28px}.works-cta p{color:#ddd;margin:0}.works-cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;min-width:330px}@media(max-width:960px){.works-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.works-hero{padding:52px 0 42px}.works-hero h1{font-size:38px}.works-hero p{font-size:16px}.work-filter-btn{width:100%;padding:12px}.works-grid{grid-template-columns:1fr}.work-card img{height:235px}.works-cta{text-align:center;flex-direction:column;padding:24px 18px}.works-cta-actions{min-width:0;width:100%;justify-content:center}.works-cta-actions .btn{width:100%;max-width:320px}}.footer{background:#050505 !important;border-top:1px solid rgba(255,196,0,.28);padding:38px 0 18px !important}.footer .footgrid{display:grid !important;grid-template-columns:1fr 1.25fr 1.15fr !important;gap:42px !important;align-items:start !important}.footer h4{color:#fff !important;font-size:17px !important;margin:0 0 14px !important;text-transform:uppercase;letter-spacing:.4px}.footer ul{list-style:none !important;padding:0 !important;margin:0 !important}.footer li{margin:0 0 9px !important;line-height:1.35 !important}.footer a{color:#d9d9d9 !important;text-decoration:none !important}.footer a:hover{color:var(--yellow) !important}.footer .footer-phone{display:inline-block !important;color:var(--yellow) !important;font-size:21px !important;font-weight:900 !important;margin-bottom:8px !important}.footer .footer-link{color:#e5e5e5 !important}.footer p{color:#d9d9d9 !important;line-height:1.75 !important;margin:0 !important}.footer .container:last-child{border-top:1px solid rgba(255,255,255,.08);margin-top:28px;padding-top:16px}.footer .container:last-child p{text-align:center !important;color:#aaa !important;font-size:14px !important;line-height:1.4 !important}@media(max-width:760px){.footer{padding:30px 0 14px !important}.footer .footgrid{grid-template-columns:1fr !important;gap:18px !important;text-align:center !important}.footer h4{margin:0 0 8px !important;font-size:16px !important}.footer li{margin:0 0 6px !important}.footer p{line-height:1.65 !important}.footer .footer-phone{font-size:22px !important;margin-bottom:5px !important}.footer .container:last-child{margin-top:20px;padding-top:13px}}.footer-premium{background:linear-gradient(180deg,#070707,#020202) !important;border-top:1px solid rgba(255,196,0,.28) !important;padding:42px 0 0 !important}.footer-premium-grid{display:grid !important;grid-template-columns:1.45fr .8fr 1.15fr 1.1fr !important;gap:36px !important;align-items:start !important}.footer-brand-block{display:flex !important;align-items:center !important;gap:16px !important}.footer-brand-logo{width:96px !important;height:96px !important;object-fit:contain !important;display:block !important;filter:drop-shadow(0 0 18px rgba(255,196,0,.22)) !important}.footer-brand-name{color:var(--yellow) !important;font-size:31px !important;line-height:1 !important;font-weight:900 !important;letter-spacing:.7px !important;margin-bottom:7px !important}.footer-brand-subtitle{color:#e7e7e7 !important;font-size:14px !important;line-height:1.35 !important;font-weight:600 !important}.footer-premium h4{color:var(--yellow) !important;font-size:16px !important;line-height:1.2 !important;text-transform:uppercase !important;letter-spacing:.5px !important;margin:0 0 14px !important;font-weight:900 !important}.footer-premium ul{list-style:none !important;padding:0 !important;margin:0 !important}.footer-premium li{margin:0 0 9px !important;line-height:1.35 !important;color:#d9d9d9 !important;font-size:15px !important}.footer-premium a,.footer-premium span{color:#d9d9d9 !important;text-decoration:none !important;font-size:15px !important;font-weight:500 !important;line-height:1.35 !important}.footer-premium a:hover{color:var(--yellow) !important}.footer-premium-bottom{border-top:1px solid rgba(255,255,255,.08) !important;margin-top:32px !important;padding:16px 0 !important}.footer-premium-bottom p{margin:0 !important;text-align:center !important;color:#aaa !important;font-size:14px !important;line-height:1.4 !important}@media(max-width:960px){.footer-premium-grid{grid-template-columns:1fr 1fr !important;gap:28px !important}.footer-brand-block{grid-column:1 / -1 !important;justify-content:center !important;text-align:left !important}}@media(max-width:760px){.footer-premium{padding:32px 0 0 !important}.footer-premium-grid{grid-template-columns:1fr 1fr !important;gap:20px 18px !important;align-items:start !important}.footer-brand-block{grid-column:1 / -1 !important;flex-direction:column !important;justify-content:center !important;text-align:center !important;gap:10px !important;margin-bottom:4px !important}.footer-brand-logo{width:88px !important;height:88px !important}.footer-brand-name{font-size:28px !important;margin-bottom:5px !important}.footer-brand-subtitle{font-size:13px !important}.footer-nav-col{grid-column:1 / 2 !important;text-align:left !important}.footer-contact-col{grid-column:2 / 3 !important;text-align:left !important}.footer-services-col{grid-column:1 / -1 !important;text-align:center !important;border-top:1px solid rgba(255,255,255,.08) !important;padding-top:16px !important;margin-top:2px !important}.footer-services-col ul{display:grid !important;grid-template-columns:1fr 1fr !important;gap:7px 12px !important}.footer-premium h4{font-size:15px !important;margin-bottom:9px !important}.footer-premium li{margin-bottom:7px !important;font-size:14px !important}.footer-premium a,.footer-premium span{font-size:14px !important}.footer-premium-bottom{margin-top:22px !important;padding:13px 0 !important}}@media(max-width:390px){.footer-premium-grid{gap:18px 12px !important}.footer-premium a,.footer-premium span,.footer-premium li{font-size:13px !important}.footer-services-col ul{grid-template-columns:1fr !important}}@media(max-width:760px){.footer-premium{padding:30px 0 0 !important}.footer-premium-grid{display:grid !important;grid-template-columns:1fr 1fr !important;gap:22px 18px !important;align-items:start !important;text-align:left !important}.footer-brand-block{grid-column:1 / -1 !important;display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-start !important;text-align:left !important;gap:14px !important;margin:0 0 4px !important;padding-bottom:18px !important;border-bottom:1px solid rgba(255,255,255,.08) !important}.footer-brand-logo{width:72px !important;height:72px !important;flex-shrink:0 !important}.footer-brand-name{font-size:25px !important;margin-bottom:4px !important}.footer-brand-subtitle{font-size:12.5px !important;line-height:1.3 !important}.footer-nav-col{grid-column:1 / 2 !important;text-align:left !important}.footer-contact-col{grid-column:2 / 3 !important;text-align:left !important}.footer-services-col{grid-column:1 / -1 !important;text-align:left !important;border-top:1px solid rgba(255,255,255,.08) !important;padding-top:18px !important;margin-top:0 !important}.footer-premium h4{font-size:15px !important;margin:0 0 10px !important;text-align:left !important}.footer-premium ul{display:block !important;margin:0 !important;padding:0 !important}.footer-premium li{margin:0 0 8px !important;line-height:1.35 !important;text-align:left !important}.footer-premium a,.footer-premium span{font-size:14px !important;line-height:1.35 !important;text-align:left !important}.footer-services-col ul{display:grid !important;grid-template-columns:1fr 1fr !important;gap:8px 16px !important}.footer-services-col h4{text-align:center !important}.footer-services-col li{text-align:center !important;margin:0 !important}.footer-services-col a{display:block !important;text-align:center !important}.footer-premium-bottom{margin-top:24px !important;padding:14px 0 !important}.footer-premium-bottom p{text-align:center !important;font-size:13.5px !important}}@media(max-width:390px){.footer-premium-grid{gap:20px 12px !important}.footer-brand-logo{width:66px !important;height:66px !important}.footer-brand-name{font-size:23px !important}.footer-brand-subtitle{font-size:12px !important}.footer-premium a,.footer-premium span,.footer-premium li{font-size:13px !important}.footer-contact-col{word-break:normal !important}.footer-contact-col a[href^="mailto"]{font-size:12.5px !important}}@media (max-width:768px){.footer-premium-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:20px!important}.footer-brand-block{grid-column:1;display:block!important;text-align:center!important;border:none!important;padding:0!important}.footer-nav-col{grid-column:2}.footer-contact-col{grid-column:1}.footer-services-col{grid-column:2;border:none!important;padding-top:0!important;margin-top:0!important}.footer-services-col ul{display:block!important}.footer-premium h4{text-align:center}.footer-nav-col ul,.footer-contact-col ul,.footer-services-col ul{padding:0;list-style:none}.footer-nav-col li,.footer-contact-col li,.footer-services-col li{margin:8px 0;text-align:center}.footer-contact-col .contact-item{justify-content:center}.footer-premium-bottom{margin-top:20px}}.footer-real-2x2{background:#050505 !important;border-top:1px solid rgba(255,196,0,.28) !important;padding:42px 0 0 !important}.footer-real-grid{display:grid !important;grid-template-columns:1.35fr .85fr 1.15fr 1.1fr !important;gap:34px !important;align-items:start !important}.footer-real-box{text-align:left !important}.footer-real-brand{display:block !important}.footer-real-brand img{width:94px !important;height:94px !important;object-fit:contain !important;display:block !important;margin:0 0 12px !important;filter:drop-shadow(0 0 16px rgba(255,196,0,.2)) !important}.footer-real-name{color:var(--yellow) !important;font-size:30px !important;line-height:1 !important;font-weight:900 !important;margin-bottom:7px !important}.footer-real-sub{color:#e5e5e5 !important;font-size:14px !important;line-height:1.35 !important;font-weight:600 !important}.footer-real-2x2 h4{color:var(--yellow) !important;font-size:16px !important;line-height:1.2 !important;text-transform:uppercase !important;margin:0 0 13px !important;font-weight:900 !important}.footer-real-2x2 ul{list-style:none !important;padding:0 !important;margin:0 !important}.footer-real-2x2 li{margin:0 0 9px !important;line-height:1.35 !important}.footer-real-2x2 a,.footer-real-2x2 span{color:#d9d9d9 !important;text-decoration:none !important;font-size:15px !important;font-weight:500 !important;line-height:1.35 !important}.footer-real-2x2 a:hover{color:var(--yellow) !important}.footer-real-bottom{border-top:1px solid rgba(255,255,255,.08) !important;margin-top:30px !important;padding:16px 0 !important}.footer-real-bottom p{margin:0 !important;color:#aaa !important;text-align:center !important;font-size:14px !important}@media(max-width:760px){.footer-real-2x2{padding:26px 0 0 !important}.footer-real-grid{display:grid !important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;gap:0 !important;border-top:1px solid rgba(255,196,0,.18) !important;border-left:1px solid rgba(255,196,0,.18) !important}.footer-real-box{min-width:0 !important;text-align:left !important;padding:16px 10px !important;border-right:1px solid rgba(255,196,0,.18) !important;border-bottom:1px solid rgba(255,196,0,.18) !important}.footer-real-brand{grid-column:1 / 2 !important;grid-row:1 / 2 !important;text-align:center !important}.footer-real-nav{grid-column:2 / 3 !important;grid-row:1 / 2 !important}.footer-real-contacts{grid-column:1 / 2 !important;grid-row:2 / 3 !important}.footer-real-services{grid-column:2 / 3 !important;grid-row:2 / 3 !important}.footer-real-brand img{width:64px !important;height:64px !important;margin:0 auto 8px !important}.footer-real-name{font-size:22px !important;text-align:center !important;margin-bottom:5px !important}.footer-real-sub{font-size:11px !important;line-height:1.25 !important;text-align:center !important}.footer-real-2x2 h4{font-size:14px !important;margin:0 0 9px !important;text-align:left !important}.footer-real-2x2 li{margin:0 0 7px !important}.footer-real-2x2 a,.footer-real-2x2 span{font-size:12.5px !important;line-height:1.25 !important;word-break:normal !important;overflow-wrap:anywhere !important}.footer-real-bottom{margin-top:0 !important;padding:13px 0 !important;border-top:0 !important}.footer-real-bottom p{font-size:13px !important;text-align:center !important}}@media(max-width:370px){.footer-real-box{padding:14px 8px !important}.footer-real-2x2 a,.footer-real-2x2 span{font-size:11.8px !important}.footer-real-name{font-size:20px !important}}@media(max-width:760px){.footer-real-2x2{padding:28px 0 0 !important;background:#050505 !important;border-top:1px solid rgba(255,196,0,.28) !important}.footer-real-grid{display:grid !important;grid-template-columns:1fr 1fr !important;gap:24px 22px !important;border:0 !important;padding:0 2px !important}.footer-real-box{border:0 !important;padding:0 !important;min-width:0 !important;background:transparent !important}.footer-real-brand{grid-column:1 / 2 !important;grid-row:1 / 2 !important;text-align:left !important}.footer-real-nav{grid-column:2 / 3 !important;grid-row:1 / 2 !important;text-align:left !important}.footer-real-contacts{grid-column:1 / 2 !important;grid-row:2 / 3 !important;text-align:left !important;padding-top:18px !important;border-top:1px solid rgba(255,255,255,.08) !important}.footer-real-services{grid-column:2 / 3 !important;grid-row:2 / 3 !important;text-align:left !important;padding-top:18px !important;border-top:1px solid rgba(255,255,255,.08) !important}.footer-real-brand img{width:76px !important;height:76px !important;margin:0 0 8px 0 !important;display:block !important}.footer-real-name{font-size:23px !important;text-align:left !important;margin:0 0 5px !important;line-height:1 !important}.footer-real-sub{font-size:12px !important;text-align:left !important;line-height:1.3 !important;max-width:135px !important}.footer-real-2x2 h4{font-size:15px !important;line-height:1.2 !important;margin:0 0 11px !important;text-align:left !important;color:var(--yellow) !important}.footer-real-2x2 ul{display:block !important;margin:0 !important;padding:0 !important}.footer-real-2x2 li{margin:0 0 8px !important;line-height:1.3 !important;text-align:left !important}.footer-real-2x2 a,.footer-real-2x2 span{font-size:13.2px !important;line-height:1.3 !important;text-align:left !important;color:#d9d9d9 !important;word-break:normal !important;overflow-wrap:normal !important}.footer-real-contacts a[href^="mailto"]{font-size:12.2px !important;letter-spacing:-.2px !important}.footer-real-bottom{margin-top:26px !important;padding:14px 0 !important;border-top:1px solid rgba(255,255,255,.08) !important}.footer-real-bottom p{font-size:13px !important;line-height:1.4 !important;text-align:center !important}}@media(max-width:380px){.footer-real-grid{gap:22px 14px !important}.footer-real-brand img{width:70px !important;height:70px !important}.footer-real-name{font-size:21px !important}.footer-real-2x2 a,.footer-real-2x2 span{font-size:12.3px !important}.footer-real-contacts a[href^="mailto"]{font-size:11.4px !important}}.videonaglyad-landing{padding-top:30px}.service-seo-pro,.service-grid-block,.service-steps,.why-secure-service,.service-faq-visible,.service-internal-links,.service-final-cta{background:linear-gradient(180deg,#141414,#080808);border:1px solid rgba(244,180,0,.24);border-radius:16px;padding:28px;margin:24px 0;box-shadow:0 14px 34px rgba(0,0,0,.22)}.videonaglyad-landing h2{color:var(--yellow);text-transform:uppercase;margin:0 0 16px;font-size:28px;line-height:1.2}.videonaglyad-landing h3{color:#fff;margin:0 0 8px;font-size:18px}.videonaglyad-landing p,.videonaglyad-landing li{color:#ddd;line-height:1.7;font-size:16px}.service-mini-grid,.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-mini-card,.steps-grid>div{background:#0d0d0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:18px}.service-mini-card span{display:block;font-size:30px;margin-bottom:10px}.steps-grid b{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--yellow);color:#000;font-size:19px;margin-bottom:12px}.why-secure-service ul{margin:0;padding-left:20px}.why-secure-service li{margin-bottom:10px}.faq-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.faq-list>div{background:#0d0d0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:18px}.service-internal-links>div{display:flex;flex-wrap:wrap;gap:12px}.service-internal-links a{color:#fff;text-decoration:none;border:1px solid rgba(244,180,0,.5);border-radius:10px;padding:12px 16px;font-weight:800}.service-internal-links a:hover{background:var(--yellow);color:#000}.service-final-cta{text-align:center;border-color:rgba(244,180,0,.55)}.service-final-cta .btn{margin:8px}@media(max-width:900px){.service-mini-grid,.steps-grid,.faq-list{grid-template-columns:1fr 1fr}}@media(max-width:760px){.service-seo-pro,.service-grid-block,.service-steps,.why-secure-service,.service-faq-visible,.service-internal-links,.service-final-cta{padding:20px;margin:18px 0;border-radius:12px}.videonaglyad-landing h2{font-size:22px}.videonaglyad-landing p,.videonaglyad-landing li{font-size:15px}.service-mini-grid,.steps-grid,.faq-list{grid-template-columns:1fr}.service-internal-links a,.service-final-cta .btn{width:100%;text-align:center}}.video-hero{min-height:520px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.48)),url('../images/services/service-video.webp') center/cover no-repeat;border-bottom:1px solid rgba(244,180,0,.25)}.video-hero-inner{width:100%}.video-hero-text{max-width:690px;padding:70px 0}.video-hero .eyebrow{color:var(--yellow);font-weight:900;text-transform:uppercase;letter-spacing:.8px;margin-bottom:14px}.video-hero h1{color:#fff;font-size:58px;line-height:1.05;margin:0 0 18px;text-transform:uppercase}.video-hero p{color:#eee;font-size:20px;line-height:1.55;margin:0 0 26px}.video-hero-actions{display:flex;gap:14px;flex-wrap:wrap}.section-head{text-align:center;max-width:760px;margin:0 auto 28px}.section-head h2,.video-seo-short h2,.related-box h2,.final-box h2{color:var(--yellow);text-transform:uppercase;margin:0 0 12px;font-size:32px;line-height:1.2}.section-head p,.video-seo-short p,.related-box p,.final-box p{color:#ddd;line-height:1.65;font-size:16px}.video-card-grid,.objects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.video-card,.objects-grid div,.seo-short-box,.related-box,.final-box{background:linear-gradient(180deg,#151515,#080808);border:1px solid rgba(244,180,0,.22);border-radius:16px;padding:24px;box-shadow:0 14px 32px rgba(0,0,0,.22)}.video-card span{font-size:32px;display:block;margin-bottom:12px}.video-card h3,.objects-grid h3,.process-line h3{color:#fff;margin:0 0 8px;font-size:19px}.video-card p,.process-line p{color:#d8d8d8;line-height:1.55;margin:0}.objects-grid div{text-align:center}.objects-grid b{display:block;font-size:34px;margin-bottom:10px}.process-line{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.process-line div{background:#101010;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:18px}.process-line span{width:38px;height:38px;border-radius:50%;background:var(--yellow);color:#000;display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:12px}.seo-short-box{max-width:980px;margin:0 auto}.faq-compact{max-width:920px;margin:0 auto}.faq-compact details{background:#101010;border:1px solid rgba(244,180,0,.2);border-radius:12px;padding:16px 18px;margin-bottom:12px}.faq-compact summary{color:#fff;font-weight:900;cursor:pointer}.faq-compact p{color:#ddd;line-height:1.6;margin:12px 0 0}.related-box,.final-box{text-align:center}.related-box div{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:18px}.related-box a{color:#fff;text-decoration:none;border:1px solid rgba(244,180,0,.5);border-radius:10px;padding:12px 16px;font-weight:800}.related-box a:hover{background:var(--yellow);color:#000}.final-box{border-color:rgba(244,180,0,.48)}.final-box .btn{margin:8px}@media(max-width:1000px){.process-line{grid-template-columns:repeat(3,1fr)}}@media(max-width:860px){.video-card-grid,.objects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.video-hero{min-height:auto;background:linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.58)),url('../images/services/service-video.webp') center/cover no-repeat}.video-hero-text{padding:52px 0;text-align:center}.video-hero h1{font-size:34px}.video-hero p{font-size:16px}.video-hero-actions{justify-content:center}.video-hero-actions .btn,.final-box .btn{width:100%;max-width:320px}.section-head h2,.video-seo-short h2,.related-box h2,.final-box h2{font-size:23px}.video-card-grid,.objects-grid,.process-line{grid-template-columns:1fr}.video-card,.objects-grid div,.seo-short-box,.related-box,.final-box{padding:20px}.related-box a{width:100%}}.video-seo-short .seo-short-box,.video-faq .faq-compact{max-width:none !important;width:100% !important}.video-seo-short .seo-short-box{padding:28px !important}.video-faq .faq-compact{display:grid;grid-template-columns:1fr 1fr;gap:14px}.video-faq .faq-compact details{margin-bottom:0 !important}.video-benefits .video-card p{min-height:112px}@media(max-width:900px){.video-faq .faq-compact{grid-template-columns:1fr}.video-benefits .video-card p{min-height:0}}@media(max-width:760px){.video-seo-short .seo-short-box{padding:20px !important}}.video-objects-premium .objects-grid{display:none !important}.objects-premium-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.object-premium-card{display:flex;align-items:flex-start;gap:16px;background:linear-gradient(135deg,#151515,#080808);border:1px solid rgba(244,180,0,.26);border-radius:16px;padding:22px;min-height:145px;box-shadow:0 14px 34px rgba(0,0,0,.22);transition:.25s ease}.object-premium-card:hover{transform:translateY(-3px);border-color:rgba(244,180,0,.55);box-shadow:0 18px 40px rgba(0,0,0,.32)}.object-icon{width:54px;height:54px;flex:0 0 54px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(244,180,0,.10);border:1px solid rgba(244,180,0,.34);font-size:28px}.object-premium-card h3{color:#fff;font-size:21px;margin:0 0 8px}.object-premium-card p{color:#d9d9d9;font-size:15.5px;line-height:1.55;margin:0}@media(max-width:760px){.objects-premium-grid{grid-template-columns:1fr;gap:14px}.object-premium-card{padding:18px;min-height:auto}.object-icon{width:48px;height:48px;flex-basis:48px;font-size:24px}.object-premium-card h3{font-size:19px}.object-premium-card p{font-size:14.5px}}.why-secure-premium-section .video-card-grid{display:none !important}.why-premium-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.why-premium-card{display:flex;align-items:flex-start;gap:16px;background:linear-gradient(135deg,#151515,#080808);border:1px solid rgba(244,180,0,.26);border-radius:16px;padding:22px;min-height:158px;box-shadow:0 14px 34px rgba(0,0,0,.22);transition:.25s ease}.why-premium-card:hover{transform:translateY(-3px);border-color:rgba(244,180,0,.55);box-shadow:0 18px 40px rgba(0,0,0,.32)}.why-icon{width:54px;height:54px;flex:0 0 54px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(244,180,0,.10);border:1px solid rgba(244,180,0,.34);font-size:28px}.why-premium-card h3{color:#fff;font-size:21px;margin:0 0 8px}.why-premium-card p{color:#d9d9d9;font-size:15.5px;line-height:1.55;margin:0}@media(max-width:760px){.why-premium-grid{grid-template-columns:1fr;gap:14px}.why-premium-card{padding:18px;min-height:auto}.why-icon{width:48px;height:48px;flex-basis:48px;font-size:24px}.why-premium-card h3{font-size:19px}.why-premium-card p{font-size:14.5px}}.alarm-premium-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.alarm-premium-card{display:flex;align-items:flex-start;gap:16px;background:linear-gradient(135deg,#151515,#080808);border:1px solid rgba(244,180,0,.26);border-radius:16px;padding:22px;min-height:158px;box-shadow:0 14px 34px rgba(0,0,0,.22);transition:.25s ease}.alarm-premium-card:hover{transform:translateY(-3px);border-color:rgba(244,180,0,.55);box-shadow:0 18px 40px rgba(0,0,0,.32)}.alarm-icon{width:54px;height:54px;flex:0 0 54px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(244,180,0,.10);border:1px solid rgba(244,180,0,.34);font-size:28px}.alarm-premium-card h3{color:#fff;font-size:21px;margin:0 0 8px}.alarm-premium-card p{color:#d9d9d9;font-size:15.5px;line-height:1.55;margin:0}.alarm-seo-short .seo-short-box,.alarm-faq .faq-compact{max-width:none !important;width:100% !important}.alarm-faq .faq-compact{display:grid;grid-template-columns:1fr 1fr;gap:14px}.alarm-faq .faq-compact details{background:#101010;border:1px solid rgba(244,180,0,.2);border-radius:12px;padding:16px 18px;margin-bottom:0}.alarm-faq .faq-compact summary{color:#fff;font-weight:900;cursor:pointer}.alarm-faq .faq-compact p{color:#ddd;line-height:1.6;margin:12px 0 0}@media(max-width:900px){.alarm-faq .faq-compact{grid-template-columns:1fr}}@media(max-width:760px){.alarm-premium-grid{grid-template-columns:1fr;gap:14px}.alarm-premium-card{padding:18px;min-height:auto}.alarm-icon{width:48px;height:48px;flex-basis:48px;font-size:24px}.alarm-premium-card h3{font-size:19px}.alarm-premium-card p{font-size:14.5px}}.access-premium-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.access-premium-card{display:flex;align-items:flex-start;gap:16px;background:linear-gradient(135deg,#151515,#080808);border:1px solid rgba(244,180,0,.26);border-radius:16px;padding:22px;min-height:158px;box-shadow:0 14px 34px rgba(0,0,0,.22);transition:.25s ease}.access-premium-card:hover{transform:translateY(-3px);border-color:rgba(244,180,0,.55);box-shadow:0 18px 40px rgba(0,0,0,.32)}.access-icon{width:54px;height:54px;flex:0 0 54px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(244,180,0,.10);border:1px solid rgba(244,180,0,.34);font-size:28px}.access-premium-card h3{color:#fff;font-size:21px;margin:0 0 8px}.access-premium-card p{color:#d9d9d9;font-size:15.5px;line-height:1.55;margin:0}.access-seo-short .seo-short-box,.access-faq .faq-compact{max-width:none !important;width:100% !important}.access-faq .faq-compact{display:grid;grid-template-columns:1fr 1fr;gap:14px}.access-faq .faq-compact details{background:#101010;border:1px solid rgba(244,180,0,.2);border-radius:12px;padding:16px 18px;margin-bottom:0}.access-faq .faq-compact summary{color:#fff;font-weight:900;cursor:pointer}.access-faq .faq-compact p{color:#ddd;line-height:1.6;margin:12px 0 0}@media(max-width:900px){.access-faq .faq-compact{grid-template-columns:1fr}}@media(max-width:760px){.access-premium-grid{grid-template-columns:1fr;gap:14px}.access-premium-card{padding:18px;min-height:auto}.access-icon{width:48px;height:48px;flex-basis:48px;font-size:24px}.access-premium-card h3{font-size:19px}.access-premium-card p{font-size:14.5px}}.domofon-premium-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.domofon-premium-card{display:flex;align-items:flex-start;gap:16px;background:linear-gradient(135deg,#151515,#080808);border:1px solid rgba(244,180,0,.26);border-radius:16px;padding:22px;min-height:158px;box-shadow:0 14px 34px rgba(0,0,0,.22);transition:.25s ease}.domofon-premium-card:hover{transform:translateY(-3px);border-color:rgba(244,180,0,.55);box-shadow:0 18px 40px rgba(0,0,0,.32)}.domofon-icon{width:54px;height:54px;flex:0 0 54px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(244,180,0,.10);border:1px solid rgba(244,180,0,.34);font-size:28px}.domofon-premium-card h3{color:#fff;font-size:21px;margin:0 0 8px}.domofon-premium-card p{color:#d9d9d9;font-size:15.5px;line-height:1.55;margin:0}.domofon-seo-short .seo-short-box,.domofon-faq .faq-compact{max-width:none !important;width:100% !important}.domofon-faq .faq-compact{display:grid;grid-template-columns:1fr 1fr;gap:14px}.domofon-faq .faq-compact details{background:#101010;border:1px solid rgba(244,180,0,.2);border-radius:12px;padding:16px 18px;margin-bottom:0}.domofon-faq .faq-compact summary{color:#fff;font-weight:900;cursor:pointer}.domofon-faq .faq-compact p{color:#ddd;line-height:1.6;margin:12px 0 0}@media(max-width:900px){.domofon-faq .faq-compact{grid-template-columns:1fr}}@media(max-width:760px){.domofon-premium-grid{grid-template-columns:1fr;gap:14px}.domofon-premium-card{padding:18px;min-height:auto}.domofon-icon{width:48px;height:48px;flex-basis:48px;font-size:24px}.domofon-premium-card h3{font-size:19px}.domofon-premium-card p{font-size:14.5px}}.support-premium-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.support-premium-card{display:flex;align-items:flex-start;gap:16px;background:linear-gradient(135deg,#151515,#080808);border:1px solid rgba(244,180,0,.26);border-radius:16px;padding:22px;min-height:158px;box-shadow:0 14px 34px rgba(0,0,0,.22);transition:.25s ease}.support-premium-card:hover{transform:translateY(-3px);border-color:rgba(244,180,0,.55);box-shadow:0 18px 40px rgba(0,0,0,.32)}.support-icon{width:54px;height:54px;flex:0 0 54px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(244,180,0,.10);border:1px solid rgba(244,180,0,.34);font-size:28px}.support-premium-card h3{color:#fff;font-size:21px;margin:0 0 8px}.support-premium-card p{color:#d9d9d9;font-size:15.5px;line-height:1.55;margin:0}.support-seo-short .seo-short-box,.support-faq .faq-compact{max-width:none !important;width:100% !important}.support-faq .faq-compact{display:grid;grid-template-columns:1fr 1fr;gap:14px}.support-faq .faq-compact details{background:#101010;border:1px solid rgba(244,180,0,.2);border-radius:12px;padding:16px 18px;margin-bottom:0}.support-faq .faq-compact summary{color:#fff;font-weight:900;cursor:pointer}.support-faq .faq-compact p{color:#ddd;line-height:1.6;margin:12px 0 0}@media(max-width:900px){.support-faq .faq-compact{grid-template-columns:1fr}}@media(max-width:760px){.support-premium-grid{grid-template-columns:1fr;gap:14px}.support-premium-card{padding:18px;min-height:auto}.support-icon{width:48px;height:48px;flex-basis:48px;font-size:24px}.support-premium-card h3{font-size:19px}.support-premium-card p{font-size:14.5px}}.footer-real-brand{order:1 !important}.footer-real-nav{order:2 !important}.footer-real-services{order:3 !important}.footer-real-contacts{order:4 !important}@media(max-width:760px){.footer-real-brand{grid-column:1 / 2 !important;grid-row:1 / 2 !important}.footer-real-nav{grid-column:2 / 3 !important;grid-row:1 / 2 !important}.footer-real-services{grid-column:1 / 2 !important;grid-row:2 / 3 !important}.footer-real-contacts{grid-column:2 / 3 !important;grid-row:2 / 3 !important}}.video-faq .faq-compact{display:grid;grid-template-columns:1fr 1fr;gap:14px}.video-faq .faq-compact details{align-self:start}.video-seo-short .seo-short-box p{margin-bottom:14px}@media(max-width:900px){.video-faq .faq-compact{grid-template-columns:1fr}}.alarm-faq .faq-compact{display:grid;grid-template-columns:1fr 1fr;gap:14px}.alarm-faq .faq-compact details{align-self:start}.alarm-seo-short .seo-short-box p{margin-bottom:14px}@media(max-width:900px){.alarm-faq .faq-compact{grid-template-columns:1fr}}.access-faq .faq-compact{display:grid;grid-template-columns:1fr 1fr;gap:14px}.access-faq .faq-compact details{align-self:start}.access-seo-short .seo-short-box p{margin-bottom:14px}@media(max-width:900px){.access-faq .faq-compact{grid-template-columns:1fr}}.domofon-faq .faq-compact{display:grid;grid-template-columns:1fr 1fr;gap:14px}.domofon-faq .faq-compact details{align-self:start}.domofon-seo-short .seo-short-box p{margin-bottom:14px}@media(max-width:900px){.domofon-faq .faq-compact{grid-template-columns:1fr}}.support-faq .faq-compact{display:grid;grid-template-columns:1fr 1fr;gap:14px}.support-faq .faq-compact details{align-self:start}.support-seo-short .seo-short-box p{margin-bottom:14px}@media(max-width:900px){.support-faq .faq-compact{grid-template-columns:1fr}}.hero-subtitle-main{display:block;font-size:.68em;font-weight:600;color:#fff;line-height:1.2;margin-top:8px}.house-premium-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.house-premium-card{display:flex;align-items:flex-start;gap:16px;background:linear-gradient(135deg,#151515,#080808);border:1px solid rgba(244,180,0,.26);border-radius:16px;padding:22px;min-height:158px;box-shadow:0 14px 34px rgba(0,0,0,.22);transition:.25s ease}.house-premium-card:hover{transform:translateY(-3px);border-color:rgba(244,180,0,.55);box-shadow:0 18px 40px rgba(0,0,0,.32)}.house-icon{width:54px;height:54px;flex:0 0 54px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(244,180,0,.10);border:1px solid rgba(244,180,0,.34);font-size:28px}.house-premium-card h3{color:#fff;font-size:21px;margin:0 0 8px}.house-premium-card p{color:#d9d9d9;font-size:15.5px;line-height:1.55;margin:0}.house-seo-short .seo-short-box,.house-faq .faq-compact{max-width:none !important;width:100% !important}.house-faq .faq-compact{display:grid;grid-template-columns:1fr 1fr;gap:14px}.house-faq .faq-compact details{background:#101010;border:1px solid rgba(244,180,0,.2);border-radius:12px;padding:16px 18px;margin-bottom:0;align-self:start}.house-faq .faq-compact summary{color:#fff;font-weight:900;cursor:pointer}.house-faq .faq-compact p{color:#ddd;line-height:1.6;margin:12px 0 0}.house-seo-short .seo-short-box p{margin-bottom:14px}@media(max-width:900px){.house-faq .faq-compact{grid-template-columns:1fr}}@media(max-width:760px){.house-premium-grid{grid-template-columns:1fr;gap:14px}.house-premium-card{padding:18px;min-height:auto}.house-icon{width:48px;height:48px;flex-basis:48px;font-size:24px}.house-premium-card h3{font-size:19px}.house-premium-card p{font-size:14.5px}}.video-object-links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.video-object-link-card{display:flex;align-items:flex-start;gap:16px;background:linear-gradient(135deg,#151515,#080808);border:1px solid rgba(244,180,0,.26);border-radius:16px;padding:22px;min-height:142px;box-shadow:0 14px 34px rgba(0,0,0,.22);text-decoration:none;transition:.25s ease}.video-object-link-card span{width:54px;height:54px;flex:0 0 54px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(244,180,0,.10);border:1px solid rgba(244,180,0,.34);font-size:28px}.video-object-link-card h3{color:#fff;font-size:21px;margin:0 0 8px}.video-object-link-card p{color:#d9d9d9;font-size:15.5px;line-height:1.55;margin:0}.video-object-link-card.active:hover{transform:translateY(-3px);border-color:rgba(244,180,0,.6);box-shadow:0 18px 40px rgba(0,0,0,.32)}.video-object-link-card.active h3{color:var(--yellow)}.video-object-link-card.muted{opacity:.72}.video-object-link-card.muted h3{color:#d8d8d8}@media(max-width:760px){.video-object-links-grid{grid-template-columns:1fr;gap:14px}.video-object-link-card{padding:18px;min-height:auto}.video-object-link-card span{width:48px;height:48px;flex-basis:48px;font-size:24px}.video-object-link-card h3{font-size:19px}.video-object-link-card p{font-size:14.5px}}.apartment-premium-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.apartment-premium-card{display:flex;align-items:flex-start;gap:16px;background:linear-gradient(135deg,#151515,#080808);border:1px solid rgba(244,180,0,.26);border-radius:16px;padding:22px;min-height:158px;box-shadow:0 14px 34px rgba(0,0,0,.22);transition:.25s ease}.apartment-premium-card:hover{transform:translateY(-3px);border-color:rgba(244,180,0,.55);box-shadow:0 18px 40px rgba(0,0,0,.32)}.apartment-icon{width:54px;height:54px;flex:0 0 54px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(244,180,0,.10);border:1px solid rgba(244,180,0,.34);font-size:28px}.apartment-premium-card h3{color:#fff;font-size:21px;margin:0 0 8px}.apartment-premium-card p{color:#d9d9d9;font-size:15.5px;line-height:1.55;margin:0}.apartment-seo-short .seo-short-box,.apartment-faq .faq-compact{max-width:none !important;width:100% !important}.apartment-faq .faq-compact{display:grid;grid-template-columns:1fr 1fr;gap:14px}.apartment-faq .faq-compact details{align-self:start;background:#101010;border:1px solid rgba(244,180,0,.2);border-radius:12px;padding:16px 18px;margin-bottom:0}.apartment-faq .faq-compact summary{color:#fff;font-weight:900;cursor:pointer}.apartment-faq .faq-compact p{color:#ddd;line-height:1.6;margin:12px 0 0}.apartment-seo-short .seo-short-box p{margin-bottom:14px}@media(max-width:900px){.apartment-faq .faq-compact{grid-template-columns:1fr}}@media(max-width:760px){.apartment-premium-grid{grid-template-columns:1fr;gap:14px}.apartment-premium-card{padding:18px;min-height:auto}.apartment-icon{width:48px;height:48px;flex-basis:48px;font-size:24px}.apartment-premium-card h3{font-size:19px}.apartment-premium-card p{font-size:14.5px}}.shop-premium-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.shop-premium-card{display:flex;align-items:flex-start;gap:16px;background:linear-gradient(135deg,#151515,#080808);border:1px solid rgba(244,180,0,.26);border-radius:16px;padding:22px;min-height:158px;box-shadow:0 14px 34px rgba(0,0,0,.22);transition:.25s ease}.shop-premium-card:hover{transform:translateY(-3px);border-color:rgba(244,180,0,.55);box-shadow:0 18px 40px rgba(0,0,0,.32)}.shop-icon{width:54px;height:54px;flex:0 0 54px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(244,180,0,.10);border:1px solid rgba(244,180,0,.34);font-size:28px}.shop-premium-card h3{color:#fff;font-size:21px;margin:0 0 8px}.shop-premium-card p{color:#d9d9d9;font-size:15.5px;line-height:1.55;margin:0}.shop-seo-short .seo-short-box,.shop-faq .faq-compact{max-width:none !important;width:100% !important}.shop-faq .faq-compact{display:grid;grid-template-columns:1fr 1fr;gap:14px}.shop-faq .faq-compact details{align-self:start;background:#101010;border:1px solid rgba(244,180,0,.2);border-radius:12px;padding:16px 18px;margin-bottom:0}.shop-faq .faq-compact summary{color:#fff;font-weight:900;cursor:pointer}.shop-faq .faq-compact p{color:#ddd;line-height:1.6;margin:12px 0 0}.shop-seo-short .seo-short-box p{margin-bottom:14px}@media(max-width:900px){.shop-faq .faq-compact{grid-template-columns:1fr}}@media(max-width:760px){.shop-premium-grid{grid-template-columns:1fr;gap:14px}.shop-premium-card{padding:18px;min-height:auto}.shop-icon{width:48px;height:48px;flex-basis:48px;font-size:24px}.shop-premium-card h3{font-size:19px}.shop-premium-card p{font-size:14.5px}}.office-premium-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.office-premium-card{display:flex;align-items:flex-start;gap:16px;background:linear-gradient(135deg,#151515,#080808);border:1px solid rgba(244,180,0,.26);border-radius:16px;padding:22px;min-height:158px;box-shadow:0 14px 34px rgba(0,0,0,.22);transition:.25s ease}.office-premium-card:hover{transform:translateY(-3px);border-color:rgba(244,180,0,.55);box-shadow:0 18px 40px rgba(0,0,0,.32)}.office-icon{width:54px;height:54px;flex:0 0 54px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(244,180,0,.10);border:1px solid rgba(244,180,0,.34);font-size:28px}.office-premium-card h3{color:#fff;font-size:21px;margin:0 0 8px}.office-premium-card p{color:#d9d9d9;font-size:15.5px;line-height:1.55;margin:0}.office-seo-short .seo-short-box,.office-faq .faq-compact{max-width:none!important;width:100%!important}.office-faq .faq-compact{display:grid;grid-template-columns:1fr 1fr;gap:14px}.office-faq .faq-compact details{align-self:start;background:#101010;border:1px solid rgba(244,180,0,.2);border-radius:12px;padding:16px 18px;margin-bottom:0}.office-faq .faq-compact summary{color:#fff;font-weight:900;cursor:pointer}.office-faq .faq-compact p{color:#ddd;line-height:1.6;margin:12px 0 0}.office-seo-short .seo-short-box p{margin-bottom:14px}@media(max-width:900px){.office-faq .faq-compact{grid-template-columns:1fr}}@media(max-width:760px){.office-premium-grid{grid-template-columns:1fr;gap:14px}.office-premium-card{padding:18px;min-height:auto}.office-icon{width:48px;height:48px;flex-basis:48px;font-size:24px}.office-premium-card h3{font-size:19px}.office-premium-card p{font-size:14.5px}}.warehouse-premium-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.warehouse-premium-card{display:flex;align-items:flex-start;gap:16px;background:linear-gradient(135deg,#151515,#080808);border:1px solid rgba(244,180,0,.26);border-radius:16px;padding:22px;min-height:158px;box-shadow:0 14px 34px rgba(0,0,0,.22);transition:.25s ease}.warehouse-premium-card:hover{transform:translateY(-3px);border-color:rgba(244,180,0,.55);box-shadow:0 18px 40px rgba(0,0,0,.32)}.warehouse-icon{width:54px;height:54px;flex:0 0 54px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(244,180,0,.10);border:1px solid rgba(244,180,0,.34);font-size:28px}.warehouse-premium-card h3{color:#fff;font-size:21px;margin:0 0 8px}.warehouse-premium-card p{color:#d9d9d9;font-size:15.5px;line-height:1.55;margin:0}.warehouse-seo-short .seo-short-box,.warehouse-faq .faq-compact{max-width:none!important;width:100%!important}.warehouse-faq .faq-compact{display:grid;grid-template-columns:1fr 1fr;gap:14px}.warehouse-faq .faq-compact details{align-self:start;background:#101010;border:1px solid rgba(244,180,0,.2);border-radius:12px;padding:16px 18px;margin-bottom:0}.warehouse-faq .faq-compact summary{color:#fff;font-weight:900;cursor:pointer}.warehouse-faq .faq-compact p{color:#ddd;line-height:1.6;margin:12px 0 0}.warehouse-seo-short .seo-short-box p{margin-bottom:14px}@media(max-width:900px){.warehouse-faq .faq-compact{grid-template-columns:1fr}}@media(max-width:760px){.warehouse-premium-grid{grid-template-columns:1fr;gap:14px}.warehouse-premium-card{padding:18px;min-height:auto}.warehouse-icon{width:48px;height:48px;flex-basis:48px;font-size:24px}.warehouse-premium-card h3{font-size:19px}.warehouse-premium-card p{font-size:14.5px}}.enterprise-premium-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.enterprise-premium-card{display:flex;align-items:flex-start;gap:16px;background:linear-gradient(135deg,#151515,#080808);border:1px solid rgba(244,180,0,.26);border-radius:16px;padding:22px;min-height:158px;box-shadow:0 14px 34px rgba(0,0,0,.22);transition:.25s ease}.enterprise-premium-card:hover{transform:translateY(-3px);border-color:rgba(244,180,0,.55);box-shadow:0 18px 40px rgba(0,0,0,.32)}.enterprise-icon{width:54px;height:54px;flex:0 0 54px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(244,180,0,.10);border:1px solid rgba(244,180,0,.34);font-size:28px}.enterprise-premium-card h3{color:#fff;font-size:21px;margin:0 0 8px}.enterprise-premium-card p{color:#d9d9d9;font-size:15.5px;line-height:1.55;margin:0}.enterprise-seo-short .seo-short-box,.enterprise-faq .faq-compact{max-width:none!important;width:100%!important}.enterprise-faq .faq-compact{display:grid;grid-template-columns:1fr 1fr;gap:14px}.enterprise-faq .faq-compact details{align-self:start;background:#101010;border:1px solid rgba(244,180,0,.2);border-radius:12px;padding:16px 18px;margin-bottom:0}.enterprise-faq .faq-compact summary{color:#fff;font-weight:900;cursor:pointer}.enterprise-faq .faq-compact p{color:#ddd;line-height:1.6;margin:12px 0 0}.enterprise-seo-short .seo-short-box p{margin-bottom:14px}@media(max-width:900px){.enterprise-faq .faq-compact{grid-template-columns:1fr}}@media(max-width:760px){.enterprise-premium-grid{grid-template-columns:1fr;gap:14px}.enterprise-premium-card{padding:18px;min-height:auto}.enterprise-icon{width:48px;height:48px;flex-basis:48px;font-size:24px}.enterprise-premium-card h3{font-size:19px}.enterprise-premium-card p{font-size:14.5px}}.menu .submenu{overflow:visible !important}.submenu-parent{position:relative}.submenu-parent>a{display:flex !important;align-items:center;justify-content:space-between;gap:12px}.submenu-arrow{font-weight:900;opacity:.75}.submenu-third{position:absolute;left:100%;top:0;min-width:310px;background:#101010;border:1px solid rgba(244,180,0,.28);border-radius:14px;padding:10px;box-shadow:0 18px 42px rgba(0,0,0,.38);opacity:0;visibility:hidden;transform:translateX(8px);transition:.22s ease;z-index:9999}.submenu-parent:hover .submenu-third,.submenu-parent:focus-within .submenu-third{opacity:1;visibility:visible;transform:translateX(0)}.submenu-third a{display:block !important;padding:10px 12px !important;color:#fff !important;white-space:normal !important;line-height:1.25;border-radius:10px}.submenu-third a:hover{background:rgba(244,180,0,.12) !important;color:#f4b400 !important}@media(max-width:900px){.submenu-parent{width:100%}.submenu-parent>a{justify-content:flex-start}.submenu-arrow{transform:rotate(90deg)}.submenu-third{position:static;min-width:0;width:100%;opacity:1;visibility:visible;transform:none;box-shadow:none;border:1px solid rgba(244,180,0,.18);background:rgba(255,255,255,.03);margin:6px 0 8px 12px;padding:6px;border-radius:12px}.submenu-third a{padding:9px 10px !important;font-size:14px}}@media (max-width:900px){.submenu-third{display:none;opacity:1!important;visibility:visible!important}.submenu-parent:hover .submenu-third,.submenu-parent:focus-within .submenu-third{display:block}.submenu-parent.open .submenu-third{display:block}}@media (max-width:900px){.menu-dropdown .submenu{display:none}.menu-dropdown.open .submenu{display:block}.submenu-parent .submenu-third{display:none !important}.submenu-parent.open .submenu-third{display:block !important}.submenu-parent:hover .submenu-third,.submenu-parent:focus-within .submenu-third{display:none !important}.submenu-parent.open:hover .submenu-third,.submenu-parent.open:focus-within .submenu-third{display:block !important}}.submenu-parent,.submenu-third{display:none !important}@media(max-width:900px){.menu-dropdown .submenu{display:block}}.price-modern-page .price-note{margin-bottom:28px}.price-modern-section{margin:34px 0;padding:26px;background:linear-gradient(135deg,#111,#070707);border:1px solid rgba(244,180,0,.20);border-radius:22px;box-shadow:0 18px 44px rgba(0,0,0,.28)}.price-modern-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:18px}.price-modern-head h2{margin:0 0 8px;color:#fff;font-size:30px}.price-modern-head h2 span{display:inline-flex;margin-right:8px}.price-modern-head p{margin:0;color:#d6d6d6;line-height:1.55}.price-subgroup{margin-top:24px}.price-subgroup h3{color:#f4b400;font-size:22px;margin:0 0 14px}.price-services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.price-service-card{display:flex;align-items:flex-start;gap:14px;min-height:112px;padding:18px;background:#0d0d0d;border:1px solid rgba(244,180,0,.20);border-radius:16px;box-shadow:0 10px 26px rgba(0,0,0,.22);transition:.22s ease}.price-service-card:hover{transform:translateY(-2px);border-color:rgba(244,180,0,.48);box-shadow:0 14px 34px rgba(0,0,0,.32)}.price-service-icon{width:46px;height:46px;flex:0 0 46px;display:flex;align-items:center;justify-content:center;border-radius:13px;background:rgba(244,180,0,.10);border:1px solid rgba(244,180,0,.28);font-size:24px}.price-service-text h4{color:#fff;margin:0 0 8px;font-size:17px;line-height:1.35}.price-service-text p{color:#f4b400;margin:0;font-size:20px;font-weight:900}@media(max-width:900px){.price-modern-head{flex-direction:column}.price-services-grid{grid-template-columns:1fr}.price-modern-section{padding:20px}.price-modern-head h2{font-size:25px}}@media(max-width:560px){.price-service-card{padding:15px;min-height:auto}.price-service-icon{width:42px;height:42px;flex-basis:42px;font-size:22px}.price-service-text h4{font-size:16px}.price-service-text p{font-size:18px}}.price-modern-head{justify-content:flex-start}.price-modern-head>div{width:100%}.price-accordion-section{margin:34px 0;padding:26px;background:linear-gradient(135deg,#111,#070707);border:1px solid rgba(244,180,0,.20);border-radius:22px;box-shadow:0 18px 44px rgba(0,0,0,.28)}.price-accordion-section>h2{color:#fff;font-size:32px;margin:0 0 22px}.price-accordion{background:#0d0d0d;border:1px solid rgba(244,180,0,.22);border-radius:16px;margin:13px 0;overflow:hidden}.price-accordion summary{cursor:pointer;color:#fff;font-weight:900;font-size:18px;padding:18px 20px;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px}.price-accordion summary::-webkit-details-marker{display:none}.price-accordion summary::after{content:"▾";color:#f4b400;font-size:18px;transition:.22s ease}.price-accordion[open] summary::after{transform:rotate(180deg)}.price-table-wrap{padding:0 18px 18px}.price-list-table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:12px}.price-list-table th{color:#f4b400;font-size:14px;text-align:left;padding:12px 14px;background:rgba(244,180,0,.08);border-bottom:1px solid rgba(244,180,0,.18)}.price-list-table td{color:#e8e8e8;padding:13px 14px;border-bottom:1px solid rgba(255,255,255,.07);vertical-align:top;line-height:1.45}.price-list-table td:nth-child(2){color:#bdbdbd;width:90px;white-space:nowrap}.price-list-table td:nth-child(3){color:#f4b400;text-align:right;width:160px;white-space:nowrap}.price-list-table tr:last-child td{border-bottom:none}@media(max-width:760px){.price-accordion-section{padding:18px}.price-accordion-section>h2{font-size:26px}.price-accordion summary{font-size:16px;padding:16px}.price-table-wrap{padding:0 12px 14px}.price-list-table thead{display:none}.price-list-table,.price-list-table tbody,.price-list-table tr,.price-list-table td{display:block;width:100%}.price-list-table tr{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.08)}.price-list-table tr:last-child{border-bottom:none}.price-list-table td{border-bottom:none;padding:3px 4px}.price-list-table td:nth-child(2){width:100%;color:#aaa;font-size:13px}.price-list-table td:nth-child(3){width:100%;text-align:left;font-size:18px;margin-top:4px}}.price-main-accordion{margin:34px 0;background:linear-gradient(135deg,#111,#070707);border:1px solid rgba(244,180,0,.25);border-radius:22px;box-shadow:0 18px 44px rgba(0,0,0,.28);overflow:hidden}.price-main-accordion>summary{cursor:pointer;list-style:none;color:#fff;font-size:30px;font-weight:900;padding:24px 26px;display:flex;align-items:center;justify-content:space-between;gap:18px}.price-main-accordion>summary::-webkit-details-marker{display:none}.price-main-accordion>summary::after{content:"▾";color:#f4b400;font-size:22px;transition:.22s ease}.price-main-accordion[open]>summary::after{transform:rotate(180deg)}.price-main-content{padding:0 26px 26px}.price-main-content .price-accordion{margin:13px 0}.price-main-content .price-accordion:first-child{margin-top:0}@media(max-width:760px){.price-main-accordion>summary{font-size:22px;padding:20px 18px}.price-main-content{padding:0 14px 18px}}.service-price-block .section-head{margin-bottom:20px}.service-price-box{background:linear-gradient(135deg,#111,#070707);border:1px solid rgba(244,180,0,.22);border-radius:22px;padding:24px;box-shadow:0 18px 44px rgba(0,0,0,.25)}.service-price-accordion{background:#0d0d0d;border:1px solid rgba(244,180,0,.22);border-radius:16px;margin:13px 0;overflow:hidden}.service-price-accordion summary{cursor:pointer;color:#fff;font-weight:900;font-size:18px;padding:18px 20px;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px}.service-price-accordion summary::-webkit-details-marker{display:none}.service-price-accordion summary::after{content:"▾";color:#f4b400;font-size:18px;transition:.22s ease}.service-price-accordion[open] summary::after{transform:rotate(180deg)}.service-price-more{margin-top:20px;display:flex;justify-content:center}@media(max-width:760px){.service-price-box{padding:16px}.service-price-accordion summary{font-size:16px;padding:16px}}.scroll-reveal{opacity:0;transform:translateY(34px) scale(.98);filter:blur(3px);transition:opacity .75s ease,transform .75s cubic-bezier(.22,1,.36,1),filter .75s ease;transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform,filter}.scroll-reveal.reveal-left{transform:translateX(-34px) scale(.98)}.scroll-reveal.reveal-right{transform:translateX(34px) scale(.98)}.scroll-reveal.reveal-zoom{transform:translateY(18px) scale(.92)}.scroll-reveal.is-visible{opacity:1;transform:translate(0,0) scale(1);filter:blur(0)}@media (prefers-reduced-motion:reduce){.scroll-reveal{opacity:1 !important;transform:none !important;filter:none !important;transition:none !important}}:root{--gold:#ffc400;--gold2:#ff9f1c;--danger:#e21118;--glass:rgba(255,255,255,.055);--soft-line:rgba(255,255,255,.10)}body{background:radial-gradient(circle at 18% 0%,rgba(255,196,0,.10),transparent 28%),radial-gradient(circle at 95% 18%,rgba(226,17,24,.10),transparent 28%),linear-gradient(180deg,#050505 0%,#090909 42%,#050505 100%)}.top{transition:box-shadow .25s ease,background .25s ease,border-color .25s ease}.top.is-scrolled{background:rgba(5,5,5,.88);border-bottom-color:rgba(255,196,0,.42);box-shadow:0 12px 38px rgba(0,0,0,.45)}.menu a{position:relative;transition:color .2s ease}.menu a::after{content:"";position:absolute;left:0;right:0;bottom:22px;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold2));transform:scaleX(0);transform-origin:left;transition:transform .24s ease}.menu a:hover::after,.menu a.active::after{transform:scaleX(1)}.btn{position:relative;overflow:hidden;border-radius:999px;background:linear-gradient(135deg,#e21118 0%,#ff3b30 100%);box-shadow:0 14px 34px rgba(226,17,24,.30),inset 0 1px 0 rgba(255,255,255,.18)}.btn::before{content:"";position:absolute;top:0;bottom:0;left:-70%;width:45%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transform:skewX(-18deg);transition:left .55s ease}.btn:hover::before{left:125%}.btn.outline{border:1px solid rgba(255,196,0,.62);background:rgba(255,196,0,.045);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}.btn.outline:hover{background:rgba(255,196,0,.12);box-shadow:0 10px 28px rgba(255,196,0,.12)}.hero{min-height:700px;background:radial-gradient(circle at 17% 35%,rgba(255,196,0,.18),transparent 26%),linear-gradient(90deg,#050505 0%,rgba(5,5,5,.89) 38%,rgba(5,5,5,.18) 100%),url('../images/hero-secure-clean-desktop.webp') center/cover no-repeat}.hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(90deg,#000 0%,transparent 72%);pointer-events:none}.hero-grid{min-height:700px;position:relative;z-index:1}.hero-title-main,.hero h1{font-size:clamp(46px,6vw,86px);text-shadow:0 8px 32px rgba(0,0,0,.62)}.hero-title-sub{display:inline-flex;margin:0 0 16px;padding:8px 14px;border:1px solid rgba(255,196,0,.35);border-radius:999px;background:rgba(255,196,0,.08);color:#fff;font-weight:900;letter-spacing:.4px}.slogan{font-size:22px;margin-bottom:8px}.check li{padding:7px 0;color:#f1f1f1;font-weight:700}.hero-stats{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0 28px}.hero-stat{min-width:145px;padding:14px 16px;border:1px solid rgba(255,196,0,.24);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.025));box-shadow:0 15px 34px rgba(0,0,0,.25);backdrop-filter:blur(8px)}.hero-stat b{display:block;color:var(--gold);font-size:24px;line-height:1}.hero-stat span{display:block;color:#ddd;font-size:12px;margin-top:5px;text-transform:uppercase;font-weight:800}.section{position:relative}.title{font-size:clamp(28px,3vw,42px);letter-spacing:.5px}.title::after{content:"";display:block;width:86px;height:4px;margin:16px auto 0;border-radius:999px;background:linear-gradient(90deg,var(--danger),var(--gold));box-shadow:0 0 24px rgba(255,196,0,.28)}.card,.adv,.benefit-card,.review,.formbox,.contactbox,.service-price-box,.price-main-accordion,.price-accordion-section{border-radius:22px !important;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025)) !important;border:1px solid rgba(255,196,0,.20) !important;box-shadow:0 20px 54px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.08) !important;backdrop-filter:blur(8px)}.card,.adv,.benefit-card,.review,.work,.formbox,.contactbox{transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease}.card:hover,.adv:hover,.benefit-card:hover,.review:hover{transform:translateY(-8px);border-color:rgba(255,196,0,.55) !important;box-shadow:0 28px 64px rgba(0,0,0,.42),0 0 0 1px rgba(255,196,0,.12) !important}.card .icon,.adv .icon,.benefit-icon{width:64px;height:64px;margin-left:auto;margin-right:auto;display:grid !important;place-items:center;border-radius:20px;background:linear-gradient(135deg,rgba(255,196,0,.20),rgba(226,17,24,.13));box-shadow:inset 0 0 0 1px rgba(255,196,0,.18),0 14px 30px rgba(0,0,0,.24)}.card h3,.adv b,.benefit-card b{letter-spacing:.4px}.portfolio-carousel,.portfolio,.gallery-full{position:relative}.work{border-radius:22px !important;border-color:rgba(255,196,0,.18) !important;box-shadow:0 18px 42px rgba(0,0,0,.30)}.work::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.58));opacity:.72;transition:.25s ease;pointer-events:none}.work:hover{transform:translateY(-6px);border-color:rgba(255,196,0,.55) !important}.work:hover::after{opacity:.35}.work span{z-index:2;border-radius:999px;background:rgba(5,5,5,.72);backdrop-filter:blur(8px)}.formbox{background:radial-gradient(circle at 0% 0%,rgba(255,196,0,.16),transparent 36%),linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025)) !important}.formbox h2,.contactbox h2{font-size:32px}input,textarea{border-radius:14px;background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.12);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}input:focus,textarea:focus{outline:none;border-color:rgba(255,196,0,.65);box-shadow:0 0 0 4px rgba(255,196,0,.10);background:rgba(0,0,0,.40)}.float a{transition:transform .2s ease,filter .2s ease}.float a:hover{transform:translateY(-4px) scale(1.04);filter:brightness(1.12)}.footer-real-box,.footer{background:linear-gradient(180deg,#080808,#040404)}@media(max-width:1120px){.hero{min-height:620px;background-position:center right}.hero-grid{min-height:620px}.menu a::after{display:none}}@media(max-width:560px){.hero{min-height:650px}.hero-grid{min-height:650px}.hero-stat{flex:1 1 calc(50% - 12px);min-width:0}.hero-stat b{font-size:20px}}@media(max-width:760px){html,body{overflow-x:hidden!important}body{background:#050505!important}.container{width:min(100% - 28px,520px)!important}.top{position:sticky!important;background:rgba(5,5,5,.96)!important}.nav{min-height:68px!important;padding:6px 0!important;gap:10px!important}.brand-full{gap:8px!important;flex:1 1 auto!important;min-width:0!important}.brand-full img,.brand img{width:54px!important;height:54px!important}.brand-title{font-size:20px!important;letter-spacing:.4px!important}.brand-subtitle{font-size:9.5px!important;line-height:1.15!important;max-width:160px!important}.burger{width:43px!important;height:43px!important;border-radius:12px!important;padding:0!important;display:grid!important;place-items:center!important;font-size:22px!important;background:rgba(255,196,0,.06)!important}.menu{top:68px!important;max-height:calc(100vh - 68px)!important;padding:14px 18px 18px!important;background:rgba(5,5,5,.98)!important}.hero{min-height:auto!important;padding:28px 0 26px!important;background:linear-gradient(180deg,rgba(0,0,0,.88),rgba(0,0,0,.66)),url('../images/hero-secure-clean-mobile.webp') center top/cover no-repeat!important}.hero::before{display:none!important}.hero::after{height:5px!important}.hero-grid{min-height:auto!important;display:block!important}.hero-left,.hero-grid>div{align-items:flex-start!important;text-align:left!important}.hero h1,.hero-title-main{font-size:28px!important;line-height:1.08!important;letter-spacing:.2px!important;margin:0 0 10px!important;text-align:left!important;text-shadow:0 4px 18px rgba(0,0,0,.75)!important}.hero-title-sub,.hero h2{display:inline-flex!important;width:auto!important;max-width:100%!important;font-size:16px!important;line-height:1.15!important;padding:7px 11px!important;margin:0 0 10px!important;text-align:left!important;border-radius:999px!important}.hero .slogan{font-size:14px!important;line-height:1.3!important;margin:4px 0 0!important;text-align:left!important}.hero-desc{font-size:13.5px!important;line-height:1.45!important;max-width:100%!important;text-align:left!important}.check{display:block!important;margin:12px 0 0!important;text-align:left!important}.check li{font-size:13.5px!important;line-height:1.3!important;padding:3px 0!important;margin:0!important;text-align:left!important;font-weight:600!important}.hero-stats{display:grid!important;grid-template-columns:1fr 1fr 1fr!important;gap:8px!important;margin:16px 0 18px!important}.hero-stat{min-width:0!important;padding:10px 7px!important;border-radius:14px!important;text-align:center!important;backdrop-filter:none!important}.hero-stat b{font-size:16px!important;line-height:1.05!important}.hero-stat span{font-size:9px!important;line-height:1.15!important;margin-top:4px!important}.hero-call{display:block!important;margin:0!important;width:100%!important;text-align:left!important}.hero-call .btn,.hero .btn{width:100%!important;max-width:none!important;min-width:0!important;padding:13px 16px!important;font-size:15px!important;border-radius:14px!important}.section,.hero+.section,#advantages,.secure-benefits,#advantages+.section,.secure-benefits+.section{padding-top:30px!important;padding-bottom:30px!important}.title{font-size:25px!important;line-height:1.15!important;margin-bottom:20px!important}.title::after{width:58px!important;height:3px!important;margin-top:10px!important}.cards,.advantages,.benefits-grid,.reviews,.seo-grid,.quick,.split,.service-types,.service-advantages{grid-template-columns:1fr!important;gap:14px!important}.card,.adv,.benefit-card,.review,.formbox,.contactbox,.about-text,.seo-card,.service-cta-box,.final-cta,.price-card,.price-final{border-radius:16px!important;padding:18px!important;min-height:auto!important;box-shadow:0 12px 30px rgba(0,0,0,.28)!important;backdrop-filter:none!important}.card:hover,.adv:hover,.benefit-card:hover,.review:hover,.work:hover{transform:none!important}.card .icon,.adv .icon,.benefit-icon{width:52px!important;height:52px!important;border-radius:16px!important;font-size:27px!important;margin-bottom:10px!important}.card h3,.adv b,.benefit-card b{font-size:15px!important;line-height:1.25!important;margin-bottom:8px!important}.card p,.adv p,.benefit-card p,.review p{font-size:14px!important;line-height:1.45!important}.services-icons .service-card{padding:0 0 18px!important;border-radius:18px!important}.service-photo{height:170px!important;border-radius:18px 18px 0 0!important}.service-card .icon{width:52px!important;height:52px!important;margin:-26px auto 10px!important;font-size:25px!important}.service-card h3,.service-card p{padding-left:16px!important;padding-right:16px!important}.service-card .btn{display:flex!important;width:calc(100% - 32px)!important;margin:0 16px!important;padding:12px 14px!important}.about-text{max-height:420px!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important}.about-text p{font-size:14px!important;line-height:1.55!important;margin-bottom:12px!important}.portfolio-carousel{gap:8px!important}.portfolio-track{grid-template-columns:1fr!important;gap:0!important}.work{border-radius:16px!important;aspect-ratio:1.18/1!important}.work span{font-size:12px!important;padding:7px 10px!important;left:8px!important;right:8px!important;bottom:8px!important}.carousel-btn{width:38px!important;height:38px!important;flex-basis:38px!important;font-size:28px!important}.formbox h2,.contactbox h2{font-size:24px!important;line-height:1.15!important}input,textarea{border-radius:12px!important;padding:13px 14px!important;font-size:15px!important;margin:7px 0!important}textarea{min-height:92px!important}.formbox .btn,.contactbox .btn,.quick .btn{width:100%!important;padding:13px 14px!important;border-radius:14px!important}.map{height:180px!important;border-radius:14px!important}.page-hero{padding:38px 0!important;background:linear-gradient(180deg,rgba(0,0,0,.90),rgba(0,0,0,.70)),url('../images/hero-secure-clean-mobile.webp') center/cover no-repeat!important}.page-hero h1{font-size:30px!important;line-height:1.1!important}.page-subtitle,.content{font-size:15px!important;line-height:1.5!important}.service-intro,.service-list-grid{grid-template-columns:1fr!important;gap:16px!important}.service-page-content h2{font-size:22px!important;margin:24px 0 14px!important}.service-list-grid{padding:18px!important}.footer-real-2x2,.footer-premium,.footer{padding-top:26px!important}.footer-real-grid,.footer-premium-grid,.footgrid{grid-template-columns:1fr!important;gap:12px!important;text-align:left!important}.footer-real-box,.footer-premium-grid>*{border-radius:16px!important;padding:16px!important}.footer-real-brand,.footer-brand-block{display:flex!important;flex-direction:row!important;align-items:center!important;text-align:left!important;gap:12px!important}.footer-real-brand img,.footer-brand-logo{width:56px!important;height:56px!important}.footer-real-name,.footer-brand-name{font-size:22px!important}.footer-real-sub,.footer-brand-subtitle{font-size:12px!important;line-height:1.25!important}.footer-real-box h4,.footer-premium h4{font-size:14px!important;margin-bottom:8px!important;text-align:left!important}.footer-real-box li,.footer-premium li{margin-bottom:6px!important;text-align:left!important}.footer-real-box a,.footer-real-box span,.footer-premium a,.footer-premium span{font-size:14px!important;text-align:left!important}.footer-real-bottom,.footer-premium-bottom{margin-top:14px!important;padding:12px 0!important}}@media(max-width:390px){.container{width:min(100% - 22px,520px)!important}.brand-title{font-size:18px!important}.brand-subtitle{font-size:8.8px!important;max-width:140px!important}.hero h1,.hero-title-main{font-size:25px!important}.hero-title-sub,.hero h2{font-size:15px!important}.hero-stats{gap:6px!important}.hero-stat{padding:9px 5px!important}.hero-stat b{font-size:14px!important}.hero-stat span{font-size:8.3px!important}.title{font-size:23px!important}.service-photo{height:155px!important}}@media (min-width:1121px){.menu>a,.menu-dropdown>.menu-drop{position:relative !important;display:inline-flex !important;align-items:center !important;min-height:86px !important;padding:0 !important;border-bottom:0 !important;line-height:1.2 !important}.menu>a::after,.menu-dropdown>.menu-drop::after{left:0 !important;right:0 !important;bottom:17px !important;height:3px !important;border-radius:999px !important}.submenu a{position:relative !important;min-height:0 !important;padding:11px 13px !important;border-bottom:0 !important;line-height:1.25 !important}.submenu a::after{display:none !important;content:none !important}}@media (max-width:760px){.footer-real-2x2{padding-top:28px !important;overflow:hidden !important}.footer-real-grid{display:grid !important;grid-template-columns:1fr !important;gap:16px !important;align-items:stretch !important}.footer-real-brand,.footer-real-nav,.footer-real-services,.footer-real-contacts{grid-column:1 / -1 !important;width:100% !important;min-width:0 !important;box-sizing:border-box !important}.footer-real-brand{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-start !important;gap:12px !important;padding:16px !important;margin:0 !important}.footer-real-brand img{width:64px !important;height:64px !important;min-width:64px !important;flex:0 0 64px !important;object-fit:contain !important}.footer-real-name{font-size:26px !important;line-height:1 !important;margin:0 0 4px !important;white-space:nowrap !important}.footer-real-sub{font-size:13px !important;line-height:1.25 !important;max-width:210px !important}.footer-real-box{padding:18px !important;border-radius:18px !important}.footer-real-2x2 h4{margin:0 0 10px !important;text-align:left !important}.footer-real-2x2 ul{margin:0 !important;padding:0 !important}.footer-real-2x2 li{margin:0 0 8px !important;text-align:left !important}.footer-real-2x2 a,.footer-real-2x2 span{display:inline-block !important;max-width:100% !important;overflow-wrap:anywhere !important;word-break:normal !important;text-align:left !important}}@media (max-width:380px){.footer-real-brand img{width:56px !important;height:56px !important;min-width:56px !important;flex-basis:56px !important}.footer-real-name{font-size:23px !important}.footer-real-sub{font-size:12px !important}}@media (max-width:760px){footer.footer.footer-real-2x2{padding:28px 0 0 !important;overflow:hidden !important;background:#050505 !important;border-top:1px solid rgba(255,196,0,.28) !important}footer.footer.footer-real-2x2 .footer-real-grid{display:flex !important;flex-direction:column !important;align-items:stretch !important;gap:14px !important;width:100% !important;border:0 !important;padding:0 !important}footer.footer.footer-real-2x2 .footer-real-box,footer.footer.footer-real-2x2 .footer-real-brand,footer.footer.footer-real-2x2 .footer-real-nav,footer.footer.footer-real-2x2 .footer-real-services,footer.footer.footer-real-2x2 .footer-real-contacts{display:block !important;position:static !important;float:none !important;clear:both !important;width:100% !important;max-width:100% !important;min-width:0 !important;height:auto !important;min-height:0 !important;grid-column:auto !important;grid-row:auto !important;order:initial !important;box-sizing:border-box !important;margin:0 !important;padding:16px !important;border:1px solid rgba(255,255,255,.08) !important;border-radius:18px !important;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015)) !important;text-align:left !important;overflow:hidden !important;transform:none !important}footer.footer.footer-real-2x2 .footer-real-brand{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-start !important;gap:13px !important}footer.footer.footer-real-2x2 .footer-real-brand a{display:block !important;flex:0 0 62px !important;width:62px !important;height:62px !important;line-height:0 !important}footer.footer.footer-real-2x2 .footer-real-brand img{display:block !important;width:62px !important;height:62px !important;min-width:62px !important;max-width:62px !important;object-fit:contain !important;margin:0 !important;position:static !important;transform:none !important}footer.footer.footer-real-2x2 .footer-real-name{display:block !important;font-size:27px !important;line-height:1 !important;margin:0 0 4px !important;text-align:left !important;white-space:nowrap !important}footer.footer.footer-real-2x2 .footer-real-sub{display:block !important;font-size:13px !important;line-height:1.25 !important;text-align:left !important;max-width:none !important;white-space:normal !important}footer.footer.footer-real-2x2 h4{display:block !important;font-size:16px !important;line-height:1.2 !important;margin:0 0 10px !important;padding:0 !important;text-align:left !important;white-space:normal !important}footer.footer.footer-real-2x2 ul{display:block !important;list-style:none !important;margin:0 !important;padding:0 !important}footer.footer.footer-real-2x2 li{display:block !important;margin:0 0 8px !important;padding:0 !important;line-height:1.35 !important;text-align:left !important;white-space:normal !important}footer.footer.footer-real-2x2 a,footer.footer.footer-real-2x2 span{display:inline !important;font-size:15px !important;line-height:1.35 !important;text-align:left !important;white-space:normal !important;word-break:normal !important;overflow-wrap:anywhere !important;position:static !important;transform:none !important}footer.footer.footer-real-2x2 .footer-real-bottom{display:block !important;margin-top:16px !important;padding:14px 0 !important;border-top:1px solid rgba(255,255,255,.08) !important}footer.footer.footer-real-2x2 .footer-real-bottom p{font-size:13px !important;text-align:center !important;margin:0 !important}}@media (max-width:380px){footer.footer.footer-real-2x2 .footer-real-brand a,footer.footer.footer-real-2x2 .footer-real-brand img{width:56px !important;height:56px !important;min-width:56px !important;max-width:56px !important;flex-basis:56px !important}footer.footer.footer-real-2x2 .footer-real-name{font-size:24px !important}footer.footer.footer-real-2x2 a,footer.footer.footer-real-2x2 span{font-size:14px !important}}.larta-reveal{opacity:0;transform:translate3d(0,58px,0) scale(.965);filter:blur(10px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1),filter .9s ease;transition-delay:var(--larta-delay,0ms);will-change:opacity,transform,filter}.larta-reveal.larta-zoom{transform:translate3d(0,38px,0) scale(.92)}.larta-reveal.is-visible{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}.larta-reveal.is-visible.service-card,.larta-reveal.is-visible.price-card,.larta-reveal.is-visible.review,.larta-reveal.is-visible.work,.larta-reveal.is-visible.work-card{animation:lartaFloatIn .95s cubic-bezier(.22,1,.36,1) both;animation-delay:var(--larta-delay,0ms)}@keyframes lartaFloatIn{0%{opacity:0;transform:translateY(64px) scale(.94);filter:blur(12px)}65%{opacity:1;transform:translateY(-6px) scale(1.01);filter:blur(0)}100%{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@media (max-width:760px){.larta-reveal{transform:translate3d(0,42px,0) scale(.98);filter:blur(6px);transition-duration:.72s}.larta-reveal.larta-zoom{transform:translate3d(0,30px,0) scale(.95)}}@media (prefers-reduced-motion:reduce){.larta-reveal{opacity:1!important;transform:none!important;filter:none!important;transition:none!important;animation:none!important}}.company-numbers{padding-top:70px;padding-bottom:70px;background:linear-gradient(180deg,#050505 0%,#0d0d0d 100%);border-top:1px solid rgba(255,196,0,.18);border-bottom:1px solid rgba(255,196,0,.14)}.numbers-head{text-align:center;max-width:760px;margin:0 auto 30px}.numbers-head p{font-size:18px;color:rgba(255,255,255,.78);margin-top:-4px}.numbers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.number-card{position:relative;overflow:hidden;min-height:170px;padding:34px 24px;border:1px solid rgba(255,196,0,.32);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.025));box-shadow:0 18px 45px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.06);text-align:center}.number-card b{display:block;position:relative;color:#ffc400;font-size:54px;line-height:1;font-weight:900;letter-spacing:-1.5px;text-shadow:0 0 24px rgba(255,196,0,.24)}.number-card p{position:relative;margin:13px 0 0;color:#fff;font-size:18px;font-weight:800}.back-to-top{position:fixed;right:22px;bottom:22px;z-index:9999;width:54px;height:54px;border-radius:50%;border:2px solid #ffc400;background:rgba(5,5,5,.88);color:#ffc400;font-size:28px;font-weight:900;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 14px 35px rgba(0,0,0,.45),0 0 22px rgba(255,196,0,.24);opacity:0;pointer-events:none;transform:translateY(16px) scale(.86);transition:opacity .25s ease,transform .25s ease,background .25s ease,color .25s ease;cursor:pointer}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.back-to-top:hover{background:#ffc400;color:#050505;transform:translateY(-3px) scale(1.05)}@media (max-width:760px){.company-numbers{padding-top:48px;padding-bottom:48px}.numbers-grid{grid-template-columns:1fr;gap:14px}.number-card{min-height:132px;padding:26px 18px;border-radius:20px}.number-card b{font-size:44px}.number-card p{font-size:16px}.numbers-head p{font-size:16px}.back-to-top{right:16px;bottom:18px;width:48px;height:48px;font-size:25px}}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;padding:7px 14px;border:1px solid rgba(255,196,0,.32);border-radius:999px;color:#ffc400;background:rgba(255,196,0,.08);font-weight:900;font-size:13px;text-transform:uppercase;letter-spacing:.8px}.trust-premium{position:relative;overflow:hidden}.premium-stats .number-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.premium-stats .number-card:hover{transform:translateY(-8px);border-color:rgba(255,196,0,.72);box-shadow:0 26px 65px rgba(0,0,0,.48),0 0 34px rgba(255,196,0,.16)}.stat-icon{position:relative;width:48px;height:48px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#050505;background:#ffc400;font-size:22px;box-shadow:0 0 24px rgba(255,196,0,.28)}.trust-note{margin-top:24px;display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.trust-note span{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10);color:rgba(255,255,255,.82);font-weight:800;font-size:14px}.work-steps{padding-top:80px;padding-bottom:80px;background:linear-gradient(180deg,#0b0b0b 0%,#050505 100%)}.steps-head{text-align:center;max-width:780px;margin:0 auto 34px}.steps-head p{color:rgba(255,255,255,.74);font-size:18px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;counter-reset:steps}.step-card{position:relative;min-height:190px;padding:28px 24px;border-radius:24px;border:1px solid rgba(255,196,0,.20);background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));box-shadow:0 18px 48px rgba(0,0,0,.34);overflow:hidden;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}.step-card:hover{transform:translateY(-7px);border-color:rgba(255,196,0,.62);box-shadow:0 25px 60px rgba(0,0,0,.46),0 0 30px rgba(255,196,0,.12)}.step-card span{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:14px;background:#ffc400;color:#050505;font-weight:950;margin-bottom:18px;box-shadow:0 0 22px rgba(255,196,0,.22)}.step-card h3{position:relative;margin:0 0 10px;color:#fff;font-size:21px}.step-card p{position:relative;margin:0;color:rgba(255,255,255,.72);line-height:1.55}@media(max-width:900px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.trust-note{align-items:stretch;flex-direction:column;gap:8px}.trust-note span{text-align:center}.work-steps{padding-top:52px;padding-bottom:52px}.steps-grid{grid-template-columns:1fr;gap:14px}.step-card{min-height:auto;padding:24px 20px;border-radius:20px}.steps-head p{font-size:16px}.stat-icon{width:44px;height:44px;font-size:20px}}body{background:linear-gradient(180deg,#050505 0%,#090909 42%,#050505 100%) !important}.hero{background:linear-gradient(90deg,#050505 0%,rgba(5,5,5,.89) 38%,rgba(5,5,5,.18) 100%),url('../images/hero-secure-clean-desktop.webp') center/cover no-repeat !important}.company-numbers{background:linear-gradient(180deg,#050505 0%,#0d0d0d 100%) !important}.trust-premium:after,.number-card:before,.step-card:before{display:none!important}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:20px;margin-top:30px}.partners-logos .partner-item{border:1px solid #333;padding:18px;text-align:center;border-radius:12px;font-weight:700;background:#111;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;min-height:92px;transition:.3s}.partners-logos .partner-item img{max-width:160px;width:100%;height:52px;object-fit:contain;display:block}.partners-logos .partner-item:hover{border-color:#c9a227;transform:translateY(-3px)}@media(max-width:640px){.partners-grid{grid-template-columns:repeat(2,1fr);gap:12px}.partners-logos .partner-item{min-height:78px;padding:14px}.partners-logos .partner-item img{height:42px;max-width:130px}}.partners-logos{width:100%;overflow:hidden}.partners-logos .partner-item{overflow:hidden;box-sizing:border-box}.partners-logos .partner-item img{width:100% !important;max-width:132px !important;height:44px !important;object-fit:contain !important;display:block !important;margin:0 auto !important}@media (max-width:640px){.partners-grid.partners-logos{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px !important}.partners-logos .partner-item{min-width:0 !important;min-height:96px !important;padding:16px 12px !important;border-radius:16px !important}.partners-logos .partner-item img{max-width:118px !important;height:42px !important}}@media (max-width:360px){.partners-grid.partners-logos{grid-template-columns:1fr !important}.partners-logos .partner-item img{max-width:150px !important}}.reviews-title-stars{color:var(--yellow);white-space:nowrap;font-size:.72em;letter-spacing:2px}.reviews-carousel{position:relative;margin-top:28px;padding:0 54px}.reviews-viewport{overflow:hidden;width:100%}.reviews-track{display:flex;gap:24px;transition:transform .45s ease;will-change:transform}.review-slide{flex:0 0 calc((100% - 48px)/3);min-height:260px;display:flex;flex-direction:column;justify-content:flex-start}.review-head{display:flex;align-items:center;gap:14px;margin-bottom:18px}.review-avatar{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--yellow),#ff8c00);color:#080808;font-weight:900;font-size:24px;box-shadow:0 0 0 4px rgba(255,196,0,.12)}.review-head b{display:block;color:#fff;font-size:18px;line-height:1.2;margin-top:4px}.review-head span{display:block;color:#bdbdbd;font-size:14px;margin-top:3px}.review-slide p{font-size:16px;line-height:1.65;margin:0;color:#eee}.reviews-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,196,0,.65);background:#080808;color:var(--yellow);font-size:32px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease}.reviews-nav:hover{transform:translateY(-50%) scale(1.08);background:var(--yellow);color:#080808}.reviews-prev{left:0}.reviews-next{right:0}.reviews-dots{display:flex;justify-content:center;gap:10px;margin-top:20px}.reviews-dots button{width:9px;height:9px;border-radius:999px;border:0;background:rgba(255,255,255,.35);padding:0;cursor:pointer;transition:width .25s ease,background .25s ease}.reviews-dots button.active{width:26px;background:var(--yellow)}@media (max-width:992px){.review-slide{flex-basis:calc((100% - 24px)/2)}}@media (max-width:680px){.reviews-carousel{padding:0}.reviews-track{gap:0}.review-slide{flex-basis:100%;min-height:auto}.reviews-nav{display:none}.reviews-dots{margin-top:16px}.review-head{align-items:flex-start}.review-avatar{width:52px;height:52px;font-size:22px}.review-slide p{font-size:15px}}#reviews .reviews-track{display:flex!important;flex-wrap:nowrap!important}#reviews .review-slide{box-sizing:border-box;min-width:0}@media (max-width:680px){#reviews .reviews-carousel{padding:0!important;overflow:hidden!important}#reviews .reviews-viewport{overflow:hidden!important}#reviews .reviews-track{gap:0!important;display:flex!important;flex-wrap:nowrap!important}#reviews .review-slide{flex:0 0 100%!important;width:100%!important;max-width:100%!important;min-width:100%!important;margin:0!important;padding:22px!important}.review-head{display:flex!important}.review-avatar{display:flex!important}}img{max-width:100%;height:auto}main section:not(.hero):not(.page-hero){content-visibility:auto;contain-intrinsic-size:1px 760px}@media(max-width:680px){main section:not(.hero):not(.page-hero){contain-intrinsic-size:1px 640px}}
/* FIX: ensure portfolio cards are visible on mobile on the "Наші роботи" page */
.works-page,
.works-page .container,
.works-page .works-filter,
.works-page .works-grid,
.works-page .work-card {
  content-visibility: visible !important;
  contain-intrinsic-size: auto !important;
}
.works-page.larta-reveal,
.works-page .larta-reveal,
.works-page .work-card,
.works-page .works-grid {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
}
.works-page .works-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}
.works-page .work-card {
  display: block !important;
  transform: none !important;
  animation: none !important;
}
.works-page .work-card.is-hidden {
  display: none !important;
}
.works-page .work-card img {
  width: 100% !important;
  height: 245px !important;
  object-fit: cover !important;
  display: block !important;
}
@media (max-width: 900px) {
  .works-page .works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px) {
  .works-page {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
    min-height: auto !important;
  }
  .works-page .works-filter {
    display: flex !important;
    overflow-x: auto !important;
    gap: 10px !important;
    padding-bottom: 8px !important;
    margin-bottom: 20px !important;
    -webkit-overflow-scrolling: touch;
  }
  .works-page .work-filter-btn {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }
  .works-page .works-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .works-page .work-card {
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
  }
  .works-page .work-card img {
    height: 230px !important;
  }
}


/* MOBILE GAP FIX: nashi-roboty page */
.works-hero + .works-page,
section.works-page {
  margin-top: 0 !important;
  transform: none !important;
  content-visibility: visible !important;
  contain: none !important;
  contain-intrinsic-size: auto !important;
}
.works-page > .container,
.works-page .works-filter,
.works-page .works-grid {
  margin-top: 0 !important;
  transform: none !important;
  content-visibility: visible !important;
  contain: none !important;
  contain-intrinsic-size: auto !important;
}
@media (max-width: 760px) {
  .works-hero {
    margin-bottom: 0 !important;
  }
  .works-hero + .works-page,
  section.section.works-page {
    padding-top: 28px !important;
    padding-bottom: 32px !important;
    margin-top: 0 !important;
    min-height: 0 !important;
  }
  .works-page > .container {
    padding-top: 0 !important;
  }
  .works-page .works-filter {
    margin-top: 0 !important;
    margin-bottom: 22px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
  }
  .works-page .work-filter-btn {
    width: 100% !important;
    min-height: 62px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .works-page .works-grid {
    margin-top: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
}
