.wst-logo{flex-shrink:0;min-width:0}
.wst-logo img{height:auto;width:auto;max-height:2.375rem;max-width:100%;object-fit:contain}

@media (max-width:53.75rem){
.wst-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:0.5rem;min-height:4rem}
.wst-burger{display:flex;justify-self:start}
.wst-nav{display:none}
.wst-logo{justify-self:center;grid-column:2;min-width:0;max-width:100%}
.wst-logo img{max-height:1.75rem}
.wst-header__actions{display:none}
}

@media (max-width:25rem){.wst-logo img{max-height:1.5625rem}}

.wst-drawer{
position:fixed;
inset:0;
z-index:80;
display:none;
background:rgba(21,17,25,0.55);
-webkit-backdrop-filter:blur(0.25rem);
backdrop-filter:blur(0.25rem);
padding:0;
}
.wst-drawer[data-open="true"]{display:block}
.wst-drawer__panel{
position:absolute;
inset-block:0;
inset-inline-start:0;
width:min(88vw,22.5rem);
background:var(--bg);
display:flex;
flex-direction:column;
padding:1.125rem 1.25rem 1.75rem;
overflow-y:auto;
box-shadow:0 0 3.75rem -10px rgba(21,17,25,0.5);
animation:wst-slide 240ms cubic-bezier(0.22,1,0.36,1);
}
@keyframes wst-slide{from{transform:translateX(12%);opacity:0.4}to{transform:translateX(0);opacity:1}}

.wst-drawer__top{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1.125rem;border-bottom:0.0625rem solid var(--line);margin-bottom:1.25rem}
.wst-drawer__brand img{max-height:1.625rem;width:auto;height:auto}
.wst-drawer__close{
width:2.625rem;
height:2.625rem;
flex-shrink:0;
border-radius:0.75rem;
border:0.0625rem solid var(--line-strong);
background:var(--surface);
color:var(--ink);
font-size:1.625rem;
line-height:1;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
transition:background var(--t),border-color var(--t)}
.wst-drawer__close:hover{background:var(--bg-soft);border-color:var(--brand)}

.wst-drawer__nav{display:grid;gap:0.125rem}
.wst-drawer__nav a{
display:flex;
align-items:center;
justify-content:space-between;
gap:0.75rem;
padding:0.9375rem 0.875rem;
border-radius:0.75rem;
font-family:var(--font-display);
font-size:1.0625rem;
font-weight:700;
color:var(--ink);
background:transparent;
transition:background var(--t),color var(--t)}
.wst-drawer__nav a:hover{background:var(--surface);color:var(--brand-ink)}
.wst-drawer__nav a[aria-current="page"]{background:var(--brand-soft);color:var(--brand-ink)}
.wst-drawer__nav i{
width:0.5rem;
height:0.5rem;
flex-shrink:0;
border-top:0.125rem solid var(--muted-2);
border-left:0.125rem solid var(--muted-2);
transform:rotate(-45deg);
transition:border-color var(--t)}
.wst-drawer__nav a:hover i,.wst-drawer__nav a[aria-current="page"] i{border-color:var(--brand-ink)}

.wst-drawer__label{
font-family:ui-monospace,Menlo,monospace;
font-size:0.6875rem;
letter-spacing:0.14em;
color:var(--muted);
margin:1.625rem 0 0.625rem;
padding-inline:0.875rem}
.wst-drawer__cats{display:flex;flex-wrap:wrap;gap:0.5rem;padding-inline:0.875rem}
.wst-drawer__cats a{
display:inline-flex;
align-items:center;
padding:0.5rem 0.875rem;
border-radius:62.4375rem;
border:0.0625rem solid var(--line-strong);
background:var(--surface);
color:var(--ink);
font-size:0.875rem;
font-weight:600;
transition:border-color var(--t),color var(--t)}
.wst-drawer__cats a:hover{border-color:var(--brand);color:var(--brand-ink)}

.wst-drawer__foot{margin-top:auto;padding-top:1.75rem;display:grid;gap:0.625rem}

