/* Member Registration Section - Figma Design */
.member-registration-section-figma {
    position: relative;
    width: 100%;
    padding: 5rem 0;
    background: #f5f5f5;
    overflow: hidden;
}

.registration-container-figma {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Section Header */
.registration-header-figma {
    text-align: center;
    margin-bottom: 4rem;
}

.registration-title-figma {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #42210b;
    margin: 0 0 1rem 0;
    letter-spacing: 0.05em;
}

.registration-dots-figma {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.registration-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e6ae25;
}

.registration-description-figma {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 16px;
    color: #42210b;
    line-height: 1.8;
    margin: 0 0 0.3rem 0;
}

.registration-sub-description-figma {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 16px;
    color: #42210b;
    line-height: 1.8;
    margin: 0 0 0.3rem 0;
}

/* Member Types Container */
.member-types-container-figma {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}

/* Member Card */
.member-card-figma {
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.member-card-figma:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.general-member-figma {
    background: #5a7c56;
}

.corporate-member-figma {
    background: #e6ae25;
}

/* Member Header */
.member-header-figma {
    text-align: center;
    margin-bottom: 2rem;
}

.member-title-figma {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: white;
    margin: 0;
    padding: 0.8rem 2rem;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.member-title-figma::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: white;
}

.general-member-figma .member-title-figma {
    background: #5a7c56;
}

.corporate-member-figma .member-title-figma {
    background: #e6ae25;
}

/* Member Description */
.member-description-figma {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #FFF138;
    line-height: 1.6;
    text-align: center;
    margin: 1.5rem 0;
    letter-spacing: 0.02em;
}

/* Divider */
.member-divider-figma {
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(
        to right,
        rgba(255, 255, 255, 0.8) 0,
        rgba(255, 255, 255, 0.8) 8px,
        transparent 8px,
        transparent 16px
    );
    margin: 2.5rem 0;
}

/* Member Question */
.member-question-figma {
    background: white;
    border-radius: 30px;
    padding: 1.2rem 2.5rem;
    margin: 2.5rem 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.question-text-figma {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #e6ae25;
    margin: 0;
    text-align: center;
    letter-spacing: 0.02em;
}

/* General Member Question Text Color */
.general-member-figma .question-text-figma {
    color: #5a7c56;
}

/* Member Checklist */
.member-checklist-figma {
    list-style: none;
    padding: 0;
    margin: 2.5rem 0;
}

.checklist-item-figma {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: white;
    line-height: 1.6;
    margin-bottom: 1rem;
    padding-left: 0;
    letter-spacing: 0.01em;
}

/* Member Image */
.member-image-figma {
    margin: 2.5rem 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.member-image-figma img {
    width: 100%;
    height: auto;
    display: block;
}

/* Member CTA */
.member-cta-figma {
    text-align: center;
    margin-top: 2.5rem;
}

.member-cta-text-figma {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
    letter-spacing: 0.02em;
}

.member-button-figma {
    display: inline-block;
    padding: 0;
    border-radius: 8px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 29px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    letter-spacing: 5.8px;
    width: 386px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 57px;
}

.general-button-figma {
    background: #fff138;
    color: #53834f;
}

.general-button-figma:hover {
    background: #f0e600;
    transform: translateY(-2px);
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.3);
}

.corporate-button-figma {
    background: #fff138;
    color: #53834f;
}

.corporate-button-figma:hover {
    background: #f0e600;
    transform: translateY(-2px);
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 992px) {
    .member-types-container-figma {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .registration-title-figma {
        font-size: 28px;
    }
    
    .registration-description-figma,
    .registration-sub-description-figma {
        font-size: 14px;
    }
    
    .member-card-figma {
        padding: 2rem;
    }
    
    .member-title-figma {
        font-size: 20px;
        padding: 0.6rem 1.5rem;
    }
    
    .member-description-figma {
        font-size: 13px;
    }
    
    .question-text-figma {
        font-size: 14px;
    }
    
    .checklist-item-figma {
        font-size: 13px;
    }
    
    .member-cta-text-figma {
        font-size: 14px;
    }
    
    .member-button-figma {
        font-size: 18px;
        width: 280px;
        height: 56px;
        letter-spacing: 3px;
    }
}

