.cta-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative;
}
.section-header {
    text-align: center;
    margin-bottom: 64px;
}
.industries-tab-btn {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: rgb(17, 17, 17, 1);
    border-color: rgb(26, 26, 26, 1);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    z-index: 40;
    top: 5rem;
    position: sticky;
}

.industries-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

    .industries-btn a {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        color: #9ca3af;
        font-size: 0.875rem;
        line-height: 1.25rem;
        padding-top: 0.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 0.5rem;
        background-color: #0a0a0a;
        border-color: #1a1a1a;
        border-width: 1px;
        border-style: solid;
        border-radius: 9999px;
        align-items: center;
        display: flex;
        text-decoration:none
    }
        .industries-btn a svg {
            width: 1rem;
            height: 1rem;
            margin-right: 0.5rem;
        }

        .industries-btn a:hover {
            color: #daff01;
            border-color: rgb(218, 255, 1, 0.5);
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
        }


.product-hero {
    padding-top: 0;
    padding-bottom: 8rem;
    position: relative;
}




.hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 20% 30%, rgba(218, 255, 1, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(218, 255, 1, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content-left {
    margin: 0
}
.hero-content-left h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin:0
}
.icon-sec {
    background-image: linear-gradient(to bottom right, rgb(168 85 247 / 0.2), rgb(236 72 153 / 0.2));
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    display: flex;
    margin-right:14px
}
    .icon-sec svg {
    width: 2rem;
    height: 2rem;
    color: #daff01;
    }

.second-box {
    padding: 1.5rem;
    background-color: #111111;
    border-width: 1px;
    border-radius: 0.75rem;
    margin-bottom: 2rem;
    border-style: solid;
}
.second-box svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.25rem;
    color: #daff01;
}

    .second-box .text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
        color: #6b7280;
    }
    .second-box p {
        font-weight: 500;
        color: #fff;
        margin: 0;
    }

.list-section {
margin-bottom: 2rem;
}
.list-section h3 {
color: #fff;
font-weight: 600;
align-items: center;
display: flex;
margin-bottom: 1rem;
font-size: 1rem;
line-height: 1.4;
}
.list-section h3 svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    color: #f87171;
}

.list-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-section li {
    align-items: flex-start;
    display: flex;
    margin-bottom: 12px;
}
.list-section li:not(:last-child) {
    margin-bottom: 12px;
}
.list-section li .rounded-bullet {
    border-radius: 9999px;
    flex-shrink: 0;
    width: 0.375rem;
    height: 0.375rem;
    margin-top: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    background-color: #f87171;
}
.list-section li span {
    color: #9ca3af;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 1rem
}

.detail-box{margin:0}
.detail-box h3 {
color: #fff;
font-weight: 600;
align-items: center;
display: flex;
margin-bottom: 1rem;
font-size: 1rem
}

.detail-box h3 svg {
width: 1.25rem;
height: 1.25rem;
margin-right: 0.5rem;
color: #daff01;
}
.detail-box .detail-list {
margin: 0
}

.detail-box .list {
padding: 1rem;
border-style: solid;
border-width: 1px;
border-radius: 0.75rem;
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
background-color: rgb(23, 23, 23, 1);
border-color: rgb(28, 28, 28, 1);

}
.detail-box .list:hover {
border-color: rgb(218 255 1 / 0.3);
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.detail-box .list:not(:last-child) {
margin-bottom: 14px;
}
.detail-box .list-box {
display: flex;
align-items: flex-start;
}

.detail-box .list-box .svgicon-box {
width: 2.5rem;
height: 2.5rem;
margin-right: 16px;
flex-shrink: 0;
display: flex;
justify-content: center;
align-items: center;
border-radius: 0.5rem;
background-color: rgb(218, 255, 1, 0.1);
}
.detail-box .list-box .svgicon-box svg {
width: 1.25rem;
height: 1.25rem;
color: #daff01;
}
.detail-box .list-box h4 {
font-weight: 500;
margin-bottom: 0.25rem;
color: #fff;
font-size: 1rem;
line-height: 1.4;
}
.detail-box .list-box p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #6b7280;
    margin: 0;
}



/*........impact-sec..............*/

.impact-sec {
    padding-top: 6rem;
    padding-bottom: 6rem;
    overflow: hidden;
    position: relative;
    background-color: #141414;
}

.grid-pattern {
    opacity: 0.3;
    inset: 0px;
    position: absolute;
    background-image: linear-gradient(rgb(218, 255, 1, .09) 1px, #0000 0), linear-gradient(90deg, rgb(218, 255, 1, .09) 1px, #0000 0);
    background-size: 50px 50px;
}

.blur-sec {
    filter: blur(150px);
    background-color: rgb(218 255 1 / 0.05);
    border-radius: 9999px;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    top: 50%;
    left: 50%;
    position: absolute;
}

.impact-sec .mini-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
    color: #daff01;
    margin-bottom: 14px;
    display: block;
}

