/* =============================
   Identifix Main Store - A/B Variant v3
   ============================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&family=Roboto:wght@400;500;700;900&display=swap');
@import url('../../../components/modal-vehicle-selector/modal-vehicle-selector.css');

:root {
    --font-primary: 'Inter', sans-serif;
    --font-secondary: 'Jost', 'Stolzl Book', sans-serif;
    --solera-grey-70: #6D6E71;
    --solera-grey-40: #A7A9AC;
}

html, body, .identifix-main-container {
    font-family: var(--font-primary) !important;
}

* {
    font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary) !important;
}


.ast-woo-shop-archive .site-content > .ast-container {
        max-width: 100% !important;
        padding: 0 !important;
    }

.site-footer {
    display: none !important;
}

.identifix-custom-footer {
    background-color: var(--solera-jacarta);
    color: var(--solera-white);
}

.identifix-footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
}

.identifix-footer-content a {
    color: var(--solera-white);
    text-decoration: none;
}

/* =============================
   Virtual Tech Label Tooltip
   ============================= */

.identifix-vtech-label-text {
    position: relative;
    cursor: help;
}

.identifix-vtech-label-text::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 12px);
    left: 56%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 0.75rem;
    border-radius: 4px;
    font-size: 0.875rem;
    line-height: 1.4;
    white-space: normal;
    width: 420px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.identifix-vtech-label-text:hover::after {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Tooltip arrow */
.identifix-vtech-label-text::before {
    content: '';
    position: absolute;
    bottom: calc(100% - 7px);
    left: 56%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top-color: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

.identifix-vtech-label-text:hover::before {
    opacity: 1;
    visibility: visible;
}

.identifix-footer-content a:hover {
    color: var(--solera-grey-40);
}

.identifix-footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.identifix-footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

/* =============================
   Layout & Containers
   ============================= */

.identifix-main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    width: 100% !important;
}

.identifix-container {
    max-width: 1240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto;
    /* padding: 0 1rem; */
    width: 100%;
}
/* =============================
   Full-Width Section Containers
   ============================= */

.pricing-section-container,
.products-section-container,
.compare-section-container,
.experience-section-container,
.trusted-questions-section-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

.pricing-section-container {
    background-color: white;
    padding: 40px 0;
    padding-bottom: 0px;
}

.products-section-container {
    background-color: white;
    padding: 1rem;
}

.compare-section-container {
    padding: 40px 1rem !important;
    background-color: var(--solera-white);
}

.experience-section-container {
    background-color: white;
    padding: 1rem 0;
}

.trusted-questions-section-container {
    background-color: white;
    width: 100%;
    padding: 0;
    margin: 0;
}

/* =============================
   Hero Section
   ============================= */
.hero-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    margin: 0;
    background: linear-gradient(135deg, var(--solera-jacarta) 0%, #32255E 100%);
}
.identifix-hero {
    display: flex;
    gap: 2rem;
    align-items: center;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    color: var(--solera-white);
    padding: 3rem 1rem 3rem;
    border-radius: 0;
}

.identifix-hero-left {
    flex: 1;
    max-width: 50%;
}

.identifix-hero-store{
    color: var(--solera-sun);
    font-size: .8rem;
    letter-spacing: 0.2em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.identifix-hero-title {
    font-weight: 500 !important;
    color: var(--solera-white);
    margin-bottom: 1rem;
    line-height: 1.2;
    font-size: 3.1rem !important;
}

.identifix-hero-title-highlight {
    color: var(--solera-sun);
}

.identifix-hero-description {
    color: #D1D3D4;
    margin-top: 1.1rem;
    font-size: 1.05rem;
    line-height: 1.55 !important;
    width: 80%;
}

.identifix-hero-description strong {
    color: var(--solera-white);
}

/* Hero Rating Badge */
.identifix-hero-rating {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    margin-bottom: 1.5rem;
    width: fit-content;
}

.identifix-hero-stars {
    font-size: 1.3rem;
    color: var(--solera-sun);
    letter-spacing: 0.25rem;
    font-weight: 500;
}

.identifix-hero-rating-score {
    font-weight: 700;
    color: var(--solera-white);
    font-size: 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 1rem;
}

.identifix-hero-rating-text {
    color: var(--solera-white);
    font-size: 1rem;
    font-weight: 700;
}

.identifix-hero-right {
    flex: 1;
    display: flex;
    justify-content: center;
}

.identifix-hero-right img {
    max-width: 100%;
    width: auto;
    border-radius: 8px;
}

/* =============================
   Hero Action Buttons
   ============================= */

.identifix-hero-actions {
    display: flex;
    gap: 1.5rem;
    flex-wrap: nowrap;
    margin-top: 1.5rem;
    align-items: center;
    width: 100%;
}

.identifix-hero-action-btn {
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 0.05em;
    text-decoration: none;
    padding: 1rem !important;
    border-radius: 3px;
    align-items: center;
}

.identifix-hero-action-primary {
    background-color: var(--solera-sun) !important;
    color: var(--solera-jacarta) !important;
}

.identifix-hero-action-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 184, 28, 0.3);
}

.identifix-hero-action-secondary {
    background-color: transparent !important;
    color: var(--solera-white) !important;
    border: 0.5px solid var(--solera-silver);
}

.identifix-hero-action-secondary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    /* background-color: rgba(255, 255, 255, 0.1) !important; */
}

.identifix-hero-footer-text{
    margin-top: 1rem;
    font-size: 0.875rem;
    color: var(--solera-silver
    );
}

/* =============================
   Pricing Section
   ============================= */

.identifix-pricing-intro {
    text-align: center;
    background-color: transparent;
    padding: 2rem 0rem 0rem;
}

.identifix-pricing-intro h2 {
    font-weight: 500;
    margin-bottom: 1rem;
    color: #0f172a;
    font-size: 2rem;
    opacity: 0.9;
    /* font-size: 2.8rem; */
}

.identifix-pricing-callout {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-color: rgba(255, 177, 50, 0.15);
    border: 1px solid rgba(255, 177, 50, 0.5);
    border-radius: 50px;
    padding: .3rem 1rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #000;
}

