h2 {
    line-height: normal;
    font-weight: 600;
}

.main-h2 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.tracking_time_sec .content h1 span {
    background: linear-gradient(90deg, #1e3a8a, #3b82f6, #07c8ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
}

.problem-section {
    padding: 3rem 0;
    background-color: #fafafa;
}

.problem-section .row {
    row-gap: 20px;
}

.pms-badge {
    display: inline-block;
    padding: 6px 16px;
    background: linear-gradient(90deg, #dce5ff, #c8ddff, #deffeb);
    color: #151924;
    font-size: .85rem;
    font-weight: 800;
    border-radius: 99px;
    margin-bottom: 24px
}

.problem-section h2 span {
    background: linear-gradient(90deg, #1e3a8a, #3b82f6, #35b468);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text
}

.problem-section p {
    margin: 10px auto 0
}

.problem-section .problem-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 30px 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.problem-section .problem-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-color: #e2e8f0;
}

.problem-card .icon {
    height: 52px;
    width: 52px;
    border-radius: 12px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    flex-shrink: 0;
    background: #eef2ff;
    color: #4f46e5;
}

.problem-card.green .icon { background: #f0fdf4; color: #16a34a; }
.problem-card.blue .icon { background: #eff6ff; color: #2563eb; }
.problem-card.orange .icon { background: #fff7ed; color: #ea580c; }
.problem-card.purple .icon { background: #f5f3ff; color: #7c3aed; }
.problem-card.red .icon { background: #fef2f2; color: #dc2626; }

.problem-section h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    line-height: 1.3;
}

.problem-section p {
    font-size: 0.9375rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.btn-edu {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    padding: .5rem 2.5rem;
    border-radius: 9999px;
    background: linear-gradient(135deg, #4c1d95, #6d28d9);
    color: white !important;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 10px 15px -3px rgb(76 29 149 / .3);
    border: none;
    margin-bottom: 10px;
}

.btn-edu:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px -5px rgb(124 58 237 / .5);
}

.solution-section {
    background: linear-gradient(135deg, #0f0a1e 0%, #1e1b4b 50%, #2d1b69 100%);
    padding: 3rem 0;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: 0.3s all;
}

.solution-section .main-h2 p {
    color: #ffffffab;
}

.solution-section .img {
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
    width: fit-content;
    margin-left: auto;
}
.feat-spot-stats {
    display: flex;
    gap: 0;
    border: 1px solid #626874;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 20px;
}
.fss-item {
    flex: 1;
    padding: 16px;
    text-align: center;
}
.fss-divider {
    width: 1px;
    background: #626874;
}
.fss-num {
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: -1px;
}
.fss-label {
    font-size: .72rem;
    color: #d5dbe7;
    line-height: 1.4;
    margin-top: 3px;
}

.solution-box {
    border: 1px solid #626874;
    border-radius: 12px;
    padding: 40px;
}

.solution-list .content {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #626874;
}

.solution-list .content:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.solution-list .content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.solution-list .content p {
    margin-bottom: 0;
    color: #ffffffab;
}

.pms-badge {
    background: #ede9fe;
    color: #432295;
}

.main-h2 h2 span {
    background: linear-gradient(90deg, #4c1d95, #7e5ecb, #947aff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
}

.pillars-section {
    background: #fff;
    padding: 3rem 0
}
.pillars-section .tab-content{
    max-width: 1116px;
    margin: 0 auto;
}

.pillars-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
    list-style: none;
    padding: 0
}

.pillars-tabs .nav-item {
    line-height: normal
}

.pillar-tab {
    padding: .625rem 1.25rem;
    border-radius: 9999px;
    font-size: .875rem;
    font-weight: 700;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #4b5563;
    cursor: pointer
}

.pillar-tab:hover {
    border-color: #d1d5db;
    color: #374151
}

.pillar-tab.active {
    background: linear-gradient(135deg, #7c3aed, #5b21b6);
    color: #fff;
    border-color: #fff0;
    box-shadow: 0 4px 10px rgb(124 58 237 / .3)
}

.pillar-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 99px;
    color: #fff;
    font-size: .8rem;
    font-weight: 800;
    margin-bottom: 15px;
    width: fit-content;
}

.pillar-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 24px;
    line-height: 1.4;
}

.pillar-features {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.pillar-features li {
    font-size: 1rem;
    color: #4b5563;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.pillar-features .check {
    color: #16a34a;
    font-weight: 700;
}

.pillar-stat {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: .9rem;
    color: #334155;
    font-weight: 600;
}

.pillar-screenshot {
    border-radius: 12px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 10px 10px -5px rgb(0 0 0 / .04);
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.pillar-screenshot img {
    width: 100%;
    display: block;
}

.pillar-tab:hover:not(.active) {
    background-color: #fff;
    border-color: #c4b5fd;
    color: #7c3aed;
}

.feature-display-card {
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / .05);
    border: 1px solid #f3f4f6;
    overflow: hidden;
}

.feature-display-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width:991px) {
    .feature-display-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.feature-display-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-display-media {
    text-align: right;
    background-color: #fafafa;
    width: fit-content;
    margin-left: auto;
}

.feature-display-content h3 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.feature-display-content p {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.roi-final-cta {
    background: linear-gradient(135deg, #1e1b4b, #4c1d95);
    border-radius: 1.5rem;
    padding: 3rem 2rem;
    text-align: center;
    /* max-width: 1110px; */
    margin: 30px auto 0px;
}

.roi-final-cta h3 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: .5rem;
}

.roi-final-cta p {
    font-size: 1rem;
    color: #c4b5fd;
    margin-bottom: 1.5rem;
}

.roi-cta-btns {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

@media (min-width:640px) {
    .roi-cta-btns {
        flex-direction: row;
    }
}

.roi-btn-white {
    background: #fff;
    color: #4c1d95;
    padding: .5rem 2rem;
    border-radius: 9999px;
    line-height: 1.7;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}

.roi-btn-outline {
    background: #fff0;
    color: #fff;
    padding: .5rem 2rem;
    border-radius: 9999px;
    font-weight: 700;
    border: 2px solid rgb(255 255 255 / .3);
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}

.roi-btn-white:hover {
    opacity: .9;
}

.roi-btn-outline:hover {
    background: rgb(255 255 255 / .1);
    color: #fff;
}

.roi-final-perks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
    color: #c4b5fd;
    font-size: .75rem;
}

@media (max-width:576px) {
    .roi-stat-value {
        font-size: 1.5rem;
    }

    .roi-final-cta h3 {
        font-size: 1.5rem;
    }
}

.edu-section {
    background: #f5f3ff;
    padding: 3rem 0
}

.edu-section h2 {
    line-height: normal;
    margin-bottom: 10px
}

.edu-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 40px auto 0
}

@media (max-width:900px) {
    .edu-steps {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:600px) {
    .edu-steps {
        grid-template-columns: 1fr
    }
}

.edu-step {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.edu-step::after {
    content: "";
    position: absolute;
    top: 32px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: #e5e7eb;
    z-index: 0
}

.edu-step:last-child::after {
    display: none
}

@media (max-width:900px) {
    .edu-step::after {
        display: none
    }
}

.edu-step-num {
    width: 55px;
    height: 55px;
    background: #f5f3ff;
    color: #7c3aed;
    font-size: 1.5rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 6px #fff
}

.edu-step-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px
}

.edu-step-desc {
    font-size: 1rem;
    color: #46494e;
    line-height: 1.6
}

.edu-cta {
    text-align: center;
    margin-top: 30px
}

.product-section {
    padding: 3rem 0 2rem;
    background-color: #fff;
    overflow: hidden
}

.product-section .main-h2 {
    max-width: 600px
}

.product-section .section-label {
    letter-spacing: .1em;
    background: #ede9fe;
    color: #4c1d95;
    border: 1px solid rgb(139 92 246 / .5);
    display: inline-block;
    padding: 6px 16px;
    font-size: .85rem;
    font-weight: 800;
    border-radius: 99px;
    margin-bottom: 24px
}

.product-section .content-box .icon {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.product-section .content-box .icon svg {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-section .content-box:hover .icon svg {
    transform: scale(1.15) rotate(5deg);
}

.product-section .content-box {
    background: #ffffff;
    border: 1px solid rgb(139 92 246 / .5);
    border-radius: 16px;
    padding: 24px;
    min-height: 350px;
    height: 100%;
    text-align: left;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 1px 3px rgb(0 0 0 / .05);
    display: flex;
    flex-direction: column
}

.product-section .content-box h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px
}

.product-section h2 span {
    background: linear-gradient(90deg, #1e3a8a, #7e5ecb, #644fbb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text
}

.product-section .content-box p {
    margin-bottom: 15px
}

.product-section .content-box .highlight {
    background: #f5f3ff;
    border-radius: 99px;
    color: #4c1d95;
    border: 1px solid rgb(124 58 237 / .2);
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    font-size: .8rem;
    font-weight: 700;
    margin-top: auto;
    letter-spacing: -0.2px;
}

.product-section .content-box .highlight::before {
    content: '⚡';
    margin-right: 8px;
    font-size: 0.9rem;
}

.contact-sales-btn {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    padding: 8px 28px;
    background: linear-gradient(135deg, #4c1d95, #6d28d9);
    color: #fff !important;
    font-weight: 600;
    border-radius: 99px;
    transition: 0.3s all;
    box-shadow: 0 10px 20px rgb(109 40 217 / .2);
}

.contact-sales-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 15px 30px rgb(109 40 217 / .3);
}

.usecase-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.usecase-controls {
    display: flex;
    justify-content: left;
    gap: 12px;
    margin-top: 30px;
}

.usecase-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #dad1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    background: #fff;
    color: #1e1b4b;
    font-size: 1.5rem;
    box-shadow: 0 0 3px #cfcfcf
}

.usecase-nav-btn:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    transform: scale(1.05)
}

.usecaseSwiper {
    overflow: visible !important;
    padding-bottom: 20px
}

.swiper-wrapper {
    height: auto;
}

.productSwiper {
    overflow: visible !important;
}

.benefit-section {
    padding: 3rem 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.benefit-item {
    display: flex;
    gap: 1.5rem;
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #f1f1f1;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-color: #ede9fe;
}

.benefit-check {
    width: 24px;
    height: 24px;
    background: #4c1d95;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.9rem;
    font-weight: bold;
}

.benefit-item h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1f2937;
}

.benefit-item p {
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}

.usecases-section {
    padding: 3rem 0 1rem;
    overflow: hidden;
    background-color: #fafafa;
}
.usecases-section .swiper-slide{
    height: auto;
}

.usecase-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .05)
}

.usecase-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -10px rgb(0 0 0 / .08);
    border-color: #e2e8f0
}

.card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.card-tag {
    font-size: .7rem;
    font-weight: 800;
    color: #666b72;
    text-transform: uppercase;
    letter-spacing: .05em
}

.case-link {
    font-size: .75rem;
    font-weight: 700;
    color: #1e1b4b;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: 0.3s
}

.case-link:hover {
    color: #6d28d9
}

.card-media {
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
    background: #f8fafc
}

.card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease
}

.usecase-card:hover .card-media img {
    transform: scale(1.05)
}

.card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.card-metric {
    margin-bottom: 20px
}

.m-val {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1e1b4b;
    line-height: normal;
    margin-bottom: 4px
}

.m-desc {
    font-size: 1rem;
    color: #64748b;
    font-weight: 500
}

@media (max-width: 991px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1620px) {
    .tracking_time_sec .content h1 {
        font-size: 2.7rem;
        line-height: normal;
    }

    h2 {
        font-size: 2.5rem;
        line-height: normal;
    }

    .product-section .container.big {
        max-width: 1920px;
    }

    .product-section .container.big {
        max-width: 1920px;
    }

    .usecase-controls {
        justify-content: center;
    }

    .product-section .main-h2 {
        max-width: 700px;
    }

    .productSwiper {
        overflow: hidden !important;
    }

    .usecases-section .swiper-wrapper {
        justify-content: center;
    }
}

@media (max-width:768px) {
    .usecase-header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }

    .usecases-section {
        padding: 2rem 0 1rem;
    }
}

.why-section {
    padding: 3rem 0;
    background-color: #f5f3ff;
}

.kw-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.kw-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #f1f1f1;
    transition: all 0.3s ease;
    height: 100%;
    opacity: 1; 
    transform: translateY(0px); 
    transition: opacity 0.5s, 
}

.kw-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-color: #ede9fe;
}

.kw-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #1f2937;
    position: relative;
    padding-bottom: 0.5rem;
}

.kw-card h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #4c1d95;
}

