.apie-organizacija-statistika-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    background: transparent;
}

.inner-wrap {
    width: 1321px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.block-title {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 600;
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #0045A6;
    margin: 0;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #0045A6;
    background: #fff;
    border: 1px solid #B7D1E5;
    border-radius: 42px;
    padding: 12px 20px;
    height: 47px;
    min-width: 101px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    box-sizing: border-box;
}

.btn:hover {
    background: #0045A6;
    color: #fff;
}

.apie-organizacija-statistika {
    width: 1321px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 28px 104px 0px #0060AC2B;
    padding: 50px;
    margin: 0 auto;
    box-sizing: border-box;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 60px;
    row-gap: 80px;
}

.stat-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFE100;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

.icon i {
    font-size: 20px;
    color: #000;
}

.stat-item h3 {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 600;
    font-size: 72px;
    line-height: 82px;
    letter-spacing: 0;
    color: #000;
    margin: 0;
}

.stat-item p {
    position: relative;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    width: 100%;
    padding-right: 32px;
}

.tooltip-wrap {
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(80%);
}

.tooltip-btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #0056D2;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.tooltip-btn:hover {
    background: #003fa3;
}

.tooltip-content {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    background: #fff;
    color: #000;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 10px 14px;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    min-width: 200px;
    z-index: 10;
}

.tooltip-btn.active + .tooltip-content {
    display: block;
}

.stat-item {
    position: relative;
}

.stat-item:not(:nth-child(3n))::after {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 1px;
    height: 100%;
    background: #B3D0E7B2;
}