.identifix-pricing-callout-icon {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    color: var(--solera-sun);
}

.identifix-pricing-callout-text {
    color: rgb(122, 82, 0);
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.3rem;
}

.identifix-pricing-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.identifix-switch-label {
    font-size: 1.125rem;
    font-weight: 500;
}

.identifix-switch-toggle {
    position: relative;
    width: 50px;
    height: 28px;
}

.identifix-switch-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.identifix-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e5e7eb;
    border-radius: 28px;
    transition: background 0.2s;
}

.identifix-switch-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: #0a2240;
    border-radius: 50%;
    transition: transform 0.2s;
}

.identifix-switch-input:checked+.identifix-switch-slider {
    background-color: #0073e6;
}

.identifix-switch-input:checked+.identifix-switch-slider:before {
    transform: translateX(22px);
}

/* =============================
   Product Grid & Cards
   ============================= */

.identifix-product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-top: 1rem;
    justify-content: center;
    width: 100%;
    background: transparent;
}

.identifix-product-grid.hidden {
    display: none;
}

.identifix-product-card {
    min-width: 280px;
    max-width: 380px;
    background: var(--solera-white);
    border-radius: 12px;
    border: 1px solid var(--solera-shark);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    flex: 1 1 calc(33.333% - 2rem);
    flex-direction: column;
    /* gap: 0.8rem; */
    /* padding: 1.5rem; */
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    font-family: var(--font-secondary);
}

.identifix-product-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

/* Most Popular Product - Enhanced Styling */
.identifix-product-card.is-most-popular {
    /* background: #32255E;
    color: var(--solera-white); */
    border: 2px solid #32255e;
    position: relative;
}

.identifix-product-card.is-most-popular::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.identifix-product-card .identifix-product-ribbon-alert {
    height: 6px;
    background: repeating-linear-gradient(135deg, var(--solera-sun) 0 10px, #241C44 10px 20px);
}


.identifix-product-card .identifix-product-ribbon {
    position: static;
    padding: 0.5rem 1.5rem;
    background-color: var(--solera-sun);
    color: var(--solera-jacarta);
    font-weight: 600;
    text-align: center;
    font-size: 0.8rem;
}

.identifix-product-ribbon-star {
    display: inline;
    font-size: 1.5em;
}

.identifix-product-card .identifix-product-ribbon-spacer {
    /* margin: -1.5rem -1.5rem 0rem -1.5rem; */
    height: 38px;
}

/* Star Rating */
.identifix-product-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.identifix-product-stars {
    display: inline-flex;
    gap: 0.25rem;
    font-size: 1.2rem;
    color: var(--solera-sun);
}

.identifix-product-rating-value {
    font-weight: 600;
    color: var(--solera-jacarta);
    font-size: 0.95rem;
}

.identifix-product-rating-label {
    font-size: 0.85rem;
    color: #999;
}

/* Product Title & Info */
.identifix-product-title-wrapper{
    position: static;
    display: flex;
}

.identifix-product-title {
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 1.2rem !important;
    letter-spacing: 0.08em;
    color: #32255F;
    min-height: 3.5rem;
    margin: 0 !important;
    line-height: 1.2;
    align-self: center;
    width: 100%;
    text-align: center;
    align-content: center;
}

.identifix-product-card.is-most-popular .identifix-product-title {
    /* color: var(--solera-white) !important; */
    background-color: var(--solera-jacarta);
    color: var(--solera-white);
}

.identifix-product-card-content{
    width: 100%;
    padding: 1.3rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    color: var(--solera-shark);
}


.identifix-product-short-description {
    color: var(--solera-shark);
    min-height: 2.5rem;
    font-size: 0.95rem;
}

/* Pricing */
.identifix-product-prices {
    display: flex;
    min-height: 2.5rem;
    align-items: baseline;
    gap: 0.5rem;
    margin-top: 0.5rem;
    align-self: center;
}

.identifix-product-extra-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-top: 1px solid var(--solera-grey-40);
    font-size: 1.3rem;
    /* color: #194fa1; */
    font-weight: 600;
    min-height: 1.5rem;
    padding: 1rem 0 0 0
}

.identifix-product-extra-text h6 {
    margin: 0;
    padding: 0;
    color: inherit !important;
    font-weight: inherit;
    line-height: 1.4;
    font-size: 12px;
    letter-spacing: 0.06em;
}

.identifix-product-card .btn-secondary{
    color: var(--solera-shark) !important;
}

.identifix-price {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 0.5rem;
}

.identifix-product-regular-price {
    font-size: 0.9rem;
    line-height: 1.2rem;
    font-weight: 400;
    opacity: 0.6;
    text-decoration: line-through;
}

.identifix-product-price-only {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 500;
    /* color: var(--solera-jacarta); */
}

.identifix-product-sale-price {
    font-size: 2.5rem;
    line-height: 2rem;
    font-weight: 500;
    /* color: var(--solera-shark); */
}

.identifix-price-period {
    font-size: 0.95rem;
    font-weight: 400;
    /* color: #666; */
}

.identifix-buy-now-btn,
.identifix-diy-select-vehicle-modal-btn{
    font-size: 0.9rem !important;
    height: 3rem !important;
}

.identifix-cancel-anytime-span {
    text-align: center;
    /* color: var(--solera-grey-40); */
}

.identifix-product-access {
    /* color: var(--solera-grey-70); */
    min-height: 4rem;
    font-size: 0.9rem;
}

.identifix-additional-features {
    /* color: var(--solera-grey-70); */
    line-height: 1.6;
    text-align: left;
    flex-grow: 1;
    min-height: 5rem;
    font-size: 0.9rem;
}

.identifix-additional-features ul,
.identifix-additional-features ol {
    margin: 0;
    display: flex;
    flex-direction: column;
    /* gap: 0.5rem; */
}

.identifix-additional-features li {
    list-style: none;
    padding-left: 2rem;
    position: relative;
    font-size: 1rem;
}

.identifix-additional-features li::before {
    content: '✓';
    font-size: 1.2rem;
    font-weight: 800;
    color: #3A8B6B;
    /* background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgb(34 197 94)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6 9 17l-5-5"></path></svg>'); */
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    left: 0.8rem;
    top: -0.2rem;
}

