.header{position:fixed;top:16px;left:0;width:100%;z-index:1000;pointer-events:none}.header__container{width:100%;max-width:1440px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;height:52px}.header__logo,.header__panel{pointer-events:auto}.header__logo{display:inline-flex;align-items:center;flex-shrink:0}.header__logo img{display:block;width:auto;height:52px;object-fit:contain}.header__panel{display:flex;align-items:center;height:100%;gap:24px;padding:0 20px;border-radius:18px;background:#1c1c1e66;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:inset 0 1px #ffffff0d,0 8px 20px #00000026}.header__lang{flex-shrink:0}.header__lang-button{display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;color:#fff;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer}.header__lang-icon{font-size:16px;line-height:1}.header__lang-arrow{font-size:14px;line-height:1;opacity:.85}.header__nav{display:flex;align-items:center;gap:50px}.header__link{color:#fff;font-size:16px;font-weight:500;line-height:1;transition:opacity .2s ease}.header__link:hover{opacity:.72}.header__phone{display:inline-flex;align-items:center;gap:8px;color:#fff;flex-shrink:0}.header__phone-icon{font-size:18px;line-height:1}.header__phone-number{font-size:18px;font-weight:600;line-height:1;letter-spacing:.02em}.header__socials{display:flex;align-items:center;gap:10px;flex-shrink:0}.header__social{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,opacity .2s ease}.header__social:hover{transform:translateY(-2px);opacity:.92}.header__social img{width:32px;height:32px;display:block;object-fit:contain}.header__social--telegram,.header__social--whatsapp,.header__social--viber{background:transparent}@media (max-width: 1400px){.header__container{padding:0 20px}.header__nav{gap:22px}.header__link{font-size:15px}.header__phone-number{font-size:17px}}@media (max-width: 1200px){.header__panel{gap:14px;padding:0 16px}.header__nav{gap:18px}.header__link{font-size:14px}.header__phone-number{font-size:16px}.header__socials{gap:8px}.header__social,.header__social img{width:28px;height:28px}}@media (max-width: 1024px){.header{top:14px}.header__container{padding:0 18px;justify-content:center}.header__logo{display:none}.header__panel{width:100%;justify-content:space-between}.header__nav{display:none}.header__phone-icon{font-size:18px}.header__phone-number{font-size:16px}.header__social,.header__social img{width:28px;height:28px}}@media (max-width: 768px){.header{top:14px}.header__container{padding:0 14px}.header__panel{gap:12px;padding:0 14px;border-radius:16px}.header__lang-button{font-size:14px}.header__lang-icon{font-size:15px}.header__lang-arrow{font-size:12px}.header__phone{gap:6px}.header__phone-icon{font-size:16px}.header__phone-number{font-size:15px}.header__socials{gap:6px}.header__social,.header__social img{width:24px;height:24px}}@media (max-width: 560px){.header__panel{gap:8px;padding:0 12px}.header__phone-number{font-size:14px}.header__socials{gap:4px}.header__social,.header__social img{width:22px;height:22px}}.hero{position:relative;width:100%;min-height:100svh;display:flex;align-items:center;justify-content:center;overflow:hidden;isolation:isolate}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/hero/hero-bg.jpg) center center / cover no-repeat;transform:scale(1.03);z-index:1}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#070a1247,#080a1061 42%,#05070c80),radial-gradient(circle at center,#1418220d,#06080c38 58%,#04060a66);z-index:2}.hero__glow{position:absolute;border-radius:999px;filter:blur(120px);z-index:2;pointer-events:none}.hero__glow--left{width:360px;height:360px;left:-90px;top:50%;transform:translateY(-50%);background:#ff880015}.hero__glow--right{width:320px;height:320px;right:-90px;bottom:4%;background:#006eff29}.hero__container{position:relative;z-index:3;width:100%;max-width:1240px;margin:0 auto;padding:72px 20px 0;display:flex;justify-content:center}.hero__content{max-width:850px;color:#fff;text-align:center;transition:opacity .18s ease,transform .18s ease,filter .18s ease}.hero__content--changing{opacity:0;transform:translateY(6px);filter:blur(4px)}.hero__title{margin:0 0 18px;font-size:clamp(42px,6vw,56px);font-weight:600;line-height:1.02;letter-spacing:.01em;color:#fff;text-wrap:balance}.hero__title span{color:#ff8a00}.hero__text{margin:0 auto 30px;max-width:760px;letter-spacing:1px;font-size:clamp(18px,2.2vw,22px);font-weight:300;line-height:1.45;color:#ffffffd6}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:80px;justify-content:center}.hero__button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:56px;padding:14px 22px;border-radius:14px;border:1px solid transparent;font-size:16px;font-weight:600;text-decoration:none;transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease;will-change:transform}.hero__button:hover{transform:translateY(-2px)}.hero__button--primary{color:#fff;background:linear-gradient(180deg,#2484ff,#0f6df0);box-shadow:0 14px 30px #0b62f03d,inset 0 1px #ffffff2e}.hero__button--primary:hover{box-shadow:0 18px 36px #0b62f04d,inset 0 1px #fff3}.hero__button--secondary{color:#fff;background:#ffffff1a;border-color:#ffffff14;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 10px 24px #00000029,inset 0 1px #ffffff14}.hero__button--secondary:hover{background:#ffffff24}.hero__button-icon{display:inline-flex;width:20px;height:20px;color:#fff;flex-shrink:0}.hero__button-icon svg{width:100%;height:100%}.hero__button-content{display:flex;margin-right:12px;flex-direction:column;align-items:flex-start;line-height:1.05}.hero__button-label{font-size:13px;font-weight:500;margin-bottom:2px;color:#ffffffb8}.hero__button-phone{font-size:16px;font-weight:700;color:#fff}@media (max-width: 991px){.hero__content{max-width:700px}.hero__title{font-size:clamp(38px,8vw,58px)}.hero__text{max-width:640px}}@media (max-width: 768px){.hero{align-items:center}.hero__container{padding:96px 18px 0}.hero__content{max-width:100%}.hero__eyebrow{margin-bottom:12px;font-size:14px}.hero__title{margin-bottom:14px;font-size:clamp(34px,10vw,46px);line-height:1.04}.hero__text{margin-bottom:24px;font-size:24px;line-height:1.45}.hero__actions{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:28px}.hero__button{width:auto;min-width:300px;margin:0 auto;padding:14px 20px}.hero__button-content{align-items:flex-start}.hero__glow--left{width:240px;height:240px;left:-100px;top:56%}.hero__glow--right{width:220px;height:220px;right:-90px;bottom:6%}}@media (max-width: 480px){.hero__container{padding:0 16px}.hero__title{font-size:36px;font-weight:600;line-height:normal}.hero__text{font-size:18px;line-height:160%;margin-bottom:45px}.hero__button-label{font-size:12px;margin-bottom:3px}.hero__button-phone{font-size:15px}}.hero-ratings{display:flex;flex-wrap:nowrap;justify-content:center;gap:54px;margin-top:150px}.hero-rating-widget{position:relative;display:flex;flex-direction:column;justify-content:center;width:180px;height:70px;padding:8px 18px;border-radius:0;overflow:hidden;text-decoration:none;color:#fff;background:transparent;transition:transform .2s ease,border-color .2s ease,opacity .2s ease}.hero-rating-widget:hover{transform:translateY(-2px);border-color:#ffffff73}.hero-rating-widget__brand{display:flex;align-items:center;margin-bottom:2px}.hero-rating-widget__brand img{height:24px;width:auto}.hero-rating-widget__bottom{display:flex;align-items:center;gap:10px}.hero-rating-widget__score{font-size:34px;font-weight:500}.hero-rating-widget__info{display:flex;flex-direction:column;align-items:flex-start;gap:0}.hero-rating-widget__stars{font-size:16px;letter-spacing:1px;color:#ffc400}.hero-rating-widget__reviews{font-size:13px;color:#ffffffa6}@media (max-width: 768px){.hero-ratings{margin-top:100px;gap:30px}.hero-rating-widget{width:35%;height:56px;padding:8px 12px}.hero-rating-widget__score{font-size:30px;font-weight:600}.hero-rating-widget__stars{font-size:14px}.hero-rating-widget__reviews{font-size:11px}.hero-rating-widget__brand img{height:18px}}.services{position:relative;background:#e9e9f4}.services__sticky{position:sticky;top:0;height:100vh;display:flex;align-items:center;overflow:visible}.services__container{width:min(100%,1440px);margin:0 auto;padding:0 24px}.services__head{margin-bottom:28px}.services__title{margin:0;font-size:clamp(32px,4vw,52px);line-height:1.02;font-weight:800;color:#0d1b34;letter-spacing:-.03em}.services__viewport{width:100vw;margin-left:calc(50% - 50vw);overflow-x:hidden;overflow-y:visible}.services__track{display:flex;gap:24px;will-change:transform;padding-left:max(40px,calc((100vw - 1440px)/2 + 24px));padding-right:38vw}.services__track>*{flex:0 0 min(640px,calc(100vw - 140px))}.services__mobile-meta{display:none}@media (max-width: 1440px){.services__track{padding-left:24px}}@media (max-width: 1199px){.services__container{padding:0 20px}.services__track{gap:20px;padding-left:20px;padding-right:28vw}.services__track>*{flex:0 0 min(560px,calc(100vw - 96px))}}@media (max-width: 767px){.services{padding:56px 0}.services__sticky{position:relative;top:auto;height:auto;display:block;overflow:visible}.services__container{padding:0 16px}.services__head{margin-bottom:20px}.services__title{font-size:clamp(28px,8vw,38px)}.services__viewport{width:auto;margin-left:0;overflow:visible}.services__track{gap:16px;padding-left:0;padding-right:0;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;transform:none!important;will-change:auto;cursor:grab;-webkit-user-select:none;user-select:none}.services__track--dragging{cursor:grabbing;scroll-snap-type:none}.services__track::-webkit-scrollbar{display:none}.services__track>*{flex:0 0 calc(100vw - 92px);scroll-snap-align:start}.services__mobile-meta{display:flex;justify-content:center;margin-top:18px}.services__mobile-counter{font-size:14px;line-height:1;font-weight:700;color:#0d1b34b8;text-align:center}}.service-card{position:relative;min-height:420px;border-radius:22px;overflow:hidden;background:radial-gradient(circle at top right,rgba(176,37,120,.55),transparent 35%),radial-gradient(circle at bottom left,rgba(0,72,255,.35),transparent 28%),linear-gradient(135deg,#020b1f,#050a22 30%,#21105d 68%,#3f1472);box-shadow:0 18px 50px #070a192e}.service-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff05,#0000002e);pointer-events:none}.service-card__media{position:relative;z-index:1;height:210px;display:flex;align-items:flex-end;justify-content:center;padding:20px 20px 0}.service-card__image{display:block;max-width:100%;max-height:185px;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(0,0,0,.28))}.service-card__content{position:relative;z-index:1;display:flex;min-height:210px;flex-direction:column;justify-content:space-between;padding:28px}.service-card__title{margin:0 0 12px;font-size:clamp(22px,2vw,28px);line-height:1.12;font-weight:800;color:#fff}.service-card__text{margin:0;max-width:540px;font-size:18px;line-height:1.35;color:#ffffffd1}.service-card__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}.service-card__button{border:0;border-radius:14px;padding:16px 22px;font-size:18px;line-height:1;font-weight:700;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease}.service-card__button:hover{transform:translateY(-2px)}.service-card__button--primary{color:#fff;background:linear-gradient(180deg,#2873ff,#1c56db);box-shadow:0 10px 22px #2268ff57}.service-card__button--secondary{color:#ffffffeb;background:#ffffff29;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 767px){.service-card{min-height:500px;border-radius:20px}.service-card__media{height:200px;padding:18px 18px 0}.service-card__image{max-height:170px}.service-card__content{min-height:300px;padding:22px 20px 20px}.service-card__title{font-size:28px}.service-card__text{font-size:16px}.service-card__actions{flex-direction:column;gap:12px;margin-top:22px}.service-card__button{width:100%;min-height:54px;font-size:16px}}.works{padding:120px 0;background:linear-gradient(135deg,#050816,#0a0f2c);color:#fff}.works__container{width:min(1200px,90%);margin:0 auto;position:relative}.works__title{text-align:center;font-size:42px;line-height:1.1;margin:0 0 40px}.works__card{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:30px;padding:30px;border-radius:24px;background:#ffffff0a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:opacity .25s ease,transform .25s ease}.works__card.is-fading{opacity:0;transform:translateY(10px)}.works__gallery{min-width:0}.works__main{position:relative;overflow:hidden;border-radius:20px;aspect-ratio:16 / 10;background:#ffffff0a}.works__main img{width:100%;height:100%;object-fit:cover;cursor:pointer;display:block}.works__photo-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:38px;height:38px;border-radius:50%;background:#00000080;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;line-height:1;transition:background .2s ease,transform .2s ease}.works__photo-arrow:hover{background:#000000b3;transform:translateY(-50%) scale(1.06)}.works__photo-arrow.left{left:10px}.works__photo-arrow.right{right:10px}.works__thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.works__thumbs img{width:100%;aspect-ratio:16 / 10;object-fit:cover;border-radius:10px;cursor:pointer;opacity:.6;transition:opacity .2s ease,border .2s ease,transform .2s ease;border:2px solid transparent;display:block}.works__thumbs img:hover{opacity:.85;transform:translateY(-2px)}.works__thumbs img.active{opacity:1;border:2px solid #7c9cff}.works__info{display:flex;flex-direction:column;justify-content:center}.works__info h3{font-size:28px;line-height:1.15;margin:0 0 20px}.works__info h4{margin:20px 0 10px;font-size:18px;line-height:1.2}.works__info p{margin:0;opacity:.8;line-height:1.6;font-size:16px}.works__info ul{padding-left:18px;margin:0}.works__info li{margin-bottom:6px;line-height:1.5;opacity:.9}.works__bottom-nav{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:24px}.works__nav{border:none;cursor:pointer}.works__nav--bottom{width:52px;height:52px;border-radius:50%;background:#ffffffeb;color:#1f2d6b;display:flex;align-items:center;justify-content:center;font-size:30px;line-height:1;box-shadow:0 10px 24px #0000003d;transition:transform .2s ease,opacity .2s ease,background .2s ease}.works__nav--bottom:hover{transform:scale(1.06);background:#fff}.works__dots{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:0}.works__dots span{width:10px;height:10px;background:gray;border-radius:999px;cursor:pointer;transition:width .2s ease,background .2s ease,transform .2s ease}.works__dots span:hover{transform:scale(1.08)}.works__dots span.active{width:25px;background:#fff}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;display:flex;align-items:center;justify-content:center;gap:20px;z-index:999;padding:20px}.lightbox img{max-width:90%;max-height:90%;object-fit:contain;display:block}.lightbox button{background:none;border:none;color:#fff;font-size:40px;cursor:pointer;line-height:1}@media (max-width: 900px){.works{padding:90px 0}.works__title{font-size:34px;margin-bottom:28px}.works__card{grid-template-columns:1fr;gap:24px;padding:22px}.works__info h3{font-size:24px}}@media (max-width: 560px){.works{padding:70px 0}.works__container{width:min(100% - 24px,100%)}.works__title{font-size:30px}.works__card{padding:16px;border-radius:18px;gap:18px}.works__main{border-radius:16px}.works__photo-arrow{width:34px;height:34px;font-size:20px}.works__thumbs{gap:8px;margin-top:10px}.works__thumbs img{border-radius:8px}.works__info h3{font-size:22px;margin-bottom:14px}.works__info h4{font-size:16px;margin:16px 0 8px}.works__info p,.works__info li{font-size:15px}.works__bottom-nav{gap:12px;margin-top:18px}.works__nav--bottom{width:46px;height:46px;font-size:26px}.lightbox{gap:10px;padding:12px}.lightbox button{font-size:32px}}.works{position:relative;overflow:hidden}.works:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(600px at 20% 30%,rgba(124,156,255,.15),transparent 70%),radial-gradient(500px at 80% 70%,rgba(124,156,255,.12),transparent 70%),radial-gradient(400px at 50% 90%,rgba(255,255,255,.05),transparent 70%);animation:worksFloat 18s ease-in-out infinite alternate}.works:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(400px at 70% 20%,rgba(124,156,255,.08),transparent 70%),radial-gradient(300px at 30% 80%,rgba(255,255,255,.04),transparent 70%);animation:worksFloatReverse 24s ease-in-out infinite alternate}@keyframes worksFloat{0%{transform:translate(0) scale(1)}to{transform:translate(-40px,-30px) scale(1.1)}}@keyframes worksFloatReverse{0%{transform:translate(0) scale(1)}to{transform:translate(30px,40px) scale(1.05)}}.works__container{position:relative;z-index:1}.why{position:relative}.why__sticky{position:sticky;top:0;height:100vh;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 20% 25%,rgba(124,156,255,.16),transparent 32%),radial-gradient(circle at 80% 75%,rgba(124,156,255,.1),transparent 28%),radial-gradient(circle at 50% 100%,rgba(255,255,255,.04),transparent 40%)}.why-visual{animation:whyFloat 6s ease-in-out infinite}@keyframes whyFloat{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.why__content{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);gap:42px;align-items:center;transition:opacity .3s ease,transform .3s ease}.why__content{opacity:1}.why__image{display:block;width:min(100%,480px);max-height:480px;object-fit:contain}.why__content.is-fade{opacity:0;transform:translateY(10px)}.why__inner{width:min(1200px,90%);margin:0 auto}.why__top{margin-bottom:48px}.why__counter{margin:0 0 14px;font-size:14px;letter-spacing:.18em;text-transform:uppercase;color:#ffffff8c}.why__title{margin:0;font-size:clamp(34px,4.3vw,62px);line-height:1.02;color:#fff;max-width:850px}.why__content{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);gap:42px;align-items:center}.why__text{max-width:620px}.why__reason{margin:0 0 18px;font-size:clamp(30px,3vw,48px);line-height:1.08;color:#fff}.why__description{margin:0;font-size:clamp(16px,1.4vw,21px);line-height:1.5;color:#ffffffc7;max-width:560px}.why__progress{display:flex;gap:10px;margin-top:28px}.why__progress-dot{width:10px;height:10px;border-radius:999px;background:#ffffff3d;transition:width .25s ease,background .25s ease,transform .25s ease}.why__progress-dot.is-active{width:34px;background:#fff}.why__graphic{display:flex;justify-content:center;align-items:center}.why-visual{position:relative;width:min(100%,480px);aspect-ratio:1 / 1;border-radius:32px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:inset 0 1px #ffffff0f,0 20px 60px #00000038;overflow:hidden}.why-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 70% 30%,rgba(124,156,255,.18),transparent 28%),radial-gradient(circle at 30% 70%,rgba(255,255,255,.06),transparent 24%);pointer-events:none}.why-visual--parts{display:flex;align-items:center;justify-content:center;gap:18px}.why-visual__part{width:120px;height:220px;border-radius:999px;position:relative}.why-visual__part--old{background:linear-gradient(180deg,#6e7491b3,#464c6a66);filter:grayscale(1);opacity:.55}.why-visual__part--new{background:linear-gradient(180deg,#729bfff2,#386af5b3);box-shadow:0 0 40px #5f94ff47}.why-visual__part-label{position:absolute;left:50%;bottom:18px;transform:translate(-50%);font-size:18px;font-weight:800;letter-spacing:.1em;color:#fff}.why-visual__arrow{width:76px;height:2px;background:linear-gradient(90deg,#ffffff40,#7c9cfff2);position:relative}.why-visual__arrow:after{content:"";position:absolute;right:-2px;top:50%;width:12px;height:12px;border-top:2px solid #8cb6ff;border-right:2px solid #8cb6ff;transform:translateY(-50%) rotate(45deg)}.why-visual--specialists{display:flex;flex-direction:column;justify-content:center;gap:28px;padding:42px}.why-visual__grid{display:flex;justify-content:center;gap:16px}.why-visual__person{width:92px;height:92px;border-radius:24px;background:#ffffff14;opacity:.45}.why-visual__person.is-active{background:linear-gradient(180deg,#7c9cffe6,#4a78ff9e);opacity:1;box-shadow:0 0 30px #7c9cff3d}.why-visual__focus-card{padding:20px;border-radius:24px;background:#0a122fbf;border:1px solid rgba(124,156,255,.16)}.why-visual__line{height:12px;border-radius:999px;background:linear-gradient(90deg,#fff3,#7c9cffe6)}.why-visual__line.is-short{width:58%;margin:14px 0}.why-visual--warranty{display:flex;align-items:center;justify-content:center;gap:24px}.why-visual__doc{width:180px;height:230px;border-radius:26px;background:#ffffff14;padding:26px 22px;border:1px solid rgba(255,255,255,.08)}.why-visual__doc-line{height:12px;border-radius:999px;background:#ffffff38}.why-visual__doc-line+.why-visual__doc-line{margin-top:16px}.why-visual__doc-line.is-short{width:62%}.why-visual__seal{width:112px;height:112px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#7c9cff,#406ef3bf);box-shadow:0 0 40px #7c9cff47;font-size:28px;font-weight:800;color:#fff}.why-visual--experience{display:flex;flex-direction:column;justify-content:center;gap:34px;padding:44px}.why-visual__timeline{display:flex;align-items:center;gap:18px;color:#fffc;font-size:24px;font-weight:700}.why-visual__timeline-line{flex:1;height:8px;border-radius:999px;background:#ffffff1f;overflow:hidden}.why-visual__timeline-progress{width:100%;height:100%;background:linear-gradient(90deg,#7c9cff80,#7c9cff)}.why-visual__experience-badge{width:170px;height:170px;border-radius:999px;display:flex;align-items:center;justify-content:center;margin:0 auto;background:radial-gradient(circle,#7c9cffe6,#406ef38c);box-shadow:0 0 48px #7c9cff3d;font-size:52px;font-weight:800;color:#fff}.why-visual--price{display:flex;align-items:center;justify-content:center;gap:24px}.why-visual__estimate{width:210px;padding:24px 20px;border-radius:24px;background:#ffffff14;border:1px solid rgba(255,255,255,.08)}.why-visual__estimate-row{display:flex;justify-content:space-between;gap:12px}.why-visual__estimate-row span{display:block;height:12px;border-radius:999px;background:#ffffff38}.why-visual__estimate-row span:first-child{width:56%}.why-visual__estimate-row span:last-child{width:24%}.why-visual__estimate-row+.why-visual__estimate-row{margin-top:16px}.why-visual__estimate-row.is-total span{background:linear-gradient(90deg,#7c9cff8c,#7c9cff)}.why-visual__price-tag{width:130px;height:130px;border-radius:28px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#7c9cfff2,#426ef2b8);color:#fff;font-size:28px;font-weight:800;letter-spacing:.08em;box-shadow:0 0 38px #7c9cff38}.why__triggers{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.why__trigger{height:65vh}@media (max-width: 960px){.why__top{margin-bottom:28px}.why__content{grid-template-columns:1fr;gap:26px}.why__text{max-width:100%}.why__graphic{justify-content:flex-start}.why-visual{width:min(100%,420px)}}@media (max-width: 560px){.why__inner{width:min(100% - 24px,100%)}.why__title{font-size:32px}.why__reason{font-size:28px}.why__description{font-size:15px}.why__top{margin-bottom:22px}.why__content{gap:20px}.why-visual{border-radius:22px}.why-visual--parts,.why-visual--warranty,.why-visual--price{gap:14px}.why-visual__part{width:86px;height:170px}.why-visual__doc{width:140px;height:180px}.why-visual__seal,.why-visual__price-tag{width:88px;height:88px;font-size:22px}.why-visual__experience-badge{width:120px;height:120px;font-size:36px}.why-visual__timeline{font-size:18px}.why-visual__estimate{width:160px}}.faq{padding:100px 20px;background:linear-gradient(180deg,#c0c7ff,#e4e7ff)}.faq__container{max-width:900px;margin:0 auto;background:#fff;border-radius:20px;padding:30px}.faq__title{text-align:center;font-size:26px;font-weight:600;color:#1e1e1e;margin-bottom:20px}.faq__item{border-top:1px solid #e6e6e6}.faq__item:first-child{border-top:none}.faq__question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 10px;background:transparent;border:none;text-align:left;font:inherit;cursor:pointer;color:#2c2c2c}.faq__question-text{font-size:16px;font-weight:500}.faq__icon{font-size:18px;color:#6b6b8d;transition:transform .3s ease}.faq__icon.rotate{transform:rotate(90deg)}.faq__answer{max-height:0;overflow:hidden;opacity:0;transform:translateY(-6px);transition:max-height .5s ease,opacity .35s ease,transform .35s ease}.faq__item.open .faq__answer{max-height:400px;opacity:1;transform:translateY(0)}.faq__answer-content{padding:10px 10px 20px;font-size:14px;color:#6b6b6b;line-height:1.6;transition:opacity .3s ease}.faq__answer-content{padding:10px 10px 20px;font-size:14px;color:#6b6b6b;line-height:1.6}.faq__item.open .faq__question-text{color:#3d5afe}body{font-family:Onest,sans-serif;background:#0f0f11;color:#fff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Onest,sans-serif;background:#0b0d12;color:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}section{scroll-margin-top:80px}
