:root{--green-deep:oklch(28% 0.12 148);--green-dark:oklch(36% 0.17 146);--green-mid:oklch(48% 0.20 144);--green-accent:oklch(56% 0.22 142);--green-light:oklch(70% 0.18 140);--green-pale:oklch(90% 0.08 142);--green-wash:oklch(96% 0.04 145);--accent-yellow:#e6920a;--accent-yellow-pale:#fff7e0;--accent-blue:#2563eb;--cream:#f5f3ef;--warm-white:#faf9f6;--warm-gray:#8a8780;--text-main:#1c1c1a;--text-muted:#6b6963;--border:#e2ded8;--container:1160px;--nav-h:120px;--r-sm:8px;--r-md:16px;--r-lg:24px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{background:url(/bg-main.png) 50%/cover fixed,linear-gradient(160deg,#ffffff,#f8f6f2 40%,#edf2eb);color:var(--text-main);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;position:relative}body:before{top:-10vw;right:-5vw;width:50vw;height:50vw;background:radial-gradient(circle,oklch(56% .22 142/8%) 0,transparent 60%)}body:after,body:before{content:"";position:fixed;pointer-events:none;z-index:-1}body:after{bottom:-20vh;left:-10vw;width:60vw;height:60vw;background:radial-gradient(circle,oklch(36% .17 146/5%) 0,transparent 65%)}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:40px}nav.site-nav{position:fixed;top:var(--bar-h,0);left:0;right:0;height:var(--nav-h);background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);z-index:100;display:flex;align-items:center;box-shadow:0 4px 20px rgba(0,0,0,.02)}nav.site-nav .nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--container);margin-inline:auto;padding-inline:40px}.nav-logo{gap:10px;text-decoration:none;color:var(--text-main)}.nav-logo,.nav-logo .logo-icon{display:flex;align-items:center}.nav-logo .logo-icon{width:52px;height:52px;background:linear-gradient(135deg,var(--green-light) 0,var(--green-accent) 50%,var(--green-mid) 100%);border-radius:12px;justify-content:center;flex-shrink:0}.nav-logo .logo-text{display:flex;flex-direction:column;line-height:1.1;min-width:0;overflow:hidden}.nav-logo .logo-title{font-size:16px;font-weight:700;color:var(--green-dark);letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.nav-logo .logo-sub{font-size:10px;font-weight:400;color:var(--warm-gray);letter-spacing:.06em;text-transform:uppercase}.nav-links{display:flex;align-items:center;gap:24px;list-style:none}.nav-links a{font-size:14px;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color .2s;white-space:nowrap}.nav-links a.active,.nav-links a:hover{color:var(--green-accent)}.nav-cta{display:flex;align-items:center;gap:16px;margin-left:24px}.nav-phone{font-size:13px;font-weight:600;color:var(--text-main);text-decoration:none;white-space:nowrap}.nav-mobile-menu{display:none;flex-direction:column;gap:0;position:fixed;top:calc(var(--nav-h) + var(--bar-h, 0px));left:0;right:0;background:rgba(250,249,246,.98);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);padding:16px 20px 24px;z-index:99}.nav-mobile-menu.open{display:flex}.nav-mobile-menu a{font-size:16px;font-weight:500;color:var(--text-muted);text-decoration:none;padding:12px 0;border-bottom:1px solid var(--border);transition:color .2s}.nav-mobile-menu a:last-child{border-bottom:none}.nav-mobile-menu a.active,.nav-mobile-menu a:hover{color:var(--green-accent)}.nav-burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}.nav-burger span{width:24px;height:2px;background:var(--text-main);border-radius:2px;transition:all .3s}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:15px;border:none;cursor:pointer;text-decoration:none;transition:all .2s,box-shadow .2s;border-radius:var(--r-sm);white-space:nowrap}.btn-primary{background:var(--custom-btn-bg,linear-gradient(135deg,var(--green-accent) 0,var(--green-mid) 100%));color:#fff;padding:13px 28px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.btn-primary:hover{filter:brightness(1.05);box-shadow:0 6px 16px rgba(0,0,0,.15);transform:translateY(-2px)}.btn-accent{background:linear-gradient(135deg,#f5c542 0,var(--accent-yellow) 100%);color:#1c1c1a;padding:13px 28px;box-shadow:0 4px 12px rgba(230,146,10,.2)}.btn-accent:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 6px 16px rgba(230,146,10,.3)}.btn-secondary{background:#fff;color:var(--green-dark);border:1.5px solid var(--border);padding:12px 28px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.btn-secondary:hover{border-color:var(--green-accent);color:var(--green-accent);box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-1px)}.btn-lg{padding:16px 36px;font-size:16px;border-radius:var(--r-md)}.btn-ghost{background:transparent;color:var(--text-muted);padding:12px 20px}.btn-ghost:hover,.section-label{color:var(--green-accent)}.section-label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}.section-title{font-size:clamp(28px,4vw,44px);font-weight:700;line-height:1.15;letter-spacing:-.03em;color:var(--text-main)}.section-body{font-size:17px;color:var(--text-muted);line-height:1.7;max-width:580px}.section-head{display:flex;flex-direction:column;gap:12px;margin-bottom:56px}.section-head.centered{align-items:center;text-align:center}.section-head.centered .section-body{margin-inline:auto}.card{background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.5);border-radius:var(--r-lg);padding:32px;box-shadow:0 8px 32px rgba(0,0,0,.06)}footer.site-footer{background:linear-gradient(135deg,var(--green-deep) 0,oklch(33% .14 148) 50%,var(--green-dark) 100%);color:rgba(255,255,255,.7);padding:60px 0 32px;margin-top:auto}footer.site-footer .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:48px;gap:48px;margin-bottom:48px}footer .footer-brand .logo-title{color:#fff;font-size:18px}footer .footer-brand .logo-sub{color:rgba(255,255,255,.4)}footer .footer-brand p{font-size:14px;margin-top:16px;line-height:1.65;color:rgba(255,255,255,.55)}footer .footer-col h4{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:16px}footer .footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}footer .footer-col ul li a{font-size:14px;color:rgba(255,255,255,.65);text-decoration:none;transition:color .2s}footer .footer-col ul li a:hover{color:var(--green-light)}footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:rgba(255,255,255,.3)}.page-wrap{min-height:100vh;display:flex;flex-direction:column;padding-top:calc(var(--nav-h) + var(--bar-h, 0px))}.page-hero{position:relative;overflow:hidden;background:linear-gradient(90deg,rgba(255,255,255,.96) 0,rgba(255,255,255,.88) 45%,rgba(255,255,255,.55) 100%),var(--page-hero-image,linear-gradient(135deg,var(--green-wash) 0,var(--cream) 100%));background-size:cover;background-position:100%;padding:80px 0 64px;border-bottom:1px solid var(--border)}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);margin-bottom:16px}.breadcrumb a{color:var(--text-muted);text-decoration:none;transition:color .2s}.breadcrumb a:hover{color:var(--green-accent)}.breadcrumb span{color:var(--border)}.page-title{font-size:clamp(32px,5vw,56px);font-weight:800;letter-spacing:-.04em;line-height:1.1;margin-bottom:14px}.page-subtitle{font-size:18px;color:var(--text-muted);max-width:560px;line-height:1.65}.badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;padding:5px 12px;border-radius:100px;background:var(--green-pale);color:var(--green-dark)}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:13px;font-weight:600;color:var(--text-main);letter-spacing:.01em}.form-input,.form-select,.form-textarea{font-size:15px;padding:13px 16px;border:1.5px solid var(--border);border-radius:var(--r-sm);background:#fff;color:var(--text-main);transition:border-color .2s,box-shadow .2s;outline:none;width:100%;font-family:inherit;box-shadow:inset 0 2px 6px rgba(0,0,0,.02)}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--green-accent);box-shadow:0 0 0 4px oklch(54% .2 145/15%)}.form-textarea{resize:vertical;min-height:100px}.form-hint{font-size:12px;color:var(--text-muted)}.section{padding:96px 0}.stats-strip{background:linear-gradient(135deg,var(--green-deep) 0,oklch(36% .17 150) 50%,var(--green-dark) 100%);padding:64px 0}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:40px;gap:40px;text-align:center}.stat-item .num{font-size:52px;font-weight:800;letter-spacing:-.04em;color:var(--green-light);line-height:1}.stat-item .lbl{font-size:14px;color:rgba(255,255,255,.5);margin-top:8px}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.service-card{background:#ffffff;border:1px solid var(--border);border-radius:var(--r-lg);padding:32px 24px;display:flex;flex-direction:column;gap:16px;cursor:pointer;transition:all .3s cubic-bezier(.2,.8,.2,1);text-decoration:none;color:inherit;box-shadow:0 4px 20px rgba(0,0,0,.03)}.service-card:hover{border-color:var(--green-accent);box-shadow:0 16px 40px oklch(56% .22 142/12%);transform:translateY(-6px)}.service-icon{width:80px;height:80px;border-radius:var(--r-md);background:#fff;border:1px solid var(--border);box-shadow:0 2px 8px rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;font-size:40px;color:var(--green-dark)}.service-title{font-size:18px;font-weight:700;color:var(--text-main);letter-spacing:-.02em}.service-desc{font-size:14px;color:var(--text-muted);line-height:1.6;flex:1 1}.service-link{font-size:13px;font-weight:700;color:var(--green-accent)}.why-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.why-visual{background:linear-gradient(135deg,var(--green-wash) 0,var(--green-pale) 100%);border-radius:var(--r-lg);overflow:hidden;height:420px;position:relative;border:1px solid var(--border);box-shadow:inset 0 0 40px rgba(255,255,255,.5)}.why-list{display:flex;flex-direction:column;gap:28px}.why-item{display:flex;gap:20px;align-items:flex-start}.why-item-icon{width:64px;height:64px;border-radius:var(--r-sm);background:#fff;border:1px solid var(--border);box-shadow:0 2px 8px rgba(0,0,0,.06);color:var(--green-dark);display:flex;align-items:center;justify-content:center;font-size:32px;flex-shrink:0}.why-item-title{font-size:16px;font-weight:700;margin-bottom:6px}.why-item-body{font-size:14px;color:var(--text-muted);line-height:1.6}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;position:relative}.process-grid:before{content:"";position:absolute;top:28px;left:calc(12.5% + 20px);right:calc(12.5% + 20px);height:2px;background:linear-gradient(90deg,transparent,var(--green-accent),transparent);opacity:.3;z-index:0}.process-step{flex-direction:column;text-align:center;padding:0 16px;position:relative;z-index:1}.process-num,.process-step{display:flex;align-items:center}.process-num{width:56px;height:56px;border-radius:50%;background:#fff;border:2px solid var(--green-accent);box-shadow:0 4px 12px oklch(56% .22 142/20%);justify-content:center;font-size:20px;font-weight:800;color:var(--green-accent);margin-bottom:20px}.process-step-title{font-size:16px;font-weight:700;margin-bottom:8px}.process-step-body{font-size:14px;color:var(--text-muted);line-height:1.6}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.review-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:28px;box-shadow:0 4px 24px rgba(0,0,0,.04);transition:transform .3s}.review-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.08)}.review-stars{display:flex;gap:4px;margin-bottom:16px;color:#f5a623;font-size:16px}.review-text{font-size:15px;line-height:1.65;color:var(--text-main);margin-bottom:20px}.review-author{gap:12px}.review-author,.review-avatar{display:flex;align-items:center}.review-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--green-wash) 0,var(--green-pale) 100%);justify-content:center;font-size:16px;font-weight:700;color:var(--green-accent);flex-shrink:0}.review-name{font-size:14px;font-weight:600;color:var(--text-main)}.review-meta{font-size:12px;color:var(--text-muted)}.cta-section{background:linear-gradient(135deg,var(--green-pale) 0,oklch(90% .08 142) 60%,var(--green-wash) 100%);border-radius:var(--r-lg);padding:80px;display:flex;align-items:center;justify-content:space-between;gap:48px;margin:96px 0;box-shadow:inset 0 0 60px rgba(255,255,255,.6)}.cta-section .cta-text{flex:1 1}.cta-section .cta-text h2{font-size:36px;font-weight:800;letter-spacing:-.03em;margin-bottom:12px}.cta-section .cta-text p{font-size:16px;color:var(--text-muted)}.cta-section .cta-actions{display:flex;gap:12px;flex-wrap:wrap}.promotions-section{background:linear-gradient(145deg,var(--green-deep) 0,var(--green-dark) 45%,var(--green-mid) 100%);color:#fff;padding:96px 0;position:relative;overflow:hidden}.promotions-section:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.08) 0,transparent 70%);border-radius:50%;pointer-events:none}.promotions-section .section-label{color:var(--green-pale)}.promotions-section .section-title{color:#fff}.promotions-section .section-body{color:rgba(255,255,255,.8)}.promotions-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;position:relative;z-index:1}.promo-card{background:#fff;border:none;border-radius:var(--r-lg);padding:32px;display:flex;flex-direction:column;gap:16px;position:relative;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.15);transition:transform .3s}.promo-card:hover{transform:translateY(-6px)}.promo-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--green-accent),var(--green-light))}.promo-tag{display:inline-flex;align-items:center;font-size:11px;letter-spacing:.08em;text-transform:uppercase;background:var(--green-pale);padding:4px 12px;border-radius:100px;width:-moz-fit-content;width:fit-content}.promo-discount,.promo-tag{font-weight:800;color:var(--green-dark)}.promo-discount{font-size:44px;letter-spacing:-.04em;line-height:1}.promo-title{font-size:18px;font-weight:700;color:var(--text-main)}.promo-desc{font-size:14px;color:var(--text-muted);line-height:1.6;flex:1 1}.promo-valid{font-size:12px;font-weight:600;color:var(--text-muted);gap:6px;background:var(--cream);padding:6px 12px;border-radius:6px;width:-moz-fit-content;width:fit-content}.announcement-bar,.promo-valid{display:flex;align-items:center}.announcement-bar{position:fixed;top:0;left:0;right:0;height:40px;background:linear-gradient(90deg,var(--green-deep) 0,oklch(40% .18 150) 50%,var(--green-dark) 100%);justify-content:center;gap:12px;z-index:101;padding-inline:20px;overflow:hidden}.announcement-badge{background:rgba(255,255,255,.15);color:#fff;font-weight:800;font-size:13px;padding:2px 10px;border-radius:6px;white-space:nowrap;border:1px solid rgba(255,255,255,.2);flex-shrink:0}.announcement-text{color:rgba(255,255,255,.9);font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.announcement-date{color:rgba(255,255,255,.5)}.announcement-link{color:#fff;font-size:12px;font-weight:600;text-decoration:underline;-webkit-text-decoration-color:rgba(255,255,255,.4);text-decoration-color:rgba(255,255,255,.4);white-space:nowrap;flex-shrink:0}@media (max-width:600px){.announcement-date,.announcement-link{display:none}.announcement-text{font-size:12px}.announcement-badge{font-size:11px;padding:2px 8px}}.hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.hero-visual-panel{perspective:680px}.hero-promo-card{--promo-tilt-x:0deg;--promo-tilt-y:0deg;position:relative;overflow:hidden;transform:rotateX(var(--promo-tilt-x)) rotateY(var(--promo-tilt-y)) translateZ(0);transform-style:preserve-3d;transition:transform .18s ease,box-shadow .18s ease;will-change:transform}.hero-promo-card:hover{box-shadow:0 24px 58px rgba(0,0,0,.18)!important}.services-inline-promo-copy{min-width:0}.promo-banner-strip{background:linear-gradient(90deg,var(--green-dark) 0,oklch(40% .18 150) 50%,var(--green-deep) 100%);border-radius:var(--r-md);padding:14px 20px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.promo-banner-info{display:flex;align-items:center;gap:10px;flex:1 1;min-width:0}.promo-banner-badge{background:rgba(255,255,255,.15);color:#fff;font-weight:800;font-size:20px;padding:3px 12px;border-radius:8px;white-space:nowrap;border:1px solid rgba(255,255,255,.2);flex-shrink:0}.promo-banner-btn{background:#fff;color:var(--green-dark);font-weight:600;font-size:13px;padding:8px 18px;border-radius:100px;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:opacity .2s}.promo-banner-btn:hover{opacity:.85}.services-page-cta{display:flex;align-items:center;justify-content:space-between;gap:48px;flex-wrap:wrap}.services-page-cta-btns{display:flex;gap:12px;flex-wrap:wrap}.cockroach-wrapper{position:fixed;inset:0;z-index:50;pointer-events:none;overflow:hidden}.cockroach-bug{position:absolute;top:0;left:0;font-size:28px;display:inline-block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.18));will-change:transform,opacity}@keyframes success-particle{0%{transform:translate(0) rotate(0deg) scale(1);opacity:1}80%{opacity:.6}to{transform:translate(var(--tx),var(--ty)) rotate(var(--tr)) scale(.1);opacity:0}}.floating-btns{position:fixed;right:20px;bottom:24px;display:flex;flex-direction:column;gap:10px;z-index:200}.float-btn{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;text-decoration:none;box-shadow:0 6px 20px rgba(0,0,0,.2);transition:transform .2s,box-shadow .2s}.float-btn:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(0,0,0,.25)}.float-btn-phone{background:var(--custom-btn-bg,var(--green-accent));color:#fff}.float-btn-wa{background:#25D366;color:#fff}.float-btn-tg{background:#0088CC;color:#fff}.float-btn-max{background:#0077FF;color:#fff}.why-carousel,.why-carousel-img,.why-carousel-shade{position:absolute;inset:0}.why-carousel{overflow:hidden;border-radius:var(--r-lg)}.why-carousel-img{width:100%;height:100%;object-fit:cover;background:var(--green-pale)}.why-carousel-shade{background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.22));pointer-events:none}.why-carousel-btn{position:absolute;top:50%;width:34px;height:34px;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:rgba(0,0,0,.35);color:#fff;font-size:28px;line-height:1;cursor:pointer;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.why-carousel-prev{left:14px}.why-carousel-next{right:14px}.why-carousel-dots{position:absolute;left:0;right:0;bottom:104px;display:flex;justify-content:center;gap:8px}.why-carousel-dot{width:8px;height:8px;border-radius:50%;border:0;background:rgba(255,255,255,.55);cursor:pointer}.why-carousel-dot.active{background:var(--green-light)}.text-green{color:var(--green-accent)}hr.divider{border:none;border-top:1px solid var(--border);margin:0}.about-intro-section{padding:96px 0 80px}.about-cta-block{padding:72px;margin:80px 0}.related-services-grid{grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.container,nav.site-nav .nav-inner{padding-inline:20px}.nav-cta,.nav-links,.nav-phone{display:none}.nav-burger{display:flex}.services-grid{grid-template-columns:1fr 1fr}.why-grid{grid-template-columns:1fr}.why-visual{height:280px}.stats-row{gap:32px}.process-grid,.stats-row{grid-template-columns:1fr 1fr}.process-grid{gap:40px}.process-grid:before{display:none}.reviews-grid{grid-template-columns:1fr}.cta-section{flex-direction:column;padding:48px 32px}.promotions-grid{grid-template-columns:1fr}footer.site-footer .footer-grid{grid-template-columns:1fr 1fr}.hero-content{grid-template-columns:1fr!important;gap:40px!important}.hero-visual-panel{display:none!important}.contact-grid{padding:48px 0 64px!important}.about-intro-grid,.contact-grid,.service-detail-grid{grid-template-columns:1fr!important;gap:40px!important}.certs-grid,.team-grid,.values-grid{grid-template-columns:1fr 1fr!important}.timeline-grid{grid-template-columns:1fr!important;gap:40px!important}.contact-sidebar,.service-sidebar,.timeline-sidebar{position:static!important}.objects-grid-inner{grid-template-columns:repeat(3,1fr)!important}.about-intro-section{padding:64px 0 56px}.about-cta-block{padding:48px 32px;flex-direction:column;align-items:flex-start!important}.related-services-grid{grid-template-columns:1fr 1fr!important}}@media (max-width:600px){.services-grid{grid-template-columns:1fr}.section{padding:56px 0}footer.site-footer .footer-grid{grid-template-columns:1fr}.certs-grid,.team-grid,.values-grid{grid-template-columns:1fr!important}.objects-grid-inner{grid-template-columns:repeat(2,1fr)!important}.contact-grid{padding:40px 0 56px!important}.contact-form-card{padding:20px!important}.form-name-phone-grid,.form-services-grid{grid-template-columns:1fr!important}.contact-step-label{display:none}.contact-steps{margin-bottom:24px!important}.about-intro-section{padding:48px 0 36px}.about-cta-block{padding:28px 20px!important;margin:48px 0!important}.about-cta-block .btn{width:100%;justify-content:center}.related-services-grid{grid-template-columns:1fr!important}.hero-section{min-height:auto!important;padding:48px 0 56px;background-image:linear-gradient(90deg,rgba(250,249,246,.94),rgba(250,249,246,.82) 58%,rgba(250,249,246,.44)),url(/bg-hero.png)!important;background-position:0!important;background-size:cover!important}.hero-actions{display:flex;flex-direction:column;gap:16px;width:100%}.hero-actions .btn-lg{width:100%;justify-content:center}.page-hero{padding:40px 0 32px}.page-title{font-size:clamp(26px,7vw,40px)}.page-subtitle{font-size:15px}.promo-banner-strip{gap:12px;padding:14px 16px}.promo-banner-btn{width:100%;text-align:center}.services-inline-promo{align-items:stretch!important;gap:14px!important;padding:20px!important}.services-inline-promo-discount{align-self:flex-start;font-size:26px!important;padding:5px 16px!important}.services-inline-promo-copy{flex-basis:100%;width:100%}.services-inline-promo-title{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.35!important;font-size:15px!important}.services-inline-promo-date{color:rgba(255,255,255,.78)!important;line-height:1.35!important}.services-inline-promo-btn{width:100%;margin-left:0!important;text-align:center;padding:10px 16px!important}.cta-section{padding:32px 20px!important;margin:56px 0}.cta-section .cta-text h2{font-size:24px}.services-page-cta{flex-direction:column!important;gap:24px!important}.services-page-cta-btns{flex-direction:column;width:100%}.services-page-cta-btns .btn{width:100%;justify-content:center}}@media (max-width:860px){.review-form-grid{grid-template-columns:1fr!important}}.doc-card{display:flex;align-items:flex-start;gap:24px;background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:20px;text-decoration:none;transition:box-shadow .2s,border-color .2s}.doc-card:hover{box-shadow:0 4px 24px rgba(0,0,0,.08);border-color:var(--green-accent)}@keyframes clients-ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.services-top-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:center;margin-bottom:48px}.services-top-grid .section-head{margin-bottom:0}@media (max-width:768px){.services-top-grid{grid-template-columns:1fr}}.icon-img{display:block}@media (max-width:900px){.faq-layout-grid{grid-template-columns:1fr!important;gap:32px!important}.faq-layout-grid>div>div:last-child>div:last-child{margin-left:0!important}.faq-layout-grid nav{position:static!important;display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:8px!important;padding:16px!important;background:#fff!important;border:1px solid var(--border)!important;border-radius:var(--r-md)!important}.faq-layout-grid nav>div{display:none!important}.faq-layout-grid nav button{flex:none!important;width:auto!important;padding:8px 14px!important;border-radius:100px!important;font-size:13px!important}}@media (max-width:600px){.faq-layout-grid{padding:32px 0 56px!important;gap:24px!important}.faq-layout-grid>div>div:last-child{flex-direction:column!important;padding:28px 20px!important;gap:20px!important}.faq-layout-grid>div>div:last-child>div:last-child{margin-left:0!important;width:100%}.faq-layout-grid>div>div:last-child>div:last-child .btn{flex:1 1;justify-content:center}.objects-grid-inner{grid-template-columns:repeat(2,1fr)!important}.services-page-cta h2{font-size:24px!important}.services-grid{grid-template-columns:1fr!important}.nav-logo .logo-icon,.nav-logo .logo-icon img{width:80px!important;height:80px!important}}@media (max-width:900px){.faq-layout-grid nav button img{width:18px!important;height:18px!important}}@media (max-width:600px){.hero-section>div[style*="linear-gradient(to bottom"]{height:80px}}section[style*=bg-section]{background-size:cover!important}@media (max-width:768px){.admin-main table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-main input,.admin-main select,.admin-main textarea{max-width:100%!important;box-sizing:border-box!important}}@media (max-width:600px){.why-item-icon{width:40px!important;height:40px!important}.service-icon{width:64px!important;height:64px!important}.service-icon img{width:46px!important;height:46px!important}}@media (hover:none),(prefers-reduced-motion:reduce){.hero-promo-card{transform:none!important}}@font-face{font-family:Geologica;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/13d601e0732c7766-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geologica;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/f54e13212b7871d5-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geologica;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/5ccbc299521a181a-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Geologica;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/4fca260083159167-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geologica;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/fe1772644044fc6c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geologica;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/f3fb4235d30510d6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13d601e0732c7766-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f54e13212b7871d5-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5ccbc299521a181a-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4fca260083159167-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe1772644044fc6c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f3fb4235d30510d6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geologica;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/13d601e0732c7766-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geologica;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f54e13212b7871d5-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geologica;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5ccbc299521a181a-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Geologica;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4fca260083159167-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geologica;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/fe1772644044fc6c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geologica;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f3fb4235d30510d6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geologica;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/13d601e0732c7766-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geologica;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/f54e13212b7871d5-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geologica;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5ccbc299521a181a-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Geologica;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4fca260083159167-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geologica;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/fe1772644044fc6c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geologica;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/f3fb4235d30510d6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geologica;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/13d601e0732c7766-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geologica;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f54e13212b7871d5-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geologica;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/5ccbc299521a181a-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Geologica;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4fca260083159167-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geologica;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/fe1772644044fc6c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geologica;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f3fb4235d30510d6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geologica;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/13d601e0732c7766-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geologica;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/f54e13212b7871d5-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geologica;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5ccbc299521a181a-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Geologica;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4fca260083159167-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geologica;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/fe1772644044fc6c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geologica;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/f3fb4235d30510d6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geologica Fallback;src:local("Arial");ascent-override:90.18%;descent-override:25.43%;line-gap-override:0.00%;size-adjust:108.12%}.__className_135afd{font-family:Geologica,Geologica Fallback;font-style:normal}.__variable_135afd{--font-geologica:"Geologica","Geologica Fallback"}