.custom-murals{--custom-primary: #1a1a2e;--custom-secondary: #16213e;--custom-accent: #0f3460;--custom-success: #27ae60;--custom-warning: #f39c12;--custom-text: #333;--custom-text-light: #666;--custom-border: #e5e5e5;--custom-bg-light: #f8f9fa}.custom-hero{position:relative;min-height:400px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--custom-primary) 0%,var(--custom-secondary) 100%);overflow:hidden}.custom-hero__background{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>')}.custom-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 50%,rgba(15,52,96,.5) 0%,transparent 50%)}.custom-hero__content{position:relative;z-index:2;text-align:center;padding:80px 20px}.custom-hero__badge{display:inline-block;background:#ffffff26;color:#fff;padding:8px 20px;border-radius:30px;font-size:.875rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;margin-bottom:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.custom-hero__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2}.custom-hero__subtitle{font-size:1.75rem;color:#ffffffd9;max-width:700px;margin:0 auto;line-height:1.7}.custom-section-title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--custom-primary);text-align:center;margin:0 0 50px}.custom-steps{padding:80px 0;background:#fff}.custom-steps__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.custom-step{text-align:center;padding:30px 20px;position:relative}.custom-step__number{position:absolute;top:0;left:50%;transform:translate(-50%);width:28px;height:28px;background:var(--custom-accent);color:#fff;border-radius:50%;font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center}.custom-step__icon{width:80px;height:80px;margin:20px auto;background:var(--custom-bg-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--custom-primary)}.custom-step__title{font-size:1.75rem;font-weight:600;color:var(--custom-primary);margin:0 0 12px}.custom-step__text{font-size:1.4rem;color:var(--custom-text-light);line-height:1.7;margin:0}.custom-form-section{padding:80px 0 100px;background:var(--custom-bg-light)}.custom-form-container{max-width:800px;margin:0 auto;background:#fff;border-radius:20px;padding:50px;box-shadow:0 10px 40px #00000014}.custom-form-header{text-align:center;margin-bottom:40px}.custom-form-title{font-size:2rem;font-weight:700;color:var(--custom-primary);margin:0 0 12px}.custom-form-subtitle{font-size:1.5rem;color:var(--custom-text-light);margin:0;line-height:1.6}.custom-form__section{padding:30px 0;border-bottom:1px solid var(--custom-border)}.custom-form__section:last-of-type{border-bottom:none}.custom-form__section-title{display:flex;align-items:center;gap:12px;font-size:1.85rem;font-weight:600;color:var(--custom-primary);margin:0 0 24px}.custom-form__section-number{width:28px;height:28px;background:var(--custom-primary);color:#fff;border-radius:50%;font-size:.875rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.custom-form__section-note{font-size:1.35rem;color:var(--custom-text-light);margin:-10px 0 20px;padding-left:40px;line-height:1.6}.custom-form__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.custom-form__field{display:flex;flex-direction:column;gap:8px}.custom-form__field--full{grid-column:1 / -1}.custom-form__field label{font-size:1.4rem;font-weight:500;color:var(--custom-text)}.custom-form__field label .required{color:#e74c3c}.custom-form__field input,.custom-form__field select,.custom-form__field textarea{padding:16px 18px;border:1px solid var(--custom-border);border-radius:10px;font-size:1.35rem;transition:all .2s ease;background:#fff}.custom-form__field input:focus,.custom-form__field select:focus,.custom-form__field textarea:focus{outline:none;border-color:var(--custom-accent);box-shadow:0 0 0 3px #0f34601a}.custom-form__field textarea{resize:vertical;min-height:120px}.custom-form__unit-selector{margin-bottom:25px}.custom-form__unit-selector>label{display:block;font-size:1.1rem;font-weight:500;color:var(--custom-text);margin-bottom:12px}.custom-form__unit-options{display:flex;gap:10px}.custom-form__unit-btn{flex:1;padding:14px 18px;border:2px solid var(--custom-border);border-radius:10px;background:#fff;font-size:1.05rem;font-weight:500;color:var(--custom-text-light);cursor:pointer;transition:all .2s ease}.custom-form__unit-btn:hover{border-color:var(--custom-accent);color:var(--custom-accent)}.custom-form__unit-btn.active{background:var(--custom-primary);border-color:var(--custom-primary);color:#fff}.custom-form__dimensions{display:flex;align-items:flex-end;gap:20px;justify-content:center}.custom-form__dimension-field,.custom-form__dimension-group{flex:1;max-width:200px}.custom-form__dimension-field label,.custom-form__dimension-group>label{display:block;font-size:1.1rem;font-weight:500;color:var(--custom-text);margin-bottom:10px}.custom-form__input-unit{position:relative}.custom-form__input-unit input{width:100%;padding:16px 50px 16px 18px;border:1px solid var(--custom-border);border-radius:10px;font-size:1.2rem;font-weight:500}.custom-form__input-unit input:focus{outline:none;border-color:var(--custom-accent);box-shadow:0 0 0 3px #0f34601a}.custom-form__input-unit .unit-label{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:1.05rem;color:var(--custom-text-light);font-weight:500}.custom-form__dimension-divider{font-size:1.5rem;color:var(--custom-text-light);padding-bottom:10px}.custom-form__feet-inputs{display:flex;gap:10px}.custom-form__feet-inputs .custom-form__input-unit{flex:1}.custom-form__feet-inputs .custom-form__input-unit input{padding-right:40px}.custom-form__size-estimate{display:flex;align-items:center;gap:10px;justify-content:center;margin-top:20px;padding:18px 24px;background:#27ae601a;border-radius:10px;color:var(--custom-success);font-size:1.15rem}.custom-form__materials{display:flex;flex-direction:column;gap:12px}.custom-form__material{cursor:pointer}.custom-form__material input{position:absolute;opacity:0;pointer-events:none}.custom-form__material-card{display:flex;align-items:center;gap:16px;padding:20px;border:2px solid var(--custom-border);border-radius:12px;transition:all .2s ease}.custom-form__material-card:hover{border-color:var(--custom-accent)}.custom-form__material input:checked+.custom-form__material-card{border-color:var(--custom-primary);background:#1a1a2e08}.custom-form__material-icon{width:50px;height:50px;background:var(--custom-bg-light);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--custom-primary);flex-shrink:0}.custom-form__material-info{flex:1}.custom-form__material-info strong{display:block;font-size:1.5rem;color:var(--custom-primary);margin-bottom:6px}.custom-form__material-info span{font-size:1.35rem;color:var(--custom-text-light)}.custom-form__material-check{width:28px;height:28px;border:2px solid var(--custom-border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:transparent;transition:all .2s ease}.custom-form__material input:checked+.custom-form__material-card .custom-form__material-check{background:var(--custom-success);border-color:var(--custom-success);color:#fff}.custom-form__material-link{display:inline-flex;align-items:center;gap:8px;margin-top:18px;font-size:1.05rem;color:var(--custom-accent);text-decoration:none}.custom-form__material-link:hover{text-decoration:underline}.custom-form__upload-info{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:25px}.custom-form__upload-requirements,.custom-form__upload-tips{padding:20px;background:var(--custom-bg-light);border-radius:12px}.custom-form__upload-requirements h4,.custom-form__upload-tips h4{font-size:1.15rem;font-weight:600;color:var(--custom-primary);margin:0 0 14px}.custom-form__upload-requirements ul,.custom-form__upload-tips ul{margin:0;padding:0;list-style:none}.custom-form__upload-requirements li,.custom-form__upload-tips li{font-size:1.3rem;color:var(--custom-text);padding:8px 0 8px 20px;position:relative;line-height:1.5}.custom-form__upload-requirements li:before,.custom-form__upload-tips li:before{content:"";position:absolute;left:0;top:12px;width:6px;height:6px;background:var(--custom-accent);border-radius:50%}.custom-form__upload-area{position:relative;border:2px dashed var(--custom-border);border-radius:16px;padding:40px;text-align:center;transition:all .3s ease;background:#fff}.custom-form__upload-area.drag-over{border-color:var(--custom-accent);background:#0f346008}.custom-form__upload-input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.custom-form__upload-icon{color:var(--custom-text-light);margin-bottom:15px}.custom-form__upload-text{font-size:1.25rem;font-weight:500;color:var(--custom-text);margin:0 0 8px}.custom-form__upload-or{font-size:1rem;color:var(--custom-text-light);margin:12px 0}.custom-form__upload-btn{display:inline-block;padding:14px 34px;background:var(--custom-primary);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative;z-index:2}.custom-form__upload-btn:hover{background:var(--custom-secondary)}.custom-form__upload-note{font-size:1rem;color:var(--custom-text-light);margin:15px 0 0}.custom-form__upload-preview{flex-direction:column;align-items:center;gap:15px}.custom-form__upload-preview img{max-width:300px;max-height:200px;object-fit:contain;border-radius:8px;box-shadow:0 4px 15px #0000001a}.custom-form__upload-preview-info{font-size:1.05rem;color:var(--custom-text);text-align:center;line-height:1.6}.custom-form__upload-remove{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:transparent;border:1px solid #e74c3c;color:#e74c3c;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .2s ease}.custom-form__upload-remove:hover{background:#e74c3c;color:#fff}.custom-form__upload-alt{margin-top:20px;padding:15px;background:var(--custom-bg-light);border-radius:10px;text-align:center}.custom-form__upload-alt p{font-size:1.05rem;color:var(--custom-text-light);margin:0;line-height:1.6}.custom-form__upload-alt p:first-child{margin-bottom:5px}.custom-form__upload-alt a{color:var(--custom-accent);font-weight:500}.custom-form__submit{padding-top:30px;text-align:center}.custom-form__submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:18px 50px;background:var(--custom-primary);color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:280px}.custom-form__submit-btn:hover:not(:disabled){background:var(--custom-secondary);transform:translateY(-2px);box-shadow:0 8px 25px #1a1a2e4d}.custom-form__submit-btn:disabled{opacity:.7;cursor:not-allowed}.custom-form__submit-btn .spinner{width:20px;height:20px;animation:rotate 1s linear infinite}.custom-form__submit-btn .spinner circle{stroke:#fff;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.custom-form__submit-note{font-size:1.05rem;color:var(--custom-text-light);margin:18px 0 0;line-height:1.6}.custom-faq{padding:80px 0;background:#fff}.custom-faq__grid{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.custom-faq__item{border:1px solid var(--custom-border);border-radius:12px;overflow:hidden}.custom-faq__question{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;font-size:1.5rem;font-weight:600;color:var(--custom-text);cursor:pointer;list-style:none;transition:all .2s ease}.custom-faq__question::-webkit-details-marker{display:none}.custom-faq__question:hover{color:var(--custom-primary)}.custom-faq__icon{width:24px;height:24px;position:relative;flex-shrink:0}.custom-faq__icon:before,.custom-faq__icon:after{content:"";position:absolute;background:currentColor;transition:transform .3s ease}.custom-faq__icon:before{top:50%;left:4px;right:4px;height:2px;transform:translateY(-50%)}.custom-faq__icon:after{left:50%;top:4px;bottom:4px;width:2px;transform:translate(-50%)}.custom-faq__item[open] .custom-faq__icon:after{transform:translate(-50%) rotate(90deg);opacity:0}.custom-faq__answer{padding:0 28px 24px}.custom-faq__answer p{font-size:1.4rem;color:var(--custom-text);line-height:1.8;margin:0}.custom-cta{padding:80px 0;background:var(--custom-bg-light)}.custom-cta__box{max-width:700px;margin:0 auto;background:#fff;padding:50px;border-radius:20px;text-align:center;box-shadow:0 10px 40px #00000014}.custom-cta__box h2{font-size:1.75rem;font-weight:700;color:var(--custom-primary);margin:0 0 18px}.custom-cta__box p{font-size:1.2rem;color:var(--custom-text-light);line-height:1.7;margin:0 0 30px}.custom-cta__buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.custom-cta__button{display:inline-flex;align-items:center;gap:10px;padding:16px 34px;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.custom-cta__button--primary{background:var(--custom-primary);color:#fff}.custom-cta__button--primary:hover{background:var(--custom-secondary);transform:translateY(-2px)}.custom-cta__button--secondary{background:transparent;color:var(--custom-primary);border:2px solid var(--custom-primary)}.custom-cta__button--secondary:hover{background:var(--custom-primary);color:#fff}@media screen and (max-width: 900px){.custom-steps__grid{grid-template-columns:repeat(2,1fr)}.custom-form-container{padding:40px 30px}.custom-form__upload-info{grid-template-columns:1fr}}@media screen and (max-width: 768px){.custom-hero{min-height:350px}.custom-hero__content{padding:60px 20px}.custom-hero__subtitle{font-size:1.25rem}.custom-steps{padding:60px 0}.custom-steps__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.custom-form-section{padding:60px 0}.custom-form-container{padding:30px 20px;margin:0 15px;border-radius:16px}.custom-form__grid{grid-template-columns:1fr}.custom-form__unit-options{flex-direction:column}.custom-form__dimensions{flex-direction:column;gap:15px}.custom-form__dimensions--feet{flex-direction:column}.custom-form__dimension-field,.custom-form__dimension-group{max-width:100%;width:100%}.custom-form__dimension-divider{display:none}.custom-form__upload-area{padding:30px 20px}.custom-form__submit-btn{width:100%;padding:16px 30px}.custom-faq,.custom-cta{padding:60px 0}.custom-cta__box{padding:40px 25px;margin:0 15px}.custom-cta__buttons{flex-direction:column;align-items:center}.custom-cta__button{width:100%;max-width:280px;justify-content:center}}@media screen and (max-width: 480px){.custom-hero{min-height:300px}.custom-form__section-title{font-size:1.35rem}.custom-form__material-card{padding:15px}.custom-form__material-icon{width:40px;height:40px}.custom-form__material-icon svg{width:22px;height:22px}.custom-form__material-info strong{font-size:1.15rem}.custom-form__material-info span{font-size:1.05rem}.custom-faq__question{padding:16px 20px;font-size:1.15rem}.custom-faq__answer{padding:0 20px 16px}.custom-faq__answer p{font-size:1.1rem}.custom-step__title{font-size:1.35rem}.custom-step__text{font-size:1.15rem}}.custom-form__link-option{margin-top:30px}.custom-form__link-divider{display:flex;align-items:center;gap:20px;margin-bottom:20px}.custom-form__link-divider:before,.custom-form__link-divider:after{content:"";flex:1;height:1px;background:var(--custom-border)}.custom-form__link-divider span{font-size:.9rem;font-weight:600;color:var(--custom-text-light);text-transform:uppercase;letter-spacing:1px}.custom-form__link-option .custom-form__field label{display:flex;align-items:center;gap:8px;font-size:1.1rem;font-weight:600;color:var(--custom-primary);margin-bottom:12px}.custom-form__link-option .custom-form__field label svg{color:var(--custom-accent)}.custom-form__link-option .custom-form__field input{width:100%;padding:16px 18px;border:2px dashed var(--custom-border);border-radius:10px;font-size:1.1rem;transition:all .2s ease;background:#fff}.custom-form__link-option .custom-form__field input:focus{outline:none;border-color:var(--custom-accent);border-style:solid;box-shadow:0 0 0 3px #0f34601a}.custom-form__field-hint{font-size:.95rem;color:var(--custom-text-light);margin:10px 0 0;line-height:1.5}.custom-form__upload-progress{margin-top:20px;text-align:center}.custom-form__progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:10px}.custom-form__progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:4px;transition:width .2s ease;width:0%}#progress-text{font-size:1rem;color:var(--custom-text-light);font-weight:500}.custom-form__success{text-align:center;padding:60px 40px}.custom-form__success svg{margin-bottom:30px}.custom-form__success h2{font-size:2rem;font-weight:700;color:var(--custom-primary);margin:0 0 20px}.custom-form__success p{font-size:1.2rem;color:var(--custom-text-light);line-height:1.7;max-width:500px;margin:0 auto 30px}.custom-form__success-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 40px;background:var(--custom-primary);color:#fff;font-size:1.1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease}.custom-form__success-btn:hover{background:var(--custom-secondary);transform:translateY(-2px);box-shadow:0 8px 25px #1a1a2e4d}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-custom-murals.css.map */