.kw-card p {
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991px) {
    .kw-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.industry-badge {
    background: #f1f5f9;
    color: #475569;
    padding: 6px 16px;
    border-radius: 99px;
    font-size: .75rem;
    font-weight: 700;
    width: fit-content;
    margin-top: auto;
    border: 1px solid #e2e8f0;
}

.clean-faq-section {
    padding: 3rem 0 2rem;
    background: #fff
}

.clean-faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem
}

.faq-item-card {
    border-radius: 12px;
    border: 1px solid #f3f4f6;
    background: #fff;
    margin-bottom: .75rem;
    overflow: hidden;
    transition: all 0.3s ease
}

.faq-item-card:hover {
    border-color: #e5e7eb;
    background: #fafafa
}

.faq-header-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer
}

.faq-header-btn:hover {
    background: #fafafa;
    border-color: #e5e7eb
}

.faq-question-text {
    font-weight: 700;
    color: #111827;
    font-size: .9375rem;
    padding-right: 1.5rem
}

.faq-icon-svg {
    transition: transform 0.3s ease;
    color: #9ca3af;
    flex-shrink: 0
}

.faq-header-btn:not(.collapsed) .faq-icon-svg {
    transform: rotate(180deg);
    color: #4c1d95
}

.faq-answer-content {
    padding: 0 1.5rem 1.5rem;
    color: #4b5563;
    font-size: .875rem;
    line-height: 1.6
}

