/* ============================================================================
   TIẾNG VIỆT HAY - HOME PAGE STYLES (MATCHING TRANG_CHU.PNG PIXEL-PERFECT)
   ============================================================================ */

/* ----------------------------------------------------------------------------
   GLOBAL PAGE ADJUSTMENTS (ELIMINATE UNWANTED GRAY GAPS)
   ---------------------------------------------------------------------------- */
body {
    background-color: #ffffff;
}

main {
    background-color: #ffffff;
}

.main-footer {
    margin-top: 0 !important;
}

/* ----------------------------------------------------------------------------
   SHARED HOME HEADINGS & TYPOGRAPHY
   ---------------------------------------------------------------------------- */
.section-main-heading {
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #1e293b;
    text-align: center;
    margin-bottom: 32px;
    letter-spacing: -0.6px;
}

.heading-accent-pink {
    color: #ee5d9d !important;
}

.section-sub-lead {
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 17.5px;
    font-weight: 500;
    color: #64748b;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 36px;
}




/* ============================================================================
   SECTION 1: HERO INTRO BANNER (KHỚP 100% THIẾT KẾ KỲ VỌNG & ẢNH HERO.PNG)
   ============================================================================ */
.hero-section {
    position: relative;
    background-color: #ffffff;
    padding: 38px 0 45px;
    overflow: hidden;
    border-bottom: 1px solid #f1f5f9;
}

.hero-container {
    display: grid;
    grid-template-columns: 510px minmax(0, 1fr);
    gap: 16px;
    align-items: flex-end;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Left Content - Copywriting & Action Buttons */
.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    max-width: 510px;
    min-width: 0;
    height: auto;
}

.hero-main-title {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    margin-bottom: 22px;
}

