﻿.page-hero {
    padding: 3rem 0 2rem;
    text-align: center;
}

.page-hero__subtitle {
    max-width: 700px;
    margin: 0.5rem auto 0;
    font-size: 1.1rem;
    opacity: 0.85;
}

.page-section {
    max-width: 900px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.bullet-grid {
    list-style: none;
    padding-left: 0;
}

    .bullet-grid li {
        margin-bottom: 0.5rem;
    }

.page-section--contact {
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 2rem;
}

.btn-primary {
    display: inline-block;
    padding: 0.6rem 1.4rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}
.project-card {
    border-radius: 0.75rem;
    border: 1px solid #e2e6ea;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}

.project-stack {
    font-size: 0.85rem;
}
.project-card {
    border-radius: 0.75rem;
    border: 1px solid #e2e6ea;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .project-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
    }

.project-meta {
    font-size: 0.85rem;
}

