.tibizz-author-wrapper {
    margin-top: 60px;
    background: linear-gradient(135deg,#0f172a,#111827);
    border-radius: 28px;
    padding: 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.tibizz-author-wrapper::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.tibizz-author-top {
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.tibizz-author-image-wrap img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid rgba(255,255,255,0.1);
}

.tibizz-author-content {
    flex: 1;
}

.tibizz-author-name-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.tibizz-author-name-wrap h3 {
    font-size: 34px;
    margin: 0;
    font-weight: 800;
}

.tibizz-verified-badge {
    background: #2563eb;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
}

.tibizz-author-designation {
    color: #38bdf8;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.tibizz-author-stats {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.tibizz-author-stats span {
    background: rgba(255,255,255,0.08);
    padding: 10px 16px;
    border-radius: 50px;
    font-size: 14px;
}

.tibizz-author-bio {
    font-size: 16px;
    line-height: 1.8;
    color: #d1d5db;
}

.tibizz-author-socials {
    margin-top: 25px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.tibizz-author-socials a {
    background: rgba(255,255,255,0.08);
    padding: 12px 20px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all .3s ease;
}

.tibizz-author-socials a:hover {
    background: #2563eb;
    transform: translateY(-2px);
}

.tibizz-newsletter-box {
    margin-top: 35px;
    background: rgba(255,255,255,0.06);
    padding: 30px;
    border-radius: 24px;
    position: relative;
    z-index: 2;
}

.tibizz-newsletter-box h4 {
    font-size: 28px;
    margin-bottom: 10px;
}

.tibizz-newsletter-box p {
    color: #cbd5e1;
    margin-bottom: 20px;
}

.tibizz-newsletter-box form {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.tibizz-newsletter-box input {
    flex: 1;
    min-width: 250px;
    padding: 16px 20px;
    border-radius: 16px;
    border: none;
    outline: none;
    font-size: 15px;
}

.tibizz-newsletter-box button {
    background: #2563eb;
    border: none;
    color: #fff;
    padding: 16px 28px;
    border-radius: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
}

@media(max-width:768px) {
    .tibizz-author-wrapper {
        padding: 25px;
    }

    .tibizz-author-top {
        flex-direction: column;
        text-align: center;
    }
}
