.excel-homepage {
    background: #f3f7f4;
    color: #2f3f38;
}

.excel-home-hero {
    position: relative;
    min-height: 510px;
    max-height: none !important;
    padding: 96px 0 86px !important;
    background-position: center center !important;
    overflow: hidden;
}

.excel-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(112deg, rgba(4, 22, 18, .96), rgba(13, 83, 63, .82), rgba(0, 96, 151, .58));
    z-index: 0;
}

.excel-home-hero > .container {
    position: relative;
    z-index: 1;
    max-width: 1160px;
}

.excel-home-hero-copy {
    max-width: 820px;
    text-align: left;
}

.excel-home-kicker {
    margin: 0 0 10px !important;
    color: #1f8a5b !important;
    font-size: 12px !important;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.4 !important;
    text-transform: uppercase;
}

.excel-home-hero .excel-home-kicker {
    color: #b5f2d5 !important;
}

.excel-home-hero h1 {
    margin: 0 0 20px !important;
    color: #fff !important;
    font-size: 52px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: 0;
    text-transform: none !important;
}

.excel-home-hero-copy > p:not(.excel-home-kicker) {
    max-width: 760px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, .92) !important;
    font-size: 21px !important;
    line-height: 1.55 !important;
}

.excel-home-actions,
.excel-home-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.excel-home-actions a,
.excel-home-final-actions a,
.excel-home-contact-card a,
.excel-home-work-grid a {
    display: inline-block;
    border: 1px solid #14764d;
    border-radius: 6px;
    background: #1f8a5b;
    color: #fff !important;
    font-weight: 800;
    line-height: 1.3;
    padding: 13px 18px;
    text-align: center;
    text-decoration: none !important;
}

.excel-home-actions a + a,
.excel-home-final-actions a + a,
.excel-home-contact-card a + a {
    border-color: rgba(255, 255, 255, .38);
    background: rgba(255, 255, 255, .13);
}

.excel-home-actions a:hover,
.excel-home-actions a:focus,
.excel-home-final-actions a:hover,
.excel-home-final-actions a:focus,
.excel-home-contact-card a:hover,
.excel-home-contact-card a:focus,
.excel-home-work-grid a:hover,
.excel-home-work-grid a:focus {
    border-color: #0d5d3b;
    background: #146b45;
    color: #fff !important;
}

.excel-home-shell {
    padding: 56px 0 74px !important;
    background: #f3f7f4;
}

.excel-home-shell > .container {
    max-width: 1160px;
}

.excel-home-content {
    color: #31433b;
    text-align: left !important;
}

.excel-home-content h1,
.excel-home-content h2,
.excel-home-content h3 {
    color: #10221b;
    font-weight: 800;
    letter-spacing: 0;
    text-align: left !important;
}

.excel-home-content h1 {
    margin: 0 0 18px;
    font-size: 38px;
    line-height: 1.18;
}

.excel-home-content h2 {
    margin: 0 0 18px;
    font-size: 29px;
    line-height: 1.25;
}

.excel-home-content h3 {
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 1.3;
}

.excel-home-content p,
.excel-home-content li {
    color: #31433b;
    font-size: 17px;
    line-height: 1.72;
}

.excel-home-content a {
    color: #14764d;
    font-weight: 800;
    text-decoration: none;
}

.excel-home-content a:hover,
.excel-home-content a:focus {
    color: #006097;
    text-decoration: underline;
}

.excel-home-intro,
.excel-home-section,
.excel-home-proof,
.excel-home-final-cta {
    border: 1px solid #d7e4dc;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 52, 38, .07);
    margin-bottom: 24px;
    padding: 34px;
}

.excel-home-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    gap: 28px;
    align-items: start;
    border-top: 4px solid #1f8a5b;
}

.excel-home-contact-card {
    border: 1px solid #d7e4dc;
    border-top: 4px solid #1f8a5b;
    border-radius: 8px;
    background: #fbfefd;
    padding: 24px;
}

.excel-home-contact-card h2 {
    font-size: 23px;
}

.excel-home-contact-card a {
    display: block;
    margin-top: 10px;
}

.excel-home-contact-card a + a {
    border-color: #cfe2d8;
    background: #f3faf6;
    color: #14764d !important;
}

.excel-home-service-grid,
.excel-home-work-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.excel-home-service-grid article,
.excel-home-work-grid article {
    border: 1px solid #d7e4dc;
    border-left: 4px solid #1f8a5b;
    border-radius: 8px;
    background: #fbfefd;
    padding: 22px;
}

.excel-home-card-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #bee2cf;
    border-radius: 8px;
    background: #edf9f2;
    color: #14764d;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 16px;
}

.excel-home-card-icon i {
    line-height: 1;
}

.excel-home-card-label {
    display: block;
    margin-bottom: 14px;
    color: #1f8a5b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.excel-home-service-grid p,
.excel-home-work-grid p {
    margin-bottom: 0;
}

.excel-home-work-grid a {
    margin-top: 16px;
}

.excel-home-proof {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: 28px;
    align-items: start;
}

.excel-home-proof-list {
    display: grid;
    gap: 12px;
}

.excel-home-proof-list div {
    border: 1px solid #d7e4dc;
    border-radius: 8px;
    background: #f3faf6;
    padding: 18px 20px;
}

.excel-home-proof-list strong {
    display: block;
    color: #10221b;
    font-size: 18px;
    line-height: 1.3;
}

.excel-home-proof-list span {
    display: block;
    color: #486158;
    line-height: 1.55;
    margin-top: 4px;
}

.excel-home-problem-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.excel-home-problem-list div {
    border: 1px solid #d7e4dc;
    border-radius: 8px;
    background: #f8fbf9;
    padding: 20px;
}

.excel-home-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-bottom: 0;
    background: linear-gradient(135deg, #10221b, #1c4f3a);
}

.excel-home-final-cta h2,
.excel-home-final-cta p,
.excel-home-final-cta .excel-home-kicker {
    color: #fff !important;
}

@media (max-width: 980px) {
    .excel-home-problem-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .excel-home-intro,
    .excel-home-proof,
    .excel-home-final-cta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .excel-home-hero {
        min-height: 390px;
        padding: 66px 0 58px !important;
    }

    .excel-home-hero h1 {
        font-size: 36px !important;
    }

    .excel-home-hero-copy > p:not(.excel-home-kicker) {
        font-size: 18px !important;
    }

    .excel-home-intro,
    .excel-home-section,
    .excel-home-proof,
    .excel-home-final-cta {
        padding: 24px;
    }

    .excel-home-content h1 {
        font-size: 30px;
    }

    .excel-home-service-grid,
    .excel-home-work-grid,
    .excel-home-problem-list {
        grid-template-columns: 1fr;
    }

    .excel-home-actions,
    .excel-home-final-actions {
        flex-direction: column;
    }
}
