.membership-hero {
    position: relative;
    width: 100%;
    background-color: #070b14;
    background: linear-gradient(180deg, rgba(7, 11, 20, 0) 0%, rgba(7, 11, 20, 0.6) 60%, #070b14 100%), #070b14;
    overflow: hidden;
    min-height: 680px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.membership-preview__container,
.membership-usage__container,
.membership-revenue__container,
.membership-reviews__container,
.membership-faq__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.membership-usage__container {
    max-width: unset;
}

.membership-hero__container {
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 150px;
    position: relative;
    z-index: 1;
}

.membership-hero__content {
    max-width: 588px;
}

.membership-hero__tag {
    display: inline-flex;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #ffffff;
    margin-bottom: 16px;
    font-family: 'Pretendard', sans-serif;
}

.membership-hero__title {
    margin: 0 0 16px;
    font-size: 50px;
    font-weight: 700;
    line-height: 68px;
    color: #ffffff;
    letter-spacing: -1px;
    font-family: 'Pretendard', sans-serif;
}

.membership-hero__desc {
    margin: 0 0 40px;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-family: 'Pretendard', sans-serif;
    word-break: keep-all;
}

.membership-hero__actions {
    display: flex;
    align-items: center;
    gap: 30px;
}

.membership-hero__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 0 24px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.membership-hero__btn--primary {
    background-color: rgba(68, 131, 249, 0.4);
    border: 1px solid rgba(68, 131, 249, 0.3);
    color: #ffffff;
}

.membership-hero__btn--primary:hover {
    background-color: rgba(68, 131, 249, 0.6);
}

.membership-hero__btn--secondary {
    background-color: rgba(68, 131, 249, 0.2);
    border: 1px solid rgba(68, 131, 249, 0.3);
    color: #ffffff;
}

.membership-hero__btn--secondary:hover {
    background-color: rgba(68, 131, 249, 0.4);
}

.membership-hero__graphic {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    min-width: 0;
}

.membership-hero-swiper {
    flex-shrink: 0;
    width: calc(100% + max(0px, (100vw - 1200px) / 2) + 40px);
    height: 320px;
    margin-right: calc(0px - max(0px, (100vw - 1200px) / 2) - 40px);
    overflow: hidden;
}

.hero-course-card {
    width: 200px;
    height: 300px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 10px;
}

.hero-course-card__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
}

.hero-course-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 30px;
}

.hero-course-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    pointer-events: none;
}

.hero-course-card__overlay--shadow {
    box-shadow: inset 5px 5px 100px 50px rgba(68, 131, 249, 0.2);
}

.hero-course-card__overlay--gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.6;
}

.hero-course-card__info {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero-course-card__cat {
    color: #d40d1f;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 16px;
}

.hero-course-card__title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.45px;
    margin: 0;
}

/* Core Features Section */
.membership-features {
    padding: 200px 0;
    background-color: #ffffff;
}

.membership-section__header {
    text-align: center;
    margin-bottom: 70px;
}

.membership-section__subtitle {
    margin-bottom: 16px;
    display: block;
    color: #4483F9;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}

.membership-section__title {
    color: #101828;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: -0.9px;
    margin-bottom: 28px;
}

.membership-section__desc {
    color: #6A7282;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.membership-features__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.feature-card-wrapper {
    display: flex;
    flex: 1;
}

.membership-feature-card {
    background-color: #f9fafb;
    border: 1px solid #f3f4f6;
    border-radius: 20px;
    padding: 27px 20px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 16px;
    max-width: 344px;
    width: 100%;
}

.membership-feature-card:hover {
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    transform: translateY(-8px);
}

.membership-feature-card__icon-box {
    width: 48px;
    height: 48px;
    background-color: #faf5ff;
    color: #9810fa;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 5px;
}

.membership-feature-card__icon-box img {
    width: 24px;
}

.membership-feature-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #101828;
    text-align: center;
}

