.tracking-in-expand {
    animation: tracking-in-expand 0.8s cubic-bezier(0.645, 0.045, 0.355, 1.000) 250ms forwards;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-10-24 3:24:55
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

.section-tab {
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    color: #6b7280;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.section-tab:hover {
    color: #111827;
}

.active-tab {
    color: #111827;
    font-weight: 600;
    border-bottom: 2px solid #111827;
}

.content-section {
    display: none;
}

.content-section.active {
    display: block;
}