:root {
    --product-ink: #101113;
    --product-paper: #f7f5f0;
    --product-muted: #6d6a64;
    --product-line: rgba(16, 17, 19, 0.12);
    --product-orange: #ff9000;
}

.product-nav-menu .nav-link.is-current {
    color: var(--product-orange);
}

.product-paths {
    padding: 112px 32px;
    background: #fff;
}

.product-paths-container,
.feature-landing-container {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.product-paths-heading,
.feature-section-heading {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.product-paths-eyebrow,
.feature-section-eyebrow {
    margin: 0 0 14px;
    color: var(--product-orange);
    font: 700 0.75rem/1.2 Inter, sans-serif;
    letter-spacing: 0.14em;
}

.product-paths-heading h2,
.feature-section-heading h2 {
    margin: 0;
    color: var(--product-ink);
    font: 500 clamp(2rem, 4vw, 3.5rem)/1.04 "IBM Plex Sans", sans-serif;
    letter-spacing: -0.045em;
}

.product-paths-heading > p:last-child,
.feature-section-heading > p:last-child {
    max-width: 650px;
    margin: 20px auto 0;
    color: var(--product-muted);
    font: 400 1rem/1.65 Inter, sans-serif;
}

.product-paths-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.product-path-card {
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    border: 1px solid var(--product-line);
    border-radius: 28px;
    background: var(--product-paper);
    box-shadow: 0 18px 60px rgba(16, 17, 19, 0.06);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.product-path-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 72px rgba(16, 17, 19, 0.12);
}

.product-path-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #222;
}

.product-path-card-media img,
.product-path-card-media video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 500ms ease;
}

.product-path-card:hover .product-path-card-media img,
.product-path-card:hover .product-path-card-media video {
    transform: scale(1.025);
}

.product-path-card-chip {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #fff;
    background: rgba(16, 17, 19, 0.82);
    backdrop-filter: blur(10px);
    font: 700 0.7rem/1 Inter, sans-serif;
    letter-spacing: 0.12em;
}

.product-path-card-copy {
    padding: 30px 32px 34px;
}

.product-path-card-copy h3 {
    margin: 0;
    color: var(--product-ink);
    font: 600 clamp(1.45rem, 2.5vw, 2.1rem)/1.12 "IBM Plex Sans", sans-serif;
    letter-spacing: -0.03em;
}

.product-path-card-copy p {
    min-height: 52px;
    margin: 14px 0 24px;
    color: var(--product-muted);
    font: 400 0.96rem/1.55 Inter, sans-serif;
}

.product-path-card-copy > span {
    color: var(--product-orange);
    font: 700 0.94rem/1.2 Inter, sans-serif;
}

/* Feature landing hero */
.feature-landing-page {
    background: #fff;
}

.feature-landing-page [id] {
    scroll-margin-top: 96px;
}

.feature-landing-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 148px 32px 86px;
    color: #fff;
    background:
        radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.13) 1px, transparent 1.2px) 0 0 / 22px 22px,
        radial-gradient(circle at 82% 24%, rgba(255, 144, 0, 0.24), transparent 34%),
        #111214;
}

.feature-landing-hero::after {
    content: "";
    position: absolute;
    inset: auto -10% -45% 35%;
    height: 520px;
    border-radius: 50%;
    background: rgba(255, 144, 0, 0.12);
    filter: blur(90px);
    pointer-events: none;
}

.feature-landing-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
    align-items: center;
    gap: 64px;
}

.feature-landing-kicker {
    margin: 0 0 18px;
    color: #ffad43;
    font: 700 0.76rem/1.2 Inter, sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.feature-landing-hero h1 {
    max-width: 650px;
    margin: 0;
    color: #fff;
    font: 500 clamp(2.65rem, 5vw, 5rem)/0.98 "IBM Plex Sans", sans-serif;
    letter-spacing: -0.055em;
}

.feature-landing-hero h1 em {
    color: var(--product-orange);
    font-family: "IBM Plex Serif", serif;
    font-weight: 400;
}

.feature-landing-hero-subtitle {
    max-width: 590px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font: 400 1.06rem/1.65 Inter, sans-serif;
}

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

.feature-landing-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font: 700 0.92rem/1 Inter, sans-serif;
}

.feature-landing-button-primary {
    border-color: var(--product-orange);
    color: #151515;
    background: var(--product-orange);
}

.feature-landing-proof {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.7);
    font: 500 0.85rem/1.3 Inter, sans-serif;
}

.feature-landing-proof-avatars {
    display: flex;
    padding-left: 8px;
}

