﻿/* site.css - Merged and Improved Version */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --primary: #d4fd44;
    --secondary: #FF6584;
    --dark: #15171f;
    --light: #F5F5F7;
    --text: #333333;
    --white: #ffffff;
    --black: rgb(70, 70, 70);
    --gray: #666666;
    --light-gray: #eeeeee;
    --shadow: rgba(0, 0, 0, 0.1);
    --primary-shadow: rgba(108, 99, 255, 0.3);
    --secondary-shadow: rgba(255, 101, 132, 0.3);
    --yellow: #d4fd44;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text);
    background-color: var(--white);
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

/*ul {
    list-style: none;
}*/

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Common Button Styles */
.btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--primary);
    color: var(--dark);
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 600;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    transition: all 0.3s ease;
   /* box-shadow: 0 4px 15px var(--primary-shadow);*/
    font-family: inherit;
    font-size: 14px;
    text-align: center;
}

    .btn:hover {
        background-color: transparent;
        /*transform: translateY(-2px);
         box-shadow: 0 6px 20px rgba(108, 99, 255, 0.4);*/
        color: var(--dark);
        text-decoration: none;
        border:1px solid;
        border-color: var(--primary);
        /*border-radius: 15px;*/
    }

.btn-primary {
    background: var(--primary); /*linear-gradient(135deg, var(--primary) 0%, #8A84FF 100%);*/
    color: var(--dark);
    border: none;
    padding: 12px 30px;
    border-radius: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .btn-primary:hover {
        /* transform: translateY(-2px);*/
        background-color: transparent;
        color: var(--dark);
        text-decoration: none;
    }

.btn:first-child:active {
    background-color: transparent;
    color: var(--dark);
}

.btn-outline-primary {
    border-color: var(--primary);
    color: var(--dark);
}

    .btn-outline-primary:hover {
        background: var(--primary);
        border-color: var(--primary);
        color: var(--dark);
    }

.btn-secondary {
    background-color: var(--secondary);
    box-shadow: 0 4px 15px var(--secondary-shadow);
}

    .btn-secondary:hover {
        background-color: #ff4d73;
        box-shadow: 0 6px 20px rgba(255, 101, 132, 0.4);
    }

.btnTrial:hover {
    color: var(--dark);
}
    .btn-outline {
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 10px 28px;
    border-radius: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    /*text-transform: uppercase;*/
    letter-spacing: 0.5px;
    box-shadow: none;
}

    .btn-outline:hover {
        background: var(--primary);
        color: var(--dark);
        text-decoration: none;
    }

.sidebar-dark .sidebar .nav .nav-item.active > .nav-link {
    background: var(--primary);
    color: var(--dark);
}


.sidebar-dark .sidebar .nav .nav-item.active > .nav-link i{
    color:var(--black) !important;
}

.sidebar-dark .sidebar .nav .nav-item.active > .nav-link {
    color: var(--black) !important;
}

    .sidebar-dark .sidebar .nav .nav-item.active > .nav-link .menu-title {
        color: var(--black) !important;
    }
.sidebar .nav:not(.sub-menu) > .nav-item:hover {
    background: var(--primary) !important;
    color: var(--black) !important;
    border-radius:8px;
}
.sidebar-dark .sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link {
    background: var(--primary) !important;
    color: var(--black) !important;
    border-radius: 8px;
}
/**/.sidebar-dark .sidebar .nav .nav-item .nav-link:hover > i.menu-icon {
    color: var(--black) !important;
}
section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

    .section-title h2 {
        font-size: 36px;
        margin-bottom: 15px;
        color: var(--dark);
        font-weight: 700;
    }

    .section-title p {
        color: var(--gray);
        max-width: 700px;
        margin: 0 auto;
        font-size: 18px;
    }

/* Header Styles */
/*header {
    background-color: var(--white);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--light-gray);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}*/

.mainheaderdiv {
    background: radial-gradient(circle at 20% 0%, rgba(30, 110, 120, 0.55) 0%, rgba(11, 17, 22, 0) 55%), radial-gradient(circle at 80% 80%, #189796 0%, rgba(11, 17, 22, 0.5) 55%), #0B1116;
}

header {
    /*background-color: var(--white);
    position: sticky;
        border-bottom: 1px solid var(--light-gray);
    
    background: radial-gradient(circle at 20% 0%, rgba(30, 110, 120, 0.55) 0%, rgba(11, 17, 22, 0) 55%), radial-gradient(circle at 80% 80%, #189796 0%, rgba(11, 17, 22, 0.5) 55%), #0B1116;
    */height: 100px;
    top: 0;
    z-index: 1000;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.logo {
    font-size: 28px;
    font-weight: 700;
    color: var(--dark);
    display: flex;
    align-items: center;
}

    .logo span {
        color: var(--primary);
    }

.logo-circle {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary) 0%, #8A84FF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
}

nav ul {
    display: flex;
}

    nav ul li {
        margin: 0 15px;
    }

        nav ul li a {
            font-weight: 500;
            font-size: 16px;
            color: var(--gray);
            position: relative;
        }

            nav ul li a:hover {
                color: var(--primary);
            }

/* Header Button Fix for Mobile */
.header-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
}

    .header-buttons .btn-primary,
    .header-buttons .btn-outline {
        padding: 10px 20px;
        font-size: 13px;
        white-space: nowrap;
    }

/* Hero Section */
.hero {
    /*background-color: #f9f9f9;
    background: radial-gradient(circle at 20% 0%, rgba(30, 110, 120, 0.55) 0%, rgba(11, 17, 22, 0) 55%), radial-gradient(circle at 80% 80%, #189796 0%, rgba(11, 17, 22, 0.5) 55%), #0B1116;
    */padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.hero-text h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--white);
    line-height: 1.2;
}

.hero-text p {
    font-size: 18px;
    margin-bottom: 30px;
    color: var(--light-gray);
}

.hero-image {
    position: relative;
    text-align: center;
}

.hero-image-placeholder {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, var(--primary) 0%, #8A84FF 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0 20px 40px rgba(108, 99, 255, 0.2);
}

.help-text {
    margin-top: 30px;
    font-size: 16px;
    color: var(--gray);
    font-weight: 500;
}

