body {
    font-family: 'Inter', sans-serif;
    background: #f5f8ff;
    color: #243049;
}

a {
    text-decoration: none;
}

.top-nav {
    border-bottom: 1px solid #e8eef9;
}

.navbar-brand {
    color: #1163d6 !important;
    font-size: 1.4rem;
}

.nav-link {
    color: #42526b;
    font-weight: 500;
}

.btn-brand {
    background: linear-gradient(135deg, #1163d6, #0ba5ec);
    border: none;
    color: #fff;
    padding: 0.75rem 1.25rem;
    border-radius: 14px;
    font-weight: 600;
}

.btn-brand:hover {
    color: #fff;
    opacity: 0.95;
}

.btn-outline-brand {
    border: 1px solid #1163d6;
    color: #1163d6;
    border-radius: 14px;
    font-weight: 600;
}

.btn-outline-brand:hover {
    background: #1163d6;
    color: #fff;
}

.hero-section {
    background: radial-gradient(circle at top left, #e2eeff, #f8fbff 60%);
}

.hero-chip {
    display: inline-block;
    padding: 0.55rem 0.9rem;
    background: #e8f1ff;
    color: #1163d6;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
}

.hero-stats,
.doctor-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero-stat-card,
.mini-stat,
.profile-info-card {
    background: #fff;
    border: 1px solid #e7edf7;
    border-radius: 18px;
    padding: 1rem 1.1rem;
    box-shadow: 0 8px 24px rgba(17, 99, 214, 0.06);
}

.hero-stat-card strong,
.mini-stat strong {
    display: block;
    font-size: 1.35rem;
}

.hero-stat-card span,
.mini-stat span,
.profile-info-card .label {
    color: #6a768a;
    font-size: 0.9rem;
}

.search-panel,
.doctor-card,
.content-card,
.form-card,
.profile-hero,
.empty-state {
    background: #fff;
    border: 1px solid #e7edf7;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(36, 48, 73, 0.06);
}

.search-panel,
.form-card,
.content-card,
.empty-state {
    padding: 1.6rem;
}

.doctor-card-body {
    padding: 1.4rem;
    display: flex;
    gap: 1.2rem;
}

.doctor-avatar {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 22px;
    border: 4px solid #eef4ff;
}

.doctor-main {
    flex: 1;
}

.doctor-name {
    font-size: 1.25rem;
    font-weight: 700;
}

.doctor-specialty {
    color: #1163d6;
    font-weight: 600;
}

.doctor-meta span {
    background: #f4f7fc;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.87rem;
    color: #526179;
}

.doctor-clinic {
    font-weight: 600;
}

.doctor-address,
.fee-text {
    color: #6c7788;
    font-size: 0.95rem;
}

.plan-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
}

.badge-premium-gold {
    background: #fff3cd;
    color: #8b6200;
}

.badge-premium-silver {
    background: #edf1f7;
    color: #526179;
}

.badge-premium-bronze {
    background: #f5e5db;
    color: #915330;
}

.badge-premium-free {
    background: #e7f8ec;
    color: #1f7a41;
}

.profile-avatar {
    width: 100%;
    max-width: 220px;
    border-radius: 28px;
    border: 5px solid #eef4ff;
}

.profile-image-preview {
    width: 100%;
    max-width: 220px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 24px;
    border: 4px solid #eef4ff;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1rem;
}

.gallery-item-card,
.gallery-public-item {
    display: block;
    background: #fff;
    border: 1px solid #e7edf7;
    border-radius: 18px;
    overflow: hidden;
}

.gallery-item-card img,
.gallery-public-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.gallery-remove-toggle {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.75rem;
    font-size: 0.9rem;
    color: #526179;
}

.gallery-grid-public {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
}

.gallery-grid-public img {
    height: 170px;
}

.enquiry-status-select {
    min-width: 130px;
}

.plan-option {
    display: block;
    border: 1px solid #dbe6f6;
    border-radius: 18px;
    padding: 1rem;
    height: 100%;
    cursor: pointer;
    background: #fbfdff;
}

.plan-option input {
    margin-right: 0.35rem;
}

.plan-title {
    display: block;
    font-weight: 700;
    margin: 0.35rem 0 0.15rem;
}

.visibility-toggle {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-weight: 500;
}

.table-actions {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.footer-area {
    border-top: 1px solid #e8eef9;
    background: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

@media (max-width: 767px) {
    .doctor-card-body {
        flex-direction: column;
    }

    .doctor-avatar {
        width: 90px;
        height: 90px;
    }
}