.feature-landing-proof-avatars img {
    width: 30px;
    height: 30px;
    margin-left: -8px;
    object-fit: cover;
    border: 2px solid #151618;
    border-radius: 50%;
}

.feature-landing-visual {
    position: relative;
}

.feature-landing-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 28px;
    background: #252628;
    box-shadow: 0 38px 90px rgba(0, 0, 0, 0.5);
}

.feature-landing-frame > img,
.feature-landing-frame > video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.feature-landing-images .feature-image-hero {
    --rl-page-padding: 32px;
    --rl-section-space: 0;
    min-height: 760px;
    padding: 148px 32px 86px;
    color: #fff;
    background:
        radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.13) 1px, transparent 1.2px) 0 0 / 22px 22px,
        radial-gradient(circle at 82% 24%, rgba(255, 144, 0, 0.24), transparent 34%),
        #111214;
}

body.feature-landing-images #how-it-works .rl-hiw-reel {
    width: 100%;
    height: clamp(520px, 35vw, 570px);
    min-height: 0;
    aspect-ratio: auto;
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: none;
}

body.feature-landing-images #how-it-works .rl-upload-card {
    top: 24px;
    width: min(340px, 72%);
    padding: 16px;
}

body.feature-landing-images #how-it-works .rl-upload-drop {
    min-height: 214px;
}

.feature-video-hero {
    --hero-paper: #fcfcfa;
    --hero-frame: #f3f2ee;
    --hero-ink: #1e1e1e;
    --hero-copy: #5a5a5a;
    --hero-hint: #b3b3b3;
    --hero-amber: #ffb14d;
}

.feature-image-hero .feature-landing-hero-grid,
.feature-video-hero .feature-landing-hero-grid {
    width: min(1600px, 100%);
    max-width: none;
    grid-template-columns: minmax(400px, 0.68fr) minmax(720px, 1.32fr);
    column-gap: clamp(40px, 3vw, 56px);
    row-gap: 0;
}

.feature-image-hero .feature-landing-hero-copy,
.feature-video-hero .feature-landing-hero-copy {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
}

.feature-image-hero .feature-landing-hero-support,
.feature-video-hero .feature-landing-hero-support {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
}

.feature-image-hero .feature-landing-visual,
.feature-video-hero .feature-landing-visual {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
}

.feature-image-hero-headline,
.feature-video-hero-headline {
    position: relative;
    height: 300px;
    overflow: hidden;
    font-size: clamp(2.75rem, 3.3vw, 3.75rem) !important;
    line-height: 1.01 !important;
    letter-spacing: -0.045em !important;
}

.feature-image-hero-headline {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-image-hero-headline > span,
.feature-image-hero-headline > em {
    display: block;
}

.feature-image-hero .feature-landing-hero-subtitle {
    min-height: 112px;
}

.feature-image-hero-compare {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 28px;
    background: #252628;
    box-shadow: 0 38px 90px rgba(0, 0, 0, 0.5);
}

.feature-image-hero-compare .transform-label {
    background: rgba(16, 17, 19, 0.72);
    font-weight: 600;
}

.feature-image-hero-label-clip {
    position: absolute;
    inset: 0;
    z-index: 6;
    pointer-events: none;
}

.feature-image-hero-label-clip-before {
    clip-path: polygon(0 0, var(--position) 0, var(--position) 100%, 0 100%);
}

.feature-image-hero-label-clip-after {
    clip-path: polygon(var(--position) 0, 100% 0, 100% 100%, var(--position) 100%);
}

.feature-image-hero-label-clip .transform-label {
    z-index: auto;
}

#how-it-works.feature-image-workflow-section .transform-container {
    padding-right: 0;
    padding-left: 0;
}

.feature-video-hero-title {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 420ms ease, transform 520ms cubic-bezier(0.3, 0, 0.2, 1);
    pointer-events: none;
}

.feature-video-hero-title.is-active {
    opacity: 1;
    transform: translateY(0);
}

.feature-video-hero-title > span,
.feature-video-hero-title > em {
    display: block;
}

.feature-video-hero-stage {
    height: clamp(520px, 35vw, 570px);
    margin: 0;
}

.feature-video-hero .hero-banner-scene-video {
    left: 0;
    width: 100%;
    box-sizing: border-box;
    transform: scale(0.985);
}

.feature-video-hero .hero-banner-scene-video.is-active {
    transform: scale(1);
}

.feature-video-hero .hero-banner-social-scene {
    gap: 8px;
    padding-inline: 0;
}

.feature-video-hero .hero-social-reel {
    flex: 0 1 24%;
    max-width: none;
}

.feature-video-hero .hero-social-post {
    flex: 0 1 28%;
    max-width: none;
}

