.page-marketing--widget .marketing-hero__inner {
    padding-top: 58px;
    padding-bottom: 58px;
}

.page-marketing--widget .marketing-hero h1 {
    max-width: 880px;
    font-size: clamp(40px, 5vw, 62px);
}

.page-marketing--widget .marketing-hero__copy > p {
    max-width: 820px;
}

.page-marketing--widget .marketing-resource {
    padding: 20px 0 34px;
    background: #f6f8fc;
}

.page-marketing--widget .home-widget-demo {
    margin-top: 0;
    margin-bottom: 0;
}

.marketing-widget-guide {
    width: min(1080px, calc(100% - 40px));
    margin: 76px auto;
}

.marketing-widget-guide > h2 {
    max-width: 760px;
    margin: 10px 0 30px;
    font-family: var(--fonte1);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.12;
}

.marketing-widget-guide__steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.marketing-widget-guide__steps article {
    display: flex;
    gap: 18px;
    padding: 24px;
    border: 1px solid #dbe3ef;
    border-radius: 16px;
    background: #fff;
}

.marketing-widget-guide__steps article > span {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: #ffd000;
    color: #111827;
    font-weight: 900;
}

.marketing-widget-guide h3 {
    margin: 1px 0 7px;
    font-size: 18px;
}

.marketing-widget-guide p {
    margin: 0;
    color: #667085;
    line-height: 1.6;
}

.page-marketing--como-funciona .marketing-hero__inner {
    padding-top: 58px;
    padding-bottom: 58px;
}

.page-marketing--como-funciona .marketing-hero h1 {
    max-width: 900px;
    font-size: clamp(38px, 5vw, 60px);
}

.page-marketing--como-funciona .marketing-hero__copy > p {
    max-width: 820px;
}

.page-marketing--como-funciona .marketing-resource:empty {
    display: none;
}

.marketing-widget-walkthrough {
    width: min(1060px, calc(100% - 40px));
    margin: 82px auto;
}

.marketing-widget-walkthrough > header {
    max-width: 800px;
    margin-bottom: 32px;
}

.marketing-widget-walkthrough > header h2 {
    margin: 10px 0 14px;
    font-family: var(--fonte1);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
}

.marketing-widget-walkthrough > header p {
    margin: 0;
    color: #667085;
    font-size: 17px;
    line-height: 1.65;
}

.marketing-widget-walkthrough__list {
    display: grid;
    gap: 16px;
}

.marketing-widget-walkthrough__list article {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 22px;
    padding: 28px;
    border: 1px solid #dbe3ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgb(15 42 77 / 6%);
}

.marketing-widget-walkthrough__list article > span {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 16px;
    background: #ffd000;
    color: #111827;
    font-size: 18px;
    font-weight: 900;
}

.marketing-widget-walkthrough__list small {
    color: #0874c9;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.marketing-widget-walkthrough__list h3 {
    margin: 5px 0 8px;
    font-size: 22px;
}

.marketing-widget-walkthrough__list p {
    margin: 0;
    color: #667085;
    line-height: 1.65;
}

.marketing-widget-walkthrough__list a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    color: #006fd6;
    font-weight: 800;
    text-decoration: none;
}

.marketing-widget-walkthrough__list a:hover {
    text-decoration: underline;
}

.marketing-widget-walkthrough__list pre {
    max-width: 100%;
    margin: 16px 0 0;
    padding: 17px 19px;
    overflow-x: auto;
    border-radius: 12px;
    background: #101828;
    color: #f8fafc;
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 760px) {
    .marketing-widget-guide {
        width: min(100% - 28px, 1080px);
        margin: 52px auto;
    }

    .marketing-widget-guide__steps {
        grid-template-columns: 1fr;
    }

    .marketing-widget-walkthrough {
        width: min(100% - 28px, 1060px);
        margin: 56px auto;
    }

    .marketing-widget-walkthrough__list article {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 14px;
        padding: 20px 16px;
    }

    .marketing-widget-walkthrough__list article > span {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        font-size: 14px;
    }

    .marketing-widget-walkthrough__list h3 {
        font-size: 19px;
    }
}