.faq-answer-inner {
    padding-top: .5rem;
    border-top: 1px solid #f9fafb
}

.final-cta-section {
    padding: 2rem 0;
    color: #fff;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #4c1d95 100%);
    text-align: center
}

.final-cta-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem
}

.final-cta-title {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 auto 1rem;
    line-height: 1.2;
    max-width: 600px
}

.final-cta-highlight {
    font-size: 1rem;
    font-weight: 700;
    color: #e9d5ff;
    margin-bottom: 1.5rem
}

.final-cta-btns {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: center;
    margin-bottom: 1rem
}

@media (min-width:640px) {
    .final-cta-btns {
        flex-direction: row
    }
}

.cta-btn-white {
    padding: .5rem 2.5rem;
    border-radius: 999px;
    background: #fff;
    color: #1e1b4b !important;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.7;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px -5px rgb(0 0 0 / .2)
}

.cta-btn-outline {
    padding: .5rem 2.5rem;
    border-radius: 999px;
    border: 2px solid rgb(255 255 255 / .3);
    color: white !important;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: 0.3s ease
}

.cta-btn-white:hover {
    background: #f5f3ff;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / .3)
}

.cta-btn-outline:hover {
    background: rgb(255 255 255 / .1);
    transform: translateY(-2px);
    border-color: #fff
}