.identifix-sale-price-alert {
    border-radius: 6px;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.9rem;
    min-height: 1rem;
}

.identifix-more-details-link {
    text-align: center;
}

.identifix-more-details-link a {
    color: var(--solera-jacarta);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.identifix-more-details-link a:hover {
    color: var(--solera-sun);
    text-decoration: underline;
}



/* =============================
   Gradient Text Utility
   ============================= */

/* =============================
   Compare Plans Section
   ============================= */

.identifix-compare-section {
    width: 100%;
    padding: 2rem 0rem;
    text-align: center;
    scroll-margin-top: 80px;
}

.identifix-compare-section h3 {
    font-weight: 600;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    font-size: 1.5rem;
    opacity: 0.9;
}

/* .identifix-compare-section h3::before,
.identifix-compare-section h3::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #d1d5db;
} */

.identifix-compare-table-wrapper {
    overflow-x: auto;
    margin: 0 auto;
}

.identifix-compare-table {
    width: 100%;
    /* border-collapse: collapse; */
    background: var(--solera-white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px #CCCECE;
    border: 2px solid #CCCECE;
    table-layout: fixed;
}

.academy_title a{
    color: var(--solera-sun) !important;
}

.identifix-compare-table thead {
    background-color: var(--solera-jacarta);
    color: var(--solera-white);
}

.identifix-compare-table th {
    padding: 0.80rem;
    font-weight: 600;
    font-size: 0.75rem;
    text-align: center;
    border-right: 1px solid #e5e7eb;
}

.identifix-compare-table th:first-child {
    text-align: left;
}

.identifix-compare-table th:last-child {
    border-right: none;
}

/* .identifix-compare-table tbody tr {
    border: 1px solid #e5e7eb;
} */

/* .identifix-compare-table tbody tr:last-child {
    border-bottom: none;
} */

.identifix-compare-table tbody tr:nth-child(even) {
    background-color: #f3f4f6;
}

.identifix-compare-table td {
    padding: 1rem;
    text-align: center;
    /* color: #333; */
    color: #939598;
    font-size: 0.75rem;
    font-weight: 600;
}

.identifix-compare-table td:first-child {
    text-align: left;
    font-weight: 500;
    /* color: var(--solera-jacarta); */
    color: #939598;
}

.identifix-compare-table .checkmark {
    color: #22c55e;
    font-weight: 700;
    font-size: 1rem;
}

.identifix-compare-table .cross {
    /* color: #ef4444; */
    color: var(--solera-silver);
    font-weight: 700;
    font-size: 1.5rem;
}

/* Clickable Plan Title Links in Table Header */
.identifix-compare-table th a {
    color: var(--solera-white);
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.identifix-compare-table th a:hover {
    color: var(--solera-sun) !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    opacity: 0.9;
}

/* More Details Row Styling */
.identifix-compare-more-details {
    background-color: var(--solera-white);
    border-top: 2px solid #e5e7eb;
}

.identifix-compare-more-details td {
    padding: 1.5rem 1rem;
    text-align: center;
}

.identifix-compare-more-details td:first-child {
    background-color: transparent;
}

.identifix-compare-more-link {
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.identifix-compare-more-link:hover {
    transform: translateY(-2px);
}

.identifix-compare-cta span{
    color:#6D6E71;
    font-size: 1rem;
}

.identifix-compare-section .identifix-compare-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-radius: 8px;
}

.identifix-compare-section .identifix-compare-cta h6 {
    color: var(--solera-shark);
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.3rem;
    color: #0f172a;
}

.identifix-compare-section .identifix-compare-cta-btn {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 15%;
    max-width: 15% !important;
    text-align: center;
}

.identifix-compare-section .identifix-compare-cta-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 184, 28, 0.3);
}

/* =============================
   Experience Section
   ============================= */

.identifix-experience {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
    text-align: center;
    padding: 1rem 0rem;
    scroll-margin-top: 80px;
}

.identifix-experience h2 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
}

.identifix-experience h2::before,
.identifix-experience h2::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #d1d5db;
}

.identifix-experience video {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.identifix-experience-btn {
    background-color: var(--solera-sun) !important;
    color: var(--solera-jacarta) !important;
    padding: 12px 24px !important;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.identifix-experience-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 184, 28, 0.3);
}


/* =============================
   Info Section
   ============================= */

.identifix-info-section {
    color: var(--solera-shark);
    padding: 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 2rem;
    text-align: center;
}

/* =============================
   Virtual Tech Checkbox & Product Visibility
   ============================= */

.identifix-vtech-checkbox-wrapper {
    min-height: 1rem;
}

.identifix-vtech-checkbox-wrapper label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
    font-weight: 500;
    color: var(--solera-shark);
}

.identifix-vtech-checkbox-wrapper input[type="checkbox"] {
    cursor: pointer;
}

.identifix-vtech-label-text {
    font-size: 1rem;
    font-weight: 700;
}

.identifix-vtech-checkbox-spacer {
    min-height: 1rem;
}

.identifix-product-card-hidden {
    display: none !important;
}

/* =============================
   Trusted & Questions Wrapper (2-Column with Purple Background)
   ============================= */

