.fte-course-product-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}
.fte-course-product-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(17, 34, 59, .07);
    transition: transform .2s ease, box-shadow .2s ease;
}
.fte-course-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 38px rgba(17, 34, 59, .13);
}
.fte-course-product-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #fff0e8, #e8f2ff);
}
.fte-course-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}
.fte-course-product-image--profile { background: linear-gradient(145deg, #f7f9fc, #edf2f7); }
.fte-course-product-image--profile img {
    object-fit: contain;
    object-position: center;
}
.fte-course-product-card:hover .fte-course-product-image img { transform: scale(1.035); }
.fte-course-product-card:hover .fte-course-product-image--profile img { transform: none; }
.fte-course-image-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #f15a24;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
}
.fte-course-sale-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 8px;
    border-radius: 7px;
    background: #f04438;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    box-shadow: 0 4px 10px rgba(240, 68, 56, .25);
}
.fte-course-product-body {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    padding: 16px;
}
.fte-course-subject {
    color: #f15a24;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.fte-course-card-tags {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.fte-course-country {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 4px;
    overflow: hidden;
    color: #667085;
    font-size: 11px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fte-course-country b { flex: 0 0 auto; font-size: 16px; line-height: 1; }
.fte-course-product-body h3 {
    display: -webkit-box;
    min-height: 47px;
    overflow: hidden;
    margin: 7px 0 6px;
    font-size: 17px;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.fte-course-product-body h3 a { color: #172033; text-decoration: none; }
.fte-course-teacher,.fte-course-lesson-price { margin: 0; color: #667085; font-size: 12px; }
.fte-course-student-count { display:inline-flex;align-items:center;width:max-content;margin:8px 0 0;padding:4px 8px;border-radius:999px;background:#eef5ff;color:#2879ed;font-size:11px;font-weight:850; }
.fte-course-product-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px; margin-top: 13px; }
.fte-course-product-price strong { color: #f15a24; font-size: clamp(18px,1.35vw,20px); line-height: 1; white-space: nowrap; }
.fte-course-product-price span { color: #667085; font-size: 11px; font-weight: 750; white-space: nowrap; }
.fte-course-lesson-price { margin-top: 8px; font-size: 11px; }
.fte-course-card-button {
    display: flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    border-radius: 9px;
    background: #ff6427;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}
.fte-course-catalog { width: 100%; }
.fte-course-catalog-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}
.fte-course-kicker { color: #ff6427; font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.fte-course-catalog-head h1 { margin: 5px 0 0; font-size: clamp(34px, 5vw, 54px); line-height: 1.05; }
.fte-course-catalog-head p { margin: 0; color: #667085; }
.fte-course-filter {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr auto;
    gap: 12px;
    align-items: end;
    margin-bottom: 30px;
    padding: 18px;
    border: 1px solid #e7eaf0;
    border-radius: 16px;
    background: #f8fafc;
}
.fte-course-filter label span { display: block; margin-bottom: 5px; color: #475467; font-size: 12px; font-weight: 800; }
.fte-course-filter input,.fte-course-filter select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d0d5dd;
    border-radius: 9px;
    background: #fff;
    padding: 0 11px;
    font: inherit;
}
.fte-course-filter button {
    min-height: 44px;
    border: 0;
    border-radius: 9px;
    background: #ff6427;
    color: #fff;
    padding: 0 20px;
    font-weight: 900;
    cursor: pointer;
}
.fte-course-result-bar { display: flex; justify-content: space-between; margin: 0 0 14px; padding-bottom: 12px; border-bottom: 1px solid #eaecf0; }
.fte-course-result-bar span { color: #667085; }
.fte-course-empty { margin: 18px 0; padding: 28px; border-radius: 14px; background: #f8fafc; color: #667085; text-align: center; }
.fte-course-detail { width: 100%; }
.fte-course-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: start;
}
.fte-course-detail-main { min-width: 0; }
.fte-course-detail-meta { display: flex; gap: 8px; flex-wrap: wrap; }
.fte-course-detail-meta span { padding: 6px 10px; border-radius: 999px; background: #fff1e9; color: #c2410c; font-size: 12px; font-weight: 900; }
.fte-course-detail-main h1 { margin: 17px 0 10px; color: #172033; font-size: clamp(35px, 5vw, 58px); line-height: 1.08; letter-spacing: -.04em; }
.fte-course-detail-teacher { margin: 0; color: #667085; }
.fte-course-detail-teacher a { color: #172033; font-weight: 850; }
.fte-course-detail-price { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; margin: 24px 0; }
.fte-course-detail-price strong { color: #f15a24; font-size: 34px; line-height: 1; }
.fte-course-detail-price>span { color: #667085; }
.fte-course-detail-price small { flex-basis: 100%; color: #475467; font-weight: 750; }
.fte-course-detail-discount {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 28px;
    padding: 14px 16px;
    border: 1px solid #fecaca;
    border-radius: 12px;
    background: #fff1f2;
    color: #9f1239;
}
.fte-course-detail-discount strong { padding: 5px 8px; border-radius: 7px; background: #e11d48; color: #fff; }
.fte-course-detail-discount b { margin-left: auto; }
.fte-course-description,.fte-course-resources,.fte-course-schedule { margin-top: 36px; padding-top: 31px; border-top: 1px solid #e5e7eb; }
.fte-course-description h2,.fte-course-resources h2,.fte-course-schedule h2 { margin: 0 0 17px; color: #172033; font-size: 25px; }
.fte-course-description p { color: #344054; line-height: 1.85; }
.fte-course-resources a { display: block; margin-top: 8px; padding: 12px; border-radius: 9px; background: #f8fafc; text-decoration: none; }
.fte-course-section-title { display: flex; align-items: end; justify-content: space-between; gap: 16px; }
.fte-course-section-title>div>span { color: #ff6427; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.fte-course-section-title h2 { margin-top: 3px; }
.fte-course-section-title>a { margin-bottom: 17px; color: #ff6427; font-size: 13px; font-weight: 850; }
.fte-course-weekly-schedule { overflow: hidden; border: 1px solid #e5e7eb; border-radius: 14px; }
.fte-course-schedule-row { display: grid; grid-template-columns: 100px 1fr; min-height: 48px; align-items: center; padding: 8px 14px; border-bottom: 1px solid #eef0f3; }
.fte-course-schedule-row:last-child { border: 0; }
.fte-course-schedule-row strong { color: #344054; }
.fte-course-schedule-row span { color: #667085; }
.fte-course-schedule>p { color: #98a2b3; font-size: 12px; line-height: 1.55; }
.fte-course-book-button {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    border-radius: 12px;
    background: #ff6427;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    text-decoration: none;
}
.fte-course-detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.fte-course-detail-actions .fte-course-book-button{margin:0}.fte-course-trial-button{background:#16a66a!important}.fte-course-trial-button:hover{background:#118655!important}@media(max-width:640px){.fte-course-detail-actions{grid-template-columns:1fr}}
.fte-course-gallery { position: sticky; top: 104px; min-width: 0; }
.admin-bar .fte-course-gallery { top: 136px; }
.fte-course-gallery-main { overflow: hidden; aspect-ratio: 4 / 3; border-radius: 22px; background: #f2f4f7; box-shadow: 0 18px 45px rgba(17, 34, 59, .14); }
.fte-course-gallery-main img { display: block; width: 100%; height: 100%; object-fit: cover; }
.fte-course-gallery-main.is-profile img { object-fit: contain; background: linear-gradient(145deg, #f7f9fc, #edf2f7); }
.fte-course-gallery-main iframe { display: block; width: 100%; height: 100%; border: 0; }
.fte-course-gallery-thumbs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.fte-course-gallery-thumbs button { position: relative; overflow: hidden; aspect-ratio: 1; border: 2px solid transparent; border-radius: 10px; background: #fff; padding: 0; cursor: pointer; opacity: .65; }
.fte-course-gallery-thumbs button.is-active { border-color: #ff6427; opacity: 1; }
.fte-course-gallery-thumbs img { display: block; width: 100%; height: 100%; object-fit: cover; }
.fte-course-gallery-thumbs span { position: absolute; right: 4px; bottom: 4px; left: 4px; overflow: hidden; border-radius: 5px; background: rgba(0,0,0,.72); color: #fff; padding: 3px 4px; font-size: 9px; font-weight: 800; line-height: 1.15; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.fte-course-gallery-thumbs button.is-video:after { content: "▶"; position: absolute; inset: 50% auto auto 50%; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: rgba(255,100,39,.92); color: #fff; font-size: 12px; transform: translate(-50%,-60%); }
.fte-course-gallery-empty { display: grid; min-height: 430px; place-items: center; align-content: center; border-radius: 22px; background: linear-gradient(145deg, #fff1e9, #e8f2ff); color: #667085; text-align: center; }
.fte-course-gallery-empty span { color: #f15a24; font-size: 28px; font-weight: 900; }
.fte-course-media-setup { margin: 24px 0 14px; padding: 20px; border: 1px solid #dbe5f2; border-radius: 14px; background: #f8fbff; }
.fte-course-media-setup h3 { margin: 0 0 6px; color: #172033; }
.fte-course-media-setup>p { margin: 0 0 16px; color: #667085; font-size: 13px; }
.fte-course-media-profile { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.fte-course-media-profile>div { display: grid; overflow: hidden; width: 76px; height: 76px; flex: 0 0 76px; place-items: center; border-radius: 12px; background: #eef2f7; }
.fte-course-media-profile img { width: 100%; height: 100%; object-fit: contain; }
.fte-course-media-profile p { display: grid; gap: 4px; margin: 0; }
.fte-course-media-profile span,.fte-course-media-setup small,.fte-course-media-placeholder { color: #667085; font-size: 12px; }
.fte-course-media-setup label { display: grid; gap: 7px; }
@media (max-width: 1080px) {
    .fte-course-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .fte-course-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .fte-course-filter { grid-template-columns: 1fr 1fr; }
    .fte-course-detail-grid { grid-template-columns: minmax(0, 1fr) minmax(310px, .8fr); gap: 28px; }
}
@media (max-width: 760px) {
    .fte-course-detail-grid { grid-template-columns: 1fr; }
    .fte-course-gallery { position: static; }
    .fte-course-catalog-head { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
    .fte-course-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .fte-course-product-body { padding: 13px; }
    .fte-course-product-body h3 { font-size: 15px; }
    .fte-course-product-price strong { font-size: 18px; }
    .fte-course-filter { grid-template-columns: 1fr; }
    .fte-course-filter button { width: 100%; }
    .fte-course-detail-main h1 { font-size: 36px; }
    .fte-course-detail-discount { align-items: flex-start; flex-direction: column; }
    .fte-course-detail-discount b { margin-left: 0; }
}
@media (max-width: 430px) {
    .fte-course-product-grid { grid-template-columns: 1fr; }
    .fte-course-product-image { aspect-ratio: 16 / 10; }
    .fte-course-schedule-row { grid-template-columns: 82px 1fr; padding-inline: 11px; font-size: 13px; }
}
.fte-course-ai-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:-2px 0 18px}.fte-course-ai-button{background:#635bff!important}.fte-course-ai-actions span{color:#667085;font-size:13px}.fte-course-ai-modal[hidden]{display:none!important}.fte-course-ai-modal{position:fixed;inset:0;z-index:100001;display:grid;place-items:center;padding:24px;background:rgba(10,20,38,.66);backdrop-filter:blur(4px)}.fte-course-ai-dialog{position:relative;width:min(900px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:30px;border-radius:22px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.34)}.fte-course-ai-close{position:absolute;top:15px;right:15px;display:grid;width:40px;height:40px;place-items:center;border:0;border-radius:50%;background:#f0f3f8;color:#172033;font-size:27px;cursor:pointer}.fte-course-ai-kicker{display:inline-flex;min-height:28px;align-items:center;padding:0 10px;border-radius:999px;background:#eeeefe;color:#5148d8;font-size:11px;font-weight:900;letter-spacing:.08em}.fte-course-ai-dialog>h2{margin:13px 48px 22px 0;font-size:28px}.fte-course-ai-result{display:grid;gap:14px}.fte-course-ai-result section{padding:18px;border:1px solid #e1e7ef;border-radius:14px;background:#f8fafc}.fte-course-ai-result h3{margin:0 0 10px;color:#172033;font-size:16px}.fte-course-ai-result ul{margin:0;padding-left:20px}.fte-course-ai-result li+li{margin-top:6px}.fte-course-ai-copy{white-space:pre-wrap;line-height:1.75}.fte-course-ai-title-result{border-color:#bcd4ff!important;background:#eef5ff!important}.fte-course-ai-title-result .fte-course-ai-copy{font-size:19px;font-weight:850}.fte-course-ai-content-result{background:#fff!important}.fte-course-ai-warning{border-color:#ffd8a8!important;background:#fff8ed!important}.fte-course-ai-media{border-color:#bce7ce!important;background:#f0fbf5!important}.fte-course-ai-loading{display:grid;min-height:220px;place-items:center;color:#667085;font-weight:750}.fte-course-ai-footer{position:sticky;bottom:-30px;display:flex;gap:9px;flex-wrap:wrap;margin:22px -30px -30px;padding:16px 30px;border-top:1px solid #e5eaf1;background:#fff}.fte-course-ai-footer .fte-btn{margin:0}@media(max-width:600px){.fte-course-ai-modal{padding:0}.fte-course-ai-dialog{width:100%;height:100%;max-height:none;border-radius:0;padding:22px 16px}.fte-course-ai-footer{bottom:-22px;margin:18px -16px -22px;padding:13px 16px}.fte-course-ai-footer .fte-btn{flex:1 1 auto}}
