/* =====================================
   BRC AI & PROPTECH HUB
===================================== */

/* Hero Section */
.ai-hero {
    position: relative;
    background: linear-gradient(135deg, #02112b 0%, #032c6a 50%, #0056d6 100%);
    padding: 120px 0;
    overflow: hidden;
}

.ai-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.25);
}

.ai-hero .container {
    position: relative;
    z-index: 2;
}

.ai-hero__content h1 {
    font-size: 72px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}

.ai-hero__content h1 span {
    color: #3b82f6;
}

.ai-hero__tagline {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}

.ai-hero__content p {
    color: rgba(255,255,255,.85);
    font-size: 18px;
    line-height: 34px;
}

.ai-hero__img img {
    width: 100%;
}

/* Section Spacing */

.ai-section {
    padding: 120px 0;
}

/* Section Heading */

.ai-section-heading {
    text-align: center;
    margin-bottom: 70px;
}

.ai-section-heading span {
    color: #e79204;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ai-section-heading h2 {
    margin-top: 15px;
    font-size: 48px;
    font-weight: 700;
}

/* Focus Cards */

.ai-focus-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    transition: .4s;
    margin-bottom: 30px;
}

.ai-focus-card:hover {
    transform: translateY(-10px);
}

.ai-focus-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e79204;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 25px;
}

.ai-focus-card h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

.ai-focus-card p {
    line-height: 30px;
}

/* Benefits */

.ai-benefits {
    background: #f6f9ff;
}

.ai-benefit-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 35px rgba(0,0,0,.06);
    transition: .4s;
}

.ai-benefit-card:hover {
    transform: translateY(-8px);
}

.ai-benefit-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(13,110,253,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e79204;
    font-size: 34px;
}

.ai-benefit-card h4 {
    font-size: 24px;
    line-height: 34px;
}

/* CTA */

.ai-cta {
    position: relative;
    background: linear-gradient(135deg,#02112b,#004aad);
    border-radius: 30px;
    overflow: hidden;
    padding: 80px;
}

.ai-cta h2 {
    color: #fff;
    font-size: 52px;
    line-height: 1.2;
}

.ai-cta p {
    color: rgba(255,255,255,.85);
    font-size: 18px;
    margin-top: 20px;
}

.ai-cta .thm-btn {
    margin-top: 25px;
}

/* Closing Section */

.ai-closing {
    text-align: center;
}

.ai-closing h2 {
    max-width: 1000px;
    margin: auto;
    font-size: 52px;
    line-height: 1.2;
}

.ai-closing p {
    max-width: 900px;
    margin: 30px auto 0;
    line-height: 34px;
    font-size: 18px;
}

/* Mobile */

@media (max-width:991px){

    .ai-hero {
        padding: 80px 0;
    }

    .ai-hero__content h1 {
        font-size: 48px;
    }

    .ai-section {
        padding: 80px 0;
    }

    .ai-section-heading h2 {
        font-size: 36px;
    }

    .ai-cta {
        padding: 50px 30px;
    }

    .ai-cta h2 {
        font-size: 36px;
    }

    .ai-closing h2 {
        font-size: 36px;
    }
}


/* ==========================================
   NEW HERO V2
========================================== */

.ai-hero-v2 {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.ai-hero-v2__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            rgba(0,0,0,.65),
            rgba(0,0,0,.55)
        ),
        url('../images/ai-proptech/ai-proptech-banner.webp');
    background-size: cover;
    background-position: center;
}

.ai-hero-v2 .container {
    position: relative;
    z-index: 10;
}

.ai-hero-v2__content {
    max-width: 700px;
}

.ai-hero-v2__subtitle {
    color: #f7b733;
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.ai-hero-v2__content h1 {
    color: #fff;
    font-size: 88px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 700;
}

.ai-hero-v2__content h1 span {
    color: #3b82f6;
}

.ai-hero-v2__content p {
    color: rgba(255,255,255,.9);
    font-size: 20px;
    line-height: 38px;
}

.ai-hero-v2__btn {
    margin-top: 30px;
}

/* ==========================================
   ABOUT V2
========================================== */

.ai-about-v2 {
    padding: 120px 0;
}

.ai-about-v2__image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,.15);
}

.ai-section-tag {
    color: #e79204;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
}

.ai-about-v2__content h2 {
    font-size: 54px;
    margin-bottom: 25px;
    font-weight: 700;
}

.ai-about-v2__content p {
    line-height: 34px;
    margin-bottom: 20px;
}

.ai-about-v2__features {
    margin-top: 30px;
}