.feature-video-hero .hero-social-listing {
    flex: 0 1 47%;
    max-width: none;
}

.feature-compare-before-wrap {
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--feature-compare-position, 46%);
    overflow: hidden;
    border-right: 2px solid #fff;
}

.feature-compare-before-wrap img {
    width: var(--feature-compare-width, 218%);
    max-width: none;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: left center;
}

.feature-compare-control {
    position: absolute;
    inset: 0;
    width: 100%;
    opacity: 0;
    cursor: ew-resize;
}

.feature-compare-handle {
    position: absolute;
    top: 50%;
    left: var(--feature-compare-position, 46%);
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #111;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
    transform: translate(-50%, -50%);
    pointer-events: none;
    font: 800 1rem/1 Inter, sans-serif;
}

.feature-compare-label {
    position: absolute;
    bottom: 16px;
    z-index: 2;
    padding: 7px 11px;
    border-radius: 999px;
    color: #fff;
    background: rgba(16, 17, 19, 0.76);
    backdrop-filter: blur(8px);
    font: 700 0.7rem/1 Inter, sans-serif;
    letter-spacing: 0.08em;
    pointer-events: none;
}

.feature-compare-label-before { left: 16px; }
.feature-compare-label-after { right: 16px; }

.feature-hero-badge {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    color: #fff;
    background: rgba(16, 17, 19, 0.82);
    backdrop-filter: blur(12px);
    font: 600 0.78rem/1.2 Inter, sans-serif;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
}

.feature-hero-badge::before {
    content: "✓";
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #171717;
    background: var(--product-orange);
}

.feature-hero-badge-one { top: -18px; right: 34px; }
.feature-hero-badge-two { right: -18px; bottom: 54px; }
.feature-hero-badge-three { left: 26px; bottom: -18px; }

/* Shared proof opening */
.feature-proof-stack .testimonials-new {
    padding-top: 78px;
}

.feature-proof-stack .used-by {
    margin-top: 0;
}

/* Image capability grid */
.feature-capabilities {
    padding: 112px 32px;
    background: var(--product-paper);
}

.feature-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.feature-capability-card {
    overflow: hidden;
    border: 1px solid var(--product-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 42px rgba(16, 17, 19, 0.05);
}

.feature-capability-media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #dedbd4;
}

.feature-capability-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: opacity 350ms ease, transform 550ms ease;
}

.feature-capability-media .feature-capability-before {
    opacity: 0;
}

.feature-capability-card:hover .feature-capability-before {
    opacity: 1;
}

.feature-capability-card:hover .feature-capability-media img {
    transform: scale(1.025);
}

.feature-capability-tag {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    padding: 7px 10px;
    border-radius: 999px;
    color: #fff;
    background: rgba(16, 17, 19, 0.78);
    font: 700 0.65rem/1 Inter, sans-serif;
    letter-spacing: 0.08em;
}

.feature-capability-copy {
    padding: 22px 22px 24px;
}

.feature-capability-copy h3 {
    margin: 0;
    color: var(--product-ink);
    font: 600 1.22rem/1.2 "IBM Plex Sans", sans-serif;
}

.feature-capability-copy p {
    margin: 9px 0 0;
    color: var(--product-muted);
    font: 400 0.9rem/1.55 Inter, sans-serif;
}

/* Feature-specific workflow */
.feature-workflow {
    padding: 112px 32px;
    background: #fff;
}

.feature-workflow-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.feature-workflow-step {
    position: relative;
    min-height: 230px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--product-line);
    border-radius: 22px;
    background: var(--product-paper);
}

.feature-workflow-step > span {
    display: block;
    margin-bottom: 34px;
    color: var(--product-orange);
    font: 700 0.78rem/1 Inter, sans-serif;
    letter-spacing: 0.12em;
}

.feature-workflow-step h3 {
    margin: 0;
    color: var(--product-ink);
    font: 600 1.4rem/1.15 "IBM Plex Sans", sans-serif;
}

.feature-workflow-step p {
    margin: 12px 0 0;
    color: var(--product-muted);
    font: 400 0.92rem/1.55 Inter, sans-serif;
}

.feature-workflow-step::after {
    content: "→";
    position: absolute;
    top: 24px;
    right: 24px;
    color: rgba(16, 17, 19, 0.22);
    font: 400 1.5rem/1 Inter, sans-serif;
}

.feature-workflow-step:last-child::after {
    content: "✓";
}

.feature-final-cta {
    padding: 100px 32px;
    text-align: center;
    color: #fff;
    background:
        radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.12) 1px, transparent 1.2px) 0 0 / 22px 22px,
        #111214;
}

