.local-landing {
    color: #202020;
    background: #ffffff;
}

.local-landing *,
.local-landing *::before,
.local-landing *::after {
    box-sizing: border-box;
}

.local-landing h1,
.local-landing h2,
.local-landing h3 {
    color: #111a70;
    line-height: 1.25;
}

.local-landing h1 {
    margin: 0 0 20px;
    font-size: 42px;
    font-weight: 700;
}

.local-landing h2 {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 700;
}

.local-landing h3 {
    margin-top: 0;
    font-size: 21px;
    font-weight: 700;
}

.local-landing p,
.local-landing li {
    font-size: 17px;
    line-height: 1.7;
}

.local-landing a {
    transition: all 0.2s ease;
}

/* Hero */

.local-hero {
    padding: 75px 0;
    background: linear-gradient(
        135deg,
        #f4f5ff 0%,
        #ffffff 58%,
        #fff5ec 100%
    );
    border-bottom: 1px solid #e7e7e7;
}

.local-hero-content {
    max-width: 720px;
}

.local-eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    color: #7627bc;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.local-hero-lead {
    margin-bottom: 25px;
    color: #3b3b3b;
    font-size: 20px !important;
    line-height: 1.65 !important;
}

.local-check-list {
    margin: 25px 0;
    padding: 0;
    list-style: none;
}

.local-check-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
}

.local-check-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #7627bc;
    content: "✓";
    font-weight: 700;
}

/* Buttons */

.local-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.local-btn {
    display: inline-block;
    padding: 14px 25px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
}

.local-btn-primary {
    color: #ffffff !important;
    background: #f58220;
    border: 2px solid #f58220;
}

.local-btn-primary:hover,
.local-btn-primary:focus {
    color: #ffffff !important;
    background: #d96809;
    border-color: #d96809;
}

.local-btn-secondary {
    color: #111a70 !important;
    background: #ffffff;
    border: 2px solid #111a70;
}

.local-btn-secondary:hover,
.local-btn-secondary:focus {
    color: #ffffff !important;
    background: #111a70;
}

/* Trust panel */

.local-trust-panel {
    padding: 28px;
    color: #ffffff;
    background: #111a70;
    border-radius: 5px;
    box-shadow: 0 12px 30px rgba(17, 26, 112, 0.15);
}

.local-trust-panel h2,
.local-trust-panel h3,
.local-trust-panel p,
.local-trust-panel li {
    color: #ffffff;
}

.local-trust-panel ul {
    margin-bottom: 0;
    padding-left: 20px;
}

/* General sections */

.local-section {
    padding: 65px 0;
}

.local-section-alt {
    background: #f7f7fa;
}

.local-section-intro {
    max-width: 780px;
    margin-bottom: 35px;
}

/* Cards */

.local-card-grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.local-card-column {
    width: 33.333333%;
    padding: 12px;
}

.local-card {
    height: 100%;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e5e5ea;
    border-top: 4px solid #7627bc;
    border-radius: 4px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.local-card p:last-child {
    margin-bottom: 0;
}

/* Service list */

.local-service-list {
    display: flex;
    flex-wrap: wrap;
    margin: 25px -8px 0;
    padding: 0;
    list-style: none;
}

.local-service-list li {
    width: 50%;
    padding: 8px;
}

.local-service-list span {
    display: block;
    height: 100%;
    padding: 16px 18px;
    background: #ffffff;
    border: 1px solid #e1e1e6;
    border-radius: 3px;
    font-weight: 600;
}

/* Process */

.local-process {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px 0;
}

.local-process-step {
    width: 20%;
    padding: 10px;
}

.local-process-box {
    height: 100%;
    padding: 25px 18px;
    background: #ffffff;
    border: 1px solid #e5e5ea;
    border-radius: 4px;
    text-align: center;
}

.local-process-number {
    display: flex;
    width: 44px;
    height: 44px;
    margin: 0 auto 15px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #7627bc;
    border-radius: 50%;
    font-size: 19px;
    font-weight: 700;
}

/* Feature rows */

.local-feature-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.local-feature-content,
.local-feature-aside {
    width: 50%;
}

.local-feature-content {
    padding-right: 40px;
}

.local-feature-aside {
    padding: 30px;
    background: #fff5ec;
    border-left: 5px solid #f58220;
    border-radius: 4px;
}

.local-feature-aside h3 {
    margin-bottom: 15px;
}

/* FAQ accordion */

.local-faq {
    max-width: 900px;
}

.local-faq > h2 {
    margin-bottom: 28px;
}

.local-faq-item {
    margin-bottom: 12px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    overflow: hidden;
}

.local-faq-item summary {
    position: relative;
    padding: 20px 55px 20px 22px;
    color: #111a70;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    list-style: none;
}

.local-faq-item summary::-webkit-details-marker {
    display: none;
}

.local-faq-item summary::after {
    position: absolute;
    top: 50%;
    right: 22px;
    color: #7627bc;
    content: "+";
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
}

.local-faq-item[open] summary::after {
    content: "−";
}

.local-faq-item summary:hover,
.local-faq-item summary:focus {
    background: #f7f7fa;
}

.local-faq-item summary:focus-visible {
    outline: 2px solid #7627bc;
    outline-offset: -2px;
}

.local-faq-answer {
    padding: 0 22px 20px;
}

.local-faq-answer p {
    margin: 0;
}

/* Final CTA */

.local-final-cta {
    padding: 65px 0;
    color: #ffffff;
    background: #111a70;
    text-align: center;
}

.local-final-cta h2 {
    color: #ffffff;
    font-size: 34px;
}

.local-final-cta p {
    max-width: 760px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    color: #ffffff;
    font-size: 19px;
}

.local-final-cta .local-cta-row {
    justify-content: center;
}

.local-contact-note {
    margin-top: 18px;
    color: #ffffff;
    font-size: 15px !important;
}

/* Tablet */

@media (max-width: 991px) {
    .local-landing h1 {
        font-size: 36px;
    }

    .local-trust-panel {
        margin-top: 35px;
    }

    .local-card-column {
        width: 50%;
    }

    .local-process-step {
        width: 33.333333%;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .local-hero,
    .local-section,
    .local-final-cta {
        padding: 45px 0;
    }

    .local-landing h1 {
        font-size: 31px;
    }

    .local-landing h2 {
        font-size: 26px;
    }

    .local-hero-lead {
        font-size: 18px !important;
    }

    .local-card-column,
    .local-service-list li,
    .local-process-step,
    .local-feature-content,
    .local-feature-aside {
        width: 100%;
    }

    .local-feature-content {
        margin-bottom: 25px;
        padding-right: 0;
    }

    .local-btn {
        width: 100%;
    }

    .local-faq-item summary {
        padding: 18px 48px 18px 18px;
        font-size: 17px;
    }

    .local-faq-item summary::after {
        right: 18px;
    }

    .local-faq-answer {
        padding: 0 18px 18px;
    }
}

.local-card-grid-four .local-card-column {
    flex: 0 0 25%;
    max-width: 25%;
}

@media (max-width: 991px) {
    .local-card-grid-four .local-card-column {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .local-card-grid-four .local-card-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
}