.about-hero {
    padding: 160px 0 100px;
}

.about-hero h1 {
    font-size: clamp(2.5rem, 4vw, 3.8rem);
    margin: 16px 0;
    max-width: 18ch;
}

.about-hero-text {
    max-width: 60ch;
    color: #c8d4e3;
    font-size: 1.1rem;
}

.about-company {
    padding: 100px 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
}

.about-text p {
    margin-bottom: 18px;
    color: #c8d4e3;
}

.about-cards {
    display: grid;
    gap: 18px;
}

.about-card {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 14px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.about-card h3 {
    margin-bottom: 10px;
}

.site-footer {
    background: #020617;
    color: #cbd5e1;
    padding: 80px 0 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 40px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 14px;
}

.footer-description {
    color: #cbd5e1;
    max-width: 320px;
    font-size: 14px;
    line-height: 1.6;
}

.footer-col h4 {
    font-size: 14px;
    margin-bottom: 14px;
    color: #e2e8f0;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col li {
    margin-bottom: 10px;
}

.footer-col a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 14px;
    transition: color .2s;
}

.footer-col a:hover {
    color: #ffffff;
}

.footer-bottom {
    margin-top: 60px;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
    padding-top: 20px;
    text-align: center;
    font-size: 13px;
    color: #64748b;
}

.footer-brand .brand-mark {
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
    color: white;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.35);
}

.footer-brand .brand-text {
    color: #f8fafc;
    font-weight: 700;
}