/*
Theme Name: CleanStrap
Theme URI: https://pw-d.ru
Author: PWD
Author URI: https://pw-d.ru
Description: Clean Theme For Clean Development
Version: 2023
Tested up to: 7.3
Requires PHP: 7.3
License: GNU General Public License v3 or Later
*/

/*@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/inter-300.woff2') format('woff2');
}*/

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/inter-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/inter-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/inter-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/inter-700.woff2') format('woff2');
}

/* CSS Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Level 1: Global variables and utilities */
:root {
    --pwd-primary-color: #8A5CF6;
    --pwd-primary-light: #A78BFA;
    --pwd-dark-bg: #0F0F12;
    --pwd-dark-surface: #1A1A1F;
    --pwd-text-light: #FFFFFF;
    --pwd-text-secondary: rgba(255, 255, 255, 0.7);
    --pwd-glow-color: rgba(138, 92, 246, 0.35);
    --pwd-hero-padding: 2rem;
    --pwd-metallic-gradient: linear-gradient(135deg, #C0C0C0 0%, #E8E8E8 20%, #B8B8B8 40%, #F0F0F0 60%, #D3D3D3 80%, #FFFFFF 100%);
    --pwd-metallic-hover: linear-gradient(135deg, #A78BFA 0%, #E0E7FF 20%, #8A5CF6 40%, #C7D2FE 60%, #7C3AED 80%, #DDD6FE 100%);
    --pwd-hero-gradient: linear-gradient(135deg, #8A5CF6 0%, #C7D2FE 25%, #A78BFA 50%, #E0E7FF 75%, #7C3AED 100%);
    --pwd-section-gradient: linear-gradient(135deg, rgba(138,92,246,0.07) 0%, rgba(26,26,31,0.48) 100%);
    --pwd-modal-glass-bg: rgba(26, 26, 31, 0.8);
    --pwd-modal-glass-border: rgba(255, 255, 255, 0.1);
    --pwd-modal-glass-shadow: rgba(0, 0, 0, 0.3);
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--pwd-dark-bg);
    color: var(--pwd-text-light);
    line-height: 1.6;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.pwd-hero__nav-logo,.pwd-hero__nav-toggle{font-size:1.5rem;color:var(--pwd-text-light)}.pwd-hero__nav-logo,.pwd-hero__title{font-weight:700;color:var(--pwd-text-light)}.pwd-404__number,.pwd-footer__copyright-text,.pwd-footer__orb-title,.pwd-hero__gradient-text,.pwd-hero__nav-menu li a,.pwd-hero__nav-menu li a:hover,.pwd-hero__subtitle,.pwd-simple-hero__gradient-text{-webkit-text-fill-color:transparent}#services{scroll-margin-top:100px}#contact{scroll-margin-top:50px}*{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:manipulation}div,h1,h2,h3,h4,h5,h6,li,p,span{-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.pwd-faq__cta-btn,.pwd-footer__bottom-link,.pwd-footer__contact-option,.pwd-hero__cta,.pwd-modal__method,.pwd-modal__trigger,.pwd-process__cta-btn,.pwd-services__btn,.pwd-studio__cta,.pwd-whychoose__cta-btn,button,input[type=button],input[type=submit]{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;outline:0}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline:0;box-shadow:0 0 0 2px rgba(138,92,246,.5)}.pwd-faq__cta-btn,.pwd-hero__cta,.pwd-modal__trigger,.pwd-process__cta-btn,.pwd-services__btn,.pwd-studio__cta,.pwd-whychoose__cta-btn{transform:translateZ(0);will-change:transform}.pwd-hero__cta,.pwd-hero__highlight,.pwd-hero__subtitle,.pwd-hero__title{opacity:0;transform:translateY(30px)}.pwd-hero{min-height:100vh;position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(138,92,246,.15) 0,rgba(15,15,18,.8) 50%,rgba(30,30,40,.9) 100%),radial-gradient(circle at 20% 80%,rgba(138,92,246,.3) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(167,139,250,.2) 0,transparent 50%),var(--pwd-dark-bg)}.pwd-hero__nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem var(--pwd-hero-padding);background:rgba(15,15,18,.95);backdrop-filter:blur(20px);border-bottom:1px solid rgba(138,92,246,.1);transition:.3s}.pwd-hero__nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.pwd-hero__nav-logo{text-decoration:none;position:relative}.pwd-hero__nav-logo span{color:var(--pwd-primary-color)}.pwd-hero__nav-menu{display:flex;list-style:none;gap:2.5rem}.pwd-hero__nav-menu li a{background:var(--pwd-metallic-gradient);-webkit-background-clip:text;background-clip:text;text-decoration:none;font-weight:500;transition:.3s;position:relative;background-size:200% 200%}.pwd-hero.animations-enabled .pwd-hero__nav-menu li a{animation:3s ease-in-out infinite pwd-hero-metallic-shine}.pwd-hero__nav-menu li a:hover{background:var(--pwd-metallic-hover);-webkit-background-clip:text;background-clip:text;background-size:200% 200%}.pwd-hero.animations-enabled .pwd-hero__nav-menu li a:hover{animation:2s ease-in-out infinite pwd-hero-metallic-hover-shine}.pwd-hero__nav-menu li a::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--pwd-primary-color);transition:width .3s}.pwd-hero__nav-menu li a:hover::after,.pwd-page-main-content a:hover::after,.pwd-page-main-content__link:hover::after{width:100%}.pwd-hero__nav-toggle{display:none;background:0 0;border:none;cursor:pointer;z-index:1001;position:relative}.pwd-hero__content{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:8rem var(--pwd-hero-padding) 4rem;text-align:center;position:relative;z-index:2}.pwd-hero__inner{max-width:800px;margin:0 auto}.pwd-hero__title{font-size:3.5rem;line-height:1.1;margin-bottom:2rem;animation:1s .3s forwards pwd-hero-fadeInUp}.pwd-hero__highlight,.pwd-studio__title span{color:var(--pwd-primary-color)}.pwd-hero__gradient-text{background:var(--pwd-hero-gradient);-webkit-background-clip:text;background-clip:text;background-size:300% 300%;position:relative;display:inline-block}.pwd-hero.animations-enabled .pwd-hero__gradient-text{animation:4s ease-in-out infinite pwd-hero-gradient-flow}.pwd-hero__subtitle{font-size:1.5rem;background:var(--pwd-metallic-gradient);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;animation:1s .6s forwards pwd-hero-fadeInUp;background-size:200% 200%;font-weight:500}.pwd-hero.animations-enabled .pwd-hero__subtitle{animation:1s .6s forwards pwd-hero-fadeInUp,4s ease-in-out infinite pwd-hero-metallic-shine}.pwd-hero__highlight{display:block;font-size:2rem;font-weight:600;margin-top:.5rem;animation:1s .9s forwards pwd-hero-fadeInUp}.pwd-hero__cta{display:inline-flex;align-items:center;padding:1rem 2.5rem;background:linear-gradient(90deg,var(--pwd-primary-color),var(--pwd-primary-light));color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:.3s;box-shadow:0 8px 30px rgba(138,92,246,.4);margin-top:2.5rem;animation:1s 1.2s forwards pwd-hero-fadeInUp}.pwd-hero__cta:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(138,92,246,.6)}.pwd-hero__cta i{margin-left:10px;transition:transform .3s}.pwd-hero__cta:hover i{transform:translateX(5px)}.pwd-hero__bg-effects,.pwd-simple-hero__bg-effects{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.pwd-hero__tech-grid,.pwd-simple-hero__tech-grid{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(138,92,246,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(138,92,246,.1) 1px,transparent 1px);background-size:40px 40px;opacity:.6}.pwd-hero.animations-enabled .pwd-hero__tech-grid{animation:4s ease-in-out infinite pwd-hero-grid-pulse}.pwd-hero__floating-shapes,.pwd-hero__geometric-elements,.pwd-hero__particles,.pwd-simple-hero__floating-particles{position:absolute;width:100%;height:100%}.pwd-hero__shape{position:absolute;background:linear-gradient(45deg,var(--pwd-primary-color),var(--pwd-primary-light));opacity:.12;filter:blur(1px)}.pwd-hero__shape--circle{border-radius:50%}.pwd-hero.animations-enabled .pwd-hero__shape--circle{animation:5s ease-in-out infinite pwd-hero-float-circle}.pwd-hero__shape--triangle{width:0;height:0;background:0 0}.pwd-hero.animations-enabled .pwd-hero__shape--triangle{animation:7s ease-in-out infinite pwd-hero-float-triangle}.pwd-hero__shape--triangle:before{content:'';position:absolute;width:0;height:0;border-style:solid;border-color:transparent transparent var(--pwd-primary-color) transparent}.pwd-hero__shape--square{transform-origin:center}.pwd-hero.animations-enabled .pwd-hero__shape--square{animation:6s ease-in-out infinite pwd-hero-float-square}.pwd-hero__shape--diamond{transform:rotate(45deg)}.pwd-hero.animations-enabled .pwd-hero__shape--diamond{animation:8s ease-in-out infinite pwd-hero-float-diamond}.pwd-hero__shape:first-child{width:120px;height:120px;top:15%;left:8%;animation-delay:0s}.pwd-hero__shape:nth-child(2){top:65%;right:10%;animation-delay:2s}.pwd-hero__shape:nth-child(2):before{border-width:0 60px 90px;top:-45px;left:-60px}.pwd-hero__shape:nth-child(3){width:80px;height:80px;bottom:25%;left:15%;animation-delay:4s}.pwd-hero__shape:nth-child(4){width:100px;height:100px;top:40%;right:25%;animation-delay:1s}.pwd-hero__shape:nth-child(5){width:90px;height:90px;bottom:10%;right:40%;animation-delay:3s}.pwd-hero__shape:nth-child(6){width:70px;height:70px;top:25%;left:45%;animation-delay:1.5s}.pwd-hero__shape:nth-child(7){top:80%;left:70%;animation-delay:2.5s}.pwd-hero__shape:nth-child(7):before{border-width:0 40px 70px;top:-35px;left:-40px}.pwd-hero__hexagon{position:absolute;width:60px;height:60px;opacity:.1}.pwd-hero__hexagon:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:var(--pwd-primary-color);clip-path:polygon(30% 0%,70% 0%,100% 50%,70% 100%,30% 100%,0% 50%)}.pwd-hero.animations-enabled .pwd-hero__hexagon:before{animation:8s linear infinite pwd-hero-rotate}.pwd-hero__hexagon:first-child{top:20%;right:15%;animation-delay:0s}.pwd-hero__hexagon:nth-child(2){top:70%;left:10%;animation-delay:2s}.pwd-hero__hexagon:nth-child(3){top:45%;left:30%;animation-delay:4s}.pwd-hero__code-lines{position:absolute;width:100%;height:100%;opacity:.05}.pwd-hero__code-line{position:absolute;height:2px;background:linear-gradient(90deg,transparent,var(--pwd-primary-color),transparent)}.pwd-hero.animations-enabled .pwd-hero__code-line{animation:3s ease-in-out infinite pwd-hero-code-flow}.pwd-hero__code-line:first-child{top:25%;left:0;width:300px;animation-delay:0s}.pwd-hero__code-line:nth-child(2){top:55%;right:0;width:250px;animation-delay:1s}.pwd-hero__code-line:nth-child(3){top:75%;left:20%;width:200px;animation-delay:2s}.pwd-hero__particle,.pwd-simple-hero__particle{position:absolute;background:var(--pwd-primary-color);border-radius:50%;opacity:.7}.pwd-hero__particle--small{width:3px;height:3px}.pwd-hero.animations-enabled .pwd-hero__particle--small{animation:4s ease-in-out infinite pwd-hero-particle-float-fast}.pwd-hero__particle--medium{width:5px;height:5px}.pwd-hero.animations-enabled .pwd-hero__particle--medium{animation:6s ease-in-out infinite pwd-hero-particle-float-medium}.pwd-hero__particle--large{width:8px;height:8px}.pwd-hero.animations-enabled .pwd-hero__particle--large{animation:8s ease-in-out infinite pwd-hero-particle-float-slow}.pwd-hero__particle:first-child{top:30%;left:20%;animation-delay:0s}.pwd-hero__particle:nth-child(2){top:60%;left:70%;animation-delay:1s}.pwd-hero__particle:nth-child(3){top:80%;left:40%;animation-delay:2s}.pwd-hero__particle:nth-child(4){top:15%;left:60%;animation-delay:3s}.pwd-hero__particle:nth-child(5){top:45%;left:85%;animation-delay:4s}.pwd-hero__particle:nth-child(6){top:70%;left:15%;animation-delay:5s}.pwd-hero__particle:nth-child(7){top:35%;left:30%;animation-delay:.5s}.pwd-hero__particle:nth-child(8){top:55%;left:50%;animation-delay:1.5s}.pwd-hero__particle:nth-child(9){top:25%;left:75%;animation-delay:2.5s}.pwd-hero__particle:nth-child(10){top:85%;left:25%;animation-delay:3.5s}.pwd-hero__particle:nth-child(11){top:10%;left:35%;animation-delay:4.5s}.pwd-hero__particle:nth-child(12){top:65%;left:80%;animation-delay:.2s}.pwd-hero__particle:nth-child(13){top:40%;left:10%;animation-delay:1.8s}.pwd-hero__particle:nth-child(14){top:75%;left:55%;animation-delay:2.8s}.pwd-hero__particle:nth-child(15){top:20%;left:90%;animation-delay:3.8s}.pwd-hero__particle:nth-child(16){top:90%;left:65%;animation-delay:4.8s}.pwd-hero__particle:nth-child(17){top:50%;left:20%;animation-delay:.7s}.pwd-hero__particle:nth-child(18){top:15%;left:45%;animation-delay:1.7s}.pwd-hero__grid-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,transparent 24%,rgba(138,92,246,.03) 25%,rgba(138,92,246,.03) 26%,transparent 27%,transparent 74%,rgba(138,92,246,.03) 75%,rgba(138,92,246,.03) 76%,transparent 77%,transparent),linear-gradient(90deg,transparent 24%,rgba(138,92,246,.03) 25%,rgba(138,92,246,.03) 26%,transparent 27%,transparent 74%,rgba(138,92,246,.03) 75%,rgba(138,92,246,.03) 76%,transparent 77%,transparent);background-size:60px 60px}.pwd-services__btn,.pwd-studio__cta{box-shadow:0 4px 20px rgba(138,92,246,.3);text-decoration:none}.pwd-services__subtitle:after,.pwd-studio__subtitle:after{width:40px;height:2px;background-color:var(--pwd-primary-color);content:''}.cta-btn.pwd-faq__cta-btn:hover i,.pwd-process__cta-btn:hover i,.pwd-services__btn:hover i,.pwd-studio__cta:hover i,.pwd-whychoose__cta-btn:hover i{transform:translateX(4px)}@keyframes pwd-hero-fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes pwd-hero-grid-pulse{0%,100%{opacity:.6}50%{opacity:.3}}@keyframes pwd-hero-rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pwd-hero-code-flow{0%{transform:translateX(-100%);opacity:0}50%{opacity:1}100%{transform:translateX(100%);opacity:0}}@keyframes pwd-hero-float-circle{0%,100%{transform:translateY(0) scale(1) rotate(0)}25%{transform:translateY(-40px) scale(1.1) rotate(90deg)}50%{transform:translateY(-20px) scale(.9) rotate(180deg)}75%{transform:translateY(-50px) scale(1.05) rotate(270deg)}}@keyframes pwd-hero-float-triangle{0%,100%{transform:translateY(0) rotate(0)}33%{transform:translateY(-35px) rotate(120deg)}66%{transform:translateY(-15px) rotate(240deg)}}@keyframes pwd-hero-float-square{0%,100%{transform:translateY(0) rotate(0) scale(1)}25%{transform:translateY(-30px) rotate(45deg) scale(1.1)}50%{transform:translateY(-45px) rotate(90deg) scale(.9)}75%{transform:translateY(-25px) rotate(135deg) scale(1.05)}}@keyframes pwd-hero-float-diamond{0%,100%{transform:rotate(45deg) translateY(0) scale(1)}25%{transform:rotate(90deg) translateY(-35px) scale(1.1)}50%{transform:rotate(180deg) translateY(-20px) scale(.95)}75%{transform:rotate(270deg) translateY(-40px) scale(1.05)}}@keyframes pwd-hero-particle-float-fast{0%,100%{transform:translateY(0) translateX(0) scale(1);opacity:.7}25%{transform:translateY(-40px) translateX(20px) scale(1.5);opacity:1}50%{transform:translateY(-20px) translateX(-30px) scale(.8);opacity:.9}75%{transform:translateY(-50px) translateX(15px) scale(1.2);opacity:1}}@keyframes pwd-hero-particle-float-medium{0%,100%{transform:translateY(0) translateX(0) rotate(0);opacity:.8}33%{transform:translateY(-30px) translateX(25px) rotate(120deg);opacity:1}66%{transform:translateY(-45px) translateX(-20px) rotate(240deg);opacity:.6}}@keyframes pwd-hero-particle-float-slow{0%,100%{transform:translateY(0) translateX(0) scale(1);opacity:.6}20%{transform:translateY(-25px) translateX(15px) scale(1.3);opacity:1}40%{transform:translateY(-10px) translateX(-25px) scale(.9);opacity:.8}60%{transform:translateY(-35px) translateX(10px) scale(1.1);opacity:1}80%{transform:translateY(-15px) translateX(-15px) scale(1.2);opacity:.7}}@keyframes pwd-hero-menu-bg-float{0%,100%{transform:translateX(0) translateY(0) rotate(0)}25%{transform:translateX(10px) translateY(-15px) rotate(1deg)}50%{transform:translateX(-5px) translateY(-10px) rotate(-.5deg)}75%{transform:translateX(-10px) translateY(-20px) rotate(.5deg)}}@keyframes pwd-hero-metallic-shine{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}@keyframes pwd-hero-metallic-hover-shine{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}@keyframes pwd-hero-gradient-flow{0%,100%{background-position:0 50%}33%{background-position:100% 0}66%{background-position:0 100%}}.pwd-hero__nav-toggle:focus,.nav-menu li a{outline:0;box-shadow:none}.faq-section.pwd-faq__section,.pwd-studio{padding:6rem 2rem;position:relative;overflow:hidden}.pwd-studio__grid{display:flex;align-items:center;gap:3rem;position:relative;z-index:2}.pwd-studio__visual{flex:1;min-width:280px;position:relative}.pwd-studio__cube-wrapper{position:relative;width:100%;padding-bottom:100%}.pwd-studio__cube{position:absolute;top:0;left:0;width:100%;height:100%;transform-style:preserve-3d}.pwd-studio.animations-enabled .pwd-studio__cube{animation:8s ease-in-out infinite pwd-cube-float}.pwd-studio__glow{position:absolute;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle,var(--pwd-glow-color) 0,rgba(15,15,18,0) 70%);transform:translateZ(-50px);filter:blur(20px)}.pwd-studio__grid-lines{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background-image:linear-gradient(var(--pwd-dark-surface) 1px,transparent 1px),linear-gradient(90deg,var(--pwd-dark-surface) 1px,transparent 1px);background-size:40px 40px;opacity:.3;z-index:-1;transform:perspective(1000px) rotateX(60deg)}.pwd-studio__content{flex:1.5;max-width:700px}.faq-subtitle.pwd-faq__subtitle,.pwd-process__subtitle,.pwd-services__subtitle,.pwd-studio__subtitle,.pwd-whychoose__subtitle{color:var(--pwd-primary-light);font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;display:inline-block;position:relative}.pwd-studio__subtitle:after{position:absolute;bottom:-5px;left:0}.faq-title.pwd-faq__title,.pwd-process__title,.pwd-services__title,.pwd-studio__title,.pwd-whychoose__title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.pwd-studio__description{color:var(--pwd-text-secondary);margin-bottom:2rem;font-size:1.05rem}.pwd-studio__features{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2.5rem}.pwd-studio__feature{flex:1;min-width:200px;display:flex;gap:1rem;align-items:flex-start}.pwd-studio__feature-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:rgba(138,92,246,.15);border-radius:12px;color:var(--pwd-primary-color);font-size:1.2rem}.pwd-studio__feature-content h3{font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.pwd-studio__feature-content p{color:var(--pwd-text-secondary);font-size:.95rem}.pwd-studio__cta{display:inline-flex;align-items:center;padding:.8rem 1.8rem;background:linear-gradient(90deg,var(--pwd-primary-color),var(--pwd-primary-light));color:#fff;border-radius:30px;font-weight:500;transition:.3s}.pwd-studio__cta:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(138,92,246,.4)}.pwd-studio__cta i{margin-left:8px;transition:transform .3s}@keyframes pwd-cube-float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.pwd-process__section,.pwd-services__section,.pwd-whychoose__section{padding:6rem 2rem;position:relative;overflow:hidden;background:0 0}.faq-container.pwd-faq__container,.pwd-footer__container,.pwd-process__container,.pwd-services__container,.pwd-whychoose__container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.pwd-footer__bg-grid,.pwd-services__bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(var(--pwd-dark-surface) 1px,transparent 1px),linear-gradient(90deg,var(--pwd-dark-surface) 1px,transparent 1px);background-size:40px 40px;opacity:.2;z-index:0}.pwd-footer__bg-glow,.pwd-services__bg-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,var(--pwd-glow-color) 0,rgba(15,15,18,0) 70%);filter:blur(50px);z-index:0;opacity:.5}.pwd-services__bg-glow.glow-top-right{top:-200px;right:-200px}.pwd-services__bg-glow.glow-bottom-left{bottom:-200px;left:-200px}.faq-header.pwd-faq__header,.pwd-services__header,.pwd-whychoose__header{text-align:center;margin-bottom:4rem}.pwd-services__subtitle:after{position:absolute;bottom:-5px;left:50%;transform:translateX(-50%)}.pwd-services__title span{color:var(--pwd-primary-color)}.faq-description.pwd-faq__description,.pwd-process__description,.pwd-services__desc,.pwd-whychoose__description{color:var(--pwd-text-secondary);max-width:700px;margin:0 auto;font-size:1.05rem}.faq-title.pwd-faq__title span,.pwd-process__title span,.pwd-services__icon,.pwd-whychoose__title span{color:var(--pwd-primary-color)}.pwd-services__grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.pwd-services__card{flex:1;min-width:250px;max-width:280px;background-color:rgba(26,26,31,.7);border:1px solid rgba(138,92,246,.2);border-radius:12px;padding:2rem 1.5rem;text-align:center;transition:.3s;backdrop-filter:blur(10px);position:relative;overflow:hidden}.pwd-services__card:hover{transform:translateY(-5px);background-color:rgba(138,92,246,.1);border-color:var(--pwd-primary-color);box-shadow:0 10px 25px rgba(138,92,246,.1)}.pwd-services__icon-wrapper{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background-color:rgba(138,92,246,.1);border-radius:12px;position:relative;transition:transform .3s}.pwd-services__icon-glow{position:absolute;width:100%;height:100%;background:radial-gradient(circle,var(--pwd-glow-color) 0,rgba(138,92,246,0) 70%);filter:blur(15px);opacity:.5}.pwd-services__icon{font-size:2rem;z-index:1}.pwd-services__card-title{font-size:1.2rem;font-weight:600;margin-bottom:.8rem;color:var(--pwd-text-light)}.pwd-services__card-desc{color:var(--pwd-text-secondary);font-size:.95rem;line-height:1.5}.pwd-services__btn-container{margin-top:3rem;text-align:center}.pwd-services__btn{display:inline-flex;align-items:center;padding:.8rem 1.8rem;background:linear-gradient(90deg,var(--pwd-primary-color),var(--pwd-primary-light));color:#fff;border-radius:30px;font-weight:500;transition:.3s}.pwd-services__btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(138,92,246,.4)}.pwd-services__btn i{margin-left:8px;transition:transform .3s}.pwd-services__section{background:var(--pwd-section-gradient),var(--pwd-dark-bg)}.bg-grid.pwd-faq__bg-grid,.pwd-process__bg-grid,.pwd-whychoose__bg-grid{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(var(--pwd-dark-surface) 1px,transparent 1px),linear-gradient(90deg,var(--pwd-dark-surface) 1px,transparent 1px);background-size:40px 40px;opacity:.2;z-index:0;pointer-events:none}.pwd-whychoose__bg-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,var(--pwd-glow-color) 0,rgba(15,15,18,0) 70%);filter:blur(50px);z-index:0;opacity:.5;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.pwd-whychoose__subtitle:after{content:'';position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);width:40px;height:2px;background-color:var(--pwd-primary-color)}.pwd-whychoose__advantages-list{display:flex;flex-direction:column;gap:2rem}.pwd-whychoose__advantage-item{display:flex;background-color:rgba(26,26,31,.7);border:1px solid rgba(138,92,246,.2);border-radius:16px;padding:2.5rem;transition:.3s;backdrop-filter:blur(10px);position:relative;overflow:hidden}.pwd-whychoose__advantage-item:hover{transform:translateY(-5px);background-color:rgba(138,92,246,.1);border-color:var(--pwd-primary-color);box-shadow:0 10px 25px rgba(138,92,246,.1)}.pwd-whychoose__advantage-number{flex:0 0 80px;display:flex;align-items:center;justify-content:center;margin-right:2rem}.pwd-whychoose__number-circle{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--pwd-primary-color),var(--pwd-primary-light));display:flex;align-items:center;justify-content:center;position:relative;font-size:1.8rem;font-weight:700;color:var(--pwd-text-light);box-shadow:0 8px 20px rgba(138,92,246,.3)}.pwd-whychoose__number-glow{position:absolute;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle,var(--pwd-glow-color) 0,rgba(138,92,246,0) 70%);filter:blur(15px);opacity:.8;top:0;left:0}.pwd-footer__contact-text,.pwd-whychoose__advantage-content{flex:1}.pwd-whychoose__advantage-title{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:var(--pwd-text-light)}.pwd-whychoose__advantage-description{color:var(--pwd-text-secondary);font-size:1rem;line-height:1.7}.cta-container.pwd-faq__cta-container,.pwd-whychoose__cta-container{margin-top:4rem;text-align:center}.cta-btn.pwd-faq__cta-btn,.pwd-process__cta-btn,.pwd-whychoose__cta-btn{display:inline-flex;align-items:center;padding:1rem 2rem;background:linear-gradient(90deg,var(--pwd-primary-color),var(--pwd-primary-light));color:#fff;text-decoration:none;border-radius:30px;font-weight:500;transition:.3s;box-shadow:0 4px 20px rgba(138,92,246,.3)}.pwd-whychoose__cta-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(138,92,246,.4)}.pwd-whychoose__cta-btn i{margin-left:8px;transition:transform .3s}.bg-glow.pwd-faq__bg-glow,.pwd-process__bg-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,var(--pwd-glow-color) 0,rgba(15,15,18,0) 70%);filter:blur(50px);z-index:0;opacity:.5;pointer-events:none}.faq-subtitle.pwd-faq__subtitle:after,.pwd-process__subtitle:after{transform:translateX(-50%);width:40px;height:2px;background-color:var(--pwd-primary-color);content:''}.pwd-process__bg-glow.glow-top-left{top:-200px;left:-200px}.pwd-process__bg-glow.glow-bottom-right{bottom:-200px;right:-200px}.pwd-process__header{text-align:center;margin-bottom:5rem}.pwd-process__subtitle:after{position:absolute;bottom:-5px;left:50%}.pwd-process__steps{position:relative}.pwd-process__timeline-line{position:absolute;top:0;bottom:0;left:50%;width:2px;background:linear-gradient(to bottom,rgba(138,92,246,.8) 0,var(--pwd-primary-color) 50%,rgba(138,92,246,.3) 100%);transform:translateX(-50%);z-index:1;transition:background .3s}.pwd-process__step{display:flex;margin-bottom:5rem;position:relative;z-index:2;opacity:0;transform:translateY(30px);transition:.6s}.pwd-process__step.active{opacity:1;transform:translateY(0)}.pwd-process__step:last-child{margin-bottom:0}.pwd-process__step:nth-child(odd){flex-direction:row-reverse}.pwd-process__step:nth-child(2n) .pwd-process__content{margin-left:2rem;text-align:left}.pwd-process__step:nth-child(odd) .pwd-process__content{margin-right:2rem;text-align:right}.pwd-process__indicator{flex:0 0 auto;width:60px;height:60px;background:linear-gradient(135deg,var(--pwd-primary-color),var(--pwd-primary-light));border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 25px rgba(138,92,246,.5);position:relative;z-index:3}.pwd-process__number{font-size:1.5rem;font-weight:700;color:var(--pwd-text-light)}.pwd-process__content{flex:0 0 calc(50% - 80px);padding:2rem;background-color:rgba(26,26,31,.7);border:1px solid rgba(138,92,246,.2);border-radius:16px;backdrop-filter:blur(10px);transition:.3s}.pwd-process__content:hover{transform:translateY(-5px);background-color:rgba(138,92,246,.1);border-color:var(--pwd-primary-color);box-shadow:0 10px 25px rgba(138,92,246,.1)}.pwd-process__step-title{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:var(--pwd-primary-light)}.pwd-process__step-desc{color:var(--pwd-text-secondary);font-size:1rem;line-height:1.7}.pwd-process__cta-container{margin-top:5rem;text-align:center}.pwd-process__cta-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(138,92,246,.4)}.pwd-process__cta-btn i{margin-left:8px;transition:transform .3s}.pwd-process__section{background:var(--pwd-section-gradient),var(--pwd-dark-bg)}.bg-glow.pwd-faq__bg-glow.glow-top-right{top:-200px;right:-200px}.bg-glow.pwd-faq__bg-glow.glow-bottom-left{bottom:-200px;left:-200px}.faq-subtitle.pwd-faq__subtitle:after{position:absolute;bottom:-5px;left:50%}.faq-accordion.pwd-faq__accordion{display:flex;flex-wrap:wrap;gap:1.5rem}.faq-column.pwd-faq__column{flex:1;min-width:300px;display:flex;flex-direction:column;gap:1.5rem}.accordion-item.pwd-faq__item{background-color:rgba(26,26,31,.7);border:1px solid rgba(138,92,246,.2);border-radius:12px;overflow:hidden}.accordion-item.pwd-faq__item:hover{border-color:var(--pwd-primary-color);background-color:rgba(138,92,246,.1);box-shadow:0 8px 25px rgba(138,92,246,.1)}.accordion-header.pwd-faq__header-item{padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background-color:var(--pwd-dark-surface);border-bottom:1px solid transparent;transition:.3s}.accordion-header.pwd-faq__header-item:hover{background-color:rgba(138,92,246,.05)}.accordion-title.pwd-faq__question{font-size:1.1rem;font-weight:600;color:var(--pwd-text-light);flex:1;padding-right:1rem}.accordion-icon.pwd-faq__icon{color:var(--pwd-primary-color);font-size:1.2rem;transition:transform .3s}.accordion-content.pwd-faq__answer-wrap{max-height:0;overflow:hidden;transition:max-height .3s,padding .3s;padding:0 1.5rem}.accordion-text.pwd-faq__answer{color:var(--pwd-text-secondary);font-size:1rem;line-height:1.7;padding-bottom:1.5rem}.accordion-item.pwd-faq__item.active .accordion-header.pwd-faq__header-item{border-bottom-color:rgba(138,92,246,.2)}.accordion-item.pwd-faq__item.active .accordion-icon.pwd-faq__icon{transform:rotate(180deg)}.accordion-item.pwd-faq__item.active .accordion-content.pwd-faq__answer-wrap{max-height:300px;padding-top:1.5rem}.cta-text.pwd-faq__cta-text{color:var(--pwd-text-secondary);font-size:1.1rem;margin-bottom:1.5rem}.cta-btn.pwd-faq__cta-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(138,92,246,.4)}.cta-btn.pwd-faq__cta-btn i{margin-left:8px;transition:transform .3s}.accordion-item.pwd-faq__item{opacity:0;transform:translateY(20px);transition:.4s}.accordion-item.pwd-faq__item.faq-visible{opacity:1;transform:translateY(0)}.pwd-footer{position:relative;overflow:hidden;padding:6rem 2rem 2rem}.pwd-footer__glow-center{top:40%;left:50%;transform:translate(-50%,-50%)}.pwd-footer__energy-ring,.pwd-footer__gradient-orb::after,.pwd-footer__gradient-orb::before,.pwd-footer__orb-content{top:50%;left:50%;transform:translate(-50%,-50%)}.pwd-footer__content{display:flex;flex-wrap:wrap;gap:4rem;margin-bottom:4rem}.pwd-footer__orb-container{flex:1;min-width:300px;height:500px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.pwd-footer__gradient-orb{width:280px;height:280px;position:relative;border-radius:50%;background:conic-gradient(from 0deg,var(--pwd-primary-color) 0deg,var(--pwd-primary-light) 60deg,#c084fc 120deg,#e879f9 180deg,#f472b6 240deg,#fb7185 300deg,var(--pwd-primary-color) 360deg);box-shadow:0 0 60px rgba(138,92,246,.4),0 0 120px rgba(167,139,250,.3),0 0 180px rgba(192,132,252,.2)}.pwd-footer__gradient-orb::before{content:'';position:absolute;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.2) 0,rgba(255,255,255,.1) 30%,transparent 70%)}.pwd-footer__gradient-orb::after{content:'';position:absolute;width:200px;height:200px;border-radius:50%;background:var(--pwd-dark-bg);box-shadow:inset 0 0 40px rgba(138,92,246,.3)}.pwd-footer__orb-particles{position:absolute;width:100%;height:100%;pointer-events:none}.pwd-footer__particle{position:absolute;width:4px;height:4px;background:radial-gradient(circle,var(--pwd-primary-color),transparent);border-radius:50%;opacity:0}.pwd-footer__particle:first-child{top:20%;left:15%;animation-delay:0s;animation-duration:6s}.pwd-footer__particle:nth-child(2){top:60%;right:20%;animation-delay:1s;animation-duration:8s}.pwd-footer__particle:nth-child(3){bottom:25%;left:25%;animation-delay:2s;animation-duration:7s}.pwd-footer__particle:nth-child(4){top:30%;right:30%;animation-delay:.5s;animation-duration:9s}.pwd-footer__particle:nth-child(5){bottom:40%;left:60%;animation-delay:1.5s;animation-duration:6.5s}.pwd-footer__particle:nth-child(6){top:70%;left:80%;animation-delay:3s;animation-duration:8.5s}.pwd-footer__energy-ring{position:absolute;border-radius:50%;border:1px solid rgba(138,92,246,.3);pointer-events:none}.pwd-footer__ring-1{width:320px;height:320px}.pwd-footer__ring-2{width:380px;height:380px}.pwd-footer__ring-3{width:440px;height:440px}.pwd-footer__orb-content{position:absolute;text-align:center;z-index:10;pointer-events:none}.pwd-footer__orb-title{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,var(--pwd-text-light),var(--pwd-primary-light));-webkit-background-clip:text;background-clip:text}.pwd-footer__orb-subtitle{font-size:1rem;color:var(--pwd-text-secondary);opacity:.8}.pwd-footer__orb-container:hover .pwd-footer__gradient-orb{animation-duration:10s;transform:scale(1.05);box-shadow:0 0 80px rgba(138,92,246,.6),0 0 160px rgba(167,139,250,.4),0 0 240px rgba(192,132,252,.3)}.pwd-footer__orb-container:hover .pwd-footer__energy-ring{border-color:rgba(138,92,246,.6);animation-duration:2s}.pwd-footer__orb-container:hover .pwd-footer__particle{animation-duration:4s}.pwd-footer__info{flex:1;min-width:300px;display:flex;flex-direction:column;justify-content:center}.pwd-footer__info-content{margin-bottom:3rem}.pwd-footer__info-logo{margin-bottom:1.5rem}.pwd-footer__logo-text{font-size:1.8rem;font-weight:700}.pwd-footer__logo-text span,.pwd-page-main-content a:hover,.pwd-page-main-content__link:hover{color:var(--pwd-primary-color)}.pwd-footer__info-description{color:var(--pwd-text-secondary);margin-bottom:3rem;font-size:1rem;max-width:400px}.pwd-footer__contact-options{display:flex;flex-direction:column;gap:1.5rem}.pwd-footer__contact-option{display:flex;align-items:center;padding:1.2rem 1.5rem;background:rgba(138,92,246,.08);border:1px solid rgba(138,92,246,.15);border-radius:16px;text-decoration:none;color:var(--pwd-text-light);transition:.3s;position:relative;overflow:hidden}.pwd-footer__contact-option::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(138,92,246,.1),transparent);transition:left .6s}.pwd-footer__contact-option:hover{background:rgba(138,92,246,.15);border-color:rgba(138,92,246,.3);transform:translateY(-3px);box-shadow:0 8px 25px rgba(138,92,246,.2)}.pwd-404__button,.pwd-footer__bottom-link:hover,.pwd-footer__contact-icon{box-shadow:0 4px 15px rgba(138,92,246,.3)}.pwd-footer__contact-option:hover::before{left:100%}.pwd-footer__contact-icon{width:50px;height:50px;background:linear-gradient(135deg,var(--pwd-primary-color),var(--pwd-primary-light));border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1.2rem;color:var(--pwd-text-light);font-size:1.3rem;transition:.3s}.pwd-footer__contact-option:hover .pwd-footer__contact-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 6px 20px rgba(138,92,246,.4)}.pwd-footer__contact-label{font-size:1.1rem;font-weight:600;color:var(--pwd-text-light);margin-bottom:.3rem}.pwd-footer__contact-description,.pwd-footer__copyright{color:var(--pwd-text-secondary);font-size:.9rem}.pwd-footer__divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--pwd-primary-color),transparent);margin-bottom:2rem;position:relative}.pwd-footer__divider::before{content:'';position:absolute;top:-2px;left:50%;transform:translateX(-50%);width:60px;height:5px;background:linear-gradient(90deg,var(--pwd-primary-color),var(--pwd-primary-light));border-radius:2px;filter:blur(2px)}.pwd-footer__bottom-link::before,.pwd-footer__copyright-icon{background:linear-gradient(135deg,var(--pwd-primary-color),var(--pwd-primary-light))}.pwd-footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;padding:2rem;position:relative;overflow:hidden}.pwd-footer__copyright{display:flex;align-items:center;gap:.5rem}.pwd-footer__copyright-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#fff;font-weight:700}.pwd-footer__copyright-text{background:linear-gradient(135deg,var(--pwd-text-light),var(--pwd-text-secondary));-webkit-background-clip:text;background-clip:text}.pwd-footer__bottom-links{display:flex;gap:2rem;align-items:center}.pwd-footer__bottom-link{color:var(--pwd-text-secondary);text-decoration:none;font-size:.9rem;transition:.3s;position:relative;padding:.5rem 1rem;border-radius:25px;background:rgba(138,92,246,.05);border:1px solid rgba(138,92,246,.1)}.pwd-footer__bottom-link::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:25px;opacity:0;transition:opacity .3s;z-index:-1}.pwd-footer__bottom-link:hover{color:var(--pwd-text-light);transform:translateY(-2px)}.pwd-footer__bottom-link:hover::before{opacity:1}.pwd-footer__bottom-link i{margin-right:.5rem;font-size:.8rem}.pwd-footer.animations-enabled .pwd-footer__gradient-orb{animation:20s linear infinite pwd-footer-orb-rotate}.pwd-footer.animations-enabled .pwd-footer__gradient-orb::before{animation:4s ease-in-out infinite pwd-footer-orb-pulse}.pwd-footer.animations-enabled .pwd-footer__particle{animation:8s ease-in-out infinite pwd-footer-particle-float}.pwd-footer.animations-enabled .pwd-footer__ring-1{animation:3s ease-in-out infinite pwd-footer-ring-pulse}.pwd-footer.animations-enabled .pwd-footer__ring-2{animation:3s ease-in-out 1s infinite pwd-footer-ring-pulse}.pwd-footer.animations-enabled .pwd-footer__ring-3{animation:3s ease-in-out 2s infinite pwd-footer-ring-pulse}.pwd-footer.animations-enabled .pwd-footer__orb-title{animation:3s ease-in-out infinite pwd-footer-text-glow}.pwd-footer.animations-enabled .pwd-footer__orb-subtitle{animation:4s ease-in-out infinite pwd-footer-text-fade}@keyframes pwd-footer-orb-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes pwd-footer-orb-pulse{0%,100%{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.1)}}@keyframes pwd-footer-particle-float{0%,100%{opacity:0;transform:translateY(0) scale(.5)}25%{opacity:1;transform:translateY(-20px) scale(1)}50%{opacity:.8;transform:translateY(-30px) scale(1.2)}75%{opacity:.6;transform:translateY(-15px) scale(.8)}}@keyframes pwd-footer-ring-pulse{0%,100%{opacity:.2;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.05)}}@keyframes pwd-footer-text-glow{0%,100%{text-shadow:0 0 10px rgba(138,92,246,.3)}50%{text-shadow:0 0 20px rgba(138,92,246,.6)}}@keyframes pwd-footer-text-fade{0%,100%{opacity:.6}50%{opacity:1}}@keyframes pwd-footer-burst-expand{0%{width:50px;height:50px;opacity:1}100%{width:400px;height:400px;opacity:0}}@keyframes pwd-footer-ripple-effect{to{transform:scale(2);opacity:0}}@keyframes pwd-footer-floatUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1199.98px){.pwd-hero__title,.pwd-simple-hero__title{font-size:3rem}.pwd-hero__subtitle{font-size:1.3rem}.pwd-hero__highlight{font-size:1.8rem}.pwd-hero__hexagon:nth-child(3),.pwd-hero__particle:nth-child(n+13),.pwd-hero__shape:nth-child(6),.pwd-hero__shape:nth-child(7){display:none}.pwd-studio__title{font-size:2.2rem}.pwd-services__grid{gap:1.5rem}.pwd-services__card{min-width:220px}.pwd-whychoose__advantage-item{padding:2rem}.pwd-whychoose__advantage-number{margin-right:1.5rem}.pwd-process__content{padding:1.5rem}.faq-column.pwd-faq__column{min-width:280px}.pwd-footer__content{gap:3rem}.pwd-footer__orb-container{height:400px}.pwd-footer__gradient-orb{width:240px;height:240px}.pwd-footer__gradient-orb::before{width:200px;height:200px}.pwd-footer__gradient-orb::after{width:160px;height:160px}}@media (max-width:991.98px){.pwd-hero__nav-menu{position:fixed;top:0;left:-100%;width:100%;height:100vh;background:linear-gradient(135deg,rgba(138,92,246,.15) 0,rgba(15,15,18,.95) 50%),radial-gradient(circle at 30% 20%,rgba(167,139,250,.2) 0,transparent 50%),radial-gradient(circle at 70% 80%,rgba(138,92,246,.1) 0,transparent 50%);backdrop-filter:blur(25px) saturate(1.5);border-right:1px solid rgba(138,92,246,.2);box-shadow:0 0 50px rgba(138,92,246,.3),inset 0 1px 0 rgba(255,255,255,.1);flex-direction:column;justify-content:center;align-items:center;gap:3rem;transition:left .4s cubic-bezier(.4, 0, .2, 1);overflow:hidden}.pwd-hero__nav-menu::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 20% 30%,rgba(138,92,246,.1) 0,transparent 30%),radial-gradient(circle at 80% 70%,rgba(167,139,250,.08) 0,transparent 40%);pointer-events:none}.pwd-hero.animations-enabled .pwd-hero__nav-menu::before{animation:8s ease-in-out infinite pwd-hero-menu-bg-float}.pwd-hero__nav-menu.active{left:0}.pwd-hero__nav-menu li{opacity:0;transform:translateX(-30px);transition:.3s;position:relative}.pwd-hero__nav-menu.active li{opacity:1;transform:translateX(0)}.pwd-hero__nav-menu.active li:first-child{transition-delay:0.1s}.pwd-hero__nav-menu.active li:nth-child(2){transition-delay:0.2s}.pwd-hero__nav-menu.active li:nth-child(3){transition-delay:0.3s}.pwd-hero__nav-menu.active li:nth-child(4){transition-delay:0.4s}.pwd-hero__nav-menu li::before{content:'';position:absolute;top:50%;left:-20px;width:0;height:2px;background:linear-gradient(90deg,var(--pwd-primary-color),var(--pwd-primary-light));transform:translateY(-50%);transition:width .3s;border-radius:2px}.pwd-hero__nav-menu li:hover::before{width:15px}.pwd-hero__nav-menu li a{font-size:1.5rem;padding:1rem 2rem;border-radius:15px;background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border:1px solid rgba(138,92,246,.2);transition:.3s;position:relative;overflow:hidden;background:var(--pwd-metallic-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% 200%}.pwd-hero.animations-enabled .pwd-hero__nav-menu li a{animation:3s ease-in-out infinite pwd-hero-metallic-shine}.pwd-hero__nav-menu li a:hover{background:var(--pwd-metallic-hover);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pwd-hero.animations-enabled .pwd-hero__nav-menu li a:hover{animation:2s ease-in-out infinite pwd-hero-metallic-hover-shine}.pwd-hero__nav-menu li a::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(138,92,246,.2),transparent);transition:left .5s}.pwd-hero__nav-menu li a:hover::before{left:100%}.pwd-hero__nav-menu li a:hover{background:rgba(138,92,246,.1);border-color:rgba(138,92,246,.4);transform:translateY(-2px);box-shadow:0 10px 25px rgba(138,92,246,.2)}.pwd-hero__nav-toggle{display:block}.pwd-hero__title{font-size:2.5rem}.pwd-hero__subtitle{font-size:1.2rem}.pwd-hero__highlight{font-size:1.6rem}.pwd-hero__code-line:nth-child(3),.pwd-hero__particle:nth-child(n+10),.pwd-hero__shape:nth-child(5){display:none}.pwd-hero__floating-shapes .pwd-hero__shape{transform:scale(.8)}.pwd-hero__hexagon{transform:scale(.7)}.pwd-studio__grid{flex-direction:column-reverse;text-align:center}.pwd-studio__subtitle:after{left:50%;transform:translateX(-50%)}.pwd-studio__visual{max-width:400px;margin:0 auto}.pwd-studio__feature{justify-content:center;text-align:left}.faq-title.pwd-faq__title,.pwd-process__title,.pwd-services__title,.pwd-whychoose__title{font-size:2.2rem}.pwd-services__card{min-width:calc(50% - 1.5rem);max-width:calc(50% - 1.5rem)}.pwd-whychoose__advantage-item{flex-direction:column;padding:2rem;align-items:flex-start}.pwd-whychoose__advantage-number{margin-right:0;margin-bottom:1.5rem}.pwd-whychoose__number-circle{width:60px;height:60px;font-size:1.5rem}.pwd-process__timeline-line{left:30px}.pwd-process__step,.pwd-process__step:nth-child(2n),.pwd-process__step:nth-child(odd){flex-direction:row;margin-left:60px}.pwd-process__content,.pwd-process__step:nth-child(2n) .pwd-process__content,.pwd-process__step:nth-child(odd) .pwd-process__content{flex:1;margin-left:2rem;text-align:left;max-width:100%}.pwd-process__indicator{position:absolute;left:-60px;top:30px}.faq-column.pwd-faq__column{min-width:100%}.pwd-footer__info,.pwd-footer__orb-container{flex:100%}.pwd-footer__content{gap:4rem}.pwd-footer__orb-container{height:350px}}@media (max-width:767.98px){:root{--pwd-hero-padding:1.5rem}.pwd-hero__nav{padding:1rem var(--pwd-hero-padding)}.pwd-hero__content{padding:6rem var(--pwd-hero-padding) 3rem}.pwd-hero__title{font-size:2.2rem}.pwd-hero__subtitle{font-size:1.1rem}.pwd-footer__orb-title,.pwd-hero__highlight{font-size:1.4rem}.pwd-hero__cta{padding:.9rem 2rem;font-size:1rem}.pwd-hero__code-line:nth-child(2),.pwd-hero__particle:nth-child(n+7),.pwd-hero__shape:nth-child(4){display:none}.pwd-hero__floating-shapes .pwd-hero__shape{transform:scale(.6)}.pwd-hero__hexagon{transform:scale(.5);opacity:.05}.pwd-hero__particles .pwd-hero__particle{transform:scale(.8)}.pwd-hero__tech-grid{opacity:.3}.faq-section.pwd-faq__section,.pwd-process__section,.pwd-services__section,.pwd-studio,.pwd-whychoose__section{padding:4rem 1.5rem}.faq-title.pwd-faq__title,.pwd-process__title,.pwd-services__title,.pwd-studio__title,.pwd-whychoose__title{font-size:2rem}.pwd-studio__features{gap:1.5rem}.pwd-studio__feature{min-width:100%}.accordion-title.pwd-faq__question,.faq-description.pwd-faq__description,.pwd-footer__contact-label,.pwd-process__description,.pwd-services__desc,.pwd-whychoose__description{font-size:1rem}.pwd-services__card{min-width:100%;max-width:100%}.pwd-process__step-title,.pwd-whychoose__advantage-title{font-size:1.2rem}.pwd-process__step-desc,.pwd-whychoose__advantage-description{font-size:.95rem}.pwd-process__header,.pwd-whychoose__header{margin-bottom:3rem}.pwd-process__step,.pwd-process__step:nth-child(2n),.pwd-process__step:nth-child(odd){margin-left:45px}.pwd-process__indicator{width:50px;height:50px;left:-45px}.pwd-process__number{font-size:1.3rem}.pwd-process__timeline-line{left:25px}.accordion-header.pwd-faq__header-item{padding:1.25rem}.accordion-content.pwd-faq__answer-wrap{padding:0 1.25rem}.accordion-item.pwd-faq__item.active .accordion-content.pwd-faq__answer-wrap{padding-top:1.25rem}.accordion-text.pwd-faq__answer{font-size:.95rem;padding-bottom:1.25rem}.pwd-footer{padding:4rem 1.5rem 2rem}.pwd-footer__logo-text{font-size:1.6rem}.pwd-footer__orb-container{height:300px}.pwd-footer__gradient-orb{width:200px;height:200px}.pwd-footer__gradient-orb::before{width:160px;height:160px}.pwd-footer__gradient-orb::after{width:120px;height:120px}.pwd-footer__orb-subtitle{font-size:.9rem}.pwd-footer__contact-option{padding:1rem 1.2rem}.pwd-footer__contact-icon{width:45px;height:45px;font-size:1.1rem;margin-right:1rem}.pwd-footer__contact-description{font-size:.85rem}.pwd-footer__bottom{flex-direction:column;align-items:center;text-align:center;gap:1.5rem;padding:1.5rem}.pwd-footer__bottom-links{flex-wrap:wrap;justify-content:center;gap:1rem}.pwd-footer__copyright{flex-direction:column;gap:.75rem}}@media (max-width:575.98px){.pwd-hero__code-line,.pwd-hero__hexagon:nth-child(2),.pwd-hero__hexagon:nth-child(3),.pwd-hero__particle:nth-child(n+4),.pwd-hero__shape:first-child{display:none}:root{--pwd-hero-padding:1rem}.pwd-hero__highlight,.pwd-hero__nav-logo{font-size:1.3rem}.pwd-hero__title{font-size:2rem}.pwd-hero__subtitle,.pwd-studio__description{font-size:1rem}.pwd-hero__cta{padding:.8rem 1.8rem;font-size:.95rem}.pwd-hero__floating-shapes .pwd-hero__shape{transform:scale(.5);opacity:.1}.pwd-hero__hexagon{display:block;opacity:.12;transform:scale(.6)}.pwd-hero__hexagon:first-child{top:20%;left:40%}.pwd-hero__particles .pwd-hero__particle{transform:scale(.6);opacity:.5}.pwd-hero__tech-grid{opacity:.2;background-size:60px 60px}.pwd-hero__grid-overlay{opacity:.5}.faq-section.pwd-faq__section,.pwd-process__section,.pwd-services__section,.pwd-studio,.pwd-whychoose__section{padding:3rem 1rem}.faq-title.pwd-faq__title,.pwd-process__title,.pwd-services__title,.pwd-studio__title,.pwd-whychoose__title{font-size:1.8rem}.faq-header.pwd-faq__header,.pwd-services__header{margin-bottom:3rem}.pwd-services__card{padding:1.5rem 1.25rem}.pwd-services__icon-wrapper{width:70px;height:70px;margin-bottom:1.2rem}.pwd-services__icon{font-size:1.75rem}.pwd-whychoose__advantage-item{padding:1.5rem}.pwd-whychoose__number-circle{width:50px;height:50px;font-size:1.2rem}.pwd-process__content{padding:1.25rem}.pwd-process__step,.pwd-process__step:nth-child(2n),.pwd-process__step:nth-child(odd){margin-left:35px}.pwd-process__indicator{width:40px;height:40px;left:-35px}.pwd-process__number{font-size:1.1rem}.pwd-process__timeline-line{left:20px}.pwd-footer{padding:3rem 1rem 2rem}.pwd-footer__logo-text{font-size:1.4rem}.pwd-footer__orb-container{height:250px}.pwd-footer__gradient-orb{width:160px;height:160px}.pwd-footer__gradient-orb::before{width:120px;height:120px}.pwd-footer__gradient-orb::after{width:80px;height:80px}.pwd-footer__orb-title{font-size:1.2rem}.pwd-footer__contact-description,.pwd-footer__orb-subtitle{font-size:.8rem}.pwd-footer__contact-options{gap:1rem}.pwd-footer__contact-option{padding:.8rem 1rem}.pwd-footer__contact-icon{width:40px;height:40px;font-size:1rem;margin-right:.8rem}.pwd-footer__contact-label{font-size:.95rem}.pwd-footer__bottom-links{flex-direction:column;gap:.5rem}.pwd-footer__bottom-link{padding:.75rem 1.5rem;width:100%;text-align:center}}:root{--pwd-text-muted:rgba(255, 255, 255, 0.5);--pwd-card-bg:rgba(26, 26, 31, 0.7);--pwd-card-border:rgba(138, 92, 246, 0.2);--pwd-card-hover:rgba(138, 92, 246, 0.1);--pwd-text-muted:rgba(255, 255, 255, 0.5);--pwd-card-bg:rgba(26, 26, 31, 0.7);--pwd-card-border:rgba(138, 92, 246, 0.2);--pwd-card-hover:rgba(138, 92, 246, 0.1);--pwd-content-padding:2rem;--pwd-404-text-muted:rgba(255, 255, 255, 0.5);--pwd-404-card-bg:rgba(26, 26, 31, 0.7);--pwd-404-card-border:rgba(138, 92, 246, 0.2);--pwd-404-card-hover:rgba(138, 92, 246, 0.1);--pwd-404-content-padding:2rem}.pwd-simple-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(138,92,246,.15) 0,rgba(15,15,18,.8) 50%,rgba(30,30,40,.9) 100%),radial-gradient(circle at 20% 80%,rgba(138,92,246,.3) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(167,139,250,.2) 0,transparent 50%),var(--pwd-dark-bg);display:flex;align-items:center;justify-content:center;padding:7rem var(--pwd-hero-padding) 6rem var(--pwd-hero-padding);padding-top:10.5rem}.pwd-simple-hero__particle--small{width:3px;height:3px}.pwd-simple-hero__particle--medium{width:5px;height:5px}.pwd-simple-hero__particle:first-child{top:20%;left:15%;animation-delay:0s}.pwd-simple-hero__particle:nth-child(2){top:70%;left:80%;animation-delay:1s}.pwd-simple-hero__particle:nth-child(3){top:40%;left:30%;animation-delay:2s}.pwd-simple-hero__particle:nth-child(4){top:60%;left:70%;animation-delay:3s}.pwd-simple-hero__particle:nth-child(5){top:30%;left:85%;animation-delay:4s}.pwd-simple-hero__particle:nth-child(6){top:80%;left:20%;animation-delay:.5s}.pwd-simple-hero__content{max-width:900px;text-align:center;position:relative;z-index:2}.pwd-simple-hero__title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;opacity:0;transform:translateY(30px);animation:1s .2s forwards pwd-simple-hero-fadeInUp}.pwd-simple-hero__gradient-text{background:var(--pwd-hero-gradient);-webkit-background-clip:text;background-clip:text;background-size:300% 300%}.pwd-simple-hero__meta{display:flex;justify-content:center;align-items:center;gap:2rem;color:var(--pwd-text-secondary);opacity:0;transform:translateY(20px);animation:1s .4s forwards pwd-simple-hero-fadeInUp}.pwd-simple-hero__meta-item{display:flex;align-items:center;gap:.5rem}.pwd-simple-hero__meta-item i{color:var(--pwd-primary-light)}.pwd-simple-hero.animations-enabled .pwd-simple-hero__tech-grid{animation:4s ease-in-out infinite pwd-simple-hero-grid-pulse}.pwd-simple-hero.animations-enabled .pwd-simple-hero__particle--small{animation:4s ease-in-out infinite pwd-simple-hero-particle-float-fast}.pwd-simple-hero.animations-enabled .pwd-simple-hero__particle--medium{animation:6s ease-in-out infinite pwd-simple-hero-particle-float-medium}.pwd-simple-hero.animations-enabled .pwd-simple-hero__gradient-text{animation:4s ease-in-out infinite pwd-simple-hero-gradient-flow}@keyframes pwd-simple-hero-fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes pwd-simple-hero-grid-pulse{0%,100%{opacity:.6}50%{opacity:.3}}@keyframes pwd-simple-hero-particle-float-fast{0%,100%{transform:translateY(0) translateX(0) scale(1);opacity:.7}25%{transform:translateY(-40px) translateX(20px) scale(1.5);opacity:1}50%{transform:translateY(-20px) translateX(-30px) scale(.8);opacity:.9}75%{transform:translateY(-50px) translateX(15px) scale(1.2);opacity:1}}@keyframes pwd-simple-hero-particle-float-medium{0%,100%{transform:translateY(0) translateX(0) rotate(0);opacity:.8}33%{transform:translateY(-30px) translateX(25px) rotate(120deg);opacity:1}66%{transform:translateY(-45px) translateX(-20px) rotate(240deg);opacity:.6}}@keyframes pwd-simple-hero-gradient-flow{0%,100%{background-position:0 50%}33%{background-position:100% 0}66%{background-position:0 100%}}.pwd-page-main-content{max-width:1024px;margin:0 auto;padding:4rem var(--pwd-content-padding);position:relative;background:linear-gradient(135deg,rgba(138,92,246,.02) 0,rgba(15,15,18,.98) 100%),var(--pwd-dark-bg)}.pwd-page-main-content::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(138,92,246,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(138,92,246,.015) 1px,transparent 1px);background-size:80px 80px;opacity:.3;pointer-events:none;z-index:0}.pwd-page-main-content__container{position:relative;z-index:1}.pwd-page-main-content h1,.pwd-page-main-content__title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:2rem;background:linear-gradient(135deg,var(--pwd-primary-color),var(--pwd-primary-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pwd-page-main-content h2,.pwd-page-main-content__heading{font-size:2rem;font-weight:600;margin:3rem 0 1.5rem;color:var(--pwd-primary-light);position:relative;padding-left:20px}.pwd-page-main-content h4,.pwd-page-main-content h5,.pwd-page-main-content h6{font-weight:500;color:var(--pwd-text-light)}.pwd-page-main-content h2::before,.pwd-page-main-content__heading::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(to bottom,var(--pwd-primary-color),var(--pwd-primary-light));border-radius:2px}.pwd-page-main-content h3,.pwd-page-main-content__subheading{font-size:1.5rem;font-weight:500;margin:2rem 0 1rem;color:var(--pwd-text-light)}.pwd-page-main-content h4{font-size:1.25rem;margin:1.5rem 0 .8rem}.pwd-page-main-content h5{font-size:1.1rem;margin:1.2rem 0 .6rem}.pwd-page-main-content h6{font-size:1rem;margin:1rem 0 .5rem}.pwd-page-main-content p{margin-bottom:1.5rem;color:var(--pwd-text-secondary);font-size:1.05rem;line-height:1.8}.pwd-page-main-content ol,.pwd-page-main-content ul,.pwd-page-main-content__list{margin:1.5rem 0;padding-left:0;list-style:none}.pwd-page-main-content li,.pwd-page-main-content__list li{margin-bottom:.8rem;color:var(--pwd-text-secondary);position:relative;padding-left:1.5rem}.pwd-page-main-content ul li::before,.pwd-page-main-content__list li::before{content:'';position:absolute;left:0;top:.7rem;width:6px;height:6px;background:var(--pwd-primary-color);border-radius:50%}.pwd-page-main-content ol,.pwd-page-main-content__list--ordered{counter-reset:custom-counter}.pwd-page-main-content ol li,.pwd-page-main-content__list--ordered li{counter-increment:custom-counter}.pwd-page-main-content ol li::before,.pwd-page-main-content__list--ordered li::before{content:counter(custom-counter);position:absolute;left:0;top:0;width:1.2rem;height:1.2rem;background:var(--pwd-primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600}.pwd-page-main-content blockquote,.pwd-page-main-content__blockquote{background:var(--pwd-card-bg);border-left:4px solid var(--pwd-primary-color);padding:1.5rem 2rem;margin:2rem 0;border-radius:0 8px 8px 0;font-style:italic;color:var(--pwd-text-light);backdrop-filter:blur(10px)}.pwd-page-main-content blockquote p,.pwd-page-main-content__blockquote p{margin-bottom:0;font-size:1.1rem}.pwd-page-main-content a,.pwd-page-main-content__link{color:var(--pwd-primary-light);text-decoration:none;position:relative;transition:color .3s}.pwd-page-main-content a::after,.pwd-page-main-content__link::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--pwd-primary-color);transition:width .3s}.pwd-page-main-content code,.pwd-page-main-content__code{background:var(--pwd-dark-surface);color:var(--pwd-primary-light);padding:.2rem .4rem;border-radius:4px;font-family:'Courier New',monospace;font-size:.9rem}.pwd-page-main-content pre,.pwd-page-main-content__pre{background:var(--pwd-dark-surface);color:var(--pwd-text-light);padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0;border:1px solid var(--pwd-card-border)}.pwd-page-main-content pre code,.pwd-page-main-content__pre code{background:0 0;padding:0;color:var(--pwd-text-light)}.pwd-page-main-content table,.pwd-page-main-content__table{width:100%;border-collapse:collapse;margin:2rem 0;background:var(--pwd-card-bg);border-radius:12px;overflow:hidden;border:1px solid var(--pwd-card-border);backdrop-filter:blur(10px)}.pwd-404__number,.pwd-page-main-content th,.pwd-page-main-content__table th{background:linear-gradient(135deg,var(--pwd-primary-color),var(--pwd-primary-light))}.pwd-page-main-content th,.pwd-page-main-content__table th{color:#fff;padding:1rem;text-align:left;font-weight:600}.pwd-page-main-content td,.pwd-page-main-content__table td{padding:1rem;color:var(--pwd-text-secondary);border-bottom:1px solid rgba(138,92,246,.1)}.pwd-page-main-content tbody tr:hover,.pwd-page-main-content__table tbody tr:hover{background:rgba(138,92,246,.05)}.pwd-page-main-content tbody tr:last-child td,.pwd-page-main-content__table tbody tr:last-child td{border-bottom:none}.pwd-page-main-content img,.pwd-page-main-content__image{max-width:100%;height:auto;border-radius:12px;border:1px solid var(--pwd-card-border);margin:1.5rem 0}.pwd-page-main-content figure,.pwd-page-main-content__figure{margin:2rem 0;text-align:center}.pwd-page-main-content figcaption,.pwd-page-main-content__caption{margin-top:1rem;color:var(--pwd-text-muted);font-size:.9rem;font-style:italic;line-height:1.5}.pwd-page-main-content hr,.pwd-page-main-content__divider{border:none;height:1px;background:linear-gradient(90deg,transparent,var(--pwd-primary-color),transparent);margin:3rem 0}@media (min-width:1200px){.pwd-page-main-content{padding:4rem}}@media (max-width:1199.98px){.pwd-page-main-content h1,.pwd-page-main-content__title{font-size:2.5rem}}@media (max-width:991.98px){.pwd-simple-hero__title{font-size:2.5rem}.pwd-simple-hero__meta{flex-direction:column;gap:1rem}.pwd-simple-hero__particle:nth-child(n+4){display:none}.pwd-page-main-content h1,.pwd-page-main-content__title{font-size:2.2rem}.pwd-page-main-content h2,.pwd-page-main-content__heading{font-size:1.8rem;padding-left:18px}.pwd-page-main-content h2::before,.pwd-page-main-content__heading::before{width:3px}}@media (max-width:767.98px){:root{--pwd-hero-padding:1.5rem;--pwd-content-padding:1.5rem}.pwd-simple-hero{padding:4rem var(--pwd-hero-padding) 3rem var(--pwd-hero-padding);padding-top:8rem;padding-bottom:5rem}.pwd-simple-hero__title{font-size:2.2rem}.pwd-simple-hero__particle:nth-child(n+3){display:none}.pwd-page-main-content{padding:3rem var(--pwd-content-padding)}.pwd-page-main-content h1,.pwd-page-main-content__title{font-size:2rem}.pwd-page-main-content h2,.pwd-page-main-content__heading{font-size:1.7rem;padding-left:18px}.pwd-page-main-content h2::before,.pwd-page-main-content__heading::before{width:3px}.pwd-page-main-content blockquote,.pwd-page-main-content__blockquote{padding:1.2rem 1.5rem}.pwd-page-main-content pre,.pwd-page-main-content__pre{padding:1.2rem}.pwd-page-main-content td,.pwd-page-main-content th,.pwd-page-main-content__table td,.pwd-page-main-content__table th{padding:.8rem}}.modal-overlay.pwd-modal__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transition:.3s;overflow-y:auto;padding:1rem 0}.modal-overlay.pwd-modal__overlay.active{opacity:1;visibility:visible}.modal-container.pwd-modal__container{background:var(--pwd-modal-glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--pwd-modal-glass-border);border-radius:20px;padding:2.5rem;max-width:500px;width:90%;position:relative;box-shadow:0 20px 60px var(--pwd-modal-glass-shadow);transform:translateY(20px) scale(.9);transition:.3s;margin:auto;max-height:calc(100vh - 2rem);overflow-y:auto}.contact-method.pwd-modal__method,.pwd-404__button{text-decoration:none;transition:.3s;overflow:hidden}.modal-overlay.pwd-modal__overlay.active .modal-container.pwd-modal__container{transform:translateY(0) scale(1)}.modal-close.pwd-modal__close{position:absolute;top:1rem;right:1rem;width:35px;height:35px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.modal-close.pwd-modal__close:hover{background:rgba(255,255,255,.2);transform:scale(1.1)}.contact-info.pwd-modal__info p,.modal-close.pwd-modal__close i{color:var(--pwd-text-secondary);font-size:.9rem}.modal-header.pwd-modal__header{text-align:center;margin-bottom:2rem}.modal-title.pwd-modal__title{font-size:1.8rem;font-weight:600;margin-bottom:1rem;color:var(--pwd-text-light);line-height:1.4em}.modal-description.pwd-modal__description{color:var(--pwd-text-secondary);font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.modal-subtitle.pwd-modal__subtitle{color:var(--pwd-primary-light);font-size:.9rem;font-weight:500;margin-bottom:1.5rem}.contact-methods.pwd-modal__methods{display:flex;flex-direction:column;gap:1rem}.contact-method.pwd-modal__method{display:flex;align-items:center;padding:1rem 1.5rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:15px;color:var(--pwd-text-light);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;opacity:0;transform:translateY(20px)}.contact-method.pwd-modal__method::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s;pointer-events:none}.contact-method.pwd-modal__method:hover::before,.pwd-404__button:hover::before{left:100%}.contact-method.pwd-modal__method:hover{background:rgba(255,255,255,.1);border-color:var(--pwd-primary-color);transform:translateY(-2px);box-shadow:0 8px 25px rgba(138,92,246,.2)}.contact-icon.pwd-modal__icon{width:40px;height:40px;background:rgba(138,92,246,.2);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-right:1rem;font-size:1.1rem;color:var(--pwd-primary-light);transition:.3s}.contact-method.pwd-modal__method:hover .contact-icon.pwd-modal__icon{background:var(--pwd-primary-color);color:#fff;transform:scale(1.1)}.contact-info.pwd-modal__info h3{font-size:1.1rem;font-weight:600;margin-bottom:.2rem}.modal-overlay.pwd-modal__overlay.active .contact-method.pwd-modal__method{animation:.5s forwards pwdModalSlideInUp}.modal-overlay.pwd-modal__overlay.active .contact-method.pwd-modal__method:first-child{animation-delay:.1s}.modal-overlay.pwd-modal__overlay.active .contact-method.pwd-modal__method:nth-child(2){animation-delay:.2s}.modal-overlay.pwd-modal__overlay.active .contact-method.pwd-modal__method:nth-child(3){animation-delay:.3s}@keyframes pwdModalSlideInUp{to{opacity:1;transform:translateY(0)}}@media (max-width:575.98px){:root{--pwd-hero-padding:1rem;--pwd-content-padding:1rem}.pwd-simple-hero__title{font-size:2rem}.pwd-simple-hero__meta{flex-direction:column;gap:.8rem}.pwd-simple-hero__meta-item{font-size:.9rem}.pwd-page-main-content{padding:2rem var(--pwd-content-padding)}.pwd-page-main-content h1,.pwd-page-main-content__title{font-size:1.8rem}.pwd-page-main-content h2,.pwd-page-main-content__heading{font-size:1.5rem;padding-left:15px}.pwd-page-main-content h2::before,.pwd-page-main-content__heading::before{width:3px}.pwd-page-main-content p{font-size:1rem}.pwd-page-main-content blockquote,.pwd-page-main-content__blockquote{padding:1rem 1.2rem;margin:1.5rem 0}.pwd-page-main-content pre,.pwd-page-main-content__pre{padding:1rem;font-size:.9rem}.pwd-page-main-content td,.pwd-page-main-content th,.pwd-page-main-content__table td,.pwd-page-main-content__table th{padding:.6rem;font-size:.9rem}.modal-overlay.pwd-modal__overlay{align-items:flex-start;padding:.5rem 0}.modal-container.pwd-modal__container{padding:2rem 1.5rem;margin:.5rem;max-height:calc(100vh - 1rem);min-height:auto}.modal-title.pwd-modal__title{font-size:1.5rem}.modal-description.pwd-modal__description{font-size:.95rem}.contact-method.pwd-modal__method{padding:.8rem 1rem}.contact-icon.pwd-modal__icon{width:35px;height:35px;margin-right:.8rem}}@media (max-width:389px){.contact-info.pwd-modal__info p{display:none}}@media (max-height:600px){.modal-overlay.pwd-modal__overlay{align-items:flex-start;padding-top:1rem}.modal-container.pwd-modal__container{max-height:calc(100vh - 2rem);transform:translateY(0) scale(.9)}.modal-overlay.pwd-modal__overlay.active .modal-container.pwd-modal__container{transform:translateY(0) scale(1)}}.pwd-404__content{max-width:800px;margin:0 auto;padding:4rem var(--pwd-404-content-padding);position:relative;background:linear-gradient(135deg,rgba(138,92,246,.02) 0,rgba(15,15,18,.98) 100%),var(--pwd-dark-bg);min-height:80vh;display:flex;align-items:center;justify-content:center}.pwd-404__content::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(138,92,246,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(138,92,246,.015) 1px,transparent 1px);background-size:80px 80px;opacity:.3;pointer-events:none;z-index:0}.pwd-404__container{position:relative;z-index:1;text-align:center;width:100%;margin-top:71px}.pwd-404__number{font-size:8rem;font-weight:700;line-height:1;margin-bottom:2rem;-webkit-background-clip:text;background-clip:text;text-shadow:0 0 50px var(--pwd-glow-color);position:relative;display:inline-block}.pwd-404__number::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,var(--pwd-glow-color) 0,transparent 70%);z-index:-1;opacity:.4}.pwd-404__title{font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:var(--pwd-text-light)}.pwd-404__subtitle{font-size:1.2rem;color:var(--pwd-text-secondary);margin-bottom:3rem;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.8}.pwd-404__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,var(--pwd-primary-color),var(--pwd-primary-light));color:#fff;border-radius:12px;font-weight:600;font-size:1.1rem;position:relative}.pwd-404__button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.pwd-404__button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(138,92,246,.4)}.pwd-404__button:active{transform:translateY(0)}.pwd-404__button i{font-size:1.2rem}.pwd-404__decorative{position:absolute;width:100%;height:100%;pointer-events:none;z-index:0}.pwd-404__floating-icon{position:absolute;color:var(--pwd-primary-color);opacity:.1;transition:transform .3s}.pwd-404__floating-icon:first-child{top:20%;left:10%;font-size:2rem}.pwd-404__floating-icon:nth-child(2){top:30%;right:15%;font-size:1.5rem}.pwd-404__floating-icon:nth-child(3){bottom:25%;left:15%;font-size:1.8rem}.pwd-404__floating-icon:nth-child(4){bottom:40%;right:10%;font-size:1.3rem}@keyframes pwd-404-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (min-width:1200px){.pwd-404__content{padding:4rem}}@media (max-width:1199.98px){.pwd-404__number{font-size:7rem}.pwd-404__title{font-size:2.2rem}}@media (max-width:991.98px){.pwd-404__number{font-size:6rem}.pwd-404__title{font-size:2rem}.pwd-404__subtitle{font-size:1.1rem}}@media (max-width:767.98px){:root{--pwd-404-content-padding:1.5rem}.pwd-404__content{padding:3rem var(--pwd-404-content-padding);min-height:70vh}.pwd-404__number{font-size:5rem;margin-bottom:1.5rem}.pwd-404__title{font-size:1.8rem}.pwd-404__subtitle{font-size:1rem;margin-bottom:2.5rem}.pwd-404__button{padding:.8rem 1.5rem;font-size:1rem}.pwd-404__floating-icon{font-size:1.2rem!important}}@media (max-width:575.98px){:root{--pwd-404-content-padding:1rem}.pwd-404__content{padding:2rem var(--pwd-404-content-padding);min-height:60vh}.pwd-404__number{font-size:4rem;margin-bottom:1rem}.pwd-404__title{font-size:1.6rem}.pwd-404__subtitle{font-size:.95rem;margin-bottom:2rem}.pwd-404__button{padding:.7rem 1.2rem;font-size:.95rem}.pwd-404__floating-icon{display:none}}
