/* ===================================
   Join Us Page Styles
   =================================== */

/* Page Banner */
.page-banner {
    position: relative;
    overflow: hidden;
}

.page-banner::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.banner-content {
    position: relative;
    z-index: 1;
}

.page-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.page-title {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Section Common Styles */
.sec-title {
    margin-bottom: 50px;
}

.section-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-title-main {
    font-size: 42px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.3;
}

.section-description {
    font-size: 17px;
    color: #7f8c8d;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Pricing Cards */
.pricing-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border: 2px solid transparent;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    border-color: #10b981;
}

.pricing-card.featured {
    border-color: #10b981;
    background: linear-gradient(135deg, #f8f9ff 0%, #fff 100%);
}

.popular-badge {
    position: absolute;
    top: -15px;
    right: 30px;
    padding: 8px 20px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(245, 87, 108, 0.4);
}

.pricing-header {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 30px;
}

.plan-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.plan-icon i {
    font-size: 36px;
    color: #fff;
}

.plan-name {
    font-size: 26px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.plan-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-top: 15px;
}

.plan-price .currency {
    font-size: 24px;
    font-weight: 600;
    color: #10b981;
    margin-right: 5px;
}

.plan-price .amount {
    font-size: 48px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1;
}

.plan-price .period {
    font-size: 16px;
    color: #7f8c8d;
    margin-left: 5px;
}

.plan-price .period-range {
    font-size: 20px;
    color: #7f8c8d;
    margin-left: 5px;
}

.pricing-body {
    flex: 1;
    margin-bottom: 30px;
}

.plan-description {
    color: #7f8c8d;
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.6;
    text-align: center;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plan-features li {
    padding: 12px 0;
    color: #2c3e50;
    font-size: 15px;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
}

.plan-features li i {
    color: #10b981;
    margin-right: 12px;
    margin-top: 3px;
    font-size: 16px;
    flex-shrink: 0;
}

.pricing-footer {
    text-align: center;
}

.plan-button {
    display: inline-block;
    padding: 14px 40px;
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.plan-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    color: #fff;
    text-decoration: none;
}

/* Form Container */
.form-container {
    background: #fff;
    border-radius: 12px;
    padding: 50px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.flash-message {
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.flash-message i {
    margin-right: 10px;
    font-size: 18px;
}

.membership-form {
    position: relative;
}

/* Form Section Groups */
.form-section-group {
    margin-bottom: 45px;
    padding-bottom: 45px;
    border-bottom: 2px solid #f0f0f0;
}

.form-section-group:last-child {
    border-bottom: none;
}

.form-section-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.section-icon-form {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    border-radius: 10px;
    margin-right: 15px;
}

.section-icon-form i {
    font-size: 24px;
    color: #fff;
}

.form-section-title {
    font-size: 26px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

/* Form Groups */
.form-group-modern {
    margin-bottom: 25px;
}

.form-label-modern {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.required-mark {
    color: #e74c3c;
    margin-left: 3px;
}

.form-control-modern {
    width: 100%;
    padding: 12px 18px;
    font-size: 15px;
    color: #2c3e50;
    background: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-control-modern:focus {
    outline: none;
    border-color: #10b981;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.form-control-modern::placeholder {
    color: #95a5a6;
}

select.form-control-modern {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%232c3e50' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 45px;
}

textarea.form-control-modern {
    resize: vertical;
    min-height: 100px;
}

.error-text {
    display: block;
    margin-top: 8px;
    padding: 8px 12px;
    background: #fee;
    border-left: 3px solid #e74c3c;
    border-radius: 4px;
    color: #e74c3c;
    font-size: 14px;
    font-weight: 500;
}

.error-text i {
    margin-right: 6px;
}

/* Captcha Container */
.captcha-container {
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 2px solid #e0e0e0;
}

.captcha-display-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 2px solid #10b981;
}

.captcha-label-text {
    font-weight: 600;
    color: #2c3e50;
    margin-right: 15px;
}

.captcha-code-display {
    flex: 1;
    font-size: 24px;
    font-weight: 700;
    color: #10b981;
    letter-spacing: 8px;
    text-align: center;
    font-family: 'Courier New', monospace;
}

.captcha-refresh-btn {
    padding: 8px 16px;
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.captcha-refresh-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.captcha-refresh-btn i {
    margin-right: 5px;
}

/* Submit Section */
.form-submit-section {
    text-align: center;
    padding-top: 20px;
}

.btn-submit-form {
    padding: 16px 50px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-submit-form:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.btn-submit-form i {
    margin-right: 10px;
}

.submit-note-text {
    margin-top: 20px;
    font-size: 14px;
    color: #7f8c8d;
    font-style: italic;
}

/* How to Join Section - Steps */
.steps-container {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.step-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.step-number {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.step-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
}

.step-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 10px;
}

.step-icon i {
    font-size: 24px;
    color: #10b981;
}

.step-title {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
}

.step-description {
    color: #7f8c8d;
    line-height: 1.6;
    margin: 0;
}

.step-connector {
    width: 4px;
    height: 30px;
    background: linear-gradient(to bottom, #10b981 0%, #047857 100%);
    margin: 0 auto 0 60px;
}

/* Benefits Section */
.benefits-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 50px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.benefits-title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 40px;
    text-align: center;
}

.benefit-card {
    text-align: center;
    padding: 30px 20px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    height: 100%;
}

.benefit-card:hover {
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon {
    background: #fff;
}

.benefit-icon i {
    font-size: 28px;
    color: #fff;
    transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon i {
    color: #10b981;
}

.benefit-title {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.benefit-card:hover .benefit-title {
    color: #fff;
}

.benefit-text {
    font-size: 14px;
    color: #7f8c8d;
    line-height: 1.6;
    margin: 0;
    transition: all 0.3s ease;
}

.benefit-card:hover .benefit-text {
    color: rgba(255, 255, 255, 0.9);
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .page-title {
        font-size: 46px;
    }
    
    .section-title-main {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .page-title {
        font-size: 40px;
    }
    
    .section-title-main {
        font-size: 34px;
    }
    
    .form-container {
        padding: 40px 30px;
    }
    
    .benefits-wrapper {
        padding: 40px 30px;
    }
    
    .step-content {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .page-title {
        font-size: 34px;
    }
    
    .page-subtitle {
        font-size: 16px;
    }
    
    .section-title-main {
        font-size: 28px;
    }
    
    .section-description {
        font-size: 16px;
    }
    
    .form-container {
        padding: 30px 20px;
    }
    
    .benefits-wrapper {
        padding: 30px 20px;
    }
    
    .form-section-header {
        flex-direction: column;
        text-align: center;
    }
    
    .section-icon-form {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .form-section-title {
        font-size: 22px;
    }
    
    .pricing-card {
        margin-bottom: 30px;
    }
    
    .step-item {
        flex-direction: column;
        text-align: center;
    }
    
    .step-connector {
        margin: 0 auto;
    }
    
    .captcha-display-box {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .btn-submit-form {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .page-title {
        font-size: 28px;
    }
    
    .section-title-main {
        font-size: 24px;
    }
    
    .form-container {
        padding: 25px 15px;
    }
    
    .pricing-card {
        padding: 30px 20px;
    }
    
    .plan-name {
        font-size: 22px;
    }
    
    .plan-price .amount {
        font-size: 38px;
    }
    
    .benefits-title {
        font-size: 26px;
    }
}

/* Smooth Scrolling for Anchor Links */
html {
    scroll-behavior: smooth;
}
