.excel-page {
    background: #ffffff;
}

.excel-hero {
    position: relative;
    overflow: hidden;
    padding: 4.5rem 0;
    background:
        radial-gradient(circle at 82% 15%, rgb(9 102 223 / 24%), transparent 28rem),
        radial-gradient(circle at 8% 80%, rgb(217 147 33 / 18%), transparent 22rem),
        linear-gradient(120deg, #eaf2fc 0%, #f3f7fd 48%, #f2e7d4 100%);
}

.excel-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(25rem, 0.9fr);
    align-items: center;
    gap: 4rem;
}

.excel-hero h1 {
    max-width: 12ch;
    margin: 0.6rem 0 1.4rem;
    color: #05295d;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.excel-hero h1 span {
    display: block;
    color: #0871e8;
}

.excel-hero__lead {
    max-width: 42rem;
    color: #405573;
    font-size: 1.12rem;
    line-height: 1.7;
}

.excel-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.excel-hero__highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 2.2rem;
}

.excel-hero__highlights article {
    padding: 1rem;
    background: rgb(255 255 255 / 75%);
    border: 1px solid #cfe0f6;
    border-radius: 1rem;
}

.excel-hero__highlights strong,
.excel-hero__highlights span {
    display: block;
}

.excel-hero__highlights strong {
    color: #05295d;
}

.excel-hero__highlights span {
    margin-top: 0.25rem;
    color: #58708f;
    font-size: 0.82rem;
}

.excel-hero__visual {
    position: relative;
}

.excel-hero__visual::before {
    position: absolute;
    inset: 1.3rem -1.1rem -1.1rem 1.3rem;
    content: "";
    background: linear-gradient(145deg, #0a75e8, #05295d);
    border-radius: 1.8rem;
    transform: rotate(2deg);
}

.excel-hero__visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 28rem;
    display: block;
    object-fit: cover;
    border: 0.45rem solid #ffffff;
    border-radius: 1.6rem;
    box-shadow: 0 2rem 4rem rgb(5 41 93 / 22%);
}

.excel-hero__badge {
    position: absolute;
    z-index: 2;
    top: -1rem;
    right: -1rem;
    padding: 0.75rem 1rem;
    color: #05295d;
    background: #efae37;
    border: 0.3rem solid #ffffff;
    border-radius: 999px;
    font-weight: 900;
    box-shadow: 0 0.8rem 1.5rem rgb(5 41 93 / 20%);
}

.excel-comparison {
    padding: 5.5rem 0;
    background:
        radial-gradient(circle at 12% 20%, rgb(9 102 223 / 14%), transparent 22rem),
        linear-gradient(180deg, #f5f8fc, #e2ecf8);
}

.excel-comparison__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 4rem minmax(0, 1fr);
    align-items: center;
    gap: 1.5rem;
    margin-top: 3rem;
}

.excel-comparison__card {
    min-height: 24rem;
    padding: 2rem;
    border-radius: 1.5rem;
    box-shadow: 0 1.4rem 3rem rgb(5 41 93 / 12%);
}

