/* ============================================
   TECH STACK / TRUST SIGNALS SECTION
   AWS service logos marquee strip
   ============================================ */

.tech-stack-section {
    background: #f8f9fa;
    padding: 40px 0;
    border-top: 1px solid #e8eaed;
    border-bottom: 1px solid #e8eaed;
}

.tech-stack-label {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #80868b;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
}

.tech-icon {
    font-size: 32px;
    color: #5f6368;
    transition: color 0.3s ease;
}

.tech-item:hover .tech-icon {
    color: #1a73e8;
}

.tech-name {
    font-size: 11px;
    font-weight: 500;
    color: #80868b;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

.tech-item:hover .tech-name {
    color: #202124;
}

/* Override marquee card width for tech items */
.tech-stack-section .marquee-card {
    width: auto;
    min-width: 120px;
}
