
.col-lg-5{
    position:relative;
    align-items: center;
}
.center-stats{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    width:100%;
    padding:20px 15px;
    background:#fff;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.step{
    font-size:16px;
    font-weight:700;
    color:#16398f;
    white-space:nowrap;
    flex:1;
    text-align:center;
}

.ai-text{
    color:#1f4ab8;
}

.process-arrow{
    font-size:22px;
    color:#1f4ab8;
    flex-shrink:0;
}
.ocr-section {
    padding: 40px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.finora-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 38px;
    background: linear-gradient(135deg, #1f4ab8 0%, #16398f 50%, #0d235c 100%);
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 25px rgba(31, 74, 184, 0.35);
    cursor: pointer;
}

.finora-cta-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.finora-cta-btn:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 18px 40px rgba(31, 74, 184, 0.5);
    background: linear-gradient(135deg, #2557d6 0%, #1f4ab8 50%, #122c73 100%);
    color: #ffffff !important;
}

.finora-cta-btn:hover i {
    transform: translateX(6px);
}

.finora-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    transition: left 0.75s ease;
}

.finora-cta-btn:hover::before {
    left: 100%;
}

/* Financial Document Processing Section */
.automation-section {
    width: 100%;
    padding: 40px 0;
    background: #f8fbff;
    position: relative;
}

.automation-heading p {
    max-width: 760px;
    margin: 12px auto 45px;
    color: #000000;
    line-height: 1.6;
}

.automation-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 24px !important;
    width: 100%;
}

.automation-card {
    flex: 0 0 calc(25% - 18px) !important;
    max-width: calc(25% - 18px) !important;
    background: #ffffff;
    border-radius: 16px;
    padding: 34px 22px 28px;
    text-align: center;
    border: 1px solid #e1e8f5;
    border-top: 4px solid #16398f;
    box-shadow: 0 8px 20px rgba(16, 57, 143, 0.05);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.automation-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(16, 57, 143, 0.12);
    border-color: #cbd5e1;
    border-top-color: #1f4ab8;
}

.auto-icon-minimal {
    font-size: 30px;
    color: #375fa5;
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, color 0.3s ease;
}

.automation-card:hover .auto-icon-minimal {
    color: #1f4ab8;
    transform: scale(1.1);
}

.automation-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
    line-height: 1.35;
}

.automation-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    margin: 0;
}

@media (max-width: 1199px) {
    .automation-card {
        flex: 0 0 calc(33.333% - 16px) !important;
        max-width: calc(33.333% - 16px) !important;
    }
}

@media (max-width: 767px) {
    .automation-card {
        flex: 0 0 calc(50% - 12px) !important;
        max-width: calc(50% - 12px) !important;
    }
}

@media (max-width: 575px) {
    .automation-card {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* ==========================================
   KYC DOCUMENT PROCESSING SECTION (COMPACT FIT)
========================================== */
.kyc-section {
    padding: 35px 0 30px;
    background: #ffffffff;
    position: relative;
}

.kyc-main-heading {
    text-align: center;
    margin-bottom: 22px;
}

.kyc-main-heading h2 {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.5px;
    margin: 0;
}

.kyc-heading-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 6px;
}

.kyc-heading-dots .bar {
    width: 28px;
    height: 3px;
    background: #1665ff;
    border-radius: 3px;
}

.kyc-heading-dots .dot {
    width: 5px;
    height: 5px;
    background: #385fa6;
    border-radius: 50%;
}

/* Left Content Column */
.kyc-left-content h3 {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    line-height: 1.25;
}

.kyc-left-content h3 span {
    color: #385fa6;
    display: block;
}

.kyc-blue-line {
    width: 36px;
    height: 3px;
    background: #385fa6;
    margin: 12px 0;
    border-radius: 2px;
}


/* Left Illustration Container */
.kyc-illustration {
    position: relative;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}

.kyc-illustration svg {
    width: 100%;
    height: auto;
}

/* Right Processing Blocks */
.kyc-block-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kyc-block-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    position: relative;
    padding: 12px 16px 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.02);
    transition: all 0.25s ease;
}

.kyc-block-card:hover {
    border-color: #3b82f6;
    box-shadow: 0 6px 18px rgba(22, 101, 255, 0.08);
}

