.ps-elw,
.ps-elw *{box-sizing:border-box}
.ps-elw{--ps-elw-bg:#020719;--ps-elw-title:#f8fafc;--ps-elw-text:#98a4ba;--ps-elw-accent:#7c3aed;--ps-elw-surface:#11192c;--ps-elw-border:#26324a;position:relative;width:100%;margin:0;background:var(--ps-elw-bg);color:var(--ps-elw-text);font-family:inherit;text-align:right;overflow:hidden}
.ps-elw__inner{width:100%;margin-inline:auto}
.ps-elw__header{max-width:760px;margin:0 0 64px auto}
.ps-elw__header.is-centered{margin-inline:auto;text-align:center}
.ps-elw__kicker{display:flex;align-items:center;gap:8px;margin:0 0 20px;color:#a78bfa;font-size:13px;font-weight:500;line-height:1.7}
.ps-elw__kicker span{width:22px;height:1px;background:currentColor}
.ps-elw__header.is-centered .ps-elw__kicker{width:max-content;max-width:100%;margin:0 auto 32px;padding:6px 15px;border:1px solid color-mix(in srgb,var(--ps-elw-accent) 35%,transparent);border-radius:999px;background:color-mix(in srgb,var(--ps-elw-accent) 7%,transparent)}
.ps-elw__header.is-centered .ps-elw__kicker span{display:none}
.ps-elw__title{margin:0;color:var(--ps-elw-title);font-family:inherit;font-size:clamp(32px,4vw,54px);font-weight:900;line-height:1.35;letter-spacing:-.025em}
.ps-elw__description{max-width:760px;margin:16px 0 0;color:var(--ps-elw-text);font-size:17px;font-weight:400;line-height:1.9}
.ps-elw__header.is-centered .ps-elw__description{margin-inline:auto}
.ps-elw__item-text{color:var(--ps-elw-text)}

/* Product cards */
.ps-elw-products__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}
.ps-elw-products__card{display:flex;min-width:0;min-height:680px;padding:24px;border:1px solid var(--ps-elw-border);border-radius:18px;background:var(--ps-elw-surface);flex-direction:column}
.ps-elw-products__media{display:flex;height:300px;align-items:center;justify-content:center;border-radius:12px;background:radial-gradient(circle at 50% 45%,#123a73 0,#04142a 58%,#020b1b 100%);overflow:hidden}
.ps-elw-products__card:nth-child(2) .ps-elw-products__media{background:radial-gradient(circle at 50% 45%,#49211d 0,#1c1016 58%,#0d0a12 100%)}
.ps-elw-products__card:nth-child(3n) .ps-elw-products__media{background:radial-gradient(circle at 50% 45%,#2b1472 0,#120944 58%,#080625 100%)}
.ps-elw-products__media img{display:block;width:100%;height:100%;margin:0;object-fit:contain}
.ps-elw-products__placeholder{width:61%;height:61%;color:#60a5fa;filter:drop-shadow(0 12px 26px rgba(37,99,235,.4))}
.ps-elw-products__card:nth-child(2) .ps-elw-products__placeholder{color:#fb923c;filter:drop-shadow(0 12px 26px rgba(249,115,22,.4))}
.ps-elw-products__card:nth-child(3n) .ps-elw-products__placeholder{color:#a78bfa;filter:drop-shadow(0 12px 26px rgba(124,58,237,.45))}
.ps-elw-products__body{display:flex;min-height:335px;padding-top:16px;flex:1;flex-direction:column}
.ps-elw-products__badge{display:inline-flex;width:max-content;max-width:100%;margin:0 0 20px;padding:6px 13px;border-radius:999px;background:#111b2f;color:#9aa6ba;font-size:12px;line-height:1.4}
.ps-elw-products__badge.is-success{background:#073b31;color:#43d99b}
.ps-elw-products__card h3{margin:0 0 8px;color:var(--ps-elw-title);font-size:23px;font-weight:800;line-height:1.5}
.ps-elw-products__card p{margin:0;font-size:15px;line-height:1.8}
.ps-elw-products__features{display:flex;margin:18px 0 20px;padding-top:16px;border-top:1px solid var(--ps-elw-border);gap:8px;flex-direction:column}
.ps-elw-products__features span{display:flex;align-items:flex-start;gap:7px;color:#aab5c7;font-size:14px;line-height:1.55}
.ps-elw-products__features svg{width:18px;height:18px;color:#26c875;stroke:currentColor;stroke-width:2;fill:none;flex:0 0 18px}
.ps-elw-products__button{display:flex;min-height:46px;margin-top:auto;padding:10px 18px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;background:linear-gradient(90deg,#6d28d9,var(--ps-elw-accent));color:#fff!important;font-size:14px;font-weight:700;line-height:1.5;text-decoration:none!important;transition:filter .2s ease,transform .2s ease}
.ps-elw-products__button:hover{color:#fff;filter:brightness(1.12);transform:translateY(-1px)}
.ps-elw-products__button:focus-visible{outline:3px solid color-mix(in srgb,var(--ps-elw-accent) 45%,white);outline-offset:3px}
.ps-elw-products__button.is-disabled{background:#1a263c;color:#8290a5!important;cursor:not-allowed;filter:none;transform:none}

/* Three steps */
.ps-elw-steps .ps-elw__header{margin-bottom:54px}
.ps-elw-steps__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}
.ps-elw-steps__card{min-height:225px;padding:28px 30px;border:1px solid color-mix(in srgb,var(--ps-elw-border) 45%,transparent);border-radius:16px;background:var(--ps-elw-surface)}
.ps-elw-steps__icon{display:flex;width:68px;height:68px;margin:0 0 24px;align-items:center;justify-content:center;border-radius:10px;background:color-mix(in srgb,var(--ps-elw-accent) 14%,#0a1030);color:#8b5cf6;font-size:27px}
.ps-elw-steps__icon svg{width:28px;height:28px;fill:currentColor}
.ps-elw-steps__card h3{margin:0 0 8px;color:var(--ps-elw-title);font-size:20px;font-weight:800;line-height:1.5}
.ps-elw-steps__card p{margin:0;font-size:16px;line-height:1.75}

/* Why PhoenixSoft */
.ps-elw-why .ps-elw__header{margin-bottom:48px}
.ps-elw-why .ps-elw__title{font-size:clamp(30px,3.2vw,48px)}
.ps-elw-why__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}
.ps-elw-why__card{min-height:250px;padding:30px 42px;border:1px solid var(--ps-elw-border);border-radius:24px;background:var(--ps-elw-surface)}
.ps-elw-why__card strong{display:block;margin:0 0 30px;color:var(--ps-elw-accent);font-size:48px;font-weight:800;line-height:1}
.ps-elw-why__card h3{margin:0 0 10px;color:var(--ps-elw-title);font-size:23px;font-weight:900;line-height:1.5}
.ps-elw-why__card p{max-width:570px;margin:0;font-size:17px;font-weight:600;line-height:1.75}

/* Centered call to action */
.ps-elw-cta{min-height:0;background:radial-gradient(circle at 78% 8%,rgba(45,34,110,.08),transparent 28%),var(--ps-elw-bg)}
.ps-elw-cta__top{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(420px,1.22fr);grid-template-areas:"tags content";min-height:248px;align-items:start;gap:64px;direction:ltr}
.ps-elw-cta__content{grid-area:content;direction:rtl;text-align:right}
.ps-elw-cta .ps-elw__header{max-width:680px;margin:0 0 30px auto}
.ps-elw-cta .ps-elw__title{font-size:clamp(44px,5.2vw,68px);line-height:1.24;letter-spacing:-.035em}
.ps-elw-cta .ps-elw__description{max-width:490px;margin-top:16px;font-size:16px;line-height:1.85}
.ps-elw-cta__tags{display:flex;grid-area:tags;max-width:330px;padding-top:18px;align-content:flex-start;justify-content:center;gap:12px 10px;flex-wrap:wrap;direction:rtl}
.ps-elw-cta__tags span{display:inline-flex;min-height:30px;padding:5px 16px;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--ps-tag-color) 20%,transparent);border-radius:999px;background:var(--ps-tag-bg);color:var(--ps-tag-color);font-size:12px;font-weight:700;line-height:1.4;white-space:nowrap}
.ps-elw-cta__buttons{display:flex;justify-content:flex-start;gap:12px}
.ps-elw-cta__button{display:inline-flex;min-width:112px;min-height:46px;padding:9px 20px;align-items:center;justify-content:center;border:1px solid var(--ps-elw-border);border-radius:9px;color:#fff!important;font-size:13px;font-weight:800;text-decoration:none!important;transition:filter .2s ease,background .2s ease,transform .2s ease}
.ps-elw-cta__button.is-primary{border-color:transparent;background:linear-gradient(90deg,#6d28d9,var(--ps-elw-accent))}
.ps-elw-cta__button.is-secondary{background:transparent}
.ps-elw-cta__button.is-secondary::after{margin-right:10px;content:"←";font-size:17px;font-weight:400;line-height:1}
.ps-elw-cta__button:hover{color:#fff;filter:brightness(1.15);transform:translateY(-1px)}
.ps-elw-cta__button:focus-visible{outline:3px solid color-mix(in srgb,var(--ps-elw-accent) 45%,white);outline-offset:3px}
.ps-elw-cta__screens{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;min-height:0;margin-top:30px;gap:28px;aspect-ratio:1.407/1;direction:ltr}
.ps-elw-cta__screen{position:relative;min-width:0;margin:0;border:1px solid rgba(109,40,217,.16);border-radius:22px;background:linear-gradient(145deg,#0a1230,#11062e);box-shadow:0 22px 55px rgba(14,5,55,.32);overflow:hidden}
.ps-elw-cta__screen::after{position:absolute;inset:auto 8% -18px;height:45px;border-radius:50%;background:rgba(91,33,182,.32);filter:blur(24px);content:"";pointer-events:none}
.ps-elw-cta__screen.is-main{grid-row:1/3}
.ps-elw-cta__screen img,.ps-elw-cta__placeholder{display:block;width:100%;height:100%;margin:0;object-fit:cover}
.ps-elw-cta__placeholder{background:#070b18}

/* FAQ */
.ps-elw-faq .ps-elw__header{margin-bottom:38px}
.ps-elw-faq .ps-elw__title{font-size:clamp(32px,3.4vw,46px)}
.ps-elw-faq .ps-elw__description{margin-top:8px;font-size:15px}
.ps-elw-faq__list{display:flex;gap:16px;flex-direction:column}
.ps-elw-faq__item{border:1px solid color-mix(in srgb,var(--ps-elw-border) 65%,transparent);border-radius:11px;background:var(--ps-elw-surface);overflow:hidden}
.ps-elw-faq__item summary{display:flex;min-height:58px;padding:18px 24px;align-items:center;justify-content:space-between;gap:24px;color:var(--ps-elw-title);font-size:15px;font-weight:800;line-height:1.6;list-style:none;cursor:pointer}
.ps-elw-faq__item summary::-webkit-details-marker{display:none}
.ps-elw-faq__item summary svg{width:18px;height:18px;color:#d2d9e6;stroke:currentColor;stroke-width:1.8;fill:none;transition:transform .2s ease;flex:0 0 18px}
.ps-elw-faq__item[open] summary svg{transform:rotate(180deg)}
.ps-elw-faq__item summary:focus-visible{outline:3px solid color-mix(in srgb,var(--ps-elw-accent) 55%,white);outline-offset:-3px}
.ps-elw-faq__answer{padding:0 24px 20px;font-size:14px;line-height:1.9}
.ps-elw-faq__footer{margin-top:74px;text-align:center}
.ps-elw-faq__footer h3{margin:0 0 4px;color:var(--ps-elw-title);font-size:24px;font-weight:900;line-height:1.5}
.ps-elw-faq__footer p{margin:0 0 18px;color:var(--ps-elw-text);font-size:14px}
.ps-elw-faq__button{display:inline-flex;min-height:43px;padding:9px 18px;align-items:center;justify-content:center;border-radius:7px;background:linear-gradient(90deg,#6d28d9,var(--ps-elw-accent));color:#fff!important;font-size:13px;font-weight:700;text-decoration:none!important;transition:filter .2s ease,transform .2s ease}
.ps-elw-faq__button:hover{color:#fff;filter:brightness(1.12);transform:translateY(-1px)}
.ps-elw-faq__button:focus-visible{outline:3px solid color-mix(in srgb,var(--ps-elw-accent) 45%,white);outline-offset:3px}

@media (max-width:1024px){
  .ps-elw__header{margin-bottom:46px}
  .ps-elw-products__grid,.ps-elw-steps__grid{gap:20px}
  .ps-elw-products__card{min-height:610px;padding:18px}
  .ps-elw-products__media{height:230px}
  .ps-elw-steps__card{padding:24px}
  .ps-elw-cta__top{grid-template-columns:minmax(220px,.8fr) minmax(370px,1.2fr);gap:36px}
  .ps-elw-cta__screens{gap:20px}
}
@media (max-width:767px){
  .ps-elw{padding:56px 18px!important}
  .ps-elw__header{margin-bottom:36px}
  .ps-elw__title{font-size:32px;line-height:1.45}
  .ps-elw__description{font-size:16px;line-height:1.8}
  .ps-elw-products__grid,.ps-elw-steps__grid,.ps-elw-why__grid{grid-template-columns:1fr}
  .ps-elw-products__card{min-height:0}
  .ps-elw-products__media{height:260px}
  .ps-elw-products__body{min-height:320px}
  .ps-elw-steps__card{min-height:0}
  .ps-elw-why__grid{gap:18px}
  .ps-elw-why__card{min-height:0;padding:28px 26px}
  .ps-elw-why__card strong{margin-bottom:22px;font-size:42px}
  .ps-elw-cta{padding-block:64px!important}
  .ps-elw-cta__top{display:flex;min-height:0;gap:30px;flex-direction:column;direction:rtl}
  .ps-elw-cta__content{width:100%}
  .ps-elw-cta .ps-elw__header{margin-bottom:26px}
  .ps-elw-cta .ps-elw__title{font-size:38px;line-height:1.35}
  .ps-elw-cta .ps-elw__description{font-size:15px}
  .ps-elw-cta__tags{max-width:none;padding:0;justify-content:flex-start;gap:9px 7px}
  .ps-elw-cta__tags span{min-height:28px;padding:4px 12px;font-size:11px}
  .ps-elw-cta__buttons{flex-wrap:wrap}
  .ps-elw-cta__button{min-width:140px;min-height:48px}
  .ps-elw-cta__screens{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;min-height:0;margin-top:48px;gap:14px;aspect-ratio:auto}
  .ps-elw-cta__screen{border-radius:14px}
  .ps-elw-cta__screen.is-main{grid-column:1/3;grid-row:auto;aspect-ratio:1.42/1}
  .ps-elw-cta__screen.is-top,.ps-elw-cta__screen.is-bottom{aspect-ratio:1.5/1}
  .ps-elw-faq__item summary{min-height:64px;padding:16px 18px;font-size:14px}
  .ps-elw-faq__answer{padding:0 18px 18px}
  .ps-elw-faq__footer{margin-top:56px}
}
@media (max-width:420px){
  .ps-elw-products__media{height:220px}
  .ps-elw-cta__buttons{flex-direction:column}
  .ps-elw-cta__button{width:100%}
  .ps-elw-cta__screens{grid-template-columns:1fr}
  .ps-elw-cta__screen.is-main{grid-column:auto;aspect-ratio:.92/1}
  .ps-elw-cta__screen.is-top,.ps-elw-cta__screen.is-bottom{aspect-ratio:1.5/1}
}
@media (prefers-reduced-motion:reduce){
  .ps-elw a,.ps-elw summary svg{transition:none!important}
}
