/* Purchase entry on the download card; isolated from the installer and checkout. */
.trial-card-checkout h3 { margin:24px 0 16px; }
.trial-card-checkout h3 strong { font-size:clamp(44px,4vw,56px); }
.trial-card-checkout ul { margin:20px 0 24px; }
.trial-card-checkout .trial-price { padding-top:20px; }
.trial-card-checkout .trial-price > div { flex-wrap:wrap; gap:5px 9px; }
.trial-checkout { margin-top:22px; }
.pulse-purchase-button { display:flex; align-items:center; justify-content:space-between; gap:16px; width:100%; min-height:60px; padding:15px 20px; border:1px solid #103d34; border-radius:13px; background:#0b342e; color:#f2fff9; text-decoration:none; font:800 17px Manrope,sans-serif; box-shadow:0 8px 22px #13473826; transition:background .15s ease,box-shadow .15s ease; }
.pulse-purchase-button:hover { background:#124e40; box-shadow:0 10px 25px #1347383b; }
.pulse-purchase-button:focus-visible { outline:3px solid #143dbe; outline-offset:4px; }
.pulse-purchase-button svg { width:23px; height:23px; flex-shrink:0; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.trial-checkout .pulse-purchase-destination { margin:10px 0 18px; font-size:12px; line-height:1.5; color:#245447; }
.pulse-purchase-methods { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.pulse-payment-brand { min-height:73px; border-radius:10px; display:flex; flex-direction:column; align-items:center; justify-content:center; overflow:hidden; }
.purchase-visa { background:#1835cd; color:#fff; border:1px solid #3651db; font:italic 800 27px Arial,sans-serif; letter-spacing:-1px; box-shadow:0 4px 12px #142e8830; }
.purchase-mastercard { background:#101010; color:#fff; border:1px solid #2b2b2b; gap:3px; box-shadow:0 4px 12px #10101020; }
.purchase-mastercard svg { width:47px; height:30px; }
.purchase-mastercard span { font:600 9px Arial,sans-serif; letter-spacing:-.2px; }
.purchase-pix { border:1px solid #235f55; background:#103f37; color:#baf8e4; gap:4px; }
.purchase-pix svg { width:27px; height:27px; fill:#55dcc2; }
.purchase-pix strong { font:700 13px Manrope,sans-serif; }
.trial-checkout .pulse-purchase-security { display:flex; align-items:center; gap:7px; margin:14px 0 0; color:#265747; font-size:11px; line-height:1.6; }
.pulse-purchase-security svg { width:17px; height:17px; flex-shrink:0; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
@media(max-width:400px) { .pulse-purchase-methods { gap:6px; }.purchase-visa { font-size:23px; }.purchase-mastercard svg { width:41px; } }