/* Steps Section */
.steps {
    background-color: var(--light);
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.step-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px var(--shadow);
    transition: transform 0.3s ease;
}

    .step-card:hover {
        transform: translateY(-10px);
    }

.step-icon {
    width: 80px;
    height: 80px;
    background: var(--primary); /*linear-gradient(135deg, var(--primary) 0%, #8A84FF 100%);*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--dark);
    font-size: 30px;
}

.step-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--dark);
}

.step-card p {
    color: var(--gray);
}

/* Features Section */
.features {
    background: radial-gradient(circle at 20% 0%, rgba(30, 110, 120, 0.55) 0%, rgba(11, 17, 22, 0) 55%), radial-gradient(circle at 80% 80%, #189796 0%, rgba(11, 17, 22, 0.5) 55%), #0B1116;
}
    .features .section-title h2 {
        font-size: 36px;
        margin-bottom: 15px;
        color: var(--white);
        font-weight: 700;
    }
    .features .section-title p {
        color: var(--light-gray);
    }
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
}

/*.features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.feature-item {
    background: var(--white);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px var(--shadow);
    text-align: center;
    transition: all 0.3s ease;
}

    .feature-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .feature-item i {
        font-size: 30px;
        color: var(--primary);
        margin-bottom: 15px;
    }

    .feature-item h4 {
        font-size: 18px;
        margin-bottom: 10px;
        color: var(--dark);
    }*/

.features-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Card */
.feature-item {
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

    .feature-item:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    }

/* Icon */
.feature-icon {
    width: 48px;
    height: 48px;
    background: rgba(173, 255, 47, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

    .feature-icon i {
        font-size: 22px;
        color: #b6ff2a;
    }

/* Headings */
.feature-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}

/* Paragraph */
.feature-text {
    font-size: 14.5px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

/* Tags (instead of bullets) */
.feature-tags,
.feature-list-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .feature-tags span,
    .feature-list-items span {
        background: #f2f4f7;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 13px;
        color: #333;
        font-weight: 500;
    }

/* Note text */
.feature-note {
    margin-top: 12px;
    font-size: 14px;
    color: #444;
}

/* Right image */
.demo-area img {
    max-width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}


.demo-area {
   /* background: var(--light);*/
    border-radius: 15px;
    /*padding: 30px;*/
    position: relative;
    /*height: 400px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.demo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.demo-search {
    display: flex;
    background: var(--white);
    border-radius: 30px;
    padding: 10px 20px;
    box-shadow: 0 3px 10px var(--shadow);
    width: 100%;
}

    .demo-search input {
        flex: 1;
        border: none;
        outline: none;
        font-size: 16px;
        font-family: inherit;
    }

    .demo-search button {
        background: none;
        border: none;
        color: var(--primary);
        cursor: pointer;
    }

.demo-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.demo-product {
    background: var(--white);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

    .demo-product img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .demo-product h5 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .demo-product p {
        font-size: 12px;
        color: var(--gray);
    }

/* Discover Section */
.discover-section {
    background-color: var(--white);
    padding: 40px 0;
}

.discover-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    background: var(--yellow);
    padding:30px;
    border-radius:20px;
}

.discover-text h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: var(--dark);
}

.discover-text p {
    margin-bottom: 25px;
    color: var(--dark);
    font-size: 17px;
}

.discover-demo {
    background: var(--white);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.demo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--light-gray);
}

.demo-logo {
    font-weight: 700;
    font-size: 18px;
    color: var(--primary);
}

.demo-filters {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.filter-item {
    background: var(--light);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    color: var(--dark);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .filter-item:hover {
        background: var(--primary);
        color: var(--white);
    }

.demo-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.demo-product {
    background: var(--light);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}

.product-image {
    width: 100%;
    height: 120px;
    background: var(--primary); /*linear-gradient(135deg, var(--primary) 0%, #8A84FF 100%);*/
    border-radius: 8px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    font-weight: 600;
}

.product-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--dark);
}

.product-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark);
}

/* Join Section */
.join-section {
    /*background: linear-gradient(135deg, var(--dark) 0%, #434190 100%);
    color: var(--white);*/
    background: var(--white);
    color: var(--dark);
    padding: 40px 0;
}

.join-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    background: var(--light);
    border-radius:20px;
    padding:30px;
}

.join-text h2 {
    font-size: 32px;
    margin-bottom: 25px;
}

.join-text p {
    margin-bottom: 25px;
    font-size: 17px;
    opacity: 0.9;
}

.join-demo {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
   /* padding: 25px;*/
    backdrop-filter: blur(10px);
}

.join-demo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.join-demo-logo {
    font-weight: 700;
    font-size: 18px;
}

.join-demo-filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.join-filter-item {
    background: rgba(255, 255, 255, 0.15);
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .join-filter-item:hover {
        background: rgba(255, 255, 255, 0.25);
    }

.join-demo-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.join-demo-product {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px;
    text-align: center;
}

.join-product-image {
    width: 100%;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.join-product-title {
    font-size: 12px;
    margin-bottom: 5px;
    opacity: 0.9;
}

.join-product-price {
    font-size: 14px;
    font-weight: 700;
}

/* Integrations & Reviews Sections */
.integrations-reviews {
    background-color: var(--white);
    padding: 40px 0;
}


.integrations-reviews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
   
}

.section-heading {
    font-size: 28px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 40px;
    line-height: 1.3;
    text-align: center;
}

/* Left Column - Integrations Grid */
.integrations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    background: var(--yellow);
    padding: 30px;
    border-radius: 20px;
}


.integration-box {
    background: var(--white);
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);*/
    padding: 10px 10px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

    .integration-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

.integration-logo {
    min-width: 80px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 15px;
    background: var(--white);
}

    .integration-logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }


.integration-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark);
    text-align: center;
    line-height: 1.3;
}

/* Single Review Box */
.reviews-single-box {
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);*/
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: var(--light);
    padding: 35px;
    border-radius: 20px;
}

.review-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid var(--light-gray);
}

    .review-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .review-item:first-child {
        padding-top: 0;
    }

