.tech-stack-section {
    scroll-margin-top: 180px;
}

.tech-stack-section-soft .container {
    background: var(--products-sections-bg);
    border-radius: 60px;
    padding: 60px 20px;
}

.tech-stack-heading {
    max-width: 780px;
}

.tech-stack-title {
    color: var(--text-dark);
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 900;
    line-height: 1.08;
}

.tech-stack-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--primary-light);
    color: var(--primary-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.tech-stack-eyebrow span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary-color);
}

.tech-stack-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border: 1px solid var(--border-color);
    border-radius: 18px;
    background: var(--white);
    box-shadow: var(--shadow-sm);
    transition: var(--transition-base);
}

.tech-stack-card:hover {
    border-color: var(--primary-color);
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.tech-stack-card::before {
    content: "";
    position: absolute;
    top: -36px;
    right: -36px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--primary-color) 16%, transparent);
    filter: blur(16px);
}

.tech-stack-card > * {
    position: relative;
}

.tech-stack-abbr {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    color: var(--white);
    font-size: 20px;
    font-weight: 900;
}

.tech-stack-card h3 {
    margin: 0;
    color: var(--text-dark);
    font-size: 20px;
    font-weight: 900;
}

.tech-stack-card small {
    color: var(--primary-dark);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tech-stack-card p {
    margin: 20px 0 0;
    color: var(--text-gray);
    font-size: 14px;
}

.react {
    background: linear-gradient(135deg, #61DAFB 0%, #2C7BE5 100%);
}

.reactnative {
    background: linear-gradient(135deg, #61DAFB 0%, #1E88E5 100%);
}

.nodejs {
    background: linear-gradient(135deg, #3C873A 0%, #2E7D32 100%);
}

.phplaravel {
    background: linear-gradient(135deg, #777BB3 0%, #4B558A 100%);
}

.laravel {
    background: linear-gradient(135deg, #FF2D20 0%, #C62828 100%);
}

.aws {
    background: linear-gradient(135deg, #FF9900 0%, #FF6B00 100%);
}

.awsrds {
    background: linear-gradient(135deg, #3B48CC 0%, #1A237E 100%);
}

.awss3 {
    background: linear-gradient(135deg, #569A31 0%, #2E7D32 100%);
}

.mongodb {
    background: linear-gradient(135deg, #47A248 0%, #2E7D32 100%);
}

.mysql {
    background: linear-gradient(135deg, #00758F 0%, #005C75 100%);
}

.stripe {
    background: linear-gradient(135deg, #6772E5 0%, #4C5BD4 100%);
}

.openai {
    background: linear-gradient(135deg, #10A37F 0%, #0E7C5B 100%);
}

.claude {
    background: linear-gradient(135deg, #d97757 0%, #b1593d 100%);
}

.gemini {
    background: linear-gradient(135deg, #4285F4 0%, #1A73E8 100%);
}
.swiftui {
    background: linear-gradient(135deg, #ef4e34 0%, #a33321 100%);
}

.socketio {
    background: linear-gradient(135deg, #010101 0%, #2B2B2B 100%);
}

.firebase {
    background: linear-gradient(135deg, #FFCA28 0%, #F57F17 100%);
}

.home-quote-stack-panel {
    width: 100%;
}

.home-quote-stack-panel-inner {
    padding: 24px;
    border: 1px solid var(--border-color);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(240,248,251,0.92) 100%);
    box-shadow: var(--shadow-sm);
}

.home-quote-stack-title {
    margin-top: 8px;
    color: var(--text-dark);
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.3;
}

.home-quote-stack-card {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 74px;
    padding: 12px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    background: rgba(255,255,255,0.9);
    position: relative;
    overflow: hidden;
}

.home-quote-stack-card:before {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--primary-color) 16%, transparent);
    filter: blur(16px);
}

.home-quote-stack-abbr {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    flex-shrink: 0;
}

.home-quote-stack-copy strong {
    display: block;
    color: var(--text-dark);
    font-size: 0.95rem;
    line-height: 1.2;
}

.home-quote-stack-copy span {
    display: block;
    color: var(--text-gray);
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .home-quote-stack-panel-inner {
        padding: 18px;
    }

    .home-quote-stack-card {
        min-height: 68px;
    }
}

.tech-stack-section {
    background: #fafafa;
}
