.page-hero {
    border-left: 5px solid var(--accent);
}

.contact-card {
    border-left: 3px solid rgba(30, 132, 194, 0.45);
}

.contact-title {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.contact-title-icon {
    display: inline-flex;
    width: 1.45rem;
    height: 1.45rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(30, 132, 194, 0.14);
    color: var(--accent);
    flex-shrink: 0;
}

.contact-title-icon svg {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-title-icon svg circle {
    fill: none;
}

.contact-link {
    display: inline-block;
    margin-top: 0.65rem;
    text-decoration: none;
    font-family: "Barlow Condensed", "Segoe UI", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    background: var(--accent);
    border-radius: 8px;
    padding: 0.45rem 0.7rem;
}

.contact-link:hover,
.contact-link:focus-visible {
    opacity: 0.9;
}