.kyc-number-badge {
    position: absolute;
    top: -1px;
    left: -1px;
    background: #385fa6;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 11px;
    border-top-left-radius: 11px;
    border-bottom-right-radius: 9px;
    box-shadow: 1px 1px 5px rgba(22, 101, 255, 0.2);
}

.kyc-block-info {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
}

.kyc-circle-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #eff6ff;
    border: 2px solid #3b82f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #385fa6;
    font-size: 21px;
    flex-shrink: 0;
    box-shadow: 0 3px 8px rgba(59, 130, 246, 0.1);
}

.kyc-block-text h4 {
    font-size: 15px;
    font-weight: 700;
    color: #385fa6;
    margin-bottom: 2px;
}

.kyc-block-text p {
    font-size: 12px;
    margin: 0;
    line-height: 1.6;
}

/* Dashed Container Box on Right */
.kyc-dashed-box {
    border: 1.5px dashed #385fa6;
    border-radius: 10px;
    padding: 14px 10px 8px;
    position: relative;
    background: #f8fafc;
    min-width: 250px;
    flex-shrink: 0;
}

.kyc-box-pill {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #385fa6;
    color: #ffffff;
    font-size: 9.5px;
    font-weight: 700;
    padding: 2px 14px;
    border-radius: 16px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(22, 101, 255, 0.2);
}

.kyc-items-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    gap: 6px;
}

.kyc-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3px;
    flex: 1;
    min-width: 44px;
}

.kyc-item i {
    font-size: 18px;
    color: #385fa6;
}

.kyc-item span {
    font-size: 10px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.15;
}

/* Bottom Feature Highlights Bar */
.kyc-highlights-bar {
    margin-top: 22px;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 18px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.02);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kyc-highlight-item {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    justify-content: center;
    border-right: 1.5px solid #e2e8f0;
    padding: 2px 8px;
}

.kyc-highlight-item:last-child {
    border-right: none;
}

.kyc-highlight-item i {
    font-size: 18px;
    color: #385fa6;
}

.kyc-highlight-item span {
    font-size: 13px;
    font-weight: 700;
    color: #385fa6;
}

/* Mobile Responsive Adjustments */
@media (max-width: 1199px) {
    .kyc-dashed-box {
        min-width: 250px;
    }
}

@media (max-width: 991px) {
    .kyc-block-card {
        flex-direction: column;
        align-items: stretch;
        padding-top: 36px;
    }
    .kyc-dashed-box {
        width: 100%;
        min-width: 100%;
    }
    .kyc-left-content {
        margin-bottom: 40px;
        text-align: center;
    }
    .kyc-blue-line {
        margin: 12px auto;
    }
    .kyc-highlights-bar {
        flex-wrap: wrap;
        gap: 16px;
    }
    .kyc-highlight-item {
        flex: 0 0 calc(50% - 16px);
        border-right: none;
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .kyc-main-heading h2 {
        font-size: 28px;
    }
    .kyc-left-content h3 {
        font-size: 24px;
    }
    .kyc-highlight-item {
        flex: 0 0 100%;
    }
    .kyc-block-info {
        flex-direction: column;
        align-items: flex-start;
    }
    .kyc-items-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
    }
}

/* ==========================================
   LIGHT & PROMINENT PROVEN BUSINESS IMPACT
========================================== */
.pbi-banner-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 38px 45px 36px;
    box-shadow: 0 12px 35px rgba(31, 74, 184, 0.08);
    border: 1px solid #e2e8f0;
    border-top: 4px solid #16398f;
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
    transition: box-shadow 0.3s ease;
}

.pbi-banner-card:hover {
    box-shadow: 0 18px 45px rgba(31, 74, 184, 0.12);
}

.pbi-tag {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 20px;
    background: #eef4ff;
    color: #16398f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pbi-header-title {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 30px;
    letter-spacing: -0.3px;
    font-family: 'Montserrat', sans-serif;
}

.pbi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    justify-content: center;
}

.pbi-col {
    position: relative;
    padding: 0 28px;
    border-right: 1.5px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pbi-col:first-child {
    padding-left: 0;
}

.pbi-col:last-child {
    padding-right: 0;
    border-right: none;
}

.pbi-stat-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 12px;
    width: 100%;
}