.membership-feature-card__desc {
    font-size: 14px;
    color: #6a7282;
    line-height: 24px;
    word-break: break-all;
}

.membership-feature-card__list {
    margin-top: auto;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.membership-feature-card__list li {
    font-size: 13px;
    color: #4a5565;
    display: flex;
    align-items: center;
    gap: 10px;
}

.membership-feature-card__list li .feature-check-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/* Platform Preview Section */
.membership-preview {
    padding: 120px 0;
    background: linear-gradient(to bottom, #f9fafb 0%, #ffffff 100%);
}

.membership-preview__header {
    text-align: center;
    margin-bottom: 48px;
}

.membership-preview__tagline {
    font-size: 13px;
    font-weight: 700;
    color: #4483f9;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
}

.membership-preview__title {
    font-size: 36px;
    font-weight: 900;
    color: #101828;
    line-height: 1.25;
}

.membership-preview__tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.membership-preview__container {
    padding: 0;
}

.tab-switcher {
    background-color: #f3f4f6;
    padding: 4px;
    border-radius: 14px;
    display: flex;
    gap: 4px;
}

.tab-btn {
    display: flex;
    height: 40px;
    padding: 0 82px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    cursor: pointer;
    transition: all 0.2s ease;
    color: #101828;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    border: none;
}

.preview-frame img {
    width: 100%;
}

.membership-preview__showcase {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.preview-frame {
    display: block;
    border: none;
    background: transparent;
}

.preview-frame.active {
    display: block;
}

@keyframes previewFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.preview-browser-header {
    height: 64px;
    padding: 0 32px;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    gap: 24px;
}

.preview-browser-header__dots {
    display: flex;
    gap: 6px;
}

.preview-browser-header__dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e5e7eb;
}

.preview-browser-header__nav {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.preview-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.preview-avatar {
    width: 32px;
    height: 32px;
    background-color: #9810fa;
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 900;
}

.preview-nav-title {
    font-size: 15px;
    font-weight: 700;
    color: #101828;
}

.preview-nav-member {
    font-size: 12px;
    color: #99a1af;
}

.preview-content {
    padding: 32px;
}

.preview-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 40px;
}

.preview-stat-card {
    background-color: #f9fafb;
    border-radius: 14px;
    padding: 20px;
}

.preview-stat-card__icon {
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #9810fa;
}

.preview-stat-card__value {
    font-size: 20px;
    font-weight: 900;
    color: #101828;
    margin-bottom: 4px;
}

.preview-stat-card__label {
    font-size: 11px;
    color: #99a1af;
}

.course-list-title {
    font-size: 14px;
    font-weight: 700;
    color: #364153;
    margin-bottom: 20px;
}

.preview-course-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.preview-course-card {
    background-color: #f9fafb;
    border-radius: 14px;
    padding: 20px;
}

.preview-course-card__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.preview-course-card__name {
    font-size: 14px;
    font-weight: 700;
    color: #1e2939;
}

.preview-course-card__info {
    font-size: 11px;
    color: #99a1af;
}

.preview-course-card__progress {
    margin-bottom: 12px;
}

.progress-bar {
    height: 6px;
    background-color: #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background-color: #4483f9;
    border-radius: 10px;
}

.preview-course-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.progress-percentage {
    font-size: 11px;
    color: #6a7282;
}

.next-lesson {
    font-size: 11px;
    font-weight: 700;
    color: #4483f9;
}

.preview-table-dummy {
    display: flex;
    flex-direction: column;
}

.table-row {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 13px;
}

.table-row.header {
    font-weight: 700;
    color: #6a7282;
    border-bottom: 2px solid #f3f4f6;
}

/* Usage Cases Section */
.membership-usage {
    padding: 200px 0;
    background: #F4F5F8;
}

.membership-usage__header {
    text-align: center;
    margin-bottom: 64px;
}

.membership-usage__tagline {
    font-size: 13px;
    font-weight: 700;
    color: #4483f9;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
}

.membership-usage__title {
    font-size: 36px;
    font-weight: 900;
    color: #101828;
    line-height: 1.25;
    letter-spacing: -0.025em;
    margin-bottom: 16px;
}

.membership-usage__desc {
    font-size: 16px;
    color: #6a7282;
    line-height: 1.7;
}

.membership-usage__grid {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr); */
    display: flex;
    align-items: center;
    justify-self: center;
    gap: 60px;
}

.membership-usage-card {
    width: fit-content;
    background-color: #ffffff;
    border: 1px solid #f3f4f6;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.membership-usage-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border-color: #e5e7eb;
}

.membership-usage-card__image {
    height: 192px;
    position: relative;
    overflow: hidden;
}

.membership-usage-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.membership-usage-card__content {
    position: relative;
    flex-grow: 1;
    display: flex;
    width: 100%;
    max-width: 410px;
    height: 380px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}

.membership-usage-card__icon-box {
    width: 48px;
    height: 48px;
    background-color: #faf5ff;
    border: 4px solid #ffffff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.membership-usage-card__icon-box img {
    width: 28px;
    height: 28px;
}

.membership-usage-card__title {
    color: #101828;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
    line-height: 27px;
}

.membership-usage-card__desc {
    font-size: 14px;
    color: #6a7282;
    line-height: 1.7;
    margin-bottom: 20px;
    word-break: break-all;
}

.membership-usage-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.membership-usage-card__tag {
    background-color: #f9fafb;
    color: #6a7282;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
}

/* Revenue Models Section */
.membership-revenue {
    padding: 175px 0;
    background-color: #0b0f19;
    color: #ffffff;
}

.membership-revenue__header {
    text-align: center;
    margin-bottom: 64px;
}


.membership-revenue__tagline {
    font-size: 13px;
    font-weight: 700;
    color: #4483f9;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
}

.membership-revenue__title {
    color: #FFF;
}

.membership-revenue__desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    max-width: 600px;
    margin: 0 auto;
}