.hero-subhead-dark {
    font-size: 42px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.hero-accent-pink {
    font-size: 62px;
    font-weight: 900;
    color: #ee5d9d;
    line-height: 1.1;
    letter-spacing: 0.5px;
}

.hero-head-dark {
    font-size: 42px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.hero-desc-group {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.hero-desc-lead {
    font-family: var(--font-body), 'SUIT', sans-serif;
    font-size: 17.5px;
    line-height: 1.68;
    color: #334155;
    font-weight: 500;
    word-break: keep-all;
}

.hero-desc-sub {
    font-family: var(--font-body), 'SUIT', sans-serif;
    font-size: 17px;
    line-height: 1.68;
    color: #475569;
    word-break: keep-all;
}

.hero-cta-actions {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
}

.btn-hero-start {
    background-color: #6a92cd;
    color: #ffffff !important;
    border: 1.5px solid #6a92cd;
    padding: 10px 24px;
    border-radius: 6px;
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-weight: 700;
    font-size: 16.5px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(106, 146, 205, 0.25);
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 46px;
    box-sizing: border-box;
}

.btn-hero-start:hover {
    background-color: #567cb5;
    border-color: #567cb5;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(106, 146, 205, 0.35);
}

.btn-hero-explore {
    background-color: #ffffff;
    color: #6a92cd !important;
    border: 1.5px solid #6a92cd;
    padding: 10px 22px;
    border-radius: 6px;
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 16.5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s ease;
    min-width: 150px;
    height: 46px;
    box-sizing: border-box;
}

.btn-hero-explore i {
    font-size: 17px;
}

.btn-hero-explore:hover {
    background-color: rgba(106, 146, 205, 0.08);
    transform: translateY(-1px);
}

/* Right Visual Dynamic Image - Spans smoothly and sits neatly on baseline */
.hero-visual {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
}

.hero-real-image-container {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.hero-banner-real-img {
    width: 100%;
    height: auto;
    max-height: 520px;
    aspect-ratio: 992 / 675;
    object-fit: contain;
    object-position: left bottom;
    transform: none;
    display: block;
}



/* ============================================================================
   SECTION 2: 5 ƯU ĐIỂM VƯỢT TRỘI (PASTEL #edf2f9 CARDS - KHỚP 100% ẢNH KHÁCH)
   ============================================================================ */
.advantages-section {
    padding: 48px 0 20px;
    background-color: #ffffff;
}




.advantages-5grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    width: 100%;
}

.advantage-square-card {
    background-color: #edf2f9;
    border: none;
    border-radius: 12px;
    padding: 24px 14px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: none;
    transition: all 0.25s ease;
    min-height: 255px;
}

.advantage-square-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(106, 146, 205, 0.12);
}

/* Standalone Colored Icon - Tăng size icon đầy đặn, giữ nguyên căn lề */
.adv-standalone-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    height: 64px;
    width: 100%;
}

.adv-img-icon {
    max-height: 62px;
    width: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.advantage-square-card:hover .adv-img-icon {
    transform: scale(1.06);
}

/* Title Row */
.adv-title-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
}

.adv-badge-num {
    color: #ee5d9d;
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 18.5px;
    font-weight: 800;
}

.adv-card-heading {
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 18.5px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

/* Blue Accent Divider Line */
.adv-divider-line {
    width: 32px;
    height: 2.5px;
    background-color: #6a92cd;
    border-radius: 2px;
    margin: 0 auto 12px;
}

/* Text Description - Tăng to rõ 15px */
.adv-card-text {
    font-family: var(--font-body), 'SUIT', sans-serif;
    font-size: 15px;
    color: #475569;
    line-height: 1.55;
    margin: 0;
    word-break: keep-all;
    text-align: center;
}


/* ============================================================================
   SECTION 3: GIỚI THIỆU 6 MENU CHÍNH (GRID 3x2 - PASTEL LAVENDER #eee5f8 - NO BORDER RADIUS)
   ============================================================================ */
.menu-intro-section {
    padding: 28px 0 20px;
    background-color: #ffffff;
}



.menu-intro-6grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

.menu-pillar-card {
    background-color: #eee5f8;
    border-radius: 0 !important;
    padding: 24px 18px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: none;
    min-height: 225px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.menu-pillar-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(75, 94, 196, 0.12);
}

.menu-card-body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

/* Left: Illustration Graphic - Tăng size đồ họa đầy đặn, thẳng hàng đáy */
.menu-pillar-graphic {
    flex: 0 0 145px;
    max-width: 145px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 48px;
}

.menu-pillar-png-img {
    width: 100%;
    max-height: 122px;
    object-fit: contain;
    display: block;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Optical Balance: Cân bằng thị giác riêng cho icon 연습문제 vì mật độ đồ họa đặc hơn */
.menu-pillar-png-img[src*="menu_practice"] {
    max-height: 104px;
}

.menu-pillar-card:hover .menu-pillar-png-img {
    transform: scale(1.06);
}

.menu-card-text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.menu-pillar-title {
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 22.5px;
    font-weight: 800;
    color: #4b5ec4;
    margin: 0 0 8px;
}

/* Text Description - Đồng bộ size 15px bằng với Lợi ích */
.menu-pillar-desc {
    font-family: var(--font-body), 'SUIT', sans-serif;
    font-size: 15px;
    color: #475569;
    line-height: 1.55;
    margin: 0;
    word-break: keep-all;
    text-align: center;
}

/* White Pill Button [바로가기] - Chữ to 15.5px đầy đặn */
.btn-menu-pill {
    background-color: #ffffff;
    color: #1e293b !important;
    border: none;
    border-radius: 20px;
    padding: 8px 32px;
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 15.5px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
}

.btn-menu-pill:hover {
    background-color: #4b5ec4;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(75, 94, 196, 0.25);
}




/* ============================================================================
   SECTION 4: BẢNG GIÁ 3 GÓI HỘI VIÊN (1개월, 1년 인기, 6개월 - KHỚP 100% ẢNH MẪU)
   ============================================================================ */
.pricing-section {
    padding: 28px 0 20px;
    background-color: #ffffff;
}




.pricing-main-layout {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 36px;
    align-items: stretch;
    max-width: 1160px;
    margin: 0 auto;
}

/* Left: Benefits Checklist - Căn chỉnh khoảng cách từ đỉnh ý đầu đến đáy ý cuối bằng chính xác chiều cao 3 thẻ giá */
.pricing-benefits-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.benefits-pink-checklist {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 100%;
    flex: 1;
    gap: 0;
    padding: 0;
    margin: 0;
}

.benefits-pink-checklist li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
}


.pink-check-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-item-text {
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 16.5px;
    font-weight: 600;
    color: #1e293b;
    letter-spacing: -0.2px;
    line-height: 1.4;
}

.benefit-item-text--bold {
    font-weight: 800;
    color: #0f172a;
}

/* Disclaimer Note at Bottom - Tăng to rõ 14.5px */
.pricing-disclaimer-note {
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    color: #ef4444;
    font-weight: 700;
    font-size: 14.5px;
    max-width: 1160px;
    margin: 24px auto 0;
    text-align: left;
    line-height: 1.5;
}

/* Right: 3 Membership Cards */
.membership-3cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: stretch;
    height: 100%;
}

.membership-price-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 22px 16px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    position: relative;
    transition: all 0.25s ease;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.membership-price-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}

