/* Hero Section */
        .hero {
            position: relative;
            padding: 190px 105px 100px;
            min-height: 700px;
        }

        .hero-badge {
            border: 1px solid #f3ce34;
            border-radius: 35px;
            padding: 4px 25px;
            display: inline-block;
            font-family: 'Outfit', sans-serif;
            font-weight: 300;
            font-size: 14px;
            color: #f3ce34;
            margin-bottom: 39px;
            animation: fadeInUp 0.8s ease-out 0.3s both;
        }

        .hero-title {
            font-size: 83px;
            line-height: 1.15;
            margin-bottom: 32px;
            max-width: 778px;
            animation: fadeInUp 0.8s ease-out 0.4s both;
        }

        .hero-title .regular {
            font-weight: 400;
        }

        .hero-title .bold {
            font-weight: 700;
        }

        .hero-title .highlight {
            color: #f3ce34;
            font-weight: 700;
        }

        .hero-description {
            font-family: 'Outfit', sans-serif;
            font-weight: 300;
            font-size: 20.5px;
            line-height: 1.5;
            max-width: 539px;
            margin-bottom: 48px;
            color: rgba(255, 255, 255, 0.9);
            animation: fadeInUp 0.8s ease-out 0.5s both;
        }

        .hero-actions {
            display: flex;
            gap: 15px;
            animation: fadeInUp 0.8s ease-out 0.6s both;
            flex-wrap: wrap;
        }

        .btn-primary {
            padding: 16px 40px;
            border: none;
            border-radius: 25px;
            background: #f3ce34;
            color: #151515;
            font-family: 'Inter', sans-serif;
            font-weight: 500;
            font-size: 14px;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .btn-primary::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.2);
            transition: left 0.3s ease;
        }

        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(243, 206, 52, 0.4);
        }

        .btn-primary:hover::before {
            left: 100%;
        }

        .btn-primary .arrow {
            display: inline-block;
            transform: rotate(45deg);
            font-size: 18px;
            transition: transform 0.3s ease;
        }

        .btn-primary:hover .arrow {
            transform: rotate(45deg) translateY(-2px);
        }

        .btn-secondary {
            padding: 16px 40px;
            border: 0.5px solid #6d6d6d;
            border-radius: 25px;
            background: transparent;
            color: #ffffff;
            font-family: 'Inter', sans-serif;
            font-weight: 500;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .btn-secondary:hover {
            border-color: #f3ce34;
            color: #f3ce34;
            transform: translateY(-3px);
            box-shadow: 0 4px 15px rgba(243, 206, 52, 0.2);
        }

        /* Phone Mockup */
        .phone-mockup {
            position: absolute;
            right: 260px;
            top: 180px;
            width: 350px;
            height: auto;
            z-index: 50;
            animation: slideInRight 1s ease-out 0.5s both;
        }

        .phone-mockup {
            animation: float 3s ease-in-out infinite, slideInRight 1s ease-out 0.5s both;
        }

        .phone-mockup img {
            width: 100%;
            height: auto;
            filter: drop-shadow(0 20px 40px rgba(243, 206, 52, 0.3));
        }

        /* Yellow Triangle Accent */
        .yellow-triangle {
            position: absolute;
            left: 105px;
            bottom: 100px;
            width: 0;
            height: 0;
            border-left: 200px solid transparent;
            border-right: 0;
            border-bottom: 200px solid #f3ce34;
            z-index: 1;
            animation: slideInLeft 1s ease-out 0.7s both;
        }

        /* Design With Purpose Section */
        .purpose-section {
            position: relative;
            padding: 100px 105px;
            text-align: center;
        }

        .section-title {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 20px;
            animation: fadeInUp 0.8s ease-out;
        }

        .section-title .highlight {
            color: #f3ce34;
        }

        .section-subtitle {
            font-size: 18px;
            font-weight: 300;
            color: rgba(255, 255, 255, 0.6);
            max-width: 600px;
            margin: 0 auto 80px;
            animation: fadeInUp 0.8s ease-out 0.2s both;
        }

        /* Features Grid - Center Layout */
        .features-grid {
            display: grid;
            grid-template-columns: 1fr 300px 1fr;
            gap: 40px;
            align-items: center;
            margin-bottom: 0px;
            margin: 0 auto;
    max-width: 1920px;
            
        }

        .features-left {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .features-right {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .center-phone-wrapper {
            grid-column: 2;
            grid-row: 1 / 3;
        }

        .feature-card {
            background: rgba(0, 0, 0, 0);
            border: 0.89px solid rgba(243, 206, 52, 0.3);
            border-radius: 24px;
            padding: 34px 32px 36px 32px;
            text-align: left;
            transition: all 0.4s ease;
            animation: scaleIn 0.6s ease-out;
            animation-fill-mode: both;
        }

        .features-left .feature-card:nth-child(1) {
            animation-delay: 0.2s;
            animation-name: slideInLeft;
        }
.features-left .feature-card:nth-child(1),.features-right .feature-card:nth-child(2){
    margin-left:90px;
}
.features-left .feature-card:nth-child(2),.features-right .feature-card:nth-child(1) {
     margin-right:90px;
}
        .features-left .feature-card:nth-child(2) {
            animation-delay: 0.4s;
            animation-name: slideInLeft;
        }

        .center-phone-wrapper {
            animation: scaleIn 0.7s ease-out 0.3s both;
        }

        .features-right .feature-card:nth-child(1) {
            animation-delay: 0.2s;
            animation-name: slideInRight;
        }

        .features-right .feature-card:nth-child(2) {
            animation-delay: 0.4s;
            animation-name: slideInRight;
        }

        .feature-card:hover {
            border-color: #f3ce34;
            background: rgba(243, 206, 52, 0.05);
            transform: translateY(-10px);
            box-shadow: 0 10px 30px rgba(243, 206, 52, 0.15);
        }

        .feature-icon {
            width: 58px;
            height: 58px;
            background: rgba(243, 206, 52, 0.1);
            border: 0.606px solid rgba(243, 206, 52, 0.3);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            transition: all 0.3s ease;
        }

        .feature-card:hover .feature-icon {
            background: rgba(243, 206, 52, 0.2);
            transform: rotate(10deg) scale(1.1);
        }

        .feature-icon svg {
            width: 32px;
            height: 32px;
        }

        .feature-title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 16px;
        }

        .feature-description {
            font-size: 16px;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.6);
           
        }

        /* Phone in Center */
        .center-phone {
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .center-phone svg {
            max-width: 280px;
            height: auto;
            animation: float 4s ease-in-out infinite;
            filter: drop-shadow(0 20px 40px rgba(243, 206, 52, 0.3));
        }

        .center-phone img {
            max-width: 280px;
            height: auto;
            animation: float 4s ease-in-out infinite;
        }
img.matter-image-inner.ui-center-image {
    bottom: 50px;
    top: unset;
}
.ui-right-image{
top: 90px !important;
}
.ui-left-image{
    position: absolute;
    left: -20px;
    z-index: 11;
    top: 50%;
}.footer-video-bg {
    position: absolute;
    top: 56%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
}
        /* Design Arsenal Section */
        .arsenal-section {
            padding: 100px 105px;
            text-align: center;
        }

        .arsenal-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin-top: 60px;
            max-width: 700px;
            margin: 0 auto;
        }

        .arsenal-card {
            background: rgba(0, 0, 0, 0);
            border: 0.89px solid rgba(243, 206, 52, 0.3);
            border-radius: 24px;
            padding: 40px;
            text-align: left;
            transition: all 0.4s ease;
            animation: slideInLeft 0.6s ease-out;
            animation-fill-mode: both;
        }

        .arsenal-card:nth-child(odd) {
            animation-name: slideInLeft;
        }

        .arsenal-card:nth-child(even) {
            animation-name: slideInRight;
        }

        .arsenal-card:nth-child(1) {
            animation-delay: 0.2s;
        }

        .arsenal-card:nth-child(2) {
            animation-delay: 0.3s;
        }

        .arsenal-card:nth-child(3) {
            animation-delay: 0.4s;
        }

        .arsenal-card:nth-child(4) {
            animation-delay: 0.5s;
        }

        .arsenal-card:hover {
            border-color: #f3ce34;
            background: rgba(243, 206, 52, 0.05);
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(243, 206, 52, 0.2);
        }

        .arsenal-card h3 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 16px;
            transition: color 0.3s ease;
        }

        .arsenal-card:hover h3 {
            color: #f3ce34;
        }

        .arsenal-card p {
            font-size: 16px;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.6);
            margin-bottom: 24px;
        }

        .arsenal-list {
            list-style: none;
            padding: 0;
        }

        .arsenal-list li {
             transition: transform 0.2s ease;
    color: rgba(255, 255, 255, 0.40);
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 2px;
        }

        .arsenal-list li:hover {
            transform: translateX(5px);
        }

        .arsenal-list li:before {
              content: "•";
    color: rgba(243, 206, 52, 0.60);
            margin-right: 10px;
        }

        .learn-more {
            color: #f3ce34;
            text-decoration: none;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-top: 16px;
            transition: all 0.3s ease;
        }

        .learn-more:hover {
            gap: 12px;
        }

        .learn-more::after {
            content: '→';
            transition: transform 0.3s ease;
        }

        .learn-more:hover::after {
            transform: translateX(4px);
        }

        /* CTA Section */
        .cta-section {
            background: #f3ce34;
            padding: 40px 105px;
            text-align: center;
            margin: 100px 0;
            animation: fadeInUp 1s ease-out;
            position: relative;
    z-index: 5;
}
        

        .cta-section h2 {
            color: #151515;
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 40px;
            animation: fadeInUp 0.8s ease-out 0.2s both;
        }

        .cta-section p {
            color: #151515;
            font-size: 18px;
            margin-bottom: 40px;
            animation: fadeInUp 0.8s ease-out 0.3s both;
        }

        .cta-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
            animation: fadeInUp 0.8s ease-out 0.4s both;
        }

     .btn-dark {
            display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 40px;
    border-radius: 20336000px !important;
    background: #151515;
    border: none;
    background: #151515;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    gap:8px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}span.status-item {
    color: rgba(21, 21, 21, 0.70);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

        .btn-dark:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
        }

        .btn-outline {
            padding: 16px 40px;
            border: 2px solid #151515;
            border-radius: 25px;
            background: transparent;
            color: #151515;
            font-family: 'Inter', sans-serif;
            font-weight: 500;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .btn-outline:hover {
            background: #151515;
            color: #f3ce34;
            transform: translateY(-3px);
        }

       

        /* Scroll Animation Trigger */
        .fade-in {
            opacity: 1;
        }

        .fade-in.visible {
            animation: fadeInUp 0.8s ease-out forwards;
        }
.cta-wrapper {
    position: relative;
    padding-top: 120px;
    margin-top: 40px;
    z-index: 4;
    background: #000;
        padding: 50px 0px;
}
a.btn-outline-chat {
    border-radius: 20336000px;
    background: rgba(255, 255, 255, 0.20);
    display: flex;
    padding: 18.818px 48.674px 21.184px 47.992px;
    justify-content: center;
    align-items: center;
    gap: 11.998px;
}

.purpose-section, .arsenal-section{
    background: #151515;
}

        /* Responsive */
            /* @media (min-width: 1920px) {
   
    .hero-wrapper {
    position: relative;
    height: 50vh !important;
}
.hero {
    min-height: 55vh !important;}
} */
          @media (max-width: 1300px) {
.features-left .feature-card:nth-child(1),.features-right .feature-card:nth-child(2){
    margin-left:30px;
}
.features-left .feature-card:nth-child(2),.features-right .feature-card:nth-child(1) {
     margin-right:30px;
}
.fp-slides-container > section{
    padding-top: 160px;
}
          }
              @media (max-width: 990px) {
                .hero-wrapper {
    position: relative;
    height: 70vh !important;
}
.hero {
    min-height: 75vh!important;}
    .yellow-triangle{
            bottom: -30% !important;
    }
              }
          
        @media (max-width: 1024px) {
            .features-left .feature-card:nth-child(1),.features-right .feature-card:nth-child(2){
    margin-left:unset;
}
.features-left .feature-card:nth-child(2),.features-right .feature-card:nth-child(1) {
     margin-right:unset;
}
.center-phone img {
    max-width: 100%;
}
            .hero-title {
                font-size: 60px;
            }

            .phone-mockup {
                right: 100px;
                width: 280px;
            }

            .features-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .center-phone-wrapper {
                grid-column: 1;
                grid-row: auto;
                margin: 40px 0;
            }

            .features-left,
            .features-right {
                gap: 30px;
            }

            .arsenal-grid {
                grid-template-columns: 1fr 1fr;
            }

            
            .hero {
       
        padding: 100px 24px 40px;
    }
        }

        @media (max-width: 768px) {
            header,
            .hero,
            .purpose-section,
            .arsenal-section,
            .cta-section,
            footer {
                padding-left: 40px;
                padding-right: 40px;
            }

            .logo {
                left: 40px;
            }
           .arsenal-grid {
                grid-template-columns: 1fr;
            }
            .hero-right-image {
        max-width: 100%;
    }
                .hero {
        flex-direction: column;
    }
            .header-actions {
                right: 40px;
            }

            .nav-container {
                display: none;
            }

            .hero-title {
                font-size: 40px;
            }

            .phone-mockup {
                position: static;
                margin: 40px auto;
                width: 250px;
            }

            .section-title {
                font-size: 36px;
            }



            .yellow-triangle {
                display: none;
            }
             .hero-wrapper {
            position: relative;
        height: 100vh !important;
        flex-direction: column;
        justify-content: start;
        align-items: start;
}
.hero {
    min-height: 100vh!important;}
   
        }
