/* ==========================================================================
   Sell Your Home — Ready to Sell? (gold CTA band)
   ========================================================================== */

.me-sell-cta-section {
    background-color: #d8a94f;
    padding: 64px 24px;
    text-align: center;
}

.me-sell-cta-title {
    font-size: 32px;
    font-weight: 800;
    color: #16233b;
    margin: 0 0 14px;
    letter-spacing: -0.3px;
}

.me-sell-cta-subtitle {
    font-size: 15px;
    color: rgba(22, 35, 59, 0.8);
    max-width: 520px;
    margin: 0 auto 28px;
    line-height: 1.6;
}

.me-sell-cta-btn {
    display: inline-block;
    background-color: #16233b;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 32px;
    border-radius: 999px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.me-sell-cta-btn:hover,
.me-sell-cta-btn:focus-visible {
    background-color: #0f1829;
    transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 1024px) {
    .me-sell-cta-title { font-size: 28px; }
}

/* Mobile */
@media (max-width: 600px) {
    .me-sell-cta-section { padding: 48px 20px; }
    .me-sell-cta-title { font-size: 22px; }
    .me-sell-cta-subtitle { font-size: 14px; }
    .me-sell-cta-btn { width: 100%; }
}