.membership-revenue__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 64px;
    padding: 0 40px;
}

.revenue-card {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    gap: 20px;
}

.revenue-card:hover {
    background-color: #9810fa;
    border-color: #ad46ff;
    box-shadow: 0px 20px 60px rgba(147, 51, 234, 0.3);
    transform: translateY(-8px);
}

.revenue-card__icon-box {
    width: 56px;
    height: 56px;
    background-color: rgba(173, 70, 255, 0.2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.revenue-card:hover .revenue-card__icon-box {
    background-color: rgba(255, 255, 255, 0.2);
}

.revenue-card__icon-box img {
    width: 28px;
    height: 28px;
    transition: all 0.3s ease;
}

/* Hover 시 SVG 아이콘을 순백색(White)으로 필터링 변경 */
.revenue-card:hover .revenue-card__icon-box img,
.revenue-card:hover .revenue-card__list-item img {
    filter: brightness(0) invert(1);
}

.revenue-card__title {
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.revenue-card:hover .revenue-card__title {
    color: #ffffff;
}

.revenue-card__desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    flex-grow: 1;
    transition: all 0.3s ease;
}

.revenue-card:hover .revenue-card__desc {
    color: rgba(255, 255, 255, 0.8);
}

.revenue-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.revenue-card__list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.revenue-card:hover .revenue-card__list-item {
    color: rgba(255, 255, 255, 0.9);
}

.revenue-card__list-item img {
    width: 14px;
    height: 14px;
    transition: all 0.3s ease;
}

/* Revenue List Item SVG Checkmark */
.revenue-check-icon {
    color: #c27aff;
    transition: color 0.3s ease;
}

.revenue-card:hover .revenue-check-icon {
    color: #ffffff;
}

.membership-revenue__cta {
    text-align: center;
}

.revenue-cta-btn {
    display: flex;
    height: 42px;
    padding: 8px 33px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #4483F9;
    width: fit-content;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    transition: all 0.3s ease;
}

.revenue-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(68, 131, 249, 0.2);
}

.revenue-cta-btn img {
    width: 18px;
    height: 18px;
}


/* Section: Savings Effect */
.migration-savings {
    padding: 120px 0;
    background-color: #0d1520;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Background Glows */
.migration-savings::before {
    content: "";
    position: absolute;
    width: 384px;
    height: 384px;
    right: -100px;
    top: -100px;
    background: rgba(68, 131, 249, 0.1);
    filter: blur(120px);
    border-radius: 50%;
    pointer-events: none;
}

.migration-savings::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    left: -100px;
    bottom: -100px;
    background: rgba(68, 131, 249, 0.05);
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none;
}

.migration-savings__tagline {
    font-size: 13px;
    font-weight: 700;
    color: #4483f9;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
}

.migration-savings__title {
    font-size: 36px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.25;
    letter-spacing: -0.9px;
    margin-bottom: 16px;
}

.migration-savings__subtitle {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 64px;
}

.migration-savings__grid {
    display: flex;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto 48px;
    padding: 0 40px;
}

.migration-savings__card {
    flex: 1;
    padding: 40px 32px;
    border-radius: 16px;
    text-align: left;
    display: flex;
    flex-direction: column;
    min-height: 258px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.migration-savings__card--highlight {
    background-color: #4483f9;
    border-color: #4483f9;
    box-shadow: 0px 20px 60px 0px rgba(68, 131, 249, 0.3);
}

.migration-savings__card-val {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 16px;
    line-height: 1;
}

.migration-savings__card-val--blue {
    color: #4483f9;
}

.migration-savings__card-label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.migration-savings__card-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.5);
    word-break: keep-all;
}