.impact-sec .hero-title-large {
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

    .impact-sec .hero-title-large span {
        color: #daff01;
    }

.impact-sec .mb-16 {
    margin-bottom: 4rem;
}

.number-grid {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 10;
    position: relative;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    display: grid;
}

    .number-grid .number-box {
        text-align: center;
        background-color: rgb(10, 10, 10, 1);
        padding: 2rem 1rem;
        border-color: rgb(26, 26, 26, 1);
        border-width: 1px;
        border-radius: 1rem;
        transition: transform .3s ease, box-shadow .3s ease;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        border-style: solid;
    }

    .number-grid .number-box:hover {
        border-color: rgb(218, 255, 1, 0.3);
        box-shadow: 0 10px 40px rgb(218, 255, 1, .15);
        transform: translateY(-5px);
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

.number-grid .number-box .label {
font-size: 2rem;
line-height: 2.5rem;
color: #daff01;
font-weight: 700;
margin-bottom: 0.5rem;
}

.number-grid .number-box h4 {
font-weight: 500;
color: #fff;
font-size: 1.125rem;
margin-bottom: 0.5rem;
line-height:1.2
}

.number-grid .number-box p {
color: #9ca3af;
font-size: 0.875rem;
line-height: 1.25rem;
margin: 0;
}







.hero-video-sec {
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-color: rgb(26, 26, 26,.1);
    border-radius: 1rem;
    overflow: hidden;
    border-style: solid;
    background: #111111;
    background: linear-gradient(to bottom, #141414, #1f1f1f);
}

.video-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .video-content .video-icon {
        width: 5rem;
        height: 5rem;
        background-color: rgb(218, 255, 1, 0.1);
        border-radius: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 1rem auto;
    }

        .video-content .video-icon svg {
            width: 2.5rem;
            height: 2.5rem;
            color: #daff01;
        }

    .video-content p {
        font-size: 1rem;
        line-height: 1.25rem;
        color: #6b7280;
        margin-bottom: 0;
    }

        .video-content p span {
            font-size: .85rem;
            line-height: 1.25rem;
            color: #4b5563;
            margin-bottom: 0;
        }


/* Features Showcase */
.features-showcase-section {
    padding: 120px 0;
    background: var(--bg-primary);
}

.features-showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 32px;
}

.feature-showcase-card {
    background: var(--bg-secondary);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    padding: 40px 32px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .feature-showcase-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--accent-primary);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .feature-showcase-card:hover {
        transform: translateY(-8px);
        border-color: var(--accent-primary);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    }

        .feature-showcase-card:hover::before {
            opacity: 1;
        }

.feature-showcase-icon {
    width: 64px;
    height: 64px;
    background: var(--accent-bg);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-primary);
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.feature-showcase-card:hover .feature-showcase-icon {
    transform: scale(1.1);
    background: var(--accent-primary);
    color: var(--bg-primary);
}

.feature-showcase-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 12px;
}

.feature-showcase-description {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 20px;
}

.feature-showcase-benefit {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: var(--accent-bg);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--accent-primary);
    width: fit-content;
}

/* Product CTA Section */
.product-cta-section {
    padding: 120px 0;
    background: var(--bg-secondary);
}

.product-cta-card {
    background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-tertiary) 100%);
    border: 1px solid var(--border-subtle);
    border-radius: 24px;
    padding: 80px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .product-cta-card::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(218, 255, 1, 0.1) 0%, transparent 70%);
        pointer-events: none;
    }

.cta-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.cta-description {
    font-size: 18px;
    color: var(--text-secondary);
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .hero-content-left h2 {
        font-size: 2rem;
    }
    .number-grid .number-box {
        padding:2rem 1rem;

    }
        .number-grid .number-box .label {
            font-size: 1.22rem;

        }


}

@media (max-width: 968px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .hero-title-large {
        font-size: 36px;
    }

    .hero-stats-card {
        padding: 32px 24px;
    }

    .video-container {
        grid-template-columns: 1fr;
    }

    .features-showcase-grid {
        grid-template-columns: 1fr;
    }

    .product-cta-card {
        padding: 60px 32px;
    }

    .cta-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .icon-sec {
        width: 6rem;
    }
    .hero-content-left h2 {
        font-size: 2rem;
    }
    .video-content {
        padding: 0;
    }
    .hero-video-sec {
        margin-top: 40px;
        height: auto;
    }
    .number-grid {
        grid-template-columns: repeat(2, 1fr);
        padding-left: 0;
        padding-right: 0;

    }
    .impact-sec .hero-title-large {
        font-size: 40px;
    }
    .number-grid .number-box .label {
        font-size: 1.4rem;
        line-height: 1.2;
    }
    .number-grid .number-box {
        padding: 2rem 1.5rem;
 
    }

    .industries-tab-btn {
        top: 4rem;

    }


}

@media (max-width:767px) {
    .number-grid .number-box {
        padding: 2rem 1.2rem;
    }

    .number-grid .number-box .label {
        font-size: 1.4rem;
        line-height: 1.2;
    }

        .number-grid .number-box h4 {
            font-size: 1rem;
        }

    .industries-btn {
        gap: .5rem;
    }
    .industries-btn a {
        font-size: 0.7rem;
        padding-top: 0.5rem;
        padding-left: .5rem;
        padding-right: .5rem;

    }
}