.feature-final-cta h2 {
    max-width: 760px;
    margin: 0 auto;
    color: #fff;
    font: 500 clamp(2.1rem, 4vw, 3.8rem)/1.02 "IBM Plex Sans", sans-serif;
    letter-spacing: -0.045em;
}

.feature-final-cta p {
    max-width: 620px;
    margin: 18px auto 28px;
    color: rgba(255, 255, 255, 0.68);
    font: 400 1rem/1.6 Inter, sans-serif;
}

.feature-footer {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    padding: 28px max(24px, calc((100vw - 1180px) / 2));
    border-top: 1px solid var(--product-line);
    background: #fff;
}

.feature-footer > a,
.feature-footer > a img {
    display: block;
}

.feature-footer p {
    margin: 0;
    color: var(--product-muted);
    font: 400 0.82rem/1.4 Inter, sans-serif;
}

.feature-footer nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 18px;
}

.feature-footer nav a {
    color: var(--product-ink);
    text-decoration: none;
    font: 600 0.82rem/1.3 Inter, sans-serif;
}

@media (max-width: 1279px) {
    .feature-image-hero .feature-landing-hero-grid,
    .feature-video-hero .feature-landing-hero-grid {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .feature-image-hero .feature-landing-hero-copy,
    .feature-video-hero .feature-landing-hero-copy {
        width: min(760px, 100%);
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }

    .feature-image-hero .feature-landing-hero-support,
    .feature-video-hero .feature-landing-hero-support {
        width: min(760px, 100%);
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }

    .feature-image-hero .feature-landing-hero-subtitle,
    .feature-video-hero .feature-landing-hero-subtitle {
        min-height: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .feature-image-hero .feature-landing-actions,
    .feature-image-hero .feature-landing-proof,
    .feature-video-hero .feature-landing-actions,
    .feature-video-hero .feature-landing-proof {
        justify-content: center;
    }

    .feature-image-hero .feature-landing-visual,
    .feature-video-hero .feature-landing-visual {
        grid-column: 1;
        grid-row: 3;
        width: min(760px, 100%);
        margin: 44px auto 0;
    }

    .feature-image-hero .feature-landing-hero-copy,
    .feature-video-hero .feature-landing-hero-copy {
        grid-column: 1;
        grid-row: 1;
    }

    .feature-image-hero .feature-landing-hero-support,
    .feature-video-hero .feature-landing-hero-support {
        grid-column: 1;
        grid-row: 2;
    }

    .feature-image-hero-headline,
    .feature-video-hero-headline {
        height: 240px;
    }

    .feature-image-hero-headline,
    .feature-video-hero-title {
        align-items: center;
    }

    body.feature-landing-images #how-it-works .rl-hiw-reel,
    .feature-video-hero-stage {
        height: 500px;
    }
}

@media (max-width: 980px) {
    .feature-landing-hero-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .feature-landing-hero-copy {
        max-width: 760px;
        text-align: center;
        margin: 0 auto;
    }

    .feature-landing-hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .feature-landing-actions,
    .feature-landing-proof {
        justify-content: center;
    }

    .feature-landing-visual {
        width: min(700px, 100%);
        margin: 0 auto;
    }

    .feature-image-hero-headline,
    .feature-video-hero-headline {
        height: 210px;
    }

    .feature-image-hero-headline,
    .feature-video-hero-title {
        align-items: center;
    }

    .feature-capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .product-paths,
    .feature-capabilities,
    .feature-workflow {
        padding: 76px 18px;
    }

    .product-paths-grid,
    .feature-capability-grid,
    .feature-workflow-grid {
        grid-template-columns: 1fr;
    }

    .product-paths-heading,
    .feature-section-heading {
        margin-bottom: 34px;
    }

    .product-path-card-copy {
        padding: 24px;
    }

    .product-path-card-copy p {
        min-height: 0;
    }

    .feature-landing-hero {
        min-height: auto;
        padding: 122px 18px 66px;
    }

    .feature-landing-hero-grid {
        gap: 36px;
    }

    .feature-landing-hero h1 {
        font-size: clamp(2.45rem, 12vw, 3.6rem);
    }

    .feature-landing-actions {
        flex-direction: column;
    }

    .feature-landing-button {
        width: 100%;
    }

    .feature-landing-frame {
        border-radius: 20px;
    }

    .feature-image-hero-compare {
        border-radius: 20px;
    }

    body.feature-landing-images .feature-image-hero {
        min-height: auto;
        padding: 122px 18px 66px;
    }

    body.feature-landing-images .feature-image-hero .feature-landing-hero-grid {
        gap: 36px;
    }

    body.feature-landing-images #how-it-works .rl-hiw-reel {
        height: clamp(510px, 130vw, 590px);
        aspect-ratio: auto;
        border-radius: 20px;
    }

    .feature-image-hero-headline,
    .feature-video-hero-headline {
        height: 210px;
    }

    .feature-video-hero-stage {
        height: clamp(330px, 88vw, 360px);
        margin: 0;
    }

    .feature-video-hero .hero-banner-scene-video,
    .feature-video-hero .hero-banner-scene-video.is-active {
        top: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        aspect-ratio: auto;
        transform: scale(1);
    }

    .feature-hero-badge-one {
        top: -14px;
        right: 12px;
    }

    .feature-hero-badge-two {
        right: -6px;
        bottom: 36px;
    }

    .feature-hero-badge-three {
        left: 12px;
        bottom: -14px;
    }

    .feature-proof-stack .testimonials-new {
        padding-top: 58px;
    }

    .feature-capability-tag {
        display: none;
    }

    .feature-footer {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .feature-footer nav {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .feature-image-hero-headline,
    .feature-video-hero-headline {
        height: clamp(270px, 72vw, 290px);
    }

    #how-it-works.feature-image-workflow-section .rl-step-strip {
        gap: 4px;
        padding: 6px;
    }

    #how-it-works.feature-image-workflow-section .rl-step-strip > button {
        min-width: 0;
        min-height: 58px;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto;
        gap: 2px;
        padding: 7px 5px;
        text-align: center;
    }

    #how-it-works.feature-image-workflow-section .rl-step-strip svg {
        display: none;
    }

    #how-it-works.feature-image-workflow-section .rl-step-strip > button > span {
        grid-column: 1;
        grid-row: 1;
        justify-content: center;
    }

    #how-it-works.feature-image-workflow-section .rl-step-strip strong {
        grid-column: 1;
        grid-row: 2;
        min-width: 0;
        font-size: clamp(10px, 2.9vw, 11px);
        line-height: 1.14;
        text-align: center;
        hyphens: auto;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 700px) {
    body.feature-landing-images .feature-image-hero .feature-landing-hero-grid {
        row-gap: 0;
    }

    .feature-image-hero .feature-landing-hero-grid,
    .feature-video-hero .feature-landing-hero-grid {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .feature-image-hero .feature-landing-visual,
    .feature-video-hero .feature-landing-visual {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
        margin: 12px auto 0;
    }

    .feature-image-hero .feature-landing-hero-copy,
    .feature-video-hero .feature-landing-hero-copy {
        grid-column: 1;
        grid-row: 1;
        width: 100%;
    }

    .feature-image-hero .feature-landing-hero-support,
    .feature-video-hero .feature-landing-hero-support {
        grid-column: 1;
        grid-row: 3;
        width: 100%;
    }

    .feature-image-hero .feature-landing-hero-subtitle,
    .feature-video-hero .feature-landing-hero-subtitle {
        width: min(590px, 100%);
        min-height: 0;
        margin: 28px auto 0;
        text-align: center;
    }

    .feature-image-hero .feature-landing-actions,
    .feature-video-hero .feature-landing-actions {
        width: 100%;
        margin-top: 24px;
    }

    .feature-image-hero .feature-landing-proof,
    .feature-video-hero .feature-landing-proof {
        width: 100%;
        margin-top: 22px;
    }

    .feature-image-hero-headline {
        height: auto;
        min-height: 0;
        padding-bottom: 6px;
    }

    .feature-video-hero-headline {
        height: clamp(204px, 55vw, 220px);
    }
}

@media (max-width: 380px) {
    body.feature-landing-images .feature-image-hero {
        padding-right: 16px;
        padding-left: 16px;
    }

    .feature-image-hero .feature-landing-hero-grid {
        width: 100%;
        min-width: 0;
        grid-template-columns: minmax(0, 1fr);
    }

    .feature-image-hero .feature-landing-hero-copy,
    .feature-image-hero .feature-landing-visual,
    .feature-image-hero .feature-landing-hero-support,
    .feature-image-hero .rl-hiw-reel {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    .feature-image-hero-headline {
        max-width: 100%;
        font-size: clamp(2.15rem, 10.2vw, 2.3rem) !important;
        letter-spacing: -0.04em !important;
    }

    .feature-image-hero-headline > span,
    .feature-image-hero-headline > em {
        max-width: 100%;
        hyphens: auto;
        overflow-wrap: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-path-card,
    .product-path-card-media img,
    .product-path-card-media video,
    .feature-capability-media img {
        transition: none;
    }
}
