/* =============================================
   HERO
============================================= */
.hero-small-group { background: #fff; padding: 80px 0 60px; text-align: center; }
.hero-small-group .breadcrumb { font-size: 14px; color: #9CA3AF; margin-bottom: 24px; }
.hero-small-group .breadcrumb a { color: #9CA3AF; } .hero-small-group .breadcrumb a:hover { color: #2ECC71; }
.hero-small-group .breadcrumb span { margin: 0 6px; }
.hero-small-group h1 { font-size: 44px; margin-bottom: 16px; max-width: 800px; margin-left: auto; margin-right: auto; }
.hero-small-group .hero-sub { font-size: 18px; line-height: 1.7; color: #6B7280; margin-bottom: 40px; max-width: 650px; margin-left: auto; margin-right: auto; }
.hero-small-group .hero-cta-note { font-size: 14px; color: #9CA3AF; margin-top: 12px; }
.hero-small-group .video-wrap { max-width: 720px; margin: 0 auto 32px; }
.hero-small-group .video-placeholder {
    width: 100%; aspect-ratio: 16 / 9; background: #1A1A2E; border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; position: relative; overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hero-small-group .video-placeholder:hover { transform: scale(1.005); box-shadow: 0 8px 32px rgba(0,0,0,0.2); }
.hero-small-group .play-btn {
    width: 72px; height: 72px; border-radius: 50%;
    background: rgba(255,255,255,0.2); backdrop-filter: blur(4px);
    display: flex; align-items: center; justify-content: center;
    border: 2px solid rgba(255,255,255,0.4);
    transition: background 0.2s ease, transform 0.2s ease;
}
.hero-small-group .video-placeholder:hover .play-btn { background: rgba(255,255,255,0.3); transform: scale(1.08); }
.hero-small-group .play-btn svg { margin-left: 4px; }
.hero-small-group .video-caption { font-size: 13px; color: #9CA3AF; margin-top: 12px; margin-bottom: 32px; }
.hero-small-group .hero-stat-pills { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.hero-small-group .hero-stat-pill {
    display: inline-flex; align-items: center; gap: 8px;
    background: #F8F9FA; border: 1px solid #E5E7EB; color: #1A1A2E; border-radius: 24px;
    padding: 10px 20px; font-size: 14px; font-weight: 500;
}

/* =============================================
   HOW IT WORKS
============================================= */
.how-groups { background: #F8F9FA; padding: 80px 0; }
.how-groups .how-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.how-groups .how-card { display: flex; align-items: flex-start; gap: 16px; padding: 24px; }
.how-groups .how-card:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.how-groups .how-icon {
    width: 44px; height: 44px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.how-groups .how-card h4 { font-size: 17px; margin-bottom: 4px; }
.how-groups .how-card p { font-size: 14px; color: #6B7280; line-height: 1.5; }

/* =============================================
   TUTOR STRIP
============================================= */
.tutor-section { background: #fff; padding: 80px 0; }
.tutor-section .section-header { margin-bottom: 32px; }
.tutor-section .strip-wrapper { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.tutor-section .tutor-strip { display: flex; align-items: center; gap: 20px; padding: 20px 28px; }
.tutor-section .tutor-strip:hover { transform: translateY(-1px); }
.tutor-section .strip-photo {
    width: 64px; height: 64px; border-radius: 50%; background: #F3F4F6;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 500; color: #9CA3AF; flex-shrink: 0;
    overflow: hidden;
}
.tutor-section .strip-photo img { width: 100%; height: 100%; object-fit: cover; }
.tutor-section .strip-info { flex: 1; min-width: 0; }
.tutor-section .strip-info h4 { font-size: 18px; margin-bottom: 2px; }
.tutor-section .strip-role { font-size: 14px; color: #2ECC71; font-weight: 500; margin-bottom: 2px; }
.tutor-section .strip-oneliner { font-size: 14px; color: #6B7280; line-height: 1.5; }
.tutor-section .strip-link { flex-shrink: 0; }

/* =============================================
   STAT BANNER
============================================= */
.stat-banner { background: #E8F8F0; padding: 40px 0; }
.stat-banner-inner { display: flex; align-items: center; justify-content: space-between; max-width: 900px; margin: 0 auto; gap: 40px; }
.stat-left { flex: 0 0 30%; }
.stat-number { font-size: 72px; font-weight: 700; color: #2ECC71; line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 13px; font-weight: 600; color: #1A1A2E; text-transform: uppercase; letter-spacing: 0.1em; }
.stat-sub { font-size: 14px; font-weight: 400; color: #6B7280; }
.stat-right { flex: 0 0 70%; }
.stat-text { font-size: 16px; color: #1A1A2E; line-height: 1.6; margin-bottom: 8px; }
.stat-source { font-size: 12px; color: #9CA3AF; font-style: italic; }

/* =============================================
   CLASSES ENROLLING
============================================= */
.enrolling { background: #fff; padding: 80px 0; }
.enrolling-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 820px; margin: 0 auto 48px; }
.enrolling .class-card { padding: 32px; }
.enrolling .class-card:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.enrolling .class-icon {
    width: 48px; height: 48px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.enrolling .class-card h3 { margin-bottom: 8px; font-size: 24px; }
.enrolling .year-pill {
    display: inline-block; background: #F3F4F6; color: #1A1A2E;
    font-size: 13px; font-weight: 500; padding: 4px 12px; border-radius: 6px; margin-bottom: 16px;
}
.enrolling .class-details { margin-bottom: 20px; list-style: none; padding: 0; }
.enrolling .class-details li {
    font-size: 14px; color: #6B7280; padding: 4px 0;
    display: flex; align-items: center; gap: 8px;
}
.enrolling .class-details li svg { flex-shrink: 0; }
.enrolling .class-price { font-size: 24px; font-weight: 700; color: #1A1A2E; margin-bottom: 2px; }
.enrolling .class-breakdown { font-size: 13px; color: #9CA3AF; margin-bottom: 16px; }
.enrolling .enroll-pill {
    display: inline-block; background: #2ECC71; color: #fff;
    font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 20px; margin-bottom: 16px;
}
.interest-block { text-align: center; max-width: 600px; margin: 0 auto; }
.interest-block p { font-size: 14px; color: #9CA3AF; margin-bottom: 16px; }
.interest-form { display: flex; gap: 12px; justify-content: center; align-items: center; }
.interest-form input {
    font-family: inherit; font-size: 14px; padding: 12px 16px; border: 1px solid #E5E7EB;
    border-radius: 8px; width: 280px; outline: none; transition: border-color 0.2s ease;
}
.interest-form input:focus { border-color: #2ECC71; }
.interest-form .btn-secondary { padding: 12px 20px; font-size: 14px; }

/* =============================================
   PRICING
============================================= */
.pricing-section-small-group { background: #F8F9FA; padding: 80px 0; }
.pricing-section-small-group .pricing-card-wrap { max-width: 560px; margin: 0 auto; }
.pricing-section-small-group .pricing-card {
    background: #fff; border: 1px solid #E5E7EB; border-radius: 12px;
    border-top: 3px solid #2ECC71; box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    padding: 40px; text-align: center;
}
.pricing-section-small-group .pricing-amount { font-size: 52px; font-weight: 700; color: #1A1A2E; line-height: 1; }
.pricing-section-small-group .pricing-period { font-size: 18px; color: #6B7280; font-weight: 400; }
.pricing-section-small-group .pricing-breakdown { font-size: 14px; color: #9CA3AF; margin-top: 8px; margin-bottom: 24px; }
.pricing-section-small-group .pricing-divider { height: 1px; background: #E5E7EB; margin: 0 0 24px; }
.pricing-section-small-group .pricing-list { text-align: left; margin-bottom: 24px; list-style: none; padding: 0; }
.pricing-section-small-group .pricing-list li {
    display: flex; align-items: flex-start; gap: 12px;
    font-size: 15px; color: #4B5563; padding: 8px 0; line-height: 1.5;
}
.pricing-section-small-group .pricing-list li svg { flex-shrink: 0; margin-top: 3px; }
.pricing-section-small-group .pricing-note { font-size: 14px; color: #9CA3AF; margin-bottom: 24px; padding-top: 24px; border-top: 1px solid #E5E7EB; }
.pricing-section-small-group .pricing-card .btn-primary { width: 100%; justify-content: center; font-size: 17px; padding: 16px 28px; }

/* =============================================
   STEPS
============================================= */
.steps-section { background: #fff; padding: 80px 0; }
.steps-row {
    display: flex; align-items: flex-start; justify-content: center;
    max-width: 900px; margin: 0 auto 48px; position: relative;
}
.steps-section .step { display: flex; flex-direction: column; align-items: center; text-align: center; flex: 1; position: relative; padding: 0 20px; }
.steps-section .step-circle {
    width: 48px; height: 48px; border-radius: 50%; background: #2ECC71;
    color: #fff; font-size: 20px; font-weight: 700;
    display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
    position: relative; z-index: 2;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px #E8F8F0;
    flex-shrink: 0;
}
.steps-section .step h4 { font-size: 17px; margin-bottom: 8px; }
.steps-section .step p { font-size: 14px; color: #6B7280; line-height: 1.5; max-width: 240px; margin: 0 auto; }
.steps-line { position: absolute; top: 24px; left: 16.5%; right: 16.5%; height: 2px; background: #E5E7EB; z-index: 1; }
.steps-cta { text-align: center; }
.steps-cta-note { font-size: 14px; color: #9CA3AF; margin-top: 12px; }

/* =============================================
   TESTIMONIALS
============================================= */
.testimonials-small-group { background: #F8F9FA; padding: 80px 0; }
.testimonial-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card { padding: 28px; display: flex; flex-direction: column; background: #fff; }
.testimonial-card:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.quote-icon { font-size: 48px; color: #E5E7EB; font-family: Georgia, serif; line-height: 1; margin-bottom: 8px; }
.quote-text { font-size: 15px; color: #4B5563; line-height: 1.6; flex: 1; margin-bottom: 20px; font-style: italic; }
.quote-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid #E5E7EB; }
.quote-author strong { display: block; font-size: 14px; color: #1A1A2E; }
.quote-author span { font-size: 13px; color: #9CA3AF; }
.quote-stars { color: #F4B400; font-size: 14px; letter-spacing: 2px; }

/* =============================================
   FAQ
============================================= */
.faq-small-group { background: #fff; padding: 80px 0; }
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid #E5E7EB; }
.faq-item:first-child { border-top: 1px solid #E5E7EB; }
.faq-question {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 20px 0; cursor: pointer; width: 100%; background: none; border: none;
    font-family: inherit; font-size: 17px; font-weight: 600; color: #1A1A2E; text-align: left;
    transition: color 0.2s ease;
}
.faq-question:hover { color: #2ECC71; }
.faq-toggle {
    width: 28px; height: 28px; border-radius: 50%; border: 1px solid #E5E7EB;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    font-size: 18px; color: #6B7280; transition: transform 0.3s ease, background 0.2s ease;
}
.faq-item.active .faq-toggle { transform: rotate(45deg); background: #E8F8F0; color: #2ECC71; border-color: #2ECC71; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-answer-inner { padding: 0 0 20px; font-size: 15px; line-height: 1.7; color: #6B7280; }

/* =============================================
   RESPONSIVE
============================================= */
@media (max-width: 768px) {
    .hero-small-group { padding: 64px 0 40px; }
    .hero-small-group h1 { font-size: 30px; }
    .hero-small-group .hero-sub { font-size: 16px; }
    .how-groups, .tutor-section, .stat-banner, .enrolling,
    .pricing-section-small-group, .steps-section, .testimonials-small-group, .faq-small-group { padding: 48px 0; }
    .how-groups .how-grid { grid-template-columns: 1fr; }

    /* Tutor strip */
    .tutor-section .strip-wrapper { padding: 0 16px; }
    .tutor-section .tutor-strip { flex-direction: column; text-align: center; gap: 12px; padding: 24px 20px; }
    .tutor-section .strip-photo { width: 72px; height: 72px; }
    .tutor-section .strip-link { margin-top: 4px; }

    /* Stat banner */
    .stat-banner-inner { flex-direction: column; text-align: center; gap: 24px; }
    .stat-left, .stat-right { flex: none; width: 100%; }
    .stat-number { font-size: 52px; }

    /* Enrolling */
    .enrolling-grid { grid-template-columns: 1fr; }
    .enrolling .class-card { padding: 24px; }
    .interest-form { flex-direction: column; align-items: center; }
    .interest-form input { width: 100%; max-width: 320px; }

    /* Pricing card */
    .pricing-section-small-group .pricing-card { padding: 28px 20px; }
    .pricing-section-small-group .pricing-amount { font-size: 42px; }

    /* Steps */
    .steps-row { flex-direction: column; gap: 32px; align-items: flex-start; }
    .steps-line { display: none; }
    .steps-section .step { flex-direction: row; text-align: left; gap: 16px; align-items: flex-start; padding: 0; }
    .steps-section .step-circle { margin-bottom: 0; flex-shrink: 0; }
    .steps-section .step::before { content: ''; position: absolute; left: 23px; top: 48px; bottom: -32px; width: 2px; background: #E5E7EB; }
    .steps-section .step:last-child::before { display: none; }
    .steps-section .step p { max-width: none; }

    /* Testimonials */
    .testimonial-grid-3 { grid-template-columns: 1fr; }
    .testimonial-card { padding: 20px; }

    /* FAQ */
    .faq-question { font-size: 15px; gap: 12px; }
}

@media (max-width: 600px) {
    .hero-small-group h1 { font-size: 26px; }
    .hero-small-group .hero-sub { font-size: 15px; margin-bottom: 28px; }
    .hero-small-group .hero-stat-pills { flex-direction: column; }
    .stat-number { font-size: 44px; }
    .pricing-section-small-group .pricing-amount { font-size: 36px; }
    .quote-footer { flex-direction: column; align-items: flex-start; gap: 8px; }
    .enrolling .class-card h3 { font-size: 20px; }
}

@media (max-width: 375px) {
    .hero-small-group h1 { font-size: 22px; }
    .stat-number { font-size: 36px; }
}