.review-left {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.review-logo {
    width: 70px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .review-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

.review-stars {
    color: #FFD700;
    font-size: 14px;
    letter-spacing: 1px;
}

.review-count {
    font-size: 14px;
    color: var(--gray);
    font-weight: 500;
    min-width: 80px;
    text-align: right;
}

/* No hover effects for minimal look */
.review-box {
    transition: none;
    box-shadow: none;
}

    .review-box:hover {
        transform: none;
        box-shadow: none;
    }

/* Testimonials Section */
.testimonials {
    background-color: var(--light);
}

.testimonial-card {
    background: var(--white);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

    .testimonial-card:before {
        content: '"';
        font-size: 100px;
        color: var(--primary);
        opacity: 0.1;
        position: absolute;
        top: 10px;
        left: 30px;
        line-height: 1;
    }

.testimonial-text {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 30px;
    line-height: 1.8;
}

.testimonial-author {
    font-weight: 600;
    color: var(--dark);
}

/* FAQ Section */
.faq {
    /* background: linear-gradient(135deg, var(--dark) 0%, #434190 100%);
    color: var(--white);*/
    background: var(--white);
    color: var(--dark);
}

.faq-content {
    max-width: 1000px;
    margin: 0 auto;
}

.faq-intro {
    text-align: center;
    margin-bottom: 40px;
}

.faq-item {
    background: var(--light-gray);
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
    .faq-item.active {
        background: var(--yellow);
    }

    .faq-question {
        padding: 20px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
    }

    .faq-question i {
        transition: transform 0.3s ease;
    }

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 0 20px 20px;
    max-height: 200px;
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
}

/* CTA Section */
.cta {
    text-align: center;
    background-color: var(--light);
}

    .cta h2 {
        font-size: 36px;
        margin-bottom: 20px;
        color: var(--dark);
    }

    .cta p {
        max-width: 700px;
        margin: 0 auto 30px;
        font-size: 18px;
        color: var(--gray);
    }

/* Footer */
footer {
    background-color: #15171f;
    color: var(--white);
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

    .footer-column h3:after {
        content: '';
        position: absolute;
        width: 40px;
        height: 2px;
        background: var(--primary);
        bottom: 0;
        left: 0;
    }

.footer-column ul li {
    margin-bottom: 10px;
}

    .footer-column ul li a:hover {
        color: var(--primary);
    }

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

    .social-icons a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        transition: all 0.3s ease;
    }

        .social-icons a:hover {
            background: var(--primary);
            transform: translateY(-3px);
        }

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
    color: #aaa;
    font-size: 14px;
}

/* Auth Pages Common Styles */
/*.auth-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    max-width: 500px;
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
}

.auth-header {
    background: var(--primary);*/ /*linear-gradient(135deg, var(--primary) 0%, #8A84FF 100%);*/
    /*color: var(--dark);
    padding: 40px 30px 30px;
    text-align: center;
}

    .auth-header h2 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .auth-header p {
        opacity: 0.9;
        font-size: 16px;
    }

.auth-content {
    padding: 40px 30px;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--dark);
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--dark);
    font-size: 14px;
}

.form-input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

    .form-input:focus {
        outline: none;
        border-color: var(--primary);
    }

.btn-auth {
    width: 100%;
    background: var(--primary);*/ /*linear-gradient(135deg, var(--primary) 0%, #8A84FF 100%);*/
    /*color: var(--dark);
    border: none;
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease;
    margin-top: 10px;
    font-family: inherit;
}

    .btn-auth:hover {
        transform: translateY(-2px);
    }

.auth-links {
    text-align: center;
    margin-top: 25px;
}

.auth-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

    .auth-link:hover {
        text-decoration: underline;
    }

.back-link {
    display: inline-flex;
    align-items: center;
    color: #666;
    text-decoration: none;
    margin-top: 15px;
    font-size: 14px;
}

    .back-link:hover {
        color: var(--primary);
    }*/

/* Login Page Specific */
.login-container {
    max-width: 450px;
}

/* Signup Page Specific */
.plan-options {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin-bottom: 30px;
}

.plan-option {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .plan-option.selected {
        border-color: var(--primary);
        background: rgba(108, 99, 255, 0.05);
    }

    .plan-option input[type="radio"] {
        display: none;
    }

.plan-name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--dark);
}

.plan-price {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 5px;
}

.plan-features {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

.free-trial-banner {
    background: linear-gradient(135deg, #FF6584 0%, #FF8FA3 100%);
    color: white;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 16px;
}

/* Validation Errors */
.validation-errors {
    margin-bottom: 20px;
}

.alert {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.alert-danger {
    background-color: #ffebee;
    border: 1px solid #f44336;
    color: #c62828;
}

    .alert-danger p {
        margin: 0;
        font-size: 14px;
    }

/* Highlight invalid fields */
.input-validation-error {
    border-color: #f44336 !important;
    background-color: #ffebee !important;
}

.field-validation-error {
    color: #f44336;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

/* Mobile Menu */
.mobile-menu-btn {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

.header-buttons-mobile {
    display: none;
}


/*:root {
    --primary: #6C63FF;
    --secondary: #FF6584;
    --dark: #2D2B55;
    --light: #F5F5F7;
    --text: #333333;
    --white: #ffffff;
    --gray: #666666;
    --light-gray: #eeeeee;
    --shadow: rgba(0, 0, 0, 0.1);
    --primary-shadow: rgba(108, 99, 255, 0.3);
    --secondary-shadow: rgba(255, 101, 132, 0.3);
}*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text);
    background-color: var(--white);
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

/*ul {
    list-style: none;
}*/

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Common Button Styles */
/*.btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px var(--primary-shadow);
    font-family: inherit;
    font-size: 14px;
    text-align: center;
}

    .btn:hover {
        background-color: #5a52e0;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(108, 99, 255, 0.4);
        color: var(--white);
        text-decoration: none;
    }

.btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, #8A84FF 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(108, 99, 255, 0.4);
        color: white;
        text-decoration: none;
    }

.btn-secondary {
    background-color: var(--secondary);
    box-shadow: 0 4px 15px var(--secondary-shadow);
}

    .btn-secondary:hover {
        background-color: #ff4d73;
        box-shadow: 0 6px 20px rgba(255, 101, 132, 0.4);
    }

.btn-outline {
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 10px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: none;
}

    .btn-outline:hover {
        background: var(--primary);
        color: white;
        text-decoration: none;
    }*/

section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

  
    .section-title p {
        color: var(--gray);
        max-width: 700px;
        margin: 0 auto;
        font-size: 18px;
    }

/* Header Styles */


/* Logo Image Styles */
.logo {
    display: flex;
    align-items: center;
}

    .logo img {
        height: 80px; /* Fixed height, width will adjust automatically */
        width: auto; /* Maintain aspect ratio */
        object-fit: contain; /* Ensure image doesn't get distorted */
    }

/*.logo {
    font-size: 28px;
    font-weight: 700;
    color: var(--dark);
    display: flex;
    align-items: center;
}

    .logo span {
        color: var(--primary);
    }

.logo-circle {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary) 0%, #8A84FF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
}*/

nav ul {
    display: flex;
}

    nav ul li {
        margin: 0 15px;
    }

        nav ul li a {
            font-weight: 500;
            font-size: 16px;
            color: var(--gray);
            position: relative;
        }

            nav ul li a:hover {
                color: var(--primary);
            }

/* Header Button Fix for Mobile */
.header-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
}

    .header-buttons .btn-primary,
    .header-buttons .btn-outline {
        padding: 10px 20px;
        font-size: 13px;
        white-space: nowrap;
    }




/* Mobile Menu */
.mobile-menu-btn {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

.header-buttons-mobile {
    display: none;
}

/* Responsive Design */
/* Tablet View */
@media (max-width: 992px) {
    .logo img {
        height: 60px;
    }

    .steps-grid, .features-grid, .benefits-content, .footer-content, .reviews-grid {
        grid-template-columns: 1fr;
    }

    .features-list {
        grid-template-columns: repeat(2, 1fr);
    }

    nav ul {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }

    .integrations-logos {
        gap: 20px;
    }

    .integrations-reviews-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .integrations-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .reviews-grid {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }

    .review-box {
        flex: 1;
        max-width: 200px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 36px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .demo-area {
        height: auto;
        min-height: 400px;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .plan-options {
        grid-template-columns: 1fr 1fr;
    }

    .discover-content, .join-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .discover-text, .join-text {
        text-align: center;
    }

        .discover-text h2, .join-text h2 {
            font-size: 26px;
        }
}

/* Mobile View */
@media (max-width: 768px) {
    .logo img {
        height: 60px;
    }

    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    /* Only apply full-width to body and html, not containers */
    html, body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .header-buttons {
        display: none;
    }

    .hero {
        padding: 60px 0;
    }

    .hero-text h1 {
        font-size: 28px;
    }

    .step-card {
        padding: 30px 20px;
    }

    .features-list {
        grid-template-columns: 1fr;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .demo-products {
        grid-template-columns: 1fr;
    }

    .integrations-reviews {
        padding: 60px 0;
    }

    .section-heading {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .integrations-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .integration-box {
        padding: 20px 12px;
    }

    .integration-logo {
        width: 50px;
        height: 50px;
    }

    .integration-name {
        font-size: 13px;
    }

    .reviews-single-box {
        padding: 20px;
    }

    .review-item {
        padding: 10px 0;
    }

    .review-left {
        gap: 12px;
    }

    .review-logo {
        width: 70px;
        height: 22px;
    }

    .review-stars {
        font-size: 13px;
    }

    .review-count {
        font-size: 13px;
        min-width: 70px;
    }
    .footer-content {
        grid-template-columns: 1fr;
    }

    .header-buttons-mobile {
        display: flex;
        gap: 10px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .hero-image-placeholder {
        height: 300px;
    }

    .testimonial-card {
        padding: 30px 20px;
    }

    .testimonial-text {
        font-size: 16px;
    }

    /* Mobile Responsive for Header Buttons */
    .header-buttons {
        gap: 8px;
    }

        .header-buttons .btn-primary,
        .header-buttons .btn-outline {
            padding: 8px 16px;
            font-size: 12px;
        }

    .auth-container {
        margin: 10px auto;
        border-radius: 15px;
    }

    .auth-header {
        padding: 30px 20px 25px;
    }

        .auth-header h2 {
            font-size: 24px;
        }

        .auth-header p {
            font-size: 14px;
        }

    .auth-content {
        padding: 30px 20px;
    }

    .plan-options {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .plan-option {
        min-height: 110px;
        padding: 15px 10px;
    }

    .plan-price {
        font-size: 20px;
    }

    .free-trial-banner {
        padding: 12px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .form-input {
        padding: 10px 14px;
        font-size: 16px;
    }

    .btn-auth {
        padding: 14px;
        font-size: 16px;
    }

    .discover-section, .join-section {
        padding: 60px 0;
    }

    .demo-products, .join-demo-products {
        grid-template-columns: 1fr;
    }

    .demo-filters {
        justify-content: center;
    }

    .join-demo-filters {
        grid-template-columns: 1fr;
    }
}

/* Small Mobile View */
@media (max-width: 576px) {
    .container {
        width: 95%;
    }

    .hero-text h1 {
        font-size: 24px;
    }

    .hero-text p {
        font-size: 16px;
    }

    .btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .section-title p {
        font-size: 16px;
    }

    .steps-grid {
        gap: 20px;
    }

    .step-card {
        padding: 20px 15px;
    }

    .step-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .integrations-logos {
        gap: 10px;
    }

    .integration-logo {
        padding: 15px 20px;
        font-size: 14px;
    }

    .header-buttons {
        flex-direction: column;
        gap: 6px;
        width: 100%;
    }

        .header-buttons .btn-primary,
        .header-buttons .btn-outline {
            width: 100%;
            padding: 10px;
            font-size: 12px;
        }

    .auth-header {
        padding: 25px 15px 20px;
    }

        .auth-header h2 {
            font-size: 22px;
        }

    .auth-content {
        padding: 25px 15px;
    }

    .section-title {
        font-size: 16px;
    }

    .plan-option {
        min-height: 100px;
        padding: 12px 8px;
    }

    .plan-name {
        font-size: 14px;
    }

    .plan-price {
        font-size: 18px;
    }

    .plan-features {
        font-size: 11px;
    }

    .discover-text h2, .join-text h2 {
        font-size: 22px;
    }

    .discover-text p, .join-text p {
        font-size: 16px;
    }

    .demo-filters {
        gap: 10px;
    }

    .filter-item {
        padding: 6px 12px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .integrations-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .integration-box {
        padding: 18px 10px;
    }

    .integration-logo {
        width: 45px;
        height: 45px;
    }

    .reviews-single-box {
        padding: 15px;
        gap: 12px;
    }

    .review-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 8px 0;
    }

    .review-count {
        text-align: left;
        min-width: auto;
        padding-left: 95px; /* Align with content */
    }
}

@media (max-width: 992px) {
    .mobile-menu-btn {
        display: block;
    }

    nav.active ul {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--white);
        box-shadow: 0 5px 10px var(--shadow);
        padding: 20px;
    }

        nav.active ul li {
            margin: 10px 0;
        }

    .header-buttons-mobile {
        display: flex;
        margin-top: 20px;
    }
}
/* Large screens */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .integrations-reviews-grid {
        gap: 60px;
    }
}

/* Extra large screens */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* site.css - Merged and Improved Version */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');



/* Small Mobile */
@media (max-width: 480px) {
    .logo img {
        height: 60px;
    }
}

/* Mobile-Specific Styles */
@media (max-width: 412px) {
    body {
        width: 100vw;
        min-width: 100vw;
    }

    .container {
        padding: 0 12px;
    }

    .header-content {
        padding: 12px 15px;
    }

    .hero {
        padding: 40px 15px;
    }

    .hero-text h1 {
        font-size: 24px;
        line-height: 1.3;
    }

    .hero-text p {
        font-size: 16px;
        line-height: 1.5;
    }
}


/* Mobile Body Width Fix */
html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    min-height: 100vh;
    position: relative;
}

/* Header Mobile Fix */
.header-content {
    width: 100%;
    max-width: 100%;
    padding: 15px 20px;
}

/* Hero Section Mobile Fix */
.hero {
    width: 100%;
    max-width: 100%;
    padding: 60px 20px;
}

.hero-content {
    width: 100%;
    max-width: 100%;
}


/* Prevent Horizontal Scroll */
* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

/* Button Container Fix for Mobile */
.header-buttons {
    flex-wrap: nowrap;
    gap: 8px;
}

    .header-buttons .btn {
        white-space: nowrap;
        padding: 10px 16px;
        font-size: 12px;
    }

/* Hero Button Fix */
.hero .btn {
    width: auto;
    min-width: 200px;
    margin: 0 auto;
    display: inline-block;
}




/* ===== BLOG PAGE STYLES ===== */
.blog-page {
    padding: 60px 0;
    background: var(--light);
}

.blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.blog-header {
    text-align: center;
    margin-bottom: 50px;
}

    .blog-header h1 {
        font-size: 42px;
        color: var(--dark);
        margin-bottom: 15px;
    }

    .blog-header p {
        font-size: 18px;
        color: #666;
        max-width: 700px;
        margin: 0 auto;
    }

/* Blog Grid */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.blog-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .blog-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

.blog-card-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

    .blog-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-content {
    padding: 25px;
}

.blog-card-category {
    display: inline-block;
    background: rgba(108, 99, 255, 0.1);
    color: var(--dark);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-card-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 10px;
    line-height: 1.4;
}

.blog-card-excerpt {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.blog-card-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary) 0%, #8A84FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
}

.author-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark);
}

.blog-card-date {
    font-size: 13px;
    color: #999;
}

/* Blog Pagination */
.blog-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.pagination-btn {
    width: 40px;
    height: 40px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    color: var(--dark);
}

    .pagination-btn:hover,
    .pagination-btn.active {
        background: var(--primary);
        border-color: var(--primary);
        color: white;
    }

/* Blog Categories */
.blog-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
    justify-content: center;
}

.category-btn {
    padding: 10px 25px;
    border: 2px solid #e0e0e0;
    border-radius: 30px;
    background: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--dark);
}

    .category-btn:hover,
    .category-btn.active {
        background: var(--primary);
        border-color: var(--primary);
        color: white;
    }

/* Blog Newsletter */
.blog-newsletter {
    background: linear-gradient(135deg, var(--dark) 0%, #434190 100%);
    color: white;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    margin-top: 60px;
}

.newsletter-content {
    max-width: 600px;
    margin: 0 auto;
}

    .newsletter-content h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .newsletter-content p {
        opacity: 0.9;
        margin-bottom: 25px;
    }

.newsletter-form {
    display: flex;
    gap: 15px;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1;
    padding: 12px 20px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
}

.newsletter-btn {
    padding: 12px 30px;
    background: var(--secondary);
    color: white;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .newsletter-btn:hover {
        transform: translateY(-2px);
    }

/* Blog Sidebar (for single article page) */
.blog-sidebar {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--light);
}

.recent-posts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.recent-post {
    display: flex;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

    .recent-post:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.recent-post-image {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

    .recent-post-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.recent-post-content h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 5px;
    line-height: 1.4;
}

.recent-post-content span {
    font-size: 12px;
    color: #999;
}

/* Mobile Responsive for Blog */
@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .blog-newsletter {
        padding: 40px 30px;
    }

    .newsletter-form {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .blog-header h1 {
        font-size: 32px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blog-categories {
        gap: 10px;
    }

    .category-btn {
        padding: 8px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .blog-page {
        padding: 40px 0;
    }

    .blog-header h1 {
        font-size: 28px;
    }

    .blog-header p {
        font-size: 16px;
    }

    .blog-newsletter {
        padding: 30px 20px;
    }

    .newsletter-content h3 {
        font-size: 24px;
    }
}

/* ============ Article style ================= */
.blog-article-page {
    padding: 60px 0;
    background: var(--light);
}

.article-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    /*grid-template-columns: 1fr 350px;*/
    gap: 50px;
}

.back-to-blog {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--dark);
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 30px;
   /* padding: 8px 16px;*/
    border-radius: 8px;
   /* background: rgba(108, 99, 255, 0.1);*/
}

    /*.back-to-blog:hover {
        background: rgba(108, 99, 255, 0.2);
    }*/

.article-header {
    margin-bottom: 40px;
}

.article-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.article-category {
    background: var(--primary);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
}

.article-title {
    font-size: 42px;
    color: var(--dark);
    margin-bottom: 25px;
    line-height: 1.3;
}

.article-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar-large {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary) 0%, #8A84FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 20px;
}

.author-info h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: var(--dark);
}

.author-info p {
    font-size: 14px;
    color: #666;
}

.article-share {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .article-share span {
        font-weight: 600;
        color: var(--dark);
    }

    .article-share a {
        color: #666;
        font-size: 18px;
        transition: color 0.3s ease;
    }

        .article-share a:hover {
            color: var(--primary);
        }

.article-featured-image {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}

    .article-featured-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.article-body {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

    .article-body h2 {
        font-size: 32px;
        color: var(--dark);
        margin: 40px 0 20px;
    }

    .article-body h3 {
        font-size: 24px;
        color: var(--dark);
        margin: 30px 0 15px;
    }

.article-intro .lead {
    font-size: 22px;
    font-weight: 500;
    color: var(--dark);
    margin-bottom: 30px;
    line-height: 1.6;
}

.article-intro ul {
    margin: 1rem 0 1.5rem 0;
    padding-left: 3.2rem; /* left indentation */
    list-style-type: disc; /* bullet style */
}

.article-intro li {
    margin-bottom: 0.4rem; /* spacing between items */
    font-size: 1rem; /* readable size */
    line-height: 1.5; /* better spacing */
    color: #333; /* dark gray text */
}

    /* Optional: custom bullet color */
    .article-intro li::marker {
        color: var(--dark); /* any brand color */
    }

.article-quote {
    border-left: 4px solid var(--primary);
    padding-left: 25px;
    margin: 30px 0;
    font-style: italic;
    font-size: 20px;
    color: var(--dark);
}

    .article-quote cite {
        display: block;
        margin-top: 10px;
        font-size: 16px;
        color: #666;
        font-style: normal;
    }

.article-image {
    margin: 30px 0;
    text-align: center;
}

    .article-image img {
        max-width: 100%;
        border-radius: 15px;
        margin-bottom: 10px;
    }

.image-caption {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin: 40px 0;
    padding: 25px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.tag-label {
    font-weight: 600;
    color: var(--dark);
}

.tag {
    padding: 6px 15px;
    background: rgba(108, 99, 255, 0.1);
    color: var(--primary);
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .tag:hover {
        background: var(--primary);
        color: white;
    }

.share-section {
    margin: 40px 0;
}

.share-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.share-btn {
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.3s ease;
}

    .share-btn:hover {
        transform: translateY(-2px);
    }

.facebook {
    background: #4267B2;
    color: white;
}

.twitter {
    background: #1DA1F2;
    color: white;
}

.linkedin {
    background: #0077B5;
    color: white;
}

.pinterest {
    background: #E60023;
    color: white;
}

/* Comments Section */
.comments-section {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.comment-form {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    margin: 30px 0;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

    .form-row input,
    .comment-form textarea {
        width: 100%;
        padding: 12px 16px;
        border: 2px solid #e0e0e0;
        border-radius: 10px;
        font-size: 16px;
        font-family: inherit;
    }

.comment-form textarea {
    margin-bottom: 20px;
}

.comments-list {
    margin-top: 40px;
}

.comment {
    background: white;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.comment-reply {
    margin-left: 40px;
    margin-top: 20px;
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.comment-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--secondary) 0%, #FF8FA3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
}

.comment-author h5 {
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--dark);
}

.comment-author span {
    font-size: 13px;
    color: #999;
}

.comment-content p {
    line-height: 1.6;
    color: #333;
}

.comment-actions {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

    .comment-actions a {
        color: #666;
        text-decoration: none;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .comment-actions a:hover {
            color: var(--primary);
        }

/* Sidebar */
.article-sidebar {
    position: sticky;
    top: 20px;
    height: fit-content;
}

.sidebar-widget {
    background: white;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--light);
}

.author-widget {
    text-align: center;
}

    .author-widget h5 {
        margin: 15px 0 10px;
        font-size: 18px;
    }

.author-bio {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.author-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

    .author-social a {
        color: #666;
        font-size: 18px;
        transition: color 0.3s ease;
    }

        .author-social a:hover {
            color: var(--primary);
        }

.sidebar-categories li {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.sidebar-categories a {
    display: flex;
    justify-content: space-between;
    color: var(--dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

    .sidebar-categories a:hover {
        color: var(--primary);
    }

.sidebar-categories span {
    background: var(--light);
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 12px;
}

.newsletter-widget {
    background: linear-gradient(135deg, var(--dark) 0%, #434190 100%);
    color: white;
}

    .newsletter-widget .sidebar-title {
        color: white;
        border-bottom-color: rgba(255,255,255,0.2);
    }

.sidebar-newsletter {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

    .sidebar-newsletter input {
        flex: 1;
        padding: 10px 15px;
        border: none;
        border-radius: 30px;
        font-size: 14px;
    }

    .sidebar-newsletter button {
        padding: 10px 20px;
        background: var(--primary);
        color: white;
        border: none;
        border-radius: 30px;
        font-weight: 600;
        cursor: pointer;
    }

/* Related Articles */
.related-articles {
    background: white;
    padding: 60px 0;
    margin-top: 60px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.related-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

    .related-card:hover {
        transform: translateY(-10px);
    }

    .related-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

.related-content {
    padding: 25px;
}

.related-category {
    display: inline-block;
    background: rgba(108, 99, 255, 0.1);
    color: var(--primary);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.related-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 15px;
    line-height: 1.4;
}

.read-more {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .article-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .article-sidebar {
        position: static;
    }

    .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .article-title {
        font-size: 32px;
    }

    .article-author {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .article-featured-image {
        height: 300px;
    }

    .article-body h2 {
        font-size: 28px;
    }

    .article-body h3 {
        font-size: 22px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .share-buttons {
        flex-wrap: wrap;
    }

    .related-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .article-title {
        font-size: 28px;
    }

    .article-featured-image {
        height: 250px;
    }

    .article-body {
        font-size: 16px;
    }

    .comment-reply {
        margin-left: 20px;
    }
}

/* ================= CONTACT PAGE ================= */

.contact-section {
    padding: 60px 0;
}

/* GRID */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: flex-start;
}

/* LEFT INFO */
.contact-info h3 {
    font-size: 22px;
    margin-bottom: 25px;
    color: var(--dark);
}

.info-item {
    margin-bottom: 18px;
}

    .info-item strong {
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: var(--dark);
    }

    .info-item p {
        margin: 4px 0;
        font-size: 15px;
        color: #333;
    }

    .info-item span {
        font-size: 13px;
        color: #666;
    }

/* FORM CARD */
.contact-form-card {
    background: var(--yellow);
    border-radius: 20px;
    padding: 35px;
}

    .contact-form-card h3 {
        font-size: 22px;
        margin-bottom: 20px;
        color: var(--dark);
    }

    /* FORM */
    .contact-form-card .form-group {
        margin-bottom: 16px;
    }

    .contact-form-card label {
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 6px;
        color: var(--dark);
    }

    .contact-form-card input,
    .contact-form-card textarea {
        width: 100%;
        padding: 12px 14px;
        border-radius: 8px;
        border: none;
        font-size: 14px;
    }

        .contact-form-card input:focus,
        .contact-form-card textarea:focus {
            outline: 2px solid rgba(0,0,0,0.15);
        }

    .contact-form-card .btn {
        margin-top: 8px;
        padding: 10px 24px;
    }

.form-note {
    margin-top: 10px;
    font-size: 13px;
    color: #444;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-form-card {
        padding: 28px;
    }
}

/* LEFT CONTACT CARD */
.contact-info-card {
    background: #f7f8fa;
    border-radius: 18px;
    padding: 30px;
}

    .contact-info-card h3 {
        font-size: 22px;
        margin-bottom: 25px;
        color: var(--dark);
    }

/* INFO ROW */
.contact-info-item {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #e6e6e6;
}

    .contact-info-item:last-child {
        border-bottom: none;
    }

/* ICON */
.info-icon {
    width: 36px;
    height: 36px;
    background: var(--primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

/* TEXT */
.contact-info-item strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--dark);
}

.contact-info-item p {
    margin: 4px 0;
    font-size: 15px;
    color: #222;
}

.contact-info-item span {
    font-size: 13px;
    color: #666;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .contact-info-card {
        padding: 24px;
    }
}

/* SUBMIT BUTTON – PROFESSIONAL STYLE */
.contact-submit-btn {
    margin-top: 14px;
    padding: 14px 32px;
    background: #111; /* Strong contrast on yellow */
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

    /* Hover */
    .contact-submit-btn:hover {
        background: #000;
        transform: translateY(-1px);
    }

    /* Active / Click */
    .contact-submit-btn:active {
        transform: translateY(0);
    }

    /* Focus (accessibility) */
    .contact-submit-btn:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(0,0,0,0.2);
    }

/* Validation */
.error-text {
    display: none;
    font-size: 12px;
    color: #d32f2f;
    margin-top: 4px;
}

.form-group.invalid input,
.form-group.invalid textarea {
    border: 2px solid #d32f2f;
    background: #fff;
}

.form-group.valid input,
.form-group.valid textarea {
    border: 2px solid #2e7d32;
}

/* Loading state */
.contact-submit-btn.loading {
    pointer-events: none;
    opacity: 0.7;
}


/* ===== ABOUT PAGE NEW ===== */

.about-hero-new {
    padding: 110px 0 80px;
    background: radial-gradient(circle at top, #d4fd44 0%, #ffffff 60%);
    text-align: center;
}

.about-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    background: #111;
    color: #fff;
    font-size: 12px;
    margin-bottom: 16px;
}

.about-hero-new h1 {
    font-size: 46px;
    margin-bottom: 16px;
}

.about-hero-new p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 18px;
    color: #555;
}

.about-section-new {
    padding: 80px 0;
}

.about-soft-bg {
    background: #f7f8fa;
    padding: 80px 0;
}

.about-dark-bg {
    background: #0b1116;
    color: #fff;
    padding: 90px 0;
}

    .about-dark-bg h2 {
        text-align: center;
    }

.container.narrow {
    max-width: 880px;
}

.lead {
    font-size: 18px;
    margin-top: 20px;
}

.mission-card {
    margin-top: 30px;
    padding: 28px;
    background: #fff;
    border-radius: 18px;
    border-left: 5px solid #d4fd44;
}

.purpose-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 30px;
}

.purpose-item {
    background: #fff;
    padding: 18px;
    border-radius: 14px;
}

.story-quote-card {
    margin: 40px 0;
    padding: 30px;
    background: #f7f8fa;
    border-radius: 20px;
    position: relative;
}

    .story-quote-card span {
        position: absolute;
        top: -20px;
        left: 20px;
        font-size: 80px;
        color: #d4fd44;
    }

.story-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

    .story-metrics div {
        text-align: center;
        padding: 24px;
        background: #fff;
        border-radius: 16px;
    }

    .story-metrics strong {
        display: block;
        font-size: 18px;
    }

    .story-metrics span {
        font-size: 13px;
        color: #666;
    }

.difference-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 50px;
}

.difference-card {
    background: #111;
    padding: 28px;
    border-radius: 18px;
}

.values-grid-new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.about-cta-new {
    padding: 100px 0;
    text-align: center;
    background: #f7f8fa;
}

/* Responsive */
@media (max-width: 900px) {
    .story-metrics,
    .difference-grid {
        grid-template-columns: 1fr;
    }

    .purpose-grid,
    .values-grid-new {
        grid-template-columns: 1fr;
    }

    .about-hero-new h1 {
        font-size: 32px;
    }
}

/* ===== API REFERENCE ===== */

.api-hero {
    background: #f7f8fa;
}

.api-badge {
    display: inline-block;
    background: #111;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 14px;
}

.api-hero h1 {
    margin-bottom: 10px;
}

.api-hero-text {
    max-width: 720px;
    margin-bottom: 20px;
}

.api-base-url {
    display: inline-flex;
    gap: 10px;
    background: #fff;
    padding: 14px 18px;
    border-radius: 12px;
    font-family: monospace;
}

/* Layout */
.api-layout {
    display: grid;
    grid-template-columns: 2.2fr 1fr;
    gap: 32px;
}

.api-block {
    margin-bottom: 42px;
}

/* Endpoint */
.api-endpoint {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 12px 0 18px;
}

.method {
    background: #16a34a;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}

/* API Key */
.api-key-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f3f4f6;
    padding: 12px 16px;
    border-radius: 10px;
    font-family: monospace;
}

/* Tables */
.api-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 14px;
}

    .api-table th,
    .api-table td {
        padding: 14px;
        border-bottom: 1px solid #eee;
    }

    .api-table th {
        background: #fafafa;
        font-weight: 600;
    }

/* Status Pills */
.status {
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

    .status.ok {
        background: #dcfce7;
        color: #166534;
    }

    .status.warn {
        background: #fef9c3;
        color: #854d0e;
    }

    .status.limit {
        background: #ede9fe;
        color: #5b21b6;
    }

    .status.error {
        background: #fee2e2;
        color: #991b1b;
    }

/* Code */
pre {
    background: #0b1116;
    color: #e5e7eb;
    padding: 18px;
    border-radius: 14px;
    font-size: 13px;
    overflow-x: auto;
    margin-top: 12px;
}

/* Sidebar */
.api-card {
    background: #fff;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

    .api-card input {
        width: 100%;
        padding: 12px;
        margin-bottom: 12px;
        border-radius: 8px;
        border: 1px solid #ddd;
    }

/* Responsive */
@media (max-width: 900px) {
    .api-layout {
        grid-template-columns: 1fr;
    }
}


/* ===== PRICING PAGE ===== */

.pricing-hero {
    background: #f7f8fa;
    text-align: center;
}

    .pricing-hero h1 {
        margin-bottom: 12px;
    }

.pricing-subtitle {
    max-width: 640px;
    margin: 0 auto;
    color: #555;
}

/* Grid */
.pricing-section {
    background: #f1f3f5;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
    align-items: stretch;
}

/* Card */
.pricing-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    transition: transform .2s ease, box-shadow .2s ease;
}

    .pricing-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 40px rgba(0,0,0,0.08);
    }

    /* Highlighted */
    .pricing-card.popular {
        border-color: var(--primary);
    }

    .pricing-card.current {
        border-color: #c7f000;
    }

/* Header */
.pricing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

    .pricing-header h3 {
        font-size: 20px;
    }

/* Badges */
.badge {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 600;
}

    .badge.popular {
        background: var(--primary);
        color: #000;
    }

    .badge.current {
        background: #e5e7eb;
        color: #333;
    }

/* Price */
.pricing-price {
    text-align: center;
    margin: 20px 0 26px;
}

.price {
    font-size: 40px;
    font-weight: 800;
    color: var(--primary);
}

.cycle {
    font-size: 16px;
    color: #666;
    margin-left: 4px;
}

/* Features */
.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: grid;
    gap: 14px;
}

    .pricing-features li {
        display: flex;
        gap: 10px;
        align-items: center;
        font-size: 14px;
    }

        .pricing-features li .icon {
            width: 20px;
            text-align: center;
            font-weight: bold;
        }

        .pricing-features li.included .icon {
            color: #16a34a;
        }

        .pricing-features li.excluded {
            color: #999;
        }

            .pricing-features li.excluded .icon {
                color: #dc2626;
            }

/* Best For */
.pricing-bestfor {
    font-size: 13px;
    color: #666;
    text-align: center;
    margin-bottom: 20px;
}

/* Actions */
.pricing-action {
    margin-top: auto;
}

.btn-primary {
    width: 100%;
    padding: 14px;
    border-radius: 999px;
    border: none;
    background: var(--primary);
    font-weight: 700;
    cursor: pointer;
}

    .btn-primary:hover {
        opacity: 0.9;
    }

.btn-disabled {
    width: 100%;
    padding: 14px;
    border-radius: 999px;
    background: #d1d5db;
    border: none;
    font-weight: 600;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 768px) {
    .price {
        font-size: 34px;
    }
}

/* ===== PRODUCTS PAGE ===== */

.products-section {
    background: #f7f8fa;
}

.products-header {
    text-align: center;
    margin-bottom: 40px;
}

    .products-header h1 {
        margin-bottom: 8px;
    }

    .products-header p {
        color: #666;
    }

/* GRID */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

/* CARD */
.product-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    transition: transform .25s ease, box-shadow .25s ease;
    display: flex;
    flex-direction: column;
}

    .product-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(0,0,0,0.08);
    }

/* IMAGE */
.product-image {
    background: #fff;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .product-image img {
        max-height: 90%;
        max-width: 90%;
        object-fit: contain;
    }

/* BODY */
.product-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-title {
    font-size: 16px;
    margin-bottom: 4px;
}

.product-category {
    font-size: 13px;
    color: #777;
    margin-bottom: 14px;
}

/* FOOTER */
.product-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-price {
    font-weight: 700;
    font-size: 16px;
    color: #111;
}

/* CTA */
.btn-tryon {
    background: var(--primary);
    color: #000;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease;
}

    .btn-tryon:hover {
        opacity: 0.9;
    }

/* RESPONSIVE */
@media (max-width: 1200px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== PRODUCT DETAILS ===== */

.product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.product-preview img {
    max-width: 100%;
    border-radius: 18px;
    background: #f3f4f6;
}

.product-preview h1 {
    margin-top: 18px;
}

.price {
    font-size: 22px;
    font-weight: 700;
    margin-top: 6px;
}

/* Try On */
.tryon-panel {
    background: #f7f8fa;
    padding: 28px;
    border-radius: 20px;
}

.file-input {
    width: 100%;
    margin: 16px 0;
}

.btn-tryon-lg {
    width: 100%;
    padding: 14px;
    border-radius: 999px;
    background: var(--primary);
    border: none;
    font-weight: 700;
}

.loader {
    text-align: center;
    margin-top: 20px;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top-color: var(--primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.result img {
    margin-top: 20px;
    max-width: 100%;
    border-radius: 14px;
}

.btn-download {
    display: block;
    text-align: center;
    margin-top: 12px;
    padding: 10px;
    border-radius: 999px;
    border: 1px solid var(--primary);
}

/* Responsive */
@media (max-width: 900px) {
    .product-layout {
        grid-template-columns: 1fr;
    }
}

.hidden {
    display: none !important;
}