/* Highlight Center Card (Yearly Plan): Soft Pink Background */
.card--popular-hot {
    background-color: #fff7fa !important;
    border: 2px solid #ee5d9d !important;
    box-shadow: 0 6px 20px rgba(238, 93, 157, 0.15) !important;
}

/* Top-Center Floating Pill Badge "★ 인기" */
.card-popular-pill-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ee5d9d;
    color: #ffffff;
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 3px 14px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(238, 93, 157, 0.35);
    white-space: nowrap;
    z-index: 10;
    line-height: 1.4;
}

/* Calendar Icon */
.plan-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    margin-bottom: 8px;
}

.plan-calendar-img {
    height: 60px;
    width: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.25s ease;
}

.membership-price-card:hover .plan-calendar-img {
    transform: scale(1.06);
}

.plan-card-title {
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 19px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 3px;
}

.plan-card-subtitle {
    font-family: var(--font-body), 'SUIT', sans-serif;
    font-size: 13px;
    color: #64748b;
    margin: 0 0 10px;
    font-weight: 500;
}

.plan-card-body {
    margin: 0 0 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.plan-original-price {
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
}

.plan-original-price del {
    font-size: 12.5px;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 500;
}

.plan-original-price-spacer {
    height: 15px;
    margin-bottom: 2px;
}

.plan-selling-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 0 0 4px;
}

.price-big-number {
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #1e293b;
    letter-spacing: -0.5px;
}

.price-unit-text {
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin-left: 2px;
}

/* Discount Tag Pill with SVG */
.plan-discount-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 4px;
    margin-bottom: 6px;
}

.plan-discount-tag.tag--pink {
    background-color: rgba(238, 93, 157, 0.12);
    color: #ee5d9d;
}

.plan-discount-tag.tag--blue {
    background-color: rgba(59, 130, 246, 0.12);
    color: #2563eb;
}

.discount-tag-svg {
    flex-shrink: 0;
}

.plan-discount-tag-spacer {
    height: 18px;
    margin-bottom: 6px;
}

/* Monthly equivalent & Savings Note */
.plan-monthly-breakdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    min-height: 26px;
    margin-bottom: 6px;
}

.month-eq-amount {
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 14.5px;
    font-weight: 800;
    color: #475569;
}

.month-eq-amount.text-pink {
    color: #ee5d9d;
    font-weight: 800;
}

.month-eq-amount.text-blue {
    color: #2563eb;
    font-weight: 800;
}

.month-save-note {
    font-family: var(--font-body), 'SUIT', sans-serif;
    font-size: 11px;
    color: #64748b;
}

.plan-card-footer {
    margin-top: auto;
    width: 100%;
}

.btn-plan-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px 0;
    border-radius: 6px;
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.btn-chevron-icon {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.btn-plan-action:hover .btn-chevron-icon {
    transform: translateX(2px);
}

.btn-plan-action--primary {
    background-color: #ee5d9d;
    color: #ffffff !important;
    border: 1.5px solid #ee5d9d;
    box-shadow: 0 3px 10px rgba(238, 93, 157, 0.25);
}

.btn-plan-action--primary:hover {
    background-color: #d63384;
    border-color: #d63384;
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(238, 93, 157, 0.35);
}


.btn-plan-action--outline {
    background-color: #ffffff;
    color: #4a72b0 !important;
    border: 1.5px solid #4a72b0;
}

.btn-plan-action--outline:hover {
    background-color: rgba(74, 114, 176, 0.08);
    transform: translateY(-1px);
}

/* Trust Badges */
.pricing-trust-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 14px;
}

.trust-pill-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 14.5px;
    font-weight: 500;
}

.trust-pill-item i {
    font-size: 15px;
    color: #94a3b8;
}


/* ============================================================================
   SECTION 5: HƯỚNG DÙNG WEBSITE (3 BƯỚC #fff5f8) & FAQ (#f0f6ff)
   ============================================================================ */
.reviews-faq-section {
    padding: 28px 0 20px;
    background-color: #ffffff;
}




.guide-faq-2cols {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 32px;
    align-items: flex-start;
    max-width: 1160px;
    margin: 0 auto;
}

/* ----------------------------------------------------------------------------
   LEFT COLUMN: Website Guide (처음이신가요?)
   ---------------------------------------------------------------------------- */
