:root {
            --primary-orange: #d9901c;
            --primary-dark: #1a1a1a;
            --text-gray: #666;
            --light-bg: #f9f9f9;
            --border-color: #eee;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Montserrat', sans-serif;
            color: #333;
            line-height: 1.6;
            overflow-x: hidden;
        }

        /* Utility */
        

        .section-padding {
            /* padding: 80px 0 0; */
            background:#F7F7F7;
        }

        .btn {
            padding: 12px 24px;
            border-radius: 4px;
            text-decoration: none;
            font-weight: 500;
            display: inline-block;
            transition: 0.3s;
            font-size: 14px;
        }

        .btn-orange {
            background: var(--primary-orange);
            color: white;
        }

        .btn-outline {
            border: 1px solid var(--primary-orange);
            color: var(--primary-orange);
        }

        .text-center { text-align: center; }

        /* Header */
        

        /* Hero */
        .hero {
            background: radial-gradient(circle at top right, #fff9f0 0%, #ffffff 50%);
            text-align: center;
            padding-top: 100px;
            padding-bottom:0px;
        }

        .badge {
            color: #941202;
            font-size: 13px;
            font-weight: 500;
            letter-spacing: 4%;
            text-transform: uppercase;
            margin-bottom: 20px;
            display: block;
            line-height:100%;
        }

        h1 {
            font-size: 46px;
            font-weight: 700;
            line-height:54px;
            margin-bottom: 20px;
            color: #000;
            letter-spacing:0%;
        }

        h1 span {
            color: var(--primary-orange);
            display: block;
        }

        .hero p {
            max-width: 700px;
            margin: 0 auto 30px;
            color: #626262;
            font-size: 17px;
            font-weight: 400;
            line-height: 26px;
        }

        .hero-btns {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 60px;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            max-width: 800px;
            margin: 0 auto 60px;
            padding-top: 0px;
        }
        .stat-item{
            border-right: 1px solid #eee;
        }

        .stat-item h3 {
            font-size: 26px;
            font-weight: 700;
            color:#000000;

        }

        .stat-item p {
            font-size: 13px;
            color: #626262;
            line-height:100%;
            letter-spacing:0%;
            font-weight:400;
            margin-bottom: 0px;
        }

        .dashboard-preview {
            width: min(890px, calc(100% - 40px));
            margin: 0 auto;
            overflow: hidden;
            border-radius: 4px 4px 0 0;
            line-height: 0;
        }

        .dashboard-preview img {
            display: block;
            width: 100%;
            height: auto;
        }


        /* Why Choose */
        .why-choose {
            /* padding-top: 70px; */
            background:#F7F7F7;
        }

        .section-title-small {
            color: #941202;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 4%;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    line-height: 100%;
        }

        .section-title {
            font-size: 30px;
              font-weight: 700;
              margin-bottom: 20px;
                 line-height: 100%;
                   letter-spacing: 0%;
                   color:#000000;
        }

        .section-desc {
            font-weight: 400;
    max-width: 800px;
    margin: 0 auto 50px;
    color: #585858;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;

        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            border: 1px solid var(--border-color);
        }

        .feature-card {
            padding: 40px;
            border: 0.5px solid var(--border-color);
            text-align: left;
        }

        .feature-card .icon-box {
            color: var(--primary-orange);
            font-size: 24px;
            margin-bottom: 20px;
            background: #D48C141F;
            width: 44px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
        }

        .feature-card .icon-box svg {
            width: 26px;
            height: 26px;
            fill: none;
        }

        .feature-card h4 {
            line-height: 100%;
             letter-spacing: 0%;
                font-weight: 600;
                     margin-bottom: 17px;
                        color:#000000;
        }

        .feature-card p {
            font-size: 14px;
    color: #626262;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0%;
        }

        .feature-num {
            letter-spacing: 0%;
    line-height: 100%;
    color: var(--primary-orange);
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
        }

        /* How it works */
        .how-it-works {
            background:#FFFFFF;
        }

        .steps-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-top: 50px;
        }

        .step-card {
            margin: -5px;
    background: white;
    padding: 40px 8px;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
        }

        .step-num {
            background: linear-gradient(90deg, #F1C01D 0%, #E0A018 100%);
            color: white;
            width: 54px;
            height: 54px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            margin: 0 auto 20px;
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 22px;
        }

        .step-card h4 {
            margin: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
        }

        .step-card p {
            font-size: 15px;
    color: #626262;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
        }

        /* Benefits */
        .benefits-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
        }

        .benefits-list {
            list-style: none;
        }

        .benefit-item {
            margin-bottom: 24px;
    margin-left: -48px;
        }

        .benefit-item strong {
            display: block;
    font-size: 17px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    font-weight: 600;
        }

        .benefit-item strong::before {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            width: 8px;
            height: 8px;
            background: #b33c2a;
            border-radius: 50%;
        }

        .benefit-item p {
            padding-left: 20px;
    font-size: 15px;
    color: #626262;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
        }

        .image-stack {
            position: relative;
            height: 671px;
        }

        .stack-img {
            position: absolute;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            object-fit: cover;
        }

        .img-1 {
            width: 250px;
                height: 216px;
                    top: 8px;
                        left: 14px;
                            z-index: 1;
                            border-radius: 14px;
             }
        .img-2 { 
            width: 286px;
              height: 341px;
                top: 80px;
                  right: -85px;
                         z-index: 1;
                      border-radius: 14px;
                     }
        .img-3 {
             width: 348px;
                  height: 369px;
                  bottom:33px;
                      left: 65px;
                            z-index: 2;
                           border-radius: 14px;
            }

        /* Additional Features */
        .additional-features-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-top: 50px;
        }

        .feature-box {
            display: flex;
            gap: 20px;
            padding: 30px;
            border: 1px solid #f0f0f0;
            border-radius: 12px;
            background: white;
        }

        .feature-box .icon-box {
            width: 51px;
            height: 51px;
            background: #fff9f0;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            color: var(--primary-orange);
            flex-shrink: 0;
        }

        .feature-box h4 {
            font-weight: 600;
               font-size: 17px;
                  margin-bottom: 8px;
                       line-height: 100%;
                             letter-spacing: 0%;
        }

        .feature-box p {
            font-size: 15px;
    color: #626262;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    margin-top: 15px;
    margin-bottom: 1rem;
        }

        /* CTA Section */
        .cta-section {
            background: linear-gradient(rgba(235, 182, 27, 1),rgba(212, 140, 20, 1));
            color: white;
            text-align: center;
            padding: 80px 0;
        }

        .cta-section .badge { color :white;
    /* opacity: 0.8; */
    font-size: 13px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 4%;}

        .cta-section h2 { font-size: 30px;
    margin-bottom: 17px;
    font-weight: 700;
    letter-spacing: 0%;
    line-height: 100%; }

        .cta-section p {
             max-width: 600px;
    margin: 0 auto 30px;
    font-size: 16px;
    opacity: 0.9;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0%;
             }

        .cta-btns {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-bottom: 20px;
        }

        .cta-btns .btn-white {
            background: white;
            color: #D48C14;
        }

        .cta-btns .btn-outline-white {
            border: 1px solid white;
            color: white;
        }

        .cta-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;              /* Bullet aur text ke beech spacing */
    
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;

    opacity: 1;
    text-align: center;
    flex-wrap: wrap;        /* Mobile ke liye */
}

