.tools-seo {
    --tools-ink: #171512;
    --tools-paper: #f7f4ed;
    --tools-white: #fff;
    --tools-gold: #f2b90c;
    --tools-gold-dark: #c68c00;
    --tools-green: #14865e;
    --tools-muted: #68645c;
    --tools-line: #d9d3c7;
    color: var(--tools-ink);
    background: var(--tools-paper);
    font-family: Figtree, Arial, sans-serif;
    overflow: hidden;
}

.tools-seo *,
.tools-seo *::before,
.tools-seo *::after {
    box-sizing: border-box;
}

.tools-seo h1,
.tools-seo h2,
.tools-seo h3,
.tools-seo p {
    margin-top: 0;
}

.tools-seo a {
    color: inherit !important;
}

.tools-shell {
    width: min(1220px, calc(100% - 48px));
    margin: 0 auto;
}

.tools-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    isolation: isolate;
    color: var(--tools-white);
    background-color: var(--tools-ink);
}

.tools-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background-image: var(--tools-hero-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tools-hero--detail::before {
    background-position: 75% 18%;
}

.tools-hero::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(90deg, rgba(12, 11, 9, .97) 0%, rgba(12, 11, 9, .84) 48%, rgba(12, 11, 9, .34) 100%),
        linear-gradient(0deg, rgba(12, 11, 9, .6), transparent 48%);
}

.tools-hero--detail::after {
    background:
        linear-gradient(90deg, rgba(12, 11, 9, .98) 0%, rgba(12, 11, 9, .86) 50%, rgba(12, 11, 9, .38) 100%),
        linear-gradient(0deg, rgba(12, 11, 9, .64), transparent 50%);
}

.tools-hero__content {
    display: flex;
    flex-direction: column;
    min-height: inherit;
    padding-top: 34px;
    padding-bottom: 64px;
}

.tools-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 28px;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    font-weight: 700;
}

.tools-breadcrumb a {
    text-decoration: none;
}

.tools-breadcrumb a:hover {
    color: var(--tools-gold);
}

.tools-breadcrumb i {
    font-size: 9px;
}

.tools-hero__copy {
    width: min(820px, 100%);
    margin-top: auto;
}

.tools-eyebrow,
.tools-kicker {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--tools-gold);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
}

.tools-eyebrow {
    padding: 9px 12px;
    color: var(--tools-ink);
    background: var(--tools-gold);
}

.tools-hero h1 {
    max-width: 900px;
    margin-bottom: 22px;
    font-size: 64px;
    font-weight: 900;
    line-height: .99;
    letter-spacing: 0;
}

.tools-hero--detail h1 {
    max-width: 850px;
    font-size: 58px;
}

.tools-hero__copy > p {
    max-width: 720px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .9);
    font-size: 20px;
    line-height: 1.55;
}

.tools-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.tools-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    padding: 14px 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.tools-button:hover {
    transform: translateY(-2px);
}

.tools-seo a.tools-button--primary {
    color: var(--tools-ink) !important;
    background: var(--tools-gold);
    border-color: var(--tools-gold);
}

.tools-button--primary:hover {
    background: #ffc91e;
    border-color: #ffc91e;
}

.tools-seo a.tools-button--light {
    color: var(--tools-white) !important;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .55);
}

.tools-button--light:hover {
    background: rgba(255, 255, 255, .16);
}

.tools-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 28px 0 0;
    width: fit-content;
    padding: 14px 16px;
    list-style: none;
    background: rgba(10, 9, 8, .48);
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(12px);
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    font-weight: 800;
}

.tools-proof i {
    margin-right: 7px;
    color: var(--tools-gold);
}

.tools-ticker {
    width: 100%;
    height: 52px;
    overflow: hidden;
    color: var(--tools-ink);
    background: var(--tools-gold);
    border-top: 1px solid var(--tools-ink);
    border-bottom: 1px solid var(--tools-ink);
}

.tools-ticker__track {
    display: flex;
    align-items: center;
    width: max-content;
    height: 100%;
    animation: tools-ticker 28s linear infinite;
}

.tools-ticker__track span {
    padding: 0 24px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
}

.tools-ticker__track i {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    background: var(--tools-ink);
}