.final-cta-note {
    font-size: .85rem;
    color: #8b5cf6;
    margin-top: 1rem
}

.final-cta-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 1.5rem;
    font-size: .875rem;
    color: #c4b5fd;
    font-weight: 600
}

.trust-item {
    display: flex;
    align-items: center;
    gap: .625rem
}

.trust-item svg {
    color: #dcf8d3
}

.review_btn .ethical-btn {
    border-radius: 30px;
    background: linear-gradient(135deg, rgb(124, 58, 237), rgb(91, 33, 182));
}

/* --- Workforce Analytics Section --- */
.analytics {
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}
.analytics .pms-badge {
    background: #ede9fe;
    color: #4c1d95;
    display: inline-block;
    padding: 6px 16px;
    font-size: .85rem;
    font-weight: 800;
    border-radius: 99px;
    margin-bottom: 16px;
}
.analytics h2 span {
    background: linear-gradient(90deg, #2563eb, #7c3aed, #db2777);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.analytics-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
}
@media (min-width: 992px) {
    .analytics-grid {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
}
.analytics-visual {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.av-title {
    font-weight: 700;
    font-size: 1.1rem;
    color: #1e293b;
    margin-bottom: 2rem;
    text-align: center;
}
.chart-bars {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    height: 250px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.bar-c {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    width: 8%;
}
.bar-b {
    width: 100%;
    border-radius: 4px 4px 0 0;
    margin-bottom: 8px;
    animation: growBar 1s ease-out forwards;
    transform-origin: bottom;
}
@keyframes growBar {
    from { transform: scaleY(0); }
    to { transform: scaleY(1); }
}
.bar-c span {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
}
.chart-legend {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    font-size: 0.85rem;
    color: #475569;
}

.analytics-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
.af-item {
    display: flex;
    gap: 1.25rem;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.af-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    border-color: #ede9fe;
}
.af-icon {
    font-size: 1.75rem;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border-radius: 12px;
    flex-shrink: 0;
}
.af-item h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
}
.af-item p {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
    margin: 0;
}

.analytics-spotlight {
    background: linear-gradient(135deg, #0f0a1e 0%, #1e1b4b 50%, #2d1b69 100%);
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    margin-top: 4rem;
}
@media (min-width: 992px) {
    .analytics-spotlight {
        grid-template-columns: 1fr 1fr;
    }
}
.as-text {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.as-text .btn-trial {
    background: #ffffff;
    color: #0f172a;
    transition: all 0.3s ease;
    align-self: flex-start;
}
.as-text .btn-trial:hover {
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255,255,255,0.2);
    color: #0f172a;
}
.sc-list {
    list-style: none;
    padding-left: 0;
}
.sc-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: #cbd5e1;
    font-size: 0.9rem;
}
.sc-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}

.as-img {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.sc-browser {
    background: #334155;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.sc-dots {
    display: flex;
    gap: 6px;
}
.sc-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #475569;
}
.sc-dots span:nth-child(1) { background: #ef4444; }
.sc-dots span:nth-child(2) { background: #f59e0b; }
.sc-dots span:nth-child(3) { background: #10b981; }
.sc-browser {
    background: #f5f4f0;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #e2e8f0;
    border-bottom: none;
}
.sc-dots {
    display: flex;
    gap: 6px;
    filter: invert(1) brightness(.4);
}
.sc-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #475569;
}
.sc-dots span:nth-child(1) { background: #ef4444; }
.sc-dots span:nth-child(2) { background: #f59e0b; }
.sc-dots span:nth-child(3) { background: #10b981; }
.sc-url {
    background: rgba(0,0,0,0.06);
    border-radius: 4px;
    padding: 4px 12px;
    font-size: 0.75rem;
    color: rgba(0,0,0,0.35);
    flex-grow: 1;
    font-family: monospace;
}

/* --- Compliance Screens Section --- */
.compliance-screens {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 4rem;
    align-items: center;
    background: #ffffff;
    border-radius: 20px;
    padding: 3rem;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}
@media (min-width: 992px) {
    .compliance-screens {
        grid-template-columns: 1fr 1.5fr;
        padding: 4rem;
    }
}
.cs-label {
    display: flex;
    flex-direction: column;
}
.cs-eyebrow {
    margin-bottom: 8px;
    color: #432295 !important;
    background: #ede9fe !important;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 99px;
    font-weight: 800;
    font-size: .85rem;
    width: fit-content;
}
.cs-h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}
.cs-p {
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}
.cs-screens {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.cs-screen-wrap {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 15px 35px -5px rgba(0,0,0,0.1), 0 5px 15px -5px rgba(0,0,0,0.04);
    position: relative;
    border: 1px solid #e2e8f0;
}
.cs-screen-img {
    border-radius: 0 0 10px 10px;
    width: 100%;
    border: 1px solid #e2e8f0;
    border-top: none;
    background: #eaeaea;
    min-height: 200px;
    display: block;
}
.cs-screen-tag {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #10b981;
    color: #ffffff;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 99px;
    font-size: 0.85rem;
    box-shadow: 0 4px 10px rgba(16, 185, 129, 0.3);
    z-index: 2;
}

@media (max-width: 576px) {
    .kw-grid {
        grid-template-columns: 1fr;
    }
    .solution-box{
        padding: 20px;
    }
    br{
        display: none;
    }
    .cs-screens{
        display: none;
    }
    .as-text{
        padding: 1.5rem;
    }
}