.excel-comparison__card--before {
    background: linear-gradient(145deg, #fff7f4, #ffffff);
    border: 1px solid #f1c5b9;
    border-top: 0.4rem solid #d96a4b;
}

.excel-comparison__card--after {
    background: linear-gradient(145deg, #eff8ff, #ffffff);
    border: 1px solid #b8d7fb;
    border-top: 0.4rem solid #0871e8;
}

.excel-comparison__heading {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.excel-comparison__heading > span {
    width: 3.3rem;
    height: 3.3rem;
    display: grid;
    place-items: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: 900;
}

.excel-comparison__card--before .excel-comparison__heading > span {
    background: #d96a4b;
}

.excel-comparison__card--after .excel-comparison__heading > span {
    background: #0871e8;
}

.excel-comparison__heading small {
    color: #9a6b23;
    font-weight: 900;
    text-transform: uppercase;
}

.excel-comparison__heading h3 {
    margin: 0.2rem 0 0;
    color: #05295d;
}

.excel-comparison__card ul {
    display: grid;
    gap: 1rem;
    padding: 0;
    margin: 2rem 0 0;
    list-style: none;
}

.excel-comparison__card li {
    position: relative;
    padding-left: 1.7rem;
    color: #465a77;
    line-height: 1.55;
}

.excel-comparison__card li::before {
    position: absolute;
    left: 0;
    content: "•";
    color: #d99321;
    font-size: 1.4rem;
}

.excel-comparison__arrow {
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(145deg, #d99321, #efae37);
    border-radius: 50%;
    aspect-ratio: 1;
    font-size: 1.8rem;
    font-weight: 900;
    box-shadow: 0 1rem 2rem rgb(217 147 33 / 30%);
}

.excel-uses {
    padding: 6rem 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 90% 15%, rgb(255 255 255 / 10%), transparent 24rem),
        linear-gradient(125deg, #031d46, #064b9e 58%, #0871e8);
}

.excel-uses__layout {
    display: grid;
    grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.5fr);
    gap: 4rem;
    align-items: start;
}

.excel-uses__intro {
    position: sticky;
    top: 7rem;
}

.excel-uses__intro h2 {
    color: #ffffff;
    font-size: clamp(2.3rem, 4vw, 3.6rem);
    line-height: 1.05;
}

.excel-uses__intro > p:not(.eyebrow) {
    color: rgb(255 255 255 / 80%);
    line-height: 1.7;
}

.excel-uses__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.3rem;
}

.excel-uses__grid article {
    padding: 1.5rem;
    background: linear-gradient(145deg, #fff9ef, #ffffff);
    border: 1px solid #e6c58a;
    border-radius: 1.2rem;
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 15%);
}

.excel-uses__icon,
.excel-workflow__icon {
    width: 3.8rem;
    height: 3.8rem;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #ffffff, #eaf3ff);
    border: 1px solid #b7d3f5;
    border-radius: 1rem;
}

.excel-uses__icon img,
.excel-workflow__icon img {
    width: 2.35rem;
    height: 2.35rem;
}

.excel-uses__grid h3 {
    margin: 1rem 0 0.5rem;
    color: #05295d;
}

.excel-uses__grid p {
    margin: 0;
    color: #52647e;
    line-height: 1.55;
}

.excel-workflow {
    padding: 5.5rem 0;
    background:
        linear-gradient(rgb(255 249 239 / 92%), rgb(255 249 239 / 92%)),
        repeating-linear-gradient(
            90deg,
            #efdfc5 0,
            #efdfc5 1.8rem,
            #f7ead5 1.8rem,
            #f7ead5 3.6rem
        );
}

.excel-workflow__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.4rem;
    margin-top: 3rem;
}

.excel-workflow__steps article {
    position: relative;
    padding: 1.7rem;
    background: #ffffff;
    border: 1px solid #d6e2f2;
    border-top: 0.35rem solid #0871e8;
    border-radius: 1.2rem;
    box-shadow: 0 1rem 2rem rgb(5 41 93 / 9%);
}

.excel-workflow__steps article:nth-child(even) {
    border-top-color: #d99321;
}

.excel-workflow__steps article > span {
    position: absolute;
    top: -0.8rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #05295d;
    border-radius: 50%;
    font-weight: 900;
}

.excel-workflow__steps h3 {
    color: #05295d;
}

.excel-workflow__steps p {
    color: #52647e;
    line-height: 1.55;
}

.excel-benefits {
    padding: 5.5rem 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 10% 20%, rgb(239 174 55 / 20%), transparent 22rem),
        linear-gradient(125deg, #05295d, #0871e8);
}

.excel-benefits__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 4rem;
}

.excel-benefits__content h2 {
    color: #ffffff;
    font-size: clamp(2.3rem, 4vw, 3.6rem);
    line-height: 1.05;
}

.excel-benefits__content p {
    color: rgb(255 255 255 / 80%);
    line-height: 1.7;
}

.excel-benefits__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.excel-benefits__cards article {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 1rem;
    padding: 1.4rem;
    background: rgb(255 255 255 / 12%);
    border: 1px solid rgb(255 255 255 / 24%);
    border-radius: 1.1rem;
}

.excel-benefits__cards strong {
    color: #efae37;
    font-size: 1.3rem;
}

.excel-benefits__cards h3 {
    margin: 0;
    color: #ffffff;
}

.excel-benefits__cards p {
    margin: 0.35rem 0 0;
    color: rgb(255 255 255 / 76%);
    line-height: 1.5;
}

.excel-contact {
    padding: 4rem 0;
    background: #edf5ff;
}

@media (max-width: 62rem) {
    .excel-hero__grid,
    .excel-uses__layout,
    .excel-benefits__grid {
        grid-template-columns: 1fr;
    }

    .excel-hero__visual {
        max-width: 42rem;
        margin-inline: auto;
    }

    .excel-uses__intro {
        position: static;
    }

    .excel-comparison__grid {
        grid-template-columns: 1fr;
    }

    .excel-comparison__arrow {
        width: 3.5rem;
        margin-inline: auto;
        transform: rotate(90deg);
    }

    .excel-workflow__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 42rem) {
    .excel-hero {
        padding: 3rem 0 4rem;
    }

    .excel-hero h1 {
        font-size: 3rem;
    }

    .excel-hero__highlights,
    .excel-uses__grid,
    .excel-workflow__steps,
    .excel-benefits__cards {
        grid-template-columns: 1fr;
    }

    .excel-hero__visual img {
        height: 21rem;
    }

    .excel-comparison__card {
        min-height: auto;
    }
}
