.navbar{background:#000;border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:5000;isolation:isolate}.navbar-inner{height:130px;max-width:1400px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:inline-flex;align-items:center}.logo-img{height:104px;width:auto;display:block;object-fit:contain}.nav-links{display:flex;align-items:center;gap:28px;font-size:22px;opacity:.92}.nav-links a{padding:6px 2px}.nav-links a:hover{text-decoration:underline;text-underline-offset:8px}.services-dropdown{position:relative;display:flex;align-items:center;z-index:5001;overflow:visible}.dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;background:#111;display:flex;flex-direction:column;min-width:220px;padding:10px 0;border-radius:6px;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s ease;z-index:6000;box-shadow:0 12px 30px #00000059}.dropdown-menu a{padding:10px 18px;text-decoration:none;color:#fff;font-size:16px}.dropdown-menu a:hover{background:#1f1f1f}.services-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.services-dropdown:hover{z-index:6001}.phone-btn{background:#e01616;color:#fff;padding:14px 18px;border-radius:6px;font-weight:700;letter-spacing:.4px;white-space:nowrap;font-size:20px}.phone-btn:hover{filter:brightness(1.05);box-shadow:0 0 10px #e01616b3,0 0 20px #e0161666}@media(max-width:900px){.navbar-inner{height:86px;padding:0 18px}.logo-img{height:62px}.nav-links{gap:16px;font-size:18px}.phone-btn{padding:12px 14px;font-size:18px}}.footer{background:#000;color:#f2f2f2;padding:40px 56px;display:flex;align-items:flex-start;justify-content:space-between;gap:56px;border-top:1px solid rgba(255,255,255,.08)}.footer__brand{font-size:clamp(24px,2.8vw,40px);line-height:1.05;letter-spacing:1px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;white-space:nowrap;font-weight:550}.footer__brand span{color:#e53935}.footer__brand{color:#f2f2f2}.footer__cols{display:flex;gap:120px;align-items:flex-start}.footer__cols h4{margin:0 0 12px;font-size:22px;font-weight:400;color:#f2f2f2;letter-spacing:.5px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.footer__cols a,.footer__cols p{display:block;margin:8px 0;font-size:20px;line-height:1.25;color:#e53935;text-decoration:underline;text-underline-offset:6px;opacity:.95}.footer__cols a:hover{color:#ff4d42;opacity:1}.footer__logo{display:flex;align-items:center;justify-content:center;flex:0 0 auto}.footer__logo img{height:90px;width:auto;display:block;object-fit:contain;margin-top:10px;opacity:.85}@media(max-width:1100px){.footer{padding:36px 28px;gap:32px}.footer__cols{gap:56px}}@media(max-width:820px){.footer{flex-direction:column;align-items:flex-start}.footer__brand{white-space:normal}.footer__cols{width:100%;justify-content:space-between;gap:40px}.footer__logo img{height:70px}}.hero{min-height:70vh;display:flex;align-items:stretch}.hero:before{content:"";flex:1;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-content{flex:1;background:#1a1a1a;display:flex;flex-direction:column;justify-content:center;padding:60px 100px;gap:18px}.hero-content h1{font-size:48px;line-height:1.1;margin:0 0 0 35px;font-weight:600}.hero-location{align-self:flex-start;text-align:left;margin-left:380px;margin-top:-px;font-size:20px;font-weight:600;color:#dcdcdc}.hero-content p{font-size:18px;line-height:1.6;max-width:420px;margin-left:35px}.hero-btn{margin-top:20px;align-self:center;background:#f1c34a;color:#000;padding:14px 24px;border-radius:6px;font-weight:600;width:fit-content}@media(max-width:900px){.hero{flex-direction:column}.hero:before{height:300px}.hero-content{padding:40px 24px}.hero-location,.hero-btn{align-self:flex-start;text-align:left}}.services{background:#000;padding:48px 0 56px}.services__container{max-width:1200px;margin:0 auto;padding:0 28px}.services__title{margin:0 0 34px;color:#fff;font-size:clamp(34px,4vw,52px);font-weight:500;line-height:1.05}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:46px 44px}.service-card{display:flex;flex-direction:column;align-items:center}.service-card__image{width:100%;aspect-ratio:16 / 10;display:block;object-fit:cover}.service-card__title{margin:24px 0 18px;color:#fff;font-size:clamp(24px,2.6vw,34px);font-weight:400;text-align:center;line-height:1.15;letter-spacing:.3px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.service-card__description{margin:0;width:100%;color:#f2f2f2;font-size:16px;line-height:1.45;letter-spacing:.2px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.service-card__button{margin-top:24px;background:#e8e8e8;color:#111;padding:12px 18px;border-radius:2px;font-size:14px;font-weight:500;line-height:1;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.service-card__button:hover{filter:brightness(.95)}@media(max-width:1050px){.services__grid{grid-template-columns:repeat(2,1fr);gap:38px 32px}}@media(max-width:700px){.services{padding:40px 0 46px}.services__container{padding:0 18px}.services__grid{grid-template-columns:1fr;gap:34px}.service-card__title{margin:20px 0 14px}.service-card__button{margin-top:18px}}.testimonials{background:#a7a7a7;padding:42px 32px 48px}.testimonials__title{text-align:center;color:#f2f2f2;font-size:26px;font-weight:400;margin:0 0 36px;letter-spacing:1px}.testimonials__grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.testimonial-card{background:#efefef;padding:18px 16px 12px;min-height:185px;display:flex;flex-direction:column;justify-content:space-between}.testimonial-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.testimonial-card__rating-label{font-size:12px;color:#111;font-family:monospace}.testimonial-card__stars{font-size:18px;color:#f2c94c;letter-spacing:1px}.testimonial-card__middle{display:flex;gap:18px;align-items:flex-start;margin-bottom:14px}.testimonial-card__avatar{width:64px;height:64px;background:#3a3a3a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:500;border-radius:6px}.testimonial-card__info{display:flex;flex-direction:column;gap:4px}.testimonial-card__name,.testimonial-card__location,.testimonial-card__quote{font-family:monospace;color:#111}.testimonial-card__name,.testimonial-card__location{font-size:12px;margin:0;line-height:1.4}.testimonial-card__quote{font-size:14px;text-align:center;margin:0;line-height:1.5;font-weight:500}@media(max-width:900px){.testimonials__grid{grid-template-columns:1fr}}.about{background:#1a1a1a;padding:64px 0}.about-container{max-width:1200px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center}.about-text h2{margin:0 0 20px;font-size:clamp(34px,4vw,52px);line-height:1.05;font-weight:500;color:#fff;text-align:center}.about-text p{margin:0 0 18px;font-size:18px;line-height:1.7;color:#e5e5e5;max-width:60ch}.about-image{display:flex;justify-content:center;align-items:center}.about-image img{width:100%;max-width:520px;height:auto;display:block;object-fit:cover;border-radius:10px;box-shadow:0 16px 40px #00000059}@media(max-width:900px){.about{padding:48px 0}.about-container{grid-template-columns:1fr;gap:32px;padding:0 20px}.about-text h2{font-size:clamp(28px,7vw,40px)}.about-text p{font-size:16px;max-width:none}.about-image img{max-width:100%}}.gallery{background:#0b0b0b;padding:0}.gallery-grid{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:0}.gallery-item{overflow:hidden;background:#111}.gallery-image{width:100%;height:100%;aspect-ratio:1 / 1;display:block;object-fit:cover}@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.gallery-grid{grid-template-columns:1fr}}.service-detail__image-wrap{position:relative;max-width:760px}.service-detail__card{position:absolute;right:-110px;bottom:-48px;max-width:370px;background:#2a2a2a;padding:28px 30px}.service-page{background:#0b0b0b;color:#f2f2f2;position:relative;z-index:0}.service-hero{display:grid;grid-template-columns:1.15fr .85fr;align-items:stretch;min-height:620px;position:relative;z-index:0}.service-hero__image-wrap{position:relative;min-height:620px;overflow:hidden;z-index:0}.service-hero__image{width:100%;height:100%;display:block;object-fit:cover;position:relative;z-index:0}.service-hero__overlay-content{position:absolute;left:40px;bottom:42px;z-index:2;max-width:520px}.service-hero__overlay-content h1{margin:0 0 10px;font-size:clamp(38px,4.4vw,64px);line-height:1.02;font-weight:500}.service-hero__overlay-content p{margin:0;font-size:clamp(16px,1.5vw,20px);line-height:1.55;max-width:48ch}.service-hero__image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000001a,#0000007a 55%,#000000c7);z-index:1}.service-hero__form-wrap{background:#1f1f1f;display:flex;align-items:stretch;position:relative;z-index:0}@media(max-width:700px){.service-hero__overlay-content{left:20px;right:20px;bottom:24px;max-width:none}.service-info{padding:40px 0 46px}.service-info__container{padding:0 18px}.service-info__container p{font-size:16px}.service-detail{padding:0 0 42px}.service-detail__container{padding:0 18px}.service-detail__card{padding:22px 20px}.service-detail__card p{font-size:15px}}.service-hero__overlay-content{position:absolute;left:30px;top:26px;z-index:2;max-width:440px}.service-hero__image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000001f,#0000002e 35%,#00000059);z-index:1}.service-detail__image-wrap{position:relative;max-width:940px}@media(max-width:1000px){.service-hero{grid-template-columns:1fr}.service-hero__image-wrap,.service-hero{min-height:auto}.service-hero__image-wrap{min-height:420px}.service-hero__form-wrap{min-height:auto}.service-detail__card{position:static;max-width:none;margin-top:20px}.service-detail__image-wrap{max-width:none}}.service-hero__overlay-content{position:absolute;left:20px;top:24px;z-index:2;max-width:420px}.service-hero__image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000001f,#0000002e 35%,#00000061);z-index:1}@media(max-width:1000px){.service-hero{grid-template-columns:1fr}.service-hero__image-wrap,.service-hero{min-height:auto}.service-hero__image-wrap{min-height:420px}.service-hero__form-wrap{min-height:auto}}.service-hero__overlay-content{position:absolute;left:24px;top:28px;z-index:2;max-width:430px}.service-hero__overlay-content h1{margin:0 0 12px;font-size:clamp(38px,4.4vw,64px);line-height:1.02;font-weight:500}.service-hero__image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#00000014,#0000002e 38%,#00000061);z-index:1}@media(max-width:1000px){.service-hero{grid-template-columns:1fr}.service-hero,.service-hero__image-wrap{min-height:auto}.service-hero__image-wrap{min-height:420px}.service-hero__form-wrap{min-height:auto}}@media(max-width:700px){.service-hero__overlay-content{left:20px;right:20px;top:22px;max-width:none}.service-info{padding:40px 0 46px}.service-info__container{padding:0 18px}.service-info__container p{font-size:16px}}.service-hero__overlay-content{position:absolute;left:34px;top:34px;z-index:2;max-width:470px}.service-hero__image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000001a,#0000002e 35%,#0000006b);z-index:1}.service-page{background:#0b0b0b;color:#f2f2f2}.service-hero{display:grid;grid-template-columns:1.15fr .85fr;align-items:stretch;min-height:620px}.service-hero__image-wrap{position:relative;min-height:620px;overflow:hidden}.service-hero__image{width:100%;height:100%;display:block;object-fit:cover}.service-hero__overlay-content{position:absolute;left:34px;top:26px;z-index:2;max-width:420px}.service-hero__overlay-content h1{margin:0 0 14px;font-size:clamp(38px,4.4vw,64px);line-height:1.02;font-weight:500}.service-hero__overlay-content p{margin:0;font-size:clamp(16px,1.5vw,20px);line-height:1.45;max-width:28ch;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.service-hero__image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#00000014,#00000029 34%,#0006);z-index:1}.service-hero__form-wrap{background:#1f1f1f;display:flex;align-items:stretch}.service-hero__form-wrap>*{width:100%}.service-info{background:#111;padding:54px 0 60px}.service-info__container{max-width:1200px;margin:0 auto;padding:0 34px}.service-info__container h2{margin:0 0 18px;font-size:clamp(30px,3.5vw,48px);line-height:1.08;font-weight:500}.service-info__container p{margin:0;font-size:18px;line-height:1.7;color:#e5e5e5;max-width:70ch}.service-detail{background:#000;padding:0 0 56px}.service-detail__container{max-width:1200px;margin:0 auto;padding:0 34px}.service-detail__image-wrap{position:relative;max-width:820px}.service-detail__image{width:100%;display:block;object-fit:cover}.service-detail__card{position:absolute;right:-110px;bottom:-48px;max-width:480px;background:#2a2a2a;padding:28px 34px}.service-detail__card h3{margin:0 0 16px;font-size:clamp(22px,2.2vw,30px);line-height:1.15;font-weight:500;text-align:center;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.service-detail__card p{margin:0;font-size:16px;line-height:1.55;color:#e5e5e5;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}@media(max-width:1000px){.service-hero{grid-template-columns:1fr}.service-hero,.service-hero__image-wrap{min-height:auto}.service-hero__image-wrap{min-height:420px}.service-hero__form-wrap{min-height:auto}.service-detail__card{position:static;max-width:none;margin-top:20px}.service-detail__image-wrap{max-width:none}}@media(max-width:700px){.service-hero__overlay-content{left:20px;right:20px;top:22px;max-width:none}.service-info{padding:40px 0 46px}.service-info__container{padding:0 18px}.service-info__container p{font-size:16px}.service-detail{padding:0 0 42px}.service-detail__container{padding:0 18px}.service-detail__card{padding:22px 20px}.service-detail__card p{font-size:15px}}.about-page{background:#5a5a5a;color:#f2f2f2}.about-page__container{max-width:1000px;margin:0 auto;padding:80px 20px;text-align:center}.about-page__hero h1{font-size:clamp(34px,4vw,48px);font-weight:600;margin-bottom:24px}.about-page__intro{max-width:720px;margin:0 auto 50px;line-height:1.7;font-size:17px}.about-page__image-wrap{margin:30px auto 5px}.about-page__image{width:100%;max-width:1000px;height:auto;border-radius:4px}.about-page__details{padding-top:10px}.about-page__details h2{font-size:clamp(28px,3vw,36px);font-weight:600;margin-bottom:20px}.about-page__body{max-width:720px;margin:0 auto;line-height:1.7;font-size:17px}@media(max-width:768px){.about-page__container{padding:60px 20px}.about-page__intro,.about-page__body{font-size:16px}}.contact-page{background:#1f1f1f;color:#f2f2f2}.contact-page__section{padding:56px 0 64px}.contact-page__container{max-width:1200px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:start}.contact-page__left{display:flex;flex-direction:column}.contact-page__title{margin:0 0 22px;font-size:clamp(38px,4.2vw,56px);line-height:1.05;font-weight:600}.contact-page__title span{color:#ef3a2f}.contact-page__intro{margin:0 0 34px;max-width:760px;font-size:17px;line-height:1.65;color:#ededed}.contact-page__form-wrap{width:100%}.contact-page__form-wrap section{background:transparent!important;padding:0!important;min-height:auto!important}.contact-page__right{padding-top:18px;margin-left:20px}.contact-page__right h2{margin:0 0 30px;font-size:clamp(32px,3vw,44px);line-height:1.05;font-weight:600}.contact-page__info-block{margin-bottom:30px}.contact-page__info-block p{margin:0 0 6px;font-size:16px;line-height:1.45;color:#f2f2f2}.contact-page__name{font-size:18px!important;font-weight:700}.contact-page__phone{font-size:17px!important;color:#ef3a2f;text-decoration:underline}.contact-page__info-block a{color:#ef3a2f;text-decoration:underline}.contact-page__info-block p:nth-child(n+2){color:#ef3a2f;text-decoration:underline}@media(max-width:980px){.contact-page__container{grid-template-columns:1fr;gap:44px}.contact-page__right{padding-top:0}}@media(max-width:700px){.contact-page__section{padding:40px 0 48px}.contact-page__container{padding:0 18px;gap:34px}.contact-page__intro{font-size:16px;margin-bottom:26px}.contact-page__info-block{margin-bottom:22px}}:root{color-scheme:dark}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#0b0b0b;color:#f2f2f2}a{color:inherit;text-decoration:none}.app{min-height:100vh;display:flex;flex-direction:column}.main{flex:1;padding:24px}
