.demg-freemium-gate {
    margin: 2rem 0;
    padding: 2rem 1.5rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 100%);
    border: 1px solid #c7d9f8;
    text-align: center;
    font-family: inherit;
}

.demg-freemium-gate__icon {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    color: #1a56db;
}

.demg-freemium-gate__title {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a2e;
}

.demg-freemium-gate__desc {
    margin: 0 0 1.5rem;
    font-size: 0.95rem;
    color: #4a5568;
}

.demg-freemium-gate__btn {
    display: inline-block;
    padding: 0.7rem 2rem;
    border-radius: 8px;
    background-color: #1a56db;
    color: #fff !important;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: background-color 0.2s ease;
}

.demg-freemium-gate__btn:hover {
    background-color: #1648c0;
    color: #fff !important;
}
