@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}a{color:inherit;text-decoration:none}::selection{color:#000;background:#baff19}::selection{color:#000;background:#baff19}button{cursor:pointer;will-change:transform;font-family:inherit;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s,background .3s,color .3s,border-color .3s,filter .3s;position:relative;overflow:hidden}button:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 10px 28px #baff1938}button:active{transition-duration:.1s;transform:scale(.95)}button:after{content:"";background:radial-gradient(circle at var(--rx,50%) var(--ry,50%), #baff192e, transparent 60%);opacity:0;pointer-events:none;transition:opacity .4s;position:absolute;inset:0}button:hover:after{opacity:1}input,textarea,select{transition:border-color .3s,box-shadow .3s,background .3s,transform .2s}input:focus,textarea:focus,select:focus{outline:none;box-shadow:0 0 0 3px #baff191f,0 0 18px #baff192e;border-color:#baff19!important}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal--in{opacity:1;transform:translateY(0)}.stagger>*{opacity:0;animation:.6s cubic-bezier(.16,1,.3,1) forwards stagger-in;transform:translateY(18px)}.stagger>:first-child{animation-delay:50ms}.stagger>:nth-child(2){animation-delay:.12s}.stagger>:nth-child(3){animation-delay:.19s}.stagger>:nth-child(4){animation-delay:.26s}.stagger>:nth-child(5){animation-delay:.33s}.stagger>:nth-child(6){animation-delay:.4s}.stagger>:nth-child(7){animation-delay:.47s}.stagger>:nth-child(8){animation-delay:.54s}.stagger>:nth-child(n+9){animation-delay:.6s}@keyframes stagger-in{to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important}}.container{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:0 16px}.hero{background:#000;flex-direction:column;align-items:center;padding-top:50px;padding-bottom:10px;display:flex;position:relative;overflow:hidden}.stripes{z-index:1;justify-content:center;gap:30px;width:100%;height:100%;display:flex;position:absolute;left:0;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%)}.stripe{filter:blur(10px)brightness(.5)contrast();opacity:0;background:url(/assets/image5-BuZIVySt.png) 50%/cover no-repeat;border-radius:50px;width:130px;height:600px;animation:.8s ease-out forwards stripeFadeIn;position:relative;overflow:hidden}.stripe:after{content:"";border-radius:inherit;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#ffffff26,#ffffff05);position:absolute;inset:0}.title{z-index:2;color:#fff;text-align:center;margin-top:10px;margin-bottom:0;font-size:110px;position:relative}.title span{color:#b6ff3b}.glass-panel{z-index:2;justify-content:center;width:100%;margin-top:30px;display:flex;position:relative}.glass-panel-inner{-webkit-backdrop-filter:blur(25px);background:#7272720d;border-radius:20px;flex-direction:column;align-items:center;width:90%;max-width:900px;padding:40px;display:flex;box-shadow:0 0 2px #fff3}.glass-panel-content p{text-align:center;color:#fff;margin:0 0 40px;font-size:30px;font-weight:700}.panel-buttons{justify-content:center;gap:20px;display:flex}.panel-btn{cursor:pointer;border:none;border-radius:30px;justify-content:center;width:205px;padding:15px;font-size:20px;font-weight:600;transition:all .3s;display:flex}.panel-btn.primary{color:#000;background-color:#b6ff3b}.panel-btn.secondary{color:#b6ff3b;background-color:#0000;box-shadow:0 0 1px #fff}.panel-btn:hover{transform:translateY(-2px);box-shadow:0 0 15px #baff3b99}@keyframes stripeFadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (width<=1324px){.title{font-size:80px}.stripe{width:90px;height:500px}}@media (width<=768px){.title{margin-top:30px;font-size:50px}.stripe{width:70px;height:420px}.stripes{gap:15px}.glass-panel-inner{padding:25px}.glass-panel-content p{font-size:20px}.panel-btn{width:160px;font-size:16px}}@media (width<=480px){.title{font-size:38px;line-height:1.1}.stripe{width:50px;height:320px}.stripes{gap:10px}.glass-panel-content p{font-size:16px}.panel-buttons{flex-direction:column;width:100%}.panel-btn{width:100%}}.header-wrapper{z-index:100;background:#0e0e0e;border:1px solid #2c2c2c;border-radius:16px;grid-template:"logo top"52px"logo bottom"46px/160px 1fr;width:100%;margin-top:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid;position:relative;overflow:hidden}.header-logo_box{border-right:1px solid #2c2c2c;grid-area:logo;justify-content:center;align-items:center;display:flex}.header-logo_img{object-fit:contain;width:34px;height:34px}.header-top{border-bottom:1px solid #2c2c2c;grid-area:top;grid-template-columns:1fr 52px 90px;display:grid}.header-logo_box_res{display:none}.header-top_buttons{justify-content:center;align-items:center;padding:0 24px;display:flex}.header-top_buttons-list{align-items:center;gap:40px;margin:0;padding:0;list-style:none;display:flex}.header-top_buttons-item{color:#b0b0b0;cursor:pointer;white-space:nowrap;border-radius:6px;padding:6px 12px;font-size:13.5px;text-decoration:none;transition:color .3s,background .3s}.header-top_buttons-item:hover{color:#baff19}.header-top_burger-box{cursor:pointer;border-left:1px solid #2c2c2c;justify-content:center;align-items:center;transition:background .15s;display:flex}.header-top_burger-box:hover{background:#1c1c1c}.header-top_burger-img{object-fit:contain;filter:brightness(.7);width:18px;height:18px}.header-top_burger-box:hover .header-top_burger-img{filter:brightness()}.header-top_lang{border-left:1px solid #2c2c2c;justify-content:center;align-items:center;padding:0 10px;display:flex}.header-top_lang-select{color:#d4d4d4;letter-spacing:.5px;cursor:pointer;appearance:none;background:#111 url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23baff19' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 9px center no-repeat;border:1px solid #2c2c2c;border-radius:8px;outline:none;padding:6px 26px 6px 12px;font-family:inherit;font-size:12.5px;font-weight:600;transition:all .25s}.header-top_lang-select:hover,.header-top_lang-select:focus{color:#baff19;border-color:#baff1980;box-shadow:0 0 12px #baff1926}.header-top_lang-select option{color:#fff;background:#111}.header-bottom{grid-area:bottom;grid-template-columns:2fr 3fr;display:grid}.header-bottom_services{border-right:1px solid #2c2c2c}.header-bottom_services-box,.header-bottom_touch-box{cursor:pointer;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;padding:0 24px;transition:background .15s;display:flex}.header-bottom_services-box:hover,.header-bottom_touch-box:hover{background:#1c1c1c}.header-bottom_services-img,.header-bottom_touch-img{opacity:.6;width:14px;height:14px}.header-bottom_services-text,.header-bottom_touch-text{color:#b0b0b0;margin:0;font-size:13.5px;transition:color .3s}.header-bottom_services-box:hover .header-bottom_services-text,.header-bottom_touch-box:hover .header-bottom_touch-text{color:#baff19}.header_sidebar{-webkit-backdrop-filter:blur(25px);z-index:99999;background:#0a0a0a66;border-right:1px solid #baff1926;flex-direction:column;width:320px;height:100vh;transition:left .6s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:-100%}.header_sidebar.open{left:0;box-shadow:20px 0 50px #000c}.BurgerCancel{color:#b0b0b0;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:0 0;border:1px solid #2c2c2c;border-radius:999px;margin:24px 24px 10px auto;padding:10px 20px;font-size:13px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.BurgerCancel:hover{color:#000;background:#baff19;border-color:#baff19;transform:scale(.95);box-shadow:0 0 15px #baff1966}.BurgerLinkList{flex-direction:column;gap:8px;padding:20px 24px;display:flex}.burger_menu_link{color:#fff;background:0 0;border-radius:14px;padding:16px 20px;font-size:18px;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.burger_menu_link:before{content:"";transform-origin:bottom;background:#baff19;width:3px;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleY(0)}.burger_menu_link:hover{color:#baff19;background:#baff190d;padding-left:28px}.burger_menu_link:hover:before{transform:scaleY(1)}@media (width<=590px){.header-top_buttons,.header-logo_box{display:none}.header-wrapper{grid-template-columns:0 4fr}.header-logo_box_res{color:#fff;justify-content:center;align-items:center;gap:10px;display:flex}}@media (width>=591px){.header_sidebar{display:none}}@media (width>=769px){.header-top_burger-box{display:none}.header-top{grid-template-columns:1fr 90px}}.services-section{background:#000;width:100%;padding-bottom:80px}.services-header{width:100%;padding:24px 0}.services-header_inner{align-items:center;gap:8px;max-width:1280px;margin:0 auto;display:flex}.services-header_title{color:#fff;margin:0;font-size:22px;font-weight:600;line-height:38px}.services-list{flex-direction:column;gap:14px;max-width:1280px;margin:0 auto;display:flex}.service-item{background:linear-gradient(#ffffff05,#ffffff03);border:1px solid #ffffff0f;border-radius:18px;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s,border-color .35s,background .35s;overflow:hidden}.service-item:hover{background:linear-gradient(#baff190a,#ffffff03);border-color:#baff1959;transform:translateY(-2px);box-shadow:0 10px 30px -12px #baff1959,inset 0 0 0 1px #baff1914}.service-item_btn{cursor:pointer;text-align:left;width:100%;color:inherit;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:24px 28px;display:flex}.service-item_left{align-items:center;gap:28px;min-width:0;display:flex}.service-item_img{object-fit:cover;border-radius:14px;flex-shrink:0;width:120px;height:36px}.service-item_title{color:#fff;letter-spacing:-.5px;margin:0;font-size:28px;font-weight:600;line-height:1.2;transition:color .3s}.service-item:hover .service-item_title{color:#baff19}.service-item_icon{filter:brightness(.9);flex-shrink:0;width:36px;height:36px;transition:transform .4s cubic-bezier(.16,1,.3,1),filter .3s}.service-item_icon.open{filter:brightness(1.2)drop-shadow(0 0 6px #baff1999);transform:rotate(45deg)}.service-item_body{opacity:0;max-height:0;transition:max-height .45s cubic-bezier(.16,1,.3,1),opacity .35s 50ms;overflow:hidden}.service-item_body--open{opacity:1;max-height:320px}.service-item_desc{color:#b0b0b0;border-top:1px solid #ffffff0a;max-width:768px;margin:0;padding:18px 28px 28px;font-size:16px;line-height:1.7}@media (width<=1080px){.service-item_title{font-size:22px}.service-item_img{width:100px;height:30px}}@media (width<=640px){.service-item_btn{padding:18px}.service-item_title{font-size:16px}.service-item_img{width:70px;height:22px}.service-item_desc{padding:14px 18px 22px;font-size:13px}.service-item_left{gap:14px}.service-item_icon{width:28px;height:28px}}.products_list{flex-wrap:wrap;gap:24px;padding:0;list-style:none;display:flex}.products_list-item{width:calc(50% - 12px)}.products_card{background:#ffffff05;border:1px solid #fff3;border-radius:24px;transition:all .3s;overflow:hidden}.products_card:hover{border-color:#fff6;transform:translateY(-6px)}.products_list-item-img{width:100%;height:380px;overflow:hidden}.products_list-item-img img{object-fit:cover;width:100%;height:100%;transition:all .4s}.products_card:hover img{transform:scale(1.05)}.products_list-item-content{justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.product-title{margin:0;font-size:22px;font-weight:800}.product-price{opacity:.7;margin-top:4px;font-size:14px;display:block}.products_list-item-content button{background-color:#baff19;border:none;border-radius:14px;padding:10px 18px;font-size:14px;font-weight:700;transition:all .3s}.products_list-item-content button:hover{cursor:pointer;background-color:#fff}@media (width<=1024px){.products_list-item{width:100%}.products_list-item-img{height:320px}}@media (width<=600px){.products_list-item-img{height:240px}.products_list-item-content{flex-direction:column;align-items:flex-start;gap:10px}.products_list-item-content button{width:100%}}.see_more_btn_out{text-align:center;width:100%;margin-top:60px;display:flex}.see_more_btn_out button{color:#c3c3c3;background-color:#0000;border:1px solid gray;border-radius:20px;align-items:center;width:100%;padding:15px;font-size:20px}.see_more_btn_out button:hover{cursor:pointer;color:#fff;border:1px solid #fff;transition:all .3s ease-in-out}.team-section{background:#000;width:100%;padding:80px 0}.team-section_inner{flex-direction:column;gap:48px;max-width:1280px;margin:0 auto;display:flex}.team-section_label{align-items:center;gap:8px;display:flex}.team-section_label p{color:#fff;margin:0;font-size:22px;font-weight:600;line-height:38px}.team-section_heading{color:#fff;letter-spacing:-2px;max-width:728px;margin:0;font-size:42px;font-weight:600;line-height:1.2}.team-section_grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.team-card{background:#0a0a0a;border:1px solid #282828;border-radius:24px;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .4s;display:flex;position:relative;overflow:hidden}.team-card:hover{border-color:#baff1980;transform:translateY(-6px);box-shadow:0 20px 50px -15px #baff1959,0 10px 30px #0009}.team-card_img-box{aspect-ratio:296/326;width:100%;position:relative;overflow:hidden}.team-card_img{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .5s;display:block}.team-card:hover .team-card_img{filter:grayscale(0%);transform:scale(1.05)}.team-card_overlay{opacity:0;pointer-events:none;background:linear-gradient(#0000 10%,#000000a6 55%,#000000eb 100%);flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:12px;padding:22px;transition:opacity .4s,transform .5s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;inset:0;transform:translateY(40%)}.team-card:hover .team-card_overlay{opacity:1;pointer-events:auto;transform:translateY(0)}.team-card_overlay-role{color:#baff19;letter-spacing:1px;text-transform:uppercase;text-shadow:0 0 12px #baff1966;margin:0;font-size:14px;font-weight:700}.team-card_socials{gap:10px;display:flex}.team-card_socials a{color:#baff19;background:#baff191a;border:1px solid #baff1966;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .25s;display:flex}.team-card_socials a:hover{color:#000;background:#baff19;transform:scale(1.1);box-shadow:0 0 18px #baff1999}.team-card_socials svg{width:16px;height:16px}.team-card_info{flex-direction:column;gap:4px;padding:16px 16px 24px;display:flex}.team-card_name{color:#fff;margin:0;font-size:18px;font-weight:600;line-height:30px}.team-card_role{color:#9d9fa1;margin:0;font-size:16px;font-weight:600;line-height:26px}@media (width<=1024px){.team-section_grid{grid-template-columns:repeat(2,1fr)}.team-section_heading{font-size:36px}}@media (width<=640px){.team-section_grid{grid-template-columns:1fr}.team-section_heading{font-size:28px}}.footer-section{background:#000;width:100%}.footer-section_inner{border:2px solid #282828;border-radius:32px;overflow:hidden}.footer-top,.footer-bottom{display:flex}.footer-logo_cell,.footer-nav_cell,.footer-email_cell,.footer-services_cell,.footer-social_cell,.footer-copy_cell{flex:1;justify-content:center;align-items:center;padding:32px;display:flex}.footer-logo_cell,.footer-nav_cell,.footer-services_cell,.footer-social_cell{border-right:2px solid #282828}.footer-nav_cell nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;display:flex}.footer-nav_cell a,.footer-services_cell a{color:#bdbdbd;font-size:14px;font-weight:600;line-height:24px;text-decoration:none;transition:color .3s}.footer-nav_cell a:hover,.footer-services_cell a:hover,.footer-email_cell a:hover{color:#baff19}.footer-email_cell a{color:#bdbdbd;letter-spacing:-.6px;text-align:center;word-break:break-all;font-size:18px;font-weight:600;line-height:34px;text-decoration:none;transition:color .3s}.footer-divider{border-top:2px solid #282828}.footer-services_cell{gap:8px}.footer-social_cell{gap:16px}.footer-social_btn{cursor:pointer;background:#282828;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.footer-social_btn:hover{background:#333}.footer-copy_cell p{color:#bdbdbd;text-align:center;margin:0;font-size:14px;line-height:22px}@media (width<=1024px){.footer-top,.footer-bottom{flex-direction:column}.footer-logo_cell,.footer-nav_cell,.footer-services_cell,.footer-social_cell{border-bottom:2px solid #282828;border-right:none;padding:30px 0}.footer-email_cell a{font-size:20px}}.cta-section{background:#000;width:100%;margin:40px 0}.cta-section_box{background:#0a0a0a;border-radius:24px;justify-content:center;align-items:center;width:100%;min-height:450px;display:flex;position:relative;overflow:hidden}.cta-section_bg{object-fit:cover;opacity:.6;width:100%;height:100%;position:absolute;inset:0}.cta-section_content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:24px;max-width:800px;padding:60px 24px;display:flex;position:relative}.cta-section_heading{color:#fff;letter-spacing:-4px;margin:0;font-size:clamp(48px,8vw,98px);font-weight:800;line-height:1}.cta-section_sub{color:#b0b0b0;max-width:600px;margin:0;font-size:clamp(16px,2vw,20px);font-weight:400;line-height:1.6}.cta-section_btn{color:#000;cursor:pointer;background:#baff19;border:none;border-radius:14px;align-items:center;gap:12px;margin-top:10px;padding:16px 42px;font-size:16px;font-weight:700;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;box-shadow:0 10px 20px #baff1926}.cta-section_btn:hover{background:#fff;transform:translateY(-4px)scale(1.02);box-shadow:0 15px 30px #baff194d}.cta-section_btn:active{transform:translateY(-2px)scale(.98)}@media (width<=640px){.cta-section_box{min-height:350px}.cta-section_heading{letter-spacing:-1px}.cta-section_btn{justify-content:center;width:100%}}.login-page-container{background-color:#000;width:100%;min-height:100vh;display:flex;position:relative}.login-form-section{z-index:2;flex:1;justify-content:center;align-items:center;padding:40px;animation:.8s ease-out forwards fadeInUp;display:flex}.form-content-wrapper{width:100%;max-width:400px}.main-title{color:#fff;letter-spacing:-1px;margin:0 0 10px;font-size:2.4rem;font-weight:800}.subtitle{color:#ffffff80;margin-bottom:40px;font-size:1rem}.input-field-group{flex-direction:column;gap:8px;margin-bottom:22px;display:flex}.input-field-group label{color:#fff;padding-left:4px;font-size:.85rem;font-weight:500}.input-field-group input{color:#fff;background-color:#0f0f0f;border:1px solid #ffffff1a;border-radius:12px;padding:16px;font-size:1rem;transition:all .3s}.input-field-group input:focus{background-color:#151515;border-color:#cfff3d;outline:none;box-shadow:0 0 15px #cfff3d0d}.login-submit-button:hover{background-color:#b8e630;transform:translateY(-2px);box-shadow:0 5px 15px #cfff3d33}.login-submit-button:active{transform:translateY(0)}.register-redirect-text a{color:#cfff3d;margin-left:5px;font-weight:600;text-decoration:none}.register-redirect-text a:hover{text-decoration:underline}.back-to-home{color:#ffffffb3;cursor:pointer;z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:30px;padding:10px 20px;font-size:.85rem;transition:all .3s;position:absolute;top:30px;left:30px}.back-to-home:hover{color:#000;background:#cfff3d;border-color:#cfff3d}@media (width<=900px){.login-image-section{display:none}.login-form-section{flex:1;width:100%;padding:30px}.form-content-wrapper{max-width:100%;margin-top:60px}.main-title{text-align:center;font-size:2rem}.subtitle{text-align:center;margin-bottom:30px}.back-to-home{padding:8px 15px;top:20px;left:20px}}@media (width<=480px){.login-form-section{padding:20px}.main-title{font-size:1.8rem}}body{box-sizing:border-box;background-color:#000;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.login-page-container{background-color:#000;width:100vw;min-height:100vh;display:flex;overflow:hidden}.login-form-section{flex:1;justify-content:center;align-items:center;padding:20px;animation:.7s ease-out forwards fadeInUp;display:flex}.form-content-wrapper{width:100%;max-width:460px;position:relative}.login-image-section{background-image:url(/assets/image5-BuZIVySt.png);background-position:50%;background-size:cover;flex:1;animation:1s ease-out forwards fadeInUp;position:relative}.login-image-section:after{content:"";background:linear-gradient(90deg,#000,#0000);position:absolute;inset:0}.main-title{color:#fff;margin:0;font-size:2rem;font-weight:800;line-height:1.2}.main-title span{color:#cfff3d}.subtitle{color:#ffffff80;margin:8px 0 25px;font-size:.9rem}.form-row{gap:15px;display:flex}.input-field-group{flex-direction:column;flex:1;gap:6px;margin-bottom:15px;display:flex}.input-field-group label{color:#fff;text-transform:uppercase;opacity:.7;letter-spacing:.5px;font-size:.75rem}.input-field-group input,.custom-select{color:#fff;background-color:#0d0d0d;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:12px 16px;font-size:.95rem;transition:all .3s}.input-field-group input:focus,.custom-select:focus{background-color:#121212;border-color:#cfff3d;box-shadow:0 0 10px #cfff3d0d}.custom-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23cfff3d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.login-submit-button{color:#000;cursor:pointer;background-color:#cfff3d;border:none;border-radius:8px;width:100%;margin-top:15px;padding:14px;font-size:1rem;font-weight:700;transition:all .2s}.login-submit-button:hover{background-color:#b8e632;transform:translateY(-2px)}.register-redirect-text{text-align:center;color:#fff6;margin-top:20px;font-size:.85rem}.register-redirect-text a{color:#cfff3d;font-weight:600;text-decoration:none}.back-to-home{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;width:fit-content;padding:8px 16px;font-size:.8rem;transition:all .3s;display:block;position:absolute;top:20px;left:20px}.back-to-home:hover{color:#000;background-color:#cfff3d;border-color:#cfff3d}@media (width<=900px){.login-image-section{display:none}.login-form-section{flex:1;width:100%;padding:30px 20px}.form-content-wrapper{max-width:100%}.main-title{text-align:center;font-size:1.8rem}.subtitle{text-align:center}@media (width<=500px){.form-row{flex-direction:column;gap:0}}}.shop_page_bg,.shop_page_bg *{box-sizing:border-box}.shop_page_bg{color:#fff;background-color:#000;min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}.products{align-items:flex-start;gap:50px;width:100%;padding:40px 0;display:flex}.products_left{flex-shrink:0;width:260px;position:sticky;top:20px}.products_filter_title h2{letter-spacing:-1px;margin-bottom:30px;font-size:36px;font-weight:800}.products_filter_row{margin-bottom:35px}.products_filter_row h3{color:#888;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:15px;font-size:13px;font-weight:700}.products_filter_types{flex-wrap:wrap;gap:10px;display:flex}.type_btn{color:#fff;cursor:pointer;background:#111;border:1px solid #222;border-radius:12px;padding:8px 16px;font-size:13px;transition:all .2s}.type_btn.active{color:#000;background:#d4ff4d;border-color:#d4ff4d;font-weight:700}.products_filter_colors{gap:12px;display:flex}.color_swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;width:26px;height:26px}.color_swatch.active{border-color:#fff;box-shadow:0 0 0 2px #000,0 0 0 4px #fff}.price_labels{color:#aaa;justify-content:space-between;margin-top:10px;font-size:12px;display:flex}.reset_btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #333;border-radius:15px;width:100%;padding:14px;transition:background .3s}.products_right{flex:1;width:100%;min-width:0}.header_top_row{justify-content:space-between;align-items:center;margin-top:25px;margin-bottom:25px;display:flex}.section_title{margin:0;font-size:40px;font-weight:800}.search_container{background-color:#d4ff4d0d;border:1px solid #d4ff4d;border-radius:30px;width:100%;margin-bottom:40px;padding:3px 15px;display:flex}.search_input{color:#fff;outline:none;width:100%;font-size:16px;background:0 0!important;border:none!important}.products_grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;width:100%;max-height:80vh;padding-right:15px;display:grid;overflow-y:auto}.products_grid::-webkit-scrollbar{width:6px}.products_grid::-webkit-scrollbar-track{background:#111;border-radius:10px}.products_grid::-webkit-scrollbar-thumb{background:#d4ff4d;border-radius:10px}.filter_burger_btn{color:#fff;cursor:pointer;background:#111;border:1px solid #222;border-radius:30px;align-items:center;gap:10px;padding:10px 20px;display:none}.burger_icon span{background:#fff;width:18px;height:2px;margin:3px 0;display:block}.close_filter{color:#fff;cursor:pointer;background:0 0;border:none;font-size:32px;display:none}@media (width<=1150px){.products_grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.filter_backdrop,.sheet_handle{display:none}@media (width<=768px){.filter_burger_btn{display:flex}.products_left{-webkit-backdrop-filter:blur(25px);z-index:1001;background:#0a0a0ad9;border:1px solid #baff1926;border-bottom:none;border-top-left-radius:24px;border-top-right-radius:24px;width:100%;max-height:85vh;padding:14px 22px 28px;transition:transform .35s cubic-bezier(.16,1,.3,1);position:fixed;inset:auto 0 0;overflow-y:auto;transform:translateY(100%);box-shadow:0 -20px 60px #0009}.products_left.open{transform:translateY(0)}.filter_backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0000008c;animation:.25s fadeIn;display:block;position:fixed;inset:0}.sheet_handle{background:#ffffff40;border-radius:2px;width:44px;height:4px;margin:0 auto 18px;display:block}.close_filter{color:#fff;background:0 0;border:none;font-size:28px;display:block;position:absolute;top:14px;right:18px}.products{flex-direction:column}.products_grid{grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;overflow-y:visible}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (width<=480px){.products_grid{grid-template-columns:1fr}}.compact_card{color:#fff;cursor:pointer;width:100%;max-width:280px;transform-style:preserve-3d;will-change:transform;background:#060606;border:1px solid #1f1f1f;border-radius:16px;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .4s;display:flex;overflow:hidden}.compact_card:hover{border-color:#baff198c;transform:translateY(-8px)rotateX(2deg)rotateY(-2deg);box-shadow:0 15px 35px #baff1926,0 30px 60px -20px #000000b3}.loading_state{background:#111;border:1px dashed #444;justify-content:center;align-items:center;height:350px;display:flex}.loading_label{color:#888;letter-spacing:1px;font-size:.9rem}.card_body_wrapper{flex-direction:column;gap:15px;padding-bottom:14px;display:flex}.card_media{height:180px;margin-bottom:10px;position:relative;overflow:hidden}.media_img{object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .4s}.compact_card:hover .media_img{filter:brightness(1.05);transform:scale(1.07)}.type_badge_small{color:#000;z-index:2;background:#c8ff5e;border-radius:12px;padding:4px 12px;font-size:.7rem;font-weight:700;position:absolute;top:10px;right:10px}.color_group{z-index:2;gap:4px;display:flex;position:absolute;bottom:-12px;left:12px}.dot_mini{border:2px solid #000;border-radius:50%;width:22px;height:22px}.card_content{flex-direction:column;gap:8px;padding:10px 14px 0;display:flex}.content_row{justify-content:space-between;align-items:baseline;display:flex}.title_small{margin:0;font-size:.95rem;transition:color .3s}.compact_card:hover .title_small{color:#baff19}.desc_small{color:#aaa;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.75rem;overflow:hidden}.tag_list{gap:6px;display:flex}.tag_mini{color:#888;background:#1a1a1a;border-radius:4px;padding:2px 6px;font-size:.65rem}.card_footer_small{justify-content:space-between;align-items:center;padding:0 14px;display:flex}.price_small{color:#fff;font-size:1.05rem;font-weight:700}.btn_add_small{color:#000;cursor:pointer;background:#c8ff5e;border:none;border-radius:20px;padding:6px 14px;font-size:.7rem;font-weight:700}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:18px;width:100%;padding:60px 20px;display:flex}.empty-state__cube{perspective:600px;width:110px;height:110px;position:relative}.cube{width:100%;height:100%;transform-style:preserve-3d;opacity:.55;animation:9s linear infinite cube-spin;position:relative}.face{background:#baff190a;border:1.5px solid #baff198c;border-radius:8px;position:absolute;inset:0;box-shadow:inset 0 0 24px #baff1914}.f1{transform:translateZ(55px)}.f2{transform:rotateY(180deg)translateZ(55px)}.f3{transform:rotateY(90deg)translateZ(55px)}.f4{transform:rotateY(-90deg)translateZ(55px)}.f5{transform:rotateX(90deg)translateZ(55px)}.f6{transform:rotateX(-90deg)translateZ(55px)}.empty-state__q{color:#baff19;text-shadow:0 0 18px #baff1999;pointer-events:none;justify-content:center;align-items:center;font-size:56px;font-weight:800;animation:2.4s ease-in-out infinite pulse-q;display:flex;position:absolute;inset:0}.empty-state__title{color:#fff;margin:4px 0 0;font-size:20px;font-weight:700}.empty-state__msg{color:#9b9b9b;max-width:360px;margin:0;font-size:14px;line-height:1.55}@keyframes cube-spin{0%{transform:rotateX(-20deg)rotateY(0)}to{transform:rotateX(-20deg)rotateY(360deg)}}@keyframes pulse-q{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;width:100%;display:grid}.skeleton-card{background:#0a0a0a;border:1px solid #1a1a1a;border-radius:16px;flex-direction:column;gap:10px;padding:14px;animation:.5s both sk-fade;display:flex}.sk-thumb{border-radius:12px;height:160px}.sk-line{border-radius:6px;height:12px}.sk-row{gap:8px;margin-top:4px;display:flex}.sk-pill{border-radius:999px;width:60px;height:22px}.shimmer{background:linear-gradient(90deg,#ffffff0a 0%,#baff191a 50%,#ffffff0a 100%) 0 0/200% 100%;animation:1.4s linear infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes sk-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.single_product_page{color:#fff;background-color:#000;min-height:100vh;padding-bottom:50px}.collection_title{text-transform:uppercase;color:#d4ff4d;margin:40px 0;font-size:32px;font-weight:800}.highlight{color:#d4ff4d;font-size:20px;font-weight:700}.product_main_content{gap:50px;margin-bottom:80px;display:flex}.product_gallery{flex:1.2;gap:20px;display:flex}.main_image_container{background:#111;border-radius:20px;flex:3;height:450px;overflow:hidden}.main_image_container img{object-fit:cover;width:100%;height:100%}.thumbnail_list{flex-direction:column;flex:1;gap:15px;display:flex}.thumb_item{cursor:pointer;background:#111;border:2px solid #0000;border-radius:15px;height:100px;overflow:hidden}.thumb_item.active{border-color:#d4ff4d}.thumb_item img{object-fit:cover;width:100%;height:100%}.product_details_info{flex-direction:column;flex:1;gap:25px;display:flex}.detail_header{justify-content:space-between;align-items:center;display:flex}.detail_header h2{max-width:70%;margin:0;font-size:38px;font-weight:800}.single_price{color:#baff19;font-size:28px;font-weight:800}.single_description{color:#ccc;font-size:15px;line-height:1.6}.options_group h3{margin-top:0;margin-bottom:10px;font-size:18px}.color_options{gap:12px;display:flex}.color_circle{cursor:pointer;border-radius:50%;width:25px;height:25px}.color_circle.red{background:#e04f54}.color_circle.cyan{background:#84f0eb}.color_circle.purple{background:#a584f0}.color_circle.grey{background:#555}.color_circle.black{background:#222}.size_options{gap:10px;display:flex}.size_btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #444;border-radius:20px;padding:10px;transition:all .3s}.size_btn.active,.size_btn:hover{background:#ffffff1a;border-color:#fff}.add_to_cart_main{color:#000;cursor:pointer;background:#d4ff4d;border:none;border-radius:30px;margin-top:20px;padding:15px;font-size:16px;font-weight:800}.comments_title{margin-bottom:30px;font-size:36px}.comment_card{background:#000;border:1px solid #222;border-radius:15px;padding:20px}.comment_card h4{margin-bottom:10px}.stars{color:#d4ff4d;margin-bottom:15px}.comment_card p{color:#888;font-size:12px;line-height:1.4}@media (width<=1024px){.product_main_content{flex-direction:column}.comments_grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.product_gallery{flex-direction:column-reverse}.thumbnail_list{flex-direction:row}.comments_grid{grid-template-columns:1fr}}.color_circle{border:2px solid #0000;transition:transform .2s}.color_circle.active{border-color:#fff;transform:scale(1.2);box-shadow:0 0 10px #ffffff4d}.comment_form{background:#111;border:1px solid #222;border-radius:20px;flex-direction:column;gap:15px;max-width:600px;margin-bottom:50px;padding:25px;display:flex}.comment_form input,.comment_form textarea{color:#fff;background:#000;border:1px solid #333;border-radius:10px;outline:none;padding:12px 15px;font-family:inherit}.comment_form input:focus,.comment_form textarea:focus{border-color:#d4ff4d}.comment_form textarea{resize:none;height:100px}.post_btn{color:#000;cursor:pointer;background:#d4ff4d;border:none;border-radius:20px;align-self:flex-start;padding:10px 25px;font-weight:700;transition:all .3s}.post_btn:hover{background:#fff}.comments_grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.comment_card{background:#0a0a0a;border:1px solid #1a1a1a;border-radius:20px;padding:25px;transition:border-color .3s}.comment_card:hover{border-color:#333}.container{max-width:1200px;margin:0 auto;padding:0 15px}.profile-dashboard{color:#fff;background-color:#000;padding:40px 0}.text-lime{color:#d4ff5b}.section-title{margin-bottom:25px;font-size:26px;font-weight:800}.settings-grid{flex-direction:column;gap:30px;margin-bottom:40px;display:flex}.profile-pic-side{flex-direction:column;align-items:center;width:100%;display:flex}.profile-img{object-fit:cover;border:1px solid #333;border-radius:15px;width:140px;height:140px}.btn-change,.btn-save-main{cursor:pointer;text-align:center;border-radius:8px;width:100%;max-width:200px;margin-top:15px;font-weight:600;transition:all .25s;display:inline-block}.btn-change{color:#d4ff5b;background:0 0;border:1px solid #d4ff5b;padding:10px}.btn-change:hover{background:#d4ff5b14;box-shadow:0 0 15px #d4ff5b33}.btn-save-main{color:#000;background:#d4ff5b;border:none;padding:12px}.form-side{flex:1;width:100%;display:flex}.form-columns{flex-direction:column;flex:1;gap:20px;width:100%;display:flex}.inputs-col{flex-direction:column;flex:1;gap:16px;min-width:0;display:flex}.bio-col{flex:1.4;min-width:0;display:flex}.bio-col .input-group,.stretch-height{flex-direction:column;flex:1;display:flex}.bio-col .large-textarea{flex:1;min-height:100%}.input-group label{color:#777;text-transform:uppercase;font-size:11px}.input-group input,.large-textarea{color:#fff;box-sizing:border-box;background:#111;border:1px solid #222;border-radius:10px;width:100%;padding:14px}.large-textarea{resize:none;min-height:120px}.add-product-banner{text-align:center;background:#0a0a0a;border:1px solid #222;border-radius:20px;flex-direction:column;gap:20px;padding:25px;display:flex}.btn-open-modal{color:#000;white-space:nowrap;background:#d4ff5b;border:none;border-radius:999px;align-self:center;width:auto;max-width:220px;padding:10px 24px;font-size:14px;font-weight:700;transition:all .25s}.btn-open-modal:hover{background:#fff;box-shadow:0 0 18px #d4ff5b73}.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;display:grid}.product-card{background:#000;border:1px solid #222;border-radius:25px;overflow:hidden}.card-image-wrapper{height:240px;position:relative}.card-image-wrapper img{object-fit:cover;width:100%;height:100%}.floating-colors{gap:6px;display:flex;position:absolute;bottom:-15px;left:15px}.sample-dot{border:2px solid #000;border-radius:50%;width:35px;height:35px}.sample-dot.cyan{background:#a0feff}.card-content{padding:25px 20px}.card-header-row{flex-wrap:wrap;justify-content:space-between;gap:10px;display:flex}.price-tag-sample{font-size:22px;font-weight:800}.btn-add-to-card{background:#d4ff5b;border-radius:25px;width:100%;padding:12px 20px;font-weight:800}.modal-container{justify-content:center;width:100%;padding:15px;display:flex}.modal-content{background:#0a0a0a;border-radius:20px;width:100%;max-width:500px;max-height:85vh;padding:25px;overflow-y:auto}.options-flex{flex-wrap:wrap;gap:8px;display:flex}.chip{color:#eee;background:#111;border:1px solid #222;border-radius:8px;padding:8px 14px}.chip.active{color:#d4ff5b;border-color:#d4ff5b}.modal-buttons{flex-direction:column;gap:12px;margin-top:25px;display:flex}.btn-cancel{color:#fff;border:1px solid #333;border-radius:10px;padding:12px}.btn-save-final{color:#000;background:#d4ff5b;border-radius:10px;padding:12px;font-weight:700}@media (width>=768px){.section-title{font-size:32px}.settings-grid{flex-direction:row}.profile-pic-side{align-items:flex-start;width:160px}.form-columns{flex-direction:row}.add-product-banner{text-align:left;flex-direction:row;justify-content:space-between}.btn-open-modal{width:auto}.modal-buttons{flex-direction:row;justify-content:flex-end}}.mui-modal-wrapper{justify-content:center;align-items:center;display:flex}.modal-content{-webkit-backdrop-filter:blur(25px);background:#0a0a0aeb;border:1px solid #baff1926;width:calc(100vw - 30px);max-width:500px}.image-selection-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:10px;width:100%;display:grid}.img-prev-box{aspect-ratio:1;border-radius:10px;position:relative;overflow:hidden}.img-prev-box img{object-fit:cover;width:100%;height:100%}.add-img-placeholder{aspect-ratio:1;cursor:pointer;color:#baff19;background:#111;border:1px dashed #333;border-radius:10px;justify-content:center;align-items:center;font-size:28px;display:flex}.hide-input{display:none}.m-field{margin-bottom:16px}.m-field input,.m-field textarea{box-sizing:border-box;color:#fff;background:#111;border:1px solid #222;border-radius:10px;width:100%;padding:12px 14px;font-size:15px}@media (width<=480px){.modal-content{max-height:92vh;padding:18px}.image-selection-grid{grid-template-columns:repeat(3,1fr)}.modal-buttons{flex-direction:column}.modal-buttons button{width:100%}}.activities-section{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto}.activities-section_title{text-align:center;letter-spacing:-2px;margin:0 0 32px;font-size:42px;font-weight:600;line-height:46px}.activities-section_title span:first-child{color:#fff}.activities-section_title span:last-child{color:#baff19}.activities-section_box{box-sizing:border-box;background:#000;border:2px solid #282828;border-radius:20px;flex-direction:column;gap:30px;width:100%;padding:30px;display:flex}.activity-row{box-sizing:border-box;background:#000;border:2px solid #baff19;border-radius:20px;justify-content:space-between;align-items:center;width:100%;min-height:100px;padding:15px;display:flex}.activity-row_left{align-items:center;gap:20px;display:flex}.activity-row_icon-box{background:#282828;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.activity-row_icon-box img{width:40px;height:40px}.activity-row_info{flex-direction:column;gap:4px;display:flex}.activity-row_name-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.activity-row_name{color:#fff;margin:0;font-size:20px;font-weight:600;line-height:1}.activity-row_dot{flex-shrink:0}.activity-row_time,.activity-row_item{color:#b6b6b6;margin:0;font-size:16px;font-weight:300;line-height:1}.activity-row_right{flex-shrink:0;justify-content:flex-end;align-items:center;gap:20px;display:flex}.activity-status-wrapper{align-items:center;gap:8px;display:flex}.activity-row_price{color:#fff;margin:0;font-family:Anonymous Pro,monospace;font-size:24px;font-weight:700;line-height:1}.activity-row_status{color:#b6b6b6;margin:0;font-size:20px;font-weight:400;line-height:1}@media (width<=640px){.activities-section_box{gap:20px;padding:20px 15px}.activities-section_title{font-size:28px}.activity-row{flex-direction:column;align-items:stretch;gap:16px;padding:16px}.activity-row_left{gap:15px}.activity-row_icon-box{width:50px;height:50px}.activity-row_icon-box img{width:30px;height:30px}.activity-row_right{justify-content:space-between;gap:10px;width:100%}.activity-row_price{font-size:20px}.activity-row_status{font-size:16px}.activity-row_name{font-size:18px}}@media (width<=380px){.activity-row{gap:12px;padding:14px}.activity-row_right{flex-wrap:wrap;gap:8px}.activity-row_price{font-size:18px}.activity-row_status{font-size:14px}.activity-status-wrapper{background:#ffffff0a;border-radius:999px;padding:4px 10px}}.contact_page{color:#fff;background-color:#000;min-height:100vh}.contact_container{max-width:1100px;margin:0 auto;padding:80px 20px}.contact_header{margin-bottom:60px}.contact_label{color:#baff19;text-transform:uppercase;letter-spacing:2px;font-size:14px;font-weight:800}.contact_header h1{margin-top:15px;font-size:56px;line-height:1.1}.highlight_lime{color:#baff19}.contact_content{grid-template-columns:1fr 1.5fr;gap:80px;display:grid}.contact_info{flex-direction:column;gap:18px;display:flex}.info_card{-webkit-backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0f;border-left:3px solid #baff19;border-radius:18px;align-items:flex-start;gap:18px;padding:22px 22px 22px 26px;transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .35s,background .35s;display:flex;position:relative}.info_card:hover{background:#baff190a;border-color:#baff194d #baff194d #baff194d #baff19;transform:translateY(-3px);box-shadow:0 14px 36px -16px #baff1973}.info_icon{color:#baff19;background:#baff191a;border:1px solid #baff194d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.info_icon svg{width:22px;height:22px}.info_text{flex-direction:column;gap:6px;min-width:0;display:flex}.info_text h3{text-transform:uppercase;letter-spacing:1.5px;color:#888;margin:0;font-size:12px;font-weight:700}.info_text p{color:#fff;word-break:break-word;margin:0;font-size:16px;font-weight:600}.social_links{flex-wrap:wrap;gap:16px;margin-top:4px;display:flex}.social_links a{color:#fff;font-size:14px;font-weight:600;text-decoration:none;transition:color .3s}.social_links a:hover{color:#baff19}.contact_form{flex-direction:column;gap:25px;display:flex}.input_group{flex-direction:column;gap:8px;display:flex}.input_group label{color:#888;font-size:13px;font-weight:600}.input_group input,.input_group textarea{color:#fff;background:#0a0a0a;border:1px solid #1a1a1a;border-radius:12px;padding:16px;font-family:inherit;font-size:15px;transition:all .3s}.input_group input:focus,.input_group textarea:focus{border-color:#baff19;outline:none;box-shadow:0 0 15px #baff191a}.input_group input.error_input,.input_group textarea.error_input{border-color:#f44}.input_group input.error_input:focus,.input_group textarea.error_input:focus{box-shadow:0 0 15px #ff44441a}.error_message{color:#f44;margin-top:2px;font-size:13px;font-weight:500;animation:.3s ease-out fadeIn}.submit_btn{color:#000;cursor:pointer;background:#baff19;border:none;border-radius:14px;width:fit-content;padding:18px 40px;font-size:16px;font-weight:800;transition:all .3s}.submit_btn:hover{background:#fff;transform:scale(1.05)}.reveal-on-scroll{opacity:0;transition:all .8s cubic-bezier(.25,.46,.45,.94);transform:translateY(30px)}.contactCont{padding-top:20px}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}@media (width<=900px){.contact_content{grid-template-columns:1fr;gap:50px}.contact_header h1{font-size:40px}}