@keyframes tools-ticker {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.tools-section {
    padding: 100px 0;
}

.tools-heading {
    width: min(760px, 100%);
    margin-bottom: 46px;
}

.tools-heading--compact {
    margin-bottom: 34px;
}

.tools-heading h2,
.tools-featured__copy h2,
.tools-impact h2,
.tools-faq h2,
.tools-final h2 {
    margin-bottom: 18px;
    font-size: 46px;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
}

.tools-heading p,
.tools-featured__copy > p,
.tools-faq header p {
    margin-bottom: 0;
    color: var(--tools-muted);
    font-size: 18px;
    line-height: 1.65;
}

.tools-directory {
    background-color: var(--tools-white);
}

.tools-directory__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--tools-line);
    border-left: 1px solid var(--tools-line);
}

.tools-card {
    position: relative;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 24px;
    gap: 18px;
    align-items: center;
    min-height: 144px;
    padding: 28px;
    border-right: 1px solid var(--tools-line);
    border-bottom: 1px solid var(--tools-line);
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease;
}

.tools-card:hover {
    color: var(--tools-white);
    background: var(--tools-ink);
}

.tools-card__number {
    color: var(--tools-gold-dark);
    font-size: 14px;
    font-weight: 900;
}

.tools-card h3 {
    margin-bottom: 7px;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.2;
}

.tools-card p {
    margin-bottom: 0;
    color: var(--tools-muted);
    font-size: 15px;
    line-height: 1.5;
}

.tools-card:hover p {
    color: rgba(255, 255, 255, .72);
}

.tools-card > i {
    color: var(--tools-gold-dark);
}

.tools-product {
    color: var(--tools-white);
    background-color: var(--tools-ink);
}

.tools-heading--light p {
    color: rgba(255, 255, 255, .7);
}

.tools-screens {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.tools-screen {
    margin: 0;
}

.tools-screen img {
    width: 100%;
    aspect-ratio: 1080 / 1400;
    object-fit: cover;
    object-position: top;
    background: #28241f;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 4px;
}

.tools-screen figcaption {
    display: grid;
    gap: 5px;
    padding-top: 16px;
}

.tools-screen figcaption strong {
    color: var(--tools-gold);
    font-size: 17px;
}

.tools-screen figcaption span {
    color: rgba(255, 255, 255, .66);
    font-size: 14px;
    line-height: 1.45;
}

.tools-journey {
    background-color: var(--tools-paper);
}

.tools-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--tools-line);
    border-bottom: 1px solid var(--tools-line);
    list-style: none;
}

.tools-steps li {
    min-height: 260px;
    padding: 34px;
    border-right: 1px solid var(--tools-line);
}

.tools-steps li:last-child {
    border-right: 0;
}

.tools-steps li > span {
    display: block;
    margin-bottom: 50px;
    color: var(--tools-gold-dark);
    font-size: 14px;
    font-weight: 900;
}

.tools-steps h3 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 900;
}

.tools-steps p {
    margin-bottom: 0;
    color: var(--tools-muted);
    font-size: 16px;
    line-height: 1.6;
}

.tools-featured {
    background-color: var(--tools-white);
}

.tools-featured__grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(390px, 1.18fr);
    gap: 80px;
    align-items: center;
}

.tools-featured__copy .tools-kicker {
    margin-bottom: 16px;
}

.tools-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
    color: var(--tools-ink);
    font-size: 15px;
    font-weight: 900;
    text-decoration-color: var(--tools-gold-dark);
    text-underline-offset: 5px;
}

.tools-featured__media {
    position: relative;
    margin: 0;
    padding: 24px 24px 0;
    background: var(--tools-ink);
    border-radius: 6px;
}

.tools-featured__media img {
    width: min(510px, 100%);
    max-height: 680px;
    margin: 0 auto;
    object-fit: cover;
    object-position: top;
    border-radius: 4px 4px 0 0;
}

.tools-featured__media figcaption {
    padding: 16px 0 18px;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.5;
}

.tools-functions {
    background: var(--tools-paper);
}

.tools-functions__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--tools-line);
    border-left: 1px solid var(--tools-line);
}

.tools-function {
    min-height: 230px;
    padding: 34px;
    border-right: 1px solid var(--tools-line);
    border-bottom: 1px solid var(--tools-line);
}

.tools-function__icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    margin-bottom: 30px;
    color: var(--tools-ink);
    background: var(--tools-gold);
    border-radius: 4px;
}

.tools-function h3 {
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 900;
}

.tools-function p {
    max-width: 520px;
    margin-bottom: 0;
    color: var(--tools-muted);
    font-size: 16px;
    line-height: 1.6;
}

.tools-impact {
    padding: 92px 0;
    color: var(--tools-white);
    background: var(--tools-ink);
}

