.excel-service-page {
    background: #f3f6fa;
    color: #142235;
    font-family: 'Poppins', Arial, sans-serif;
}

.excel-service-page * {
    box-sizing: border-box;
}

.excel-service-wrap {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.excel-service-hero {
    min-height: 430px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(5, 14, 27, .94), rgba(10, 46, 70, .78)),
        url('/images/Data.jpeg') center/cover no-repeat;
}

.excel-service-hero .excel-service-wrap {
    padding: 76px 0;
}

.excel-service-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #ffccd3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.excel-service-hero h1,
.excel-service-section h2,
.excel-service-band h2,
.excel-service-cta h2,
.excel-service-lead h2 {
    margin: 0;
    color: #071d36;
    font-weight: 800;
    line-height: 1.12;
}

.excel-service-hero h1 {
    max-width: 930px;
    color: #fff;
    font-size: clamp(40px, 5vw, 68px);
}

.excel-service-hero p {
    max-width: 790px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: 20px;
    line-height: 1.65;
}

.excel-service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.excel-service-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 6px;
    background: #b51f31;
    border: 1px solid #b51f31;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(181, 31, 49, .24);
}

.excel-service-button:hover {
    background: #941927;
    border-color: #941927;
    color: #fff !important;
    text-decoration: none;
}

.excel-service-button-alt {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .38);
    box-shadow: none;
}

.excel-service-main {
    padding: 64px 0;
}

.excel-service-panel,
.excel-service-grid article,
.excel-service-steps article,
.excel-service-band,
.excel-service-related,
.excel-service-cta {
    background: #fff;
    border: 1px solid #d9e3ef;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(18, 38, 63, .06);
}

.excel-service-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: stretch;
}

.excel-service-lead,
.excel-service-proof {
    padding: 34px;
}

.excel-service-rule {
    display: block;
    width: 76px;
    height: 4px;
    margin-bottom: 22px;
    background: #b51f31;
    border-radius: 999px;
}

.excel-service-lead h2,
.excel-service-section h2,
.excel-service-band h2,
.excel-service-cta h2 {
    font-size: clamp(30px, 4vw, 44px);
}

.excel-service-page p,
.excel-service-page li {
    color: #334861;
    font-size: 16px;
    line-height: 1.75;
}

.excel-service-page p {
    margin: 18px 0 0;
}

.excel-service-proof h3 {
    margin: 0 0 16px;
    color: #071d36;
    font-size: 23px;
    font-weight: 800;
}

.excel-service-proof ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.excel-service-proof li {
    position: relative;
    padding: 12px 0 12px 24px;
    border-top: 1px solid #e5edf5;
}

.excel-service-proof li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 23px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b51f31;
}

.excel-service-section,
.excel-service-related,
.excel-service-cta {
    margin-top: 34px;
    padding: 36px;
}

.excel-service-heading {
    max-width: 820px;
}

.excel-service-heading p {
    font-size: 17px;
}

.excel-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.excel-service-grid article {
    padding: 24px;
    border-top: 4px solid #b51f31;
}

.excel-service-grid h3,
.excel-service-steps h3 {
    margin: 0 0 10px;
    color: #071d36;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.28;
}

.excel-service-grid p,
.excel-service-steps p {
    margin: 0;
}

.excel-service-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 34px;
    margin-top: 34px;
    padding: 38px;
    background: linear-gradient(135deg, #102033, #24384d);
}

.excel-service-band h2,
.excel-service-band p {
    color: #fff;
}

.excel-service-band p {
    color: rgba(255, 255, 255, .84);
}

.excel-service-stat-list {
    display: grid;
    gap: 14px;
}

.excel-service-stat-list div {
    padding: 18px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
}

.excel-service-stat-list strong,
.excel-service-stat-list span {
    display: block;
}

.excel-service-stat-list strong {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
}

.excel-service-stat-list span {
    margin-top: 8px;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.55;
}

.excel-service-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.excel-service-steps article {
    padding: 24px;
}

.excel-service-steps span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: #eef4fa;
    color: #b51f31;
    font-weight: 800;
}

.excel-service-link-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.excel-service-link-grid a {
    display: flex;
    align-items: center;
    min-height: 78px;
    padding: 18px;
    border: 1px solid #d9e3ef;
    border-left: 4px solid #b51f31;
    border-radius: 8px;
    background: #f8fbfe;
    color: #0c5d96;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
}

