p {
    margin-bottom: 1.25rem;
}

.p-infotext {
    max-width: 650px;
}

h1,
h2,
h3,
h4 {
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: 0.5px;
}

.text-secondary {
    color: #A6A6A6 !important;
}

.accent {
    color: #D4AF37;
}

.btn-accent {
    border: 2px solid #D4AF37;
    color: #D4AF37;
    background: transparent;
}

.btn-accent:hover {
    background-color: #D4AF37;
    color: #121212;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.service-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
}

#contact {
    color: #F2F2F2;
}

#contact .form-label {
    color: #B3B3B3;
}

#contact .form-control {
    background-color: #1A1A1A;
    border: 1px solid #333;
    color: #F2F2F2;
}

#contact .form-control:focus {
    border-color: #D4AF37;
    box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
}

#contact .btn-outline-warning {
    border-color: #D4AF37;
    color: #D4AF37;
}

#contact .btn-outline-warning:hover {
    background-color: #D4AF37;
    color: #121212;
}

.showcase img {
    filter: brightness(0.92);
    border: 1px solid #1E1E1E;
    border-radius: .5rem;
    transition: transform .25s ease, filter .25s ease;
    z-index: 1;

    object-fit: cover;
    object-position: top;
}

.showcase img:hover {
    transform: scale(1.02);
    filter: brightness(1.05);
}

.showcase-top-overlay {
    background: rgba(0, 0, 0, 0.5);
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    pointer-events: none;
    z-index: 2;
}

.showcase-bottom-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.demo-reel-frame {
    padding: 8px;
    border: 1px solid #a88c48;
    border-radius: 12px;
    background: rgba(0,0,0,0.25);
}

#contact img {
    border: 1px solid #D4AF37;
    padding: 8px;
    background: #121212;
}