.gtcta-wrap {
    margin: 2em auto;
    text-align: left;
}

.gtcta-card {
    display: flex;
    align-items: center;
    gap: 0.85em;
    background: #111;
    border: 1px solid #2a2a2a;
    border-radius: 3px;
    padding: 1.2em 1.5em;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
}

.gtcta-icon {
    flex-shrink: 0;
    font-size: 2rem;
    line-height: 1;
}

.gtcta-body {
    flex: 1;
    min-width: 0;
}

.gtcta-title {
    color: #fff;
    font-size: 1.05rem;
    margin: 0 0 0.15em !important;
    padding: 0 !important;
    font-weight: 700;
    line-height: 1.2 !important;
}

.gtcta-desc {
    color: #aaa;
    font-size: 0.85rem;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

.gtcta-btn {
    flex-shrink: 0;
    display: inline-block;
    background: #992f20;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.7em 1.6em;
    border-radius: 3px;
    letter-spacing: 0.04em;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.gtcta-btn:hover,
.gtcta-btn:focus {
    background: #e74c3c;
    color: #fff !important;
}

@media (max-width: 480px) {
    .gtcta-card {
        flex-direction: column;
    }

    .gtcta-body {
        text-align: center;
        width: 100%;
    }

    .gtcta-title,
    .gtcta-desc {
        text-align: center !important;
    }
}