.guide-column-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.guide-column-card {
    background-color: #fff5f8;
    border-radius: 20px;
    padding: 30px 24px 30px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 16px rgba(238, 93, 157, 0.05);
    border: 1px solid rgba(238, 93, 157, 0.12);
    box-sizing: border-box;
    width: 100%;
}

.guide-header-block {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.guide-sparkle-icon {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide-sparkle-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
}

.guide-header-text {
    flex: 1;
}

.guide-main-heading {
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 27px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 4px;
    line-height: 1.2;
}

.guide-sub-lead {
    font-family: var(--font-body), 'SUIT', sans-serif;
    font-size: 15px;
    color: #64748b;
    margin: 0;
    font-weight: 500;
}

/* 3 Step Flow Cards */
.guide-steps-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.guide-step-pill {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    border: 1px solid #f8e7ee;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.guide-step-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(238, 93, 157, 0.12);
}

.step-num-badge {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-num-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}

.step-icon-box {
    width: 62px;
    height: 62px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-graphic-img {
    max-height: 60px;
    max-width: 60px;
    object-fit: contain;
    display: block;
    transition: transform 0.25s ease;
}

/* Optical Balance: Cân bằng thị giác riêng cho icon Step 2 (quyển sách mở) */
.step-graphic-img[src*="step_trial"] {
    max-height: 70px;
    max-width: 70px;
    transform: scale(1.16);
}

.step-content-col {
    flex: 1;
    min-width: 0;
}

.step-pill-title {
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 3px;
}

.step-pill-desc {
    font-family: var(--font-body), 'SUIT', sans-serif;
    font-size: 15px;
    color: #475569;
    line-height: 1.5;
    margin: 0;
}

/* Arrow position aligns directly below the step icon */
.guide-arrow-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 32px;
    padding-left: 98px;
    box-sizing: border-box;
}

.guide-arrow-img {
    height: 20px;
    width: auto;
    object-fit: contain;
    opacity: 0.95;
    display: block;
}


/* Bottom CTA Button */
.guide-bottom-action {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.btn-guide-start-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #5b84c4;
    color: #ffffff !important;
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    padding: 10px 32px;
    border-radius: 24px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(91, 132, 196, 0.28);
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.btn-guide-arrow-icon {
    font-size: 13px;
    transition: transform 0.2s ease;
}

.btn-guide-start-pill:hover {
    background-color: #4a72b0;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(91, 132, 196, 0.38);
}

.btn-guide-start-pill:hover .btn-guide-arrow-icon {
    transform: translateX(3px);
}

/* ----------------------------------------------------------------------------
   RIGHT COLUMN: FAQ (자주 묻는 질문)
   ---------------------------------------------------------------------------- */
.faq-column-card {
    background-color: #f0f6ff;
    border-radius: 20px;
    padding: 30px 28px 26px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(59, 130, 246, 0.12);
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.04);
    box-sizing: border-box;
    width: 100%;
}

.faq-header-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    padding-bottom: 8px;
}

.faq-title-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq-qmark-icon {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-qmark-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
}

.faq-main-heading {
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 27px;
    font-weight: 800;
    color: #1e293b;
    margin: 0;
}

