.h4h-pc-btn{display:inline-flex;align-items:center;gap:10px;height:52px;padding:0 clamp(20px,2.5vw,30px);border-radius:var(--rx-full);background:linear-gradient(135deg,var(--red) 0%,#c71428 100%);color:#fff;font-size:clamp(14px,1.1vw,15px);font-weight:800;text-decoration:none;white-space:nowrap;border:none;cursor:pointer;font-family:inherit;box-shadow:0 6px 24px rgba(232,25,44,.32),inset 0 1px 0 rgba(255,255,255,.1);letter-spacing:.01em;transition:box-shadow .22s ease,transform .22s ease,background .22s ease}.h4h-pc-btn:hover{background:linear-gradient(135deg,var(--red-2),var(--red));box-shadow:0 10px 36px rgba(232,25,44,.48);transform:translateY(-2px)}.h4h-pc-btn svg{width:17px;height:17px;stroke:#fff;fill:none;stroke-width:2.2;flex:0 0 auto}.h4h-pc-btn-ghost{display:inline-flex;align-items:center;gap:9px;height:52px;padding:0 clamp(18px,2.3vw,26px);border-radius:var(--rx-full);background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);color:var(--soft);font-size:clamp(14px,1.1vw,15px);font-weight:600;text-decoration:none;white-space:nowrap;font-family:inherit;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.h4h-pc-btn-ghost:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#fff;transform:translateY(-2px)}.h4h-pc-btn-ghost svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;flex:0 0 auto}@media (max-width:640px){.h4h-pc-btn,.h4h-pc-btn-ghost{flex:1;justify-content:center}}