.pay-hero{padding:3.4rem 0 2.4rem}
.pay-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
@media(max-width:800px){.pay-hero-grid{grid-template-columns:1fr}}
.pay-hero h1{font-size:clamp(1.4rem,3.5vw,1.85rem);letter-spacing:-.03em;margin-bottom:.6rem}
.pay-hero h1 em{color:#635bff;font-style:normal}
.pay-hero p{color:#425466;font-size:.92rem;margin-bottom:1.1rem}
.seal{display:flex;flex-wrap:wrap;gap:.45rem 1rem;font-size:.78rem;color:#425466}
.seal strong{color:#635bff}
.pay-shot{border:1px solid #e6ebf1;border-radius:14px;padding:8px;background:#f6f9fc}

.method-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
@media(max-width:900px){.method-row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.method-row{grid-template-columns:1fr}}
.method{padding:1.25rem 1.1rem;text-align:center}
.method .m{width:36px;height:36px;margin:0 auto .65rem;border-radius:8px;background:#635bff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.75rem}
.method h3{font-size:.86rem;margin-bottom:.3rem}
.method p{font-size:.74rem;color:#425466;margin-bottom:.75rem;min-height:2.4em}
.method .btn-st{font-size:.74rem;padding:.38rem .85rem}

.chk-row{display:flex;justify-content:space-between;gap:1rem;position:relative}
@media(max-width:700px){.chk-row{flex-direction:column}}
.chk{flex:1;text-align:left;padding-top:.2rem}
.chk .ck{font-size:.68rem;font-weight:800;color:#635bff;letter-spacing:.06em;margin-bottom:.35rem}
.chk h3{font-size:.88rem;margin-bottom:.3rem}
.chk p{font-size:.8rem;color:#425466}

.inv-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}
@media(max-width:768px){.inv-row{grid-template-columns:1fr}}
.inv{padding:1.3rem 1.4rem}
.inv h3{font-size:.86rem;color:#635bff;margin-bottom:.5rem}
.inv li{font-size:.8rem;color:#425466;padding:.22rem 0}
.dl-shot{margin-top:1.8rem;max-width:640px;border:1px solid #e6ebf1;border-radius:12px;padding:8px;background:#f6f9fc}

.dl-cta{padding:3.4rem 0;text-align:center;border-top:1px solid #e6ebf1}
.dl-cta h2{font-size:1.25rem;margin-bottom:.4rem;letter-spacing:-.03em}
.dl-cta p{color:#425466;font-size:.88rem;margin-bottom:1.1rem}