.identifix-ab-trusted-questions-wrapper {
    display: flex;
    gap: 0;
    margin-top: 0;
    border-radius: 0;
    overflow: visible;
    position: relative;
    min-height: 300px;
    background: white;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.identifix-ab-trusted {
    flex: 0 0 52%;
    padding: 3rem 2rem;
    background-color: var(--solera-jacarta);
    color: white;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.identifix-ab-trusted h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
    text-align: left;
}

.identifix-ab-testimonials-quotes {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.identifix-ab-quote {
    flex: 1;
    background: transparent;
    border-left: 4px solid var(--solera-sun);
    padding: 0 0 0 1rem;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    margin: 0;
}

.identifix-ab-quote p {
    font-size: 1rem;
    font-weight: 500;
    color: white;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.identifix-ab-quote footer {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    font-weight: 400;
}

/* =============================
   Questions Section (Right Side of 2-Column)
   ============================= */

.identifix-ab-questions {
    flex: 0 0 48%;
    padding: 3rem 2rem;
    background-color: white;
    color: #333;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.identifix-ab-questions h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    text-align: left;
}

.identifix-ab-faqs-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.identifix-ab-faq-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    background: transparent;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #cccece7e;
    padding: .5rem;
}

.identifix-ab-faq-item:hover {
    box-shadow: none;
    border-color: transparent;
}

.identifix-ab-faq-icon {
    display: inline;
    font-size: 1.2rem;
    color: var(--solera-sun);
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.identifix-ab-faq-question {
    font-weight: 500;
    color: #333;
    font-size: 1rem;
    margin: 0;
}

.identifix-ab-faq-answer {
    color: #888;
    font-size: 1rem;
    margin-left: auto;
}


/* =============================
   Mobile Responsive
   ============================= */

@media (max-width: 768px) {
    /* Hero Section */
    .hero-container{
        padding: 0 1rem !important;
    }

    .identifix-hero {
        flex-direction: column;
        gap: 1rem;
        padding: 2rem 1rem;
    }

    .identifix-hero-left {
        max-width: 100%;
    }

    .identifix-hero-title {
        font-size: 1.8rem;
    }

    .identifix-hero-description {
        font-size: 0.95rem;
        width: 100%;
    }

    .identifix-hero-rating {
        flex-wrap: wrap;
        gap: 0.75rem;
        padding: 0.75rem;
        font-size: 0.9rem;
    }

    .identifix-hero-stars {
        font-size: 1.1rem;
    }

    .identifix-hero-rating-score {
        font-size: 0.9rem;
        padding-right: 0.75rem;
    }

    .identifix-hero-rating-text {
        font-size: 0.9rem;
    }

    .identifix-hero-actions {
        flex-direction: column;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .identifix-hero-action-btn {
        width: 100%;
        justify-content: center;
        flex-shrink: 1;
        text-align: center;
    }

    /* Proof Strip */
    .identifix-proof-strip {
        padding: 12px 1rem;
    }

    .identifix-proof-strip-container {
        flex-direction: row;
    }

    .identifix-proof-stat {
        gap: 6px;
        align-items: center !important;
    }

    .identifix-proof-number {
        font-size: 18px;
    }

    .identifix-proof-label {
        font-size: 11px;
    }
    
    .identifix-container {
        padding: 0 1rem;
    }

    /* Pricing Section */
    .pricing-section-container .identifix-container {
        padding: 1.5rem 1rem;
    }

    .identifix-pricing-intro {
        padding: 1.5rem 0;
    }

    .identifix-pricing-intro h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .identifix-pricing-callout {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
        gap: 0.5rem;
    }

    /* Product Grid */
    .products-section-container .identifix-container {
        padding: 0 1rem;
    }

    .identifix-product-grid {
        gap: 1.5rem;
        padding: 0;
    }

    .identifix-product-card {
        flex: 1 1 100%;
        min-width: unset;
        max-width: 100%;
        align-self: center;
    }

    .identifix-product-title {
        font-size: 1.3rem;
        min-height: 2.8rem;
    }

    .identifix-product-price-only,
    .identifix-product-sale-price {
        font-size: 1.6rem;
    }

    /* Demo Section */
    .demo-section-container {
        padding: 40px 0;
    }

    .identifix-demo-intro {
        max-width: 100%;
    }

    .identifix-demo-intro h2 {
        font-size: 24px;
    }

    .identifix-demo-intro p {
        font-size: 13px;
    }

    .identifix-demo-chips {
        gap: 8px;
        margin: 16px 0 12px 0;
        justify-content: space-between !important;
    }

    .identifix-demo-chip {
        font-size: 11px;
        padding: 8px 12px;
    }

    .identifix-demo-card-grid {
        grid-template-columns: 1fr;
    }

    .identifix-demo-card-header {
        padding: 10px 16px;
        font-size: 12px;
    }

    .identifix-demo-card-cell {
        padding: 16px;
        font-size: 12px;
    }

    .identifix-demo-card-label {
        font-size: 10px;
    }

    .identifix-demo-card-value {
        font-size: 12px;
    }

    .identifix-demo-stat-value span {
        font-size: 24px;
    }

    /* ROI Section */
    .roi-section-container {
        padding: 40px 0;
    }

    .roi-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .roi-left h2 {
        font-size: 24px;
    }

    .roi-left p {
        font-size: 13px;
        max-width: 100%;
    }

    .roi-slider-header label {
        font-size: 12px;
    }

    .roi-slider-value {
        font-size: 14px;
    }

    .roi-box {
        padding: 20px;
    }

    .roi-box-label {
        font-size: 10px;
    }

    .roi-box-value {
        font-size: 42px;
    }

    .roi-box-stat-value {
        font-size: 24px;
    }

    /* Testimonials Section */
    .testimonials-section-container {
        padding: 40px 0;
    }

    .identifix-testimonials {
        grid-template-columns: none !important;
        gap: 16px;
    }

    .identifix-testimonial {
        padding: 20px;
    }

    .identifix-testimonial p {
        font-size: 16px;
    }

    .identifix-rating-value {
        font-size: 24px;
    }

    /* Demo Video Section */
    .demo-video-section-container {
        padding: 40px 1rem !important;
    }

    .identifix-demo-video {
        padding: 0 !important;
    }

    .identifix-demo-video h2 {
        font-size: 22px;
    }

    .identifix-demo-video span {
        font-size: 13px;
    }

    /* FAQ Section */
    .faq-section-container {
        padding: 0 1rem !important;
    }

    .faq-section-wrapper {
        padding: 40px 1rem !important;
    }

    .faq-section-container h2 {
        font-size: 22px;
    }

    .identifix-faq-item {
        border-radius: 4px;
    }

    .identifix-faq-trigger {
        padding: 12px 16px;
    }

    .identifix-faq-question {
        font-size: 14px;
    }

    .identifix-faq-answer {
        padding: 0 16px 12px 16px;
        font-size: 12px;
    }

    /* Compare Section */
    .compare-section-container .identifix-container {
        padding: 2rem 1rem 0rem;
    }

    .identifix-compare-section h2 {
        font-size: 1.4rem;
    }

    .identifix-compare-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .identifix-compare-table th,
    .identifix-compare-table td {
        padding: 0.75rem;
        font-size: 0.85rem;
    }

    .identifix-compare-section .identifix-compare-cta {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }

    .identifix-compare-section .identifix-compare-cta-btn {
        width: 100%;
        min-width: unset;
    }

    /* Experience Section */
    .experience-section-container .identifix-container {
        padding: 2rem 1rem 0rem;
    }

    .identifix-experience {
        padding: 0;
    }

    .identifix-experience h2 {
        font-size: 1.4rem;
    }

    /* Final CTA */
    .final-cta-section-container {
        padding: 40px 0.75rem !important;
    }

    .identifix-final-cta {
        flex-direction: column;
        gap: 16px;
    }

    .identifix-final-cta h2 {
        font-size: 22px;
        text-align: center;
    }

    .identifix-final-cta-btn {
        width: 100%;
        text-align: center;
    }

    /* Trusted & Questions Mobile */
    .identifix-ab-trusted-questions-wrapper {
        flex-direction: column;
        gap: 0;
        margin-top: 2rem;
        border-radius: 0;
        background: white !important;
    }

    .identifix-ab-trusted {
        flex: 100%;
        padding: 2rem 1.5rem;
        clip-path: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .identifix-ab-trusted h4 {
        font-size: 1.2rem;
        text-align: center;
    }

    .identifix-ab-quote p {
        font-size: 0.95rem;
    }

    .identifix-ab-questions {
        flex: 100%;
        padding: 2rem 1.5rem;
        clip-path: none;
    }

    .identifix-ab-questions h4 {
        font-size: 1.2rem;
        text-align: center;
    }

    .identifix-ab-faq-item {
        gap: 0.5rem;
    }

    .identifix-ab-faq-question {
        font-size: 0.9rem;
    }

    .identifix-ab-faq-answer {
        font-size: 0.85rem;
    }

    /* Footer */
    .identifix-footer-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .identifix-footer-left {
        text-align: center;
    }

    .identifix-footer-right {
        text-align: center;
        align-items: center;
    }
}

@media (max-width: 480px) {    
    /* Hero Section */
    .identifix-hero {
        padding: 1.5rem 0.75rem;
    }

    .identifix-hero-title {
        font-size: 1.4rem;
    }

    .identifix-hero-description {
        font-size: 0.85rem;
        width: 100%;
    }

    .identifix-hero-rating {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        padding: 0.5rem;
        width: 100%;
    }

    .identifix-hero-stars {
        font-size: 1rem;
        order: 1;
    }

    .identifix-hero-rating-score {
        font-size: 0.85rem;
        padding: 0;
        border: none;
        order: 2;
    }

    .identifix-hero-rating-text {
        font-size: 0.85rem;
        text-align: center;
        padding: 0;
        border: none;
        flex-basis: 100%;
        order: 3;
        padding-top: 0.5rem;
    }

    .identifix-hero-action-btn {
        padding: 10px 16px !important;
        font-size: 0.85rem;
        text-align: center;
    }

    /* Proof Strip */
    .identifix-proof-strip {
        /* padding: 10px 12px; */
        display: none !important;
    }

    .identifix-proof-strip-container {
        flex-direction: column;
        gap: 8px;
    }

    .identifix-proof-stat {
        gap: 4px;
    }

    .identifix-proof-number {
        font-size: 16px;
    }

    .identifix-proof-label {
        font-size: 10px;
    }

    /* Pricing Section */

    .pricing-section-container {
        padding: 1rem 1rem;
    }

    .pricing-section-container .identifix-container {
        padding: 1rem 1rem;
    }

    .identifix-pricing-intro h1 {
        font-size: 1.6rem;
        margin-bottom: 0.75rem;
    }

    .identifix-pricing-callout {
        padding: 0.5rem 0.75rem;
        font-size: 0.8rem;
        gap: 0.4rem;
        border-radius: 8px;
    }

    .identifix-pricing-callout-icon {
        font-size: 1.4rem;
    }

    /* Product Grid */
    .products-section-container .identifix-container {
        padding: 0 0.75rem;
    }

    .identifix-product-grid {
        gap: 1rem;
        padding: 0;
    }

    .identifix-product-card {
        flex: 1 1 100%;
        min-width: unset;
        max-width: 100%;
    }

    .identifix-product-title {
        font-size: 1rem;
        min-height: 2.4rem;
    }

    .identifix-product-price-only,
    .identifix-product-sale-price {
        font-size: 1.4rem;
    }

    .identifix-additional-features li {
        font-size: 13px;
    }

    /* Demo Section */
    .demo-section-container {
        padding: 32px 0;
    }

    .identifix-demo-intro {
        margin-bottom: 0px !important;
        max-width: 100%;
        padding: 0 0.75rem;
    }

    .identifix-demo-label {
        font-size: 10px;
        margin: 8px 0;
    }

    .identifix-demo-intro h2 {
        font-size: 18px;
        margin: 0 0 8px 0;
    }

    .identifix-demo-intro p {
        font-size: 12px;
        margin: 0;
    }

    .identifix-demo-chips {
        gap: 6px;
        margin: 12px 0 8px 0;
        padding: 0 0.75rem;
    }

    .identifix-demo-chip {
        font-size: 10px;
        padding: 6px 10px;
          width: 100%;
    }

    .identifix-demo-card {
        margin: 0 0.75rem;
    }

    .identifix-demo-card-header {
        padding: 8px 12px;
        font-size: 11px;
    }

    .identifix-demo-card-grid {
        grid-template-columns: 1fr;
    }

    .identifix-demo-card-cell {
        padding: 12px;
        font-size: 11px;
    }

    .identifix-demo-card-label {
        font-size: 9px;
    }

    .identifix-demo-card-value {
        font-size: 11px;
    }

    .identifix-demo-card-stats {
        padding: 12px;
        gap: 8px;
    }

    .identifix-demo-stat-value span {
        font-size: 20px;
    }

    .identifix-demo-cta-btn {
        font-size: 10px;
        padding: 8px 12px;
    }

    /* ROI Section */
    .roi-section-container {
        padding: 32px 0;
    }

    .roi-content {
        grid-template-columns: none !important;
        gap: 20px;
        padding: 0 0.75rem;
    }

    .roi-label {
        font-size: 10px;
        margin-bottom: 8px;
    }
    

    .roi-left h2 {
        font-size: 18px;
        margin: 0 0 8px 0;
    }

    .roi-left p {
        font-size: 12px;
        margin: 0 0 16px 0;
        max-width: 100%;
    }

    .roi-slider-header label {
        font-size: 11px;
    }

    .roi-slider-value {
        font-size: 13px;
    }

    .roi-box {
        padding: 16px;
    }

    .roi-box-label {
        font-size: 9px;
    }

    .roi-box-value {
        font-size: 36px;
    }

    .roi-box-field {
        margin-bottom: 16px;
    }

    .roi-box-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .roi-box-stat-value {
        font-size: 20px;
    }

    .roi-box-btn {
        font-size: 12px;
        padding: 10px;
    }

    /* Testimonials Section */
    .testimonials-section-container {
        padding: 0 0 32px 0 !important;
    }

    .identifix-testimonials {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 0 0.75rem;
    }

    .identifix-testimonial {
        padding: 16px;
        gap: 8px;
    }

    .identifix-testimonial p {
        font-size: 14px;
    }

    .identifix-testimonial footer {
        font-size: 11px;
    }

    .identifix-testimonial-ratings {
        gap: 8px;
    }

    .identifix-testimonial-ratings .row {
        gap: 24px;
    }

    .identifix-rating-item {
        gap: 4px;
    }

    .identifix-rating-value {
        font-size: 20px;
    }

    .identifix-rating-label {
        font-size: 9px;
    }

    /* Demo Video Section */
    .demo-video-section-container {
        padding: 32px 1rem !important;
    }

    .identifix-demo-video {
        padding: 0 0.75rem;
    }

    .identifix-demo-video h2 {
        font-size: 18px;
        margin: 0 0 16px 0;
    }

    .identifix-demo-video span {
        font-size: 12px;
    }

    /* FAQ Section */
    .faq-section-container {
        padding:  0;
    }

    .faq-section-wrapper {
        padding: 32px 0.75rem;
    }

    .faq-section-container h2 {
        font-size: 18px;
        margin: 0 0 16px 0;
    }

    .identifix-faq-list {
        gap: 8px;
    }

    .identifix-faq-trigger {
        padding: 10px 12px;
    }

    .identifix-faq-question {
        font-size: 13px;
        text-align: center !important;
    }

    .identifix-faq-icon {
        font-size: 14px;
    }

    .identifix-faq-answer {
        padding: 0 12px 10px 12px;
        font-size: 11px;
    }

    /* Compare Section */
    .compare-section-container .identifix-container {
        padding: 1.5rem 0.75rem 0rem;
    }

    .identifix-compare-section h2 {
        font-size: 1.2rem;
        gap: 0.5rem;
    }

    /* .identifix-compare-section h2::before,
    .identifix-compare-section h2::after {
        height: 0.5px;
    } */

    .identifix-compare-table-wrapper {
        margin: 0 -0.75rem;
        padding: 0 0.75rem;
    }

    .identifix-compare-table th,
    .identifix-compare-table td {
        padding: 0.6rem;
        font-size: 0.75rem;
    }

    .identifix-compare-section .identifix-compare-cta {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
        padding: 0.75rem;
    }

    .identifix-compare-section .identifix-compare-cta h6 {
        margin-bottom: 0.5rem;
        text-align: center;
        font-size: 1.1rem;
    }

    .identifix-compare-section .identifix-compare-cta-btn {
        width: 100%;
        min-width: 100%;
        padding: 10px 16px !important;
        font-size: 0.9rem;
    }

    /* Experience Section */
    .experience-section-container .identifix-container {
        padding: 1.5rem 0.75rem 0rem;
    }

    .identifix-experience h2 {
        font-size: 1.2rem;
    }

    .identifix-experience-btn {
        padding: 10px 20px !important;
        font-size: 0.9rem;
    }

    /* Final CTA */
    .final-cta-section-container {
        padding: 32px 0.75rem;
    }

    .identifix-final-cta {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .identifix-final-cta h2 {
        font-size: 18px;
    }

    .identifix-final-cta-text {
        font-size: 12px;
        order: 2;
    }

    .identifix-final-cta-btn {
        width: 100%;
        text-align: center;
        padding: 12px 20px !important;
        font-size: 12px;
        order: 3;
    }

    /* Mock Card */
    .identifix-hero-mock-card {
        margin: 0 0.75rem;
    }

    .identifix-mock-content {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 12px;
    }

    .identifix-mock-stat-value {
        font-size: 18px;
    }
}

/* =============================
   Hero Mock Card (New Design)
   ============================= */

.identifix-hero-mock-card {
    background: #241C44;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.identifix-mock-header {
    background: #241C44;
    padding: 12px 16px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.identifix-mock-logo {
    height: 30px;
    display: block;
}

.identifix-mock-tabs {
    display: flex;
    border-bottom: 1px solid var(--grey-10);
    padding: 0 16px;
    background: #fff;
}

.identifix-mock-tab {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: var(--grey-50);
    padding: 11px 12px;
    border-bottom: 2px solid transparent;
}

.identifix-mock-tab.active {
    color: var(--interactive);
    border-bottom-color: var(--interactive);
}

.identifix-mock-content {
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr 132px;
    gap: 14px;
    background: #fff;
}

.identifix-mock-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.identifix-mock-badge {
    background: rgba(58, 139, 107, 0.12);
    color: var(--solera-viridian);
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.08em;
    padding: 3px 9px;
    border-radius: 99px;
    display: inline-block;
    width: fit-content;
}

.identifix-mock-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.identifix-mock-label-small {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: var(--grey-50);
}

.identifix-mock-field p {
    font-size: 12.5px;
    color: var(--grey-80);
    line-height: 1.45;
    margin: 0;
}

.identifix-mock-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.identifix-mock-stat {
    border: 1px solid var(--grey-10);
    border-radius: 6px;
    padding: 10px;
    text-align: center;
}

.identifix-mock-stat-value {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: var(--solera-viridian);
    font-variant-numeric: tabular-nums;
}

.identifix-mock-stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    letter-spacing: 0.08em;
    color: var(--grey-50);
}

.identifix-mock-wiring {
    flex: 1;
    border: 1px solid var(--grey-10);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    min-height: 90px;
}

.identifix-mock-wiring img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}

/* =============================
   Proof Strip
   ============================= */

.identifix-proof-strip {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--solera-jacarta);
    padding: 18px 24px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.identifix-proof-strip-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
    display: flex;
    justify-content: space-between;
}

.identifix-proof-stat {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.identifix-proof-number {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    font-variant-numeric: tabular-nums;
}

.identifix-proof-label {
    font-size: 12px;
    color: var(--solera-silver);
}

/* =============================
   Demo Section
   ============================= */

.demo-section-container {
    background: #f2f3f3;
    border-bottom: 1px solid var(--grey-10);
    padding: 32px 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.identifix-demo-intro {
    max-width: 640px;
}

.identifix-demo-label {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--solera-cobalt-500);
    display: block;
    margin: 14px 0;
}

.identifix-demo-intro h2 {
    font-weight: 500;
    font-size: 34px;
    color: var(--solera-shark);
    line-height: 1.15;
    margin: 0 0 12px 0;
    opacity: 0.8;
}

.identifix-demo-intro p {
    font-size: 15px;
    line-height: 1.55;
    color: var(--solera-mako-base);
    margin: 0;
    opacity: 0.9;
}

.identifix-demo-chips {
    display: flex;
    gap: 10px;
    margin: 26px 0 18px 0;
    flex-wrap: wrap;
}

.identifix-demo-chip {
    font-family: 'Roboto Mono', monospace;
    font-size: 13px;
    padding: 11px 18px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #D1D3D4;
    background: #fff;
    color: var(--grey-80);
    transition: all 0.3s ease;
}

.identifix-demo-chip:hover {
    border: 1px solid #D1D3D4;
    color: #241C44;
    background: var(--solera-white);
}

.identifix-demo-chip.active {
    border: 1px solid #241C44;
    background: #241C44;
    color: #fff;
}

.identifix-demo-card {
    background: #fff;
    border: 1px solid #E6E7E8;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(50, 37, 94, 0.10), 0 1px 2px rgba(50, 37, 94, 0.06);
    overflow: hidden;
}

.identifix-demo-card-header {
    background: #241C44;
    padding: 13px 20px;
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.identifix-demo-vehicle {
    font-family: 'Roboto Mono', monospace;
    font-size: 13px;
    color: #fff;
}

.identifix-demo-badge {
    background: rgba(58, 139, 107, 0.25);
    color: #7FD0AE;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.08em;
    padding: 3px 10px;
    border-radius: 99px;
}

.identifix-demo-reports {
    margin-left: auto;
    font-size: 12px;
    color: var(--solera-silver);
    font-variant-numeric: tabular-nums;
}

.identifix-demo-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 0;
}

.identifix-demo-card-cell {
    padding: 22px;
    border-right: 1px solid #e6e7e8;
    border-bottom: 1px solid #e6e7e8;
}

.identifix-demo-card-cell:last-child {
    border-right: none;
}

.identifix-demo-card-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 0.12em;
    color: var(--grey-50);
    margin-bottom: 6px;
}

.identifix-demo-card-value {
    font-size: 14px;
    line-height: 1.55;
    color: var(--grey-80);
}

.identifix-demo-card-stats {
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background-color: #f2f3f3;
}

.identifix-demo-stat {
    display: flex;
    flex-direction: column;
}

.identifix-demo-stat-value {
    font-family: 'Inter', sans-serif;
    color: var(--solera-viridian);
    font-variant-numeric: tabular-nums;
    line-height: normal;
}

#demoLabor{
    color: var(--solera-shark);
    opacity: 0.9;
}
.identifix-demo-stat-value span{
    font-weight: 500;
    font-size: 30px;
}

.identifix-demo-stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: var(--solera-silver);
}

.identifix-demo-card-footer {
    padding: 12px 20px;
    border-top: 1px solid var(--solera-smoke);
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    color: #939598;
}

.identifix-demo-cta-btn {
    margin-left: auto;
    font-family: 'Inter', sans-serif;
    font-weight: 600 !important;
    font-size: 12px;
    letter-spacing: 0.06em;
    color: var(--solera-jacarta) !important;
    text-decoration: none;
    padding: 10px 18px;
    background: var(--solera-sun);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.identifix-demo-cta-btn:hover {
    filter: brightness(1.06);
}

/* =============================
   ROI Calculator
   ============================= */

.roi-section-container {
    background: var(--solera-jacarta);
    position: relative;
    overflow: hidden;
    padding: 74px 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.roi-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    width: 100%;
}

.roi-left {
    display: flex;
    flex-direction: column;
}

.roi-label {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--solera-sun);
    margin-bottom: 12px;
}

.roi-left h2 {
    font-weight: 500;
    font-size: 34px;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 12px 0;
}

.roi-left p {
    font-size: 15px;
    line-height: 1.55;
    color: #D1D3D4;
    margin: 0 0 28px 0;
    max-width: 440px;
}

.roi-sliders {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 22px;
}

.roi-slider-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.roi-slider-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
}

.roi-slider-header label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #D1D3D4;
}

