.ps-pwy {
padding: clamp(28px, 5vw, 56px) clamp(20px, 4vw, 40px);
min-height: 480px;
background:
radial-gradient(50% 50% at 50% 0%, rgba(45,212,191,0.16), transparent 60%),
#06181a;
color: #d4f5ee;
font-family: 'Inter', system-ui, sans-serif;
display: flex; align-items: center; justify-content: center;
}
.ps-pwy-card {
width: 100%; max-width: 560px;
background: linear-gradient(180deg, #0d2326, #06181a);
border: 1px solid rgba(45,212,191,0.3);
border-radius: 18px;
padding: clamp(26px, 4vw, 38px);
box-shadow: 0 24px 60px rgba(45,212,191,0.12);
}
.ps-pwy-head { text-align: center; margin-bottom: 24px; }
.ps-pwy-eye {
display: inline-block; font-size: 11px; font-weight: 700;
letter-spacing: 0.16em; text-transform: uppercase;
color: #5eead4; padding: 4px 12px;
background: rgba(94,234,212,0.12);
border-radius: 999px; margin-bottom: 14px;
}
.ps-pwy-head h2 {
font-size: clamp(22px, 3.6vw, 30px); font-weight: 700;
letter-spacing: -0.02em; margin: 0 0 10px; color: #fff;
}
.ps-pwy-head h2 em { color: #5eead4; font-style: italic; }
.ps-pwy-head p { color: #92b8b1; font-size: 14px; line-height: 1.6; margin: 0 auto; max-width: 420px; }
.ps-pwy-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.ps-pwy-amounts {
border: 0; padding: 0; margin: 0 0 20px;
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 8px;
}
.ps-pwy-amounts input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.ps-pwy-amounts label {
display: flex; flex-direction: column; align-items: center; justify-content: center;
padding: 14px 6px;
background: rgba(94,234,212,0.06);
border: 1.5px solid rgba(94,234,212,0.18);
border-radius: 10px;
cursor: pointer;
transition: border-color 0.18s, background 0.18s, transform 0.18s;
text-align: center;
min-height: 64px;
}
.ps-pwy-amounts label strong {
font-size: 16px; font-weight: 800; letter-spacing: -0.01em;
color: #fff;
}
.ps-pwy-amounts label span {
display: block; font-size: 10.5px; font-weight: 600;
letter-spacing: 0.06em; text-transform: uppercase;
color: #5eead4; margin-top: 2px;
}
.ps-pwy-amounts label:hover { border-color: rgba(94,234,212,0.5); background: rgba(94,234,212,0.1); }
.ps-pwy-amounts input:checked + label {
background: linear-gradient(135deg, #2dd4bf, #5eead4);
border-color: #5eead4;
transform: translateY(-2px);
box-shadow: 0 6px 18px rgba(45,212,191,0.4);
}
.ps-pwy-amounts input:checked + label strong { color: #06181a; }
.ps-pwy-amounts input:checked + label span { color: rgba(6,24,26,0.7); }
.ps-pwy-amounts input:focus-visible + label { outline: 2px solid #5eead4; outline-offset: 3px; }
.ps-pwy-feats {
list-style: none; padding: 0; margin: 0 0 20px;
font-size: 13px; line-height: 1.95; color: #b8d6cf;
}
.ps-pwy-feats li::before { content: '✓'; color: #5eead4; display: inline-block; width: 22px; font-weight: 700; }
.ps-pwy-cta {
display: block; position: relative;
text-align: center;
padding: 14px 18px; border-radius: 10px;
background: linear-gradient(135deg, #2dd4bf, #5eead4);
color: #06181a; text-decoration: none;
font-size: 14px; font-weight: 700; letter-spacing: 0.01em;
box-shadow: 0 10px 24px rgba(45,212,191,0.3);
transition: transform 0.18s;
margin-bottom: 12px;
}
.ps-pwy-cta:hover { transform: translateY(-1px); }
.ps-pwy-cta:focus-visible { outline: 2px solid #5eead4; outline-offset: 3px; }
.ps-pwy-cta span { display: none; }
.ps-pwy-cta .ps-pwy-cta-default { display: block; }
.ps-pwy:has(#ps-pwy-5:checked) .ps-pwy-cta-default,
.ps-pwy:has(#ps-pwy-25:checked) .ps-pwy-cta-default,
.ps-pwy:has(#ps-pwy-50:checked) .ps-pwy-cta-default,
.ps-pwy:has(#ps-pwy-x:checked) .ps-pwy-cta-default { display: none; }
.ps-pwy:has(#ps-pwy-5:checked) .ps-pwy-cta-5 { display: block; }
.ps-pwy:has(#ps-pwy-25:checked) .ps-pwy-cta-25 { display: block; }
.ps-pwy:has(#ps-pwy-50:checked) .ps-pwy-cta-50 { display: block; }
.ps-pwy:has(#ps-pwy-x:checked) .ps-pwy-cta-x { display: block; }
.ps-pwy-foot { font-size: 11.5px; color: #6e8a85; text-align: center; margin: 0; }
@media (max-width: 540px) {
.ps-pwy-amounts { grid-template-columns: repeat(3, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
.ps-pwy-amounts label, .ps-pwy-cta { transition: none; }
}