@font-face {
    font-family: "Inter";
    src: url("https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0I5nvwUgHU.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}
@font-face {
    font-family: "Inter";
    src: url("https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0I5nvwU.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body.user-profile .profile-layout * {
    font-family: 'Inter', sans-serif;
}
#profile-page .breadcrumb {
    padding: 16px 40px 0;
    font-size: 12px;
    color: #888;
}

#profile-page .breadcrumb a {
    color: #888;
    text-decoration: none;
}

#profile-page .breadcrumb a:hover {
    color: #111;
}

#profile-page .breadcrumb span {
    margin: 0 6px;
}

.profile-hero {
    padding: 32px 40px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.profile-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
    overflow: hidden;
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.profile-info {
    flex: 1;
    min-width: 0;
}

.profile-name {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 4px;
}

.profile-company {
    font-size: 15px;
    color: #555;
    margin-bottom: 8px;
}

.profile-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.profile-city {
    font-size: 13px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 4px;
}

.profile-spec {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: #FFE600;
    padding: 3px 10px;
    color: #555;
    font-weight: 700 !important;
}
.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}
.user-profile .has-success .control-label {
    color: #000;
}
.user-profile .field-label {
    display: flex;
    align-items: center;
    gap: 0 4px;
}
.user-profile .field-label label {
    margin: 0;
}
.user-profile .field-label .opt {
    margin: 0;
}
.profile-badge {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: #111;
    color: #fff;
    padding: 3px 10px;
}

.profile-services {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.service-tag {
    font-size: 11px;
    color: #555;
    background: #f5f5f5;
    border: 0.5px solid #e0e0e0;
    padding: 4px 10px;
}

.profile-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    flex-shrink: 0;
}

.btn-contact {
    background: #111;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
}

.btn-contact:hover {
    background: #333;
    color: #fff;
}

.tabs {
    padding: 0 40px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    gap: 0;
}

.tab {
    font-size: 14px;
    font-weight: 500;
    padding: 16px 24px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    color: #888;
    text-decoration: none;
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    font-family: 'Inter', sans-serif;
}

.tab.active {
    color: #111;
    border-bottom-color: #FFE600;
    font-weight: 700;
}

.tab:hover {
    color: #111;
}

/* TAB CONTENT */
.tab-content {
    display: none;
}

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

.content {
    padding: 40px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 48px;
    align-items: start;
}

.info-section {
    margin-bottom: 32px;
}

.info-title {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #888;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e8e8e8;
}

.info-text {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}

.contact-block {
    background: #f8f8f8;
    padding: 24px;
    margin-bottom: 16px;
}

.contact-block-title {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    color: #111;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

.contact-item a {
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid #e0e0e0;
}

.contact-item a:hover {
    border-bottom-color: #111;
}

.contact-icon {
    width: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #888;
    flex-shrink: 0;
}

/* PORTFOLIO */
.portfolio-wrap {
    padding: 40px;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.portfolio-card {
    cursor: pointer;
}

.portfolio-img {
    width: 100%;
    aspect-ratio: 4/3;
    background: #f0f0f0;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
    display: block;
}

.portfolio-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
    display: block;
}

.portfolio-card:hover .portfolio-img img {
    transform: scale(1.03);
}

.portfolio-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: #111;
    color: #fff;
    padding: 3px 8px;
}

.portfolio-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 4px;
    color: #111;
    text-decoration: none;
    display: block;
}

.portfolio-title:hover {
    text-decoration: underline;
}

.portfolio-meta {
    font-size: 12px;
    color: #888;
}

@media (max-width: 900px) {
    .profile-hero {
        flex-direction: column;
        padding: 24px 20px;
    }

    .profile-actions {
        align-items: flex-start;
        flex-direction: row;
    }

    .content {
        grid-template-columns: 1fr;
        padding: 24px 20px;
        gap: 24px;
    }

    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tabs,
    #profile-page .breadcrumb {
        padding-left: 20px;
        padding-right: 20px;
    }

    .portfolio-wrap {
        padding: 24px 20px;
    }
}

@media (max-width: 480px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
}