.roi-slider-value {
    font-family: 'Roboto Mono', monospace;
    font-size: 15px;
    color: var(--solera-sun);
    font-variant-numeric: tabular-nums;
}

.roi-slider-input {
    width: 100%;
    height: 8px;
    accent-color: var(--solera-sun);
    cursor: pointer;
    margin: 0 !important;
    -webkit-appearance: progress-bar !important;
    appearance: none;
    background: transparent;
    border: none;
}

.roi-note {
    font-size: 12px;
    line-height: 1.5;
    color: var(--solera-silver) !important;
}

.roi-right {
    display: flex;
    align-items: center;
}

.roi-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 30px;
    overflow: visible;
    position: relative;
    border-top: 6px solid transparent;
    width: 100%;
}

.roi-box::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    height: 6px;
    background: repeating-linear-gradient(
        -45deg,
        var(--solera-jacarta-800) 0px,
        var(--solera-jacarta) 10px,
        var(--solera-sun) 10px,
        var(--solera-sun) 20px
    );
    z-index: 1;
    border-radius: 8px 8px 0 0;
}


.roi-box-field {
    margin-bottom: 24px;
}

.roi-box-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 0.12em;
    color: var(--solera-silver);
}

.roi-box-value {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 56px;
    line-height: 1.05;
    color: #7FD0AE;
    font-variant-numeric: tabular-nums;
    margin-top: 6px;
}

