/* Core styles for Spotlight Section (Gimme Eng) - extracted from theme component */
.spotlight-section2-container {
    width: 100%;
    position: relative;
}

.spotlight-card {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: 32px 24px;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    background-size: cover;
    background-position: center;
}

@media (min-width: 1024px) {
    .spotlight-card {
        padding: 32px 45px 32px 40px;
        background-position: -128px -125px;
        background-size: 110%;
    }
}

.student-image-desktop {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    z-index: 10;
    pointer-events: none;
    display: none;
}

.student-image-desktop .student-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.15));
    user-select: none;
}

@media (min-width: 1024px) {
    .student-image-desktop {
        display: block;
    }
}

.floating-badge {
    position: absolute;
    top: 0;
    right: 48px;
    width: 110px;
    z-index: 30;
    display: none;
    filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.15));
}

@media (min-width: 1024px) {
    .floating-badge {
        display: block;
    }
}

.spotlight-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    position: relative;
    z-index: 20;
}

@media(min-width: 1024px) {
    .spotlight-grid {
        grid-template-columns: 1fr 268px;
        gap: 32px;
    }
}

.left-column {
    max-width: 620px;
    display: flex;
    flex-direction: column;
}

.brand-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

@media screen and (max-width: 767px) {
    .brand-row {
        justify-content: center;
    }
}

.brand {
    display: none;
}

@media screen and (min-width: 768px) {
    .brand {
        display: inline-block;
        font-weight: 700;
        font-size: 24px;
        letter-spacing: 0.02em;
        color: #222;
        border-bottom: 2px solid #8E2157;
        padding-bottom: 2px;
    }
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 999px;
    border: 1px solid #D5A65E;
    color: #9C2858;
    font-weight: 600;
    background: #FAF9F9;
}

.titles {
    margin-top: 20px;
}

.titles h3 {
    line-height: 0.1;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .titles h3 {
        text-align: center;
        font-size: 32px;
    }
}

.student-title {
    display: block;
    font-size: 26px;
    line-height: 1.05;
    color: #111;
}

@media screen and (max-width: 767px) {
    .student-title {
        font-size: 33px;
        line-height: 1.2;
    }
}

.ielts-score {
    display: block;
    font-weight: 700;
    color: #8E2157;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .ielts-score {
        line-height: 1.2;
    }
}

.cambridge {
    display: block;
    font-weight: 700;
    color: #222;
}

@media screen and (max-width: 767px) {
    .cambridge {
        line-height: 1.2;
    }
}

@media(min-width: 640px) {
    .student-title {
        font-size: 36px;
    }

    .ielts-score {
        font-size: 48px;
    }
}

@media(min-width: 768px) {
    .student-title {
        font-size: 48px;
    }

    .ielts-score {
        font-size: 68px;
    }

    .cambridge {
        font-size: 32px;
    }
}

@media(min-width: 1024px) {
    .student-title {
        font-size: 60px;
    }

    .ielts-score {
        font-size: 84px;
    }

    .cambridge {
        font-size: 43px;
        line-height: 1.3;
    }
}

.ielts-text-highlight {
    color: #8E2157;
}

