#projects .float-end .btn,
#contact .btn {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: #ffffff !important;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(15, 80, 100, 0.18);
}

#projects .float-end .btn {
    padding: 0.45rem 0.95rem;
}

#contact .btn {
    padding: 0.7rem 1.15rem;
}

#projects .float-end .btn:hover,
#contact .btn:hover {
    background-color: var(--text-link-color) !important;
    border-color: var(--text-link-color) !important;
    color: #ffffff !important;
    opacity: 1 !important;
    transform: translateY(-1px);
}

#projects .float-end .btn:focus,
#contact .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(15, 80, 100, 0.2) !important;
}

#learning-skills .about-skills {
    margin-top: 0.5rem;
}

#learning-skills .skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

#learning-skills .skill-card {
    background-color: var(--secondary-background-color);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 1rem;
    padding: 1rem 1.1rem;
}

#learning-skills .skill-card-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

#learning-skills .skill-card h5 {
    margin: 0;
    color: var(--text-color) !important;
}

#learning-skills .skill-icon {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-size: 1rem;
    flex-shrink: 0;
}

#learning-skills .skill-card ul {
    display: block;
    margin: 0;
    padding: 0;
}

#learning-skills .skill-card ul li {
    margin-bottom: 0.75rem;
    padding-left: 1.2rem;
}

#learning-skills .skill-card ul li:last-child {
    margin-bottom: 0;
}

#learning-skills .skill-card ul li::before {
    content: "•";
    left: 0;
    color: var(--primary-color);
}

#about .about-label {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--secondary-text-color, var(--text-secondary-color)) !important;
}

#about .about-subtitle {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 500;
    line-height: 1.1;
    color: var(--text-color) !important;
}