.roi-box-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.14);
    margin: 24px 0;
}

.roi-box-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 24px;
}

.roi-box-stat {
    padding-top: 14px;
}

.roi-box-stat-value {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: var(--solera-sun);
    font-variant-numeric: tabular-nums;
}

.roi-box-stat-value#roiHours{
    color: var(--solera-white);
}

.roi-box-stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: var(--solera-silver);
    margin-top: 3px;
}

.roi-box-progress {
    margin-bottom: 24px;
}

.roi-progress-bar {
    height: 10px;
    border-radius: 99px;
    overflow: hidden;
    background: #7FD0AE;
    line-height: 0;
}

.roi-progress-fill {
    background: var(--solera-sun);
    height: 100%;
    transition: width 0.25s ease;
}

.roi-progress-legend {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 11px;
    color: var(--solera-silver);
}

.roi-legend-color-container{
    display: flex;
    align-items: center;
    gap: 6px;
}

.roi-legend-color{
    width: 12px;
    height: 12px;
    border-radius: 2px;
}

.roi-box-btn {
    display: block;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 600 !important;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: var(--solera-jacarta) !important;
    text-decoration: none;
    padding: 14px;
    background: var(--solera-sun);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.roi-box-btn:hover {
    filter: brightness(1.06);
}

/* =============================
   Testimonials
   ============================= */

.testimonials-section-container {
    background: #f2f3f3;
    border-top: 1px solid var(--grey-10);
    border-bottom: 1px solid var(--grey-10);
    padding: 56px 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.identifix-testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    width: 100%;
}

.identifix-testimonial {
    background: #fff;
    border: 1px solid #E6E7E8;
    border-radius: 8px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
}

.identifix-testimonial p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.35;
    color: var(--solera-shark);
    opacity: 0.9;
    margin: 0;
    font-style:normal;
}

