/**
 * Shared product-marketing visuals used by Features, Plans, and the homepage.
 */

.marketing-eyebrow {
    margin: 0 0 14px;
    color: #b84b18;
    font: 800 12px/1.2 OpenSans, sans-serif;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.marketing-process {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(10, 55, 60, 0.12);
    background: #eff6f5;
}

.marketing-process__container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.marketing-process__flow {
    position: relative;
    min-height: 210px;
    padding: 24px 0 14px;
}

.marketing-process__route {
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    height: 176px;
    overflow: visible;
}

.marketing-process__route-shadow,
.marketing-process__route-line,
.marketing-process__route-arrow {
    fill: none;
    vector-effect: non-scaling-stroke;
}

.marketing-process__route-shadow {
    stroke: rgba(13, 52, 56, 0.08);
    stroke-width: 10;
}

.marketing-process__route-line {
    stroke: #b84b18;
    stroke-dasharray: 8 9;
    stroke-linecap: round;
    stroke-width: 2;
}

.marketing-process__route-arrow {
    stroke: #2f8f45;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5;
}

.marketing-process__steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.marketing-process__steps li {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #0d3438;
    text-align: center;
}

.marketing-process__steps li:nth-child(2) {
    padding-top: 76px;
}

.marketing-process__steps strong,
.marketing-process__steps small {
    font-family: OpenSans, sans-serif;
}

.marketing-process__steps strong {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 800;
}

.marketing-process__steps small {
    color: #62777b;
    font-size: 12px;
    line-height: 1.35;
}

.marketing-process__icon {
    position: relative;
    z-index: 1;
    display: inline-grid;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    place-items: center;
    border: 1px solid rgba(184, 75, 24, 0.25);
    border-radius: 50%;
    background: #fff;
    color: #b84b18;
    box-shadow: 0 13px 26px -22px rgba(8, 42, 46, 0.8);
}

.marketing-process__icon--success {
    border-color: rgba(47, 143, 69, 0.35);
    color: #2f8f45;
}

.marketing-process__icon svg,
.features-chapter__icon svg,
.features-list__icon svg,
.features-teaser__directions svg,
.plans-summary__directions svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.marketing-micrographic {
    color: #687f84;
}

.marketing-micrographic svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

.marketing-micrographic text {
    fill: #687f84;
    font-family: OpenSans, sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.marketing-micrographic__line {
    stroke: #a7b7bc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.marketing-micrographic__tick {
    stroke: #80949a;
    stroke-linecap: round;
    stroke-width: 1.5;
}

.marketing-micrographic__window {
    stroke: rgba(238, 121, 55, 0.62);
    stroke-linecap: round;
    stroke-width: 7;
}

.marketing-micrographic__node {
    fill: #fff;
    stroke: #b84b18;
    stroke-width: 2;
}

.marketing-micrographic__node--active {
    fill: #ee7937;
    stroke: #b84b18;
}

.marketing-micrographic__node--success {
    fill: #58bd6b;
    stroke: #2f8f45;
}

.marketing-micrographic__check {
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.marketing-micrographic__loads rect,
.marketing-micrographic__match {
    fill: #fff;
    stroke: #a7b7bc;
    stroke-width: 1.25;
}

.marketing-micrographic__loads path {
    stroke: #80949a;
    stroke-linecap: round;
    stroke-width: 1.25;
}

.marketing-micrographic__filter,
.marketing-micrographic__arrow {
    stroke: #b84b18;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
}

.marketing-micrographic__match {
    fill: rgba(88, 189, 107, 0.08);
    stroke: rgba(47, 143, 69, 0.7);
}

.marketing-micrographic__needle {
    stroke: #b84b18;
    stroke-linecap: round;
    stroke-width: 2.5;
}

.marketing-micrographic text.marketing-micrographic__value {
    fill: #0d3438;
    font-family: Sora, ProximaNova, sans-serif;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.features-text-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    color: #b84b18;
    font: 800 14px/1.3 OpenSans, sans-serif;
    text-decoration: none;
}

.features-text-link:hover {
    color: #94370f;
}

.features-text-link:focus-visible {
    border-radius: 3px;
    outline: 3px solid #ffb087;
    outline-offset: 4px;
}

@media (max-width: 767px) {
    .marketing-process__container {
        width: min(100% - 24px, 620px);
    }

    .marketing-process__flow {
        min-height: 0;
        padding: 28px 0;
    }

    .marketing-process__route {
        display: none;
    }

    .marketing-process__steps {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0;
    }

    .marketing-process__steps::before {
        position: absolute;
        top: 22px;
        bottom: 22px;
        left: 21px;
        width: 1px;
        background: linear-gradient(180deg, rgba(184, 75, 24, 0.32), rgba(47, 143, 69, 0.48));
        content: "";
    }

    .marketing-process__steps li {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr);
        grid-template-rows: auto auto;
        gap: 2px 14px;
        justify-items: start;
        padding: 0;
        text-align: left;
    }

    .marketing-process__steps li:nth-child(2) {
        padding-top: 0;
    }

    .marketing-process__icon {
        grid-row: 1 / 3;
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .marketing-process__steps strong {
        margin-top: 1px;
        font-size: 14px;
    }

    .marketing-process__steps small {
        max-width: none;
        font-size: 12px;
    }
}