.wst-facts{display:grid;grid-template-columns:0.85fr 1.15fr;gap:clamp(1.75rem,4vw,4rem);align-items:start}
.wst-facts__list{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:0.0625rem;
background:var(--line);
border:0.0625rem solid var(--line);
border-radius:var(--r-lg);
overflow:hidden;
margin:0}
.wst-facts__list > div{background:var(--surface);padding:1.375rem 1.375rem 1.5rem;display:flex;flex-direction:column;gap:0.5rem;transition:background var(--t)}
.wst-facts__list > div:hover{background:var(--bg-soft)}
.wst-facts__list dt{
display:flex;
align-items:center;
gap:0.5rem;
font-family:ui-monospace,Menlo,monospace;
font-size:0.6875rem;
letter-spacing:0.12em;
color:var(--brand-ink);
margin:0;
font-weight:400}
.wst-facts__list dt::before{content:"";width:0.375rem;height:0.375rem;border-radius:0.125rem;background:var(--brand-solid);flex-shrink:0}
.wst-facts__list dd{margin:0;font-size:0.9375rem;color:var(--ink);line-height:1.65}
@media (max-width:56.25rem){
.wst-facts{grid-template-columns:1fr;gap:2rem}
.wst-facts__list{grid-template-columns:1fr}
}

