html{margin:0;padding:0;box-sizing:border-box}
body{margin:0;padding:0;font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.6;color:#1a1a1a;background:#fafafa;-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}
a:focus,button:focus,input:focus{outline:2px solid #5F3CEC;outline-offset:2px}
::selection{background:#BB1851;color:#fff}
.hdwrap{background:linear-gradient(135deg,#5F3CEC 0%,#7d5ef0 100%);padding:48px 24px;position:relative}
.hdinner{max-width:1500px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:48px}
.logobox{background:#fff;padding:16px 24px;border-radius:28px;box-shadow:0 10px 40px 0 #5f3cec1f;border-left:8px solid #EEFF7C;display:flex;align-items:center;justify-content:center}
.logobox img{width:65px;height:65px;object-fit:contain;display:block}
.nvprimary{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;align-items:center}
.nvprimary a{padding:16px 24px;background:#ffffff26;color:#fff;text-decoration:none;font-size:18px;font-weight:700;border-radius:16px;transition:background .18s cubic-bezier(0.4,0,0.6,1),transform .14s ease-out;box-shadow:0 4px 22px 0 #5f3cec17;letter-spacing:.02em;position:relative;overflow:hidden;min-height:44px;display:flex;align-items:center}
.nvprimary a::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#eeff7c4d 0%,#fff3 100%);transition:left .22s cubic-bezier(0.4,0,0.6,1)}
.nvprimary a:hover::before{left:0}
.nvprimary a:hover{background:#ffffff40;transform:translateY(-2px)}
.nvsecondary{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;align-items:center}
.nvsecondary a{padding:8px 16px;background:transparent;color:#EEFF7C;text-decoration:none;font-size:16px;font-weight:400;border:1px solid #eeff7c80;border-radius:28px;transition:border-color .16s ease-out,background .16s ease-out;letter-spacing:.01em;min-height:44px;display:flex;align-items:center}
.nvsecondary a:hover{border-color:#EEFF7C;background:#eeff7c1a}
.ftwrap{background:#fff;padding:96px 24px 48px;border-top:8px solid #5F3CEC;position:relative}
.ftinner{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1fr 3fr;gap:48px}
.ftlogobox{background:#f5f5f5;padding:24px;border-radius:16px;box-shadow:0 1px 4px 0 #bb18510f;display:flex;align-items:center;justify-content:center;border-left:8px solid #BB1851}
.ftlogobox img{width:65px;height:65px;object-fit:contain;display:block}
.ftcontent{display:flex;flex-direction:column;gap:24px}
.ftdesc{font-size:18px;line-height:1.6;color:#333;max-width:800px}
.ftscript{font-size:28px;line-height:1.3;color:#5F3CEC;font-style:italic;letter-spacing:-.02em}
.ftnavbox{display:flex;flex-wrap:wrap;gap:24px;margin:24px 0}
.ftnavbox a{color:#5F3CEC;text-decoration:none;font-size:16px;padding:8px 16px;border-radius:16px;transition:background .14s ease-out;letter-spacing:.01em}
.ftnavbox a:hover{background:#5f3cec14}
.ftcontactbox{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin:24px 0}
.ftcontactitem{padding:16px;background:#fafafa;border-radius:16px;font-size:16px;line-height:1.6;color:#333}
.ftcontactitem strong{display:block;color:#BB1851;margin-bottom:8px;font-weight:700}
.ftcopyright{margin-top:48px;padding-top:24px;border-top:1px solid #e0e0e0;text-align:center;font-size:16px;color:#666}
.cookiebox{position:fixed;top:24px;right:24px;background:#fff;padding:24px;border-radius:16px;box-shadow:0 10px 40px 0 #5f3cec1f;max-width:450px;z-index:10000;transform:translateY(-150%);transition:transform .22s cubic-bezier(0.4,0,0.6,1);display:none}
.cookiebox.cookieshow{display:block;transform:translateY(0)}
.cookiebox.cookiehide{transform:translateY(-150%)}
.cookietitle{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:16px;line-height:1.3}
.cookietext{font-size:16px;line-height:1.6;color:#333;margin-bottom:24px}
.cookiegrid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:24px}
.cookiecard{padding:16px;background:#f5f5f5;border-radius:16px;border:1px solid #e0e0e0}
.cookiecardtitle{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:8px;display:flex;justify-content:space-between;align-items:center}
.cookiecard input[type="checkbox"]{width:20px;height:20px}
.cookiecard input[type="checkbox"]:disabled{opacity:.5}
.cookiebtns{display:flex;gap:16px;flex-wrap:wrap}
.cookiebt{flex:1;min-width:120px;padding:16px 24px;border:none;border-radius:28px;font-size:16px;font-weight:700;cursor:pointer;transition:background .18s cubic-bezier(0.4,0,0.6,1);font-family:'DM Sans',sans-serif;letter-spacing:.01em;min-height:44px;position:relative;overflow:hidden}
.cookiebt::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;transition:left .22s cubic-bezier(0.4,0,0.6,1)}
.cookiebt:hover::before{left:0}
.cookiebtaccept{background:#5F3CEC;color:#fff}
.cookiebtaccept::before{background:linear-gradient(135deg,#eeff7c4d 0%,#5f3cec80 100%)}
.cookiebtaccept:hover{background:#4f2ed4}
.cookiebtdecline{background:#e0e0e0;color:#1a1a1a}
.cookiebtdecline::before{background:linear-gradient(135deg,#bb185133 0%,#e0e0e080 100%)}
.cookiebtdecline:hover{background:#d0d0d0}
.cookiebtopt{background:#BB1851;color:#fff}
.cookiebtopt::before{background:linear-gradient(135deg,#eeff7c4d 0%,#bb185180 100%)}
.cookiebtopt:hover{background:#a01545}
.cookiepolicy{margin-top:16px;font-size:16px;color:#666}
.cookiepolicy a{color:#5F3CEC;text-decoration:none}
.cookiepolicy a:hover{text-decoration:underline}
.ftprefslink{color:#5F3CEC;text-decoration:none;font-size:16px;cursor:pointer}
.ftprefslink:hover{text-decoration:underline}
@media (max-width: 768px) {
.ftinner{grid-template-columns:1fr}
.hdinner{gap:24px}
.cookiebox{top:16px;right:16px;left:16px;max-width:none}
.cookiebtns{flex-direction:column}
.cookiebt{min-width:100%}
}
.terms-inner{max-width:1500px;margin-left:auto;margin-right:auto;padding:96px 24px}
.terms-inner h1{font-size:56px;line-height:1.1;letter-spacing:-.02em;margin-bottom:48px;color:#1a1a1a}
.terms-inner h2{font-size:28px;line-height:1.3;letter-spacing:-.01em;margin-top:96px;margin-bottom:24px;color:#2a2a2a}
.terms-inner h3{font-size:18px;line-height:1.3;letter-spacing:0;margin-top:48px;margin-bottom:16px;color:#3a3a3a}
.terms-inner h4,.terms-inner h5,.terms-inner h6{font-size:16px;line-height:1.6;letter-spacing:.01em;margin-top:24px;margin-bottom:8px;color:#4a4a4a}
.terms-inner p{font-size:16px;line-height:1.9;letter-spacing:.01em;margin-bottom:24px;color:#2a2a2a}
.terms-inner ul,.terms-inner ol{font-size:16px;line-height:1.9;letter-spacing:.01em;margin-bottom:24px;padding-left:24px;color:#2a2a2a}
.terms-inner li{margin-bottom:8px}
.terms-inner li:last-child{margin-bottom:0}
.terms-inner ul li{list-style-type:disc}
.terms-inner ol li{list-style-type:decimal}
.terms-inner strong,.terms-inner b{font-weight:600;color:#1a1a1a}
.terms-inner em,.terms-inner i{font-style:italic}
.terms-inner a{color:#5F3CEC;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:color .18s ease-out,text-decoration-color .18s ease-out}
.terms-inner a:hover{color:#BB1851;text-decoration-color:#BB1851}
.terms-inner hr{border:none;height:1px;background-color:#e5e5e5;margin:48px 0}
.terms-inner div{margin-bottom:24px}
.terms-inner h1:first-child{margin-top:0}
.terms-inner h2:first-child,.terms-inner h3:first-child,.terms-inner h4:first-child,.terms-inner h5:first-child,.terms-inner h6:first-child{margin-top:0}
@media (max-width: 768px) {
.terms-inner{padding:48px 16px}
.terms-inner h1{font-size:28px;margin-bottom:24px}
.terms-inner h2{font-size:18px;margin-top:48px;margin-bottom:16px}
.terms-inner h3{font-size:16px;margin-top:24px;margin-bottom:8px}
.terms-inner ul,.terms-inner ol{padding-left:16px}
}
.esnarixvexpr{background:#fff;min-height:100vh;padding-bottom:96px}
.esnarixvexpr .breadcrumbwrap{max-width:1500px;margin:0 auto;padding:24px 48px}
.esnarixvexpr .breadcrumblist{display:flex;flex-direction:row;gap:8px;align-items:center;list-style:none;margin:0;padding:0}
.esnarixvexpr .breadcrumbitem{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:16px;line-height:1.6;color:#666}
.esnarixvexpr .breadcrumblink{color:#5F3CEC;text-decoration:none;transition:opacity .16s ease-out}
.esnarixvexpr .breadcrumblink:hover{opacity:.7}
.esnarixvexpr .breadcrumbseparator{width:16px;height:16px;display:flex;align-items:center;justify-content:center}
.esnarixvexpr .breadcrumbseparator svg{width:8px;height:8px;fill:#999}
.esnarixvexpr .breadcrumbcurrent{color:#333;font-weight:500}
.esnarixvexpr .heropost{max-width:1500px;margin:0 auto 96px;padding:0 48px;position:relative}
.esnarixvexpr .heropost::before{content:'';position:absolute;top:0;left:0;width:2px;height:96px;background:#5F3CEC}
.esnarixvexpr .heropost::after{content:'';position:absolute;top:0;left:0;width:96px;height:2px;background:#5F3CEC}
.esnarixvexpr .posttag{display:inline-block;padding:8px 16px;background:#EEFF7C;color:#333;font-size:16px;line-height:1.3;font-weight:500;border-radius:16px;margin-bottom:24px}
.esnarixvexpr .herotitle{font-size:72px;line-height:1.1;letter-spacing:-.02em;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.esnarixvexpr .metainfo{display:flex;flex-direction:row;gap:24px;align-items:center;margin-bottom:48px}
.esnarixvexpr .metaitem{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:16px;line-height:1.6;color:#666}
.esnarixvexpr .metaicon{width:20px;height:20px}
.esnarixvexpr .metaicon svg{width:100%;height:100%;fill:#BB1851}
.esnarixvexpr .heroimage{width:100%;height:600px;border-radius:28px;overflow:hidden;position:relative;box-shadow:0 10px 40px 0 #5f3cec1f}
.esnarixvexpr .heroimage::before{content:'';position:absolute;top:0;left:0;right:0;height:40%;background:linear-gradient(to bottom,#0000004d,transparent);pointer-events:none;z-index:2}
.esnarixvexpr .heroimage::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,#00000008 2px,#00000008 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,#00000008 2px,#00000008 4px);pointer-events:none;z-index:1}
.esnarixvexpr .heroimage img{width:100%;height:100%;object-fit:cover}
.esnarixvexpr .contentblock{max-width:1500px;margin:0 auto 96px;padding:0 48px 0 144px;position:relative}
.esnarixvexpr .contentblock::before{content:'';position:absolute;left:0;top:-48px;width:800px;height:800px;background:radial-gradient(circle at 30% 40%,#5f3cec14,transparent 60%);pointer-events:none;z-index:-1}
.esnarixvexpr .articlebody{max-width:900px}
.esnarixvexpr .articlebody p{font-size:18px;line-height:1.9;color:#333;margin:0 0 24px}
.esnarixvexpr .articlebody h2{font-size:56px;line-height:1.1;letter-spacing:-.01em;color:#1a1a1a;margin:48px 0 24px;font-weight:700;position:relative;padding-top:24px}
.esnarixvexpr .articlebody h2::before{content:'';position:absolute;top:0;left:0;width:96px;height:4px;background:#BB1851}
.esnarixvexpr .articlebody ins{background:#EEFF7C;text-decoration:none;padding:2px 4px;color:#1a1a1a;font-weight:500}
.esnarixvexpr .articlebody ul{margin:0 0 24px;padding:0;list-style:none}
.esnarixvexpr .articlebody li{font-size:18px;line-height:1.9;color:#333;padding-left:32px;position:relative;margin-bottom:16px}
.esnarixvexpr .articlebody li::before{content:'';position:absolute;left:0;top:12px;width:16px;height:16px;background:#5F3CEC;clip-path:polygon(0 50%,40% 100%,100% 0,85% 0,40% 70%,15% 50%)}
.esnarixvexpr .articlebody details{margin:24px 0;padding:24px;background:#fafafa;border-radius:16px;border:2px solid #e6e6e6}
.esnarixvexpr .articlebody summary{font-size:18px;line-height:1.3;color:#1a1a1a;font-weight:600;cursor:pointer;list-style:none;display:flex;flex-direction:row;align-items:center;gap:8px;transition:color .18s ease-out}
.esnarixvexpr .articlebody summary::-webkit-details-marker{display:none}
.esnarixvexpr .articlebody summary::before{content:'';width:24px;height:24px;background:#5F3CEC;clip-path:polygon(50% 70%,0 30%,20% 30%,50% 50%,80% 30%,100% 30%);transition:transform .18s cubic-bezier(0.4,0,0.6,1);flex-shrink:0}
.esnarixvexpr .articlebody details[open] summary::before{transform:rotate(180deg)}
.esnarixvexpr .articlebody summary:hover{color:#5F3CEC}
.esnarixvexpr .articlebody details p{margin-top:16px;font-size:18px;line-height:1.9;color:#555}
.esnarixvexpr .featurecheckbox{max-width:1500px;margin:0 auto 96px;padding:48px;background:linear-gradient(135deg,#5F3CEC 0%,#BB1851 100%);position:relative;margin-left:96px;border-radius:28px}
.esnarixvexpr .checktitle{font-size:56px;line-height:1.1;color:#fff;margin:0 0 48px;font-weight:700}
.esnarixvexpr .checkgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.esnarixvexpr .checkitem{display:flex;flex-direction:row;align-items:flex-start;gap:16px;padding:24px;background:#ffffff1f;border-radius:16px;transition:background .14s ease-out}
.esnarixvexpr .checkitem:hover{background:#ffffff2e}
.esnarixvexpr .checkmark{width:32px;height:32px;flex-shrink:0}
.esnarixvexpr .checkmark svg{width:100%;height:100%;fill:#EEFF7C}
.esnarixvexpr .checktext{font-size:18px;line-height:1.6;color:#fff}
.esnarixvexpr .statsvisual{max-width:1500px;margin:0 auto 96px;padding:0 48px;display:grid;grid-template-columns:1fr 3fr;gap:48px;align-items:center}
.esnarixvexpr .statnumber{position:relative}
.esnarixvexpr .numbercompare{display:flex;flex-direction:row;align-items:baseline;gap:16px}
.esnarixvexpr .numberbefore{font-size:56px;line-height:1.1;color:#ccc;text-decoration:line-through;font-weight:700}
.esnarixvexpr .numberafter{font-size:72px;line-height:1.1;color:#5F3CEC;font-weight:700}
.esnarixvexpr .stattext{font-size:28px;line-height:1.3;color:#1a1a1a;font-weight:600}
.esnarixvexpr .stattext p{margin:0}
.esnarixvexpr .pathconnect{max-width:1500px;margin:0 auto 96px;padding:0 48px;position:relative;margin-right:96px}
.esnarixvexpr .pathtitle{font-size:56px;line-height:1.1;color:#1a1a1a;margin:0 0 48px;font-weight:700}
.esnarixvexpr .pathsteps{display:flex;flex-direction:row;gap:0;position:relative}
.esnarixvexpr .pathsteps::before{content:'';position:absolute;top:32px;left:32px;right:32px;height:4px;background:linear-gradient(to right,#5F3CEC,#BB1851);z-index:0}
.esnarixvexpr .stepitem{flex:1;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}
.esnarixvexpr .stepicon{width:64px;height:64px;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 22px 0 #5f3cec17;margin-bottom:24px}
.esnarixvexpr .stepicon svg{width:32px;height:32px;fill:#5F3CEC}
.esnarixvexpr .steplabel{font-size:18px;line-height:1.6;color:#333;text-align:center;font-weight:500}
.esnarixvexpr .zigzagdivider{width:100%;height:32px;margin:96px 0}
.esnarixvexpr .ctablock{max-width:1500px;margin:0 auto;padding:0 48px 0 192px;background:#fafafa;border-radius:28px;padding-top:48px;padding-bottom:48px;position:relative}
.esnarixvexpr .ctablock::before{content:'';position:absolute;right:48px;top:50%;transform:translateY(-50%);width:400px;height:400px;background:#EEFF7C;border-radius:50%;opacity:.3;pointer-events:none}
.esnarixvexpr .ctatitle{font-size:56px;line-height:1.1;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.esnarixvexpr .ctadesc{font-size:18px;line-height:1.6;color:#555;margin:0 0 48px;max-width:700px}
.esnarixvexpr .ctabutton{display:inline-block;padding:16px 48px;background:#5F3CEC;color:#fff;font-size:18px;line-height:1.3;font-weight:600;text-decoration:none;border-radius:28px;position:relative;overflow:hidden;transition:transform .14s cubic-bezier(0.4,0,0.6,1);box-shadow:0 4px 22px 0 #5f3cec17}
.esnarixvexpr .ctabutton::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,transparent,#bb185166,transparent);transition:left .22s ease-out}
.esnarixvexpr .ctabutton:hover{transform:translateY(-2px);box-shadow:0 10px 40px 0 #5f3cec1f}
.esnarixvexpr .ctabutton:hover::before{left:100%}
@media (max-width: 1024px) {
.esnarixvexpr .herotitle{font-size:56px}
.esnarixvexpr .articlebody h2{font-size:28px}
.esnarixvexpr .checktitle,.esnarixvexpr .pathtitle,.esnarixvexpr .ctatitle{font-size:28px}
.esnarixvexpr .checkgrid{grid-template-columns:1fr}
.esnarixvexpr .statsvisual{grid-template-columns:1fr;gap:24px}
.esnarixvexpr .pathsteps{flex-direction:column;gap:24px}
.esnarixvexpr .pathsteps::before{display:none}
.esnarixvexpr .contentblock,.esnarixvexpr .featurecheckbox,.esnarixvexpr .pathconnect,.esnarixvexpr .ctablock{margin-left:0;margin-right:0;padding-left:24px;padding-right:24px}
.esnarixvexpr .heropost,.esnarixvexpr .statsvisual,.esnarixvexpr .breadcrumbwrap{padding-left:24px;padding-right:24px}
}
@media (max-width: 640px) {
.esnarixvexpr .herotitle{font-size:28px}
.esnarixvexpr .heroimage{height:300px}
.esnarixvexpr .metainfo{flex-direction:column;align-items:flex-start;gap:8px}
.esnarixvexpr .articlebody p,.esnarixvexpr .articlebody li,.esnarixvexpr .checktext,.esnarixvexpr .steplabel,.esnarixvexpr .ctadesc{font-size:16px}
.esnarixvexpr .numberafter{font-size:56px}
.esnarixvexpr .numberbefore{font-size:28px}
.esnarixvexpr .stattext{font-size:18px}
}
.esnarix-contact{max-width:1500px;margin:0 auto;background:#fff;font-size:16px;line-height:1.6;color:#1a1a1a;-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}
.esnarix-contact .herobox{display:grid;grid-template-columns:1fr 3fr;gap:48px;padding:96px 48px;position:relative;background:linear-gradient(to right,#5F3CEC 50%,#BB1851 50%);align-items:center}
.esnarix-contact .herobox::before{content:'';position:absolute;left:0;top:0;width:2px;height:100%;background:#EEFF7C}
.esnarix-contact .herobox .imgcard{width:280px;height:320px;border-radius:28px;overflow:hidden;box-shadow:0 10px 40px 0 #5f3cec1f;opacity:0;filter:blur(20px);animation:clarify-img .18s ease-out .1s forwards}
@keyframes clarify-img {
to{opacity:1;filter:blur(0)}
}
.esnarix-contact .herobox .imgcard img{width:100%;height:100%;object-fit:cover;filter:contrast(1.15) sharpen(1)}
.esnarix-contact .herobox .textzone{opacity:0;filter:blur(15px);animation:clarify-text .22s ease-out .25s forwards}
@keyframes clarify-text {
to{opacity:1;filter:blur(0)}
}
.esnarix-contact .herobox h1{font-size:56px;line-height:1.1;letter-spacing:-.02em;color:#fff;margin:0 0 24px}
.esnarix-contact .herobox .tagline{font-size:18px;line-height:1.6;color:#ffffffeb;margin:0}
.esnarix-contact .formwrapper{padding:96px 48px;background:#fafafa}
.esnarix-contact .formwrapper .formlayout{display:grid;grid-template-columns:1fr 3fr;gap:96px;align-items:start}
.esnarix-contact .formwrapper .infosection{opacity:0;filter:blur(12px);animation:clarify-info .16s ease-out .4s forwards}
@keyframes clarify-info {
to{opacity:1;filter:blur(0)}
}
.esnarix-contact .formwrapper .infosection h2{font-size:28px;line-height:1.3;letter-spacing:-.01em;color:#1a1a1a;margin:0 0 8px;position:relative;padding-top:16px}
.esnarix-contact .formwrapper .infosection h2::before{content:'';position:absolute;top:0;left:0;width:80px;height:2px;background:#5F3CEC}
.esnarix-contact .formwrapper .infosection .intro{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0 0 48px}
.esnarix-contact .contactdetails{display:flex;flex-direction:column;gap:24px}
.esnarix-contact .contactitem{display:flex;align-items:flex-start;gap:16px}
.esnarix-contact .contactitem .iconbox{width:48px;height:48px;border-radius:16px;background:#5F3CEC;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 22px 0 #5f3cec17;flex-shrink:0}
.esnarix-contact .contactitem .iconbox svg{width:24px;height:24px;fill:#fff}
.esnarix-contact .contactitem .detailtext{display:flex;flex-direction:column;gap:8px}
.esnarix-contact .contactitem .label{font-size:16px;line-height:1.3;color:#6a6a6a;margin:0}
.esnarix-contact .contactitem .value{font-size:18px;line-height:1.3;color:#1a1a1a;margin:0}
.esnarix-contact .contactitem .value a{color:#5F3CEC;text-decoration:none;transition:color .14s ease-out}
.esnarix-contact .contactitem .value a:hover{color:#4a2fc4}
.esnarix-contact .formbox{background:#fff;border-radius:28px;padding:48px;box-shadow:0 4px 22px 0 #5f3cec17;opacity:0;filter:blur(12px);animation:clarify-form .2s ease-out .55s forwards}
@keyframes clarify-form {
to{opacity:1;filter:blur(0)}
}
.esnarix-contact .formbox h3{font-size:28px;line-height:1.3;letter-spacing:-.01em;color:#1a1a1a;margin:0 0 24px}
.esnarix-contact .formbox form{display:flex;flex-direction:column;gap:24px}
.esnarix-contact .fieldgroup{display:flex;flex-direction:column;gap:8px}
.esnarix-contact .fieldgroup label{font-size:16px;line-height:1.3;color:#2a2a2a;font-weight:500}
.esnarix-contact .fieldgroup input[type="text"],.esnarix-contact .fieldgroup input[type="email"]{width:100%;padding:16px;font-size:16px;line-height:1.3;color:#1a1a1a;background:#fafafa;border:2px solid #e0e0e0;border-radius:16px;transition:border-color .14s ease-out,background .14s ease-out;outline:none}
.esnarix-contact .fieldgroup input[type="text"]::placeholder,.esnarix-contact .fieldgroup input[type="email"]::placeholder{color:#9a9a9a}
.esnarix-contact .fieldgroup input[type="text"]:focus,.esnarix-contact .fieldgroup input[type="email"]:focus{border-color:#5F3CEC;background:#fff}
.esnarix-contact .fieldgroup input[type="text"]:hover,.esnarix-contact .fieldgroup input[type="email"]:hover{border-color:silver}
.esnarix-contact .radioset{display:flex;flex-direction:column;gap:8px}
.esnarix-contact .radioset .legend{font-size:16px;line-height:1.3;color:#2a2a2a;font-weight:500;margin:0 0 8px}
.esnarix-contact .radiooptions{display:flex;flex-wrap:wrap;gap:16px}
.esnarix-contact .radiowrap{display:flex;align-items:center;gap:8px}
.esnarix-contact .radiowrap input[type="radio"]{width:20px;height:20px;cursor:pointer;accent-color:#5F3CEC}
.esnarix-contact .radiowrap label{font-size:16px;line-height:1.3;color:#2a2a2a;cursor:pointer}
.esnarix-contact .checkwrap{display:flex;align-items:flex-start;gap:8px;margin-top:8px}
.esnarix-contact .checkwrap input[type="checkbox"]{width:20px;height:20px;cursor:pointer;accent-color:#5F3CEC;flex-shrink:0;margin-top:2px}
.esnarix-contact .checkwrap label{font-size:16px;line-height:1.6;color:#4a4a4a;cursor:pointer}
.esnarix-contact .checkwrap label a{color:#5F3CEC;text-decoration:none;transition:color .14s ease-out}
.esnarix-contact .checkwrap label a:hover{color:#4a2fc4}
.esnarix-contact .submitbt{padding:16px 48px;font-size:18px;line-height:1.3;color:#fff;background:#5F3CEC;border:none;border-radius:28px;cursor:pointer;transition:background .16s ease-out,transform .12s ease-out;align-self:flex-start;position:relative;overflow:hidden;box-shadow:0 4px 22px 0 #5f3cec17}
.esnarix-contact .submitbt::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,transparent,#fff3,transparent);transition:left .18s ease-out}
.esnarix-contact .submitbt:hover::before{left:100%}
.esnarix-contact .submitbt:hover{background:#4a2fc4;transform:translateY(-2px);box-shadow:0 10px 40px 0 #5f3cec1f}
.esnarix-contact .submitbt:active{transform:translateY(0)}
.esnarix-contact ::selection{background:#BB1851;color:#fff}
@media (max-width: 768px) {
.esnarix-contact .herobox{grid-template-columns:1fr;padding:48px 24px;gap:24px}
.esnarix-contact .herobox .imgcard{width:100%;max-width:320px;margin:0 auto}
.esnarix-contact .herobox h1{font-size:28px}
.esnarix-contact .formwrapper{padding:48px 24px}
.esnarix-contact .formwrapper .formlayout{grid-template-columns:1fr;gap:48px}
.esnarix-contact .formbox{padding:24px}
.esnarix-contact .radiooptions{flex-direction:column}
.esnarix-contact .submitbt{width:100%;text-align:center}
}
.esnarixabout{background:#FAFAFA;color:#1a1a1a;font-size:18px;line-height:1.6;-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility;letter-spacing:.015em;overflow-x:clip}
.esnarixabout::selection{background:#BB1851;color:#FAFAFA}
.esnarixabout .titlezone{position:relative;background:#fff;padding:96px 24px;overflow:hidden;box-shadow:0 4px 22px 0 #5f3cec17}
.esnarixabout .titlezone-imgcollage{position:absolute;inset:0;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(3,1fr);opacity:.15;z-index:0}
.esnarixabout .titlezone-imgfrag{width:100%;height:100%;object-fit:cover;filter:grayscale(0.4)}
.esnarixabout .titlezone-imgfrag:nth-child(1){grid-column:1 / 3;grid-row:1 / 2}
.esnarixabout .titlezone-imgfrag:nth-child(2){grid-column:3 / 5;grid-row:2 / 3}
.esnarixabout .titlezone-imgfrag:nth-child(3){grid-column:2 / 4;grid-row:3 / 4}
.esnarixabout .titlezone-imgfrag:nth-child(4){grid-column:4 / 6;grid-row:1 / 3}
.esnarixabout .titlezone-imgfrag:nth-child(5){grid-column:5 / 6;grid-row:3 / 4}
.esnarixabout .titlezone-stripes{position:absolute;inset:0;background:repeating-linear-gradient(45deg,transparent,transparent 48px,#5f3cec08 48px,#5f3cec08 96px);z-index:1}
.esnarixabout .titlezone-content{position:relative;z-index:2;max-width:1500px;margin:0 auto}
.esnarixabout .titlezone-maintitle{font-size:72px;line-height:1.1;letter-spacing:-.025em;margin:0 0 24px;font-weight:700}
.esnarixabout .titlezone-desc{font-size:28px;line-height:1.3;letter-spacing:.01em;margin:0;max-width:800px;color:#444}
.esnarixabout .titlezone-vignetteimg{margin:48px 0 0;width:100%;max-width:900px;height:400px;object-fit:cover;border-radius:28px;display:block;box-shadow:0 10px 40px 0 #5f3cec1f;position:relative}
.esnarixabout .titlezone-vignetteimg::after{content:'';position:absolute;inset:0;border-radius:28px;box-shadow:inset 0 -80px 120px -40px #0000004d;pointer-events:none}
.esnarixabout .divstroke{width:100%;height:48px;overflow:hidden}
.esnarixabout .divstroke svg{width:100%;height:100%;display:block}
.esnarixabout .mainsection{background:linear-gradient(135deg,#5F3CEC 0%,#BB1851 100%);padding:96px 24px;position:relative}
.esnarixabout .mainsection-wrap{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:60fr 40fr;gap:48px}
.esnarixabout .mainsection-leftcol{display:flex;flex-direction:column;gap:48px}
.esnarixabout .storybox{background:#fff;padding:48px;border-radius:28px;box-shadow:0 10px 40px 0 #00000026}
.esnarixabout .storybox-overline{width:48px;height:2px;background:#5F3CEC;margin:0 0 16px}
.esnarixabout .storybox-hdg{font-size:28px;line-height:1.3;letter-spacing:-.01em;margin:0 0 16px;font-weight:600}
.esnarixabout .storybox-txt{margin:0 0 16px;color:#333}
.esnarixabout .storybox-txt:last-child{margin:0}
.esnarixabout .statstrip{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;margin:24px 0 0}
.esnarixabout .statstrip-item{text-align:center;padding:24px 16px;background:#5f3cec0d;border-radius:16px;transition:background .18s cubic-bezier(0.4,0,0.6,1)}
.esnarixabout .statstrip-item:hover{background:#5f3cec1a}
.esnarixabout .statstrip-num{font-size:56px;line-height:1.1;font-weight:700;margin:0 0 8px;color:#5F3CEC}
.esnarixabout .statstrip-lbl{font-size:16px;line-height:1.3;margin:0;color:#555}
.esnarixabout .timelinebox{background:#fff;padding:48px;border-radius:28px;box-shadow:0 10px 40px 0 #00000026}
.esnarixabout .timelinebox-overline{width:48px;height:2px;background:#BB1851;margin:0 0 16px}
.esnarixabout .timelinebox-hdg{font-size:28px;line-height:1.3;letter-spacing:-.01em;margin:0 0 24px;font-weight:600}
.esnarixabout .vtimeline{position:relative;padding:0 0 0 48px}
.esnarixabout .vtimeline::before{content:'';position:absolute;left:16px;top:8px;bottom:8px;width:2px;background:linear-gradient(180deg,#5F3CEC 0%,#BB1851 100%)}
.esnarixabout .vtimeline-item{position:relative;margin:0 0 24px}
.esnarixabout .vtimeline-item:last-child{margin:0}
.esnarixabout .vtimeline-dot{position:absolute;left:-32px;top:4px;width:12px;height:12px;border-radius:0;background:#5F3CEC;border:2px solid #fff;box-shadow:0 0 0 2px #5F3CEC}
.esnarixabout .vtimeline-item:nth-child(2) .vtimeline-dot{background:#BB1851;box-shadow:0 0 0 2px #BB1851}
.esnarixabout .vtimeline-item:nth-child(3) .vtimeline-dot{background:#EEFF7C;box-shadow:0 0 0 2px #EEFF7C}
.esnarixabout .vtimeline-period{font-size:16px;line-height:1.3;font-weight:600;margin:0 0 8px;color:#5F3CEC}
.esnarixabout .vtimeline-detail{font-size:16px;line-height:1.6;margin:0;color:#555}
.esnarixabout .mainsection-rightcol{display:flex;flex-direction:column;gap:48px}
.esnarixabout .iconcard{background:#fff;padding:48px;border-radius:28px;box-shadow:0 10px 40px 0 #00000026;text-align:center}
.esnarixabout .iconcard-icon{width:96px;height:96px;margin:0 auto 24px;position:relative}
.esnarixabout .iconcard-icon-circle{width:100%;height:100%;border-radius:0;background:#5F3CEC;display:flex;align-items:center;justify-content:center;position:relative}
.esnarixabout .iconcard-icon-circle::before{content:'';position:absolute;inset:-8px;border:2px solid #EEFF7C;border-radius:0}
.esnarixabout .iconcard-icon-svg{width:48px;height:48px;fill:#fff}
.esnarixabout .iconcard-hdg{font-size:28px;line-height:1.3;letter-spacing:-.01em;margin:0 0 16px;font-weight:600}
.esnarixabout .iconcard-txt{font-size:16px;line-height:1.6;margin:0;color:#555}
.esnarixabout .formbox{background:#fff;padding:48px;border-radius:28px;box-shadow:0 10px 40px 0 #00000026}
.esnarixabout .formbox-overline{width:48px;height:2px;background:#BB1851;margin:0 0 16px}
.esnarixabout .formbox-hdg{font-size:28px;line-height:1.3;letter-spacing:-.01em;margin:0 0 24px;font-weight:600}
.esnarixabout .contactform{display:flex;flex-direction:column;gap:16px}
.esnarixabout .contactform-group{display:flex;flex-direction:column;gap:8px}
.esnarixabout .contactform-lbl{font-size:16px;line-height:1.3;font-weight:600;color:#333}
.esnarixabout .contactform-input{padding:16px;border:2px solid #e0e0e0;border-radius:16px;font-size:16px;line-height:1.3;transition:border-color .15s ease-out,box-shadow .15s ease-out;background:#fff;color:#1a1a1a}
.esnarixabout .contactform-input::placeholder{color:#999}
.esnarixabout .contactform-input:focus{outline:none;border-color:#5F3CEC;box-shadow:0 0 0 3px #5f3cec1a}
.esnarixabout .contactform-textarea{padding:16px;border:2px solid #e0e0e0;border-radius:16px;font-size:16px;line-height:1.6;min-height:120px;resize:vertical;transition:border-color .15s ease-out,box-shadow .15s ease-out;background:#fff;color:#1a1a1a}
.esnarixabout .contactform-textarea::placeholder{color:#999}
.esnarixabout .contactform-textarea:focus{outline:none;border-color:#5F3CEC;box-shadow:0 0 0 3px #5f3cec1a}
.esnarixabout .contactform-select{padding:16px;border:2px solid #e0e0e0;border-radius:16px;font-size:16px;line-height:1.3;transition:border-color .15s ease-out,box-shadow .15s ease-out;background:#fff;color:#1a1a1a;cursor:pointer}
.esnarixabout .contactform-select:focus{outline:none;border-color:#5F3CEC;box-shadow:0 0 0 3px #5f3cec1a}
.esnarixabout .contactform-checkbox-wrap{display:flex;gap:8px;align-items:flex-start;margin:8px 0 0}
.esnarixabout .contactform-checkbox{width:20px;height:20px;margin:2px 0 0;cursor:pointer;flex-shrink:0}
.esnarixabout .contactform-checkbox-lbl{font-size:16px;line-height:1.6;color:#555}
.esnarixabout .contactform-checkbox-lbl a{color:#5F3CEC;text-decoration:underline;transition:color .15s ease-out}
.esnarixabout .contactform-checkbox-lbl a:hover{color:#BB1851}
.esnarixabout .contactform-bt{padding:16px 48px;border:none;border-radius:16px;font-size:18px;line-height:1.3;font-weight:600;background:linear-gradient(135deg,#5F3CEC 0%,#BB1851 100%);color:#fff;cursor:pointer;position:relative;overflow:hidden;transition:filter .16s ease-out,transform .16s ease-out;align-self:flex-start;margin:8px 0 0}
.esnarixabout .contactform-bt::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#BB1851 0%,#5F3CEC 100%);opacity:0;transition:opacity .18s cubic-bezier(0.4,0,0.6,1)}
.esnarixabout .contactform-bt:hover::before{opacity:1}
.esnarixabout .contactform-bt:hover{filter:brightness(1.1)}
.esnarixabout .contactform-bt:active{transform:scale(0.98)}
.esnarixabout .contactform-bt span{position:relative;z-index:1}
@media (max-width: 1024px) {
.esnarixabout .mainsection-wrap{grid-template-columns:1fr}
.esnarixabout .titlezone-maintitle{font-size:56px}
.esnarixabout .titlezone-desc{font-size:18px}
.esnarixabout .statstrip{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.esnarixabout .titlezone{padding:48px 16px}
.esnarixabout .titlezone-maintitle{font-size:28px}
.esnarixabout .titlezone-desc{font-size:16px}
.esnarixabout .titlezone-vignetteimg{height:250px}
.esnarixabout .mainsection{padding:48px 16px}
.esnarixabout .storybox,.esnarixabout .timelinebox,.esnarixabout .iconcard,.esnarixabout .formbox{padding:24px}
.esnarixabout .contactform-bt{width:100%}
}
.esnarixvex-press{background:#FEFEFE;color:#1A1A1A;min-height:100vh;overflow-x:clip}
.esnarixvex-press .hero-split{display:grid;grid-template-columns:58% 42%;max-width:1500px;margin:0 auto;min-height:84vh;position:relative}
.esnarixvex-press .hero-split::after{content:'';position:absolute;left:0;bottom:0;width:2px;height:120px;background:#5F3CEC}
.esnarixvex-press .hero-text-wrap{padding:96px 48px;display:flex;flex-direction:column;justify-content:center;overflow-y:auto}
.esnarixvex-press .hero-title{font-size:72px;line-height:1.1;letter-spacing:-.02em;margin:0 0 24px;font-weight:700}
.esnarixvex-press .hero-subtitle{font-size:18px;line-height:1.6;color:#4A4A4A;max-width:520px}
.esnarixvex-press .hero-image-side{position:relative;overflow:hidden;border-radius:0 0 0 28px}
.esnarixvex-press .hero-image-side img{width:100%;height:100%;object-fit:cover;display:block}
.esnarixvex-press .hero-image-side::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 30%,#0006 100%);pointer-events:none;z-index:1}
.esnarixvex-press .press-grid-section{max-width:1500px;margin:0 auto;padding:96px 48px}
.esnarixvex-press .section-header{margin:0 0 48px}
.esnarixvex-press .section-header h2{font-size:56px;line-height:1.1;letter-spacing:-.01em;margin:0 0 16px;font-weight:700}
.esnarixvex-press .section-header p{font-size:18px;line-height:1.6;color:#4A4A4A;margin:0}
.esnarixvex-press .press-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px}
.esnarixvex-press .press-card{background:#FFF;border-radius:16px;overflow:hidden;box-shadow:0 1px 4px 0 #5f3cec0f;transition:box-shadow .18s cubic-bezier(0.4,0,0.6,1),transform .18s cubic-bezier(0.4,0,0.6,1);display:flex;flex-direction:column}
.esnarixvex-press .press-card:hover{box-shadow:0 10px 40px 0 #5f3cec1f;transform:translateY(-2px)}
.esnarixvex-press .press-card-image{width:100%;height:220px;overflow:hidden;position:relative}
.esnarixvex-press .press-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease-out}
.esnarixvex-press .press-card:hover .press-card-image img{transform:scale(1.05)}
.esnarixvex-press .press-card-content{padding:24px;display:flex;flex-direction:column;gap:16px;flex:1}
.esnarixvex-press .press-meta{display:flex;flex-wrap:wrap;gap:16px;align-items:center}
.esnarixvex-press .press-tag{display:inline-block;padding:8px 16px;background:#EEFF7C;color:#1A1A1A;font-size:16px;border-radius:16px;font-weight:600;letter-spacing:.01em}
.esnarixvex-press .press-readtime{font-size:16px;color:#6A6A6A;display:flex;align-items:center;gap:8px}
.esnarixvex-press .press-readtime::before{content:'';width:16px;height:16px;background:currentColor;clip-path:polygon(50% 0%,50% 50%,100% 50%,100% 100%,0% 100%,0% 0%);opacity:.4}
.esnarixvex-press .press-card h3{font-size:28px;line-height:1.3;margin:0;font-weight:700}
.esnarixvex-press .press-card h3 a{color:inherit;text-decoration:none;transition:color .16s ease-out}
.esnarixvex-press .press-card h3 a:hover{color:#5F3CEC}
.esnarixvex-press .press-description{font-size:16px;line-height:1.6;color:#4A4A4A;margin:0}
.esnarixvex-press .press-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:16px;border-top:1px solid #E8E8E8}
.esnarixvex-press .press-views{font-size:16px;color:#6A6A6A;display:flex;align-items:center;gap:8px}
.esnarixvex-press .press-views::before{content:'';width:18px;height:12px;background:currentColor;clip-path:polygon(50% 0%,0% 100%,100% 100%);opacity:.5}
.esnarixvex-press .press-link{font-size:16px;color:#5F3CEC;text-decoration:none;font-weight:600;transition:color .14s ease-out;position:relative}
.esnarixvex-press .press-link::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:currentColor;transition:width .18s ease-out}
.esnarixvex-press .press-link:hover::after{width:100%}
.esnarixvex-press .stats-band{background:linear-gradient(135deg,#5F3CEC 0%,#5F3CEC 50%,#BB1851 50%,#BB1851 100%);padding:96px 48px}
.esnarixvex-press .stats-container{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1fr 3fr;gap:48px;align-items:center}
.esnarixvex-press .stats-intro h4{font-size:28px;line-height:1.3;color:#FFF;margin:0 0 16px;font-weight:700;position:relative}
.esnarixvex-press .stats-intro h4::before{content:'';position:absolute;top:-16px;left:0;width:80px;height:2px;background:#EEFF7C}
.esnarixvex-press .stats-intro p{font-size:16px;line-height:1.6;color:#ffffffe6;margin:0}
.esnarixvex-press .stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.esnarixvex-press .stat-item{background:#ffffff1f;padding:24px;border-radius:16px;backdrop-filter:blur(8px);transition:background .16s ease-out;position:relative}
.esnarixvex-press .stat-item:hover{background:#ffffff2e}
.esnarixvex-press .stat-num{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:28px;background:#EEFF7C;color:#1A1A1A;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center}
.esnarixvex-press .stat-item h5{font-size:56px;line-height:1.1;color:#FFF;margin:0 0 8px;font-weight:700;letter-spacing:-.02em}
.esnarixvex-press .stat-item p{font-size:16px;line-height:1.3;color:#ffffffd9;margin:0}
.esnarixvex-press .cta-zone{max-width:1500px;margin:0 auto;padding:96px 48px}
.esnarixvex-press .cta-split{display:grid;grid-template-columns:2fr 1fr;gap:48px;align-items:start}
.esnarixvex-press .cta-content h4{font-size:56px;line-height:1.1;margin:0 0 24px;font-weight:700;letter-spacing:-.01em}
.esnarixvex-press .cta-content p{font-size:18px;line-height:1.6;color:#4A4A4A;margin:0 0 16px}
.esnarixvex-press .cta-aside{background:#F5F5F5;padding:48px;border-radius:28px;box-shadow:inset 0 2px 8px 0 #5f3cec14}
.esnarixvex-press .cta-aside h5{font-size:28px;line-height:1.3;margin:0 0 24px;font-weight:700}
.esnarixvex-press .contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}
.esnarixvex-press .contact-list li{font-size:16px;line-height:1.6;color:#4A4A4A;padding-left:28px;position:relative}
.esnarixvex-press .contact-list li::before{content:'';position:absolute;left:0;top:8px;width:16px;height:16px;background:#5F3CEC;border-radius:28px}
.esnarixvex-press .contact-list a{color:#5F3CEC;text-decoration:none;font-weight:600;transition:color .14s ease-out}
.esnarixvex-press .contact-list a:hover{color:#BB1851}
@media (max-width: 1024px) {
.esnarixvex-press .hero-split{grid-template-columns:1fr;min-height:auto}
.esnarixvex-press .hero-image-side{min-height:400px;border-radius:0}
.esnarixvex-press .stats-container{grid-template-columns:1fr}
.esnarixvex-press .stats-grid{grid-template-columns:1fr}
.esnarixvex-press .cta-split{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.esnarixvex-press .hero-text-wrap{padding:48px 24px}
.esnarixvex-press .hero-title{font-size:56px}
.esnarixvex-press .press-grid-section{padding:48px 24px}
.esnarixvex-press .section-header h2{font-size:28px}
.esnarixvex-press .press-grid{grid-template-columns:1fr}
.esnarixvex-press .stats-band{padding:48px 24px}
.esnarixvex-press .cta-zone{padding:48px 24px}
.esnarixvex-press .cta-content h4{font-size:28px}
.esnarixvex-press .cta-aside{padding:24px}
}
.esnarixvex-press ::selection{background:#BB1851;color:#FFF}
.esnarixvexhome{margin:0;padding:0;background:#FFF;min-height:100vh}
.esnarixvexhome .heroblock{position:relative;padding:96px 24px;background:linear-gradient(135deg,#5F3CEC 0%,#BB1851 100%);overflow:hidden}
.esnarixvexhome .heroblock::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(0deg,#ffffff08 0px,#ffffff08 2px,transparent 2px,transparent 4px),repeating-linear-gradient(90deg,#ffffff08 0px,#ffffff08 2px,transparent 2px,transparent 4px);opacity:.4;pointer-events:none}
.esnarixvexhome .heroblock::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><filter id="n"><feTurbulence baseFrequency="0.9" numOctaves="3"/></filter><rect width="100" height="100" filter="url(%23n)" opacity="0.05"/></svg>');pointer-events:none}
.esnarixvexhome .herocntr{max-width:1500px;margin:0 auto;position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.esnarixvexhome .herotxt h1{font-size:72px;line-height:1.1;color:#FFF;margin:0 0 24px;letter-spacing:-.02em}
.esnarixvexhome .herotxt .herodescrip{font-size:18px;line-height:1.6;color:#ffffffe6;margin:0}
.esnarixvexhome .herovisual{position:relative}
.esnarixvexhome .herovisual img{width:100%;height:480px;object-fit:cover;border-radius:28px;filter:grayscale(100%);display:block}
.esnarixvexhome .animlines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}
.esnarixvexhome .animlines svg{position:absolute;width:100%;height:100%}
.esnarixvexhome .animlines path{stroke:#EEFF7C;stroke-width:2;fill:none;stroke-dasharray:1000;stroke-dashoffset:1000;animation:drawline 2.4s cubic-bezier(0.4,0,0.6,1) forwards}
@keyframes drawline {
to{stroke-dashoffset:0}
}
.esnarixvexhome .srvblock{padding:96px 24px;background:#F8F8F8}
.esnarixvexhome .srvcntr{max-width:1500px;margin:0 auto}
.esnarixvexhome .srvcntr h2{font-size:56px;line-height:1.1;color:#1A1A1A;margin:0 0 48px;letter-spacing:-.01em}
.esnarixvexhome .srvgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.esnarixvexhome .srvcard{background:#FFF;padding:24px;border-radius:16px;box-shadow:0 4px 22px 0 #5f3cec17;transition:transform .18s cubic-bezier(0.4,0,0.6,1),box-shadow .18s cubic-bezier(0.4,0,0.6,1)}
.esnarixvexhome .srvcard:hover{transform:translateY(-4px);box-shadow:0 10px 40px 0 #5f3cec1f}
.esnarixvexhome .srvcard img{width:100%;height:200px;object-fit:cover;border-radius:16px;margin-bottom:16px;display:block}
.esnarixvexhome .srvcard h3{font-size:28px;line-height:1.3;color:#1A1A1A;margin:0 0 8px;letter-spacing:-.005em}
.esnarixvexhome .srvcard p{font-size:16px;line-height:1.6;color:#4A4A4A;margin:0}
.esnarixvexhome .aprochblock{padding:96px 24px;background:#BB1851;position:relative;overflow:hidden}
.esnarixvexhome .aprochblock::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 30%,#ffffff05 1px,transparent 1px),radial-gradient(circle at 80% 70%,#ffffff05 1px,transparent 1px),radial-gradient(circle at 40% 80%,#ffffff05 1px,transparent 1px);background-size:40px 40px,60px 60px,50px 50px;pointer-events:none}
.esnarixvexhome .aprochblock::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(90deg,transparent 0%,transparent 48%,#ffffff08 49%,#ffffff08 51%,transparent 52%,transparent 100%),linear-gradient(0deg,transparent 0%,transparent 48%,#ffffff08 49%,#ffffff08 51%,transparent 52%,transparent 100%);background-size:80px 80px;pointer-events:none}
.esnarixvexhome .aprochcntr{max-width:1500px;margin:0 auto;position:relative;z-index:1;display:grid;grid-template-columns:1fr 3fr;gap:48px}
.esnarixvexhome .aprochcntr h2{font-size:56px;line-height:1.1;color:#FFF;margin:0;letter-spacing:-.01em}
.esnarixvexhome .aprochcontent{display:flex;flex-direction:column;gap:24px}
.esnarixvexhome .aprochitem{background:#ffffff1a;padding:24px;border-radius:16px;border:1px solid #fff3}
.esnarixvexhome .aprochitem h4{font-size:28px;line-height:1.3;color:#EEFF7C;margin:0 0 8px;letter-spacing:-.005em;position:relative;padding-top:16px}
.esnarixvexhome .aprochitem h4::before{content:'';position:absolute;top:0;left:0;width:48px;height:2px;background:#EEFF7C}
.esnarixvexhome .aprochitem p{font-size:16px;line-height:1.6;color:#ffffffe6;margin:0}
.esnarixvexhome .ctablock{padding:96px 24px;background:#FFF}
.esnarixvexhome .ctacntr{max-width:1500px;margin:0 auto;text-align:center}
.esnarixvexhome .ctacntr h2{font-size:56px;line-height:1.1;color:#1A1A1A;margin:0 0 16px;letter-spacing:-.01em}
.esnarixvexhome .ctacntr .ctadescrip{font-size:18px;line-height:1.6;color:#4A4A4A;margin:0 0 48px;max-width:700px;margin-left:auto;margin-right:auto}
.esnarixvexhome .ctabtns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.esnarixvexhome .btnprimary{display:inline-block;padding:16px 48px;background:#5F3CEC;color:#FFF;font-size:18px;text-decoration:none;border-radius:28px;box-shadow:0 4px 22px 0 #5f3cec17;position:relative;overflow:hidden;transition:box-shadow .16s ease-out}
.esnarixvexhome .btnprimary::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#eeff7c33 0%,#bb185133 100%);transition:left .22s cubic-bezier(0.4,0,0.6,1)}
.esnarixvexhome .btnprimary:hover::before{left:0}
.esnarixvexhome .btnprimary:hover{box-shadow:0 10px 40px 0 #5f3cec1f}
.esnarixvexhome .btnprimary span{position:relative;z-index:1}
.esnarixvexhome .btnsecondary{display:inline-block;padding:16px 48px;background:#FFF;color:#5F3CEC;font-size:18px;text-decoration:none;border-radius:28px;border:2px solid #5F3CEC;transition:background .14s ease-out,color .14s ease-out}
.esnarixvexhome .btnsecondary:hover{background:#5F3CEC;color:#FFF}
.esnarixvexhome ::selection{background:#BB1851;color:#FFF}
@media (max-width: 1024px) {
.esnarixvexhome .herocntr{grid-template-columns:1fr;gap:48px}
.esnarixvexhome .herotxt h1{font-size:56px}
.esnarixvexhome .srvgrid{grid-template-columns:repeat(2,1fr)}
.esnarixvexhome .aprochcntr{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.esnarixvexhome .heroblock{padding:48px 16px}
.esnarixvexhome .herotxt h1{font-size:56px}
.esnarixvexhome .herotxt .herodescrip{font-size:16px}
.esnarixvexhome .herovisual img{height:320px}
.esnarixvexhome .srvblock{padding:48px 16px}
.esnarixvexhome .srvcntr h2{font-size:56px}
.esnarixvexhome .srvgrid{grid-template-columns:1fr}
.esnarixvexhome .aprochblock{padding:48px 16px}
.esnarixvexhome .aprochcntr h2{font-size:56px}
.esnarixvexhome .ctablock{padding:48px 16px}
.esnarixvexhome .ctacntr h2{font-size:56px}
.esnarixvexhome .ctabtns{flex-direction:column;align-items:stretch}
.esnarixvexhome .btnprimary,.esnarixvexhome .btnsecondary{text-align:center}
}
.esnarixvexsuccess{background:linear-gradient(to bottom,#fff 0%,#f8f9fa 100%);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:48px 16px}
.esnarixvexsuccess .successwrap{max-width:800px;width:100%;background:#fff;border-radius:28px;padding:96px 48px;text-align:center;box-shadow:0 4px 22px 0 #5f3cec17}
.esnarixvexsuccess .iconbox{width:120px;height:120px;margin:0 auto 48px;position:relative}
.esnarixvexsuccess .iconbox svg{width:100%;height:100%}
.esnarixvexsuccess .checkmark{stroke:#5F3CEC;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;animation:draw .18s ease-out forwards;stroke-dasharray:100;stroke-dashoffset:100}
@keyframes draw {
to{stroke-dashoffset:0}
}
.esnarixvexsuccess .circle{stroke:#EEFF7C;stroke-width:3;fill:none}
.esnarixvexsuccess .maintitle{font-size:56px;line-height:1.1;letter-spacing:-.02em;color:#1a1a1a;margin:0 0 24px}
.esnarixvexsuccess .msgtext{font-size:18px;line-height:1.6;letter-spacing:.01em;color:#4a4a4a;margin:0 0 48px;max-width:600px;margin-left:auto;margin-right:auto}
.esnarixvexsuccess .actionarea{display:flex;flex-direction:column;gap:16px;align-items:center}
.esnarixvexsuccess .primarybt{display:inline-block;padding:16px 48px;background:#5F3CEC;color:#fff;font-size:16px;line-height:1.3;letter-spacing:.02em;text-decoration:none;border-radius:16px;position:relative;overflow:hidden;transition:filter .16s ease-out;-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}
.esnarixvexsuccess .primarybt::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,transparent 0%,#ffffff26 100%);transition:left .2s cubic-bezier(0.4,0,0.6,1)}
.esnarixvexsuccess .primarybt:hover{filter:brightness(0.92)}
.esnarixvexsuccess .primarybt:hover::before{left:100%}
.esnarixvexsuccess .secondarybt{display:inline-block;padding:16px 48px;background:transparent;color:#5F3CEC;font-size:16px;line-height:1.3;letter-spacing:.02em;text-decoration:none;border:2px solid #5F3CEC;border-radius:16px;transition:background-color .14s ease-out,color .14s ease-out;-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}
.esnarixvexsuccess .secondarybt:hover{background:#5F3CEC;color:#fff}
.esnarixvexsuccess .infostrip{margin-top:96px;padding-top:48px;border-top:1px solid #e5e5e5}
.esnarixvexsuccess .infotitle{font-size:18px;line-height:1.3;letter-spacing:.01em;color:#1a1a1a;margin:0 0 24px;font-weight:600}
.esnarixvexsuccess .contactgrid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:600px;margin:0 auto}
.esnarixvexsuccess .contactitem{text-align:left;padding:24px;background:#fafbfc;border-radius:16px}
.esnarixvexsuccess .contactlabel{font-size:16px;line-height:1.3;letter-spacing:.01em;color:#6a6a6a;margin:0 0 8px}
.esnarixvexsuccess .contactvalue{font-size:16px;line-height:1.3;letter-spacing:.01em;color:#1a1a1a;margin:0;font-weight:600}
.esnarixvexsuccess .contactvalue a{color:#5F3CEC;text-decoration:none;transition:color .12s ease-out}
.esnarixvexsuccess .contactvalue a:hover{color:#BB1851}
@media (max-width: 768px) {
.esnarixvexsuccess .successwrap{padding:48px 24px}
.esnarixvexsuccess .maintitle{font-size:28px}
.esnarixvexsuccess .msgtext{font-size:16px}
.esnarixvexsuccess .iconbox{width:80px;height:80px;margin-bottom:24px}
.esnarixvexsuccess .contactgrid{grid-template-columns:1fr}
.esnarixvexsuccess .infostrip{margin-top:48px;padding-top:24px}
}