.tools-impact header {
    width: min(800px, 100%);
    margin-bottom: 46px;
}

.tools-impact__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.tools-impact article {
    min-height: 250px;
    padding: 34px 34px 0;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.tools-impact article:first-child {
    padding-left: 0;
}

.tools-impact article:last-child {
    border-right: 0;
}

.tools-impact article > span {
    display: block;
    margin-bottom: 46px;
    color: var(--tools-gold);
    font-size: 14px;
    font-weight: 900;
}

.tools-impact h3 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 900;
}

.tools-impact p {
    color: rgba(255, 255, 255, .68);
    line-height: 1.6;
}

.tools-flow {
    background-color: var(--tools-white);
}

.tools-faq {
    background-color: var(--tools-paper);
}

.tools-faq__grid {
    display: grid;
    grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
    gap: 90px;
    align-items: start;
}

.tools-faq header {
    position: sticky;
    top: calc(var(--site-nav-h, 72px) + 24px);
}

.tools-faq__list {
    border-top: 1px solid var(--tools-line);
}

.tools-faq details {
    border-bottom: 1px solid var(--tools-line);
}

.tools-faq summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 20px;
    align-items: center;
    padding: 24px 0;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

.tools-faq summary::-webkit-details-marker {
    display: none;
}

.tools-faq summary i {
    color: var(--tools-gold-dark);
    transition: transform .2s ease;
}

.tools-faq details[open] summary i {
    transform: rotate(45deg);
}

.tools-faq details p {
    max-width: 680px;
    padding: 0 46px 24px 0;
    margin-bottom: 0;
    color: var(--tools-muted);
    font-size: 16px;
    line-height: 1.65;
}

.tools-related {
    background-color: var(--tools-white);
}

.tools-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.tools-related__grid a {
    position: relative;
    min-height: 190px;
    padding: 28px 54px 28px 28px;
    border: 1px solid var(--tools-line);
    border-radius: 6px;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease;
}

.tools-related__grid a:hover {
    color: var(--tools-white);
    background: var(--tools-ink);
}

.tools-related__grid span {
    display: block;
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 900;
}

.tools-related__grid p {
    color: var(--tools-muted);
    line-height: 1.55;
}

.tools-related__grid a:hover p {
    color: rgba(255, 255, 255, .68);
}

.tools-related__grid i {
    position: absolute;
    right: 24px;
    bottom: 26px;
    color: var(--tools-gold-dark);
}

.tools-final {
    padding: 80px 0;
    color: var(--tools-white);
    background-color: #116a4c;
    border-top: 8px solid var(--tools-gold);
}

.tools-final__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 70px;
    align-items: center;
}

.tools-final h2 {
    max-width: 650px;
    margin-bottom: 0;
}

.tools-final .tools-kicker {
    color: #ffe38d;
}

.tools-final__action p {
    margin-bottom: 22px;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.55;
}

[data-tools-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .6s ease, transform .6s ease;
}

[data-tools-reveal].is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 980px) {
    .tools-hero h1,
    .tools-hero--detail h1 {
        font-size: 50px;
    }

    .tools-screens {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 34px;
    }

    .tools-featured__grid {
        grid-template-columns: minmax(0, .9fr) minmax(350px, 1.1fr);
        gap: 45px;
    }

    .tools-faq__grid {
        gap: 50px;
    }
}

