.custom-order{background-color:var(--primary-bg-color);min-height:100vh}.custom-order_hero_wrapper{background:url(../media/custom-order_hero.a56c06c3.png) 50%/cover no-repeat;width:100%;min-height:100vh;position:relative;overflow:hidden}.custom-order_hero_overlay{background-color:#0a192fb3;width:100%;height:100%;position:absolute}[data-theme=dark] .custom-order_hero_overlay{background-color:#0a0a0ad9}.custom-order_hero_content{flex-direction:column;align-items:flex-start;gap:40px;padding-top:60px;padding-bottom:40px;display:flex;position:relative}.custom-order_hero_info{color:#fff;text-align:left;flex:1;animation:.7s forwards fadeInUp}.custom-order_hero_title{color:#fff;text-transform:none;letter-spacing:normal;margin-bottom:16px;font-size:42px;font-weight:800;line-height:1.1}.custom-order_title_accent{color:#fff;margin-top:0;display:inline}.custom-order_hero_divider{background-color:#0096ff;border-radius:0;width:120px;height:4px;margin-bottom:20px}.custom-order_hero_text{opacity:.9;color:#fff;max-width:90%;margin-bottom:30px;font-size:18px;line-height:1.5}.custom-order_hero_features{flex-direction:column;gap:16px;margin-bottom:30px;display:flex}.custom-order_hero_feature{align-items:center;gap:10px;display:flex}.feature_icon_circle{color:#fff;background-color:#0096ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:700;display:flex}.custom-order_hero_feature span:not(.feature_icon_circle){color:#fff;font-size:16px;font-weight:400}.custom-order_hero_cta{flex-direction:column;gap:20px;display:flex}.custom-order_hero_button{background-color:var(--button-bg-color);color:var(--button-text-color);text-align:center;border-radius:8px;width:fit-content;padding:16px 28px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;animation:2s ease-in-out infinite pulse;display:inline-block;position:relative;overflow:hidden;box-shadow:0 4px 10px #0003}.custom-order_hero_button:after{content:"";z-index:1;background:linear-gradient(45deg,#fff0 0%,#fff3 50%,#fff0 100%);width:200%;height:200%;animation:3s linear infinite discount-shine;position:absolute;top:-50%;left:-200%;transform:rotate(45deg)}.custom-order_hero_button:hover{background-color:var(--button-hover-bg-color);transform:translateY(-3px);box-shadow:0 6px 15px #00000040}.custom-order_hero_phone{color:#fff;align-items:center;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.custom-order_hero_phone:hover{color:var(--link-color)}.custom-order_hero_phone:before{content:"☎";margin-right:8px;font-size:18px}@keyframes pulse{0%{font-size:inherit;transform:scale(1);box-shadow:0 4px 10px #0003}50%{font-size:inherit;transform:scale(1.05);box-shadow:0 6px 20px #0000004d}to{font-size:inherit;transform:scale(1);box-shadow:0 4px 10px #0003}}.custom-order_container{max-width:1200px;margin:0 auto;padding:60px 16px}.custom-order_content{background:var(--secondary-bg-color);border-radius:16px;grid-template-columns:1fr;gap:30px;padding:24px;display:grid;box-shadow:0 4px 20px #0000000d}.custom-order_info{flex-direction:column;gap:24px;display:flex}.custom-order_info_title{color:var(--primary-text-color);font-size:28px;font-weight:700;line-height:1.3}.custom-order_info_text{color:var(--secondary-text-color);font-size:16px;line-height:1.6}.custom-order_info_list{flex-direction:column;gap:16px;display:flex}.custom-order_info_item{align-items:flex-start;gap:12px;display:flex}.info_item_icon{color:var(--link-color);flex-shrink:0;width:24px;height:24px}.info_item_text{color:var(--primary-text-color);font-size:15px;line-height:1.6}.custom-order_form{background:var(--primary-bg-color);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;padding:24px;display:flex}.form_title{color:var(--primary-text-color);margin-bottom:8px;font-size:24px;font-weight:600;line-height:1.3}.form_subtitle{color:var(--secondary-text-color);margin-bottom:24px;font-size:14px}.form_group{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.form_group input,.form_group textarea{border:1px solid var(--border-color);background:var(--primary-bg-color);color:var(--primary-text-color);border-radius:8px;outline:none;width:100%;padding:12px;font-size:16px}.form_group textarea{resize:vertical;min-height:120px}.custom-order_submit_button{background-color:var(--button-bg-color);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:10px;padding:14px;font-weight:600;transition:all .3s}.custom-order_submit_button:hover{background-color:var(--button-hover-bg-color)}.custom-order_submit_button:active{background-color:var(--button-active-bg-color)}.custom-order_submit_button:disabled{cursor:not-allowed;background-color:#999}.form_success_container{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:30px 20px;animation:.5s fadeIn;display:flex}.success_checkmark{color:#2a8e56;background-color:#2a8e561a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;font-size:40px;display:flex}.check_icon{animation:.5s scaleCheck}.success_title{color:var(--primary-text-color);margin-bottom:15px;font-size:24px;font-weight:700}.success_text{color:var(--secondary-text-color);max-width:400px;margin:0 auto;font-size:16px;line-height:1.5}.form_error_message{color:#e53935;background-color:#ffe8e8;border-left:4px solid #e53935;border-radius:8px;margin-bottom:20px;padding:15px;font-weight:500;animation:.5s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleCheck{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.1)}to{transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:480px){.custom-order_hero_title{font-size:48px}.custom-order_hero_text{font-size:18px}.custom-order_container{padding:60px 24px}}@media (min-width:768px){.custom-order_hero_content{padding-top:100px}.custom-order_hero_title{font-size:52px}.custom-order_hero_text{max-width:80%;font-size:20px}.custom-order_hero_features{flex-direction:column;gap:16px;display:flex}.custom-order_hero_cta{flex-direction:row;gap:24px}.custom-order_content{grid-template-columns:1fr 1fr;padding:32px}.custom-order_form{padding:32px}.form_title{font-size:28px}.custom-order_submit_button{padding:16px}}@media (min-width:1024px){.custom-order_hero_content{padding-top:150px}.custom-order_hero_title{font-size:60px}.custom-order_info_title{font-size:32px}.custom-order_container{padding:80px 24px}}@media (min-width:1280px){.custom-order_info_title{font-size:36px}}@keyframes discount-shine{0%{opacity:0;left:-200%}20%{opacity:.4;left:-120%}to{opacity:0;left:100%}}@media (max-width:480px){.custom-order_container{padding:20px 16px}.custom-order_hero_title{font-size:28px}.custom-order_hero_text{font-size:16px}.form_group{margin-bottom:16px}.form_group input,.form_group textarea{padding:12px;font-size:14px}.custom-order_submit_button{padding:12px 20px;font-size:14px}}.custom-order-form__checkbox-group{flex-direction:row;align-items:flex-start;gap:12px;margin-top:10px;position:relative}.custom-order-form__checkbox-group input[type=checkbox]{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.custom-order-form__checkbox-label{color:var(--secondary-text-color);text-transform:none;letter-spacing:normal;cursor:pointer;-webkit-user-select:none;user-select:none;padding-left:35px;font-size:14px;line-height:1.4;display:block}.custom-order-form__checkbox-label:before{content:"";border:2px solid var(--border-color);background-color:var(--secondary-bg-color);border-radius:4px;width:22px;height:22px;transition:all .2s;position:absolute;top:0;left:0}.custom-order-form__checkbox-group input[type=checkbox]:checked+.custom-order-form__checkbox-label:before{background-color:var(--link-color);border-color:var(--link-color)}.custom-order-form__checkbox-group input[type=checkbox]:checked+.custom-order-form__checkbox-label:after{content:"✓";color:#fff;font-size:16px;font-weight:700;position:absolute;top:-1px;left:6px}.custom-order-form__checkbox-group input[type=checkbox]:focus+.custom-order-form__checkbox-label:before{box-shadow:0 0 0 3px #2ab4e933}.custom-order-form__checkbox-group:hover .custom-order-form__checkbox-label:before{border-color:var(--link-color)}.custom-order_submit_button:disabled{background-color:var(--border-color);cursor:not-allowed;box-shadow:none;transform:none}
