/* Phase 7: page-specific styles extracted from sellYourAccount.php for maintainability. */
.sell-cta-note { margin-top: 12px; color: #9aa8b5; }

/* Original style block 1 */
.sell-cta-sec{padding:80px 0}
    .sell-cta-card{max-width:820px;margin:0 auto;background:linear-gradient(160deg,rgba(69,248,130,.06),rgba(10,14,20,.5));border:1px solid rgba(69,248,130,.25);border-radius:20px;padding:48px 40px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.35)}
    .sell-cta-card .sec-title{margin-bottom:14px}
    .sell-cta-lead{color:#c9d3d9;font-size:17px;line-height:1.7;max-width:640px;margin:0 auto 26px}
    .sell-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:30px 0 34px;text-align:left}
    .sell-step{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:20px}
    .sell-step .num{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#45F882;color:#08110b;font-weight:700;font-family:'Rajdhani',sans-serif;margin-bottom:12px}
    .sell-step h4{color:#fff;font-family:'Rajdhani',sans-serif;font-size:18px;margin:0 0 6px}
    .sell-step p{color:#9fb0b8;font-size:14px;margin:0;line-height:1.55}
    .sell-cta-btn{font-size:18px;padding:16px 40px}
    .sell-trust{display:flex;flex-wrap:wrap;gap:22px;justify-content:center;margin-top:26px;color:#8fa3ab;font-size:14px}
    .sell-trust span{display:inline-flex;align-items:center;gap:7px}
    .sell-trust i{color:#45F882}
    @media (max-width:767px){.sell-steps{grid-template-columns:1fr}.sell-cta-card{padding:34px 22px}}

