.digitol-bio-avatar {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #3a57e8, #1e3a8a);
    font-size: 1.25rem;
}

.digitol-bio-row {
    transition: box-shadow 0.15s ease;
}

.digitol-bio-row:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.bio-page {
    min-height: 100vh;
    background: linear-gradient(160deg, #0f172a 0%, #1e3a8a 50%, #312e81 100%);
    color: #fff;
}

.bio-page .bio-link {
    display: block;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
    padding: 0.9rem 1.25rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
    transition: transform 0.15s ease, background 0.15s ease;
}

.bio-page .bio-link:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
    color: #fff;
}

.bio-page .bio-avatar-wrap {
    display: flex;
    justify-content: center;
}

.bio-page .bio-avatar {
    display: block;
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
}

.bio-page .bio-avatar--circle {
    width: 120px;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.bio-page .bio-avatar--rounded {
    border-radius: 1rem;
    object-fit: cover;
}

.bio-page .bio-job-title {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    margin-bottom: 0;
}

.bio-page .bio-vcard-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background 0.15s ease, transform 0.15s ease;
}

.bio-page .bio-vcard-btn:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    transform: translateY(-1px);
}

.bio-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
}

.bio-social__icon {
    display: block;
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--bio-social-color, #fff);
    -webkit-mask: var(--bio-social-icon) center / contain no-repeat;
    mask: var(--bio-social-icon) center / contain no-repeat;
    text-decoration: none;
    opacity: 0.92;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.bio-social__icon:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.bio-social--sm .bio-social__icon { width: 2rem; height: 2rem; }
.bio-social--md .bio-social__icon { width: 2.25rem; height: 2.25rem; }
.bio-social--lg .bio-social__icon { width: 2.75rem; height: 2.75rem; }
.bio-social--xl .bio-social__icon { width: 3rem; height: 3rem; }

body.bio-form-open {
    overflow: hidden;
}

.bio-form-drawer {
    position: fixed;
    inset: 0;
    z-index: 1050;
    pointer-events: none;
    visibility: hidden;
}

.bio-form-drawer.is-open {
    pointer-events: auto;
    visibility: visible;
}

.bio-form-drawer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.72);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bio-form-drawer.is-open .bio-form-drawer__backdrop {
    opacity: 1;
}

.bio-form-drawer__panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 90vh;
    overflow-y: auto;
    padding: 0.5rem 1rem 1.5rem;
    transform: translateY(100%);
    transition: transform 0.38s cubic-bezier(0.32, 0.72, 0, 1);
    background: linear-gradient(165deg, #1e3a8a 0%, #0f172a 55%, #312e81 100%);
    border-radius: 1.25rem 1.25rem 0 0;
    box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.35);
}

.bio-form-drawer.is-open .bio-form-drawer__panel {
    transform: translateY(0);
}

.bio-form-drawer__handle {
    width: 2.5rem;
    height: 0.25rem;
    margin: 0.65rem auto 0.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
}

.bio-form-drawer__close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.bio-leadform .leadforms-form {
    margin: 2rem auto 0;
    padding: 0;
    border: none;
    background: transparent;
    color: #fff;
    max-width: 480px;
    box-sizing: border-box;
    position: static;
}

.bio-leadform .leadforms-form-title {
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    padding-bottom: 0;
}

.bio-leadform .leadforms-row {
    margin-bottom: 0.85rem;
}

.bio-leadform .leadforms-label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.65);
}

.bio-leadform .leadforms-input {
    width: 100%;
    height: auto;
    min-height: 2.75rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 0.65rem 1rem;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.bio-leadform .form__input-group--textarea {
    display: flex;
    flex-direction: column;
}

.bio-leadform .form__input-group--textarea .form__label {
    position: static;
    transform: none;
    order: -1;
    margin: 0 0 0.4rem 0.25rem;
}

.bio-leadform textarea.leadforms-input {
    border-radius: 0.75rem;
    min-height: 7rem;
    padding: 0.75rem 1rem;
    line-height: 1.5;
    resize: vertical;
}

.bio-leadform .leadforms-input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.bio-leadform .leadforms-input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.16);
}

.bio-leadform .bio-leadform__privacy {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
}

.bio-leadform .bio-leadform__privacy input {
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.bio-leadform .leadforms-btn-primary {
    width: 100%;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 600;
    transition: background 0.15s ease, transform 0.15s ease;
}

.bio-leadform .leadforms-btn-primary:hover {
    background: rgba(255, 255, 255, 0.24);
    transform: translateY(-1px);
}

.bio-leadform .leadforms-notification {
    font-size: 0.875rem;
    text-align: center;
    min-height: 1.25rem;
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
}

.bio-leadform .leadforms-notification.error {
    color: #fecaca;
}

.bio-leadform .leadforms-input-error,
.bio-leadform #leadforms_privacy_label.leadforms-input-error {
    border-color: #f87171 !important;
    color: #fecaca !important;
}

.bio-leadform .leadforms-row-submit {
    text-align: center;
}

.bio-page .bio-link[data-bio-open-form] {
    cursor: pointer;
}

.bio-leadform--page .leadforms-form {
    margin-top: 0;
}

.bio-icon-picker__preview {
    display: inline-block;
    width: 1.1rem;
    text-align: center;
}

.bio-icon-picker__list {
    position: absolute;
    z-index: 1050;
    top: calc(100% + 0.25rem);
    left: 0;
    right: 0;
    max-height: 14rem;
    overflow-y: auto;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12);
}

.bio-icon-picker__item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 0;
    background: transparent;
    text-align: left;
}

.bio-icon-picker__item:hover,
.bio-icon-picker__item:focus {
    background: #f1f5f9;
}

.bio-icon-picker__item i {
    font-size: 1.1rem;
    width: 1.25rem;
    text-align: center;
    color: #334155;
}

.bio-icon-picker__item span {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.bio-icon-picker__item strong {
    font-size: 0.875rem;
    color: #0f172a;
}

.bio-icon-picker__item small {
    font-size: 0.75rem;
    color: #64748b;
}

.bio-icon-picker__empty {
    padding: 0.75rem;
    font-size: 0.875rem;
    color: #64748b;
}

.link-row-inactive {
    opacity: 0.55;
}
