.excel-service-hero {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(112deg, rgba(4, 22, 18, .96), rgba(13, 83, 63, .84), rgba(0, 96, 151, .48)), url("/images/header.jpg") center/cover no-repeat;
    color: #fff;
    padding: 64px 0 72px;
}

.excel-service-hero .container {
    max-width: 1160px;
}

.excel-service-hero__copy {
    max-width: 820px;
    text-align: left;
}

.excel-service-kicker {
    margin: 0 0 10px;
    color: #b5f2d5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.4;
    text-transform: uppercase;
}

.excel-service-hero h1 {
    margin: 0 0 18px;
    color: #fff !important;
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.12;
    text-transform: none;
}

.excel-service-hero p:last-child {
    max-width: 740px;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 19px;
    line-height: 1.65;
}

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

.excel-service-content {
    max-width: 1160px;
    border: 1px solid #d7e4dc;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 52, 38, .08);
    color: #31433b;
    padding: 38px 42px !important;
    text-align: left !important;
}

.excel-service-shell > .excel-service-note,
.excel-service-shell > .excel-service-support,
.excel-service-shell > .excel-service-cta {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

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

.excel-service-content h1 {
    margin: 0 0 16px;
    font-size: 34px;
    line-height: 1.18;
}

.excel-service-content h2 {
    margin: 26px 0 14px;
    font-size: 26px;
    line-height: 1.25;
}

.excel-service-content h3 {
    margin: 24px 0 12px;
    font-size: 21px;
    line-height: 1.3;
}

.excel-service-content h4 {
    margin: 18px 0 8px;
    font-size: 18px;
    line-height: 1.35;
}

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

.excel-service-content ul {
    margin: 10px 0 22px;
    padding-left: 22px;
}

.excel-service-content li {
    margin-bottom: 8px;
}

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

.excel-service-content a:hover,
.excel-service-content a:focus {
    color: #0d5d3b;
    text-decoration: underline;
}

.excel-service-content > p:first-of-type {
    border-left: 4px solid #1f8a5b;
    background: #f3faf6;
    padding: 13px 16px;
}

.excel-service-note {
    border: 1px solid #d7e4dc;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
    margin: 30px 0 18px;
    padding: 22px;
}

.excel-service-note h2 {
    margin-top: 0;
}

.excel-service-note ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.excel-service-note li {
    border: 1px solid #d7e4dc;
    border-radius: 8px;
    background: #fff;
    color: #2f493c;
    font-weight: 700;
    margin: 0;
    padding: 12px 14px;
}

.excel-template-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    list-style: none;
    margin: 24px 0;
    padding: 0;
}

.excel-template-products li {
    margin: 0;
}

.excel-template-products a {
    display: block;
    min-height: 100%;
    border: 1px solid #d7e4dc;
    border-radius: 8px;
    background: #fbfefd;
    box-shadow: 0 10px 24px rgba(15, 52, 38, .07);
    color: #10221b;
    padding: 20px;
}

.excel-template-products strong {
    display: block;
    color: #14764d;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.excel-template-products span {
    display: block;
    color: #486158;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
}

.excel-template-license {
    border: 1px solid #d7e4dc;
    border-radius: 8px;
    background: #fbfefd !important;
    box-shadow: 0 12px 26px rgba(15, 52, 38, .08);
    min-height: 100%;
}

.excel-template-license h3 {
    margin-top: 0;
}

.excel-template-license h4:last-of-type {
    color: #14764d;
    font-size: 26px;
}

.excel-process-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    list-style: none;
    margin: 28px 0;
    padding: 0;
}

.excel-process-steps li {
    border: 1px solid #d7e4dc;
    border-radius: 8px;
    background: #fbfefd;
    margin: 0;
    padding: 18px;
}

.excel-process-steps strong {
    display: block;
    color: #14764d;
    font-size: 16px;
    margin-bottom: 8px;
}

.excel-decision-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 26px 0;
}

.excel-decision-grid > div {
    border: 1px solid #d7e4dc;
    border-radius: 8px;
    background: #fbfefd;
    padding: 22px;
}

.excel-decision-grid h3 {
    margin-top: 0;
}

.excel-service-content p.text-left a[href*="Microsoft-Excel-"][href*="Article"],
.excel-service-content p.text-left a[href*="Microsoft-Excel-Programming-Customer"] {
    display: block;
    border: 1px solid #d7e4dc;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 52, 38, .06);
    margin: 10px 0;
    padding: 14px 16px;
    text-decoration: none;
}

.excel-service-content img {
    max-width: 100%;
    height: auto;
}

.excel-service-content iframe {
    max-width: 100%;
    border: 1px solid #d7e4dc;
    border-radius: 8px;
    box-shadow: 0 16px 30px rgba(15, 52, 38, .12);
}

.iFrameDisplay,
.embed-responsive {
    margin: 22px 0;
}

.excel-service-support {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 32px 0 10px;
}

.excel-service-support div {
    border: 1px solid #d7e4dc;
    border-left: 4px solid #1f8a5b;
    border-radius: 8px;
    background: #fbfefd;
    padding: 18px 20px;
}

.excel-service-support strong {
    display: block;
    color: #10221b;
    font-size: 17px;
    line-height: 1.25;
}

.excel-service-support span {
    display: block;
    color: #486158;
    font-size: 15px;
    line-height: 1.55;
    margin-top: 5px;
}

.excel-service-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    margin-top: 34px;
    border-radius: 8px;
    background: linear-gradient(135deg, #10221b, #1c4f3a);
    padding: 28px;
}

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

.excel-service-cta h2 {
    margin: 0 0 8px;
    font-size: 24px;
}

.excel-service-cta p {
    margin: 0;
}

.excel-service-cta a {
    display: inline-block;
    border: 1px solid #b5f2d5;
    border-radius: 6px;
    background: #1f8a5b;
    color: #fff !important;
    font-weight: 800;
    padding: 13px 18px;
    text-align: center;
    text-decoration: none !important;
}

.Common-Questions {
    border: 1px solid #d7e4dc;
    border-radius: 8px;
    background: #fbfefd;
    margin: 18px 0;
    padding: 20px;
}

.Common-Questions h3,
.Common-Questions h4 {
    margin-top: 0;
}

@media (max-width: 900px) {
    .excel-service-hero h1 {
        font-size: 36px;
    }

    .excel-service-content {
        padding: 30px 24px !important;
    }

    .excel-service-note ul,
    .excel-template-products,
    .excel-process-steps,
    .excel-decision-grid,
    .excel-service-support,
    .excel-service-cta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .excel-service-hero {
        min-height: 290px;
        padding: 56px 0;
    }

    .excel-service-hero h1 {
        font-size: 32px;
    }

    .excel-service-hero p:last-child {
        font-size: 17px;
    }
}