.identifix-testimonial footer {
    font-size: 13px;
    color: #939598;
    margin: 0;
    font-style:normal;
}

.identifix-testimonial-ratings {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background-color: #241C44;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
}

.identifix-testimonial-ratings .row {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.identifix-rating-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.identifix-rating-footer {
    color: #BCBEC0;
    font-size: .90rem;
}

.identifix-rating-value {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    font-variant-numeric: tabular-nums;
}

.identifix-rating-label {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: var(--solera-silver);
}

/* =============================
   Demo Video Section
   ============================= */

.demo-video-section-container {
    background: #fff;
    padding: 60px ;
    width: 100%;
    display: flex;
    justify-content: center;
}

.identifix-demo-video {
    text-align: center;
    width: 100%;
    max-width: 1240px;
    padding: 0 1rem;
}

.identifix-demo-video h2 {
    font-weight: 500;
    font-size: 30px;
    color: var(--solera-shark);
    opacity: 0.9;
    margin: 0 0 24px 0;
}

.identifix-demo-video span {
    font-size: 15px;
    line-height: 1.55;
    color: var(--solera-silver);
    display: block;
    margin-top: 14px;
}

.identifix-video-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow-overlay);
}

.identifix-video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
}

/* =============================
   FAQ
   ============================= */

