.skip-link {
    position: fixed;
    top: 0;
    left: 1rem;
    z-index: 2000;
    padding: 0.75rem 1rem;
    background: #fff;
    color: #212529;
    transform: translateY(-120%);
    transition: transform 0.2s ease;
}

.skip-link:focus {
    transform: translateY(0);
}

#mainNav .navbar-brand img {
    width: 200px;
    height: auto;
}

#mainNav .nav-link {
    text-transform: none;
}

.seo-page-header {
    padding: 10.5rem 0 5rem;
    color: #fff;
    background: linear-gradient(rgba(24, 28, 33, 0.76), rgba(24, 28, 33, 0.76)), url('/assets/img/header-bg.jpg') center center / cover no-repeat;
}

.seo-page-header h1 {
    max-width: 920px;
    margin: 0 auto 1.25rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1.15;
}

.seo-page-header .lead {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
}

.breadcrumb-wrap {
    padding: 1rem 0;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.breadcrumb-wrap a {
    color: #8d2036;
}

.content-section {
    padding: 5rem 0;
}

.content-section + .content-section {
    padding-top: 0;
}

.content-section h2,
.content-section h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.content-section p,
.content-section li {
    line-height: 1.8;
}

.intro-copy {
    max-width: 900px;
    margin: 0 auto;
}

.service-card {
    height: 100%;
    padding: 2rem;
    border: 1px solid #e4e6e8;
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 0.75rem 2rem rgba(18, 22, 26, 0.06);
}

.service-card h2,
.service-card h3 {
    font-size: 1.25rem;
}

.service-card .fa-stack {
    margin-bottom: 1rem;
}

.check-list,
.contact-list,
.process-list {
    padding-left: 0;
    list-style: none;
}

.check-list li,
.contact-list li,
.process-list li {
    position: relative;
    margin-bottom: 0.85rem;
    padding-left: 1.75rem;
}

.check-list li::before {
    position: absolute;
    left: 0;
    content: "✓";
    color: #8d2036;
    font-weight: 700;
}

.process-list {
    counter-reset: process;
}

.process-list li {
    padding-left: 3rem;
}

.process-list li::before {
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #8d2036;
    color: #fff;
    content: counter(process);
    counter-increment: process;
    text-align: center;
    line-height: 2rem;
    font-weight: 700;
}

.contact-list li {
    padding-left: 2rem;
}

.contact-list i {
    position: absolute;
    left: 0;
    top: 0.4rem;
    color: #8d2036;
}

.faq-list details {
    margin-bottom: 1rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid #e4e6e8;
    border-radius: 0.4rem;
    background: #fff;
}

.faq-list summary {
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.faq-list details p {
    margin-top: 1rem;
    margin-bottom: 0;
}

.cta-section {
    background: #f4f5f6;
}


.footer-positioning strong {
    display: inline-block;
    margin-bottom: 0.2rem;
}

.footer-positioning span {
    font-weight: 700;
}

.footer-positioning small {
    color: #6c757d;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1rem;
}

.footer-links a {
    color: #343a40;
    text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus {
    text-decoration: underline;
}

.text-link {
    font-weight: 700;
}

.profile-photo {
    width: 260px;
    height: 260px;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .seo-page-header {
        padding-top: 8.5rem;
    }

    #mainNav .navbar-brand img {
        width: 170px;
    }
}
