.ThemeToggle-module__3b5zuq__toggle{background:var(--surface-highlight);border:1px solid var(--border);color:var(--foreground);cursor:pointer;transition:var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;padding:10px;display:flex}.ThemeToggle-module__3b5zuq__toggle:hover{background:var(--border);transform:rotate(15deg)}
.Header-module__Af2_WG__header{z-index:1000;padding:20px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Header-module__Af2_WG__header.Header-module__Af2_WG__scrolled{background:var(--surface);box-shadow:var(--shadow-md);padding:12px 0}.Header-module__Af2_WG__nav{justify-content:space-between;align-items:center;gap:24px;display:flex}.Header-module__Af2_WG__logo{font-family:var(--font-unbounded),sans-serif;color:var(--foreground);letter-spacing:-.02em;font-size:28px;font-weight:800}.Header-module__Af2_WG__logo span{color:var(--accent)}.Header-module__Af2_WG__phoneHeader{font-family:var(--font-unbounded),sans-serif;color:var(--accent);font-size:18px;font-weight:700;transition:color .2s}.Header-module__Af2_WG__phoneHeader:hover{color:var(--accent-secondary)}.Header-module__Af2_WG__links{gap:32px;display:flex}.Header-module__Af2_WG__link{color:var(--text-secondary);font-size:15px;font-weight:500;transition:color .2s;position:relative}.Header-module__Af2_WG__link:after{content:"";background:var(--accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__Af2_WG__link:hover{color:var(--foreground)}.Header-module__Af2_WG__link:hover:after{width:100%}.Header-module__Af2_WG__actions{align-items:center;gap:16px;display:flex}.Header-module__Af2_WG__cta{background:var(--accent);color:#fff;border-radius:var(--radius-md);align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .3s;display:inline-flex}.Header-module__Af2_WG__cta:hover{background:var(--accent-secondary);transform:translateY(-2px)}.Header-module__Af2_WG__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.Header-module__Af2_WG__burger span{background:var(--foreground);width:24px;height:2px;transition:all .3s;display:block}.Header-module__Af2_WG__burgerOpen span:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__Af2_WG__burgerOpen span:nth-child(2){opacity:0}.Header-module__Af2_WG__burgerOpen span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:900px){.Header-module__Af2_WG__phoneHeader{display:none}}@media (max-width:768px){.Header-module__Af2_WG__links{background:var(--surface);opacity:0;pointer-events:none;box-shadow:var(--shadow-lg);flex-direction:column;gap:16px;padding:24px;transition:all .3s;position:fixed;top:70px;left:0;right:0;transform:translateY(-100%)}.Header-module__Af2_WG__links.Header-module__Af2_WG__open{opacity:1;pointer-events:all;transform:translateY(0)}.Header-module__Af2_WG__burger{display:flex}.Header-module__Af2_WG__cta{display:none}}
.Hero-module__Z8hQ_W__hero{justify-content:center;align-items:center;min-height:100vh;padding:120px 24px 80px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__background{background:radial-gradient(ellipse 80% 50% at 50% -20%,var(--accent-glow),transparent),radial-gradient(ellipse 60% 40% at 80% 80%,#ff6b351a,transparent),var(--background);z-index:0;position:absolute;inset:0}.Hero-module__Z8hQ_W__gridPattern{background-image:linear-gradient(var(--border)1px,transparent 1px),linear-gradient(90deg,var(--border)1px,transparent 1px);opacity:.3;z-index:1;background-size:60px 60px;position:absolute;inset:0}.Hero-module__Z8hQ_W__sparks{background:radial-gradient(2px 2px at 20% 30%,var(--accent),transparent),radial-gradient(2px 2px at 80% 20%,var(--accent),transparent),radial-gradient(2px 2px at 40% 70%,var(--accent),transparent),radial-gradient(2px 2px at 70% 60%,var(--accent),transparent),radial-gradient(2px 2px at 10% 80%,var(--accent),transparent);z-index:1;animation:4s ease-in-out infinite Hero-module__Z8hQ_W__sparkle;position:absolute;inset:0}@keyframes Hero-module__Z8hQ_W__sparkle{0%,to{opacity:.3}50%{opacity:.8}}.Hero-module__Z8hQ_W__content{z-index:10;text-align:center;max-width:900px;position:relative}.Hero-module__Z8hQ_W__badge{background:var(--surface);border:1px solid var(--border);color:var(--accent);border-radius:50px;align-items:center;gap:8px;margin-bottom:32px;padding:10px 20px;font-size:14px;font-weight:600;display:inline-flex}.Hero-module__Z8hQ_W__title{background:var(--hero-text-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:24px;font-size:clamp(36px,8vw,72px);font-weight:800;line-height:1.1}.Hero-module__Z8hQ_W__highlight{background:linear-gradient(135deg,var(--accent)0%,var(--accent-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__Z8hQ_W__subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:18px;line-height:1.7}.Hero-module__Z8hQ_W__phoneBlock{background:linear-gradient(135deg,var(--accent)0%,#e85a2c 100%);border-radius:var(--radius-lg);align-items:center;gap:16px;margin-bottom:32px;padding:16px 32px;transition:all .3s;display:inline-flex;box-shadow:0 8px 32px #ff6b354d}.Hero-module__Z8hQ_W__phoneBlock:hover{transform:translateY(-4px);box-shadow:0 12px 40px #ff6b3566}.Hero-module__Z8hQ_W__phoneIcon{color:#fff;background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;animation:2s ease-in-out infinite Hero-module__Z8hQ_W__pulse;display:flex}@keyframes Hero-module__Z8hQ_W__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.Hero-module__Z8hQ_W__phoneInfo{color:#fff;flex-direction:column;align-items:flex-start;display:flex}.Hero-module__Z8hQ_W__phoneLabel{opacity:.9;font-size:13px}.Hero-module__Z8hQ_W__phoneNumber{font-family:var(--font-unbounded),sans-serif;letter-spacing:.5px;font-size:24px;font-weight:700}.Hero-module__Z8hQ_W__actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:48px;display:flex}.Hero-module__Z8hQ_W__primaryBtn{background:var(--foreground);color:var(--background);border-radius:var(--radius-md);align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .3s;display:inline-flex}.Hero-module__Z8hQ_W__primaryBtn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.Hero-module__Z8hQ_W__secondaryBtn{color:var(--foreground);border:2px solid var(--border);border-radius:var(--radius-md);background:0 0;align-items:center;padding:16px 32px;font-size:16px;font-weight:600;transition:all .3s;display:inline-flex}.Hero-module__Z8hQ_W__secondaryBtn:hover{border-color:var(--accent);color:var(--accent)}.Hero-module__Z8hQ_W__features{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.Hero-module__Z8hQ_W__feature{color:var(--text-secondary);align-items:center;gap:8px;font-size:14px;display:flex}.Hero-module__Z8hQ_W__feature svg{color:var(--accent)}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{padding:100px 16px 60px}.Hero-module__Z8hQ_W__phoneBlock{padding:12px 20px}.Hero-module__Z8hQ_W__phoneIcon{width:48px;height:48px}.Hero-module__Z8hQ_W__phoneNumber{font-size:20px}.Hero-module__Z8hQ_W__features{gap:16px}.Hero-module__Z8hQ_W__feature{font-size:13px}}
.Services-module__PFRRnG__section{background:var(--surface);padding:100px 0}.Services-module__PFRRnG__header{text-align:center;margin-bottom:64px}.Services-module__PFRRnG__title{margin-bottom:16px;font-size:clamp(32px,5vw,48px)}.Services-module__PFRRnG__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:18px}.Services-module__PFRRnG__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Services-module__PFRRnG__card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;padding:32px;transition:all .3s;display:flex;position:relative}.Services-module__PFRRnG__card:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.Services-module__PFRRnG__iconWrapper{background:linear-gradient(135deg,var(--accent)0%,var(--accent-secondary)100%);border-radius:var(--radius-md);color:#fff;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:20px;display:flex}.Services-module__PFRRnG__cardTitle{margin-bottom:12px;font-size:22px}.Services-module__PFRRnG__cardDesc{color:var(--text-secondary);flex-grow:1;margin-bottom:16px;font-size:15px;line-height:1.6}.Services-module__PFRRnG__cardPrice{font-family:var(--font-unbounded),sans-serif;color:var(--accent);margin-bottom:16px;font-size:18px;font-weight:700}.Services-module__PFRRnG__cardLink{color:var(--foreground);align-items:center;gap:8px;font-size:14px;font-weight:600;transition:color .2s;display:inline-flex}.Services-module__PFRRnG__cardLink:hover{color:var(--accent)}.Services-module__PFRRnG__cta{text-align:center;background:linear-gradient(135deg,var(--accent)0%,var(--accent-secondary)100%);border-radius:var(--radius-lg);color:#fff;margin-top:64px;padding:40px}.Services-module__PFRRnG__cta p{opacity:.9;margin-bottom:16px;font-size:18px}.Services-module__PFRRnG__ctaPhone{font-family:var(--font-unbounded),sans-serif;color:#fff;font-size:32px;font-weight:700;transition:opacity .2s}.Services-module__PFRRnG__ctaPhone:hover{opacity:.8}@media (max-width:1024px){.Services-module__PFRRnG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Services-module__PFRRnG__section{padding:60px 0}.Services-module__PFRRnG__grid{grid-template-columns:1fr}.Services-module__PFRRnG__card{padding:24px}.Services-module__PFRRnG__cta{padding:32px 24px}.Services-module__PFRRnG__ctaPhone{font-size:24px}}
.Stats-module__UZLpCq__section{background:linear-gradient(135deg,var(--accent)0%,var(--accent-secondary)100%);padding:80px 0}.Stats-module__UZLpCq__grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.Stats-module__UZLpCq__item{text-align:center;color:#fff}.Stats-module__UZLpCq__number{font-family:var(--font-unbounded),sans-serif;margin-bottom:8px;font-size:clamp(36px,5vw,56px);font-weight:800;display:block}.Stats-module__UZLpCq__label{opacity:.9;font-size:15px}@media (max-width:900px){.Stats-module__UZLpCq__grid{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width:480px){.Stats-module__UZLpCq__section{padding:60px 0}.Stats-module__UZLpCq__grid{gap:32px}}
.Portfolio-module__RS_UDG__section{background:var(--background);padding:100px 0}.Portfolio-module__RS_UDG__header{text-align:center;margin-bottom:64px}.Portfolio-module__RS_UDG__title{margin-bottom:16px;font-size:clamp(32px,5vw,48px)}.Portfolio-module__RS_UDG__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:18px}.Portfolio-module__RS_UDG__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:280px;gap:20px;display:grid}.Portfolio-module__RS_UDG__item{border-radius:var(--radius-lg);cursor:pointer;position:relative;overflow:hidden}.Portfolio-module__RS_UDG__item.Portfolio-module__RS_UDG__large{grid-area:span 2/span 2}.Portfolio-module__RS_UDG__image{object-fit:cover;transition:transform .5s}.Portfolio-module__RS_UDG__item:hover .Portfolio-module__RS_UDG__image{transform:scale(1.05)}.Portfolio-module__RS_UDG__overlay{opacity:0;background:linear-gradient(#0000 40%,#000c 100%);flex-direction:column;justify-content:flex-end;padding:24px;transition:opacity .3s;display:flex;position:absolute;inset:0}.Portfolio-module__RS_UDG__item:hover .Portfolio-module__RS_UDG__overlay{opacity:1}.Portfolio-module__RS_UDG__projectTitle{color:#fff;margin-bottom:4px;font-size:20px}.Portfolio-module__RS_UDG__projectType{color:var(--accent);font-size:14px}.Portfolio-module__RS_UDG__more{text-align:center;margin-top:48px}.Portfolio-module__RS_UDG__more p{color:var(--text-secondary);margin-bottom:16px;font-size:16px}.Portfolio-module__RS_UDG__moreBtn{background:var(--accent);color:#fff;border-radius:var(--radius-md);padding:16px 32px;font-weight:600;transition:all .3s;display:inline-block}.Portfolio-module__RS_UDG__moreBtn:hover{background:var(--accent-secondary);transform:translateY(-2px)}@media (max-width:900px){.Portfolio-module__RS_UDG__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:220px}.Portfolio-module__RS_UDG__item.Portfolio-module__RS_UDG__large{grid-area:span 1/span 2}}@media (max-width:640px){.Portfolio-module__RS_UDG__section{padding:60px 0}.Portfolio-module__RS_UDG__grid{grid-template-columns:1fr;grid-auto-rows:200px}.Portfolio-module__RS_UDG__item.Portfolio-module__RS_UDG__large{grid-column:span 1}.Portfolio-module__RS_UDG__overlay{opacity:1}}
.Contact-module__OWeMSG__section{background:var(--surface);padding:100px 0}.Contact-module__OWeMSG__wrapper{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.Contact-module__OWeMSG__info{position:sticky;top:120px}.Contact-module__OWeMSG__infoTitle{margin-bottom:16px;font-size:clamp(32px,5vw,48px)}.Contact-module__OWeMSG__infoText{color:var(--text-secondary);margin-bottom:40px;font-size:18px;line-height:1.6}.Contact-module__OWeMSG__contactsList{flex-direction:column;gap:16px;margin-bottom:40px;display:flex}.Contact-module__OWeMSG__contactItem{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);align-items:center;gap:16px;padding:16px;transition:all .3s;display:flex}.Contact-module__OWeMSG__contactItem:hover{border-color:var(--accent)}.Contact-module__OWeMSG__iconBox{background:linear-gradient(135deg,var(--accent)0%,var(--accent-secondary)100%);border-radius:var(--radius-sm);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Contact-module__OWeMSG__contactLabel{color:var(--text-secondary);font-size:13px;display:block}.Contact-module__OWeMSG__contactValue{color:var(--foreground);font-size:16px;font-weight:600;display:block}.Contact-module__OWeMSG__bigPhone{background:linear-gradient(135deg,var(--accent)0%,var(--accent-secondary)100%);border-radius:var(--radius-lg);text-align:center;padding:24px}.Contact-module__OWeMSG__bigPhone a{font-family:var(--font-unbounded),sans-serif;color:#fff;font-size:28px;font-weight:700}.Contact-module__OWeMSG__form{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px}.Contact-module__OWeMSG__formGroup{margin-bottom:24px}.Contact-module__OWeMSG__label{color:var(--foreground);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.Contact-module__OWeMSG__input,.Contact-module__OWeMSG__textarea{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--foreground);padding:14px 16px;font-size:16px;transition:border-color .2s}.Contact-module__OWeMSG__input:focus,.Contact-module__OWeMSG__textarea:focus{border-color:var(--accent);outline:none}.Contact-module__OWeMSG__textarea{resize:vertical;min-height:100px}.Contact-module__OWeMSG__methodsGrid{flex-wrap:wrap;gap:8px;display:flex}.Contact-module__OWeMSG__methodOption{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);text-align:center;cursor:pointer;flex:1;min-width:100px;padding:12px 16px;font-size:14px;transition:all .2s}.Contact-module__OWeMSG__methodOption input{display:none}.Contact-module__OWeMSG__methodOption:hover{border-color:var(--accent)}.Contact-module__OWeMSG__methodActive{background:var(--accent);border-color:var(--accent);color:#fff}.Contact-module__OWeMSG__agreementGroup{margin-bottom:24px}.Contact-module__OWeMSG__checkbox{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.Contact-module__OWeMSG__checkbox input{display:none}.Contact-module__OWeMSG__checkmark{border:2px solid var(--border);border-radius:4px;flex-shrink:0;width:20px;height:20px;transition:all .2s;position:relative}.Contact-module__OWeMSG__checkbox input:checked+.Contact-module__OWeMSG__checkmark{background:var(--accent);border-color:var(--accent)}.Contact-module__OWeMSG__checkbox input:checked+.Contact-module__OWeMSG__checkmark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;position:absolute;top:2px;left:6px;transform:rotate(45deg)}.Contact-module__OWeMSG__agreementText{color:var(--text-secondary);font-size:14px;line-height:1.4}.Contact-module__OWeMSG__error{border-radius:var(--radius-sm);color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;margin-bottom:16px;padding:12px 16px;font-size:14px}.Contact-module__OWeMSG__submitBtn{background:linear-gradient(135deg,var(--accent)0%,var(--accent-secondary)100%);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px 32px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.Contact-module__OWeMSG__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #ff6b354d}.Contact-module__OWeMSG__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Contact-module__OWeMSG__spinner{animation:1s linear infinite Contact-module__OWeMSG__spin}@keyframes Contact-module__OWeMSG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Contact-module__OWeMSG__successMessage{text-align:center;padding:40px 20px}.Contact-module__OWeMSG__successIcon{color:#fff;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;display:inline-flex}.Contact-module__OWeMSG__successMessage h3{margin-bottom:8px;font-size:24px}.Contact-module__OWeMSG__successMessage p{color:var(--text-secondary);margin-bottom:24px}@media (max-width:900px){.Contact-module__OWeMSG__wrapper{grid-template-columns:1fr;gap:40px}.Contact-module__OWeMSG__info{position:static}}@media (max-width:640px){.Contact-module__OWeMSG__section{padding:60px 0}.Contact-module__OWeMSG__form{padding:24px}.Contact-module__OWeMSG__bigPhone a{font-size:22px}}
.Footer-module__EZoWya__footer{background:var(--surface);border-top:1px solid var(--border);padding:80px 0 40px}.Footer-module__EZoWya__top{grid-template-columns:2fr 1fr 1fr;gap:64px;margin-bottom:64px;display:grid}.Footer-module__EZoWya__logoSection{max-width:300px}.Footer-module__EZoWya__logo{font-family:var(--font-unbounded),sans-serif;margin-bottom:12px;font-size:32px;font-weight:800}.Footer-module__EZoWya__logo span{color:var(--accent)}.Footer-module__EZoWya__tagline{color:var(--text-secondary);margin-bottom:24px;font-size:14px}.Footer-module__EZoWya__socials{gap:12px;display:flex}.Footer-module__EZoWya__socialLink{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);width:44px;height:44px;color:var(--text-secondary);justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__EZoWya__socialLink:hover{border-color:var(--accent);color:var(--accent)}.Footer-module__EZoWya__nav h4,.Footer-module__EZoWya__contact h4{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground);margin-bottom:20px;font-size:14px;font-weight:700}.Footer-module__EZoWya__nav{flex-direction:column;gap:12px;display:flex}.Footer-module__EZoWya__link{color:var(--text-secondary);font-size:15px;transition:color .2s}.Footer-module__EZoWya__link:hover{color:var(--accent)}.Footer-module__EZoWya__contact{flex-direction:column;gap:8px;display:flex}.Footer-module__EZoWya__phone{font-family:var(--font-unbounded),sans-serif;color:var(--accent);margin-bottom:8px;font-size:20px;font-weight:700}.Footer-module__EZoWya__phone:hover{color:var(--accent-secondary)}.Footer-module__EZoWya__workHours,.Footer-module__EZoWya__region{color:var(--text-secondary);font-size:14px}.Footer-module__EZoWya__bottom{border-top:1px solid var(--border);text-align:center;padding-top:32px}.Footer-module__EZoWya__bottom p{color:var(--text-secondary);font-size:14px}.Footer-module__EZoWya__author{margin-top:12px;font-size:13px}.Footer-module__EZoWya__author a{color:var(--accent);font-weight:600;transition:opacity .2s}.Footer-module__EZoWya__author a:hover{opacity:.8}@media (max-width:900px){.Footer-module__EZoWya__top{grid-template-columns:1fr 1fr;gap:40px}.Footer-module__EZoWya__logoSection{text-align:center;grid-column:span 2;max-width:none}.Footer-module__EZoWya__socials{justify-content:center}}@media (max-width:640px){.Footer-module__EZoWya__footer{padding:60px 0 32px}.Footer-module__EZoWya__top{text-align:center;grid-template-columns:1fr;gap:32px}.Footer-module__EZoWya__logoSection{grid-column:span 1}.Footer-module__EZoWya__nav,.Footer-module__EZoWya__contact{align-items:center}}
