.leads_template h2 {
    text-align: center;
    margin-bottom: 30px;
}

.leads_template {
   background: radial-gradient(circle at 18% 0%, rgba(0, 195, 245, .16), transparent 44%), radial-gradient(circle at 92% 96%, rgba(214, 166, 90, .10), transparent 46%), #0a212b;
    color: #fff;
    padding: 60px 0;
}

.leads_template h2 {margin-bottom: 0; font-size: 40px;}

/* TABS */
.cfdb7-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin-bottom: 10px;
}

.cfdb7-tabs li {
    list-style: none;
    padding: 10px 18px;
    border: 1px solid #190A11;
    background: transparent;
    color: var(--dark-grad);;
    cursor: pointer;
    transition: .25s;
    margin-bottom: 15px;
}

.cfdb7-tabs li.active {
    background: #00c3f5;
    color: #fff;
    border-color: #00c3f5;
}

/* TAB CONTENT */
.cfdb7-tab-content {
    display: none;
    margin-bottom: 40px;
}

.cfdb7-tab-content.active {
    display: block;
}

/* TABLE WRAPPER – cheia pentru responsive */
.cfdb7-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.container.leads_table {margin-top: 60px; margin-bottom: 100px;}

/* TABLE */
table.cfdb7-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    min-width: 900px; /* activează scroll pe mobil */
}

table.cfdb7-table th,
table.cfdb7-table td {
    border: 1px solid #52546e;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    word-break: break-word;
    font-size: 20px;
}

table.cfdb7-table th {
    background: #194E76;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

/* PAGINATION */
.cfdb7-pagination {
    margin-top: 20px;
    text-align: center;
}

.cfdb7-pagination a {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 3px;
    background: #194E76;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    transition: .2s;
}

.cfdb7-pagination a:hover {
    filter: brightness(0.95);
}

/* MOBILE */
@media (max-width: 1024px) {
    table.cfdb7-table {
        font-size: 14px;
    }
}

/* GATE (protecție cu parolă) */
.cfdb7-gate {
    display: flex;
    justify-content: center;
    padding: 20px 0 40px;
}

.cfdb7-gate__form {
    width: 100%;
    max-width: 400px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid #52546e;
    border-radius: 14px;
    padding: 32px 28px;
    text-align: center;
}

.cfdb7-gate__title {
    margin: 0 0 8px;
    font-size: 24px;
}

.cfdb7-gate__text {
    margin: 0 0 20px;
    font-size: 15px;
}

.cfdb7-gate__error {
    margin: 0 0 16px;
    color: #ff8a8a;
    font-size: 14px;
}

.cfdb7-gate__input {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 14px;
    border: 1px solid #52546e;
    border-radius: 8px;
    background: #0a212b;
    color: #fff;
    font-size: 16px;
}

.cfdb7-gate__input:focus {
    outline: none;
    border-color: #00c3f5;
}

.cfdb7-gate__btn {
    width: 100%;
    padding: 12px 14px;
    border: 0;
    border-radius: 8px;
    background: #00c3f5;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: filter .2s;
}

.cfdb7-gate__btn:hover {
    filter: brightness(1.05);
}