.faq-section-container {
    background: #f2f3f3;
    border-top: 1px solid var(--grey-10);
    width: 100%;
    display: flex;
    justify-content: center;
}

.faq-section-wrapper {
    width: 100%;
    max-width: 760px;
    margin: 0px auto;
    padding: 60px 24px;
}

.faq-section-container h2 {
    font-weight: 500;
    font-size: 30px;
    color: var(--solera-shark);
    opacity: 0.9;
    text-align: center;
    margin: 0 0 24px 0;
}

.identifix-faq-list {
    /* max-width: 760px;
    margin: 0 auto; */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.identifix-faq-item {
    border: 1px solid #E6E7E8;
    background: var(--solera-white);
    border-radius: 6px;
    overflow: hidden;
    color: var(--solera-shark);
}

.identifix-faq-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    cursor: pointer;
    text-align: left;
    background: var(--solera-white) !important;
}

.identifix-faq-trigger:hover {
    background: var(--solera-white) !important;
}

.identifix-faq-question {
    flex: 1;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: var(--solera-shark);
}

.identifix-faq-icon {
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    color: var(--solera-cobalt-500);
    flex-shrink: 0;
}

.identifix-faq-answer {
    padding: 0 20px 18px 20px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--solera-shark);
    opacity: 0.8;
    display: none;
}

.identifix-faq-answer p {
    margin: 0;
}

.identifix-faq-item.open .identifix-faq-answer {
    display: block;
}

.identifix-faq-item.open .identifix-faq-icon {
    transform: rotate(45deg);
}

/* =============================
   Final CTA
   ============================= */

.final-cta-section-container {
    background: var(--solera-jacarta);
    position: relative;
    overflow: visible;
    padding: 56px 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.final-cta-section-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: repeating-linear-gradient(
        -45deg,
        var(--solera-jacarta) 0px,
        var(--solera-jacarta) 10px,
        var(--solera-sun) 10px,
        var(--solera-sun) 20px
    );
    z-index: 1;
}

.identifix-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.identifix-final-cta h2 {
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    line-height: 1.15;
    margin: 0;
}

.identifix-final-cta-text {
    font-size: 14px;
    color: #D1D3D4;
}

.identifix-final-cta-btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600 !important;
    font-size: 14px;
    letter-spacing: 0.06em;
    color: var(--solera-jacarta) !important;
    text-decoration: none;
    padding: 16px 30px;
    background: var(--solera-sun);
    border-radius: 3px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.identifix-final-cta-btn:hover {
    filter: brightness(1.06);
}