.pbi-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #eff6ff;
    border: 1.5px solid #bfdbfe;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(31, 74, 184, 0.06);
    flex-shrink: 0;
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.pbi-col:hover .pbi-icon-wrapper {
    transform: translateY(-3px);
    background: #16398f;
    border-color: #16398f;
    box-shadow: 0 8px 20px rgba(22, 57, 143, 0.25);
}

.pbi-col:hover .pbi-icon-wrapper svg {
    stroke: #ffffff !important;
}

.pbi-col:hover .pbi-icon-wrapper svg circle {
    fill: #ffffff !important;
}

.pbi-icon-wrapper svg {
    width: 24px;
    height: 24px;
    transition: stroke 0.3s ease;
}

.pbi-icon-wrapper i {
    font-size: 22px;
    color: #16398f;
    transition: color 0.3s ease;
}

.pbi-col:hover .pbi-icon-wrapper i {
    color: #ffffff !important;
}

/* ==========================================
   OCR CHALLENGE SECTION REDESIGN
========================================== */
.ocr-section {
    padding: 50px 0;
    background: #ffffff;
    position: relative;
}

.ocr-challenge-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.ocr-challenge-card {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 26px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.ocr-challenge-card:hover {
    background: #ffffff;
    border-color: #16398f;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(22, 57, 143, 0.1);
}

.ocr-challenge-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #eff6ff;
    border: 1.5px solid #bfdbfe;
    color: #16398f;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.ocr-challenge-card:hover .ocr-challenge-icon {
    background: #16398f;
    border-color: #16398f;
    color: #ffffff;
}

.ocr-challenge-card h4 {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
    line-height: 1.3;
}

.ocr-challenge-card p {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.5;
    margin: 0;
}

.ocr-image-wrapper {
    margin-top: 20px;
    border-radius: 16px;
    overflow: hidden;
}

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

@media (max-width: 575px) {
    .ocr-challenge-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .ocr-challenge-card {
        padding: 20px 16px;
    }
}

.pbi-stat-number {
    font-size: 38px;
    font-weight: 800;
    color: #16398f;
    line-height: 1;
    letter-spacing: -0.5px;
    font-family: 'Montserrat', sans-serif;
}

.pbi-stat-label {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 1.45;
    margin: 0 auto;
    max-width: 210px;
    text-align: center;
}

/* ==========================================
   LIGHT & PROMINENT INTEGRATION SECTION
========================================== */
.integration-redesign-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 38px 45px 36px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
    border: 1px solid #e2e8f0;
    border-top: 4px solid #16398f;
    position: relative;
}

.integration-header-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 28px;
}

.integration-header-left h2 {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    margin: 6px 0 8px 0;
    letter-spacing: -0.3px;
    font-family: 'Montserrat', sans-serif;
}

.integration-header-left p {
    font-size: 15px;
    color: #000000;
    margin: 0;
    font-weight: 500;
}

.integration-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border-radius: 20px;
    background: #ecfdf5;
    color: #16398f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.integration-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}

.integration-tile {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 0.3s ease;
    cursor: default;
}

.integration-tile:hover {
    background: #ffffff;
    border-color: #16398f;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(22, 57, 143, 0.12);
}

.integration-tile-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #eff6ff;
    color: #16398f;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.integration-tile:hover .integration-tile-icon {
    background: #16398f;
    color: #ffffff;
}

.integration-tile span {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.35;
}

.integration-note-bar {
    background: linear-gradient(135deg, #f0fdf4 0%, #eff6ff 100%);
    border: 1.5px solid #bbf7d0;
    border-radius: 14px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.integration-note-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #16398f;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}

.integration-note-text {
    margin: 0;
    font-size: 14px;
    color: #1e293b;
    line-height: 1.5;
}

.integration-note-text strong {
    color: #16398f;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    .pbi-banner-card, .integration-redesign-card {
        padding: 30px 28px;
    }
    .pbi-col {
        padding: 0 18px;
    }
    .pbi-stat-number {
        font-size: 32px;
    }
    .pbi-stat-label {
        font-size: 13px;
    }
    .integration-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .pbi-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 0;
    }
    .pbi-col {
        padding: 0 16px !important;
    }
    .pbi-col:nth-child(2n) {
        border-right: none;
    }
    .pbi-col:nth-child(1),
    .pbi-col:nth-child(2) {
        border-bottom: 1.5px solid #e2e8f0;
        padding-bottom: 20px !important;
    }
    .integration-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .pbi-grid {
        grid-template-columns: 1fr;
        gap: 20px 0;
    }
    .pbi-col {
        border-right: none !important;
        border-bottom: 1.5px solid #e2e8f0 !important;
        padding: 0 0 16px 0 !important;
    }
    .pbi-col:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }
    .pbi-banner-card, .integration-redesign-card {
        padding: 22px 18px;
        border-radius: 16px;
    }
    .pbi-header-title, .integration-header-left h2 {
        font-size: 22px;
    }
    .pbi-stat-number {
        font-size: 30px;
    }
    .integration-cards-grid {
        grid-template-columns: 1fr;
    }
    .integration-note-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