.wst-how__head{display:flex;align-items:flex-end;justify-content:space-between;gap:clamp(1.25rem,4vw,3rem);flex-wrap:wrap;margin-bottom:clamp(2.25rem,6vw,3.75rem)}
.wst-how__head > div{min-width:0;flex:1 1 21.25rem}
.wst-how__head h2{font-weight:900;font-size:clamp(2rem,5.4vw,3.25rem);letter-spacing:-0.035em;margin:0;line-height:1.05}
.wst-how__intro{font-size:clamp(1rem,2.2vw,1.125rem);color:var(--muted);flex:1 1 18.75rem;max-width:25rem;margin:0;line-height:1.65}
.wst-how__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(16.25rem,1fr));gap:clamp(1rem,2.5vw,1.5rem)}
.wst-how__list > li{display:flex;flex-direction:column;min-width:0}
.wst-how__rail{display:flex;align-items:center;gap:0.875rem;margin-bottom:1.25rem}
.wst-how__rail span{flex:1;height:0.125rem;background:#ddd8e3;border-radius:0.125rem}
.wst-how__rail b{
width:4.5rem;
height:4.5rem;
flex-shrink:0;
border-radius:62.4375rem;
background:var(--surface);
border:0.125rem solid var(--line-strong);
display:flex;
align-items:center;
justify-content:center;
font-family:var(--font-display);
font-weight:900;
font-size:1.75rem;
color:var(--ink)}
.wst-how__card{
background:var(--surface);
border:0.0625rem solid var(--line-strong);
border-radius:1.25rem;
padding:clamp(1.625rem,3.4vw,2.125rem) clamp(1.375rem,3vw,1.875rem);
flex-grow:1;
text-align:center;
transition:transform var(--t),box-shadow var(--t),border-color var(--t)}
.wst-how__card:hover{transform:translateY(-6px);box-shadow:0 1.75rem 3.125rem -26px rgba(27,23,32,0.32);border-color:#cfc9d6}
.wst-how__card .wst-how__step{font-family:ui-monospace,Menlo,monospace;font-size:0.6875rem;letter-spacing:0.14em;color:var(--muted);margin:0 0 0.75rem;line-height:1.4}
.wst-how__card h3{font-weight:800;font-size:clamp(1.25rem,2.6vw,1.4375rem);margin:0 0 0.75rem;letter-spacing:-0.02em;line-height:1.3}
.wst-how__card p{font-size:clamp(1rem,2.1vw,1.0625rem);color:var(--muted);line-height:1.7;margin:0}

.wst-how__list li[data-step="2"] .wst-how__rail span{background:#f2c9dc}
.wst-how__list li[data-step="2"] .wst-how__rail b{border-color:#e88ab4;color:var(--brand-ink)}
.wst-how__list li[data-step="2"] .wst-how__card:hover{border-color:#e88ab4}
.wst-how__list li[data-step="3"] .wst-how__rail span{background:#e88ab4}
.wst-how__list li[data-step="3"] .wst-how__rail b{background:var(--brand-solid);border-color:var(--brand-solid);color:#fff;box-shadow:0 0.75rem 1.75rem -12px rgba(192,21,96,0.75)}
.wst-how__list li[data-step="3"] .wst-how__card{background:var(--dark);border-color:var(--dark)}
.wst-how__list li[data-step="3"] .wst-how__card h3{color:#fff}
.wst-how__list li[data-step="3"] .wst-how__step{color:#ff9cc6}
.wst-how__list li[data-step="3"] .wst-how__card p{color:var(--on-dark-lead)}
.wst-how__list li[data-step="3"] .wst-how__card:hover{box-shadow:0 1.75rem 3.125rem -26px rgba(27,23,32,0.55);border-color:var(--dark)}

@media (max-width:40rem){
.wst-how__rail b{width:3.5rem;height:3.5rem;font-size:1.375rem}
.wst-how__rail{margin-bottom:1rem}
.wst-how__card{padding:1.5rem 1.25rem}
}

@media (prefers-reduced-motion:reduce){
.wst-drawer__panel{animation:none}
}

body.admin-bar .wst-drawer{top:2rem}
@media screen and (max-width:48.875rem){body.admin-bar .wst-drawer{top:2.875rem}}

.wst-thanks{padding-block:clamp(3rem,6vw,5.5rem)}
.wst-thanks__card{max-width:44rem;margin-inline:auto;text-align:center;background:var(--surface);border:0.0625rem solid var(--line);border-radius:var(--r-xl);padding:clamp(2rem,4vw,3.25rem)}
.wst-thanks__mark{display:inline-flex;margin-bottom:1.25rem}
.wst-thanks__mark svg{width:4.5rem;height:4.5rem}
.wst-thanks__circle{stroke:var(--brand-solid);stroke-width:0.125rem;stroke-dasharray:145;stroke-dashoffset:145;animation:wst-draw 700ms ease forwards}
.wst-thanks__check{stroke:var(--brand-solid);stroke-width:0.1875rem;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:40;stroke-dashoffset:40;animation:wst-draw 400ms ease 600ms forwards}
@keyframes wst-draw{to{stroke-dashoffset:0}}
.wst-thanks__card h1{font-size:clamp(1.625rem,3.4vw,2.25rem);margin-bottom:0.875rem}
.wst-thanks__card .wst-lead{max-width:34rem;margin-inline:auto}
.wst-thanks__actions{display:flex;gap:0.75rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}
.wst-thanks__note{margin-top:1.5rem;font-size:0.875rem;color:var(--muted)}
@media (prefers-reduced-motion:reduce){.wst-thanks__circle,.wst-thanks__check{animation:none;stroke-dashoffset:0}}

.wst-facc{min-width:0}
.wst-facc > summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:0.75rem;font-family:var(--font-display);font-size:1.0625rem;font-weight:700;color:#fff;margin-bottom:1rem;cursor:default}
.wst-facc > summary::-webkit-details-marker{display:none}
.wst-facc > summary i{display:none;width:0.5rem;height:0.5rem;border-right:0.125rem solid var(--on-dark-lead);border-bottom:0.125rem solid var(--on-dark-lead);transform:rotate(45deg);transition:transform 180ms ease;flex-shrink:0;margin-bottom:0.25rem}
.wst-facc[open] > summary i{transform:rotate(-135deg);margin-bottom:0}
.wst-facc__body ul{list-style:none;padding:0;margin:0;display:grid;gap:0.625rem}

@media (max-width:53.75rem){
.wst-footer{padding-block:2.5rem 6.5rem}
.wst-footer__grid{gap:0}
.wst-facc{border-top:0.0625rem solid rgba(255,255,255,0.12)}
.wst-facc > summary{cursor:pointer;padding-block:1rem;margin-bottom:0;min-height:3rem}
.wst-facc > summary i{display:block}
.wst-facc > summary:hover span{color:var(--brand-on-dark)}
.wst-facc__body{padding-bottom:1rem}
.wst-footer__intro{margin-bottom:1.5rem}
.wst-footer__bottom{margin-top:2rem;text-align:center;justify-content:center}
.wst-footer__bottom p{width:100%}
}

.wst-facc > summary:focus-visible{outline:0.1875rem solid var(--brand);outline-offset:0.25rem;border-radius:0.25rem}
