/* 1st Section - Hero */

.entryLairE{
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(135deg, #F7F2FF 0%, #E8F4FD 100%);
}

.entryLairE h4{
    font-family: Open Sans;
    color: #9B54F2;
    text-transform: uppercase;
    font-weight: 700;
}

.entryLairE h1{
    font-family: Open Sans;
    color: #3F3F3F;
    font-size: 4rem;
    font-weight: 700;
}

.entryLairE p{
    font-family: Open Sans;
    color: #3F3F3F;
    margin-top: 25px;
    font-size: 1.2rem;
}

.custom-btn-1{
    font-family: Open Sans;
    background: #9B54F2;
    border-radius: 10px;
    color: #fff;
    padding: 15px 60px;
    margin-top: 25px;
    border: none;
    transition: all 0.3s ease;
}

.custom-btn-1:hover{
    color: #fff;
    background: #8A47E0;
    transform: translateY(-2px);
}

.entryLairEimg{
    width: 100%;
}

/* 2nd Section - AI Analysis */

.aiAnalysis{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
}

.aiAnalysis h5{
    font-family: Open Sans;
    color: #9B54F2;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}

.aiAnalysis h1{
    font-family: Open Sans;
    color: #3F3F3F;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.aiAnalysis h3{
    font-family: Open Sans;
    color: #3F3F3F;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 15px;
}

.aiAnalysis p{
    font-family: Open Sans;
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
}

.aiAnalysis img{
    margin-bottom: 0px;
}

/* 3rd Section - Partnership */

.partnership{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F8F9FA;
}

.partnership h5{
    font-family: Open Sans;
    color: #9B54F2;
    text-transform: uppercase;
    font-weight: 700;
}

.partnership h1{
    font-family: Open Sans;
    color: #3F3F3F;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.partnership p{
    font-family: Open Sans;
    color: #3F3F3F;
    font-size: 1.1rem;
    line-height: 1.7;
}

/* 4th Section - AI Pathway */

.aiPathway{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
}

.aiPathway h5{
    font-family: Open Sans;
    color: #9B54F2;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}

.aiPathway h1{
    font-family: Open Sans;
    color: #3F3F3F;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 50px;
}

/* Use shop.css card styles, only add specific overrides for LairE */
.aiPathway .card{
    transition: all 0.3s ease;
    width: 100%;
}

.aiPathway .card:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Final CTA Section */

.finalCTA{
    padding-top: 100px;
    background: inherit;
}

.finalCTA h1{
    font-family: Open Sans;
    color: #3F3F3F;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.finalCTA .lead{
    font-family: Open Sans;
    color: #666;
    font-size: 1.3rem;
    margin-bottom: 25px;
    line-height: 1.6;
}

.finalCTA .cta-buttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.finalCTA .cta-buttons .btn{
    margin: 10px;
    min-width: 200px;
}

/* Responsive Design */

@media (max-width: 768px) {
    .entryLairE h1, .aiAnalysis h1, .partnership h1, .aiPathway h1, .finalCTA h1 {
        font-size: 2.5rem;
    }

    .entryLairE, .aiAnalysis, .partnership, .aiPathway, .finalCTA {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .mrgp50 {
        margin-top: 30px;
    }

    .finalCTA .cta-buttons{
        flex-direction: column;
        align-items: center;
    }

    .finalCTA .cta-buttons .btn{
        width: 100%;
        max-width: 300px;
        margin: 5px 0;
    }

    .col-sm-3 {
     display: block!important;
    }
}