.Hero-module__ejOdHG__hero{background:radial-gradient(circle at 15% 20%,#8b5cf624,#0000 32%),radial-gradient(circle at 85% 15%,#3b82f61f,#0000 30%);align-items:center;min-height:100vh;padding:140px 0 100px;display:flex;position:relative;overflow:hidden}.Hero-module__ejOdHG__hero__glowOne,.Hero-module__ejOdHG__hero__glowTwo{pointer-events:none;filter:blur(100px);border-radius:50%;position:absolute}.Hero-module__ejOdHG__hero__glowOne{background:#8b5cf626;width:500px;height:500px;top:5%;right:-150px}.Hero-module__ejOdHG__hero__glowTwo{background:#3b82f61f;width:400px;height:400px;bottom:-100px;left:-100px}.Hero-module__ejOdHG__hero__container{z-index:2;grid-template-columns:1.1fr .9fr;align-items:center;gap:80px;display:grid;position:relative}.Hero-module__ejOdHG__hero__content{max-width:680px}.Hero-module__ejOdHG__hero__badge{color:var(--primary-light);-webkit-backdrop-filter:blur(10px);background:#8b5cf614;border:1px solid #8b5cf633;border-radius:999px;align-items:center;margin-bottom:24px;padding:8px 16px;font-size:13px;font-weight:500;display:inline-flex}.Hero-module__ejOdHG__hero__title{color:#fff;letter-spacing:-2px;margin:0;font-size:clamp(48px,6vw,86px);font-weight:800;line-height:1.15}.Hero-module__ejOdHG__hero__title span{background:linear-gradient(135deg, #fff 0%, var(--primary-light) 45%, var(--secondary) 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin-top:8px;display:block}.Hero-module__ejOdHG__hero__description{max-width:560px;color:var(--muted);margin-top:28px;font-size:17px;line-height:2}.Hero-module__ejOdHG__hero__actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:36px;display:flex}.Hero-module__ejOdHG__hero__button{border-radius:14px;justify-content:center;align-items:center;min-width:130px;padding:13px 24px;font-size:14px;font-weight:600;transition:transform .3s,box-shadow .3s,background .3s,border-color .3s;display:inline-flex}.Hero-module__ejOdHG__hero__button:hover{transform:translateY(-3px)}.Hero-module__ejOdHG__hero__buttonPrimary{color:#fff;background:linear-gradient(135deg, var(--primary), var(--secondary));box-shadow:0 10px 30px #8b5cf633}.Hero-module__ejOdHG__hero__buttonPrimary:hover{box-shadow:0 15px 40px #8b5cf659}.Hero-module__ejOdHG__hero__buttonSecondary{color:#fff;-webkit-backdrop-filter:blur(15px);background:#ffffff0f;border:1px solid #ffffff1a}.Hero-module__ejOdHG__hero__buttonSecondary:hover{background:#ffffff1a;border-color:#fff3}.Hero-module__ejOdHG__hero__buttonOutline{color:var(--muted);background:0 0;border:1px solid #ffffff1a}.Hero-module__ejOdHG__hero__buttonOutline:hover{color:#fff;border-color:#8b5cf680}.Hero-module__ejOdHG__hero__visual{justify-content:center;align-items:center;min-height:520px;display:flex;position:relative}.Hero-module__ejOdHG__hero__visualGlow{filter:blur(80px);background:linear-gradient(135deg,#8b5cf633,#3b82f626);border-radius:50%;width:380px;height:380px;animation:5s ease-in-out infinite Hero-module__ejOdHG__visualPulse;position:absolute}.Hero-module__ejOdHG__hero__card{transition:transform .5s,box-shadow .5s;animation:6s ease-in-out infinite Hero-module__ejOdHG__heroFloat;position:relative;overflow:hidden;box-shadow:0 25px 80px #8b5cf640,0 0 60px #3b82f626}.Hero-module__ejOdHG__hero__card:before{content:"";z-index:0;background:linear-gradient(120deg,#0000 30%,#8b5cf6cc,#3b82f6b3,#0000 70%);transition:transform .8s;position:absolute;inset:-2px;transform:translate(-100%)}.Hero-module__ejOdHG__hero__card:hover:before{transform:translate(100%)}.Hero-module__ejOdHG__hero__card:hover{transform:translateY(-8px)scale(1.03);box-shadow:0 35px 100px #8b5cf666,0 0 80px #3b82f640}.Hero-module__ejOdHG__hero__cardContent,.Hero-module__ejOdHG__hero__cardTop{z-index:1;position:relative}.Hero-module__ejOdHG__hero__cardContent{text-align:center;flex-direction:column;justify-content:center;height:calc(100% - 20px);padding:30px;display:flex}.Hero-module__ejOdHG__hero__cardIcon{color:#fff;background:linear-gradient(135deg, var(--primary), var(--secondary));border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 24px;font-size:30px;display:flex;box-shadow:0 15px 40px #8b5cf640}.Hero-module__ejOdHG__hero__cardContent span{color:var(--muted);letter-spacing:4px;margin-bottom:20px;font-size:12px}.Hero-module__ejOdHG__hero__cardContent strong{color:#fff;letter-spacing:3px;font-size:32px;line-height:1.2}.Hero-module__ejOdHG__hero__scroll{color:#ffffff59;flex-direction:column;align-items:center;gap:10px;font-size:11px;display:flex;position:absolute;bottom:30px;right:50%;transform:translate(50%)}.Hero-module__ejOdHG__hero__scrollLine{background:linear-gradient(#ffffff80,#0000);width:1px;height:35px}@media (max-width:900px){.Hero-module__ejOdHG__hero{padding-top:130px}.Hero-module__ejOdHG__hero__container{text-align:center;grid-template-columns:1fr;gap:60px}.Hero-module__ejOdHG__hero__content{max-width:700px;margin-inline:auto}.Hero-module__ejOdHG__hero__description{margin-inline:auto}.Hero-module__ejOdHG__hero__actions{justify-content:center}.Hero-module__ejOdHG__hero__visual{min-height:450px}}@media (max-width:600px){.Hero-module__ejOdHG__hero{padding:120px 0 80px}.Hero-module__ejOdHG__hero__title{letter-spacing:-1px;font-size:44px}.Hero-module__ejOdHG__hero__description{font-size:15px}.Hero-module__ejOdHG__hero__actions{flex-direction:column;width:100%}.Hero-module__ejOdHG__hero__button{width:100%}.Hero-module__ejOdHG__hero__visual{min-height:400px}.Hero-module__ejOdHG__hero__card{width:280px;height:370px}.Hero-module__ejOdHG__hero__cardContent strong{font-size:26px}.Hero-module__ejOdHG__hero__scroll{display:none}}@media (max-width:768px){.Hero-module__ejOdHG__hero{min-height:auto;padding:150px 0 100px}.Hero-module__ejOdHG__hero__container{text-align:center;grid-template-columns:1fr;gap:60px}.Hero-module__ejOdHG__hero__content{flex-direction:column;align-items:center;display:flex}.Hero-module__ejOdHG__hero__badge{padding:7px 14px;font-size:12px}.Hero-module__ejOdHG__hero__title{font-size:clamp(38px,10vw,52px);line-height:1.45}.Hero-module__ejOdHG__hero__title span{margin-top:4px;display:block}.Hero-module__ejOdHG__hero__description{max-width:500px;font-size:14px;line-height:2}.Hero-module__ejOdHG__hero__actions{flex-direction:column;gap:12px;width:100%}.Hero-module__ejOdHG__hero__button{justify-content:center;width:100%;max-width:320px}.Hero-module__ejOdHG__hero__visual{width:100%;max-width:420px;margin:0 auto}.Hero-module__ejOdHG__hero__card{width:100%;min-height:280px}.Hero-module__ejOdHG__hero__scroll{display:none}}@media (max-width:480px){.Hero-module__ejOdHG__hero{padding:130px 0 80px}.Hero-module__ejOdHG__hero__container{gap:45px}.Hero-module__ejOdHG__hero__title{font-size:36px}.Hero-module__ejOdHG__hero__description{padding-inline:10px;font-size:13px}.Hero-module__ejOdHG__hero__card{min-height:240px}}@keyframes Hero-module__ejOdHG__heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes Hero-module__ejOdHG__visualPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}@keyframes Hero-module__ejOdHG__glowMoveOne{0%,to{transform:translate(0)}50%{transform:translate(-40px,30px)}}@keyframes Hero-module__ejOdHG__glowMoveTwo{0%,to{transform:translate(0)}50%{transform:translate(40px,-30px)}}.Hero-module__ejOdHG__hero__glowOne{animation:12s ease-in-out infinite Hero-module__ejOdHG__glowMoveOne}.Hero-module__ejOdHG__hero__glowTwo{animation:14s ease-in-out infinite Hero-module__ejOdHG__glowMoveTwo}
.Services-module__mtNLoG__services{background:radial-gradient(circle at 80% 20%,#8b5cf614,#0000 30%),radial-gradient(circle at 20% 80%,#3b82f60f,#0000 30%);padding:140px 0;position:relative;overflow:hidden}.Services-module__mtNLoG__services__header{text-align:center;max-width:700px;margin:0 auto 70px}.Services-module__mtNLoG__services__badge{color:var(--primary-light);-webkit-backdrop-filter:blur(10px);background:#8b5cf614;border:1px solid #8b5cf633;border-radius:999px;margin-bottom:22px;padding:8px 16px;font-size:13px;font-weight:500;display:inline-flex}.Services-module__mtNLoG__services__title{color:#fff;letter-spacing:-1.5px;margin:0;font-size:clamp(36px,5vw,64px);font-weight:800;line-height:1.3}.Services-module__mtNLoG__services__title span{background:linear-gradient(135deg, var(--primary-light), var(--secondary));color:#0000;-webkit-background-clip:text;background-clip:text;margin-top:6px;display:block}.Services-module__mtNLoG__services__description{max-width:580px;color:var(--muted);margin:24px auto 0;font-size:16px;line-height:2}.Services-module__mtNLoG__services__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.Services-module__mtNLoG__services__card{-webkit-backdrop-filter:blur(20px);background:linear-gradient(145deg,#ffffff12,#ffffff06);border:1px solid #ffffff14;border-radius:24px;flex-direction:column;min-height:330px;padding:28px;transition:transform .4s,border-color .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000002e,inset 0 1px #ffffff0d}.Services-module__mtNLoG__services__card:before{content:"";filter:blur(50px);opacity:0;background:#8b5cf61f;border-radius:50%;width:180px;height:180px;transition:opacity .4s;position:absolute;top:-80px;right:-80px}.Services-module__mtNLoG__services__cardTop{justify-content:space-between;align-items:center;display:flex}.Services-module__mtNLoG__services__icon{color:#fff;background:linear-gradient(135deg,#8b5cf6cc,#3b82f6b3);border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;font-size:22px;transition:transform .4s,box-shadow .4s;display:flex;box-shadow:0 10px 30px #8b5cf633}.Services-module__mtNLoG__services__card:hover .Services-module__mtNLoG__services__icon{transform:rotate(-8deg)scale(1.08);box-shadow:0 15px 40px #8b5cf659}.Services-module__mtNLoG__services__number{color:#fff3;letter-spacing:1px;font-size:13px;font-weight:600}.Services-module__mtNLoG__services__cardContent{margin-top:40px}.Services-module__mtNLoG__services__cardContent h3{color:#fff;margin:0;font-size:21px;font-weight:700}.Services-module__mtNLoG__services__cardContent p{color:var(--muted);margin:16px 0 0;font-size:14px;line-height:1.9}.Services-module__mtNLoG__services__link{color:#ffffffa6;justify-content:space-between;align-items:center;margin-top:auto;padding-top:28px;font-size:13px;font-weight:600;transition:color .3s,transform .3s;display:flex}.Services-module__mtNLoG__services__link:hover{color:#fff}.Services-module__mtNLoG__services__arrow{background:#ffffff0f;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .3s,background .3s;display:flex}.Services-module__mtNLoG__services__link:hover .Services-module__mtNLoG__services__arrow{background:#8b5cf633;transform:translate(-5px)}@media (max-width:1000px){.Services-module__mtNLoG__services__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.Services-module__mtNLoG__services{padding:100px 0}.Services-module__mtNLoG__services__header{margin-bottom:50px}.Services-module__mtNLoG__services__title{font-size:38px}.Services-module__mtNLoG__services__description{font-size:15px}.Services-module__mtNLoG__services__grid{grid-template-columns:1fr}.Services-module__mtNLoG__services__card{min-height:300px}}@media (max-width:768px){.Services-module__mtNLoG__services{padding:100px 0}.Services-module__mtNLoG__services__header{text-align:center;max-width:600px;margin-bottom:50px}.Services-module__mtNLoG__services__title{font-size:clamp(34px,9vw,48px);line-height:1.45}.Services-module__mtNLoG__services__description{font-size:14px;line-height:2}.Services-module__mtNLoG__services__grid{grid-template-columns:1fr;gap:18px}.Services-module__mtNLoG__services__card{border-radius:22px;padding:24px}.Services-module__mtNLoG__services__cardTop{margin-bottom:25px}.Services-module__mtNLoG__services__icon{width:48px;height:48px;font-size:20px}.Services-module__mtNLoG__services__number{font-size:12px}.Services-module__mtNLoG__services__cardContent h3{font-size:18px}.Services-module__mtNLoG__services__cardContent p{font-size:13px;line-height:2}.Services-module__mtNLoG__services__link{margin-top:24px}}@media (max-width:480px){.Services-module__mtNLoG__services{padding:80px 0}.Services-module__mtNLoG__services__header{margin-bottom:40px}.Services-module__mtNLoG__services__title{font-size:32px}.Services-module__mtNLoG__services__description{font-size:13px}.Services-module__mtNLoG__services__card{padding:20px}.Services-module__mtNLoG__services__cardContent h3{font-size:17px}.Services-module__mtNLoG__services__cardContent p{font-size:12px}}.Services-module__mtNLoG__services__card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 100% 0,#8b5cf62e,#0000 40%);transition:opacity .45s;position:absolute;inset:0}.Services-module__mtNLoG__services__card:hover{border-color:#8b5cf673;transform:translateY(-10px);box-shadow:0 25px 60px #00000059,0 0 35px #8b5cf626}.Services-module__mtNLoG__services__card:hover:before{opacity:1}.Services-module__mtNLoG__services__card{transition:transform .45s,border-color .45s,box-shadow .45s,background .45s;position:relative;overflow:hidden}
.Portfolio-module__2S_Kaq__portfolio{padding:140px 0;position:relative;overflow:hidden}.Portfolio-module__2S_Kaq__portfolio__header{text-align:center;max-width:700px;margin:0 auto 70px}.Portfolio-module__2S_Kaq__portfolio__badge{color:var(--primary-light);background:#8b5cf614;border:1px solid #8b5cf633;border-radius:999px;margin-bottom:22px;padding:8px 16px;font-size:13px;display:inline-flex}.Portfolio-module__2S_Kaq__portfolio__title{color:#fff;margin:0;font-size:clamp(36px,5vw,64px);font-weight:800;line-height:1.3}.Portfolio-module__2S_Kaq__portfolio__title span{background:linear-gradient(135deg, var(--primary-light), var(--secondary));color:#0000;-webkit-background-clip:text;background-clip:text;margin-top:5px;display:block}.Portfolio-module__2S_Kaq__portfolio__description{max-width:560px;color:var(--muted);margin:24px auto 0;line-height:2}.Portfolio-module__2S_Kaq__portfolio__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Portfolio-module__2S_Kaq__portfolio__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;transition:transform .45s,border-color .45s,box-shadow .45s;position:relative;overflow:hidden}.Portfolio-module__2S_Kaq__portfolio__card:hover{border-color:#8b5cf673;transform:translateY(-10px);box-shadow:0 30px 70px #00000073,0 0 40px #8b5cf62e}.Portfolio-module__2S_Kaq__portfolio__image{background:linear-gradient(135deg,#8b5cf640,#3b82f626);height:260px;position:relative;overflow:hidden}.Portfolio-module__2S_Kaq__portfolio__image img{object-fit:cover;width:100%;height:100%;transition:transform .7s;display:block}.Portfolio-module__2S_Kaq__portfolio__card:hover .Portfolio-module__2S_Kaq__portfolio__image img{transform:scale(1.08)}.Portfolio-module__2S_Kaq__portfolio__image:after{content:"";opacity:0;background:linear-gradient(135deg,#8b5cf640,#0000);transition:opacity .45s;position:absolute;inset:0}.Portfolio-module__2S_Kaq__portfolio__card:hover .Portfolio-module__2S_Kaq__portfolio__image:after{opacity:1}.Portfolio-module__2S_Kaq__portfolio__imageOverlay{color:#fff;opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0a14a6;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:opacity .4s;display:flex;position:absolute;inset:0}.Portfolio-module__2S_Kaq__portfolio__card:hover .Portfolio-module__2S_Kaq__portfolio__imageOverlay{opacity:1}.Portfolio-module__2S_Kaq__portfolio__content{padding:26px}.Portfolio-module__2S_Kaq__portfolio__category{color:var(--primary-light);margin-bottom:12px;font-size:12px;font-weight:600;display:inline-block}.Portfolio-module__2S_Kaq__portfolio__content h3{color:#fff;margin:0 0 12px;font-size:18px;font-weight:700}.Portfolio-module__2S_Kaq__portfolio__content p{color:var(--muted);margin:0 0 22px;font-size:13px;line-height:1.9}.Portfolio-module__2S_Kaq__portfolio__button{color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;justify-content:center;align-items:center;width:100%;padding:13px 18px;font-size:13px;font-weight:600;transition:background .3s,border-color .3s,transform .3s;display:inline-flex}.Portfolio-module__2S_Kaq__portfolio__button:hover{background:linear-gradient(135deg, var(--primary), var(--secondary));border-color:#0000;transform:translateY(-2px)}@media (max-width:1000px){.Portfolio-module__2S_Kaq__portfolio__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.Portfolio-module__2S_Kaq__portfolio{padding:100px 0}.Portfolio-module__2S_Kaq__portfolio__grid{grid-template-columns:1fr}.Portfolio-module__2S_Kaq__portfolio__image{height:240px}}@media (max-width:768px){.Portfolio-module__2S_Kaq__portfolio{padding:100px 0}.Portfolio-module__2S_Kaq__portfolio__header{text-align:center;max-width:600px;margin-bottom:50px}.Portfolio-module__2S_Kaq__portfolio__title{font-size:clamp(34px,9vw,48px);line-height:1.45}.Portfolio-module__2S_Kaq__portfolio__description{font-size:14px;line-height:2}.Portfolio-module__2S_Kaq__portfolio__grid{grid-template-columns:1fr;gap:22px}.Portfolio-module__2S_Kaq__portfolio__card{border-radius:24px}.Portfolio-module__2S_Kaq__portfolio__image{min-height:220px}.Portfolio-module__2S_Kaq__portfolio__content{padding:24px}.Portfolio-module__2S_Kaq__portfolio__content h3{font-size:18px;line-height:1.7}.Portfolio-module__2S_Kaq__portfolio__content p{font-size:13px;line-height:2}.Portfolio-module__2S_Kaq__portfolio__button{text-align:center;width:100%;margin-top:20px}}@media (max-width:480px){.Portfolio-module__2S_Kaq__portfolio{padding:80px 0}.Portfolio-module__2S_Kaq__portfolio__header{margin-bottom:40px}.Portfolio-module__2S_Kaq__portfolio__title{font-size:32px}.Portfolio-module__2S_Kaq__portfolio__description{font-size:13px}.Portfolio-module__2S_Kaq__portfolio__image{min-height:190px}.Portfolio-module__2S_Kaq__portfolio__content{padding:20px}.Portfolio-module__2S_Kaq__portfolio__content h3{font-size:17px}.Portfolio-module__2S_Kaq__portfolio__content p{font-size:12px}}
.Lightbox-module__boYMhq__overlay{z-index:99999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#05050fe0;justify-content:center;align-items:center;padding:40px;animation:.35s Lightbox-module__boYMhq__fadeIn;display:flex;position:fixed;inset:0}.Lightbox-module__boYMhq__lightboxContent{grid-template-columns:1.3fr .7fr;align-items:center;gap:30px;width:min(1100px,95vw);animation:.45s Lightbox-module__boYMhq__scaleIn;display:grid}.Lightbox-module__boYMhq__imageWrapper{border:1px solid #ffffff1f;border-radius:28px;width:100%;height:600px;position:relative;overflow:hidden;box-shadow:0 40px 100px #0009,0 0 60px #8b5cf640}.Lightbox-module__boYMhq__image{object-fit:cover}.Lightbox-module__boYMhq__info{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:28px;padding:30px}.Lightbox-module__boYMhq__category{color:var(--primary-light);font-size:13px}.Lightbox-module__boYMhq__info h2{margin:18px 0;font-size:32px}.Lightbox-module__boYMhq__info p{color:var(--muted);line-height:2}.Lightbox-module__boYMhq__order{color:#fff;background:linear-gradient(135deg, var(--primary), var(--secondary));border-radius:14px;justify-content:center;margin-top:25px;padding:14px;display:flex}.Lightbox-module__boYMhq__close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;width:45px;height:45px;position:absolute;top:25px;right:25px}.Lightbox-module__boYMhq__arrow{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;width:55px;height:55px;position:absolute;top:50%;transform:translateY(-50%)}.Lightbox-module__boYMhq__arrow:hover,.Lightbox-module__boYMhq__close:hover{background:#8b5cf699}.Lightbox-module__boYMhq__prev{left:30px}.Lightbox-module__boYMhq__next{right:30px}.Lightbox-module__boYMhq__thumbnails{gap:12px;display:flex;position:absolute;bottom:25px}.Lightbox-module__boYMhq__thumbnails button{cursor:pointer;opacity:.5;border:1px solid #0000;border-radius:12px;width:70px;height:55px;position:relative;overflow:hidden}.Lightbox-module__boYMhq__thumbnails img{object-fit:cover}.Lightbox-module__boYMhq__activeThumb{opacity:1!important;border-color:var(--primary-light)!important}@keyframes Lightbox-module__boYMhq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Lightbox-module__boYMhq__scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@media (max-width:900px){.Lightbox-module__boYMhq__overlay{padding:20px}.Lightbox-module__boYMhq__lightboxContent{grid-template-columns:1fr;gap:15px}.Lightbox-module__boYMhq__imageWrapper{height:350px}.Lightbox-module__boYMhq__info{padding:20px}.Lightbox-module__boYMhq__info h2{font-size:22px}.Lightbox-module__boYMhq__thumbnails{bottom:15px}.Lightbox-module__boYMhq__thumbnails button{width:55px;height:45px}.Lightbox-module__boYMhq__arrow{display:none}}
.OrderForm-module__-0vFBa__contact{background:radial-gradient(circle at 10% 20%,#8b5cf61f,#0000 35%),radial-gradient(circle at 90% 80%,#3b82f61f,#0000 35%);padding:140px 0;position:relative;overflow:hidden}.OrderForm-module__-0vFBa__header{text-align:center;max-width:700px;margin:0 auto 70px}.OrderForm-module__-0vFBa__badge{color:var(--primary-light);background:#8b5cf614;border:1px solid #8b5cf633;border-radius:999px;margin-bottom:22px;padding:8px 16px;font-size:13px;display:inline-flex}.OrderForm-module__-0vFBa__header h2{color:#fff;margin:0;font-size:clamp(38px,5vw,64px);font-weight:800;line-height:1.3}.OrderForm-module__-0vFBa__header h2 span{background:linear-gradient(135deg, var(--primary-light), var(--secondary));color:#0000;-webkit-background-clip:text;background-clip:text;margin-top:8px;display:block}.OrderForm-module__-0vFBa__header p{color:var(--muted);margin-top:24px;line-height:2}.OrderForm-module__-0vFBa__wrapper{grid-template-columns:.8fr 1.2fr;align-items:stretch;gap:30px;display:grid}.OrderForm-module__-0vFBa__info{flex-direction:column;gap:18px;display:flex}.OrderForm-module__-0vFBa__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:22px;align-items:center;gap:18px;padding:22px;transition:all .35s;display:flex}.OrderForm-module__-0vFBa__card svg{color:#fff;background:linear-gradient(135deg, var(--primary), var(--secondary));border-radius:16px;width:48px;height:48px;padding:14px}.OrderForm-module__-0vFBa__card strong{color:#fff;margin-bottom:6px;font-size:15px;display:block}.OrderForm-module__-0vFBa__card span{color:var(--muted);font-size:13px}.OrderForm-module__-0vFBa__card:hover{border-color:#8b5cf673;transform:translateY(-6px);box-shadow:0 20px 50px #8b5cf62e}.OrderForm-module__-0vFBa__form{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:28px;flex-direction:column;gap:18px;padding:35px;display:flex}.OrderForm-module__-0vFBa__form input,.OrderForm-module__-0vFBa__form select,.OrderForm-module__-0vFBa__form textarea{color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;outline:none;width:100%;padding:16px 18px;font-size:14px;transition:all .3s}.OrderForm-module__-0vFBa__form textarea{resize:none;min-height:140px}.OrderForm-module__-0vFBa__form input::placeholder,.OrderForm-module__-0vFBa__form textarea::placeholder{color:#ffffff73}.OrderForm-module__-0vFBa__form input:focus,.OrderForm-module__-0vFBa__form textarea:focus,.OrderForm-module__-0vFBa__form select:focus{border-color:#8b5cf6b3;box-shadow:0 0 25px #8b5cf626}.OrderForm-module__-0vFBa__form button{color:#fff;cursor:pointer;background:linear-gradient(135deg, var(--primary), var(--secondary));border:none;border-radius:16px;margin-top:10px;padding:16px;font-size:15px;font-weight:700;transition:all .35s;box-shadow:0 15px 40px #8b5cf640}.OrderForm-module__-0vFBa__form button:hover{transform:translateY(-4px);box-shadow:0 25px 60px #8b5cf659}@media (max-width:900px){.OrderForm-module__-0vFBa__wrapper{grid-template-columns:1fr}}@media (max-width:600px){.OrderForm-module__-0vFBa__contact{padding:100px 0}.OrderForm-module__-0vFBa__header h2{font-size:36px}.OrderForm-module__-0vFBa__form{padding:22px}.OrderForm-module__-0vFBa__card{padding:18px}}