.ai-feature {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.ai-feature i {
    color: #e79204;
    margin-right: 12px;
    font-size: 22px;
}

.ai-feature span {
    font-weight: 600;
}


/* ==========================================
   FOCUS AREA V2
========================================== */

.ai-focus-v2 {
    padding: 120px 0;
    background: #f8fbff;
}

.ai-section-title {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 70px;
}

.ai-focus-v2__card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    margin-bottom: 30px;
    min-height: 320px;
    box-shadow: 0 15px 50px rgba(0,0,0,.08);
    transition: .35s;
}

.ai-focus-v2__card:hover


/* ==========================================
   CTA V2
========================================== */

.ai-cta-v2 {
    position: relative;
    padding: 140px 0;
    overflow: hidden;
}

.ai-cta-v2__bg {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            rgba(2,17,43,.82),
            rgba(2,17,43,.82)
        ),
        url('../images/ai-proptech/cta-ai.webp');

    background-size: cover;
    background-position: center;
}

.ai-cta-v2 .container {
    position: relative;
    z-index: 2;
}

.ai-cta-v2 .ai-section-tag {
    color: #60a5fa;
}

.ai-cta-v2 h2 {
    color: #fff;
    font-size: 64px;
    line-height: 1.15;
    margin-bottom: 25px;
    font-weight: 700;
}

.ai-cta-v2 p {
    color: rgba(255,255,255,.88);
    font-size: 20px;
    line-height: 36px;
    max-width: 700px;
}

.ai-cta-v2__button {
    margin-top: 30px;
}

/* ==========================================
   CLOSING V2
========================================== */

.ai-closing-v2 {
    padding: 120px 0;
    background: #ffffff;
}

.ai-closing-v2__content{
    max-width: 1400px;
    margin: 0 auto;
}

.ai-closing-v2__content h2{
    font-size:60px;
    line-height:1.1;
}

.ai-closing-v2__content p {
    width: 100%;
    max-width: 1400px !important;
    margin: 0 auto 25px;
    font-size: 20px;
    line-height: 36px;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:991px){

    .ai-hero-v2__content h1{
        font-size:58px;
    }

    .ai-about-v2__content h2{
        font-size:42px;
    }

    .ai-section-title{
        font-size:42px;
    }

    .ai-cta-v2 h2{
        font-size:42px;
    }

    .ai-closing-v2__content h2{
        font-size:42px;
    }

    .ai-hero-v2{
        min-height:80vh;
    }

}
}

.ai-focus-v2__card p {
    line-height: 30px;
}

/* ==========================================
   WHY BRC V2
========================================== */

.ai-why-v2 {
    padding: 120px 0;
    background:
        linear-gradient(
            135deg,
            #02112b,
            #032c6a
        );
}

.ai-why-v2 .ai-section-tag,
.ai-why-v2 .ai-section-title {
    color: #fff;
}

.ai-glass-card {
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    margin-bottom: 30px;
    min-height: 220px;
    transition: .35s;
}

.ai-glass-card:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,.12);
}

.ai-glass-card i {
    color: #4ea1ff;
    font-size: 42px;
    margin-bottom: 25px;
}

.ai-glass-card h4 {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
}


/* ==========================================
   CTA V2
========================================== */

.ai-cta-v2 {
    position: relative;
    padding: 140px 0;
    overflow: hidden;
}

.ai-cta-v2__bg {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            rgba(2,17,43,.82),
            rgba(2,17,43,.82)
        ),
        url('../images/ai-proptech/cta-ai.webp');

    background-size: cover;
    background-position: center;
}

.ai-cta-v2 .container {
    position: relative;
    z-index: 2;
}

.ai-cta-v2 .ai-section-tag {
    color: #60a5fa;
}

.ai-cta-v2 h2 {
    color: #fff;
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 25px;
    font-weight: 700;
}

.ai-cta-v2 p {
    color: rgba(255,255,255,.88);
    font-size: 20px;
    line-height: 36px;
    max-width: 700px;
}

.ai-cta-v2__button {
    margin-top: 30px;
}

/* ==========================================
   CLOSING V2
========================================== */

.ai-closing-v2 {
    padding: 120px 0;
    background: #ffffff;
}

.ai-closing-v2__content {
    text-align: center;
}

.ai-closing-v2__content h2 {
    font-size: 60px;
    line-height: 1.15;
    margin-bottom: 35px;
    font-weight: 700;
}

.ai-closing-v2__content p {
    max-width: 900px;
    margin: 0 auto 20px;
    line-height: 34px;
    font-size: 18px;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:991px){

    .ai-hero-v2__content h1{
        font-size:58px;
    }

    .ai-about-v2__content h2{
        font-size:42px;
    }

    .ai-section-title{
        font-size:42px;
    }

    .ai-cta-v2 h2{
        font-size:42px;
    }

    .ai-closing-v2__content h2{
        font-size:42px;
    }

    .ai-hero-v2{
        min-height:80vh;
    }

}