.spotlight-divider-gold {
    height: 1px;
    background: linear-gradient(to right, transparent, #D5A65E, transparent);
}

.divider-wrap {
    position: relative;
    padding: 8px 0;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider-wrap .spotlight-divider-gold {
    width: 100%;
}

.divider-gem {
    position: absolute;
    background: #F5F5F5;
    padding: 4px 8px;
    color: #D5A65E;
    font-size: 12px;
}

.subtitle {
    color: #444;
    font-size: 22px;
    line-height: 1.43;
    font-weight: 500;
    max-width: 600px;
    margin-top: 12px;
}

.spotlight-quote-card {
    display: flex;
    overflow: hidden;
    background-color: #FCFCFC;
    border: 1px solid #F3E2C9;
    padding: 0;
    border-radius: 18px;
    margin-top: 18px;
    max-width: 560px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.spotlight-quote-card .quote-text {
    color: #444;
    font-size: 16px;
    line-height: 1.6;
    padding: 15px 28px 0px 50px;
    position: relative;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .spotlight-quote-card .quote-text {
        padding-bottom: 10px;
    }
}

.spotlight-quote-card .quote-image {
    display: none;
}

@media screen and (min-width: 768px) {
    .spotlight-quote-card .quote-image {
        display: flex;
        padding: 14px 20px;
        background-color: #FCF8F2;
        flex-shrink: 0;
    }
}

.spotlight-quote-card .quote-image img {
    width: 64px;
    height: auto;
}

.spotlight-quote-card .quote-text .quote-mark {
    color: #D5A65E;
    font-family: serif;
    font-size: 50px;
    position: absolute;
    line-height: 1;
    font-weight: 800;
    opacity: 0.4;
}

.quote-mark.left {
    left: 13px;
    top: 9px;
    z-index: 1;
}

.quote-mark.right {
    right: 10px;
    bottom: 15px;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .quote-mark.right {
        right: 40px;
        bottom: 15px;
    }
}

.quote-author {
    font-size: 13px;
    color: #6b7280;
    margin-top: 3px;
    font-weight: 700;
    text-align: right;
}

.highlights-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 18px;
}

@media(min-width: 768px) {
    .highlights-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.hl-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.spotlight-highlight-icon {
    width: 90px;
    height: 58px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #8E2157;
    font-size: 28px;
}

@media screen and (max-width: 767px) {
    .spotlight-highlight-icon {
        width: 60px;
    }
}

.hl-item h4 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    color: #111;
}

.hl-item p {
    margin: 0;
    font-size: 12px;
    color: #666;
}

.pill-banner {
    display: flex;
    flex-direction: column;
    margin-top: 19px;
    overflow: hidden;
}

@media(min-width: 768px) {
    .pill-banner {
        flex-direction: row;
    }
}

.pill-left {
    background: #8E2157;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 16px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    text-align: center;
}

.pill-right {
    color: #222;
    text-align: center;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1.4;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background-image: linear-gradient(to right, #f1cdd9 30%, #fdf4f8 100%);
}

@media screen and (min-width: 768px) {
     .pill-left {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        gap: 12px;
        border-top-left-radius: 16px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 16px;
    }   

    .pill-right {
        padding: 5px 16px;
        font-size: 17px;
        line-height: 1.4;
        border-bottom-left-radius: 0;
        background-image: linear-gradient(to right, #f1cdd9 30%, transparent 100%);
    }
}

.right-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 0;
}

@media(min-width: 1024px) {
    .right-column {
        padding-top: 140px;
    }
}

.student-image-mobile {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 16px 0;
    pointer-events: none;
}

@media(min-width: 1024px) {
    .student-image-mobile {
        display: none;
    }
}

.student-image-mobile-img {
    max-width: 85%;
    max-height: 380px;
    object-fit: contain;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.12));
}

.score-card {
    width: 100%;
    max-width: 320px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(240, 240, 240, 0.9);
    margin-bottom: 10px;
}

.spotlight-score-header {
    text-align: center;
    padding: 9px 16px;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(90deg, #A42663 0%, #8E2157 100%);
}

.spotlight-score-number {
    font-size: 110px;
    font-weight: 600;
    color: #8E2157;
    text-shadow: 0 4px 10px rgba(142, 33, 87, 0.08);
    line-height: 0.95;
    margin-bottom: 8px;
}

.spotlight-gold-plate {
    width: 140px;
    height: 6px;
    background: linear-gradient(180deg, #E6C280 0%, #C99E59 100%);
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(201, 158, 89, 0.35);
    margin-top: -18px;
    margin-bottom: 12px;
}

.score-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2px 0;
    background: #fff;
}

.skill-card {
    width: 100%;
    max-width: 320px;
    background: #fff;
    border-radius: 20px;
    padding: 0px 16px 0 11px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(240, 240, 240, 0.9);
}

.spotlight-skill-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 8px 0;
    border-bottom: 1px solid #F5F5F5;
}

.spotlight-skill-row:last-of-type {
    border-bottom: none;
}

.spotlight-skill-icon-wrap {
    width: 34px;
    height: 34px;
    border-radius: 100px;
    border: 1px solid #F0F0F0;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8E2157;
    font-size: 20px;
}

.skill-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.skill-label {
    color: #444;
    font-weight: 700;
    font-size: 16px;
}

.skill-value {
    font-weight: 800;
    color: #111;
    font-size: 22px;
    font-weight: 500;
}

.skill-value-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.skill-list {
    display: flex;
    flex-direction: column;
}

.text-right {
    text-align: right;
}
