.section-container-71798f01 {
    width: 100%;
    box-sizing: border-box;
}

.section-container-71798f01 .tabs-container {
    width: 100%;
}

.section-container-71798f01 .tab-nav-wrapper {
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 60px;
    width: 100%;
}

.section-container-71798f01 .tab-nav {
    display: flex;
    gap: 48px;
    margin-bottom: -1px; 
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.section-container-71798f01 .tab-nav::-webkit-scrollbar {
    display: none;
}

.section-container-71798f01 .tab-trigger {
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    color: #94a3b8;
    padding: 18px 0;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    white-space: nowrap;
    flex-shrink: 0;
}

.section-container-71798f01 .tab-trigger:hover {
    color: #090d16;
}

.section-container-71798f01 .tab-trigger.active {
    color: #090d16;
    border-bottom: 2px solid #090d16;
    font-weight: 700;
}

.section-container-71798f01 .tab-content {
    display: none;
    opacity: 0;
    width: 100%;
}

.section-container-71798f01 .tab-content.active {
    display: block;
    animation: highEndFadeIn 0.65s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.section-container-71798f01 .tab-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 80px;
    align-items: stretch; 
}

.section-container-71798f01 .tab-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center; 
}

.section-container-71798f01 .tab-title {
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 24px;
    color: #090d16;
}

.section-container-71798f01 .tab-description {
    color: #475569;
    line-height: 1.8;
    font-size: 1.05rem;
    font-weight: 400;
    margin-bottom: 48px;
}

.section-container-71798f01 .tab-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.section-container-71798f01 .tab-metric-box {
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.04);
    padding: 28px;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
}

.section-container-71798f01 .tab-metric-box:hover {
    background: #ffffff;
    border-color: #e2e8f0;
    box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(15, 23, 42, 0.02);
    transform: translateY(-2px);
}

.section-container-71798f01 .tab-metric-box h5 {
    margin: 0 0 8px 0;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #0284c7;
    font-weight: 700;
}

.section-container-71798f01 .tab-metric-box p {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #090d16;
}

.section-container-71798f01 .tab-image-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 100%; 
    min-height: 450px; 
    box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(15, 23, 42, 0.02);
    border: 1px solid rgba(15, 23, 42, 0.05);
    box-sizing: border-box;
}

.section-container-71798f01 .tab-image {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
    display: block;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.section-container-71798f01 .tab-image-wrapper:hover .tab-image {
    transform: scale(1.035);
}

@keyframes highEndFadeIn {
    0% {
        opacity: 0;
        transform: translateY(16px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {
    .section-container-71798f01 .tab-grid {
        gap: 40px;
    }
    .section-container-71798f01 .tab-title {
        font-size: 1.9rem;
    }
}

@media (max-width: 1024px) {
    .section-container-71798f01 .tab-nav-wrapper {
        margin-bottom: 40px;
    }
    .section-container-71798f01 .tab-nav {
        gap: 32px;
    }
    .section-container-71798f01 .tab-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        align-items: start;
    }
    .section-container-71798f01 .tab-image-wrapper {
        height: auto;
        aspect-ratio: 16 / 9;
        min-height: auto;
        order: -1;
    }
    .section-container-71798f01 .tab-description {
        margin-bottom: 32px;
    }
}

@media (max-width: 768px) {
    .section-container-71798f01 {
        padding: 0;
    }
    .section-container-71798f01 .tab-title {
        font-size: 1.65rem;
    }
    .section-container-71798f01 .tab-metric-box {
        padding: 22px;
    }
    .section-container-71798f01 .tab-metric-box p {
        font-size: 1.05rem;
    }
}

@media (max-width: 640px) {
    .section-container-71798f01 .tab-nav {
        gap: 24px;
    }
    .section-container-71798f01 .tab-metrics {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .section-container-71798f01 .tab-title {
        font-size: 1.45rem;
        margin-bottom: 16px;
    }
    .section-container-71798f01 .tab-description {
        font-size: 0.98rem;
        margin-bottom: 28px;
        line-height: 1.7;
    }
}

@media (max-width: 360px) {
    .section-container-71798f01 .tab-trigger {
        font-size: 0.95rem;
    }
    .section-container-71798f01 .tab-image-wrapper {
        aspect-ratio: 4 / 3;
    }
}