.migration-savings__card--highlight .migration-savings__card-desc {
    color: rgba(255, 255, 255, 0.8);
}

.migration-savings__card-tag {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background-color: rgba(68, 131, 249, 0.15);
    color: #4483f9;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    width: fit-content;
}

.migration-savings__card--highlight .migration-savings__card-tag {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

/* Bottom Summary Bar */
.migration-savings__summary {
    max-width: 540px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 20px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.migration-savings__summary-info {
    text-align: left;
}

.migration-savings__summary-label {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 4px;
    display: block;
}

.migration-savings__summary-text {
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
}

.migration-savings__summary-text span {
    color: #4483f9;
}

.migration-savings__summary-btn {
    background-color: #4483f9;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s;
    white-space: nowrap;
}

.migration-savings__summary-btn:hover {
    background-color: #2b65f0;
}

/* Section: Instructor Reviews */
.membership-reviews {
    padding: 200px 0;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(94deg, #4483F9 -15.8%, #A1C1FC 19.9%, #FFF 115.27%);
}

.membership-reviews__header {
    text-align: center;
    margin-bottom: 56px;
}

.membership-reviews__grid-wrapper {
    display: flex;
    padding: 60px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
    background: #F9FAFB;
}

.membership-reviews__grid-title {
    color: #4483F9;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}

.membership-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0 auto;
}

.membership-review-card {
    background-color: #ffffff;
    border: 1px solid #f3f4f6;
    border-radius: 16px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    gap: 19px;
}

.membership-review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.membership-review-card__stars {
    display: flex;
    gap: 4px;
}

.membership-review-card__stars img {
    width: 16px;
    height: 16px;
}

.membership-review-card__quote {
    font-size: 14px;
    line-height: 1.8;
    color: #364153;
    flex-grow: 1;
    word-break: keep-all;
}

.membership-review-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f4f6;
}

.membership-review-card__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    background-color: #faf5ff;
    color: #9810fa;
}

.membership-review-card__info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.membership-review-card__name {
    font-size: 14px;
    font-weight: 700;
    color: #101828;
}

.membership-review-card__role {
    font-size: 12px;
    color: #99a1af;
}

.membership-review-card__badge {
    background-color: #faf5ff;
    color: #9810fa;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.membership-review-card__footer {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: #99a1af;
}

/* =================================
 * Section: Comparison (왜 샵큐브인가)
 * ================================= */


/* =================================
 * Section: Final Consultation CTA
 * ================================= */


/* =================================
 * 반응형 스타일 (Responsive)
 * ================================= */

/* Desktop (1280px) */
@media (max-width: 1280px) {
    .membership-hero__title {
        font-size: 38px;
        line-height: 1.4;
    }

}

/* Tablet (1024px) */
@media (max-width: 1024px) {
    .membership-hero {
        min-height: 990px;
        padding: 40px;
    }

    .membership-hero__container {
        flex-direction: column;
        text-align: center;
        width: 100%;
    }

    .membership-hero__content {
        max-width: 100%;
    }

    .membership-hero__actions {
        justify-content: center;
    }

    .membership-hero__graphic {
        justify-content: center;
        width: 100%;
    }

    .membership-hero-swiper {
        width: calc(100% + 40px);
        margin-right: -40px;
        overflow: hidden;
    }

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

    .membership-usage__grid {
        gap: 20px;
    }

    .migration-savings__grid {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }

    .migration-savings__card {
        width: 100%;
        max-width: 500px;
    }

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

@media (max-width: 1024px) {
    .migration-savings__summary {
        max-width: 100%;
        margin: 0 40px;
    }

    .membership-usage-card__content {
        padding: 25px;
        justify-content: flex-start;
    }
}

/* Mobile (768px) */
@media (max-width: 768px) {
    .membership-hero {
        padding: 0;
    }

    .membership-hero__container {
        padding: 80px 40px;
    }

    .membership-hero__title {
        font-size: 32px;
        line-height: 1.3;
    }

    .membership-hero__actions {
        flex-direction: column;
    }

    .membership-hero__btn {
        width: 100%;
        height: 45px;
    }

    .membership-hero__tag {
        font-size: 24px;
    }

    .membership-hero__desc {
        font-size: 16px;
    }

    .membership-hero__content {
        max-width: 560px;
        text-align: left;
    }

    .hero-course-card {
        width: 180px;
        height: 270px;
    }

    .hero-course-card__title {
        font-size: 18px;
        line-height: 1.4;
    }

    .membership-features {
        padding: 80px 0;
    }

    .membership-features__grid {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    .membership-features__title {
        font-size: 28px;
    }

    .feature-card-wrapper {
        justify-content: center;
    }

    .membership-preview {
        padding: 80px 0;
    }

    .membership-preview__title {
        font-size: 28px;
    }

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

    .preview-course-grid {
        grid-template-columns: 1fr;
    }

    .preview-browser-header {
        padding: 0 16px;
        gap: 12px;
    }

    .membership-revenue {
        padding: 80px 0;
    }

    .membership-revenue__grid {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .membership-revenue__title {
        font-size: 28px;
    }

    .revenue-card {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }

    .membership-usage {
        padding: 80px 0;
    }

    .membership-usage__title {
        font-size: 28px;
    }

    .membership-usage__grid {
        display: grid;
        grid-template-columns: 1fr;
        padding: 0;
    }

    .migration-savings__title {
        font-size: 28px;
    }

    .migration-savings__summary {
        flex-direction: column;
        text-align: center;
        margin: 0 20px;
        gap: 16px;
    }

    .migration-savings__summary-info {
        text-align: center;
    }

    .membership-reviews {
        padding: 80px 0;
    }

    .membership-reviews__grid {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .membership-reviews__title {
        font-size: 28px;
    }



    .membership-section__title {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .membership-section__desc {
        font-size: 16px;
        line-height: 1.5;
    }

    .membership-section__header {
        margin-bottom: 50px;
    }

    .membership-usage-card__content {
        padding: 0 30px;
        justify-content: center;
    }

    .membership-reviews__grid-wrapper {
        padding: 60px 20px;
    }
}