@media (max-width: 760px) {
    .tools-shell {
        width: calc(100% - 28px);
        max-width: 620px;
    }

    .tools-hero {
        min-height: 590px;
    }

    .tools-hero::before,
    .tools-hero--detail::before {
        background-position: 64% top;
    }

    .tools-hero::after,
    .tools-hero--detail::after {
        background:
            linear-gradient(0deg, rgba(12, 11, 9, .98) 0%, rgba(12, 11, 9, .84) 65%, rgba(12, 11, 9, .42) 100%),
            linear-gradient(90deg, rgba(12, 11, 9, .7), rgba(12, 11, 9, .24));
    }

    .tools-hero__content {
        padding-top: 22px;
        padding-bottom: 38px;
    }

    .tools-breadcrumb {
        font-size: 12px;
    }

    .tools-hero h1,
    .tools-hero--detail h1 {
        font-size: 38px;
        line-height: 1.02;
    }

    .tools-hero__copy > p {
        font-size: 17px;
        line-height: 1.5;
    }

    .tools-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .tools-button {
        width: 100%;
    }

    .tools-proof {
        display: grid;
        gap: 8px;
        margin-top: 22px;
        font-size: 13px;
    }

    .tools-ticker {
        height: 46px;
    }

    .tools-section {
        padding: 68px 0;
    }

    .tools-heading {
        margin-bottom: 32px;
    }

    .tools-heading h2,
    .tools-featured__copy h2,
    .tools-impact h2,
    .tools-faq h2,
    .tools-final h2 {
        font-size: 34px;
    }

    .tools-heading p,
    .tools-featured__copy > p {
        font-size: 16px;
    }

    .tools-directory__grid,
    .tools-functions__grid,
    .tools-steps,
    .tools-impact__grid,
    .tools-related__grid {
        grid-template-columns: 1fr;
    }

    .tools-card {
        grid-template-columns: 40px minmax(0, 1fr) 20px;
        min-height: 124px;
        padding: 22px 18px;
    }

    .tools-card h3 {
        font-size: 20px;
    }

    .tools-screens {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        row-gap: 30px;
    }

    .tools-screen figcaption span {
        display: none;
    }

    .tools-steps li {
        min-height: auto;
        padding: 28px 18px;
        border-right: 0;
        border-bottom: 1px solid var(--tools-line);
    }

    .tools-steps li:last-child {
        border-bottom: 0;
    }

    .tools-steps li > span {
        margin-bottom: 24px;
    }

    .tools-featured__grid,
    .tools-faq__grid,
    .tools-final__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .tools-featured__media {
        padding: 14px 14px 0;
    }

    .tools-featured__media img {
        max-height: 590px;
    }

    .tools-function {
        min-height: auto;
        padding: 28px 22px;
    }

    .tools-function__icon {
        margin-bottom: 22px;
    }

    .tools-impact {
        padding: 68px 0;
    }

    .tools-impact article,
    .tools-impact article:first-child {
        min-height: auto;
        padding: 28px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .tools-impact article:last-child {
        border-bottom: 0;
    }

    .tools-impact article > span {
        margin-bottom: 22px;
    }

    .tools-faq header {
        position: static;
    }

    .tools-related__grid a {
        min-height: 150px;
    }

    .tools-final {
        padding: 62px 0;
    }
}

@media (max-width: 390px) {
    .tools-hero h1,
    .tools-hero--detail h1 {
        font-size: 34px;
    }

    .tools-screens {
        grid-template-columns: 1fr;
    }

    .tools-screen img {
        aspect-ratio: 1080 / 1250;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tools-seo *,
    .tools-seo *::before,
    .tools-seo *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    [data-tools-reveal] {
        opacity: 1;
        transform: none;
    }
}

/* Alignement éditorial avec la page d'accueil. */
.tools-seo {
    --tools-ink: #171717;
    --tools-paper: #f8f6f1;
    --tools-gold: #d9a441;
    --tools-gold-dark: #a86e08;
    --tools-green: #116a4c;
    --tools-muted: #5d5a54;
    --tools-line: #ded7ca;
    background: #fff;
}

.tools-hero,
.tools-hero--detail {
    min-height: 610px;
    color: var(--tools-ink);
    background: var(--tools-paper);
}

.tools-hero::before,
.tools-hero--detail::before {
    background-position: 68% center;
}

.tools-hero::after,
.tools-hero--detail::after {
    background: linear-gradient(90deg, #f8f6f1 0%, rgba(248, 246, 241, .98) 44%, rgba(248, 246, 241, .78) 60%, rgba(248, 246, 241, .2) 82%, transparent 100%);
}

.tools-hero__content {
    padding-top: 28px;
    padding-bottom: 34px;
}

.tools-breadcrumb {
    color: #756f65;
}

.tools-breadcrumb a:hover {
    color: var(--tools-gold-dark);
}

.tools-hero__copy {
    width: min(720px, 62%);
}

.tools-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    color: var(--tools-gold-dark);
    background: transparent;
}

.tools-eyebrow::before {
    width: 30px;
    height: 1px;
    content: "";
    background: var(--tools-gold);
}

.tools-hero h1,
.tools-hero--detail h1 {
    max-width: 720px;
    color: #1d1c1b;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 59px;
    font-weight: 500;
    line-height: 1.02;
}

.tools-hero__copy > p {
    max-width: 650px;
    color: var(--tools-muted);
    font-size: 17px;
    line-height: 1.58;
}

.tools-button {
    border-radius: 8px;
}

.tools-seo a.tools-button--primary {
    color: #20160b !important;
    background: linear-gradient(180deg, #f3cf83 0%, #e0ae4d 100%);
    border-color: #e1ad4c;
    box-shadow: 0 12px 24px rgba(143, 98, 20, .16);
}

.tools-seo a.tools-button--light {
    width: max-content;
    min-height: 42px;
    padding: 0 2px;
    color: #50483c !important;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #b78b42;
    border-radius: 0;
    backdrop-filter: none;
}

.tools-proof {
    width: auto;
    max-width: 700px;
    gap: 10px 22px;
    padding: 18px 0 0;
    color: #5f594f;
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(169, 137, 84, .35);
    backdrop-filter: none;
}

.tools-proof i {
    color: var(--tools-gold-dark);
}

.tools-ticker {
    display: none;
}

.tools-section {
    padding: 88px 0;
}

.tools-heading h2,
.tools-featured__copy h2,
.tools-impact h2,
.tools-faq h2,
.tools-final h2 {
    color: #1d1c1b;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.08;
}

.tools-kicker {
    color: var(--tools-gold-dark);
}

.tools-directory__grid,
.tools-functions__grid {
    border-color: var(--tools-line);
}

.tools-card {
    background: #fff;
}

.tools-card:hover {
    color: var(--tools-ink);
    background: var(--tools-paper);
}

.tools-card:hover p {
    color: var(--tools-muted);
}

.tools-card:hover h3,
.tools-card:hover > i {
    color: var(--tools-gold-dark);
}

.tools-product {
    color: #fff;
    background: #171512;
}

.tools-product .tools-heading h2 {
    color: #fff;
}

.tools-product .tools-kicker {
    color: #e9bd68;
}

.tools-journey,
.tools-functions,
.tools-faq {
    background: var(--tools-paper);
}

.tools-steps li > span,
.tools-impact article > span {
    display: none;
}

.tools-steps li {
    min-height: 220px;
    padding-top: 34px;
}

.tools-featured__media {
    padding: 18px 18px 0;
    background: #171512;
    border-radius: 6px;
}

.tools-function {
    min-height: 205px;
}

.tools-function__icon {
    width: 34px;
    height: 34px;
    margin-bottom: 24px;
    color: var(--tools-gold-dark);
    background: transparent;
}

.tools-impact {
    color: #fff;
    background: var(--tools-green);
}

.tools-impact h2 {
    color: #fff;
}

.tools-impact .tools-kicker {
    color: #f0c873;
}

.tools-impact article {
    min-height: 210px;
    padding-top: 30px;
}

.tools-related__grid a {
    background: #fff;
}

.tools-related__grid a:hover {
    color: #fff;
    background: var(--tools-green);
}

.tools-final {
    padding: 0;
    background: #171512;
    border-top: 7px solid #f2b90c;
}

.tools-final__inner {
    padding-top: 72px;
    padding-bottom: 68px;
}

.tools-final h2 {
    color: #fff;
    font-size: 48px;
}

.tools-final .tools-kicker {
    color: #f2b90c;
}

@media (max-width: 780px) {
    .tools-hero,
    .tools-hero--detail {
        min-height: 610px;
    }

    .tools-hero::before,
    .tools-hero--detail::before {
        background-position: 70% center;
    }

    .tools-hero::after,
    .tools-hero--detail::after {
        background: linear-gradient(90deg, rgba(248, 246, 241, .98) 0%, rgba(248, 246, 241, .93) 58%, rgba(248, 246, 241, .62) 79%, rgba(248, 246, 241, .18) 100%);
    }

    .tools-hero__content {
        padding-top: 20px;
        padding-bottom: 24px;
    }

    .tools-hero__copy {
        width: 100%;
        max-width: 100%;
    }

    .tools-hero h1,
    .tools-hero--detail h1 {
        max-width: 360px;
        font-size: 37px;
        line-height: 1.04;
        overflow-wrap: anywhere;
    }

    .tools-hero__copy > p {
        max-width: 340px;
        font-size: 15px;
        line-height: 1.5;
    }

    .tools-actions {
        width: min(100%, 360px);
    }

    .tools-seo a.tools-button--light {
        width: max-content;
    }

    .tools-proof {
        max-width: 360px;
        padding-top: 14px;
    }

    .tools-section {
        padding: 66px 0;
    }

    .tools-heading h2,
    .tools-featured__copy h2,
    .tools-impact h2,
    .tools-faq h2,
    .tools-final h2 {
        font-size: 34px;
    }

    .tools-final__inner {
        padding-top: 58px;
        padding-bottom: 56px;
    }
}