/* ==========================================
   DATALENS / MEET FINORA AI SECTION REDESIGN
========================================== */
.datalens-redesign-section {
    padding: 60px 0 45px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    position: relative;
}

.datalens-wrapper-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 45px;
    align-items: center;
    margin-bottom: 45px;
}

.datalens-content-left h2 {
    font-size: 30px;
    font-weight: 800;
    color: #0f172a;
    margin: 8px 0 16px 0;
    letter-spacing: -0.4px;
    font-family: 'Montserrat', sans-serif;
}

.datalens-content-left p {
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 16px;
}

.datalens-visual-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.datalens-feature-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
    transition: all 0.3s ease;
}

.datalens-feature-card:hover {
    transform: translateY(-4px);
    border-color: #16398f;
    box-shadow: 0 12px 28px rgba(22, 57, 143, 0.12);
}

.dl-icon-box {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #eff6ff;
    border: 1.5px solid #bfdbfe;
    color: #16398f;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.datalens-feature-card:hover .dl-icon-box {
    background: #16398f;
    border-color: #16398f;
    color: #ffffff;
}

.datalens-feature-card span {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
}

/* Bottom Extract Box Redesign */
.extract-box-redesign {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-top: 4px solid #16398f;
    border-radius: 20px;
    padding: 36px 40px;
    box-shadow: 0 12px 35px rgba(31, 74, 184, 0.08);
}

.extract-header-redesign {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
}

.extract-brain-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: #eff6ff;
    border: 1.5px solid #bfdbfe;
    color: #16398f;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(22, 57, 143, 0.1);
}

.extract-header-text h3 {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 4px 0;
    font-family: 'Montserrat', sans-serif;
}

.extract-header-text p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.extract-items-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 20px;
}

.extract-pill-item {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    transition: all 0.3s ease;
}

.extract-pill-item i {
    color: #16398f;
    font-size: 16px;
}

.extract-pill-item:hover {
    background: #ffffff;
    border-color: #16398f;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(22, 57, 143, 0.1);
}

@media (max-width: 991px) {
    .datalens-wrapper-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .datalens-content-left {
        text-align: center;
    }
    .datalens-content-left h2 {
        text-align: center;
    }
    .datalens-content-left .pbi-tag {
        display: inline-block;
        margin: 0 auto 10px;
    }
    .extract-items-grid {
        grid-template-columns: 1fr;
    }
    .extract-header-redesign {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .extract-header-text {
        text-align: center;
    }
    .pbi-banner-card {
        text-align: center;
    }
    .pbi-header-title {
        text-align: center;
    }
    .pbi-tag {
        display: table;
        margin: 0 auto 10px;
    }
    .pbi-stat-header {
        justify-content: center;
    }
    .pbi-stat-label {
        text-align: center;
        margin: 0 auto;
    }
    .integration-redesign-card {
        text-align: center;
    }
    .integration-header-row {
        justify-content: center;
    }
    .integration-header-left {
        text-align: center;
    }
    .integration-badge-pill {
        margin: 0 auto 8px;
    }
    .integration-note-bar {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .datalens-visual-grid {
        grid-template-columns: 1fr;
    }
    .datalens-feature-card {
        justify-content: center;
        text-align: center;
    }
    .extract-box-redesign {
        padding: 24px 20px;
    }
    .extract-pill-item {
        justify-content: center;
        text-align: center;
    }
    .integration-tile {
        justify-content: center;
        text-align: center;
    }
    .extract-header-redesign {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }
    .extract-header-text h3 {
        font-size: 20px;
        text-align: center;
    }
}