/* CRMobile Page Styles */

/* Hero Section */
.crmobile-hero-section {
    position: relative;
    width: 100%;
    min-height: 600px;
    background-image: url('../../assets/images/crmobile/hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crmobile-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.crmobile-hero-content {
    text-align: center;
    color: var(--text-white);
    padding: 2rem;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.crmobile-hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: #ffffff;
}

.crmobile-hero-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 2.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}

.crmobile-hero-btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.crmobile-hero-btn:hover {
    background-color: #ffffff;
    color: #1a1a2e;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .crmobile-hero-section {
        min-height: 400px;
    }
    
    .crmobile-hero-title {
        font-size: 2rem;
    }
    
    .crmobile-hero-subtitle {
        font-size: 1rem;
    }
}

/* Intro Section */
.crmobile-intro-section {
    background-color: #ffffff;
    padding: 5rem 2rem 0 2rem;
}

.crmobile-intro-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.crmobile-intro-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.crmobile-intro-tagline {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 2rem;
}

.crmobile-intro-text {
    font-size: 1.125rem;
    color: #333;
    line-height: 1.7;
    text-align: justify;
    margin: 0;
}

@media (max-width: 768px) {
    .crmobile-intro-section {
        padding: 3rem 1.5rem;
    }
    
    .crmobile-intro-title {
        font-size: 1.75rem;
    }
    
    .crmobile-intro-tagline {
        font-size: 1.125rem;
    }
    
    .crmobile-intro-text {
        font-size: 1rem;
        text-align: left;
    }
}

/* For Salespeople Section */
.for-salespeople-section {
    background-color: #ffffff;
    padding: 0 2rem 0 2rem;
}

.for-salespeople-container {
    max-width: 1200px;
    margin: 2rem auto 0 auto;
    background-color: #E5E5E5;
    border-radius: 12px;
    padding: 1.5rem 3rem;
}

.for-salespeople-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    text-align: center;
    margin: 0;
}

.for-salespeople-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.for-salespeople-card {
    background-color: #1a1a2e;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.for-salespeople-icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1;
}

.for-salespeople-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.for-salespeople-card-text {
    font-size: 0.95rem;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .for-salespeople-section {
        padding: 3rem 1.5rem;
    }
    
    .for-salespeople-container {
        padding: 2rem 1.5rem;
    }
    
    .for-salespeople-title {
        font-size: 1.25rem;
    }
    
    .for-salespeople-container {
        padding: 1rem 1.5rem;
        margin-top: 1.5rem;
    }
    
    .for-salespeople-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 2rem;
    }
    
    .for-salespeople-card {
        padding: 2rem 1.5rem;
    }
    
    .for-salespeople-icon {
        font-size: 2rem;
    }
    
    .for-salespeople-card-title {
        font-size: 1.125rem;
        line-height: 1.2;
    }
    
    .for-salespeople-card-text {
        font-size: 0.9rem;
    }
}

/* For Sales Managers Section */
.for-salesmanagers-section {
    background-color: #ffffff;
    padding: 0 2rem 5rem 2rem;
}

.for-salesmanagers-container {
    max-width: 1200px;
    margin: 2rem auto 0 auto;
    background-color: #E5E5E5;
    border-radius: 12px;
    padding: 1.5rem 3rem;
}

.for-salesmanagers-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    text-align: center;
    margin: 0;
}

.for-salesmanagers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.for-salesmanagers-card {
    background-color: #1a1a2e;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.for-salesmanagers-icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1;
}

.for-salesmanagers-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.for-salesmanagers-card-text {
    font-size: 0.95rem;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .for-salesmanagers-section {
        padding: 0 1.5rem 3rem 1.5rem;
    }
    
    .for-salesmanagers-container {
        padding: 1rem 1.5rem;
        margin-top: 1.5rem;
    }
    
    .for-salesmanagers-title {
        font-size: 1.25rem;
    }
    
    .for-salesmanagers-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 2rem;
    }
    
    .for-salesmanagers-card {
        padding: 2rem 1.5rem;
    }
    
    .for-salesmanagers-icon {
        font-size: 2rem;
    }
    
    .for-salesmanagers-card-title {
        font-size: 1.125rem;
        line-height: 1.2;
    }
    
    .for-salesmanagers-card-text {
        font-size: 0.9rem;
    }
}

/* How Works Section */
.how-works-section {
    background-color: #87CEEB;
    padding: 5rem 2rem;
}

.how-works-container {
    max-width: 1200px;
    margin: 0 auto;
}

.how-works-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a2e;
    text-align: center;
    margin-bottom: 4rem;
}

.how-works-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.how-works-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.how-works-number {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #1a1a2e;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.how-works-step-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1rem;
}

.how-works-step-text {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .how-works-section {
        padding: 3rem 1.5rem;
    }
    
    .how-works-title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    
    .how-works-steps {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .how-works-number {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }
    
    .how-works-step-title {
        font-size: 1.125rem;
    }
    
    .how-works-step-text {
        font-size: 0.95rem;
    }
}

/* What Means Section */
.what-means-section {
    background-color: #1a1a2e;
    padding: 5rem 2rem;
}

.what-means-container {
    max-width: 1200px;
    margin: 0 auto;
}

.what-means-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.what-means-text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.what-means-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.what-means-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.what-means-item-icon {
    font-size: 2rem;
    flex-shrink: 0;
    line-height: 1;
}

.what-means-item-content {
    flex: 1;
}

.what-means-item-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
}

.what-means-item-text {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
}

.what-means-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.what-means-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .what-means-section {
        padding: 3rem 1.5rem;
    }
    
    .what-means-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .what-means-title {
        font-size: 2rem;
    }
    
    .what-means-item {
        gap: 1rem;
    }
    
    .what-means-item-icon {
        font-size: 1.5rem;
    }
    
    .what-means-item-title {
        font-size: 1.25rem;
    }
    
    .what-means-item-text {
        font-size: 0.95rem;
    }
}