.faq-more-link {
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    color: #5b84c4;
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.faq-more-link:hover {
    color: #2563eb;
}

/* FAQ Accordion List */
.faq-list-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.faq-clean-accordion {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.faq-clean-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.faq-clean-item:last-child {
    border-bottom: none;
}

.faq-clean-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 4px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 12px;
}

.faq-clean-q-text {
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    transition: color 0.2s ease;
    line-height: 1.4;
}

.faq-clean-trigger:hover .faq-clean-q-text {
    color: #2563eb;
}

.faq-clean-plus-icon {
    color: #3b82f6;
    font-size: 17px;
    font-weight: 900;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s ease;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-clean-item.is-open .faq-clean-plus-icon {
    transform: rotate(45deg);
    color: #2563eb;
}

/* Smooth Accordion Collapse */
.faq-clean-collapse {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.faq-clean-item.is-open .faq-clean-collapse {
    grid-template-rows: 1fr;
}

.faq-clean-ans-box {
    min-height: 0;
    overflow: hidden;
    padding: 0 4px 14px;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.3s ease 0.05s, transform 0.3s ease 0.05s;
}

.faq-clean-item.is-open .faq-clean-ans-box {
    opacity: 1;
    transform: translateY(0);
}

.faq-ans-text {
    font-family: var(--font-body), 'SUIT', sans-serif;
    font-size: 15px;
    color: #334155;
    line-height: 1.6;
    margin: 0;
}




/* ============================================================================
   SECTION 6: BOTTOM QUICK CTA BANNER
   ============================================================================ */
.bottom-quick-cta-section {
    padding: 28px 0 50px;
    background-color: #ffffff;
}




.bottom-cta-pink-banner {
    background-color: #fdf2f6;
    border: 1px solid #fce7f3;
    border-radius: 20px;
    padding: 26px 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cta-gift-graphic {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-gift-png-img {
    width: 76px;
    height: 76px;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.08));
    display: block;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bottom-cta-pink-banner:hover .cta-gift-png-img {
    transform: scale(1.08) rotate(-4deg);
}

.cta-message-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cta-banner-heading {
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 23px;
    font-weight: 800;
    color: #1e293b;
    margin: 0;
    letter-spacing: -0.4px;
}

.cta-banner-subtext {
    font-family: var(--font-body), 'SUIT', sans-serif;
    font-size: 15.5px;
    color: #475569;
    margin: 0;
}

.btn-cta-pink-pill {
    background-color: #ee5d9d;
    color: #ffffff !important;
    padding: 14px 40px;
    border-radius: 8px;
    font-family: var(--font-heading), 'Pretendard', sans-serif;
    font-size: 16.5px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(238, 93, 157, 0.35);
    transition: all 0.25s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-cta-pink-pill:hover {
    background-color: #d63384;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(238, 93, 157, 0.45);
}



/* Hide mobile slider pagination & slider clones by default on Desktop/Tablet */
.mobile-only-pagination,
.slide-clone-card {
    display: none !important;
}

/* ============================================================================
   RESPONSIVE DESIGN (TABLET & MOBILE)
   ============================================================================ */

/* 1. Large Tablets & Medium Screens (iPad, iPad Air, iPad Pro: 768px - 1150px) */
@media (max-width: 1150px) and (min-width: 768px) {
    .hero-section {
        padding: 35px 0 45px;
    }
    
    .hero-container {
        grid-template-columns: 1.15fr 1fr;
        gap: 20px;
        align-items: center;
        padding: 0 20px;
    }
    
    .hero-content {
        max-width: 100%;
        text-align: left;
        justify-content: center;
        height: auto;
    }
    
    .hero-main-title {
        margin-bottom: 20px;
        gap: 4px;
        text-align: left;
    }
    
    .hero-subhead-dark {
        font-size: 32px;
    }
    
    .hero-accent-pink {
        font-size: 46px;
    }
    
    .hero-head-dark {
        font-size: 38px;
    }
    
    .hero-desc-group {
        margin-bottom: 24px;
        gap: 12px;
        text-align: left;
    }
    
    .hero-desc-lead {
        font-size: 15px;
        line-height: 1.65;
    }
    
    .hero-desc-sub {
        font-size: 14px;
        line-height: 1.65;
    }
    
    .hero-cta-actions {
        display: flex;
        flex-direction: row;
        gap: 10px;
        flex-wrap: nowrap;
        width: 100%;
    }
    
    .btn-hero-start,
    .btn-hero-explore {
        flex: 1;
        min-width: 0;
        padding: 13px 10px;
        font-size: 14.5px;
        text-align: center;
        justify-content: center;
        white-space: nowrap;
    }
    
    .hero-visual {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }
    
    .hero-real-image-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    .hero-banner-real-img {
        width: 100%;
        height: auto;
        max-height: 460px;
        object-fit: contain;
        object-position: right center;
        transform: none;
    }
    
    .advantages-5grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .menu-intro-5grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .pricing-main-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* 2. Mobile Phones (< 768px: vertical 1-column layout + Mobile Sliders) */
@media (max-width: 767px) {
    .hero-section {
        padding: 30px 0 40px;
    }
    
    .hero-container {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 0 16px;
    }
    
    .hero-content {
        max-width: 100%;
        text-align: left;
    }
    
    .hero-main-title {
        text-align: left;
        margin-bottom: 20px;
    }
    
    .hero-subhead-dark {
        font-size: 26px;
    }
    
    .hero-accent-pink {
        font-size: 40px;
    }
    
    .hero-head-dark {
        font-size: 32px;
    }
    
    .hero-desc-group {
        text-align: left;
        margin-bottom: 22px;
        gap: 12px;
    }
    
    .hero-desc-lead {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .hero-desc-sub {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .hero-cta-actions {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        width: 100%;
    }
    
    .btn-hero-start,
    .btn-hero-explore {
        flex: 1;
        min-width: 0;
        padding: 13px 8px;
        font-size: 14.5px;
        text-align: center;
        justify-content: center;
        white-space: nowrap;
    }
    
    .hero-visual {
        width: 100%;
        height: auto;
    }
    
    .hero-real-image-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .hero-banner-real-img {
        width: 100%;
        max-width: 420px;
        height: auto;
        transform: none;
        object-position: center;
    }
    
.pricing-slide-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    /* Mobile Slider Containers */
    .pricing-slider-wrap {
        overflow: hidden;
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
        position: relative;
        padding: 24px 0 14px;
    }
    
    .advantages-slider-wrap,
    .menu-intro-slider-wrap {
        overflow: hidden;
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
        position: relative;
        padding: 8px 0 12px;
    }
    
    /* Slider Tracks */
    .pricing-slider-wrap .membership-3cards-grid,
    .advantages-slider-wrap .advantages-5grid,
    .menu-intro-slider-wrap .menu-intro-6grid,
    .menu-intro-slider-wrap .menu-intro-5grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
        width: 100% !important;
        transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    }
    
    /* Pricing Slide Item on Mobile (creates safe margins between cards) */
    .pricing-slider-wrap .pricing-slide-item {
        flex: 0 0 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 10px !important;
        display: flex !important;
    }
    
    .pricing-slider-wrap .membership-price-card {
        width: 100% !important;
        margin: 0 !important;
    }
    
    /* Individual Slide Cards & Clones for Advantages & Menus (Tạo khoảng cách 20px tách rời giữa các thẻ khi lướt) */
    .advantages-slider-wrap .advantage-square-card,
    .menu-intro-slider-wrap .menu-pillar-card,
    .advantages-slider-wrap .slide-clone-card,
    .menu-intro-slider-wrap .slide-clone-card {
        flex: 0 0 calc(100% - 20px) !important;
        min-width: calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
        box-sizing: border-box !important;
        margin: 0 10px !important;
    }
    
    .slide-clone-card {
        display: flex !important;
    }
    
    /* Mobile Pagination Bullets */
    .mobile-only-pagination {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 18px;
    }
    
    .slider-dot-btn {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #cbd5e1;
        border: none;
        padding: 0;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .slider-dot-btn.active {
        width: 24px;
        border-radius: 4px;
        background-color: #ee5d9d;
    }
    
    /* Pricing Section Layout on Mobile: Checklist on top, Slider below */
    .pricing-main-layout {
        display: flex !important;
        flex-direction: column !important;
        gap: 28px !important;
        align-items: center !important;
    }
    
    .pricing-benefits-column {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
        padding: 0 12px;
    }
    
    .pricing-cards-column {
        width: 100%;
    }
    
    .benefits-pink-checklist {
        gap: 14px;
    }
    
    .benefit-item-text {
        font-size: 15px;
    }
    
    .guide-faq-2cols,
    .reviews-faq-2cols {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .guide-column-card,
    .faq-column-card {
        padding: 24px 18px !important;
        border-radius: 16px !important;
    }

    .guide-step-pill {
        padding: 14px 16px !important;
        gap: 12px !important;
    }

    .step-num-badge,
    .step-num-img {
        width: 32px !important;
        height: 32px !important;
    }

    .step-icon-box {
        width: 48px !important;
        height: 48px !important;
    }

    .step-graphic-img {
        max-height: 46px !important;
        max-width: 46px !important;
    }

    .guide-arrow-row {
        padding-left: 76px !important;
    }
    
    .bottom-cta-pink-banner {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
    }
    
    .pricing-trust-row {
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }
}

/* 3. Small Mobile Screens (< 480px) */
@media (max-width: 480px) {
    .hero-section {
        padding: 24px 0 32px;
    }
    
    .hero-subhead-dark {
        font-size: 23px;
    }
    
    .hero-accent-pink {
        font-size: 36px;
    }
    
    .hero-head-dark {
        font-size: 29px;
    }
    
    .hero-desc-group {
        gap: 10px;
        margin-bottom: 18px;
    }
    
    .hero-desc-lead {
        font-size: 14px;
        line-height: 1.55;
    }
    
    .hero-desc-sub {
        font-size: 13px;
        line-height: 1.55;
    }
    
    .hero-cta-actions {
        gap: 8px;
    }
    
    .btn-hero-start,
    .btn-hero-explore {
        padding: 12px 6px;
        font-size: 13.5px;
    }
    
    .btn-hero-explore i {
        font-size: 12px;
    }
}
