.courses-area .courses__item {
    margin-bottom: 0;
    height: 100%;
}

.author-two .lp-avatar-fallback {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef0ff;
    color: #5751e1;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
}

.lp-page {
    padding: 40px 0 90px;
    background:
        radial-gradient(circle at top right, rgba(87, 81, 225, 0.08), transparent 28%),
        linear-gradient(180deg, #f7f8ff 0%, #ffffff 100%);
}

.lp-listing-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 40px;
}

.lp-listing-head h2 {
    font-size: 36px;
    color: #161439;
    margin-bottom: 10px;
}

.lp-listing-head p {
    color: #5b5b76;
    margin: 0;
}

.lp-card {
    background: #fff;
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    box-shadow: 0 12px 28px rgba(22, 20, 57, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(87, 81, 225, 0.16);
}

.lp-card-thumb {
    position: relative;
    display: block;
    height: 200px;
    overflow: hidden;
    background: #ececff;
}

.lp-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.lp-card:hover .lp-card-thumb img {
    transform: scale(1.08);
}

.lp-card-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(22, 20, 57, 0.05) 30%, rgba(22, 20, 57, 0.55) 100%);
}

.lp-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.92);
    color: #5751e1;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
}

.lp-card-body {
    padding: 16px 16px 18px;
}

.lp-card-title {
    font-size: 17px;
    line-height: 1.3;
    margin: 0 0 6px;
    color: #161439;
}

.lp-card-title a {
    color: inherit;
    text-decoration: none;
}

.lp-card-title a:hover {
    color: #5751e1;
}

.lp-card-subject {
    font-size: 14px;
    color: #5b5b76;
    margin-bottom: 8px;
}

.lp-card-author {
    font-size: 13px;
    color: #5b5b76;
    margin: 0 0 8px;
}

.courses-area .lp-card {
    margin-bottom: 0;
    height: 100%;
}

.lp-card-review {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 13px;
    color: #5b5b76;
}

.lp-stars {
    color: #f5b400;
    letter-spacing: 1px;
}

.lp-stars i {
    font-size: 13px;
}

.lp-review-count {
    font-weight: 600;
}

.lp-card-review--hero {
    color: #fff;
    margin-bottom: 10px;
}

.lp-card-review--hero .lp-stars {
    color: #ffd45a;
}

.lp-card-fee {
    font-size: 16px;
    font-weight: 700;
    color: #5751e1;
    margin-bottom: 14px;
}

.lp-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    border-radius: 999px;
    background: #fff;
    color: #5751e1 !important;
    border: 1px solid #5751e1;
    font-weight: 700;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease;
}

.lp-card-btn:hover {
    background: #eef0ff;
    color: #5751e1 !important;
}

.lp-empty {
    text-align: center;
    padding: 70px 20px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(22, 20, 57, 0.06);
}

.lp-hero {
    position: relative;
    min-height: 420px;
    overflow: hidden;
}

.lp-hero img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.lp-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 16, 40, 0.15) 10%, rgba(12, 16, 40, 0.78) 100%);
    display: flex;
    align-items: flex-end;
}

.lp-hero-content {
    padding: 40px 0;
    color: #fff;
}

.lp-hero-content h1 {
    color: #fff;
    font-size: 42px;
    margin: 12px 0 10px;
}

.lp-hero-content .lp-fee {
    color: #fff;
    margin-bottom: 0;
}

.lp-detail-wrap {
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.lp-panel {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(22, 20, 57, 0.08);
    padding: 28px;
    margin-bottom: 24px;
}

.lp-detail-title {
    margin: 0 0 16px;
    font-size: 36px;
    color: #161439;
}

.lp-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.lp-chip {
    display: inline-flex;
    align-items: center;
    background: #eef0ff;
    color: #5751e1;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
}

.lp-chip.is-light {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.lp-fee {
    font-size: 28px;
    font-weight: 700;
    color: #161439;
    margin-bottom: 10px;
}

.lp-help {
    color: #4b4b66;
    margin-bottom: 0;
}

.lp-description {
    color: #333;
    line-height: 1.8;
}

.lp-info-list {
    margin: 0;
}

.lp-info-list dt,
.lp-info-list dd {
    margin: 0;
    padding: 12px 0;
}

.lp-info-list dt {
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 700;
    color: #5751e1;
    padding-bottom: 0;
}

.lp-info-list dd {
    border-bottom: 1px solid #f0f0f6;
    color: #161439;
    font-weight: 600;
}

.lp-info-list dd:last-child {
    border-bottom: 0;
}

.lp-banner .login-banner-content h1 {
    letter-spacing: -0.02em;
}

@media (max-width: 767.98px) {
    .lp-hero img,
    .lp-hero {
        min-height: 280px;
        height: 280px;
    }

    .lp-hero-content h1 {
        font-size: 28px;
    }
}