.excel-service-link-grid a:hover {
    background: #eef5fb;
    color: #b51f31;
    text-decoration: none;
}

.excel-service-cta {
    background: #101d2e;
}

.excel-service-cta h2,
.excel-service-cta p {
    max-width: 850px;
    color: #fff;
}

.excel-service-cta p {
    color: rgba(255, 255, 255, .84);
}

.excel-service-cta .excel-service-button {
    margin-top: 24px;
}

.excel-resource-hero {
    min-height: 430px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(5, 14, 27, .94), rgba(10, 46, 70, .78)),
        url('/images/Data.jpeg') center/cover no-repeat;
}

.excel-resource-hero .excel-service-wrap {
    padding: 64px 0;
}

.excel-resource-hero h1 {
    max-width: 930px;
    margin: 0;
    color: #fff;
    font-size: clamp(40px, 5vw, 68px);
    font-weight: 800;
    line-height: 1.08;
}

.excel-resource-hero p {
    max-width: 780px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: 19px;
    line-height: 1.65;
}

.excel-resource-main {
    padding: 56px 0;
}

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

.excel-resource-article,
.excel-resource-sidebar,
.excel-faq-item {
    background: #fff;
    border: 1px solid #d9e3ef;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(18, 38, 63, .06);
}

.excel-resource-article {
    padding: 38px;
}

.excel-resource-article h2,
.excel-resource-article h3 {
    margin: 28px 0 12px;
    color: #071d36;
    font-weight: 800;
    line-height: 1.22;
}

.excel-resource-article h2:first-child,
.excel-resource-article h3:first-child {
    margin-top: 0;
}

.excel-resource-article h2 {
    font-size: clamp(28px, 4vw, 40px);
}

.excel-resource-article h3 {
    font-size: 23px;
}

.excel-resource-article ul,
.excel-resource-article ol {
    margin: 18px 0 0;
    padding-left: 22px;
}

.excel-resource-article li + li {
    margin-top: 10px;
}

.excel-resource-sidebar {
    padding: 24px;
    position: sticky;
    top: 24px;
}

.excel-resource-sidebar h3 {
    margin: 0 0 14px;
    color: #071d36;
    font-size: 21px;
    font-weight: 800;
}

.excel-resource-sidebar a {
    display: block;
    padding: 11px 0;
    border-top: 1px solid #e5edf5;
    color: #0c5d96;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
}

.excel-resource-sidebar a:hover {
    color: #b51f31;
    text-decoration: none;
}

.excel-faq-list {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.excel-faq-item {
    padding: 24px;
    border-left: 4px solid #b51f31;
}

.excel-faq-item h3 {
    margin: 0 0 10px;
    color: #071d36;
    font-size: 21px;
    font-weight: 800;
}

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

.excel-index-card {
    display: block;
    padding: 24px;
    background: #fff;
    border: 1px solid #d9e3ef;
    border-left: 4px solid #b51f31;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(18, 38, 63, .06);
    color: #334861;
    text-decoration: none;
}

.excel-index-card strong {
    display: block;
    margin-bottom: 8px;
    color: #071d36;
    font-size: 20px;
    line-height: 1.3;
}

.excel-index-card:hover {
    color: #334861;
    text-decoration: none;
    border-left-color: #941927;
}

@media (max-width: 980px) {
    .excel-service-intro,
    .excel-service-band,
    .excel-service-grid,
    .excel-service-steps,
    .excel-service-link-grid,
    .excel-resource-layout,
    .excel-index-grid {
        grid-template-columns: 1fr;
    }

    .excel-service-wrap {
        width: min(100% - 28px, 1120px);
    }

    .excel-resource-sidebar {
        position: static;
    }
}

@media (max-width: 640px) {
    .excel-service-hero {
        min-height: auto;
    }

    .excel-service-hero .excel-service-wrap,
    .excel-service-main {
        padding: 44px 0;
    }

    .excel-service-lead,
    .excel-service-proof,
    .excel-service-section,
    .excel-service-band,
    .excel-service-related,
    .excel-service-cta {
        padding: 24px;
    }

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

    .excel-service-hero p {
        font-size: 18px;
    }

    .excel-resource-article,
    .excel-resource-sidebar {
        padding: 24px;
    }
}
