.sdr-gw-cta {
    margin: 40px 0 8px;
    font-family: inherit;
}
.sdr-gw-cta-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 12px;
    padding: 24px 28px;
    flex-wrap: wrap;
}
.sdr-gw-cta-icon {
    font-size: 2.4rem;
    line-height: 1;
    flex-shrink: 0;
}
.sdr-gw-cta-body {
    flex: 1;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sdr-gw-cta-title {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3;
}
.sdr-gw-cta-sub {
    color: #a0aec0;
    font-size: 0.875rem;
}
.sdr-gw-cta-btn {
    display: inline-block;
    background: #f6ad55;
    color: #1a1a2e !important;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 12px 22px;
    border-radius: 8px;
    text-decoration: none !important;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .2s, transform .1s;
}
.sdr-gw-cta-btn:hover {
    background: #ed8936;
    transform: translateY(-1px);
}
@media (max-width: 600px) {
    .sdr-gw-cta-inner { flex-direction: column; text-align: center; }
    .sdr-gw-cta-btn   { width: 100%; text-align: center; }
}