.cta-footer span {
    opacity: 0.9;
}

.cta-footer .dot {
    font-size: 24px;
    line-height: 1;
    opacity: 0.8;
}

        /* FAQ */
        .faq-container {
            max-width: 800px;
            margin: 40px auto 0;
        }

        .faq-item {
            border: 1px solid #f0f0f0;
            border-radius: 8px;
            margin-bottom: 15px;
            overflow: hidden;
        }

        .faq-header {
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            font-weight: 700;
            font-size: 16px;
            line-height:100%;
            letter-spacing: 0%;
        }

        .faq-body {
            padding: 0 20px 20px;
            font-size: 15px;
            color: var(--text-gray);
            font-weight: 400;
            line-height:24px;
            letter-spacing:0%;
        }

        .faq-icon {
            font-size: 18px;
            color: #999;
        }

        .faq-container {
            max-width: 900px;
            margin: 0 auto;
        }
        .faq-item {
            border: 1px solid #e4e4e4;
            border-radius: 12px;
            /* background: #fafafa; */
            margin-bottom: 18px;
            overflow: hidden;
            text-align: left;
        }
        .faq-header {
            cursor: pointer;
            padding: 18px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
        }
        .faq-item.active .faq-header {
            font-weight: 700;
        }
        .faq-body {
            display: none;
            padding: 0 20px 18px;
            color: #444;
            line-height: 1.7;
            text-align: left;
        }
        .faq-item.active .faq-body {
            display: block;
        }
        .faq-icon img {
           transform: rotate(45deg);
           
        }
        .faq-item.active .faq-icon img {
            transition: transform 0.2s ease;
            transform: rotate(1deg); 
        }
        

        @media (max-width: 768px) {
            .nav-links, .top-bar { display: none; }
            h1 { font-size: 32px; }
            .benefits-section,.additional-features-grid{
                grid-template-columns: 1fr;
            }
            .features-grid, .steps-grid,  .stats-grid {
                grid-template-columns: 1fr 1fr;
            }
            .image-stack { height: auto; display: none; }
            
        }

        @media (max-width: 420px) {
            .features-grid,.steps-grid {
                grid-template-columns: 1fr;
            }
            .feature-box {
                flex-direction: column;
            }
            .steps-grid{
                gap: 40px;
            }
        }
