.hft-profile-page {
    min-height: 100vh;
    background: #f5faf8;
    color: #12312f;
    font-family: 'Readex Pro', 'Sora', sans-serif;
}

.hft-profile-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 34px;
    background: #0b413d;
}

.hft-profile-hero-bg {
    position: absolute;
    inset: 0;
}

.hft-profile-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.62);
    transform: scale(1.02);
}

.hft-profile-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(4, 32, 29, .94), rgba(19, 93, 88, .78));
}

.hft-profile-hero .container {
    position: relative;
    z-index: 1;
}

.hft-profile-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 24px 70px rgba(4, 32, 29, .26);
}

.hft-profile-main {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 28px;
}

.hft-profile-avatar {
    position: relative;
    width: 150px;
    min-width: 150px;
    height: 150px;
    border: 6px solid #fff;
    border-radius: 50%;
    box-shadow: 0 16px 36px rgba(14, 58, 54, .16);
}

.hft-profile-avatar img {
    border-radius: 50%;
}

.hft-profile-copy {
    min-width: 0;
}

.hft-profile-eyebrow {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 8px;
    background: #eaf5f2;
    color: #135d58;
    font-size: 12px;
    font-weight: 900;
}

.hft-profile-copy h1 {
    margin: 12px 0 6px;
    color: #12312f;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0;
}

.hft-profile-copy p {
    margin: 0;
    color: #5a6c69;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
}

.hft-profile-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.hft-profile-social div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 7px 12px;
    border: 1px solid #dce9e6;
    border-radius: 8px;
    background: #f7fbfa;
}

.hft-profile-social strong {
    color: #12312f;
    font-size: 17px;
    font-weight: 900;
}

.hft-profile-social span {
    color: #6a7d79;
    font-size: 12px;
    font-weight: 900;
}

.hft-profile-badges img {
    border-radius: 8px;
}

.hft-profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    padding: 0 28px 24px;
}

.hft-profile-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 18px;
    border: 0;
    border-radius: 8px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.hft-profile-action--primary {
    background: #135d58;
    color: #fff;
}

.hft-profile-action--primary:hover {
    background: #0f4f4a;
    color: #fff;
}

.hft-profile-action--primary.is-danger {
    background: #b42318;
}

.hft-profile-action--secondary {
    border: 1px solid #dce9e6;
    background: #fff;
    color: #135d58;
}

.hft-profile-action--secondary:hover {
    background: #eaf5f2;
    color: #135d58;
}

.hft-profile-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border-top: 1px solid #dce9e6;
    background: #dce9e6;
}

.hft-profile-stat {
    display: grid;
    justify-items: center;
    gap: 7px;
    padding: 20px 12px;
    background: #fff;
    text-align: center;
}

.hft-profile-stat .state-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    background: #eaf5f2 !important;
}

.hft-profile-stat .state-icon img {
    width: 28px;
    height: 28px;
}

.hft-profile-stat strong {
    color: #12312f;
    font-size: 22px;
    font-weight: 900;
}

.hft-profile-stat span {
    color: #6a7d79;
    font-size: 13px;
    font-weight: 900;
}

.hft-profile-tabs-container {
    margin-top: 30px;
    margin-bottom: 70px;
}

.hft-profile-tabs-card {
    border: 1px solid #dce9e6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(14, 58, 54, .08);
}

.hft-profile-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    border-bottom: 1px solid #dce9e6 !important;
    padding: 14px 18px !important;
    scrollbar-width: none;
}

.hft-profile-tabs::-webkit-scrollbar {
    display: none;
}

.hft-profile-tabs .nav-item {
    flex: 0 0 auto;
    margin: 0 !important;
}

.hft-profile-tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 13px;
    border: 1px solid #dce9e6;
    border-radius: 8px;
    background: #fff;
    color: #31504c !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-decoration: none;
}

.hft-profile-tabs a.active,
.hft-profile-tabs a:hover {
    border-color: #135d58;
    background: #135d58;
    color: #fff !important;
}

.hft-profile-tabs-card .tab-content {
    padding: 24px 0 34px;
}

.hft-profile-tabs-card .tab-pane {
    padding-right: 28px !important;
    padding-left: 28px !important;
}

.hft-profile-tabs-card .webinar-card,
.hft-profile-tabs-card .blog-grid-card,
.hft-profile-tabs-card .rounded-lg,
.hft-profile-tabs-card .shadow-sm,
.hft-profile-tabs-card .shadow-lg {
    border-radius: 8px !important;
}

@media (max-width: 991px) {
    .hft-profile-main {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 18px;
        padding: 22px;
    }

    .hft-profile-avatar {
        width: 120px;
        min-width: 120px;
        height: 120px;
    }

    .hft-profile-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .hft-profile-hero {
        padding: 42px 0 24px;
    }

    .hft-profile-main {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .hft-profile-copy h1 {
        font-size: 24px;
    }

    .hft-profile-social,
    .hft-profile-actions {
        justify-content: center;
    }

    .hft-profile-actions {
        padding: 0 18px 20px;
    }

    .hft-profile-action {
        width: 100%;
    }

    .hft-profile-tabs-card .tab-pane {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }
}
